2026-03-01 01:45:57 +00:00
"use strict" ; var _ _esbuild _esm _mermaid _nm ; ( _ _esbuild _esm _mermaid _nm || = { } ) . mermaid = ( ( ) => { var JCe = Object . create ; var Zv = Object . defineProperty ; var e6e = Object . getOwnPropertyDescriptor ; var t6e = Object . getOwnPropertyNames ; var r6e = Object . getPrototypeOf , n6e = Object . prototype . hasOwnProperty ; var o = ( t , e ) => Zv ( t , "name" , { value : e , configurable : ! 0 } ) ; var I = ( t , e ) => ( ) => ( t && ( e = t ( t = 0 ) ) , e ) ; var Jt = ( t , e ) => ( ) => ( e || t ( ( e = { exports : { } } ) . exports , e ) , e . exports ) , vr = ( t , e ) => { for ( var r in e ) Zv ( t , r , { get : e [ r ] , enumerable : ! 0 } ) } , _3 = ( t , e , r , n ) => { if ( e && typeof e == "object" || typeof e == "function" ) for ( let i of t6e ( e ) ) ! n6e . call ( t , i ) && i !== r && Zv ( t , i , { get : ( ) => e [ i ] , enumerable : ! ( n = e6e ( e , i ) ) || n . enumerable } ) ; return t } , $r = ( t , e , r ) => ( _3 ( t , e , "default" ) , r && _3 ( r , e , "default" ) ) , Aa = ( t , e , r ) => ( r = t != null ? JCe ( r6e ( t ) ) : { } , _3 ( e || ! t || ! t . _ _esModule ? Zv ( r , "default" , { value : t , enumerable : ! 0 } ) : r , t ) ) , D3 = t => _3 ( Zv ( { } , "__esModule" , { value : ! 0 } ) , t ) ; var i6e , eg , R8 , RW , R3 = I ( ( ) => { "use strict" ; i6e = Object . freeze ( { left : 0 , top : 0 , width : 16 , height : 16 } ) , eg = Object . freeze ( { rotate : 0 , vFlip : ! 1 , hFlip : ! 1 } ) , R8 = Object . freeze ( { ... i6e , ... eg } ) , RW = Object . freeze ( { ... R8 , body : "" , hidden : ! 1 } ) } ) ; var a6e , LW , NW = I ( ( ) => { "use strict" ; R3 ( ) ; a6e = Object . freeze ( { width : null , height : null } ) , LW = Object . freeze ( { ... a6e , ... eg } ) } ) ; var L8 , L3 , MW = I ( ( ) => { "use strict" ; L8 = o ( ( t , e , r , n = "" ) => { let i = t . split ( ":" ) ; if ( t . slice ( 0 , 1 ) === "@" ) { if ( i . length < 2 || i . length > 3 ) return null ; n = i . shift ( ) . slice ( 1 ) } if ( i . length > 3 || ! i . length ) return null ; if ( i . length > 1 ) { let l = i . pop ( ) , u = i . pop ( ) , h = { provider : i . length > 0 ? i [ 0 ] : n , prefix : u , name : l } ; return e && ! L3 ( h ) ? null : h } let a = i [ 0 ] , s = a . split ( "-" ) ; if ( s . length > 1 ) { let l = { provider : n , prefix : s . shift ( ) , name : s . join ( "-" ) } ; return e && ! L3 ( l ) ? null : l } if ( r && n === "" ) { let l = { provider : n , prefix : "" , name : a } ; return e && ! L3 ( l , r ) ? null : l } return null } , "stringToIcon" ) , L3 = o ( ( t , e ) => t ? ! ! ( ( e && t . prefix === "" || t . prefix ) && t . name ) : ! 1 , "validateIconName" ) } ) ; function IW ( t , e ) { let r = { } ; ! t . hFlip != ! e . hFlip && ( r . hFlip = ! 0 ) , ! t . vFlip != ! e . vFlip && ( r . vFlip = ! 0 ) ; let n = ( ( t . rotate || 0 ) + ( e . rotate || 0 ) ) % 4 ; return n && ( r . rotate = n ) , r } var OW = I ( ( ) => { "use strict" ; o ( IW , "mergeIconTransformations" ) } ) ; function N8 ( t , e ) { let r = IW ( t , e ) ; for ( let n in RW ) n in eg ? n in t && ! ( n in r ) && ( r [ n ] = eg [ n ] ) : n in e ? r [ n ] = e [ n ] : n in t && ( r [ n ] = t [ n ] ) ; return r } var PW = I ( ( ) => { "use strict" ; R3 ( ) ; OW ( ) ; o ( N8 , "mergeIconData" ) } ) ; function BW ( t , e ) { let r = t . icons , n = t . aliases || Object . create ( null ) , i = Object . create ( null ) ; function a ( s ) { if ( r [ s ] ) return i [ s ] = [ ] ; if ( ! ( s in i ) ) { i [ s ] = null ; let l = n [ s ] && n [ s ] . parent , u = l && a ( l ) ; u && ( i [ s ] = [ l ] . concat ( u ) ) } return i [ s ] } return o ( a , "resolve" ) , ( e || Object . keys ( r ) . concat ( Object . keys ( n ) ) ) . forEach ( a ) , i } var FW = I ( ( ) => { "use strict" ; o ( BW , "getIconsTree" ) } ) ; function $W ( t , e , r ) { let n = t . icons , i = t . aliases || Object . create ( null ) , a = { } ; function s ( l ) { a = N8 ( n [ l ] || i [ l ] , a ) } return o ( s , "parse" ) , s ( e ) , r . forEach ( s ) , N8 ( t , a ) } function M8 ( t , e ) { if ( t . icons [ e ] ) return $W ( t , e , [ ] ) ; let r = BW ( t , [ e ] ) [ e ] ; return r ? $W ( t , e , r ) : null } var zW = I ( ( ) => { "use strict" ; PW ( ) ; FW ( ) ; o ( $W , "internalGetIconData" ) ; o ( M8 , "getIconData" ) } ) ; function I8 ( t , e , r ) { if ( e === 1 ) return t ; if ( r = r || 100 , typeof t == "number" ) return Math . ceil ( t * e * r ) / r ; if ( typeof t != "string" ) return t ; let n = t . split ( s6e ) ; if ( n === null || ! n . length ) return t ; let i = [ ] , a = n . shift ( ) , s = o6e . test ( a ) ; for ( ; ; ) { if ( s ) { let l = parseFloat ( a ) ; isNaN ( l ) ? i . push ( a ) : i . push ( Math . ceil ( l * e * r ) / r ) } else i . push ( a ) ; if ( a = n . shift ( ) , a === void 0 ) return i . join ( "" ) ; s = ! s } } var s6e , o6e , GW = I ( ( ) => { "use strict" ; s6e = /(-?[0-9.]*[0-9]+[0-9.]*)/g , o6e = /^-?[0-9.]*[0-9]+[0-9.]*$/g ; o ( I8 , "calculateSize" ) } ) ; function l6e ( t , e = "defs" ) { let r = "" , n = t . indexOf ( "<" + e ) ; for ( ; n >= 0 ; ) { let i = t . indexOf ( ">" , n ) , a = t . indexOf ( "</" + e ) ; if ( i === - 1 || a === - 1 ) break ; let s = t . indexOf ( ">" , a ) ; if ( s === - 1 ) break ; r += t . slice ( i + 1 , a ) . trim ( ) , t = t . slice ( 0 , n ) . trim ( ) + t . slice ( s + 1 ) } return { defs : r , content : t } } function c6e ( t , e ) { return t ? "<defs>" + t + "</defs>" + e : e } function VW ( t , e , r ) { let n = l6e ( t ) ; return c6e ( n . defs , e + n . content + r ) } var qW = I ( ( ) => { "use strict" ; o ( l6e , "splitSVGDefs" ) ; o ( c6e , "mergeDefsAndContent" ) ; o ( VW , "wrapSVGContent" ) } ) ; function O8 ( t , e ) { let r = { ... R8 , ... t } , n = { ... LW , ... e } , i = { left : r . left , top : r . top , width : r . width , height : r . height } , a = r . body ; [ r , n ] . forEach ( y => { let v = [ ] , x = y . hFlip , b = y . vFlip , T = y . rotate ; x ? b ? T += 2 : ( v . push ( "translate(" + ( i . width + i . left ) . toString ( ) + " " + ( 0 - i . to
` +mn),Q&&V3([S,A,_],oa=>{mn=c2(mn,oa," ")}),E&&Ge?E.createHTML(mn):mn},e.setConfig=function(){let Dt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Ut(Dt),ge=!0},e.clearConfig=function(){rt=null,ge=!1},e.isValidAttribute=function(Dt,_e,ot){rt||Ut({});let Ot=Pe(Dt),Dr=Pe(_e);return Hr(Ot,Dr,ot)},e.addHook=function(Dt,_e){typeof _e=="function"&&l2(L[Dt],_e)},e.removeHook=function(Dt,_e){if(_e!==void 0){let ot=B6e(L[Dt],_e);return ot===-1?void 0:F6e(L[Dt],ot,1)[0]}return qH(L[Dt])},e.removeHooks=function(Dt){L[Dt]=[]},e.removeAllHooks=function(){L=KH()},e}var QH,VH,I6e,O6e,P6e,bs,nl,ZH,l_,c_,V3,B6e,qH,l2,F6e,U3,n_,UH,c2, $ 6e,z6e,Ul,xs,u2,WH,i_,a_,q6e,s_,U6e,HH,YH,o_,jH,q3,W6e,H6e,Y6e,j6e,X6e,JH,K6e,Q6e,eY,Z6e,XH,f2,J6e,eAe,KH,ff,u_=I(()=>{"use strict";({entries:QH,setPrototypeOf:VH,isFrozen:I6e,getPrototypeOf:O6e,getOwnPropertyDescriptor:P6e}=Object),{freeze:bs,seal:nl,create:ZH}=Object,{apply:l_,construct:c_}=typeof Reflect<"u"&&Reflect;bs||(bs=o(function(e){return e},"freeze"));nl||(nl=o(function(e){return e},"seal"));l_||(l_=o(function(e,r,n){return e.apply(r,n)},"apply"));c_||(c_=o(function(e,r){return new e(...r)},"construct"));V3=Ts(Array.prototype.forEach),B6e=Ts(Array.prototype.lastIndexOf),qH=Ts(Array.prototype.pop),l2=Ts(Array.prototype.push),F6e=Ts(Array.prototype.splice),U3=Ts(String.prototype.toLowerCase),n_=Ts(String.prototype.toString),UH=Ts(String.prototype.match),c2=Ts(String.prototype.replace), $ 6e=Ts(String.prototype.indexOf),z6e=Ts(String.prototype.trim),Ul=Ts(Object.prototype.hasOwnProperty),xs=Ts(RegExp.prototype.test),u2=G6e(TypeError);o(Ts,"unapply");o(G6e,"unconstruct");o(Gr,"addToSet");o(V6e,"cleanArray");o(Qu,"clone");o(h2,"lookupGetter");WH=bs(["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"]),i_=bs(["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"]),a_=bs(["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"]),q6e=bs(["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"]),s_=bs(["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"]),U6e=bs(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),HH=bs(["#tex
2026-02-13 14:04:06 -07:00
c - 2.7 , 0 , - 7.17 , - 2.7 , - 13.5 , - 8 c - 5.8 , - 5.3 , - 9.5 , - 10 , - 9.5 , - 14
c0 , - 2 , 0.3 , - 3.3 , 1 , - 4 c1 . 3 , - 2.7 , 23.83 , - 20.7 , 67.5 , - 54
c44 . 2 , - 33.3 , 65.8 , - 50.3 , 66.5 , - 51 c1 . 3 , - 1.3 , 3 , - 2 , 5 , - 2 c4 . 7 , 0 , 8.7 , 3.3 , 12 , 10
s173 , 378 , 173 , 378 c0 . 7 , 0 , 35.3 , - 71 , 104 , - 213 c68 . 7 , - 142 , 137.5 , - 285 , 206.5 , - 429
c69 , - 144 , 104.5 , - 217.7 , 106.5 , - 221
l ` +e/2.075+" -"+e+ `
c5 . 3 , - 9.3 , 12 , - 14 , 20 , - 14
H400000v ` +(40+e)+ ` H845 . 2724
s - 225.272 , 467 , - 225.272 , 467 s - 235 , 486 , - 235 , 486 c - 2.7 , 4.7 , - 9 , 7 , - 19 , 7
c - 6 , 0 , - 10 , - 1 , - 12 , - 3 s - 194 , - 422 , - 194 , - 422 s - 65 , 47 , - 65 , 47 z
2026-03-01 01:45:57 +00:00
M ` +(834+e)+" "+r+"h400000v"+(40+e)+"h-400000z"},"sqrtMain"),bAe=o(function(e,r){return"M263,"+(601+e+r)+ ` c0 . 7 , 0 , 18 , 39.7 , 52 , 119
2026-02-13 14:04:06 -07:00
c34 , 79.3 , 68.167 , 158.7 , 102.5 , 238 c34 . 3 , 79.3 , 51.8 , 119.3 , 52.5 , 120
c340 , - 704.7 , 510.7 , - 1060.3 , 512 , - 1067
l ` +e/2.084+" -"+e+ `
c4 . 7 , - 7.3 , 11 , - 11 , 19 , - 11
H40000v ` +(40+e)+ ` H1012 . 3
s - 271.3 , 567 , - 271.3 , 567 c - 38.7 , 80.7 , - 84 , 175 , - 136 , 283 c - 52 , 108 , - 89.167 , 185.3 , - 111.5 , 232
c - 22.3 , 46.7 , - 33.8 , 70.3 , - 34.5 , 71 c - 4.7 , 4.7 , - 12.3 , 7 , - 23 , 7 s - 12 , - 1 , - 12 , - 1
s - 109 , - 253 , - 109 , - 253 c - 72.7 , - 168 , - 109.3 , - 252 , - 110 , - 252 c - 10.7 , 8 , - 22 , 16.7 , - 34 , 26
c - 22 , 17.3 , - 33.3 , 26 , - 34 , 26 s - 26 , - 26 , - 26 , - 26 s76 , - 59 , 76 , - 59 s76 , - 60 , 76 , - 60 z
2026-03-01 01:45:57 +00:00
M ` +(1001+e)+" "+r+"h400000v"+(40+e)+"h-400000z"},"sqrtSize1"),TAe=o(function(e,r){return"M983 "+(10+e+r)+ `
2026-02-13 14:04:06 -07:00
l ` +e/3.13+" -"+e+ `
c4 , - 6.7 , 10 , - 10 , 18 , - 10 H400000v ` +(40+e)+ `
H1013 . 1 s - 83.4 , 268 , - 264.1 , 840 c - 180.7 , 572 , - 277 , 876.3 , - 289 , 913 c - 4.7 , 4.7 , - 12.7 , 7 , - 24 , 7
s - 12 , 0 , - 12 , 0 c - 1.3 , - 3.3 , - 3.7 , - 11.7 , - 7 , - 25 c - 35.3 , - 125.3 , - 106.7 , - 373.3 , - 214 , - 744
c - 10 , 12 , - 21 , 25 , - 33 , 39 s - 32 , 39 , - 32 , 39 c - 6 , - 5.3 , - 15 , - 14 , - 27 , - 26 s25 , - 30 , 25 , - 30
c26 . 7 , - 32.7 , 52 , - 63 , 76 , - 91 s52 , - 60 , 52 , - 60 s208 , 722 , 208 , 722
c56 , - 175.3 , 126.3 , - 397.3 , 211 , - 666 c84 . 7 , - 268.7 , 153.8 , - 488.2 , 207.5 , - 658.5
c53 . 7 , - 170.3 , 84.5 , - 266.8 , 92.5 , - 289.5 z
2026-03-01 01:45:57 +00:00
M ` +(1001+e)+" "+r+"h400000v"+(40+e)+"h-400000z"},"sqrtSize2"),wAe=o(function(e,r){return"M424,"+(2398+e+r)+ `
2026-02-13 14:04:06 -07:00
c - 1.3 , - 0.7 , - 38.5 , - 172 , - 111.5 , - 514 c - 73 , - 342 , - 109.8 , - 513.3 , - 110.5 , - 514
c0 , - 2 , - 10.7 , 14.3 , - 32 , 49 c - 4.7 , 7.3 , - 9.8 , 15.7 , - 15.5 , 25 c - 5.7 , 9.3 , - 9.8 , 16 , - 12.5 , 20
s - 5 , 7 , - 5 , 7 c - 4 , - 3.3 , - 8.3 , - 7.7 , - 13 , - 13 s - 13 , - 13 , - 13 , - 13 s76 , - 122 , 76 , - 122 s77 , - 121 , 77 , - 121
s209 , 968 , 209 , 968 c0 , - 2 , 84.7 , - 361.7 , 254 , - 1079 c169 . 3 , - 717.3 , 254.7 , - 1077.7 , 256 , - 1081
l ` +e/4.223+" -"+e+ ` c4 , - 6.7 , 10 , - 10 , 18 , - 10 H400000
v ` +(40+e)+ ` H1014 . 6
s - 87.3 , 378.7 , - 272.6 , 1166 c - 185.3 , 787.3 , - 279.3 , 1182.3 , - 282 , 1185
c - 2 , 6 , - 10 , 9 , - 24 , 9
c - 8 , 0 , - 12 , - 0.7 , - 12 , - 2 z M ` +(1001+e)+" "+r+ `
2026-03-01 01:45:57 +00:00
h400000v ` +(40+e)+"h-400000z"},"sqrtSize3"),kAe=o(function(e,r){return"M473,"+(2713+e+r)+ `
2026-02-13 14:04:06 -07:00
c339 . 3 , - 1799.3 , 509.3 , - 2700 , 510 , - 2702 l ` +e/5.298+" -"+e+ `
c3 . 3 , - 7.3 , 9.3 , - 11 , 18 , - 11 H400000v ` +(40+e)+ ` H1017 . 7
s - 90.5 , 478 , - 276.2 , 1466 c - 185.7 , 988 , - 279.5 , 1483 , - 281.5 , 1485 c - 2 , 6 , - 10 , 9 , - 24 , 9
c - 8 , 0 , - 12 , - 0.7 , - 12 , - 2 c0 , - 1.3 , - 5.3 , - 32 , - 16 , - 92 c - 50.7 , - 293.3 , - 119.7 , - 693.3 , - 207 , - 1200
c0 , - 1.3 , - 5.3 , 8.7 , - 16 , 30 c - 10.7 , 21.3 , - 21.3 , 42.7 , - 32 , 64 s - 16 , 33 , - 16 , 33 s - 26 , - 26 , - 26 , - 26
s76 , - 153 , 76 , - 153 s77 , - 151 , 77 , - 151 c0 . 7 , 0.7 , 35.7 , 202 , 105 , 604 c67 . 3 , 400.7 , 102 , 602.7 , 104 ,
2026-03-01 01:45:57 +00:00
606 zM ` +(1001+e)+" "+r+"h400000v"+(40+e)+"H1017.7z"},"sqrtSize4"),SAe=o(function(e){var r=e/2;return"M400000 "+e+" H0 L"+r+" 0 l65 45 L145 "+(e-80)+" H400000z"},"phasePath"),EAe=o(function(e,r,n){var i=n-54-r-e;return"M702 "+(e+r)+"H400000"+(40+e)+ `
2026-02-13 14:04:06 -07:00
H742v ` +i+ ` l - 4 4 - 4 4 c - . 667.7 - 2 1.5 - 4 2.5 s - 4.167 1.833 - 6.5 2.5 - 5.5 1 - 9.5 1
h - 12 l - 28 - 84 c - 16.667 - 52 - 96.667 - 294.333 - 240 - 727 l - 212 - 643 - 85 170
c - 4 - 3.333 - 8.333 - 7.667 - 13 - 13 l - 13 - 13 l77 - 155 77 - 156 c66 199.333 139 419.667
2026-03-01 01:45:57 +00:00
219 661 l218 661 zM702 ` +r+"H400000v"+(40+e)+"H742z"},"sqrtTall"),CAe=o(function(e,r,n){r=1e3*r;var i="";switch(e){case"sqrtMain":i=xAe(r,ag);break;case"sqrtSize1":i=bAe(r,ag);break;case"sqrtSize2":i=TAe(r,ag);break;case"sqrtSize3":i=wAe(r,ag);break;case"sqrtSize4":i=kAe(r,ag);break;case"sqrtTall":i=EAe(r,ag,n)}return i},"sqrtPath"),AAe=o(function(e,r){switch(e){case" \u 239C":return"M291 0 H417 V"+r+" H291z M291 0 H417 V"+r+" H291z";case" \u 2223":return"M145 0 H188 V"+r+" H145z M145 0 H188 V"+r+" H145z";case" \u 2225":return"M145 0 H188 V"+r+" H145z M145 0 H188 V"+r+" H145z"+("M367 0 H410 V"+r+" H367z M367 0 H410 V"+r+" H367z");case" \u 239F":return"M457 0 H583 V"+r+" H457z M457 0 H583 V"+r+" H457z";case" \u 23A2":return"M319 0 H403 V"+r+" H319z M319 0 H403 V"+r+" H319z";case" \u 23A5":return"M263 0 H347 V"+r+" H263z M263 0 H347 V"+r+" H263z";case" \u 23AA":return"M384 0 H504 V"+r+" H384z M384 0 H504 V"+r+" H384z";case" \u 23D0":return"M312 0 H355 V"+r+" H312z M312 0 H355 V"+r+" H312z";case" \u 2016":return"M257 0 H300 V"+r+" H257z M257 0 H300 V"+r+" H257z"+("M478 0 H521 V"+r+" H478z M478 0 H521 V"+r+" H478z");default:return""}},"innerPath"),rY={doubleleftarrow: ` M262 157
2026-02-13 14:04:06 -07:00
l10 - 10 c34 - 36 62.7 - 77 86 - 123 3.3 - 8 5 - 13.3 5 - 16 0 - 5.3 - 6.7 - 8 - 20 - 8 - 7.3
0 - 12.2 . 5 - 14.5 1.5 - 2.3 1 - 4.8 4.5 - 7.5 10.5 - 49.3 97.3 - 121.7 169.3 - 217 216 - 28
14 - 57.3 25 - 88 33 - 6.7 2 - 11 3.8 - 13 5.5 - 2 1.7 - 3 4.2 - 3 7.5 s1 5.8 3 7.5
c2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5
157.5 9.3 8 15.3 12.3 18 13 h6c12 - . 7 18 - 4 18 - 10 0 - 2 - 1.7 - 7 - 5 - 15 - 23.3 - 46 - 52 - 87
- 86 - 123 l - 10 - 10 h399738v - 40 H218c328 0 0 0 0 0 l - 10 - 8 c - 26.7 - 20 - 65.7 - 43 - 117 - 69 2.7
- 2 6 - 3.7 10 - 5 36.7 - 16 72.3 - 37.3 107 - 64 l10 - 8 h399782v - 40 z
m8 0 v40h399730v - 40 zm0 194 v40h399730v - 40 z ` ,doublerightarrow: ` M399738 392 l
- 10 10 c - 34 36 - 62.7 77 - 86 123 - 3.3 8 - 5 13.3 - 5 16 0 5.3 6.7 8 20 8 7.3 0 12.2 - . 5
14.5 - 1.5 2.3 - 1 4.8 - 4.5 7.5 - 10.5 49.3 - 97.3 121.7 - 169.3 217 - 216 28 - 14 57.3 - 25 88
- 33 6.7 - 2 11 - 3.8 13 - 5.5 2 - 1.7 3 - 4.2 3 - 7.5 s - 1 - 5.8 - 3 - 7.5 c - 2 - 1.7 - 6.3 - 3.5 - 13 - 5.5 - 68
- 17.3 - 128.2 - 47.8 - 180.5 - 91.5 - 52.3 - 43.7 - 93.8 - 96.2 - 124.5 - 157.5 - 9.3 - 8 - 15.3 - 12.3 - 18
- 13 h - 6 c - 12 . 7 - 18 4 - 18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123 l10 10 H0v40h399782
c - 328 0 0 0 0 0 l10 8 c26 . 7 20 65.7 43 117 69 - 2.7 2 - 6 3.7 - 10 5 - 36.7 16 - 72.3 37.3
- 107 64 l - 10 8 H0v40zM0 157 v40h399730v - 40 zm0 194 v40h399730v - 40 z ` ,leftarrow: ` M400000 241 H110l3 - 3 c68 . 7 - 52.7 113.7 - 120
135 - 202 4 - 14.7 6 - 23 6 - 25 0 - 7.3 - 7 - 11 - 21 - 11 - 8 0 - 13.2 . 8 - 15.5 2.5 - 2.3 1.7 - 4.2 5.8
- 5.5 12.5 - 1.3 4.7 - 2.7 10.3 - 4 17 - 12 48.7 - 34.8 92 - 68.5 130 S65 . 3 228.3 18 247
c - 10 4 - 16 7.7 - 18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85 S196 441.3 208
490 c . 7 2 1.3 5 2 9 s1 . 2 6.7 1.5 8 c . 3 1.3 1 3.3 2 6 s2 . 2 4.5 3.5 5.5 c1 . 3 1 3.3
1.8 6 2.5 s6 1 10 1 c14 0 21 - 3.7 21 - 11 0 - 2 - 2 - 10.3 - 6 - 25 - 20 - 79.3 - 65 - 146.7 - 135 - 202
l - 3 - 3 h399890zM100 241 v40h399900v - 40 z ` ,leftbrace: ` M6 548 l - 6 - 6 v - 35 l6 - 11 c56 - 104 135.3 - 181.3 238 - 232 57.3 - 28.7 117
- 45 179 - 50 h399577v120H403c - 43.3 7 - 81 15 - 113 26 - 100.7 33 - 179.7 91 - 237 174 - 2.7
5 - 6 9 - 10 13 - . 7 1 - 7.3 1 - 20 1 H6z ` ,leftbraceunder: ` M0 6 l6 - 6 h17c12 . 688 0 19.313 . 3 20 1 4 4 7.313 8.3 10 13
35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5 . 688
0 2 . 3 4 1 18.688 2.7 76 4.3 172 5 h399450v120H429l - 6 - 1 c - 124.688 - 8 - 235 - 61.7
- 331 - 161 C60 . 687 138.7 32.312 99.3 7 54 L0 41 V6z ` ,leftgroup: ` M400000 80
H435C64 80 168.3 229.4 21 260 c - 5.9 1.2 - 18 0 - 18 0 - 2 0 - 3 - 1 - 3 - 3 v - 38 C76 61 257 0
435 0 h399565z ` ,leftgroupunder: ` M400000 262
H435C64 262 168.3 112.6 21 82 c - 5.9 - 1.2 - 18 0 - 18 0 - 2 0 - 3 1 - 3 3 v38c76 158 257 219
435 219 h399565z ` ,leftharpoon: ` M0 267 c . 7 5.3 3 10 7 14 h399993v - 40 H93c3 . 3
- 3.3 10.2 - 9.5 20.5 - 18.5 s17 . 8 - 15.8 22.5 - 20.5 c50 . 7 - 52 88 - 110.3 112 - 175 4 - 11.3 5
- 18.3 3 - 21 - 1.3 - 4 - 7.3 - 6 - 18 - 6 - 8 0 - 13 . 7 - 15 2 s - 4.7 6.7 - 8 16 c - 42 98.7 - 107.3 174.7
- 196 228 - 6.7 4.7 - 10.7 8 - 12 10 - 1.3 2 - 2 5.7 - 2 11 zm100 - 26 v40h399900v - 40 z ` ,leftharpoonplus: ` M0 267 c . 7 5.3 3 10 7 14 h399993v - 40 H93c3 . 3 - 3.3 10.2 - 9.5
20.5 - 18.5 s17 . 8 - 15.8 22.5 - 20.5 c50 . 7 - 52 88 - 110.3 112 - 175 4 - 11.3 5 - 18.3 3 - 21 - 1.3
- 4 - 7.3 - 6 - 18 - 6 - 8 0 - 13 . 7 - 15 2 s - 4.7 6.7 - 8 16 c - 42 98.7 - 107.3 174.7 - 196 228 - 6.7 4.7
- 10.7 8 - 12 10 - 1.3 2 - 2 5.7 - 2 11 zm100 - 26 v40h399900v - 40 zM0 435 v40h400000v - 40 z
m0 0 v40h400000v - 40 z ` ,leftharpoondown: ` M7 241 c - 4 4 - 6.333 8.667 - 7 14 0 5.333 . 667 9 2 11 s5 . 333
5.333 12 10 c90 . 667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 . 667 5
1 9 1 h5c10 . 667 0 16.667 - 2 18 - 6 2 - 2.667 1 - 9.667 - 3 - 21 - 32 - 87.333 - 82.667 - 157.667
- 152 - 211 l - 3 - 3 h399907v - 40 zM93 281 H400000 v - 40 L7 241 z ` ,leftharpoondownplus: ` M7 435 c - 4 4 - 6.3 8.7 - 7 14 0 5.3 . 7 9 2 11 s5 . 3 5.3 12
10 c90 . 7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 . 7 5 1 9 1 h5c10 . 7 0 16.7
- 2 18 - 6 2 - 2.7 1 - 9.7 - 3 - 21 - 32 - 87.3 - 82.7 - 157.7 - 152 - 211 l - 3 - 3 h399907v - 40 H7zm93 0
v40h399900v - 40 zM0 241 v40h399900v - 40 zm0 0 v40h399900v - 40 z ` ,lefthook: ` M400000 281 H103s - 33 - 11.2 - 61 - 33.5 S0 197.3 0 164 s14 . 2 - 61.2 42.5
- 83.5 C70 . 8 58.2 104 47 142 47 c16 . 7 0 25 6.7 25 20 0 12 - 8.7 18.7 - 26 20 - 40 3.3
- 68.7 15.7 - 86 37 - 10 12 - 15 25.3 - 15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21
71.5 23 h399859zM103 281 v - 40 h399897v40z ` ,leftlinesegment: ` M40 281 V428 H0 V94 H40 V241 H400000 v40z
M40 281 V428 H0 V94 H40 V241 H400000 v40z ` ,leftmapsto: ` M40 281 V448H0V74H40V241H400000v40z
M40 281 V448H0V74H40V241H400000v40z ` ,leftToFrom: ` M0 147 h400000v40H0zm0 214 c68 40 115.7 95.7 143 167 h22c15 . 3 0 23
- . 3 23 - 1 0 - 1.3 - 5.3 - 13.7 - 16 - 37 - 18 - 35.3 - 41.3 - 69 - 70 - 101 l - 7 - 8 h399905v - 40 H95l7 - 8
c28 . 7 - 32 52 - 65.7 70 - 101 10.7 - 23.3 16 - 35.7 16 - 37 0 - . 7 - 7.7 - 1 - 23 - 1 h - 22 C115 . 7 265.3
68 321 0 361 zm0 - 174 v - 40 h399900v40zm100 154 v40h399900v - 40 z ` ,longequal: ` M0 50 h400000 v40H0z m0 194 h40000v40H0z
M0 50 h400000 v40H0z m0 194 h40000v40H0z ` ,midbrace: ` M200428 334
c - 100.7 - 8.3 - 195.3 - 44 - 280 - 108 - 55.3 - 42 - 101.7 - 93 - 139 - 153 l - 9 - 14 c - 2.7 4 - 5.7 8.7 - 9 14
- 53.3 86.7 - 123.7 153 - 211 199 - 66.7 36 - 137.3 56.3 - 212 62 H0V214h199568c178 . 3 - 11.7
311.7 - 78.3 403 - 201 6 - 8 9.7 - 12 11 - 12 . 7 - . 7 6.7 - 1 18 - 1 s17 . 3.3 18 1 c1 . 3 0 5 4 11
12 44.7 59.3 101.3 106.3 170 141 s145 . 3 54.3 229 60 h199572v120z ` ,midbraceunder: ` M199572 214
c100 . 7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153 l9 14 c2 . 7 - 4 5.7 - 8.7 9 - 14
53.3 - 86.7 123.7 - 153 211 - 199 66.7 - 36 137.3 - 56.3 212 - 62 h199568v120H200432c - 178.3
11.7 - 311.7 78.3 - 403 201 - 6 8 - 9.7 12 - 11 12 - . 7.7 - 6.7 1 - 18 1 s - 17.3 - . 3 - 18 - 1 c - 1.3 0
- 5 - 4 - 11 - 12 - 44.7 - 59.3 - 101.3 - 106.3 - 170 - 141 s - 145.3 - 54.3 - 229 - 60 H0V214z ` ,oiintSize1: ` M512 . 6 71.6 c272 . 6 0 320.3 106.8 320.3 178.2 0 70.8 - 47.7 177.6
- 320.3 177.6 S193 . 1 320.6 193.1 249.8 c0 - 71.4 46.9 - 178.2 319.5 - 178.2 z
m368 . 1 178.2 c0 - 86.4 - 60.9 - 215.4 - 368.1 - 215.4 - 306.4 0 - 367.3 129 - 367.3 215.4 0 85.8
60.9 214.8 367.3 214.8 307.2 0 368.1 - 129 368.1 - 214.8 z ` ,oiintSize2: ` M757 . 8 100.1 c384 . 7 0 451.1 137.6 451.1 230 0 91.3 - 66.4 228.8
- 451.1 228.8 - 386.3 0 - 452.7 - 137.5 - 452.7 - 228.8 0 - 92.4 66.4 - 230 452.7 - 230 z
m502 . 4 230 c0 - 111.2 - 82.4 - 277.2 - 502.4 - 277.2 s - 504 166 - 504 277.2
c0 110 84 276 504 276 s502 . 4 - 166 502.4 - 276 z ` ,oiiintSize1: ` M681 . 4 71.6 c408 . 9 0 480.5 106.8 480.5 178.2 0 70.8 - 71.6 177.6
- 480.5 177.6 S202 . 1 320.6 202.1 249.8 c0 - 71.4 70.5 - 178.2 479.3 - 178.2 z
m525 . 8 178.2 c0 - 86.4 - 86.8 - 215.4 - 525.7 - 215.4 - 437.9 0 - 524.7 129 - 524.7 215.4 0
85.8 86.8 214.8 524.7 214.8 438.9 0 525.7 - 129 525.7 - 214.8 z ` ,oiiintSize2: ` M1021 . 2 53 c603 . 6 0 707.8 165.8 707.8 277.2 0 110 - 104.2 275.8
- 707.8 275.8 - 606 0 - 710.2 - 165.8 - 710.2 - 275.8 C311 218.8 415.2 53 1021.2 53 z
m770 . 4 277.1 c0 - 131.2 - 126.4 - 327.6 - 770.5 - 327.6 S248 . 4 198.9 248.4 330.1
c0 130 128.8 326.4 772.7 326.4 s770 . 5 - 196.4 770.5 - 326.4 z ` ,rightarrow: ` M0 241 v40h399891c - 47.3 35.3 - 84 78 - 110 128
- 16.7 32 - 27.7 63.7 - 33 95 0 1.3 - . 2 2.7 - . 5 4 - . 3 1.3 - . 5 2.3 - . 5 3 0 7.3 6.7 11 20
11 8 0 13.2 - . 8 15.5 - 2.5 2.3 - 1.7 4.2 - 5.5 5.5 - 11.5 2 - 13.3 5.7 - 27 11 - 41 14.7 - 44.7
39 - 84.5 73 - 119.5 s73 . 7 - 60.2 119 - 75.5 c6 - 2 9 - 5.7 9 - 11 s - 3 - 9 - 9 - 11 c - 45.3 - 15.3 - 85
- 40.5 - 119 - 75.5 s - 58.3 - 74.8 - 73 - 119.5 c - 4.7 - 14 - 8.3 - 27.3 - 11 - 40 - 1.3 - 6.7 - 3.2 - 10.8 - 5.5
- 12.5 - 2.3 - 1.7 - 7.5 - 2.5 - 15.5 - 2.5 - 14 0 - 21 3.7 - 21 11 0 2 2 10.3 6 25 20.7 83.3 67
151.7 139 205 zm0 0 v40h399900v - 40 z ` ,rightbrace: ` M400000 542 l
- 6 6 h - 17 c - 12.7 0 - 19.3 - . 3 - 20 - 1 - 4 - 4 - 7.3 - 8.3 - 10 - 13 - 35.3 - 51.3 - 80.8 - 93.8 - 136.5 - 127.5
s - 117.2 - 55.8 - 184.5 - 66.5 c - . 7 0 - 2 - . 3 - 4 - 1 - 18.7 - 2.7 - 76 - 4.3 - 172 - 5 H0V214h399571l6 1
c124 . 7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118 l7 13 v35z ` ,rightbraceunder: ` M399994 0 l6 6 v35l - 6 11 c - 56 104 - 135.3 181.3 - 238 232 - 57.3
28.7 - 117 45 - 179 50 H - 300 V214h399897c43 . 3 - 7 81 - 15 113 - 26 100.7 - 33 179.7 - 91 237
- 174 2.7 - 5 6 - 9 10 - 13 . 7 - 1 7.3 - 1 20 - 1 h17z ` ,rightgroup: ` M0 80 h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0
3 - 1 3 - 3 v - 38 c - 76 - 158 - 257 - 219 - 435 - 219 H0z ` ,rightgroupunder: ` M0 262 h399565c371 0 266.7 - 149.4 414 - 180 5.9 - 1.2 18 0 18
0 2 0 3 1 3 3 v38c - 76 158 - 257 219 - 435 219 H0z ` ,rightharpoon: ` M0 241 v40h399993c4 . 7 - 4.7 7 - 9.3 7 - 14 0 - 9.3
- 3.7 - 15.3 - 11 - 18 - 92.7 - 56.7 - 159 - 133.7 - 199 - 231 - 3.3 - 9.3 - 6 - 14.7 - 8 - 16 - 2 - 1.3 - 7 - 2 - 15 - 2
- 10.7 0 - 16.7 2 - 18 6 - 2 2.7 - 1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58
69.2 92 94.5 zm0 0 v40h399900v - 40 z ` ,rightharpoonplus: ` M0 241 v40h399993c4 . 7 - 4.7 7 - 9.3 7 - 14 0 - 9.3 - 3.7 - 15.3 - 11
- 18 - 92.7 - 56.7 - 159 - 133.7 - 199 - 231 - 3.3 - 9.3 - 6 - 14.7 - 8 - 16 - 2 - 1.3 - 7 - 2 - 15 - 2 - 10.7 0 - 16.7
2 - 18 6 - 2 2.7 - 1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5 z
m0 0 v40h399900v - 40 z m100 194 v40h399900v - 40 zm0 0 v40h399900v - 40 z ` ,rightharpoondown: ` M399747 511 c0 7.3 6.7 11 20 11 8 0 13 - . 8 15 - 2.5 s4 . 7 - 6.8
8 - 15.5 c40 - 94 99.3 - 166.3 178 - 217 13.3 - 8 20.3 - 12.3 21 - 13 5.3 - 3.3 8.5 - 5.8 9.5
- 7.5 1 - 1.7 1.5 - 5.2 1.5 - 10.5 s - 2.3 - 10.3 - 7 - 15 H0v40h399908c - 34 25.3 - 64.7 57 - 92 95
- 27.3 38 - 48.7 77.7 - 64 119 - 3.3 8.7 - 5 14 - 5 16 zM0 241 v40h399900v - 40 z ` ,rightharpoondownplus: ` M399747 705 c0 7.3 6.7 11 20 11 8 0 13 - . 8
15 - 2.5 s4 . 7 - 6.8 8 - 15.5 c40 - 94 99.3 - 166.3 178 - 217 13.3 - 8 20.3 - 12.3 21 - 13 5.3 - 3.3
8.5 - 5.8 9.5 - 7.5 1 - 1.7 1.5 - 5.2 1.5 - 10.5 s - 2.3 - 10.3 - 7 - 15 H0v40h399908c - 34 25.3
- 64.7 57 - 92 95 - 27.3 38 - 48.7 77.7 - 64 119 - 3.3 8.7 - 5 14 - 5 16 zM0 435 v40h399900v - 40 z
m0 - 194 v40h400000v - 40 zm0 0 v40h400000v - 40 z ` ,righthook: ` M399859 241 c - 764 0 0 0 0 0 40 - 3.3 68.7 - 15.7 86 - 37 10 - 12 15 - 25.3
15 - 40 0 - 22.7 - 9.8 - 40.7 - 29.5 - 54 - 19.7 - 13.3 - 43.5 - 21 - 71.5 - 23 - 17.3 - 1.3 - 26 - 8 - 26 - 20 0
- 13.3 8.7 - 20 26 - 20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21
66.8 s - 14 61.2 - 42 83.5 c - 28 22.3 - 61 33.5 - 99 33.5 L0 241 z M0 281 v - 40 h399859v40z ` ,rightlinesegment: ` M399960 241 V94 h40 V428 h - 40 V281 H0 v - 40 z
M399960 241 V94 h40 V428 h - 40 V281 H0 v - 40 z ` ,rightToFrom: ` M400000 167 c - 70.7 - 42 - 118 - 97.7 - 142 - 167 h - 23 c - 15.3 0 - 23 . 3 - 23
1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101 l7 8 H0v40h399905l - 7 8 c - 28.7 32
- 52 65.7 - 70 101 - 10.7 23.3 - 16 35.7 - 16 37 0 . 7 7.7 1 23 1 h23c24 - 69.3 71.3 - 125 142
- 167 z M100 147 v40h399900v - 40 zM0 341 v40h399900v - 40 z ` ,twoheadleftarrow: ` M0 167 c68 40
115.7 95.7 143 167 h22c15 . 3 0 23 - . 3 23 - 1 0 - 1.3 - 5.3 - 13.7 - 16 - 37 - 18 - 35.3 - 41.3 - 69
- 70 - 101 l - 7 - 8 h125l9 7 c50 . 7 39.3 85 86 103 140 h46c0 - 4.7 - 6.3 - 18.7 - 19 - 42 - 18 - 35.3
- 40 - 67.3 - 66 - 96 l - 9 - 9 h399716v - 40 H284l9 - 9 c26 - 28.7 48 - 60.7 66 - 96 12.7 - 23.333 19
- 37.333 19 - 42 h - 46 c - 18 54 - 52.3 100.7 - 103 140 l - 9 7 H95l7 - 8 c28 . 7 - 32 52 - 65.7 70 - 101
10.7 - 23.333 16 - 35.7 16 - 37 0 - . 7 - 7.7 - 1 - 23 - 1 h - 22 C115 . 7 71.3 68 127 0 167 z ` ,twoheadrightarrow: ` M400000 167
c - 68 - 40 - 115.7 - 95.7 - 143 - 167 h - 22 c - 15.3 0 - 23 . 3 - 23 1 0 1.3 5.3 13.7 16 37 18 35.3
41.3 69 70 101 l7 8 h - 125 l - 9 - 7 c - 50.7 - 39.3 - 85 - 86 - 103 - 140 h - 46 c0 4.7 6.3 18.7 19 42
18 35.3 40 67.3 66 96 l9 9 H0v40h399716l - 9 9 c - 26 28.7 - 48 60.7 - 66 96 - 12.7 23.333
- 19 37.333 - 19 42 h46c18 - 54 52.3 - 100.7 103 - 140 l9 - 7 h125l - 7 8 c - 28.7 32 - 52 65.7 - 70
101 - 10.7 23.333 - 16 35.7 - 16 37 0 . 7 7.7 1 23 1 h22c27 . 3 - 71.3 75 - 127 143 - 167 z ` ,tilde1: ` M200 55.538 c - 77 0 - 168 73.953 - 177 73.953 - 3 0 - 7
- 2.175 - 9 - 5.437 L2 97 c - 1 - 2 - 2 - 4 - 2 - 6 0 - 4 2 - 7 5 - 9 l20 - 12 C116 12 171 0 207 0 c86 0
114 68 191 68 78 0 168 - 68 177 - 68 4 0 7 2 9 5 l12 19 c1 2.175 2 4.35 2 6.525 0
4.35 - 2 7.613 - 5 9.788 l - 19 13.05 c - 92 63.077 - 116.937 75.308 - 183 76.128
- 68.267 . 847 - 113 - 73.952 - 191 - 73.952 z ` ,tilde2: ` M344 55.266 c - 142 0 - 300.638 81.316 - 311.5 86.418
- 8.01 3.762 - 22.5 10.91 - 23.5 5.562 L1 120 c - 1 - 2 - 1 - 3 - 1 - 4 0 - 5 3 - 9 8 - 10 l18 . 4 - 9 C160 . 9
31.9 283 0 358 0 c148 0 188 122 331 122 s314 - 97 326 - 97 c4 0 8 2 10 7 l7 21.114
c1 2.14 1 3.21 1 4.28 0 5.347 - 3 9.626 - 7 10.696 l - 22.3 12.622 C852 . 6 158.372 751
181.476 676 181.476 c - 149 0 - 189 - 126.21 - 332 - 126.21 z ` ,tilde3: ` M786 59 C457 59 32 175.242 13 175.242 c - 6 0 - 10 - 3.457
- 11 - 10.37 L . 15 138 c - 1 - 7 3 - 12 10 - 13 l19 . 2 - 6.4 C378 . 4 40.7 634.3 0 804.3 0 c337 0
411.8 157 746.8 157 328 0 754 - 112 773 - 112 5 0 10 3 11 9 l1 14.075 c1 8.066 - . 697
16.595 - 6.697 17.492 l - 21.052 7.31 c - 367.9 98.146 - 609.15 122.696 - 778.15 122.696
- 338 0 - 409 - 156.573 - 744 - 156.573 z ` ,tilde4: ` M786 58 C457 58 32 177.487 13 177.487 c - 6 0 - 10 - 3.345
- 11 - 10.035 L . 15 143 c - 1 - 7 3 - 12 10 - 13 l22 - 6.7 C381 . 2 35 637.15 0 807.15 0 c337 0 409
177 744 177 328 0 754 - 127 773 - 127 5 0 10 3 11 9 l1 14.794 c1 7.805 - 3 13.38 - 9
14.495 l - 20.7 5.574 c - 366.85 99.79 - 607.3 139.372 - 776.3 139.372 - 338 0 - 409
- 175.236 - 744 - 175.236 z ` ,vec: ` M377 20 c0 - 5.333 1.833 - 10 5.5 - 14 S391 0 397 0 c4 . 667 0 8.667 1.667 12 5
3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11
10.667 11 18 0 6 - 1 10 - 3 12 s - 6.667 5 - 14 9 c - 28.667 14.667 - 53.667 35.667 - 75 63
- 1.333 1.333 - 3.167 3.5 - 5.5 6.5 s - 4 4.833 - 5 5.5 c - 1 . 667 - 2.5 1.333 - 4.5 2 s - 4.333 1
- 7 1 c - 4.667 0 - 9.167 - 1.833 - 13.5 - 5.5 S337 184 337 178 c0 - 12.667 15.667 - 32.333 47 - 59
H213l - 171 - 1 c - 8.667 - 6 - 13 - 12.333 - 13 - 19 0 - 4.667 4.333 - 11.333 13 - 20 h359
c - 16 - 25.333 - 24 - 45 - 24 - 59 z ` ,widehat1: ` M529 0 h5l519 115 c5 1 9 5 9 10 0 1 - 1 2 - 1 3 l - 4 22
c - 1 5 - 5 9 - 11 9 h - 2 L532 67 19 159 h - 2 c - 5 0 - 9 - 4 - 11 - 9 l - 5 - 22 c - 1 - 6 2 - 12 8 - 13 z ` ,widehat2: ` M1181 0 h2l1171 176 c6 0 10 5 10 11 l - 2 23 c - 1 6 - 5 10
- 11 10 h - 1 L1182 67 15 220 h - 1 c - 6 0 - 10 - 4 - 11 - 10 l - 2 - 23 c - 1 - 6 4 - 11 10 - 11 z ` ,widehat3: ` M1181 0 h2l1171 236 c6 0 10 5 10 11 l - 2 23 c - 1 6 - 5 10
- 11 10 h - 1 L1182 67 15 280 h - 1 c - 6 0 - 10 - 4 - 11 - 10 l - 2 - 23 c - 1 - 6 4 - 11 10 - 11 z ` ,widehat4: ` M1181 0 h2l1171 296 c6 0 10 5 10 11 l - 2 23 c - 1 6 - 5 10
- 11 10 h - 1 L1182 67 15 340 h - 1 c - 6 0 - 10 - 4 - 11 - 10 l - 2 - 23 c - 1 - 6 4 - 11 10 - 11 z ` ,widecheck1: ` M529 , 159 h5l519 , - 115 c5 , - 1 , 9 , - 5 , 9 , - 10 c0 , - 1 , - 1 , - 2 , - 1 , - 3 l - 4 , - 22 c - 1 ,
- 5 , - 5 , - 9 , - 11 , - 9 h - 2 l - 512 , 92 l - 513 , - 92 h - 2 c - 5 , 0 , - 9 , 4 , - 11 , 9 l - 5 , 22 c - 1 , 6 , 2 , 12 , 8 , 13 z ` ,widecheck2: ` M1181 , 220 h2l1171 , - 176 c6 , 0 , 10 , - 5 , 10 , - 11 l - 2 , - 23 c - 1 , - 6 , - 5 , - 10 ,
- 11 , - 10 h - 1 l - 1168 , 153 l - 1167 , - 153 h - 1 c - 6 , 0 , - 10 , 4 , - 11 , 10 l - 2 , 23 c - 1 , 6 , 4 , 11 , 10 , 11 z ` ,widecheck3: ` M1181 , 280 h2l1171 , - 236 c6 , 0 , 10 , - 5 , 10 , - 11 l - 2 , - 23 c - 1 , - 6 , - 5 , - 10 ,
- 11 , - 10 h - 1 l - 1168 , 213 l - 1167 , - 213 h - 1 c - 6 , 0 , - 10 , 4 , - 11 , 10 l - 2 , 23 c - 1 , 6 , 4 , 11 , 10 , 11 z ` ,widecheck4: ` M1181 , 340 h2l1171 , - 296 c6 , 0 , 10 , - 5 , 10 , - 11 l - 2 , - 23 c - 1 , - 6 , - 5 , - 10 ,
- 11 , - 10 h - 1 l - 1168 , 273 l - 1167 , - 273 h - 1 c - 6 , 0 , - 10 , 4 , - 11 , 10 l - 2 , 23 c - 1 , 6 , 4 , 11 , 10 , 11 z ` ,baraboveleftarrow: ` M400000 620 h - 399890 l3 - 3 c68 . 7 - 52.7 113.7 - 120 135 - 202
c4 - 14.7 6 - 23 6 - 25 c0 - 7.3 - 7 - 11 - 21 - 11 c - 8 0 - 13.2 0.8 - 15.5 2.5
c - 2.3 1.7 - 4.2 5.8 - 5.5 12.5 c - 1.3 4.7 - 2.7 10.3 - 4 17 c - 12 48.7 - 34.8 92 - 68.5 130
s - 74.2 66.3 - 121.5 85 c - 10 4 - 16 7.7 - 18 11 c0 8.7 6 14.3 18 17 c47 . 3 18.7 87.8 47
121.5 85 s56 . 5 81.3 68.5 130 c0 . 7 2 1.3 5 2 9 s1 . 2 6.7 1.5 8 c0 . 3 1.3 1 3.3 2 6
s2 . 2 4.5 3.5 5.5 c1 . 3 1 3.3 1.8 6 2.5 s6 1 10 1 c14 0 21 - 3.7 21 - 11
c0 - 2 - 2 - 10.3 - 6 - 25 c - 20 - 79.3 - 65 - 146.7 - 135 - 202 l - 3 - 3 h399890z
M100 620 v40h399900v - 40 z M0 241 v40h399900v - 40 zM0 241 v40h399900v - 40 z ` ,rightarrowabovebar: ` M0 241 v40h399891c - 47.3 35.3 - 84 78 - 110 128 - 16.7 32
- 27.7 63.7 - 33 95 0 1.3 - . 2 2.7 - . 5 4 - . 3 1.3 - . 5 2.3 - . 5 3 0 7.3 6.7 11 20 11 8 0
13.2 - . 8 15.5 - 2.5 2.3 - 1.7 4.2 - 5.5 5.5 - 11.5 2 - 13.3 5.7 - 27 11 - 41 14.7 - 44.7 39
- 84.5 73 - 119.5 s73 . 7 - 60.2 119 - 75.5 c6 - 2 9 - 5.7 9 - 11 s - 3 - 9 - 9 - 11 c - 45.3 - 15.3 - 85 - 40.5
- 119 - 75.5 s - 58.3 - 74.8 - 73 - 119.5 c - 4.7 - 14 - 8.3 - 27.3 - 11 - 40 - 1.3 - 6.7 - 3.2 - 10.8 - 5.5
- 12.5 - 2.3 - 1.7 - 7.5 - 2.5 - 15.5 - 2.5 - 14 0 - 21 3.7 - 21 11 0 2 2 10.3 6 25 20.7 83.3 67
151.7 139 205 zm96 379 h399894v40H0zm0 0 h399904v40H0z ` ,baraboveshortleftharpoon: ` M507 , 435 c - 4 , 4 , - 6.3 , 8.7 , - 7 , 14 c0 , 5.3 , 0.7 , 9 , 2 , 11
c1 . 3 , 2 , 5.3 , 5.3 , 12 , 10 c90 . 7 , 54 , 156 , 130 , 196 , 228 c3 . 3 , 10.7 , 6.3 , 16.3 , 9 , 17
c2 , 0.7 , 5 , 1 , 9 , 1 c0 , 0 , 5 , 0 , 5 , 0 c10 . 7 , 0 , 16.7 , - 2 , 18 , - 6 c2 , - 2.7 , 1 , - 9.7 , - 3 , - 21
c - 32 , - 87.3 , - 82.7 , - 157.7 , - 152 , - 211 c0 , 0 , - 3 , - 3 , - 3 , - 3 l399351 , 0 l0 , - 40
c - 398570 , 0 , - 399437 , 0 , - 399437 , 0 z M593 435 v40 H399500 v - 40 z
M0 281 v - 40 H399908 v40z M0 281 v - 40 H399908 v40z ` ,rightharpoonaboveshortbar: ` M0 , 241 l0 , 40 c399126 , 0 , 399993 , 0 , 399993 , 0
c4 . 7 , - 4.7 , 7 , - 9.3 , 7 , - 14 c0 , - 9.3 , - 3.7 , - 15.3 , - 11 , - 18 c - 92.7 , - 56.7 , - 159 , - 133.7 , - 199 ,
- 231 c - 3.3 , - 9.3 , - 6 , - 14.7 , - 8 , - 16 c - 2 , - 1.3 , - 7 , - 2 , - 15 , - 2 c - 10.7 , 0 , - 16.7 , 2 , - 18 , 6
c - 2 , 2.7 , - 1 , 9.7 , 3 , 21 c15 . 3 , 42 , 36.7 , 81.8 , 64 , 119.5 c27 . 3 , 37.7 , 58 , 69.2 , 92 , 94.5 z
M0 241 v40 H399908 v - 40 z M0 475 v - 40 H399500 v40z M0 475 v - 40 H399500 v40z ` ,shortbaraboveleftharpoon: ` M7 , 435 c - 4 , 4 , - 6.3 , 8.7 , - 7 , 14 c0 , 5.3 , 0.7 , 9 , 2 , 11
c1 . 3 , 2 , 5.3 , 5.3 , 12 , 10 c90 . 7 , 54 , 156 , 130 , 196 , 228 c3 . 3 , 10.7 , 6.3 , 16.3 , 9 , 17 c2 , 0.7 , 5 , 1 , 9 ,
1 c0 , 0 , 5 , 0 , 5 , 0 c10 . 7 , 0 , 16.7 , - 2 , 18 , - 6 c2 , - 2.7 , 1 , - 9.7 , - 3 , - 21 c - 32 , - 87.3 , - 82.7 , - 157.7 ,
- 152 , - 211 c0 , 0 , - 3 , - 3 , - 3 , - 3 l399907 , 0 l0 , - 40 c - 399126 , 0 , - 399993 , 0 , - 399993 , 0 z
M93 435 v40 H400000 v - 40 z M500 241 v40 H400000 v - 40 z M500 241 v40 H400000 v - 40 z ` ,shortrightharpoonabovebar: ` M53 , 241 l0 , 40 c398570 , 0 , 399437 , 0 , 399437 , 0
c4 . 7 , - 4.7 , 7 , - 9.3 , 7 , - 14 c0 , - 9.3 , - 3.7 , - 15.3 , - 11 , - 18 c - 92.7 , - 56.7 , - 159 , - 133.7 , - 199 ,
- 231 c - 3.3 , - 9.3 , - 6 , - 14.7 , - 8 , - 16 c - 2 , - 1.3 , - 7 , - 2 , - 15 , - 2 c - 10.7 , 0 , - 16.7 , 2 , - 18 , 6
c - 2 , 2.7 , - 1 , 9.7 , 3 , 21 c15 . 3 , 42 , 36.7 , 81.8 , 64 , 119.5 c27 . 3 , 37.7 , 58 , 69.2 , 92 , 94.5 z
2026-03-01 01:45:57 +00:00
M500 241 v40 H399408 v - 40 z M500 435 v40 H400000 v - 40 z ` },_Ae=o(function(e,r){switch(e){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+r+ ` v1759 h347 v - 84
2026-02-13 14:04:06 -07:00
H403z M403 1759 V0 H319 V1759 v ` +r+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+r+ ` v1759 H0 v84 H347z
M347 1759 V0 H263 V1759 v ` +r+" v1759 h84z";case"vert":return"M145 15 v585 v"+r+ ` v585 c2 . 667 , 10 , 9.667 , 15 , 21 , 15
c10 , 0 , 16.667 , - 5 , 20 , - 15 v - 585 v ` +-r+ ` v - 585 c - 2.667 , - 10 , - 9.667 , - 15 , - 21 , - 15
c - 10 , 0 , - 16.667 , 5 , - 20 , 15 z M188 15 H145 v585 v ` +r+" v585 h43z";case"doublevert":return"M145 15 v585 v"+r+ ` v585 c2 . 667 , 10 , 9.667 , 15 , 21 , 15
c10 , 0 , 16.667 , - 5 , 20 , - 15 v - 585 v ` +-r+ ` v - 585 c - 2.667 , - 10 , - 9.667 , - 15 , - 21 , - 15
c - 10 , 0 , - 16.667 , 5 , - 20 , 15 z M188 15 H145 v585 v ` +r+ ` v585 h43z
M367 15 v585 v ` +r+ ` v585 c2 . 667 , 10 , 9.667 , 15 , 21 , 15
c10 , 0 , 16.667 , - 5 , 20 , - 15 v - 585 v ` +-r+ ` v - 585 c - 2.667 , - 10 , - 9.667 , - 15 , - 21 , - 15
c - 10 , 0 , - 16.667 , 5 , - 20 , 15 z M410 15 H367 v585 v ` +r+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+r+ ` v1715 h263 v84 H319z
MM319 602 V0 H403 V602 v ` +r+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+r+ ` v1799 H0 v - 84 H319z
MM319 602 V0 H403 V602 v ` +r+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+r+ ` v602 h84z
M403 1759 V0 H319 V1759 v ` +r+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+r+ ` v602 h84z
M347 1759 V0 h - 84 V1759 v ` +r+" v602 h84z";case"lparen":return ` M863 , 9 c0 , - 2 , - 2 , - 5 , - 6 , - 9 c0 , 0 , - 17 , 0 , - 17 , 0 c - 12.7 , 0 , - 19.3 , 0.3 , - 20 , 1
c - 5.3 , 5.3 , - 10.3 , 11 , - 15 , 17 c - 242.7 , 294.7 , - 395.3 , 682 , - 458 , 1162 c - 21.3 , 163.3 , - 33.3 , 349 ,
- 36 , 557 l0 , ` +(r+84)+ ` c0 . 2 , 6 , 0 , 26 , 0 , 60 c2 , 159.3 , 10 , 310.7 , 24 , 454 c53 . 3 , 528 , 210 ,
949.7 , 470 , 1265 c4 . 7 , 6 , 9.7 , 11.7 , 15 , 17 c0 . 7 , 0.7 , 7 , 1 , 19 , 1 c0 , 0 , 18 , 0 , 18 , 0 c4 , - 4 , 6 , - 7 , 6 , - 9
c0 , - 2.7 , - 3.3 , - 8.7 , - 10 , - 18 c - 135.3 , - 192.7 , - 235.5 , - 414.3 , - 300.5 , - 665 c - 65 , - 250.7 , - 102.5 ,
- 544.7 , - 112.5 , - 882 c - 2 , - 104 , - 3 , - 167 , - 3 , - 189
l0 , - ` +(r+92)+ ` c0 , - 162.7 , 5.7 , - 314 , 17 , - 454 c20 . 7 , - 272 , 63.7 , - 513 , 129 , - 723 c65 . 3 ,
- 210 , 155.3 , - 396.3 , 270 , - 559 c6 . 7 , - 9.3 , 10 , - 15.3 , 10 , - 18 z ` ;case"rparen":return ` M76 , 0 c - 16.7 , 0 , - 25 , 3 , - 25 , 9 c0 , 2 , 2 , 6.3 , 6 , 13 c21 . 3 , 28.7 , 42.3 , 60.3 ,
63 , 95 c96 . 7 , 156.7 , 172.8 , 332.5 , 228.5 , 527.5 c55 . 7 , 195 , 92.8 , 416.5 , 111.5 , 664.5
c11 . 3 , 139.3 , 17 , 290.7 , 17 , 454 c0 , 28 , 1.7 , 43 , 3.3 , 45 l0 , ` +(r+9)+ `
c - 3 , 4 , - 3.3 , 16.7 , - 3.3 , 38 c0 , 162 , - 5.7 , 313.7 , - 17 , 455 c - 18.7 , 248 , - 55.8 , 469.3 , - 111.5 , 664
c - 55.7 , 194.7 , - 131.8 , 370.3 , - 228.5 , 527 c - 20.7 , 34.7 , - 41.7 , 66.3 , - 63 , 95 c - 2 , 3.3 , - 4 , 7 , - 6 , 11
c0 , 7.3 , 5.7 , 11 , 17 , 11 c0 , 0 , 11 , 0 , 11 , 0 c9 . 3 , 0 , 14.3 , - 0.3 , 15 , - 1 c5 . 3 , - 5.3 , 10.3 , - 11 , 15 , - 17
c242 . 7 , - 294.7 , 395.3 , - 681.7 , 458 , - 1161 c21 . 3 , - 164.7 , 33.3 , - 350.7 , 36 , - 558
l0 , - ` +(r+144)+ ` c - 2 , - 159.3 , - 10 , - 310.7 , - 24 , - 454 c - 53.3 , - 528 , - 210 , - 949.7 ,
2026-03-01 01:45:57 +00:00
- 470 , - 1265 c - 4.7 , - 6 , - 9.7 , - 11.7 , - 15 , - 17 c - 0.7 , - 0.7 , - 6.7 , - 1 , - 18 , - 1 z ` ;default:throw new Error("Unknown stretchy delimiter.")}},"tallDelim"),_p=class{static{o(this,"DocumentFragment")}constructor(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return ar.contains(this.classes,e)}toNode(){for(var e=document.createDocumentFragment(),r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e}toMarkup(){for(var e="",r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e}toText(){var e=o(r=>r.toText(),"toText");return this.children.map(e).join("")}},Oc={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.
` +C+" children.");for(var L=0;L<C;L++){var S=new Pc(T[L]),A=new Hl([S],{width:"400em",height:_t(k),viewBox:"0 0 "+l+" "+w,preserveAspectRatio:R[L]+" slice"}),_=Ve.makeSvgSpan([D[L]],[A],r);if(C===1)return{span:_,minWidth:E,height:k};_.style.height=_t(k),x.push(_)}return{span:Ve.makeSpan(["stretchy"],x,r),minWidth:E,height:k}}}o(n,"buildSvgSpan_");var{span:i,minWidth:a,height:s}=n();return i.height=s,i.style.height=_t(s),a>0&&(i.style.minWidth=_t(a)),i},"svgSpan"),u7e=o(function(e,r,n,i,a){var s,l=e.height+e.depth+n+i;if(/fbox|color|angl/.test(r)){if(s=Ve.makeSpan(["stretchy",r],[],a),r==="fbox"){var u=a.color&&a.getColor();u&&(s.style.borderColor=u)}}else{var h=[];/^[bx]cancel $ /.test(r)&&h.push(new T2({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel $ /.test(r)&&h.push(new T2({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var f=new Hl(h,{width:"100%",height:_t(l)});s=Ve.makeSvgSpan([],[f],a)}return s.height=l,s.style.height=_t(l),s},"encloseSpan"),nh={encloseSpan:u7e,mathMLnode:s7e,svgSpan:c7e};o(_r,"assertNodeType");o(G_,"assertSymbolNodeType");o(dw,"checkSymbolNodeType");V_=o((t,e)=>{var r,n,i;t&&t.type==="supsub"?(n=_r(t.base,"accent"),r=n.base,t.base=r,i=IAe(Jr(t,e)),t.base=n):(n=_r(t,"accent"),r=n.base);var a=Jr(r,e.havingCrampedStyle()),s=n.isShifty&&ar.isCharacterBox(r),l=0;if(s){var u=ar.getBaseElem(r),h=Jr(u,e.havingCrampedStyle());l=sY(h).skew}var f=n.label===" \\ c",d=f?a.height+a.depth:Math.min(a.height,e.fontMetrics().xHeight),p;if(n.isStretchy)p=nh.svgSpan(n,e),p=Ve.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:a},{type:"elem",elem:p,wrapperClasses:["svg-align"],wrapperStyle:l>0?{width:"calc(100% - "+_t(2*l)+")",marginLeft:_t(2*l)}:void 0}]},e);else{var m,g;n.label===" \\ vec"?(m=Ve.staticSvg("vec",e),g=Ve.svgData.vec[1]):(m=Ve.makeOrd({mode:n.mode,text:n.label},e,"textord"),m=sY(m),m.italic=0,g=m.width,f&&(d+=m.depth)),p=Ve.makeSpan(["accent-body"],[m]);var y=n.label===" \\ textcircled";y&&(p.classes.push("accent-full"),d=a.height);var v=l;y||(v-=g/2),p.style.left=_t(v),n.label===" \\ textcircled"&&(p.style.top=".2em"),p=Ve.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:a},{type:"kern",size:-d},{type:"elem",elem:p}]},e)}var x=Ve.makeSpan(["mord","accent"],[p],e);return i?(i.children[0]=x,i.height=Math.max(x.height,i.height),i.classes[0]="mord",i):x},"htmlBuilder $ a"),KY=o((t,e)=>{var r=t.isStretchy?nh.mathMLnode(t.label):new yt.MathNode("mo",[ol(t.label,t.mode)]),n=new yt.MathNode("mover",[Ln(t.base,e),r]);return n.setAttribute("accent","true"),n},"mathmlBuilder $ 9"),h7e=new RegExp([" \\ acute"," \\ grave"," \\ ddot"," \\ tilde"," \\ bar"," \\ breve"," \\ check"," \\ hat"," \\ vec"," \\ dot"," \\ mathring"].map(t=>" \\ "+t).join("|"));Pt({type:"accent",names:[" \\ acute"," \\ grave"," \\ ddot"," \\ tilde"," \\ bar"," \\ breve"," \\ check"," \\ hat"," \\ vec"," \\ dot"," \\ mathring"," \\ widecheck"," \\ widehat"," \\ widetilde"," \\ overrightarrow"," \\ overleftarrow"," \\ Overrightarrow"," \\ overleftrightarrow"," \\ overgroup"," \\ overlinesegment"," \\ overleftharpoon"," \\ overrightharpoon"],props:{numArgs:1},handler:o((t,e)=>{var r=lw(e[0]),n=!h7e.test(t.funcName),i=!n||t.funcName===" \\ widehat"||t.funcName===" \\ widetilde"||t.funcName===" \\ widecheck";return{type:"accent",mode:t.parser.mode,label:t.funcName,isStretchy:n,isShifty:i,base:r}},"handler"),htmlBuilder:V_,mathmlBuilder:KY});Pt({type:"accent",names:[" \\ '"," \\ ` "," \ \ ^ "," \ \ ~ "," \ \ = "," \ \ u "," \ \ . ",'\\" ',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:o((t,e)=>{var r=e[0],n=t.parser.mode;return n==="math"&&(t.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX' s accent "+t.funcName+" works only in text mode "),n=" text "),{type:" accent ",mode:n,label:t.funcName,isStretchy:!1,isShifty:!0,base:r}}," handler "),htmlBuilder:V_,mathmlBuilder:KY});Pt({type:" accentUnder ",names:[" \ \ underleftarrow "," \ \ underrightarrow "," \ \ underleftrightarrow "," \ \ undergroup "," \ \ underlinesegment "," \ \ utilde " ] , props : { numArgs : 1 } , handler : o ( ( t , e ) => { var { parser : r , funcName : n } = t , i = e [ 0 ] ; ret
] ` ,F7e=" \\ \\ [a-zA-Z@]+", $ 7e=" \\ \\ [^ \u D800- \u DFFF]",z7e="("+F7e+")"+kj+"*",G7e= ` \ \ \ \ (
2026-02-13 14:04:06 -07:00
| [ \ r ] +
2026-03-01 01:45:57 +00:00
? ) [ \ r ] * ` ,M_="[ \u 0300- \u 036F]",V7e=new RegExp(M_+"+ $ "),q7e="("+kj+"+)|"+(G7e+"|")+"([!- \\ [ \\ ]- \u 2027 \u 202A- \u D7FF \u F900- \u FFFF]"+(M_+"*")+"|[ \u D800- \u DBFF][ \u DC00- \u DFFF]"+(M_+"*")+"| \\ \\ verb \\ *([^]).*? \\ 4| \\ \\ verb([^*a-zA-Z]).*? \\ 5"+("|"+z7e)+("|"+ $ 7e+")"),cw=class{static{o(this,"Lexer")}constructor(e,r){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=r,this.tokenRegex=new RegExp(q7e,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,r){this.catcodes[e]=r}lex(){var e=this.input,r=this.tokenRegex.lastIndex;if(r===e.length)return new sl("EOF",new Do(this,r,r));var n=this.tokenRegex.exec(e);if(n===null||n.index!==r)throw new vt("Unexpected character: '"+e[r]+"'",new sl(e[r],new Do(this,r,r+1)));var i=n[6]||n[3]||(n[2]?" \\ ":" ");if(this.catcodes[i]===14){var a=e.indexOf( `
` ,this.tokenRegex.lastIndex);return a===-1?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $ )")):this.tokenRegex.lastIndex=a+1,this.lex()}return new sl(i,new Do(this,r,this.tokenRegex.lastIndex))}},I_=class{static{o(this,"Namespace")}constructor(e,r){e===void 0&&(e={}),r===void 0&&(r={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=r,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(this.undefStack.length===0)throw new vt("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e=this.undefStack.pop();for(var r in e)e.hasOwnProperty(r)&&(e[r]==null?delete this.current[r]:this.current[r]=e[r])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]}set(e,r,n){if(n===void 0&&(n=!1),n){for(var i=0;i<this.undefStack.length;i++)delete this.undefStack[i][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=r)}else{var a=this.undefStack[this.undefStack.length-1];a&&!a.hasOwnProperty(e)&&(a[e]=this.current[e])}r==null?delete this.current[e]:this.current[e]=r}},U7e=fj;fe(" \\ noexpand",function(t){var e=t.popToken();return t.isExpandable(e.text)&&(e.noexpand=!0,e.treatAsRelax=!0),{tokens:[e],numArgs:0}});fe(" \\ expandafter",function(t){var e=t.popToken();return t.expandOnce(!0),{tokens:[e],numArgs:0}});fe(" \\ @firstoftwo",function(t){var e=t.consumeArgs(2);return{tokens:e[0],numArgs:0}});fe(" \\ @secondoftwo",function(t){var e=t.consumeArgs(2);return{tokens:e[1],numArgs:0}});fe(" \\ @ifnextchar",function(t){var e=t.consumeArgs(3);t.consumeSpaces();var r=t.future();return e[0].length===1&&e[0][0].text===r.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}});fe(" \\ @ifstar"," \\ @ifnextchar *{ \\ @firstoftwo{#1}}");fe(" \\ TextOrMath",function(t){var e=t.consumeArgs(2);return t.mode==="text"?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}});DY={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};fe(" \\ char",function(t){var e=t.popToken(),r,n="";if(e.text==="'")r=8,e=t.popToken();else if(e.text==='"')r=16,e=t.popToken();else if(e.text===" ` ")if(e=t.popToken(),e.text[0]===" \ \ ")n=e.text.charCodeAt(1);else{if(e.text===" EOF ")throw new vt(" \ \ char ` missing argument");n=e.text.charCodeAt(0)}else r=10;if(r){if(n=DY[e.text],n==null||n>=r)throw new vt("Invalid base-"+r+" digit "+e.text);for(var i;(i=DY[t.future().text])!=null&&i<r;)n*=r,n+=i,t.popToken()}return" \\ @char{"+n+"}"});K_=o((t,e,r,n)=>{var i=t.consumeArg().tokens;if(i.length!==1)throw new vt(" \\ newcommand's first argument must be a macro name");var a=i[0].text,s=t.isDefined(a);if(s&&!e)throw new vt(" \\ newcommand{"+a+"} attempting to redefine "+(a+"; use \\ renewcommand"));if(!s&&!r)throw new vt(" \\ renewcommand{"+a+"} when command "+a+" does not yet exist; use \\ newcommand");var l=0;if(i=t.consumeArg().tokens,i.length===1&&i[0].text==="["){for(var u="",h=t.expandNextToken();h.text!=="]"&&h.text!=="EOF";)u+=h.text,h=t.expandNextToken();if(!u.match(/^ \s *[0-9]+ \s * $ /))throw new vt("Invalid number of arguments: "+u);l=parseInt(u),i=t.consumeArg().tokens}return s&&n||t.macros.set(a,{tokens:i,numArgs:l}),""},"newcommand");fe(" \\ newcommand",t=>K_(t,!1,!0,!1));fe(" \\ renewcommand",t=>K_(t,!0,!1,!1));fe(" \\ providecommand",t=>K_(t,!0,!0,!0));fe(" \\ message",t=>{var e=t.consumeArgs(1)[0];return console.log(e.reverse().map(r=>r.text).join("")),""});fe(" \\ errmessage",t=>{var e=t.consumeArgs(1)[0];return console.error(e.reverse().map(r=>r.text).join("")),""});fe(" \\ show",t=>{var e=t.popToken(),r=e.text;return console.log(e,t.macros.get(r),pf[r],zn.math[r],zn.text[r]),""});fe(" \\ bgroup","{");fe(" \\ egroup","}");fe("~"," \\ nobreakspace");fe(" \\ lq"," ` ");fe(" \ \ rq "," ' ");fe(" \ \ aa "," \ \ r a ");fe(" \ \ AA "," \ \ r A ");fe(" \ \ textcopyright "," \ \ html @ mathml { \ \ tex
please report what input caused this bug ` );return n=n.slice(1,-1),{type:"verb",mode:"text",body:n,star:i}}NY.hasOwnProperty(r[0])&&!zn[this.mode][r[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+r[0]+'" used in math mode',e),r=NY[r[0]]+r.slice(1));var a=V7e.exec(r);a&&(r=r.substring(0,a.index),r==="i"?r=" \u 0131":r==="j"&&(r=" \u 0237"));var s;if(zn[this.mode][r]){this.settings.strict&&this.mode==="math"&&A_.indexOf(r)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+r[0]+'" used in math mode',e);var l=zn[this.mode][r].group,u=Do.range(e),h;if(OAe.hasOwnProperty(l)){var f=l;h={type:"atom",mode:this.mode,family:f,loc:u,text:r}}else h={type:l,mode:this.mode,loc:u,text:r};s=h}else if(r.charCodeAt(0)>=128)this.settings.strict&&(IY(r.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+r[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+r[0]+'"'+(" ("+r.charCodeAt(0)+")"),e)),s={type:"textord",mode:"text",loc:Do.range(e),text:r};else return null;if(this.consume(),a)for(var d=0;d<a[0].length;d++){var p=a[0][d];if(!k_[p])throw new vt("Unknown accent ' "+p+"'",e);var m=k_[p][this.mode]||k_[p].text;if(!m)throw new vt("Accent "+p+" unsupported in "+this.mode+" mode",e);s={type:"accent",mode:this.mode,loc:Do.range(e),label:m,isStretchy:!1,isShifty:!0,base:s}}return s}};uw.endOfExpression=["}"," \\ endgroup"," \\ end"," \\ right","&"];Z_=o(function(e,r){if(!(typeof e=="string"||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var n=new uw(e,r);delete n.gullet.macros.current[" \\ df@tag"];var i=n.parse();if(delete n.gullet.macros.current[" \\ current@color"],delete n.gullet.macros.current[" \\ color"],n.gullet.macros.get(" \\ df@tag")){if(!r.displayMode)throw new vt(" \\ tag works only in display equations");i=[{type:"tag",mode:"text",body:i,tag:n.subparse([new sl(" \\ df@tag")])}]}return i},"parseTree"),J_=o(function(e,r,n){r.textContent="";var i=yw(e,n).toNode();r.appendChild(i)},"render");typeof document<"u"&&document.compatMode!=="CSS1Compat"&&(typeof console<"u"&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),J_=o(function(){throw new vt("KaTeX doesn't work in quirks mode.")},"render"));Aj=o(function(e,r){var n=yw(e,r).toMarkup();return n},"renderToString"),_j=o(function(e,r){var n=new v2(r);return Z_(e,n)},"generateParseTree"),Dj=o(function(e,r,n){if(n.throwOnError||!(e instanceof vt))throw e;var i=Ve.makeSpan(["katex-error"],[new js(r)]);return i.setAttribute("title",e.toString()),i.setAttribute("style","color:"+n.errorColor),i},"renderError"),yw=o(function(e,r){var n=new v2(r);try{var i=Z_(e,n);return n7e(i,e,n)}catch(a){return Dj(a,e,n)}},"renderToDomTree"),Rj=o(function(e,r){var n=new v2(r);try{var i=Z_(e,n);return i7e(i,e,n)}catch(a){return Dj(a,e,n)}},"renderToHTMLTree"),Lj="0.16.22",Nj={Span:Dp,Anchor:b2,SymbolNode:js,SvgNode:Hl,PathNode:Pc,LineNode:T2},W7e={version:Lj,render:J_,renderToString:Aj,ParseError:vt,SETTINGS_SCHEMA:g2,__parse:_j,__renderToDomTree:yw,__renderToHTMLTree:Rj,__setFontMetrics:OY,__defineSymbol:q,__defineFunction:Pt,__defineMacro:fe,__domTree:Nj}});function j7e(){let t="data-temp-href-target";ff.addHook("beforeSanitizeAttributes",e=>{e.tagName==="A"&&e.hasAttribute("target")&&e.setAttribute(t,e.getAttribute("target")??"")}),ff.addHook("afterSanitizeAttributes",e=>{e.tagName==="A"&&e.hasAttribute(t)&&(e.setAttribute("target",e.getAttribute(t)??""),e.removeAttribute(t),e.getAttribute("target")==="_blank"&&e.setAttribute("rel","noopener"))})}var Lp,H7e,Y7e,Bj,Oj,fr,X7e,K7e,Q7e,Z7e,Fj,Np,Sr,J7e,e8e,zc,eD,t8e,r8e,Pj,vw,Nn,Mp,n8e,vf,nt,wr=I(()=>{"use strict";u_();Lp=/<br \s * \/ ?>/gi,H7e=o(t=>t?Fj(t).replace(/ \\ n/g,"#br#").split("#br#"):[""],"getRows"),Y7e=(()=>{let t=!1;return()=>{t||(j7e(),t=!0)}})();o(j7e,"setupDompurifyHooks");Bj=o(t=>(Y7e(),ff.sanitize(
2026-02-13 14:04:06 -07:00
[ ] { ` +Math.min.apply(Math,i)+"}","g");n=n.map(function(l){return l.replace(a, `
` )})}n[0]=n[0].replace(/^ \r ? \n /,"");var s=n[0];return e.forEach(function(l,u){var h=s.match(/(?:^| \n )( *) $ /),f=h?h[1]:"",d=l;typeof l=="string"&&l.includes( `
` )&&(d=String(l).split( `
` ).map(function(p,m){return m===0?p:""+f+p}).join( `
2026-03-01 01:45:57 +00:00
` )),s+=d+n[u+1]}),s}var nD=I(()=>{"use strict";o(bw,"dedent")});var Tw,Ip,Vj,ww=I(()=>{"use strict";Tw=/^-{3} \s *[ \n \r ](.*?)[ \n \r ]-{3} \s *[ \n \r ]+/s,Ip=/%{2}{ \s *(?:( \w +) \s *:|( \w +)) \s *(?:( \w +)|((?:(?!}%{2}).| \r ? \n )*))? \s *(?:}%{2})?/gi,Vj=/ \s *%%.* \n /gm});var ug,iD=I(()=>{"use strict";ug=class extends Error{static{o(this,"UnknownDiagramError")}constructor(e){super(e),this.name="UnknownDiagramError"}}});var ah,hg,S2,aD,qj,Op=I(()=>{"use strict";gt();ww();iD();ah={},hg=o(function(t,e){t=t.replace(Tw,"").replace(Ip,"").replace(Vj, `
` );for(let[r,{detector:n}]of Object.entries(ah))if(n(t,e))return r;throw new ug( ` No diagram type detected matching given configuration for text : $ { t } ` )},"detectType"),S2=o((...t)=>{for(let{id:e,detector:r,loader:n}of t)aD(e,r,n)},"registerLazyLoadedDiagrams"),aD=o((t,e,r)=>{ah[t]&&X.warn( ` Detector with key $ { t } already exists . Overwriting . ` ),ah[t]={detector:e,loader:r},X.debug( ` Detector with key $ { t } added$ { r ? " with loader" : "" } ` )},"addDetector"),qj=o(t=>ah[t].loader,"getDiagramLoader")});var E2,Uj,sD=I(()=>{"use strict";E2=(function(){var t=o(function(Ue,Le,Ie,Me){for(Ie=Ie||{},Me=Ue.length;Me--;Ie[Ue[Me]]=Le);return Ie},"o"),e=[1,24],r=[1,25],n=[1,26],i=[1,27],a=[1,28],s=[1,63],l=[1,64],u=[1,65],h=[1,66],f=[1,67],d=[1,68],p=[1,69],m=[1,29],g=[1,30],y=[1,31],v=[1,32],x=[1,33],b=[1,34],T=[1,35],E=[1,36],w=[1,37],k=[1,38],C=[1,39],D=[1,40],R=[1,41],O=[1,42],L=[1,43],S=[1,44],A=[1,45],_=[1,46],N=[1,47],M=[1,48],P=[1,50],B=[1,51],F=[1,52],G=[1,53], $ =[1,54],V=[1,55],K=[1,56],ee=[1,57],H=[1,58],he=[1,59],Z=[1,60],de=[14,42],re=[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],ne=[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],te=[1,82],Q=[1,83],le=[1,84],J=[1,85],ge=[12,14,42],ie=[12,14,33,42],Te=[12,14,33,42,76,77,79,80],j=[12,33],Ge=[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],ye={trace:o(function(){},"trace"),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],[3
` +me.showPosition()+ `
Expecting ` +St.join(", ")+", got '"+(this.terminals_[Pe]||Pe)+"'":bt="Parse error on line "+(ue+1)+": Unexpected "+(Pe==be?"end of input":"'"+(this.terminals_[Pe]||Pe)+"'"),this.parseError(bt,{text:me.match,token:this.terminals_[Pe]||Pe,line:me.yylineno,loc:Fe,expected:St})}if(ut[0]instanceof Array&&ut.length>1)throw new Error("Parse Error: multiple actions possible at state: "+We+", token: "+Pe);switch(ut[0]){case 1:Me.push(Pe),ze.push(me.yytext),Y.push(me.yylloc),Me.push(ut[1]),Pe=null,rt?(Pe=rt,rt=null):(z=me.yyleng,U=me.yytext,ue=me.yylineno,Fe=me.yylloc,se>0&&se--);break;case 2:if(at=this.productions_[ut[1]][1],Mt. $ =ze[ze.length-at],Mt._ $ ={first_line:Y[Y.length-(at||1)].first_line,last_line:Y[Y.length-1].last_line,first_column:Y[Y.length-(at||1)].first_column,last_column:Y[Y.length-1].last_column},Ye&&(Mt._ $ .range=[Y[Y.length-(at||1)].range[0],Y[Y.length-1].range[1]]),Tt=this.performAction.apply(Mt,[U,z,ue,De.yy,ut[1],ze,Y].concat(pe)),typeof Tt<"u")return Tt;at&&(Me=Me.slice(0,-1*at*2),ze=ze.slice(0,-1*at),Y=Y.slice(0,-1*at)),Me.push(this.productions_[ut[1]][0]),ze.push(Mt. $ ),Y.push(Mt._ $ ),wt=ce[Me[Me.length-2]][Me[Me.length-1]],Me.push(wt);break;case 3:return!0}}return!0},"parse")}, $ e=(function(){var Ue={EOF:1,parseError:o(function(Ie,Me){if(this.yy.parser)this.yy.parser.parseError(Ie,Me);else throw new Error(Ie)},"parseError"),setInput:o(function(Le,Ie){return this.yy=Ie||this.yy||{},this._input=Le,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},"setInput"),input:o(function(){var Le=this._input[0];this.yytext+=Le,this.yyleng++,this.offset++,this.match+=Le,this.matched+=Le;var Ie=Le.match(/(?: \r \n ?| \n ).*/g);return Ie?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),Le},"input"),unput:o(function(Le){var Ie=Le.length,Me=Le.split(/(?: \r \n ?| \n )/g);this._input=Le+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-Ie),this.offset-=Ie;var Ae=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),Me.length-1&&(this.yylineno-=Me.length-1);var ze=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:Me?(Me.length===Ae.length?this.yylloc.first_column:0)+Ae[Ae.length-Me.length].length-Me[0].length:this.yylloc.first_column-Ie},this.options.ranges&&(this.yylloc.range=[ze[0],ze[0]+this.yyleng-Ie]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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 ) .
2026-02-13 14:04:06 -07:00
` +this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:o(function(Le){this.unput(this.match.slice(Le))},"less"),pastInput:o(function(){var Le=this.matched.substr(0,this.matched.length-this.match.length);return(Le.length>20?"...":"")+Le.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var Le=this.match;return Le.length<20&&(Le+=this._input.substr(0,20-Le.length)),(Le.substr(0,20)+(Le.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var Le=this.pastInput(),Ie=new Array(Le.length+1).join("-");return Le+this.upcomingInput()+ `
2026-03-01 01:45:57 +00:00
` +Ie+"^"},"showPosition"),test_match:o(function(Le,Ie){var Me,Ae,ze;if(this.options.backtrack_lexer&&(ze={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&&(ze.yylloc.range=this.yylloc.range.slice(0))),Ae=Le[0].match(/(?: \r \n ?| \n ).*/g),Ae&&(this.yylineno+=Ae.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Ae?Ae[Ae.length-1].length-Ae[Ae.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+Le[0].length},this.yytext+=Le[0],this.match+=Le[0],this.matches=Le,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(Le[0].length),this.matched+=Le[0],Me=this.performAction.call(this,this.yy,this,Ie,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Me)return Me;if(this._backtrack){for(var Y in ze)this[Y]=ze[Y];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var Le,Ie,Me,Ae;this._more||(this.yytext="",this.match="");for(var ze=this._currentRules(),Y=0;Y<ze.length;Y++)if(Me=this._input.match(this.rules[ze[Y]]),Me&&(!Ie||Me[0].length>Ie[0].length)){if(Ie=Me,Ae=Y,this.options.backtrack_lexer){if(Le=this.test_match(Me,ze[Y]),Le!==!1)return Le;if(this._backtrack){Ie=!1;continue}else return!1}else if(!this.options.flex)break}return Ie?(Le=this.test_match(Ie,ze[Ae]),Le!==!1?Le:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var Ie=this.next();return Ie||this.lex()},"lex"),begin:o(function(Ie){this.conditionStack.push(Ie)},"begin"),popState:o(function(){var Ie=this.conditionStack.length-1;return Ie>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(Ie){return Ie=this.conditionStack.length-1-Math.abs(Ie||0),Ie>=0?this.conditionStack[Ie]:"INITIAL"},"topState"),pushState:o(function(Ie){this.begin(Ie)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:o(function(Ie,Me,Ae,ze){var Y=ze;switch(Ae){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;break;case 7:return this.popState(),"acc_title_value";break;case 8:return this.begin("acc_descr"),26;break;case 9:return this.popState(),"acc_descr_value";break;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;break;case 23:return this.begin("person"),44;break;case 24:return this.begin("system_ext_queue"),51;break;case 25:return this.begin("system_ext_db"),50;break;case 26:return this.begin("system_ext"),49;break;case 27:return this.begin("system_queue"),48;break;case 28:return this.begin("system_db"),47;break;case 29:return this.begin("system"),46;break;case 30:return this.begin("boundary"),37;break;case 31:return this.begin("enterprise_boundary"),34;break;case 32:return this.begin("system_boundary"),36;break;case 33:return this.begin("container_ext_queue"),57;break;case 34:return this.begin("container_ext_db"),56;break;case 35:return this.begin("container_ext"),55;break;case 36:return this.begin("container_queue"),54;break;case 37:return this.begin("container_db"),53;break;case 38:return this.begin("container"),52;break;case 39:return this.begin("container_boundary"),38;break;case 40:return this.begin("component_ext_queue"),63;break;case 41:return this.begin("component_ext_db"),62;break;case 42:return this.begin("component_ext"),61;break;case 43:return this.begin("component_queue"),60;break;case 44:return this.begin("component_db"),59;break;case 45:return this.begin("component"),58;break;case 46:return this.begin("node"),39;break;case 47:return this.begin("node"),39;break;case 48:return this.begin("node_l"),40;break;case 49:return this.begin("node_r"),41;break;case 50:return this.begin("rel"),64;break;case 51:return this.begin("birel"),65;break;case 52:return this.begin("rel_u"),66;break;case 53:return this.begin("rel_u"),66;break;case 54:return this.begin("rel_d"),67;break;case 55:return this.begin("rel_d"),67;break;case 56:return this.begin("rel_l"),68;break;case 57:return this.begin("rel_l"),68;break;case 58:return this.begin("rel_r"),69;break;case 59:return this.begin("rel_r"),69;break;case 60:return this.begin("rel_b"),70;break;case 61:return this.begin("rel_index"),71;break;case 62:return this.begin("update_el_style"),72;break;case 63:return this.begin("update_rel_style"),73;break;case 64:return this.begin("update_layout_config"),74;break;case 65:return"EOF_IN_STRUCT";case 66:return this.begin("attribute"),"ATTRIBUTE_EMPTY";break;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";break;case 77:this.popState(),this.begin("string_kv_value");break;case 78:return"STR_VALUE";case 79:t
2026-02-13 14:04:06 -07:00
font - family : $ { r . fontFamily } ;
font - size : $ { r . fontSize } ;
fill : $ { r . textColor }
}
@ keyframes edge - animation - frame {
from {
stroke - dashoffset : 0 ;
}
}
@ keyframes dash {
to {
stroke - dashoffset : 0 ;
}
}
& . edge - animation - slow {
stroke - dasharray : 9 , 5 ! important ;
stroke - dashoffset : 900 ;
animation : dash 50 s linear infinite ;
stroke - linecap : round ;
}
& . edge - animation - fast {
stroke - dasharray : 9 , 5 ! important ;
stroke - dashoffset : 900 ;
animation : dash 20 s linear infinite ;
stroke - linecap : round ;
}
/* Classes common for multiple diagrams */
& . error - icon {
fill : $ { r . errorBkgColor } ;
}
& . error - text {
fill : $ { r . errorTextColor } ;
stroke : $ { r . errorTextColor } ;
}
& . edge - thickness - normal {
stroke - width : 1 px ;
}
& . edge - thickness - thick {
stroke - width : 3.5 px
}
& . edge - pattern - solid {
stroke - dasharray : 0 ;
}
& . edge - thickness - invisible {
stroke - width : 0 ;
fill : none ;
}
& . edge - pattern - dashed {
stroke - dasharray : 3 ;
}
. edge - pattern - dotted {
stroke - dasharray : 2 ;
}
& . marker {
fill : $ { r . lineColor } ;
stroke : $ { r . lineColor } ;
}
& . marker . cross {
stroke : $ { r . lineColor } ;
}
& svg {
font - family : $ { r . fontFamily } ;
font - size : $ { r . fontSize } ;
}
& p {
margin : 0
}
$ { n }
$ { e }
2026-03-01 01:45:57 +00:00
` },"getStyles"),Wj=o((t,e)=>{e!==void 0&&(kw[t]=e)},"addStylesForDiagram"),Hj=s8e});var C2={};vr(C2,{clear:()=>Mr,getAccDescription:()=>Ur,getAccTitle:()=>Vr,getDiagramTitle:()=>Wr,setAccDescription:()=>qr,setAccTitle:()=>zr,setDiagramTitle:()=>Xr});var lD,cD,uD,hD,Mr,zr,Vr,qr,Ur,Xr,Wr,ki=I(()=>{"use strict";wr();ti();lD="",cD="",uD="",hD=o(t=>fr(t,tr()),"sanitizeText"),Mr=o(()=>{lD="",uD="",cD=""},"clear"),zr=o(t=>{lD=hD(t).replace(/^ \s +/g,"")},"setAccTitle"),Vr=o(()=>lD,"getAccTitle"),qr=o(t=>{uD=hD(t).replace(/ \n \s +/g, `
` )},"setAccDescription"),Ur=o(()=>uD,"getAccDescription"),Xr=o(t=>{cD=hD(t)},"setDiagramTitle"),Wr=o(()=>cD,"getDiagramTitle")});var Yj,o8e,xe,A2,Ew,_2,dD,l8e,Sw,Pp,D2,fD,Qt=I(()=>{"use strict";Op();gt();ti();wr();Fi();oD();ki();Yj=X,o8e=Jv,xe=tr,A2=G3,Ew=hf,_2=o(t=>fr(t,xe()),"sanitizeText"),dD=Vc,l8e=o(()=>C2,"getCommonDb"),Sw={},Pp=o((t,e,r)=>{Sw[t]&&Yj.warn( ` Diagram with id $ { t } already registered . Overwriting . ` ),Sw[t]=e,r&&aD(t,r),Wj(t,e.styles),e.injectUtils?.(Yj,o8e,xe,_2,dD,l8e(),()=>{})},"registerDiagram"),D2=o(t=>{if(t in Sw)return Sw[t];throw new fD(t)},"getDiagram"),fD=class extends Error{static{o(this,"DiagramNotFoundError")}constructor(e){super( ` Diagram $ { e } not found . ` )}}});var jl,xf,Es,Yl,qc,R2,pD,mD,Cw,Aw,jj,c8e,u8e,h8e,f8e,d8e,p8e,m8e,g8e,y8e,v8e,x8e,b8e,T8e,w8e,k8e,S8e,E8e,Xj,C8e,A8e,Kj,_8e,D8e,R8e,L8e,bf,N8e,M8e,I8e,O8e,P8e,L2,gD=I(()=>{"use strict";Qt();wr();ki();jl=[],xf=[""],Es="global",Yl="",qc=[{alias:"global",label:{text:"global"},type:{text:"global"},tags:null,link:null,parentBoundary:""}],R2=[],pD="",mD=!1,Cw=4,Aw=2,c8e=o(function(){return jj},"getC4Type"),u8e=o(function(t){jj=fr(t,xe())},"setC4Type"),h8e=o(function(t,e,r,n,i,a,s,l,u){if(t==null||e===void 0||e===null||r===void 0||r===null||n===void 0||n===null)return;let h={},f=R2.find(d=>d.from===e&&d.to===r);if(f?h=f:R2.push(h),h.type=t,h.from=e,h.to=r,h.label={text:n},i==null)h.techn={text:""};else if(typeof i=="object"){let[d,p]=Object.entries(i)[0];h[d]={text:p}}else h.techn={text:i};if(a==null)h.descr={text:""};else if(typeof a=="object"){let[d,p]=Object.entries(a)[0];h[d]={text:p}}else h.descr={text:a};if(typeof s=="object"){let[d,p]=Object.entries(s)[0];h[d]=p}else h.sprite=s;if(typeof l=="object"){let[d,p]=Object.entries(l)[0];h[d]=p}else h.tags=l;if(typeof u=="object"){let[d,p]=Object.entries(u)[0];h[d]=p}else h.link=u;h.wrap=bf()},"addRel"),f8e=o(function(t,e,r,n,i,a,s){if(e===null||r===null)return;let l={},u=jl.find(h=>h.alias===e);if(u&&e===u.alias?l=u:(l.alias=e,jl.push(l)),r==null?l.label={text:""}:l.label={text:r},n==null)l.descr={text:""};else if(typeof n=="object"){let[h,f]=Object.entries(n)[0];l[h]={text:f}}else l.descr={text:n};if(typeof i=="object"){let[h,f]=Object.entries(i)[0];l[h]=f}else l.sprite=i;if(typeof a=="object"){let[h,f]=Object.entries(a)[0];l[h]=f}else l.tags=a;if(typeof s=="object"){let[h,f]=Object.entries(s)[0];l[h]=f}else l.link=s;l.typeC4Shape={text:t},l.parentBoundary=Es,l.wrap=bf()},"addPersonOrSystem"),d8e=o(function(t,e,r,n,i,a,s,l){if(e===null||r===null)return;let u={},h=jl.find(f=>f.alias===e);if(h&&e===h.alias?u=h:(u.alias=e,jl.push(u)),r==null?u.label={text:""}:u.label={text:r},n==null)u.techn={text:""};else if(typeof n=="object"){let[f,d]=Object.entries(n)[0];u[f]={text:d}}else u.techn={text:n};if(i==null)u.descr={text:""};else if(typeof i=="object"){let[f,d]=Object.entries(i)[0];u[f]={text:d}}else u.descr={text:i};if(typeof a=="object"){let[f,d]=Object.entries(a)[0];u[f]=d}else u.sprite=a;if(typeof s=="object"){let[f,d]=Object.entries(s)[0];u[f]=d}else u.tags=s;if(typeof l=="object"){let[f,d]=Object.entries(l)[0];u[f]=d}else u.link=l;u.wrap=bf(),u.typeC4Shape={text:t},u.parentBoundary=Es},"addContainer"),p8e=o(function(t,e,r,n,i,a,s,l){if(e===null||r===null)return;let u={},h=jl.find(f=>f.alias===e);if(h&&e===h.alias?u=h:(u.alias=e,jl.push(u)),r==null?u.label={text:""}:u.label={text:r},n==null)u.techn={text:""};else if(typeof n=="object"){let[f,d]=Object.entries(n)[0];u[f]={text:d}}else u.techn={text:n};if(i==null)u.descr={text:""};else if(typeof i=="object"){let[f,d]=Object.entries(i)[0];u[f]={text:d}}else u.descr={text:i};if(typeof a=="object"){let[f,d]=Object.entries(a)[0];u[f]=d}else u.sprite=a;if(typeof s=="object"){let[f,d]=Object.entries(s)[0];u[f]=d}else u.tags=s;if(typeof l=="object"){let[f,d]=Object.entries(l)[0];u[f]=d}else u.link=l;u.wrap=bf(),u.typeC4Shape={text:t},u.parentBoundary=Es},"addComponent"),m8e=o(function(t,e,r,n,i){if(t===null||e===null)return;let a={},s=qc.find(l=>l.alias===t);if(s&&t===s.alias?a=s:(a.alias=t,qc.push(a)),e==null?a.label={text:""}:a.label={text:e},r==null
` ,"ig");t=t.trim().replace(r,"").replace(/'/gm,'"'),X.debug( ` Detecting diagram directive$ { e !== null ? " type:" + e : "" } based on the text : $ { t } ` );let n,i=[];for(;(n=Ip.exec(t))!==null;)if(n.index===Ip.lastIndex&&Ip.lastIndex++,n&&!e||e&&n[1]?.match(e)||e&&n[2]?.match(e)){let a=n[1]?n[1]:n[2],s=n[3]?n[3].trim():n[4]?JSON.parse(n[4].trim()):null;i.push({type:a,args:s})}return i.length===0?{type:t,args:null}:i.length===1?i[0]:i}catch(r){return X.error( ` ERROR : $ { r . message } - Unable to parse directive type : '${e}' based on the text : '${t}' ` ),{type:void 0,args:null}}},"detectDirective"),ore=o(function(t){return t.replace(Ip,"")},"removeDirectives"),EIe=o(function(t,e){for(let[r,n]of e.entries())if(n.match(t))return r;return-1},"isSubstringInArray");o(dN,"interpolateToCurve");o(CIe,"formatUrl");AIe=o((t,...e)=>{let r=t.split("."),n=r.length-1,i=r[n],a=window;for(let s=0;s<n;s++)if(a=a[r[s]],!a){X.error( ` Function name : $ { t } not found in window ` );return}a[i](...e)},"runFunc");o(lre,"distance");o(_Ie,"traverseEdge");o(DIe,"calcLabelPosition");nre=o((t,e=2)=>{let r=Math.pow(10,e);return Math.round(t*r)/r},"roundNumber"),pN=o((t,e)=>{let r,n=e;for(let i of t){if(r){let a=lre(i,r);if(a===0)return r;if(a<n)n-=a;else{let s=n/a;if(s<=0)return r;if(s>=1)return{x:i.x,y:i.y};if(s>0&&s<1)return{x:nre((1-s)*r.x+s*i.x,5),y:nre((1-s)*r.y+s*i.y,5)}}}r=i}throw new Error("Could not find a suitable point for the given distance")},"calculatePoint"),RIe=o((t,e,r)=>{X.info( ` our points $ { JSON . stringify ( e ) } ` ),e[0]!==r&&(e=e.reverse());let i=pN(e,25),a=t?10:5,s=Math.atan2(e[0].y-i.y,e[0].x-i.x),l={x:0,y:0};return l.x=Math.sin(s)*a+(e[0].x+i.x)/2,l.y=-Math.cos(s)*a+(e[0].y+i.y)/2,l},"calcCardinalityPosition");o(LIe,"calcTerminalLabelPosition");o(mN,"getStylesFromArray");ire=0,gN=o(()=>(ire++,"id-"+Math.random().toString(36).substr(2,12)+"-"+ire),"generateId");o(NIe,"makeRandomHex");yN=o(t=>NIe(t.length),"random"),MIe=o(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:""}},"getTextObj"),IIe=o(function(t,e){let r=e.text.replace(nt.lineBreakRegex," "),[,n]=ru(e.fontSize),i=t.append("text");i.attr("x",e.x),i.attr("y",e.y),i.style("text-anchor",e.anchor),i.style("font-family",e.fontFamily),i.style("font-size",n),i.style("font-weight",e.fontWeight),i.attr("fill",e.fill),e.class!==void 0&&i.attr("class",e.class);let a=i.append("tspan");return a.attr("x",e.x+e.textMargin*2),a.attr("fill",e.fill),a.text(r),i},"drawSimpleText"),vN=Vg((t,e,r)=>{if(!t||(r=Object.assign({fontSize:12,fontWeight:400,fontFamily:"Arial",joinWith:"<br/>"},r),nt.lineBreakRegex.test(t)))return t;let n=t.split(" ").filter(Boolean),i=[],a="";return n.forEach((s,l)=>{let u=ma( ` $ { s } ` ,r),h=ma(a,r);if(u>e){let{hyphenatedStrings:p,remainingWord:m}=OIe(s,e,"-",r);i.push(a,...p),a=m}else h+u>=e?(i.push(a),a=s):a=[a,s].filter(Boolean).join(" ");l+1===n.length&&i.push(a)}),i.filter(s=>s!=="").join(r.joinWith)},(t,e,r)=> ` $ { t } $ { e } $ { r . fontSize } $ { r . fontWeight } $ { r . fontFamily } $ { r . joinWith } ` ),OIe=Vg((t,e,r="-",n)=>{n=Object.assign({fontSize:12,fontWeight:400,fontFamily:"Arial",margin:0},n);let i=[...t],a=[],s="";return i.forEach((l,u)=>{let h= ` $ { s } $ { l } ` ;if(ma(h,n)>=e){let d=u+1,p=i.length===d,m= ` $ { h } $ { r } ` ;a.push(p?h:m),s=""}else s=h}),{hyphenatedStrings:a,remainingWord:s}},(t,e,r="-",n)=> ` $ { t } $ { e } $ { r } $ { n . fontSize } $ { n . fontWeight } $ { n . fontFamily } ` );o(dk,"calculateTextHeight");o(ma,"calculateTextWidth");xN=Vg((t,e)=>{let{fontSize:r=12,fontFamily:n="Arial",fontWeight:i=400}=e;if(!t)return{width:0,height:0};let[,a]=ru(r),s=["sans-serif",n],l=t.split(nt.lineBreakRegex),u=[],h=He("body");if(!h.remove)return{width:0,height:0,lineHeight:0};let f=h.append("svg");for(let p of s){let m=0,g={width:0,height:0,lineHeight:0};for(let y of l){let v=MIe();v.text=y||fN;let x=IIe(f,v).style("font-size",a).style("font-weight",i).style("font-family",p),b=(x._groups||x)[0][0].getBBox();if(b.width===0&&b.height===0)throw new Error("svg element not in render tree");g.width=Math.round(Math.max(g.width,b.width)),m=Math.round(b.height),g.height+=m,g.lineHeight=Mat
2026-02-13 14:04:06 -07:00
stroke : $ { t . personBorder } ;
fill : $ { t . personBkg } ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),gre=qIe});var vre={};vr(vre,{diagram:()=>UIe});var UIe,xre=I(()=>{"use strict";sD();gD();mre();yre();UIe={parser:Uj,db:L2,renderer:kN,styles:gre,init:o(({c4:t,wrap:e})=>{kN.setConf(t),L2.setWrap(e)},"init")}});function Pre(t){return typeof t>"u"||t===null}function jIe(t){return typeof t=="object"&&t!==null}function XIe(t){return Array.isArray(t)?t:Pre(t)?[]:[t]}function KIe(t,e){var r,n,i,a;if(e)for(a=Object.keys(e),r=0,n=a.length;r<n;r+=1)i=a[r],t[i]=e[i];return t}function QIe(t,e){var r="",n;for(n=0;n<e;n+=1)r+=t;return r}function ZIe(t){return t===0&&Number.NEGATIVE_INFINITY===1/t}function Bre(t,e){var r="",n=t.reason||"(unknown reason)";return t.mark?(t.mark.name&&(r+='in "'+t.mark.name+'" '),r+="("+(t.mark.line+1)+":"+(t.mark.column+1)+")",!e&&t.mark.snippet&&(r+= `
` +t.mark.snippet),n+" "+r):n}function Vx(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=Bre(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}function SN(t,e,r,n,i){var a="",s="",l=Math.floor(i/2)-1;return n-e>l&&(a=" ... ",e=n-l+a.length),r-n>l&&(s=" ...",r=n+l-s.length),{str:a+t.slice(e,r).replace(/ \t /g," \u 2192")+s,pos:n-e+a.length}}function EN(t,e){return Qi.repeat(" ",e-t.length)+t}function aOe(t,e){if(e=Object.create(e||null),!t.buffer)return null;e.maxLength||(e.maxLength=79),typeof e.indent!="number"&&(e.indent=1),typeof e.linesBefore!="number"&&(e.linesBefore=3),typeof e.linesAfter!="number"&&(e.linesAfter=2);for(var r=/ \r ? \n | \r | \0 /g,n=[0],i=[],a,s=-1;a=r.exec(t.buffer);)i.push(a.index),n.push(a.index+a[0].length),t.position<=a.index&&s<0&&(s=n.length-2);s<0&&(s=n.length-1);var l="",u,h,f=Math.min(t.line+e.linesAfter,i.length).toString().length,d=e.maxLength-(e.indent+f+3);for(u=1;u<=e.linesBefore&&!(s-u<0);u++)h=SN(t.buffer,n[s-u],i[s-u],t.position-(n[s]-n[s-u]),d),l=Qi.repeat(" ",e.indent)+EN((t.line-u+1).toString(),f)+" | "+h.str+ `
` +l;for(h=SN(t.buffer,n[s],i[s],t.position,d),l+=Qi.repeat(" ",e.indent)+EN((t.line+1).toString(),f)+" | "+h.str+ `
` ,l+=Qi.repeat("-",e.indent+f+3+h.pos)+ ` ^
` ,u=1;u<=e.linesAfter&&!(s+u>=i.length);u++)h=SN(t.buffer,n[s+u],i[s+u],t.position-(n[s]-n[s+u]),d),l+=Qi.repeat(" ",e.indent)+EN((t.line+u+1).toString(),f)+" | "+h.str+ `
` ;return l.replace(/ \n $ /,"")}function cOe(t){var e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(n){e[String(n)]=r})}),e}function uOe(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(oOe.indexOf(r)===-1)throw new ro('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.options=e,this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=cOe(e.styleAliases||null),lOe.indexOf(this.kind)===-1)throw new ro('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}function Tre(t,e){var r=[];return t[e].forEach(function(n){var i=r.length;r.forEach(function(a,s){a.tag===n.tag&&a.kind===n.kind&&a.multi===n.multi&&(i=s)}),r[i]=n}),r}function hOe(){var t={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},e,r;function n(i){i.multi?(t.multi[i.kind].push(i),t.multi.fallback.push(i)):t[i.kind][i.tag]=t.fallback[i.tag]=i}for(o(n,"collectType"),e=0,r=arguments.length;e<r;e+=1)arguments[e].forEach(n);return t}function AN(t){return this.extend(t)}function yOe(t){if(t===null)return!0;var e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}function vOe(){return null}function xOe(t){return t===null}function TOe(t){if(t===null)return!1;var e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}function wOe(t){return t==="true"||t==="True"||t==="TRUE"}function kOe(t){return Object.prototype.toString.call(t)==="[object Boolean]"}function EOe(t){return 48<=t&&t<=57||65<=t&&t<=70||97<=t&&t<=102}function COe(t){return 48<=t&&t<=55}function AOe(t){return 48<=t&&t<=57}function _Oe(t){if(t===null)return!1;var e=t.length,r=0,n=!1,i;if(!e)return!1;if(i=t[r],(i==="-"||i==="+")&&(i=t[++r]),i==="0"){if(r+1===e)return!0;if(i=t[++r],i==="b"){for(r++;r<e;r++)if(i=t[r],i!=="_"){if(i!=="0"&&i!=="1")return!1;n=!0}return n&&i!=="_"}if(i==="x"){for(r++;r<e;r++)if(i=t[r],i!=="_"){if(!EOe(t.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}if(i==="o"){for(r++;r<e;r++)if(i=t[r],i!=="_"){if(!COe(t.charCodeAt(r)))return!1;n=!0}return n&&i!=="_"}}if(i==="_")return!1;for(;r<e;r++)if(i=t[r],i!=="_"){if(!AOe(t.charCodeAt(r)))return!1;n=!0}return!(!n||i==="_")}function DOe(t){var e=t,r=1,n;if(e.indexOf("_")!==-1&&(e=e.replace(/_/g,"")),n=e[0],(n==="-"||n==="+")&&(n==="-"&&(r=-1),e=e.slice(1),n=e[0]),e==="0")return 0;if(n==="0"){if(e[1]==="b")return r*parseInt(e.slice(2),2);if(e[1]==="x")return r*parseInt(e.slice(2),16);if(e[1]==="o")return r*parseInt(e.slice(2),8)}return r*parseInt(e,10)}function ROe(t){return Object.prototype.toString.call(t)==="[object Number]"&&t%1===0&&!Qi.isNegativeZero(t)}function MOe(t){return!(t===null||!NOe.test(t)||t[t.length-1]==="_")}function IOe(t){var e,r;return e=t.replace(/_/g,"").toLowerCase(),r=e[0]==="-"?-1:1,"+-".indexOf(e[0])>=0&&(e=e.slice(1)),e===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:e===".nan"?NaN:r*parseFloat(e,10)}function POe(t,e){var r;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(Qi.isNegativeZero(t))return"-0.0";return r=t.toString(10),OOe.test(r)?r.replace("e",".e"):r}function BOe(t){return Object.prototype.toString.call(t)==="[object Number]"&&(t%1!==0||Qi.isNegativeZero(t))}function zOe(t){return t===null?!1: $ re.exec(t)!==null||zre.exec(t)!==null}function GOe(t){var e,r,n,i,a,s,l,u=0,h=null,f,d,p;if(e= $ re.exec(t),e===null&&(e=zre.exec(t)),e===null)throw new Error("Date resolve error");
` :t===118?" \v ":t===102?" \f ":t===114?" \r ":t===101?" \x 1B":t===32?" ":t===34?'"':t===47?"/":t===92?" \\ ":t===78?" \x 85":t===95?" \x A0":t===76?" \u 2028":t===80?" \u 2029":""}function yPe(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}function vPe(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||Gre,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function jre(t,e){var r={name:t.filename,buffer:t.input.slice(0,-1),position:t.position,line:t.line,column:t.position-t.lineStart};return r.snippet=sOe(r),new ro(e,r)}function rr(t,e){throw jre(t,e)}function bk(t,e){t.onWarning&&t.onWarning.call(null,jre(t,e))}function Vf(t,e,r,n){var i,a,s,l;if(e<r){if(l=t.input.slice(e,r),n)for(i=0,a=l.length;i<a;i+=1)s=l.charCodeAt(i),s===9||32<=s&&s<=1114111||rr(t,"expected valid JSON character");else hPe.test(l)&&rr(t,"the stream contains non-printable characters");t.result+=l}}function Cre(t,e,r,n){var i,a,s,l;for(Qi.isObject(r)||rr(t,"cannot merge mappings; the provided source object is unacceptable"),i=Object.keys(r),s=0,l=i.length;s<l;s+=1)a=i[s],qf.call(e,a)||(e[a]=r[a],n[a]=!0)}function i1(t,e,r,n,i,a,s,l,u){var h,f;if(Array.isArray(i))for(i=Array.prototype.slice.call(i),h=0,f=i.length;h<f;h+=1)Array.isArray(i[h])&&rr(t,"nested arrays are not supported inside keys"),typeof i=="object"&&kre(i[h])==="[object Object]"&&(i[h]="[object Object]");if(typeof i=="object"&&kre(i)==="[object Object]"&&(i="[object Object]"),i=String(i),e===null&&(e={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(a))for(h=0,f=a.length;h<f;h+=1)Cre(t,e,a[h],r);else Cre(t,e,a,r);else!t.json&&!qf.call(r,i)&&qf.call(e,i)&&(t.line=s||t.line,t.lineStart=l||t.lineStart,t.position=u||t.position,rr(t,"duplicated mapping key")),i==="__proto__"?Object.defineProperty(e,i,{configurable:!0,enumerable:!0,writable:!0,value:a}):e[i]=a,delete r[i];return e}function MN(t){var e;e=t.input.charCodeAt(t.position),e===10?t.position++:e===13?(t.position++,t.input.charCodeAt(t.position)===10&&t.position++):rr(t,"a line break is expected"),t.line+=1,t.lineStart=t.position,t.firstTabInLine=-1}function zi(t,e,r){for(var n=0,i=t.input.charCodeAt(t.position);i!==0;){for(;u0(i);)i===9&&t.firstTabInLine===-1&&(t.firstTabInLine=t.position),i=t.input.charCodeAt(++t.position);if(e&&i===35)do i=t.input.charCodeAt(++t.position);while(i!==10&&i!==13&&i!==0);if(iu(i))for(MN(t),i=t.input.charCodeAt(t.position),n++,t.lineIndent=0;i===32;)t.lineIndent++,i=t.input.charCodeAt(++t.position);else break}return r!==-1&&n!==0&&t.lineIndent<r&&bk(t,"deficient indentation"),n}function kk(t){var e=t.position,r;return r=t.input.charCodeAt(e),!!((r===45||r===46)&&r===t.input.charCodeAt(e+1)&&r===t.input.charCodeAt(e+2)&&(e+=3,r=t.input.charCodeAt(e),r===0||no(r)))}function IN(t,e){e===1?t.result+=" ":e>1&&(t.result+=Qi.repeat( `
` ,e-1))}function xPe(t,e,r){var n,i,a,s,l,u,h,f,d=t.kind,p=t.result,m;if(m=t.input.charCodeAt(t.position),no(m)||n1(m)||m===35||m===38||m===42||m===33||m===124||m===62||m===39||m===34||m===37||m===64||m===96||(m===63||m===45)&&(i=t.input.charCodeAt(t.position+1),no(i)||r&&n1(i)))return!1;for(t.kind="scalar",t.result="",a=s=t.position,l=!1;m!==0;){if(m===58){if(i=t.input.charCodeAt(t.position+1),no(i)||r&&n1(i))break}else if(m===35){if(n=t.input.charCodeAt(t.position-1),no(n))break}else{if(t.position===t.lineStart&&kk(t)||r&&n1(m))break;if(iu(m))if(u=t.line,h=t.lineStart,f=t.lineIndent,zi(t,!1,-1),t.lineIndent>=e){l=!0,m=t.input.charCodeAt(t.position);continue}else{t.position=s,t.line=u,t.lineStart=h,t.lineIndent=f;break}}l&&(Vf(t,a,s,!1),IN(t,t.line-u),a=s=t.position,l=!1),u0(m)||(s=t.position+1),m=t.input.charCodeAt(++t.position)}return Vf(t,a,s,!1),t.result?!0:(t.kind=d,t.result=p,!1)}function bPe(t,e){var r,n,i;if(r=t.input.charCodeAt(t.position),r!==39)return!1;for(t.kind="scalar",t.result="",t.position++,n=i=t.position;(r=t.input.charCodeAt(t.position))!==0;)if(r===39)if(Vf(t,n,t.position,!0),r=t.input.charCodeAt(++t.position),r===39)n=t.position,t.position++,i=t.position;else return!0;else iu(r)?(Vf(t,n,i,!0),IN(t,zi(t,!1,e)),n=i=t.position):t.position===t.lineStart&&kk(t)?rr(t,"unexpected end of the document within a single quoted scalar"):(t.position++,i=t.position);rr(t,"unexpected end of the stream within a single quoted scalar")}function TPe(t,e){var r,n,i,a,s,l;if(l=t.input.charCodeAt(t.position),l!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=n=t.position;(l=t.input.charCodeAt(t.position))!==0;){if(l===34)return Vf(t,r,t.position,!0),t.position++,!0;if(l===92){if(Vf(t,r,t.position,!0),l=t.input.charCodeAt(++t.position),iu(l))zi(t,!1,e);else if(l<256&&Hre[l])t.result+=Yre[l],t.position++;else if((s=mPe(l))>0){for(i=s,a=0;i>0;i--)l=t.input.charCodeAt(++t.position),(s=pPe(l))>=0?a=(a<<4)+s:rr(t,"expected hexadecimal character");t.result+=yPe(a),t.position++}else rr(t,"unknown escape sequence");r=n=t.position}else iu(l)?(Vf(t,r,n,!0),IN(t,zi(t,!1,e)),r=n=t.position):t.position===t.lineStart&&kk(t)?rr(t,"unexpected end of the document within a double quoted scalar"):(t.position++,n=t.position)}rr(t,"unexpected end of the stream within a double quoted scalar")}function wPe(t,e){var r=!0,n,i,a,s=t.tag,l,u=t.anchor,h,f,d,p,m,g=Object.create(null),y,v,x,b;if(b=t.input.charCodeAt(t.position),b===91)f=93,m=!1,l=[];else if(b===123)f=125,m=!0,l={};else return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=l),b=t.input.charCodeAt(++t.position);b!==0;){if(zi(t,!0,e),b=t.input.charCodeAt(t.position),b===f)return t.position++,t.tag=s,t.anchor=u,t.kind=m?"mapping":"sequence",t.result=l,!0;r?b===44&&rr(t,"expected the node content, but found ','"):rr(t,"missed comma between flow collection entries"),v=y=x=null,d=p=!1,b===63&&(h=t.input.charCodeAt(t.position+1),no(h)&&(d=p=!0,t.position++,zi(t,!0,e))),n=t.line,i=t.lineStart,a=t.position,a1(t,e,vk,!1,!0),v=t.tag,y=t.result,zi(t,!0,e),b=t.input.charCodeAt(t.position),(p||t.line===n)&&b===58&&(d=!0,b=t.input.charCodeAt(++t.position),zi(t,!0,e),a1(t,e,vk,!1,!0),x=t.result),m?i1(t,l,g,v,y,x,n,i,a):d?l.push(i1(t,null,g,v,y,x,n,i,a)):l.push(y),zi(t,!0,e),b=t.input.charCodeAt(t.position),b===44?(r=!0,b=t.input.charCodeAt(++t.position)):r=!1}rr(t,"unexpected end of the stream within a flow collection")}function kPe(t,e){var r,n,i=CN,a=!1,s=!1,l=e,u=0,h=!1,f,d;if(d=t.input.charCodeAt(t.position),d===124)n=!1;else if(d===62)n=!0;else return!1;for(t.kind="scalar",t.result="";d!==0;)if(d=t.input.charCodeAt(++t.position),d===43||d===45)CN===i?i=d===43?wre:uPe:rr(t,"repeat of a chomping mode identifier");else if((f=gPe(d))>=0)f===0?rr(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):s?rr(t,"repeat of an indentation width identifier"):(l=e+f-1,s=!0);else break;if(u0(d)){do d=t.input.charCodeAt(++t.position);while(u0(d));if(d===35)do d=t.input.charCodeAt(++t.position);while(!iu(d)&&d!==0)}for(;d!==0;){for(MN(t),t.lineIndent=0,d=t.input.charCodeAt(
` ,a?1+u:u):i===CN&&a&&(t.result+= `
` );break}for(n?u0(d)?(h=!0,t.result+=Qi.repeat( `
` ,a?1+u:u)):h?(h=!1,t.result+=Qi.repeat( `
` ,u+1)):u===0?a&&(t.result+=" "):t.result+=Qi.repeat( `
` ,u):t.result+=Qi.repeat( `
` ,a?1+u:u),a=!0,s=!0,u=0,r=t.position;!iu(d)&&d!==0;)d=t.input.charCodeAt(++t.position);Vf(t,r,t.position,!1)}return!0}function Are(t,e){var r,n=t.tag,i=t.anchor,a=[],s,l=!1,u;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=a),u=t.input.charCodeAt(t.position);u!==0&&(t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,rr(t,"tab characters must not be used in indentation")),!(u!==45||(s=t.input.charCodeAt(t.position+1),!no(s))));){if(l=!0,t.position++,zi(t,!0,-1)&&t.lineIndent<=e){a.push(null),u=t.input.charCodeAt(t.position);continue}if(r=t.line,a1(t,e,qre,!1,!0),a.push(t.result),zi(t,!0,-1),u=t.input.charCodeAt(t.position),(t.line===r||t.lineIndent>e)&&u!==0)rr(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break}return l?(t.tag=n,t.anchor=i,t.kind="sequence",t.result=a,!0):!1}function SPe(t,e,r){var n,i,a,s,l,u,h=t.tag,f=t.anchor,d={},p=Object.create(null),m=null,g=null,y=null,v=!1,x=!1,b;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=d),b=t.input.charCodeAt(t.position);b!==0;){if(!v&&t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,rr(t,"tab characters must not be used in indentation")),n=t.input.charCodeAt(t.position+1),a=t.line,(b===63||b===58)&&no(n))b===63?(v&&(i1(t,d,p,m,g,null,s,l,u),m=g=y=null),x=!0,v=!0,i=!0):v?(v=!1,i=!0):rr(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,b=n;else{if(s=t.line,l=t.lineStart,u=t.position,!a1(t,r,Vre,!1,!0))break;if(t.line===a){for(b=t.input.charCodeAt(t.position);u0(b);)b=t.input.charCodeAt(++t.position);if(b===58)b=t.input.charCodeAt(++t.position),no(b)||rr(t,"a whitespace character is expected after the key-value separator within a block mapping"),v&&(i1(t,d,p,m,g,null,s,l,u),m=g=y=null),x=!0,v=!1,i=!1,m=t.tag,g=t.result;else if(x)rr(t,"can not read an implicit mapping pair; a colon is missed");else return t.tag=h,t.anchor=f,!0}else if(x)rr(t,"can not read a block mapping entry; a multiline key may not be an implicit key");else return t.tag=h,t.anchor=f,!0}if((t.line===a||t.lineIndent>e)&&(v&&(s=t.line,l=t.lineStart,u=t.position),a1(t,e,xk,!0,i)&&(v?g=t.result:y=t.result),v||(i1(t,d,p,m,g,y,s,l,u),m=g=y=null),zi(t,!0,-1),b=t.input.charCodeAt(t.position)),(t.line===a||t.lineIndent>e)&&b!==0)rr(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return v&&i1(t,d,p,m,g,null,s,l,u),x&&(t.tag=h,t.anchor=f,t.kind="mapping",t.result=d),x}function EPe(t){var e,r=!1,n=!1,i,a,s;if(s=t.input.charCodeAt(t.position),s!==33)return!1;if(t.tag!==null&&rr(t,"duplication of a tag property"),s=t.input.charCodeAt(++t.position),s===60?(r=!0,s=t.input.charCodeAt(++t.position)):s===33?(n=!0,i="!!",s=t.input.charCodeAt(++t.position)):i="!",e=t.position,r){do s=t.input.charCodeAt(++t.position);while(s!==0&&s!==62);t.position<t.length?(a=t.input.slice(e,t.position),s=t.input.charCodeAt(++t.position)):rr(t,"unexpected end of the stream within a verbatim tag")}else{for(;s!==0&&!no(s);)s===33&&(n?rr(t,"tag suffix cannot contain exclamation marks"):(i=t.input.slice(e-1,t.position+1),Ure.test(i)||rr(t,"named tag handle cannot contain such characters"),n=!0,e=t.position+1)),s=t.input.charCodeAt(++t.position);a=t.input.slice(e,t.position),dPe.test(a)&&rr(t,"tag suffix cannot contain flow indicator characters")}a&&!Wre.test(a)&&rr(t,"tag name cannot contain such characters: "+a);try{a=decodeURIComponent(a)}catch{rr(t,"tag name is malformed: "+a)}return r?t.tag=a:qf.call(t.tagMap,i)?t.tag=t.tagMap[i]+a:i==="!"?t.tag="!"+a:i==="!!"?t.tag="tag:yaml.org,2002:"+a:rr(t,'undeclared tag handle "'+i+'"'),!0}function CPe(t){var e,r;if(r=t.input.charCodeAt(t.position),r!==38)return!1;for(t.anchor!==null&&rr(t,"duplication of an anchor property"),r=t.input.charCodeAt(++t.position),e=t.position;r!==0&&!no(r)&&!n1(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&rr(t,"name of an anchor node must contain at least one character"),t.anchor=t.input.slice(e,t.position),!0}function APe(t){var e,r,n;if(n=t.input.charCodeAt(t.position),n!==42)return!1;f
` ),t.charCodeAt(0)===65279&&(t=t.slice(1)));var r=new vPe(t,e),n=t.indexOf(" \0 ");for(n!==-1&&(r.position=n,rr(r,"null byte is not allowed in input")),r.input+=" \0 ";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)_Pe(r);return r.documents}function DPe(t,e,r){e!==null&&typeof e=="object"&&typeof r>"u"&&(r=e,e=null);var n=Xre(t,r);if(typeof e!="function")return n;for(var i=0,a=n.length;i<a;i+=1)e(n[i])}function RPe(t,e){var r=Xre(t,e);if(r.length!==0){if(r.length===1)return r[0];throw new ro("expected a single document in the stream, but found more")}}function QPe(t,e){var r,n,i,a,s,l,u;if(e===null)return{};for(r={},n=Object.keys(e),i=0,a=n.length;i<a;i+=1)s=n[i],l=String(e[s]),s.slice(0,2)==="!!"&&(s="tag:yaml.org,2002:"+s.slice(2)),u=t.compiledTypeMap.fallback[s],u&&Zre.call(u.styleAliases,l)&&(l=u.styleAliases[l]),r[s]=l;return r}function ZPe(t){var e,r,n;if(e=t.toString(16).toUpperCase(),t<=255)r="x",n=2;else if(t<=65535)r="u",n=4;else if(t<=4294967295)r="U",n=8;else throw new ro("code point within a string may not be greater than 0xFFFFFFFF");return" \\ "+r+Qi.repeat("0",n-e.length)+e}function eBe(t){this.schema=t.schema||Gre,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=Qi.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=QPe(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.quotingType=t.quotingType==='"'?Ux:JPe,this.forceQuotes=t.forceQuotes||!1,this.replacer=typeof t.replacer=="function"?t.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function _re(t,e){for(var r=Qi.repeat(" ",e),n=0,i=-1,a="",s,l=t.length;n<l;)i=t.indexOf( `
2026-02-13 14:04:06 -07:00
` ,n),i===-1?(s=t.slice(n),n=l):(s=t.slice(n,i+1),n=i+1),s.length&&s!== `
2026-03-01 01:45:57 +00:00
` &&(a+=r),a+=s;return a}function DN(t,e){return `
` +Qi.repeat(" ",t.indent*e)}function tBe(t,e){var r,n,i;for(r=0,n=t.implicitTypes.length;r<n;r+=1)if(i=t.implicitTypes[r],i.resolve(e))return!0;return!1}function wk(t){return t===OPe||t===MPe}function Wx(t){return 32<=t&&t<=126||161<=t&&t<=55295&&t!==8232&&t!==8233||57344<=t&&t<=65533&&t!==ON||65536<=t&&t<=1114111}function Dre(t){return Wx(t)&&t!==ON&&t!==IPe&&t!==qx}function Rre(t,e,r){var n=Dre(t),i=n&&!wk(t);return(r?n:n&&t!==Jre&&t!==ene&&t!==tne&&t!==rne&&t!==nne)&&t!==_N&&!(e===Tk&&!i)||Dre(e)&&!wk(e)&&t===_N||e===Tk&&i}function rBe(t){return Wx(t)&&t!==ON&&!wk(t)&&t!==VPe&&t!==WPe&&t!==Tk&&t!==Jre&&t!==ene&&t!==tne&&t!==rne&&t!==nne&&t!==_N&&t!== $ Pe&&t!==GPe&&t!==PPe&&t!==jPe&&t!==qPe&&t!==UPe&&t!==zPe&&t!==BPe&&t!==FPe&&t!==HPe&&t!==YPe}function nBe(t){return!wk(t)&&t!==Tk}function Gx(t,e){var r=t.charCodeAt(e),n;return r>=55296&&r<=56319&&e+1<t.length&&(n=t.charCodeAt(e+1),n>=56320&&n<=57343)?(r-55296)*1024+n-56320+65536:r}function ine(t){var e=/^ \n * /;return e.test(t)}function iBe(t,e,r,n,i,a,s,l){var u,h=0,f=null,d=!1,p=!1,m=n!==-1,g=-1,y=rBe(Gx(t,0))&&nBe(Gx(t,t.length-1));if(e||s)for(u=0;u<t.length;h>=65536?u+=2:u++){if(h=Gx(t,u),!Wx(h))return r1;y=y&&Rre(h,f,l),f=h}else{for(u=0;u<t.length;h>=65536?u+=2:u++){if(h=Gx(t,u),h===qx)d=!0,m&&(p=p||u-g-1>n&&t[g+1]!==" ",g=u);else if(!Wx(h))return r1;y=y&&Rre(h,f,l),f=h}p=p||m&&u-g-1>n&&t[g+1]!==" "}return!d&&!p?y&&!s&&!i(t)?ane:a===Ux?r1:RN:r>9&&ine(t)?r1:s?a===Ux?r1:RN:p?one:sne}function aBe(t,e,r,n,i){t.dump=(function(){if(e.length===0)return t.quotingType===Ux?'""':"''";if(!t.noCompatMode&&(XPe.indexOf(e)!==-1||KPe.test(e)))return t.quotingType===Ux?'"'+e+'"':"'"+e+"'";var a=t.indent*Math.max(1,r),s=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-a),l=n||t.flowLevel>-1&&r>=t.flowLevel;function u(h){return tBe(t,h)}switch(o(u,"testAmbiguity"),iBe(e,l,t.indent,s,u,t.quotingType,t.forceQuotes&&!n,i)){case ane:return e;case RN:return"'"+e.replace(/'/g,"''")+"'";case sne:return"|"+Lre(e,t.indent)+Nre(_re(e,a));case one:return">"+Lre(e,t.indent)+Nre(_re(sBe(e,s),a));case r1:return'"'+oBe(e)+'"';default:throw new ro("impossible error: invalid scalar style")}})()}function Lre(t,e){var r=ine(t)?String(e):"",n=t[t.length-1]=== `
2026-02-13 14:04:06 -07:00
` ,i=n&&(t[t.length-2]=== `
` ||t=== `
` ),a=i?"+":n?"":"-";return r+a+ `
2026-03-01 01:45:57 +00:00
` }function Nre(t){return t[t.length-1]=== `
` ?t.slice(0,-1):t}function sBe(t,e){for(var r=/( \n +)([^ \n ]*)/g,n=(function(){var h=t.indexOf( `
` );return h=h!==-1?h:t.length,r.lastIndex=h,Mre(t.slice(0,h),e)})(),i=t[0]=== `
2026-02-13 14:04:06 -07:00
` ||t[0]===" ",a,s;s=r.exec(t);){var l=s[1],u=s[2];a=u[0]===" ",n+=l+(!i&&!a&&u!==""? `
2026-03-01 01:45:57 +00:00
` :"")+Mre(u,e),i=a}return n}function Mre(t,e){if(t===""||t[0]===" ")return t;for(var r=/ [^ ]/g,n,i=0,a,s=0,l=0,u="";n=r.exec(t);)l=n.index,l-i>e&&(a=s>i?s:l,u+= `
2026-02-13 14:04:06 -07:00
` +t.slice(i,a),i=a+1),s=l;return u+= `
` ,t.length-i>e&&s>i?u+=t.slice(i,s)+ `
2026-03-01 01:45:57 +00:00
` +t.slice(s+1):u+=t.slice(i),u.slice(1)}function oBe(t){for(var e="",r=0,n,i=0;i<t.length;r>=65536?i+=2:i++)r=Gx(t,i),n=es[r],!n&&Wx(r)?(e+=t[i],r>=65536&&(e+=t[i+1])):e+=n||ZPe(r);return e}function lBe(t,e,r){var n="",i=t.tag,a,s,l;for(a=0,s=r.length;a<s;a+=1)l=r[a],t.replacer&&(l=t.replacer.call(r,String(a),l)),(Th(t,e,l,!1,!1)||typeof l>"u"&&Th(t,e,null,!1,!1))&&(n!==""&&(n+=","+(t.condenseFlow?"":" ")),n+=t.dump);t.tag=i,t.dump="["+n+"]"}function Ire(t,e,r,n){var i="",a=t.tag,s,l,u;for(s=0,l=r.length;s<l;s+=1)u=r[s],t.replacer&&(u=t.replacer.call(r,String(s),u)),(Th(t,e+1,u,!0,!0,!1,!0)||typeof u>"u"&&Th(t,e+1,null,!0,!0,!1,!0))&&((!n||i!=="")&&(i+=DN(t,e)),t.dump&&qx===t.dump.charCodeAt(0)?i+="-":i+="- ",i+=t.dump);t.tag=a,t.dump=i||"[]"}function cBe(t,e,r){var n="",i=t.tag,a=Object.keys(r),s,l,u,h,f;for(s=0,l=a.length;s<l;s+=1)f="",n!==""&&(f+=", "),t.condenseFlow&&(f+='"'),u=a[s],h=r[u],t.replacer&&(h=t.replacer.call(r,u,h)),Th(t,e,u,!1,!1)&&(t.dump.length>1024&&(f+="? "),f+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),Th(t,e,h,!1,!1)&&(f+=t.dump,n+=f));t.tag=i,t.dump="{"+n+"}"}function uBe(t,e,r,n){var i="",a=t.tag,s=Object.keys(r),l,u,h,f,d,p;if(t.sortKeys===!0)s.sort();else if(typeof t.sortKeys=="function")s.sort(t.sortKeys);else if(t.sortKeys)throw new ro("sortKeys must be a boolean or a function");for(l=0,u=s.length;l<u;l+=1)p="",(!n||i!=="")&&(p+=DN(t,e)),h=s[l],f=r[h],t.replacer&&(f=t.replacer.call(r,h,f)),Th(t,e+1,h,!0,!0,!0)&&(d=t.tag!==null&&t.tag!=="?"||t.dump&&t.dump.length>1024,d&&(t.dump&&qx===t.dump.charCodeAt(0)?p+="?":p+="? "),p+=t.dump,d&&(p+=DN(t,e)),Th(t,e+1,f,!0,d)&&(t.dump&&qx===t.dump.charCodeAt(0)?p+=":":p+=": ",p+=t.dump,i+=p));t.tag=a,t.dump=i||"{}"}function Ore(t,e,r){var n,i,a,s,l,u;for(i=r?t.explicitTypes:t.implicitTypes,a=0,s=i.length;a<s;a+=1)if(l=i[a],(l.instanceOf||l.predicate)&&(!l.instanceOf||typeof e=="object"&&e instanceof l.instanceOf)&&(!l.predicate||l.predicate(e))){if(r?l.multi&&l.representName?t.tag=l.representName(e):t.tag=l.tag:t.tag="?",l.represent){if(u=t.styleMap[l.tag]||l.defaultStyle,Qre.call(l.represent)==="[object Function]")n=l.represent(e,u);else if(Zre.call(l.represent,u))n=l.represent[u](e,u);else throw new ro("!<"+l.tag+'> tag resolver accepts not "'+u+'" style');t.dump=n}return!0}return!1}function Th(t,e,r,n,i,a,s){t.tag=null,t.dump=r,Ore(t,r,!1)||Ore(t,r,!0);var l=Qre.call(t.dump),u=n,h;n&&(n=t.flowLevel<0||t.flowLevel>e);var f=l==="[object Object]"||l==="[object Array]",d,p;if(f&&(d=t.duplicates.indexOf(r),p=d!==-1),(t.tag!==null&&t.tag!=="?"||p||t.indent!==2&&e>0)&&(i=!1),p&&t.usedDuplicates[d])t.dump="*ref_"+d;else{if(f&&p&&!t.usedDuplicates[d]&&(t.usedDuplicates[d]=!0),l==="[object Object]")n&&Object.keys(t.dump).length!==0?(uBe(t,e,t.dump,i),p&&(t.dump="&ref_"+d+t.dump)):(cBe(t,e,t.dump),p&&(t.dump="&ref_"+d+" "+t.dump));else if(l==="[object Array]")n&&t.dump.length!==0?(t.noArrayIndent&&!s&&e>0?Ire(t,e-1,t.dump,i):Ire(t,e,t.dump,i),p&&(t.dump="&ref_"+d+t.dump)):(lBe(t,e,t.dump),p&&(t.dump="&ref_"+d+" "+t.dump));else if(l==="[object String]")t.tag!=="?"&&aBe(t,t.dump,e,a,u);else{if(l==="[object Undefined]")return!1;if(t.skipInvalid)return!1;throw new ro("unacceptable kind of an object to dump "+l)}t.tag!==null&&t.tag!=="?"&&(h=encodeURI(t.tag[0]==="!"?t.tag.slice(1):t.tag).replace(/!/g,"%21"),t.tag[0]==="!"?h="!"+h:h.slice(0,18)==="tag:yaml.org,2002:"?h="!!"+h.slice(18):h="!<"+h+">",t.dump=h+" "+t.dump)}return!0}function hBe(t,e){var r=[],n=[],i,a;for(LN(t,r,n),i=0,a=n.length;i<a;i+=1)e.duplicates.push(r[n[i]]);e.usedDuplicates=new Array(a)}function LN(t,e,r){var n,i,a;if(t!==null&&typeof t=="object")if(i=e.indexOf(t),i!==-1)r.indexOf(i)===-1&&r.push(i);else if(e.push(t),Array.isArray(t))for(i=0,a=t.length;i<a;i+=1)LN(t[i],e,r);else for(n=Object.keys(t),i=0,a=n.length;i<a;i+=1)LN(t[n[i]],e,r)}function fBe(t,e){e=e||{};var r=new eBe(e);r.noRefs||hBe(t,r);var n=t;return r.replacer&&(n=r.replacer.call({"":n},"",n)),Th(r,0,n,!0,!0)?r.dump+ `
` :""}function PN(t,e){return function(){throw new Error("Function yaml."+t+" is removed in js-yaml 4. Use yaml."+e+" instead, which is now safe by default.")}}var JIe,eOe,tOe,rOe,nOe,iOe,Qi,ro,sOe,oOe,lOe,Ja,fOe,dOe,pOe,mOe,gOe,bOe,SOe,LOe,NOe,OOe,FOe,Fre, $ Oe, $ re,zre,qOe,WOe,NN,KOe,QOe,ZOe,tPe,rPe,aPe,sPe,cPe,Gre,qf,vk,Vre,qre,xk,CN,uPe,wre,hPe,fPe,dPe,Ure,Wre,Hre,Yre,c0,Ere,LPe,NPe,Kre,Qre,Zre,ON,MPe,qx,IPe,OPe,PPe,BPe,_N,FPe, $ Pe,zPe,GPe,Jre,VPe,Tk,qPe,UPe,WPe,HPe,ene,tne,YPe,rne,jPe,nne,es,XPe,KPe,JPe,Ux,ane,RN,sne,one,r1,dBe,pBe,Uf,Wf,RLt,LLt,NLt,MLt,ILt,Hx=I(()=>{"use strict";o(Pre,"isNothing");o(jIe,"isObject");o(XIe,"toArray");o(KIe,"extend");o(QIe,"repeat");o(ZIe,"isNegativeZero");JIe=Pre,eOe=jIe,tOe=XIe,rOe=QIe,nOe=ZIe,iOe=KIe,Qi={isNothing:JIe,isObject:eOe,toArray:tOe,repeat:rOe,isNegativeZero:nOe,extend:iOe};o(Bre,"formatError");o(Vx,"YAMLException $ 1");Vx.prototype=Object.create(Error.prototype);Vx.prototype.constructor=Vx;Vx.prototype.toString=o(function(e){return this.name+": "+Bre(this,e)},"toString");ro=Vx;o(SN,"getLine");o(EN,"padStart");o(aOe,"makeSnippet");sOe=aOe,oOe=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],lOe=["scalar","sequence","mapping"];o(cOe,"compileStyleAliases");o(uOe,"Type $ 1");Ja=uOe;o(Tre,"compileList");o(hOe,"compileMap");o(AN,"Schema $ 1");AN.prototype.extend=o(function(e){var r=[],n=[];if(e instanceof Ja)n.push(e);else if(Array.isArray(e))n=n.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(r=r.concat(e.implicit)),e.explicit&&(n=n.concat(e.explicit));else throw new ro("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(a){if(!(a instanceof Ja))throw new ro("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(a.loadKind&&a.loadKind!=="scalar")throw new ro("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(a.multi)throw new ro("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(a){if(!(a instanceof Ja))throw new ro("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create(AN.prototype);return i.implicit=(this.implicit||[]).concat(r),i.explicit=(this.explicit||[]).concat(n),i.compiledImplicit=Tre(i,"implicit"),i.compiledExplicit=Tre(i,"explicit"),i.compiledTypeMap=hOe(i.compiledImplicit,i.compiledExplicit),i},"extend");fOe=AN,dOe=new Ja("tag:yaml.org,2002:str",{kind:"scalar",construct:o(function(t){return t!==null?t:""},"construct")}),pOe=new Ja("tag:yaml.org,2002:seq",{kind:"sequence",construct:o(function(t){return t!==null?t:[]},"construct")}),mOe=new Ja("tag:yaml.org,2002:map",{kind:"mapping",construct:o(function(t){return t!==null?t:{}},"construct")}),gOe=new fOe({explicit:[dOe,pOe,mOe]});o(yOe,"resolveYamlNull");o(vOe,"constructYamlNull");o(xOe,"isNull");bOe=new Ja("tag:yaml.org,2002:null",{kind:"scalar",resolve:yOe,construct:vOe,predicate:xOe,represent:{canonical:o(function(){return"~"},"canonical"),lowercase:o(function(){return"null"},"lowercase"),uppercase:o(function(){return"NULL"},"uppercase"),camelcase:o(function(){return"Null"},"camelcase"),empty:o(function(){return""},"empty")},defaultStyle:"lowercase"});o(TOe,"resolveYamlBoolean");o(wOe,"constructYamlBoolean");o(kOe,"isBoolean");SOe=new Ja("tag:yaml.org,2002:bool",{kind:"scalar",resolve:TOe,construct:wOe,predicate:kOe,represent:{lowercase:o(function(t){return t?"true":"false"},"lowercase"),uppercase:o(function(t){return t?"TRUE":"FALSE"},"uppercase"),camelcase:o(function(t){return t?"True":"False"},"camelcase")},defaultStyle:"lowercase"});o(EOe,"isHexCode");o(COe,"isOctCode");o(AOe,"isDecCode");o(_Oe,"resolveYamlInteger");o(DOe,"constructYamlInteger");o(ROe,"isInteger");LOe=new Ja("tag:yaml.org,2002:int",{kind:"scalar",resolve:_Oe,construct:DOe,predicate:ROe,represent:{binary:o(function(t){return t>=0?"0b"+t.t
\ r ` ;o(HOe,"resolveYamlBinary");o(YOe,"constructYamlBinary");o(jOe,"representYamlBinary");o(XOe,"isBinary");KOe=new Ja("tag:yaml.org,2002:binary",{kind:"scalar",resolve:HOe,construct:YOe,predicate:XOe,represent:jOe}),QOe=Object.prototype.hasOwnProperty,ZOe=Object.prototype.toString;o(JOe,"resolveYamlOmap");o(ePe,"constructYamlOmap");tPe=new Ja("tag:yaml.org,2002:omap",{kind:"sequence",resolve:JOe,construct:ePe}),rPe=Object.prototype.toString;o(nPe,"resolveYamlPairs");o(iPe,"constructYamlPairs");aPe=new Ja("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:nPe,construct:iPe}),sPe=Object.prototype.hasOwnProperty;o(oPe,"resolveYamlSet");o(lPe,"constructYamlSet");cPe=new Ja("tag:yaml.org,2002:set",{kind:"mapping",resolve:oPe,construct:lPe}),Gre= $ Oe.extend({implicit:[qOe,WOe],explicit:[KOe,tPe,aPe,cPe]}),qf=Object.prototype.hasOwnProperty,vk=1,Vre=2,qre=3,xk=4,CN=1,uPe=2,wre=3,hPe=/[ \x 00- \x 08 \x 0B \x 0C \x 0E- \x 1F \x 7F- \x 84 \x 86- \x 9F \u FFFE \u FFFF]|[ \u D800- \u DBFF](?![ \u DC00- \u DFFF])|(?:[^ \u D800- \u DBFF]|^)[ \u DC00- \u DFFF]/,fPe=/[ \x 85 \u 2028 \u 2029]/,dPe=/[, \[ \] \{ \} ]/,Ure=/^(?:!|!!|![a-z \- ]+!) $ /i,Wre=/^(?:!|[^, \[ \] \{ \} ])(?:%[0-9a-f]{2}|[0-9a-z \- #; \/ \? :@&= \+ \$ ,_ \. !~ \* ' \( \) \[ \] ])* $ /i;o(kre,"_class");o(iu,"is_EOL");o(u0,"is_WHITE_SPACE");o(no,"is_WS_OR_EOL");o(n1,"is_FLOW_INDICATOR");o(pPe,"fromHexCode");o(mPe,"escapedHexLen");o(gPe,"fromDecimalCode");o(Sre,"simpleEscapeSequence");o(yPe,"charFromCodepoint");Hre=new Array(256),Yre=new Array(256);for(c0=0;c0<256;c0++)Hre[c0]=Sre(c0)?1:0,Yre[c0]=Sre(c0);o(vPe,"State $ 1");o(jre,"generateError");o(rr,"throwError");o(bk,"throwWarning");Ere={YAML:o(function(e,r,n){var i,a,s;e.version!==null&&rr(e,"duplication of %YAML directive"),n.length!==1&&rr(e,"YAML directive accepts exactly one argument"),i=/^([0-9]+) \. ([0-9]+) $ /.exec(n[0]),i===null&&rr(e,"ill-formed argument of the YAML directive"),a=parseInt(i[1],10),s=parseInt(i[2],10),a!==1&&rr(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=s<2,s!==1&&s!==2&&bk(e,"unsupported YAML version of the document")},"handleYamlDirective"),TAG:o(function(e,r,n){var i,a;n.length!==2&&rr(e,"TAG directive accepts exactly two arguments"),i=n[0],a=n[1],Ure.test(i)||rr(e,"ill-formed tag handle (first argument) of the TAG directive"),qf.call(e.tagMap,i)&&rr(e,'there is a previously declared suffix for "'+i+'" tag handle'),Wre.test(a)||rr(e,"ill-formed tag prefix (second argument) of the TAG directive");try{a=decodeURIComponent(a)}catch{rr(e,"tag prefix is malformed: "+a)}e.tagMap[i]=a},"handleTagDirective")};o(Vf,"captureSegment");o(Cre,"mergeMappings");o(i1,"storeMappingPair");o(MN,"readLineBreak");o(zi,"skipSeparationSpace");o(kk,"testDocumentSeparator");o(IN,"writeFoldedLines");o(xPe,"readPlainScalar");o(bPe,"readSingleQuotedScalar");o(TPe,"readDoubleQuotedScalar");o(wPe,"readFlowCollection");o(kPe,"readBlockScalar");o(Are,"readBlockSequence");o(SPe,"readBlockMapping");o(EPe,"readTagProperty");o(CPe,"readAnchorProperty");o(APe,"readAlias");o(a1,"composeNode");o(_Pe,"readDocument");o(Xre,"loadDocuments");o(DPe,"loadAll $ 1");o(RPe,"load $ 1");LPe=DPe,NPe=RPe,Kre={loadAll:LPe,load:NPe},Qre=Object.prototype.toString,Zre=Object.prototype.hasOwnProperty,ON=65279,MPe=9,qx=10,IPe=13,OPe=32,PPe=33,BPe=34,_N=35,FPe=37, $ Pe=38,zPe=39,GPe=42,Jre=44,VPe=45,Tk=58,qPe=61,UPe=62,WPe=63,HPe=64,ene=91,tne=93,YPe=96,rne=123,jPe=124,nne=125,es={};es[0]=" \\ 0";es[7]=" \\ a";es[8]=" \\ b";es[9]=" \\ t";es[10]=" \\ n";es[11]=" \\ v";es[12]=" \\ f";es[13]=" \\ r";es[27]=" \\ e";es[34]=' \\ "';es[92]=" \\ \\ ";es[133]=" \\ N";es[160]=" \\ _";es[8232]=" \\ L";es[8233]=" \\ P";XPe=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],KPe=/^[-+]?[0-9_]+(?::[0-9_]+)+(?: \. [0-9_]*)? $ /;o(QPe,"compileStyleMap");o(ZPe,"encodeHex");JPe=1,Ux=2;o(eBe,"State");o(_re,"indentString");o(DN,"generateNextLine");o(tBe,"testImplicitResolving");o(wk,"isWhitespace");o(Wx,"isPrintable");o(Dre,"isNsCharOrWhitespace");o(Rre,"isPlainSafe");o(rBe,"isPlainSafeFirst");o(nBe,"isPlainSafeLast");o(Gx,"codePointAt");o(ine,"needIndentIndicator");ane=1,RN=2,sne=3,one=4,r1=5;o(iBe,"chooseScalarStyle");
2026-02-13 14:04:06 -07:00
` ).map(a=>{let s=a.match(r.other.beginningSpace);if(s===null)return a;let[l]=s;return l.length>=i.length?a.slice(i.length):a}).join( `
2026-03-01 01:45:57 +00:00
` )}function dn(t,e){return h0.parse(t,e)}var f0,Kx,As,mBe,gBe,yBe,Qx,vBe,GN,pne,mne,xBe,VN,bBe,qN,TBe,wBe,Dk,UN,kBe,gne,SBe,WN,lne,EBe,CBe,ABe,_Be,yne,DBe,Rk,HN,vne,RBe,xne,LBe,NBe,MBe,bne,IBe,OBe,Tne,PBe,BBe,FBe, $ Be,zBe,GBe,VBe,Ck,qBe,wne,kne,UBe,YN,WBe,BN,HBe,Ek,Yx,YBe,cne,Ak,wh,_k,jN,kh,Xx,KBe,h0,PLt,BLt,FLt, $ Lt,zLt,GLt,VLt,Sne=I(()=>{"use strict";o(zN,"L");f0=zN();o(dne,"G");Kx={exec:o(()=>null,"exec")};o(gn,"h");As={codeRemoveIndent:/^(?: {1,4}| {0,3} \t )/gm,outputLinkReplace:/ \\ ([ \[ \] ])/g,indentCodeCompensation:/^( \s +)(?: ` ` ` ) / , beginningSpace : /^\s+/ , endingHash : /#$/ , startingSpaceChar : /^ / , endingSpaceChar : / $/ , nonSpaceChar : /[^ ]/ , newLineCharGlobal : /\n/g , tabCharGlobal : /\t/g , multipleSpaceGlobal : /\s+/g , blankLine : /^[ \t]*$/ , doubleBlankLine : /\n[ \t]*\n[ \t]*$/ , blockquoteStart : /^ {0,3}>/ , blockquoteSetextReplace : /\n {0,3}((?:=+|-+) *)(?=\n|$)/g , blockquoteSetextReplace2 : /^ {0,3}>[ \t]?/gm , listReplaceTabs : /^\t+/ , listReplaceNesting : /^ {1,4}(?=( {4})*[^ ])/g , listIsTask : /^\[[ xX]\] / , listReplaceTask : /^\[[ xX]\] +/ , anyLine : /\n.*\n/ , hrefBrackets : /^<(.*)>$/ , tableDelimiter : /[:|]/ , tableAlignChars : /^\||\| *$/g , tableRowBlankLine : /\n[ \t]*$/ , tableAlignRight : /^ *-+: *$/ , tableAlignCenter : /^ *:-+: *$/ , tableAlignLeft : /^ *:-+ *$/ , startATag : /^<a /i , endATag : /^<\/a>/i , startPreScriptTag : /^<(pre|code|kbd|script)(\s|>)/i , endPreScriptTag : /^<\/(pre|code|kbd|script)(\s|>)/i , startAngleBracket : /^</ , endAngleBracket : />$/ , pedanticHrefTitle : /^([^'"]*[^\s])\s+(['"])(.*)\2/ , unicodeAlphaNumeric : /[\p{L}\p{N}]/u , escapeTest : /[&<>"']/ , escapeReplace : /[&<>"']/g , escapeTestNoEncode : /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/ , escapeReplaceNoEncode : /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g , unescapeTest : /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig , caret : /(^|[^\[])\^/g , percentDecode : /%25/g , findPipe : /\|/g , splitPipe : / \|/ , slashPipe : /\\\|/g , carriageReturn : /\r\n|\r/g , spaceLine : /^ +$/gm , notSpaceStart : /^\S*/ , endingNewline : /\n$/ , listItemRegex : o ( t => new RegExp ( ` ^( {0,3} ${ t } )((?:[ ][^ \\ n]*)?(?: \\ n| $ )) ` ) , "listItemRegex" ) , nextBulletRegex : o ( t => new RegExp ( ` ^ {0, ${ Math . min ( 3 , t - 1 ) } }(?:[*+-]| \\ d{1,9}[.)])((?:[ ][^ \\ n]*)?(?: \\ n| $ )) ` ) , "nextBulletRegex" ) , hrRegex : o ( t => new RegExp ( ` ^ {0, ${ Math . min ( 3 , t - 1 ) } }((?:- *){3,}|(?:_ *){3,}|(?: \\ * *){3,})(?: \\ n+| $ ) ` ) , "hrRegex" ) , fencesBeginRegex : o ( t => new RegExp ( ` ^ {0, ${ Math . min ( 3 , t - 1 ) } }(?: \` \` \` |~~~) ` ) , "fencesBeginRegex" ) , headingBeginRegex : o ( t => new RegExp ( ` ^ {0, ${ Math . min ( 3 , t - 1 ) } }# ` ) , "headingBeginRegex" ) , htmlBeginRegex : o ( t => new RegExp ( ` ^ {0, ${ Math . min ( 3 , t - 1 ) } }<(?:[a-z].*>|!--) ` , "i" ) , "htmlBeginRegex" ) } , mBe = /^(?:[ \t]*(?:\n|$))+/ , gBe = /^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/ , yBe = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/ , Qx = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/ , vBe = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/ , GN = /(?:[*+-]|\d{1,9}[.)])/ , pne = /^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/ , mne = gn ( pne ) . replace ( /bull/g , GN ) . replace ( /blockCode/g , /(?: {4}| {0,3}\t)/ ) . replace ( /fences/g , / {0,3}(?:`{3,}|~{3,})/ ) . replace ( /blockquote/g , / {0,3}>/ ) . replace ( /heading/g , / {0,3}#{1,6}/ ) . replace ( /html/g , / {0,3}<[^\n>]+>\n/ ) . replace ( /\|table/g , "" ) . getRegex ( ) , xBe = gn ( pne ) . replace ( /bull/g , GN ) . replace ( /blockCode/g , /(?: {4}| {0,3}\t)/ ) . replace ( /fences/g , / {0,3}(?:`{3,}|~{3,})/ ) . replace ( /blockquote/g , / {0,3}>/ ) . replace ( /heading/g , / {0,3}#{1,6}/ ) . replace ( /html/g , / {0,3}<[^\n>]+>\n/ ) . replace ( /table/g , / {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/ ) . getRegex ( ) , VN = /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/ , bBe = /^[^\n]+/ , qN = /(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/ , TBe = gn ( /^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/ ) . replace ( "label" , qN ) . replace ( "title" , /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/ ) . getRegex ( ) , wBe = gn ( /^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/ ) . replace ( /bull/g , GN ) . getRegex ( ) , Dk = " address | article | aside | base | basefont | blockquote | body | caption |
] ` ).replace("lheading",mne).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},ABe=/^ \\ ([!"# $ %&'()*+, \- ./:;<=>?@ \[ \] \\ ^_ ` { | } ~ ] ) / , _Be = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/ , yne = /^( {2,}|\\)\n(?!\s*$)/ , DBe = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/ , Rk = /[\p{P}\p{S}]/u , HN = /[\s\p{P}\p{S}]/u , vne = /[^\s\p{P}\p{S}]/u , RBe = gn ( /^((?![*_])punctSpace)/ , "u" ) . replace ( /punctSpace/g , HN ) . getRegex ( ) , xne = /(?!~)[\p{P}\p{S}]/u , LBe = /(?!~)[\s\p{P}\p{S}]/u , NBe = /(?:[^\s\p{P}\p{S}]|~)/u , MBe = /\[[^\[\]]*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)|`[^`]*?`|<(?! )[^<>]*?>/g , bne = /^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/ , IBe = gn ( bne , "u" ) . replace ( /punct/g , Rk ) . getRegex ( ) , OBe = gn ( bne , "u" ) . replace ( /punct/g , xne ) . getRegex ( ) , Tne = "^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)" , PBe = gn ( Tne , "gu" ) . replace ( /notPunctSpace/g , vne ) . replace ( /punctSpace/g , HN ) . replace ( /punct/g , Rk ) . getRegex ( ) , BBe = gn ( Tne , "gu" ) . replace ( /notPunctSpace/g , NBe ) . replace ( /punctSpace/g , LBe ) . replace ( /punct/g , xne ) . getRegex ( ) , FBe = gn ( "^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)" , "gu" ) . replace ( /notPunctSpace/g , vne ) . replace ( /punctSpace/g , HN ) . replace ( /punct/g , Rk ) . getRegex ( ) , $Be = gn ( /\\(punct)/ , "gu" ) . replace ( /punct/g , Rk ) . getRegex ( ) , zBe = gn ( /^<(scheme:[^\s\x00-\x1f<>]*|email)>/ ) . replace ( "scheme" , /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/ ) . replace ( "email" , /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/ ) . getRegex ( ) , GBe = gn ( UN ) . replace ( "(?:-->|$)" , "-->" ) . getRegex ( ) , VBe = gn ( "^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>" ) . replace ( "comment" , GBe ) . replace ( "attribute" , /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/ ) . getRegex ( ) , Ck = /(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`[^`]*`|[^\[\]\\`])*?/ , qBe = gn ( /^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/ ) . replace ( "label" , Ck ) . replace ( "href" , /<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/ ) . replace ( "title" , /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/ ) . getRegex ( ) , wne = gn ( /^!?\[(label)\]\[(ref)\]/ ) . replace ( "label" , Ck ) . replace ( "ref" , qN ) . getRegex ( ) , kne = gn ( /^!?\[(ref)\](?:\[\])?/ ) . replace ( "ref" , qN ) . getRegex ( ) , UBe = gn ( "reflink|nolink(?!\\()" , "g" ) . replace ( "reflink" , wne ) . replace ( "nolink" , kne ) . getRegex ( ) , YN = { _backpedal : Kx , anyPunctuation : $Be , autolink : zBe , blockSkip : MBe , br : yne , code : _Be , del : Kx , emStrongLDelim : IBe , emStrongRDelimAst : PBe , emStrongRDelimUnd : FBe , escape : ABe , link : qBe , nolink : kne , punctuation : RBe , reflink : wne , reflinkSearch : UBe , tag : VBe , text : DBe , url : Kx } , WBe = { ... YN , link : gn ( /^!?\[(label)\]\((.*?)\)/ ) . replace ( "label" , Ck ) . getRegex ( ) , reflink : gn ( /^!?\[(label)\]\s*\[([^\]]*)\]/ ) . replace ( "label" , Ck ) . getRegex ( ) } , BN = { ... YN , emStrongRDelimAst : BBe , emStrongLDelim : OBe , url : gn ( /^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/ , "i" ) . replace ( "email" , /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/ ) . getRegex ( ) , _backpedal : /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/ , del : /^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/ , text : /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/ } , HBe = { ... BN , br : gn ( yne ) . replace ( "{2,}" , "*" ) . getRegex ( ) , text : gn ( BN . text ) . replace ( "\\b_" , "\\b_| {2,}\\n" ) . replace ( /\{2,\}/g , "*" ) . getRegex ( ) } , Ek = { normal : WN , gfm : EBe , pedantic : CBe } , Yx = { normal : YN , gfm : BN , brea
` )}}}fences(t){let e=this.rules.block.fences.exec(t);if(e){let r=e[0],n=XBe(r,e[3]||"",this.rules);return{type:"code",raw:r,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation," $ 1"):e[2],text:n}}}heading(t){let e=this.rules.block.heading.exec(t);if(e){let r=e[2].trim();if(this.rules.other.endingHash.test(r)){let n=jx(r,"#");(this.options.pedantic||!n||this.rules.other.endingSpaceChar.test(n))&&(r=n.trim())}return{type:"heading",raw:e[0],depth:e[1].length,text:r,tokens:this.lexer.inline(r)}}}hr(t){let e=this.rules.block.hr.exec(t);if(e)return{type:"hr",raw:jx(e[0], `
` )}}blockquote(t){let e=this.rules.block.blockquote.exec(t);if(e){let r=jx(e[0], `
2026-02-13 14:04:06 -07:00
` ).split( `
` ),n="",i="",a=[];for(;r.length>0;){let s=!1,l=[],u;for(u=0;u<r.length;u++)if(this.rules.other.blockquoteStart.test(r[u]))l.push(r[u]),s=!0;else if(!s)l.push(r[u]);else break;r=r.slice(u);let h=l.join( `
` ),f=h.replace(this.rules.other.blockquoteSetextReplace, `
$1 ` ).replace(this.rules.other.blockquoteSetextReplace2,"");n=n? ` $ { n }
$ { h } ` :h,i=i? ` $ { i }
$ { f } ` :f;let d=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(f,a,!0),this.lexer.state.top=d,r.length===0)break;let p=a.at(-1);if(p?.type==="code")break;if(p?.type==="blockquote"){let m=p,g=m.raw+ `
` +r.join( `
` ),y=this.blockquote(g);a[a.length-1]=y,n=n.substring(0,n.length-m.raw.length)+y.raw,i=i.substring(0,i.length-m.text.length)+y.text;break}else if(p?.type==="list"){let m=p,g=m.raw+ `
` +r.join( `
` ),y=this.list(g);a[a.length-1]=y,n=n.substring(0,n.length-p.raw.length)+y.raw,i=i.substring(0,i.length-m.raw.length)+y.raw,r=g.substring(a.at(-1).raw.length).split( `
` );continue}}return{type:"blockquote",raw:n,tokens:a,text:i}}}list(t){let e=this.rules.block.list.exec(t);if(e){let r=e[1].trim(),n=r.length>1,i={type:"list",raw:"",ordered:n,start:n?+r.slice(0,-1):"",loose:!1,items:[]};r=n? ` \ \ d { 1 , 9 } \ \ $ { r . slice ( - 1 ) } ` : ` \ \ $ { r } ` ,this.options.pedantic&&(r=n?r:"[*+-]");let a=this.rules.other.listItemRegex(r),s=!1;for(;t;){let u=!1,h="",f="";if(!(e=a.exec(t))||this.rules.block.hr.test(t))break;h=e[0],t=t.substring(h.length);let d=e[2].split( `
` ,1)[0].replace(this.rules.other.listReplaceTabs,x=>" ".repeat(3*x.length)),p=t.split( `
` ,1)[0],m=!d.trim(),g=0;if(this.options.pedantic?(g=2,f=d.trimStart()):m?g=e[1].length+1:(g=e[2].search(this.rules.other.nonSpaceChar),g=g>4?1:g,f=d.slice(g),g+=e[1].length),m&&this.rules.other.blankLine.test(p)&&(h+=p+ `
2026-03-01 01:45:57 +00:00
` ,t=t.substring(p.length+1),u=!0),!u){let x=this.rules.other.nextBulletRegex(g),b=this.rules.other.hrRegex(g),T=this.rules.other.fencesBeginRegex(g),E=this.rules.other.headingBeginRegex(g),w=this.rules.other.htmlBeginRegex(g);for(;t;){let k=t.split( `
` ,1)[0],C;if(p=k,this.options.pedantic?(p=p.replace(this.rules.other.listReplaceNesting," "),C=p):C=p.replace(this.rules.other.tabCharGlobal," "),T.test(p)||E.test(p)||w.test(p)||x.test(p)||b.test(p))break;if(C.search(this.rules.other.nonSpaceChar)>=g||!p.trim())f+= `
` +C.slice(g);else{if(m||d.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||T.test(d)||E.test(d)||b.test(d))break;f+= `
2026-02-13 14:04:06 -07:00
` +p}!m&&!p.trim()&&(m=!0),h+=k+ `
2026-03-01 01:45:57 +00:00
` ,t=t.substring(k.length+1),d=C.slice(g)}}i.loose||(s?i.loose=!0:this.rules.other.doubleBlankLine.test(h)&&(s=!0));let y=null,v;this.options.gfm&&(y=this.rules.other.listIsTask.exec(f),y&&(v=y[0]!=="[ ] ",f=f.replace(this.rules.other.listReplaceTask,""))),i.items.push({type:"list_item",raw:h,task:!!y,checked:v,loose:!1,text:f,tokens:[]}),i.raw+=h}let l=i.items.at(-1);if(l)l.raw=l.raw.trimEnd(),l.text=l.text.trimEnd();else return;i.raw=i.raw.trimEnd();for(let u=0;u<i.items.length;u++)if(this.lexer.state.top=!1,i.items[u].tokens=this.lexer.blockTokens(i.items[u].text,[]),!i.loose){let h=i.items[u].tokens.filter(d=>d.type==="space"),f=h.length>0&&h.some(d=>this.rules.other.anyLine.test(d.raw));i.loose=f}if(i.loose)for(let u=0;u<i.items.length;u++)i.items[u].loose=!0;return i}}html(t){let e=this.rules.block.html.exec(t);if(e)return{type:"html",block:!0,raw:e[0],pre:e[1]==="pre"||e[1]==="script"||e[1]==="style",text:e[0]}}def(t){let e=this.rules.block.def.exec(t);if(e){let r=e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),n=e[2]?e[2].replace(this.rules.other.hrefBrackets," $ 1").replace(this.rules.inline.anyPunctuation," $ 1"):"",i=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation," $ 1"):e[3];return{type:"def",tag:r,raw:e[0],href:n,title:i}}}table(t){let e=this.rules.block.table.exec(t);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;let r=hne(e[1]),n=e[2].replace(this.rules.other.tableAlignChars,"").split("|"),i=e[3]?.trim()?e[3].replace(this.rules.other.tableRowBlankLine,"").split( `
` ):[],a={type:"table",raw:e[0],header:[],align:[],rows:[]};if(r.length===n.length){for(let s of n)this.rules.other.tableAlignRight.test(s)?a.align.push("right"):this.rules.other.tableAlignCenter.test(s)?a.align.push("center"):this.rules.other.tableAlignLeft.test(s)?a.align.push("left"):a.align.push(null);for(let s=0;s<r.length;s++)a.header.push({text:r[s],tokens:this.lexer.inline(r[s]),header:!0,align:a.align[s]});for(let s of i)a.rows.push(hne(s,a.header.length).map((l,u)=>({text:l,tokens:this.lexer.inline(l),header:!1,align:a.align[u]})));return a}}lheading(t){let e=this.rules.block.lheading.exec(t);if(e)return{type:"heading",raw:e[0],depth:e[2].charAt(0)==="="?1:2,text:e[1],tokens:this.lexer.inline(e[1])}}paragraph(t){let e=this.rules.block.paragraph.exec(t);if(e){let r=e[1].charAt(e[1].length-1)=== `
` ?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:r,tokens:this.lexer.inline(r)}}}text(t){let e=this.rules.block.text.exec(t);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(t){let e=this.rules.inline.escape.exec(t);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(t){let e=this.rules.inline.tag.exec(t);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(t){let e=this.rules.inline.link.exec(t);if(e){let r=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(r)){if(!this.rules.other.endAngleBracket.test(r))return;let a=jx(r.slice(0,-1)," \\ ");if((r.length-a.length)%2===0)return}else{let a=jBe(e[2],"()");if(a===-2)return;if(a>-1){let s=(e[0].indexOf("!")===0?5:4)+e[1].length+a;e[2]=e[2].substring(0,a),e[0]=e[0].substring(0,s).trim(),e[3]=""}}let n=e[2],i="";if(this.options.pedantic){let a=this.rules.other.pedanticHrefTitle.exec(n);a&&(n=a[1],i=a[3])}else i=e[3]?e[3].slice(1,-1):"";return n=n.trim(),this.rules.other.startAngleBracket.test(n)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(r)?n=n.slice(1):n=n.slice(1,-1)),fne(e,{href:n&&n.replace(this.rules.inline.anyPunctuation," $ 1"),title:i&&i.replace(this.rules.inline.anyPunctuation," $ 1")},e[0],this.lexer,this.rules)}}reflink(t,e){let r;if((r=this.rules.inline.reflink.exec(t))||(r=this.rules.inline.nolink.exec(t))){let n=(r[2]||r[1]).replace(this.rules.other.multipleSpaceGlobal," "),i=e[n.toLowerCase()];if(!i){let a=r[0].charAt(0);return{type:"text",raw:a,text:a}}return fne(r,i,r[0],this.lexer,this.rules)}}emStrong(t,e,r=""){let n=this.rules.inline.emStrongLDelim.exec(t);if(!(!n||n[3]&&r.match(this.rules.other.unicodeAlphaNumeric))&&(!(n[1]||n[2])||!r||this.rules.inline.punctuation.exec(r))){let i=[...n[0]].length-1,a,s,l=i,u=0,h=n[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(h.lastIndex=0,e=e.slice(-1*t.length+i);(n=h.exec(e))!=null;){if(a=n[1]||n[2]||n[3]||n[4]||n[5]||n[6],!a)continue;if(s=[...a].length,n[3]||n[4]){l+=s;continue}else if((n[5]||n[6])&&i%3&&!((i+s)%3)){u+=s;continue}if(l-=s,l>0)continue;s=Math.min(s,s+l+u);let f=[...n[0]][0].length,d=t.slice(0,i+n.index+f+s);if(Math.min(i,s)%2){let m=d.slice(1,-1);return{type:"em",raw:d,text:m,tokens:this.lexer.inlineTokens(m)}}let p=d.slice(2,-2);return{type:"strong",raw:d,text:p,tokens:this.lexer.inlineTokens(p)}}}}codespan(t){let e=this.rules.inline.code.exec(t);if(e){let r=e[2].replace(this.rules.other.newLineCharGlobal," "),n=this.rules.other.nonSpaceChar.test(r),i=this.rules.other.startingSpaceChar.test(r)&&this.rules.other.endingSpaceChar.test(r);return n&&i&&(r=r.substring(1,r.length-1)),{type:"codespan",raw:e[0],text:r}}}br(t){let e=this.rules.inline.br.exec(t);if(e)return{type:"br",raw:e[0]}}del(t){let e=this.rules.inline.del.exec(t);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2])}}autolink(t){let e=this.rules.inline.autolink.exec(t);if(e){let r,n;return e[2]==="@"?(r=e[1],n="mailto:"+r):(r=e[1],n=r),{type:"link",raw:e[0],text:r,href:n,tokens:[{type:"text",raw:r,text:r}]}}}url(t){let e;if(e=this.rules.inline.url.exec(t)){let r,n;if(e[2]==="@")r=e[0],n="mailto:"+r;else{let i;do i=e[0],e[0]=this.rules.inline._backpedal.exec(e[0])?.[0]??"";while(i!==e[0]);r=e[0],e[1]==="www."?n="http://"+e[0]:n=e[0]}return{type:"link",raw:e[0],text:r,href:n,tokens:[{type:"text",raw:r,text:r}]}}}inlineText(t){let e=this.rules.inline.text.exec(t);if(e){let r=this.lexer.state.inRawBlock;return{type:"text",raw:e[0],text:e[0],escaped:r}}}},wh=class FN{static{o(this,"l")}tokens;options;state;tokenizer;inlineQueue;co
` ),this.blockTokens(e,this.tokens);for(let r=0;r<this.inlineQueue.length;r++){let n=this.inlineQueue[r];this.inlineTokens(n.src,n.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,r=[],n=!1){for(this.options.pedantic&&(e=e.replace(As.tabCharGlobal," ").replace(As.spaceLine,""));e;){let i;if(this.options.extensions?.block?.some(s=>(i=s.call({lexer:this},e,r))?(e=e.substring(i.raw.length),r.push(i),!0):!1))continue;if(i=this.tokenizer.space(e)){e=e.substring(i.raw.length);let s=r.at(-1);i.raw.length===1&&s!==void 0?s.raw+= `
2026-02-13 14:04:06 -07:00
` :r.push(i);continue}if(i=this.tokenizer.code(e)){e=e.substring(i.raw.length);let s=r.at(-1);s?.type==="paragraph"||s?.type==="text"?(s.raw+=(s.raw.endsWith( `
` )?"": `
` )+i.raw,s.text+= `
` +i.text,this.inlineQueue.at(-1).src=s.text):r.push(i);continue}if(i=this.tokenizer.fences(e)){e=e.substring(i.raw.length),r.push(i);continue}if(i=this.tokenizer.heading(e)){e=e.substring(i.raw.length),r.push(i);continue}if(i=this.tokenizer.hr(e)){e=e.substring(i.raw.length),r.push(i);continue}if(i=this.tokenizer.blockquote(e)){e=e.substring(i.raw.length),r.push(i);continue}if(i=this.tokenizer.list(e)){e=e.substring(i.raw.length),r.push(i);continue}if(i=this.tokenizer.html(e)){e=e.substring(i.raw.length),r.push(i);continue}if(i=this.tokenizer.def(e)){e=e.substring(i.raw.length);let s=r.at(-1);s?.type==="paragraph"||s?.type==="text"?(s.raw+=(s.raw.endsWith( `
` )?"": `
` )+i.raw,s.text+= `
` +i.raw,this.inlineQueue.at(-1).src=s.text):this.tokens.links[i.tag]||(this.tokens.links[i.tag]={href:i.href,title:i.title},r.push(i));continue}if(i=this.tokenizer.table(e)){e=e.substring(i.raw.length),r.push(i);continue}if(i=this.tokenizer.lheading(e)){e=e.substring(i.raw.length),r.push(i);continue}let a=e;if(this.options.extensions?.startBlock){let s=1/0,l=e.slice(1),u;this.options.extensions.startBlock.forEach(h=>{u=h.call({lexer:this},l),typeof u=="number"&&u>=0&&(s=Math.min(s,u))}),s<1/0&&s>=0&&(a=e.substring(0,s+1))}if(this.state.top&&(i=this.tokenizer.paragraph(a))){let s=r.at(-1);n&&s?.type==="paragraph"?(s.raw+=(s.raw.endsWith( `
` )?"": `
` )+i.raw,s.text+= `
` +i.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=s.text):r.push(i),n=a.length!==e.length,e=e.substring(i.raw.length);continue}if(i=this.tokenizer.text(e)){e=e.substring(i.raw.length);let s=r.at(-1);s?.type==="text"?(s.raw+=(s.raw.endsWith( `
` )?"": `
` )+i.raw,s.text+= `
2026-03-01 01:45:57 +00:00
` +i.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=s.text):r.push(i);continue}if(e){let s="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(s);break}else throw new Error(s)}}return this.state.top=!0,r}inline(e,r=[]){return this.inlineQueue.push({src:e,tokens:r}),r}inlineTokens(e,r=[]){let n=e,i=null;if(this.tokens.links){let l=Object.keys(this.tokens.links);if(l.length>0)for(;(i=this.tokenizer.rules.inline.reflinkSearch.exec(n))!=null;)l.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(n=n.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(i=this.tokenizer.rules.inline.anyPunctuation.exec(n))!=null;)n=n.slice(0,i.index)+"++"+n.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;(i=this.tokenizer.rules.inline.blockSkip.exec(n))!=null;)n=n.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);n=this.options.hooks?.emStrongMask?.call({lexer:this},n)??n;let a=!1,s="";for(;e;){a||(s=""),a=!1;let l;if(this.options.extensions?.inline?.some(h=>(l=h.call({lexer:this},e,r))?(e=e.substring(l.raw.length),r.push(l),!0):!1))continue;if(l=this.tokenizer.escape(e)){e=e.substring(l.raw.length),r.push(l);continue}if(l=this.tokenizer.tag(e)){e=e.substring(l.raw.length),r.push(l);continue}if(l=this.tokenizer.link(e)){e=e.substring(l.raw.length),r.push(l);continue}if(l=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(l.raw.length);let h=r.at(-1);l.type==="text"&&h?.type==="text"?(h.raw+=l.raw,h.text+=l.text):r.push(l);continue}if(l=this.tokenizer.emStrong(e,n,s)){e=e.substring(l.raw.length),r.push(l);continue}if(l=this.tokenizer.codespan(e)){e=e.substring(l.raw.length),r.push(l);continue}if(l=this.tokenizer.br(e)){e=e.substring(l.raw.length),r.push(l);continue}if(l=this.tokenizer.del(e)){e=e.substring(l.raw.length),r.push(l);continue}if(l=this.tokenizer.autolink(e)){e=e.substring(l.raw.length),r.push(l);continue}if(!this.state.inLink&&(l=this.tokenizer.url(e))){e=e.substring(l.raw.length),r.push(l);continue}let u=e;if(this.options.extensions?.startInline){let h=1/0,f=e.slice(1),d;this.options.extensions.startInline.forEach(p=>{d=p.call({lexer:this},f),typeof d=="number"&&d>=0&&(h=Math.min(h,d))}),h<1/0&&h>=0&&(u=e.substring(0,h+1))}if(l=this.tokenizer.inlineText(u)){e=e.substring(l.raw.length),l.raw.slice(-1)!=="_"&&(s=l.raw.slice(-1)),a=!0;let h=r.at(-1);h?.type==="text"?(h.raw+=l.raw,h.text+=l.text):r.push(l);continue}if(e){let h="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(h);break}else throw new Error(h)}}return r}},_k=class{static{o(this,"P")}options;parser;constructor(t){this.options=t||f0}space(t){return""}code({text:t,lang:e,escaped:r}){let n=(e||"").match(As.notSpaceStart)?.[0],i=t.replace(As.endingNewline,"")+ `
` ;return n?'<pre><code class="language-'+au(n)+'">'+(r?i:au(i,!0))+ ` < / c o d e > < / p r e >
` :"<pre><code>"+(r?i:au(i,!0))+ ` < / c o d e > < / p r e >
2026-02-13 14:04:06 -07:00
` }blockquote({tokens:t}){return ` < blockquote >
$ { this . parser . parse ( t ) } < / b l o c k q u o t e >
` }html({text:t}){return t}def(t){return""}heading({tokens:t,depth:e}){return ` < h$ { e } > $ { this . parser . parseInline ( t ) } < / h $ { e } >
` }hr(t){return ` < hr >
` }list(t){let e=t.ordered,r=t.start,n="";for(let s=0;s<t.items.length;s++){let l=t.items[s];n+=this.listitem(l)}let i=e?"ol":"ul",a=e&&r!==1?' start="'+r+'"':"";return"<"+i+a+ ` >
` +n+"</"+i+ ` >
2026-03-01 01:45:57 +00:00
` }listitem(t){let e="";if(t.task){let r=this.checkbox({checked:!!t.checked});t.loose?t.tokens[0]?.type==="paragraph"?(t.tokens[0].text=r+" "+t.tokens[0].text,t.tokens[0].tokens&&t.tokens[0].tokens.length>0&&t.tokens[0].tokens[0].type==="text"&&(t.tokens[0].tokens[0].text=r+" "+au(t.tokens[0].tokens[0].text),t.tokens[0].tokens[0].escaped=!0)):t.tokens.unshift({type:"text",raw:r+" ",text:r+" ",escaped:!0}):e+=r+" "}return e+=this.parser.parse(t.tokens,!!t.loose), ` < li > $ { e } < / l i >
2026-02-13 14:04:06 -07:00
` }checkbox({checked:t}){return"<input "+(t?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:t}){return ` < p > $ { this . parser . parseInline ( t ) } < / p >
` }table(t){let e="",r="";for(let i=0;i<t.header.length;i++)r+=this.tablecell(t.header[i]);e+=this.tablerow({text:r});let n="";for(let i=0;i<t.rows.length;i++){let a=t.rows[i];r="";for(let s=0;s<a.length;s++)r+=this.tablecell(a[s]);n+=this.tablerow({text:r})}return n&&(n= ` < tbody > $ { n } < / t b o d y > ` ) , ` < t a b l e >
< thead >
` +e+ ` < / t h e a d >
` +n+ ` < / t a b l e >
` }tablerow({text:t}){return ` < tr >
$ { t } < / t r >
` }tablecell(t){let e=this.parser.parseInline(t.tokens),r=t.header?"th":"td";return(t.align? ` < $ { r } align = "${t.align}" > ` : ` < $ { r } > ` )+e+ ` < / $ { r } >
2026-03-01 01:45:57 +00:00
` }strong({tokens:t}){return ` < strong > $ { this . parser . parseInline ( t ) } < / s t r o n g > ` } e m ( { t o k e n s : t } ) { r e t u r n ` < e m > $ { t h i s . p a r s e r . p a r s e I n l i n e ( t ) } < / e m > ` } c o d e s p a n ( { t e x t : t } ) { r e t u r n ` < c o d e > $ { a u ( t , ! 0 ) } < / c o d e > ` } b r ( t ) { r e t u r n " < b r > " } d e l ( { t o k e n s : t } ) { r e t u r n ` < d e l > $ { t h i s . p a r s e r . p a r s e I n l i n e ( t ) } < / d e l > ` } l i n k ( { h r e f : t , t i t l e : e , t o k e n s : r } ) { l e t n = t h i s . p a r s e r . p a r s e I n l i n e ( r ) , i = u n e ( t ) ; i f ( i = = = n u l l ) r e t u r n n ; t = i ; l e t a = ' < a h r e f = " ' + t + ' " ' ; r e t u r n e & & ( a + = ' t i t l e = " ' + a u ( e ) + ' " ' ) , a + = " > " + n + " < / a > " , a } i m a g e ( { h r e f : t , t i t l e : e , t e x t : r , t o k e n s : n } ) { n & & ( r = t h i s . p a r s e r . p a r s e I n l i n e ( n , t h i s . p a r s e r . t e x t R e n d e r e r ) ) ; l e t i = u n e ( t ) ; i f ( i = = = n u l l ) r e t u r n a u ( r ) ; t = i ; l e t a = ` < i m g s r c = " $ { t } " a l t = " $ { r } " ` ; r e t u r n e & & ( a + = ` t i t l e = " $ { a u ( e ) } " ` ) , a + = " > " , a } t e x t ( t ) { r e t u r n " t o k e n s " i n t & & t . t o k e n s ? t h i s . p a r s e r . p a r s e I n l i n e ( t . t o k e n s ) : " e s c a p e d " i n t & & t . e s c a p e d ? t . t e x t : a u ( t . t e x t ) } } , j N = c l a s s { s t a t i c { o ( t h i s , " $ " ) } s t r o n g ( { t e x t : t } ) { r e t u r n t } e m ( { t e x t : t } ) { r e t u r n t } c o d e s p a n ( { t e x t : t } ) { r e t u r n t } d e l ( { t e x t : t } ) { r e t u r n t } h t m l ( { t e x t : t } ) { r e t u r n t } t e x t ( { t e x t : t } ) { r e t u r n t } l i n k ( { t e x t : t } ) { r e t u r n " " + t } i m a g e ( { t e x t : t } ) { r e t u r n " " + t } b r ( ) { r e t u r n " " } } , k h = c l a s s $ N { s t a t i c { o ( t h i s , " l " ) } o p t i o n s ; r e n d e r e r ; t e x t R e n d e r e r ; c o n s t r u c t o r ( e ) { t h i s . o p t i o n s = e | | f 0 , t h i s . o p t i o n s . r e n d e r e r = t h i s . o p t i o n s . r e n d e r e r | | n e w _ k , t h i s . r e n d e r e r = t h i s . o p t i o n s . r e n d e r e r , t h i s . r e n d e r e r . o p t i o n s = t h i s . o p t i o n s , t h i s . r e n d e r e r . p a r s e r = t h i s , t h i s . t e x t R e n d e r e r = n e w j N } s t a t i c p a r s e ( e , r ) { r e t u r n n e w $ N ( r ) . p a r s e ( e ) } s t a t i c p a r s e I n l i n e ( e , r ) { r e t u r n n e w $ N ( r ) . p a r s e I n l i n e ( e ) } p a r s e ( e , r = ! 0 ) { l e t n = " " ; f o r ( l e t i = 0 ; i < e . l e n g t h ; i + + ) { l e t a = e [ i ] ; i f ( t h i s . o p t i o n s . e x t e n s i o n s ? . r e n d e r e r s ? . [ a . t y p e ] ) { l e t l = a , u = t h i s . o p t i o n s . e x t e n s i o n s . r e n d e r e r s [ l . t y p e ] . c a l l ( { p a r s e r : t h i s } , l ) ; i f ( u ! = = ! 1 | | ! [ " s p a c e " , " h r " , " h e a d i n g " , " c o d e " , " t a b l e " , " b l o c k q u o t e " , " l i s t " , " h t m l " , " d e f " , " p a r a g r a p h " , " t e x t " ] . i n c l u d e s ( l . t y p e ) ) { n + = u | | " " ; c o n t i n u e } } l e t s = a ; s w i t c h ( s . t y p e ) { c a s e " s p a c e " : { n + = t h i s . r e n d e r e r . s p a c e ( s ) ; c o n t i n u e } c a s e " h r " : { n + = t h i s . r e n d e r e r . h r ( s ) ; c o n t i n u e } c a s e " h e a d i n g " : { n + = t h i s . r e n d e r e r . h e a d i n g ( s ) ; c o n t i n u e } c a s e " c o d e " : { n + = t h i s . r e n d e r e r . c o d e ( s ) ; c o n t i n u e } c a s e " t a b l e " : { n + = t h i s . r e n d e r e r . t a b l e ( s ) ; c o n t i n u e } c a s e " b l o c k q u o t e " : { n + = t h i s . r e n d e r e r . b l o c k q u o t e ( s ) ; c o n t i n u e } c a s e " l i s t " : { n + = t h i s . r e n d e r e r . l i s t ( s ) ; c o n t i n u e } c a s e " h t m l " : { n + = t h i s . r e n d e r e r . h t m l ( s ) ; c o n t i n u e } c a s e " d e f " : { n + = t h i s . r e n d e r e r . d e f ( s ) ; c o n t i n u e } c a s e " p a r a g r a p h " : { n + = t h i s . r e n d e r e r . p a r a g r a p h ( s ) ; c o n t i n u e } c a s e " t e x t " : { l e t l = s , u = t h i s . r e n d e r e r . t e x t ( l ) ; f o r ( ; i + 1 < e . l e n g t h & & e [ i + 1 ] . t y p e = = = " t e x t " ; ) l = e [ + + i ] , u + = `
` +this.renderer.text(l);r?n+=this.renderer.paragraph({type:"paragraph",raw:u,text:u,tokens:[{type:"text",raw:u,text:u,escaped:!0}]}):n+=u;continue}default:{let l='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(l),"";throw new Error(l)}}}return n}parseInline(e,r=this.renderer){let n="";for(let i=0;i<e.length;i++){let a=e[i];if(this.options.extensions?.renderers?.[a.type]){let l=this.options.extensions.renderers[a.type].call({parser:this},a);if(l!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(a.type)){n+=l||"";continue}}let s=a;switch(s.type){case"escape":{n+=r.text(s);break}case"html":{n+=r.html(s);break}case"link":{n+=r.link(s);break}case"image":{n+=r.image(s);break}case"strong":{n+=r.strong(s);break}case"em":{n+=r.em(s);break}case"codespan":{n+=r.codespan(s);break}case"br":{n+=r.br(s);break}case"del":{n+=r.del(s);break}case"text":{n+=r.text(s);break}default:{let l='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(l),"";throw new Error(l)}}}return n}},Xx=class{static{o(this,"S")}options;block;constructor(t){this.options=t||f0}static passThroughHooks=new Set(["preprocess","postprocess","processAllTokens","emStrongMask"]);static passThroughHooksRespectAsync=new Set(["preprocess","postprocess","processAllTokens"]);preprocess(t){return t}postprocess(t){return t}processAllTokens(t){return t}emStrongMask(t){return t}provideLexer(){return this.block?wh.lex:wh.lexInline}provideParser(){return this.block?kh.parse:kh.parseInline}},KBe=class{static{o(this,"B")}defaults=zN();options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=kh;Renderer=_k;TextRenderer=jN;Lexer=wh;Tokenizer=Ak;Hooks=Xx;constructor(...t){this.use(...t)}walkTokens(t,e){let r=[];for(let n of t)switch(r=r.concat(e.call(this,n)),n.type){case"table":{let i=n;for(let a of i.header)r=r.concat(this.walkTokens(a.tokens,e));for(let a of i.rows)for(let s of a)r=r.concat(this.walkTokens(s.tokens,e));break}case"list":{let i=n;r=r.concat(this.walkTokens(i.items,e));break}default:{let i=n;this.defaults.extensions?.childTokens?.[i.type]?this.defaults.extensions.childTokens[i.type].forEach(a=>{let s=i[a].flat(1/0);r=r.concat(this.walkTokens(s,e))}):i.tokens&&(r=r.concat(this.walkTokens(i.tokens,e)))}}return r}use(...t){let e=this.defaults.extensions||{renderers:{},childTokens:{}};return t.forEach(r=>{let n={...r};if(n.async=this.defaults.async||n.async||!1,r.extensions&&(r.extensions.forEach(i=>{if(!i.name)throw new Error("extension name required");if("renderer"in i){let a=e.renderers[i.name];a?e.renderers[i.name]=function(...s){let l=i.renderer.apply(this,s);return l===!1&&(l=a.apply(this,s)),l}:e.renderers[i.name]=i.renderer}if("tokenizer"in i){if(!i.level||i.level!=="block"&&i.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let a=e[i.level];a?a.unshift(i.tokenizer):e[i.level]=[i.tokenizer],i.start&&(i.level==="block"?e.startBlock?e.startBlock.push(i.start):e.startBlock=[i.start]:i.level==="inline"&&(e.startInline?e.startInline.push(i.start):e.startInline=[i.start]))}"childTokens"in i&&i.childTokens&&(e.childTokens[i.name]=i.childTokens)}),n.extensions=e),r.renderer){let i=this.defaults.renderer||new _k(this.defaults);for(let a in r.renderer){if(!(a in i))throw new Error( ` renderer '${a}' does not exist ` );if(["options","parser"].includes(a))continue;let s=a,l=r.renderer[s],u=i[s];i[s]=(...h)=>{let f=l.apply(i,h);return f===!1&&(f=u.apply(i,h)),f||""}}n.renderer=i}if(r.tokenizer){let i=this.defaults.tokenizer||new Ak(this.defaults);for(let a in r.tokenizer){if(!(a in i))throw new Error( ` tokenizer '${a}' does not exist ` );if(["options","rules","lexer"].includes(a))continue;let s=a,l=r.tokenizer[s],u=i[s];i[s]=(...h)=>{let f=l.apply(i,h);return f===!1&&(f=u.apply(i,h)),f}}n.tokenizer=i}if(r.hooks){let i=this.defaults.hooks||new Xx;for(let a in r.hooks){if(!(a in i))throw new Error( ` hook '${a}' does not exist ` );if(["options","block"].includes(a))continue;let s=a,l=r.hooks[s],u=i[s];Xx.pa
Please report this to https : //github.com/markedjs/marked.`,t){let n="<p>An error occurred:</p><pre>"+au(r.message+"",!0)+"</pre>";return e?Promise.resolve(n):n}if(e)return Promise.reject(r);throw r}}},h0=new KBe;o(dn,"d");dn.options=dn.setOptions=function(t){return h0.setOptions(t),dn.defaults=h0.defaults,dne(dn.defaults),dn};dn.getDefaults=zN;dn.defaults=f0;dn.use=function(...t){return h0.use(...t),dn.defaults=h0.defaults,dne(dn.defaults),dn};dn.walkTokens=function(t,e){return h0.walkTokens(t,e)};dn.parseInline=h0.parseInline;dn.Parser=kh;dn.parser=kh.parse;dn.Renderer=_k;dn.TextRenderer=jN;dn.Lexer=wh;dn.lexer=wh.lex;dn.Tokenizer=Ak;dn.Hooks=Xx;dn.parse=dn;PLt=dn.options,BLt=dn.setOptions,FLt=dn.use,$Lt=dn.walkTokens,zLt=dn.parseInline,GLt=kh.parse,VLt=wh.lex});function QBe(t,{markdownAutoWrap:e}){let n=t.replace(/<br\/>/g,`
2026-02-13 14:04:06 -07:00
` ).replace(/ \n {2,}/g, `
2026-03-01 01:45:57 +00:00
` ),i=bw(n);return e===!1?i.replace(/ /g," "):i}function Ene(t,e={}){let r=QBe(t,e),n=dn.lexer(r),i=[[]],a=0;function s(l,u="normal"){l.type==="text"?l.text.split( `
` ).forEach((f,d)=>{d!==0&&(a++,i.push([])),f.split(" ").forEach(p=>{p=p.replace(/'/g,"'"),p&&i[a].push({content:p,type:u})})}):l.type==="strong"||l.type==="em"?l.tokens.forEach(h=>{s(h,l.type)}):l.type==="html"&&i[a].push({content:l.text,type:"normal"})}return o(s,"processNode"),n.forEach(l=>{l.type==="paragraph"?l.tokens?.forEach(u=>{s(u)}):l.type==="html"?i[a].push({content:l.text,type:"normal"}):i[a].push({content:l.raw,type:"normal"})}),i}function Cne(t,{markdownAutoWrap:e}={}){let r=dn.lexer(t);function n(i){return i.type==="text"?e===!1?i.text.replace(/ \n */g,"<br/>").replace(/ /g," "):i.text.replace(/ \n */g,"<br/>"):i.type==="strong"? ` < strong > $ { i . tokens ? . map ( n ) . join ( "" ) } < / s t r o n g > ` : i . t y p e = = = " e m " ? ` < e m > $ { i . t o k e n s ? . m a p ( n ) . j o i n ( " " ) } < / e m > ` : i . t y p e = = = " p a r a g r a p h " ? ` < p > $ { i . t o k e n s ? . m a p ( n ) . j o i n ( " " ) } < / p > ` : i . t y p e = = = " s p a c e " ? " " : i . t y p e = = = " h t m l " ? ` $ { i . t e x t } ` : i . t y p e = = = " e s c a p e " ? i . t e x t : ( X . w a r n ( ` U n s u p p o r t e d m a r k d o w n : $ { i . t y p e } ` ) , i . r a w ) } r e t u r n o ( n , " o u t p u t " ) , r . m a p ( n ) . j o i n ( " " ) } v a r A n e = I ( ( ) = > { " u s e s t r i c t " ; S n e ( ) ; n D ( ) ; g t ( ) ; o ( Q B e , " p r e p r o c e s s M a r k d o w n " ) ; o ( E n e , " m a r k d o w n T o L i n e s " ) ; o ( C n e , " m a r k d o w n T o H T M L " ) } ) ; f u n c t i o n Z B e ( t ) { r e t u r n I n t l . S e g m e n t e r ? [ . . . n e w I n t l . S e g m e n t e r ( ) . s e g m e n t ( t ) ] . m a p ( e = > e . s e g m e n t ) : [ . . . t ] } f u n c t i o n J B e ( t , e ) { l e t r = Z B e ( e . c o n t e n t ) ; r e t u r n _ n e ( t , [ ] , r , e . t y p e ) } f u n c t i o n _ n e ( t , e , r , n ) { i f ( r . l e n g t h = = = 0 ) r e t u r n [ { c o n t e n t : e . j o i n ( " " ) , t y p e : n } , { c o n t e n t : " " , t y p e : n } ] ; l e t [ i , . . . a ] = r , s = [ . . . e , i ] ; r e t u r n t ( [ { c o n t e n t : s . j o i n ( " " ) , t y p e : n } ] ) ? _ n e ( t , s , a , n ) : ( e . l e n g t h = = = 0 & & i & & ( e . p u s h ( i ) , r . s h i f t ( ) ) , [ { c o n t e n t : e . j o i n ( " " ) , t y p e : n } , { c o n t e n t : r . j o i n ( " " ) , t y p e : n } ] ) } f u n c t i o n D n e ( t , e ) { i f ( t . s o m e ( ( { c o n t e n t : r } ) = > r . i n c l u d e s ( `
` )))throw new Error("splitLineToFitWidth does not support newlines in the line");return XN(t,e)}function XN(t,e,r=[],n=[]){if(t.length===0)return n.length>0&&r.push(n),r.length>0?r:[];let i="";t[0].content===" "&&(i=" ",t.shift());let a=t.shift()??{content:" ",type:"normal"},s=[...n];if(i!==""&&s.push({content:i,type:"normal"}),s.push(a),e(s))return XN(t,e,r,s);if(n.length>0)r.push(n),t.unshift(a);else if(a.content){let[l,u]=JBe(e,a);r.push([l]),u.content&&t.unshift(u)}return XN(t,e,r)}var Rne=I(()=>{"use strict";o(ZBe,"splitTextToChars");o(JBe,"splitWordToFitWidth");o(_ne,"splitWordToFitWidthRecursion");o(Dne,"splitLineToFitWidth");o(XN,"splitLineToFitWidthRecursion")});function Lne(t,e){e&&t.attr("style",e)}async function eFe(t,e,r,n,i=!1,a=tr()){let s=t.append("foreignObject");s.attr("width", ` $ { 10 * r } px ` ),s.attr("height", ` $ { 10 * r } px ` );let l=s.append("xhtml:div"),u=Nn(e.label)?await vf(e.label.replace(nt.lineBreakRegex, `
` ),a):fr(e.label,a),h=e.isNode?"nodeLabel":"edgeLabel",f=l.append("span");f.html(u),Lne(f,e.labelStyle),f.attr("class", ` $ { h } $ { n } ` ),Lne(l,e.labelStyle),l.style("display","table-cell"),l.style("white-space","nowrap"),l.style("line-height","1.5"),l.style("max-width",r+"px"),l.style("text-align","center"),l.attr("xmlns","http://www.w3.org/1999/xhtml"),i&&l.attr("class","labelBkg");let d=l.node().getBoundingClientRect();return d.width===r&&(l.style("display","table"),l.style("white-space","break-spaces"),l.style("width",r+"px"),d=l.node().getBoundingClientRect()),s.node()}function KN(t,e,r){return t.append("tspan").attr("class","text-outer-tspan").attr("x",0).attr("y",e*r-.1+"em").attr("dy",r+"em")}function tFe(t,e,r){let n=t.append("text"),i=KN(n,1,e);QN(i,r);let a=i.node().getComputedTextLength();return n.remove(),a}function Nne(t,e,r){let n=t.append("text"),i=KN(n,1,e);QN(i,[{content:r,type:"normal"}]);let a=i.node()?.getBoundingClientRect();return a&&n.remove(),a}function rFe(t,e,r,n=!1){let a=e.append("g"),s=a.insert("rect").attr("class","background").attr("style","stroke: none"),l=a.append("text").attr("y","-10.1"),u=0;for(let h of r){let f=o(p=>tFe(a,1.1,p)<=t,"checkWidth"),d=f(h)?[h]:Dne(h,f);for(let p of d){let m=KN(l,u,1.1);QN(m,p),u++}}if(n){let h=l.node().getBBox(),f=2;return s.attr("x",h.x-f).attr("y",h.y-f).attr("width",h.width+2*f).attr("height",h.height+2*f),a.node()}else return l.node()}function QN(t,e){t.text(""),e.forEach((r,n)=>{let i=t.append("tspan").attr("font-style",r.type==="em"?"italic":"normal").attr("class","text-inner-tspan").attr("font-weight",r.type==="strong"?"bold":"normal");n===0?i.text(r.content):i.text(" "+r.content)})}async function ZN(t,e={}){let r=[];t.replace(/(fa[bklrs]?):fa-([ \w -]+)/g,(i,a,s)=>(r.push((async()=>{let l= ` $ { a } : $ { s } ` ;return await Gj(l)?await Ks(l,void 0,{class:"label-icon"}): ` < i class = '${fr(i,e).replace(":"," ")}' > < /i>`})()),i));let n=await Promise.all(r);return t.replace(/ ( fa [ bklrs ] ? ) : fa - ( [ \ w - ] + ) / g , ( ) => n . shift ( ) ? ? "" ) } var Ai , yl = I ( ( ) => { "use strict" ; kr ( ) ; wr ( ) ; gt ( ) ; Ane ( ) ; sr ( ) ; Gc ( ) ; Rne ( ) ; ti ( ) ; o ( Lne , "applyStyle" ) ; o ( eFe , "addHtmlSpan" ) ; o ( KN , "createTspan" ) ; o ( tFe , "computeWidthOfText" ) ; o ( Nne , "computeDimensionOfText" ) ; o ( rFe , "createFormattedText" ) ; o ( QN , "updateTextContentAndStyles" ) ; o ( ZN , "replaceIconSubstring" ) ; Ai = o ( async ( t , e = "" , { style : r = "" , isTitle : n = ! 1 , classes : i = "" , useHtmlLabels : a = ! 0 , isNode : s = ! 0 , width : l = 200 , addSvgBackground : u = ! 1 } = { } , h ) => { if ( X . debug ( "XYZ createText" , e , r , n , i , a , s , "addSvgBackground: " , u ) , a ) { let f = Cne ( e , h ) , d = await ZN ( ga ( f ) , h ) , p = e . replace ( /\\\\/g , "\\" ) , m = { isNode : s , label : Nn ( e ) ? p : d , labelStyle : r . replace ( "fill:" , "color:" ) } ; return await eFe ( t , m , l , i , u , h ) } else { let f = e . replace ( /<br\s*\/?>/g , "<br/>" ) , d = Ene ( f . replace ( "<br>" , "<br/>" ) , h ) , p = rFe ( l , t , d , e ? u : ! 1 ) ; if ( s ) { /stroke:/ . exec ( r ) && ( r = r . replace ( "stroke:" , "lineColor:" ) ) ; let m = r . replace ( /stroke:[^;]+;?/g , "" ) . replace ( /stroke-width:[^;]+;?/g , "" ) . replace ( /fill:[^;]+;?/g , "" ) . replace ( /color:/g , "fill:" ) ; He ( p ) . attr ( "style" , m ) } else { let m = r . replace ( /stroke:[^;]+;?/g , "" ) . replace ( /stroke-width:[^;]+;?/g , "" ) . replace ( /fill:[^;]+;?/g , "" ) . replace ( /background:/g , "fill:" ) ; He ( p ) . select ( "rect" ) . attr ( "style" , m . replace ( /background:/g , "fill:" ) ) ; let g = r . replace ( /stroke:[^;]+;?/g , "" ) . replace ( /stroke-width:[^;]+;?/g , "" ) . replace ( /fill:[^;]+;?/g , "" ) . replace ( /color:/g , "fill:" ) ; He ( p ) . select ( "text" ) . attr ( "style" , g ) } return p } } , "createText" ) } ) ; function Wt ( t ) { let e = t . map ( ( r , n ) => ` ${ n === 0 ? "M" : "L" } ${ r . x } , ${ r . y } ` ) ; return e . push ( "Z" ) , e . join ( " " ) } function vl ( t , e , r , n , i , a ) { let s = [ ] , u = r - t , h = n - e , f = u / a , d = 2 * Math . PI / f , p = e + h / 2 ; for ( let m = 0 ; m <= 50 ; m ++ ) { let g = m / 50 , y = t + g * u , v = p + i * Math . sin ( d * ( y - t ) ) ; s . push ( { x : y , y : v } ) } return s } function d0 ( t , e , r , n , i , a ) { let s = [ ] , l = i * Math . PI / 180 , f = ( a * Math . PI / 180 - l ) / ( n - 1 ) ; for ( let d = 0 ; d < n ; d ++ ) { let p = l + d * f , m = t + r * Math . cos ( p ) , g = e + r * Math . sin ( p ) ; s . push ( { x : - m , y : - g } ) } return s } var ft , Lk , Ze , lt , Bt = I ( ( ) => { "use strict" ; yl ( ) ; Qt ( ) ; kr ( ) ; Ka ( ) ; wr ( ) ; sr ( ) ; ft = o ( async ( t , e , r ) => { let n , i = e . useHtmlLabels || Sr ( xe ( ) ? . htmlLabels ) ; r ? n = r : n = "node default" ; let a = t . insert ( "g" ) . attr ( "class" , n ) . attr ( "id" , e . domId || e . id ) , s = a . insert ( "g" ) . attr ( "class" , "label" ) . attr ( "style" , On ( e . labelStyle ) ) , l ; e . label
M $ { i . x } , $ { i . y } L $ { s . x } , $ { s . y } ` }function fie(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r,e.label="";let i=t.insert("g").attr("class",lt(e)).attr("id",e.domId??e.id),a=Math.max(30,e?.width??0),{cssStyles:s}=e,l=Je.svg(i),u=tt(e,{});e.look!=="handDrawn"&&(u.roughness=0,u.fillStyle="solid");let h=l.circle(0,0,a*2,u),f=xFe(a),d=l.path(f,u),p=i.insert(()=>h,":first-child");return p.insert(()=>d),s&&e.look!=="handDrawn"&&p.selectAll("path").attr("style",s),n&&e.look!=="handDrawn"&&p.selectAll("path").attr("style",n),Ze(e,p),e.intersect=function(m){return X.info("crossedCircle intersect",e,{radius:a,point:m}),Ke.circle(e,a,m)},i}var die=I(()=>{"use strict";gt();Bt();Vt();Yt();Ht();o(xFe,"createLine");o(fie,"crossedCircle")});function Xf(t,e,r,n=100,i=0,a=180){let s=[],l=i*Math.PI/180,f=(a*Math.PI/180-l)/(n-1);for(let d=0;d<n;d++){let p=l+d*f,m=t+r*Math.cos(p),g=e+r*Math.sin(p);s.push({x:-m,y:-g})}return s}async function pie(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a,label:s}=await ft(t,e,lt(e)),l=a.width+(e.padding??0),u=a.height+(e.padding??0),h=Math.max(5,u*.1),{cssStyles:f}=e,d=[...Xf(l/2,-u/2,h,30,-90,0),{x:-l/2-h,y:h},...Xf(l/2+h*2,-h,h,20,-180,-270),...Xf(l/2+h*2,h,h,20,-90,-180),{x:-l/2-h,y:-u/2},...Xf(l/2,u/2,h,20,0,90)],p=[{x:l/2,y:-u/2-h},{x:-l/2,y:-u/2-h},...Xf(l/2,-u/2,h,20,-90,0),{x:-l/2-h,y:-h},...Xf(l/2+l*.1,-h,h,20,-180,-270),...Xf(l/2+l*.1,h,h,20,-90,-180),{x:-l/2-h,y:u/2},...Xf(l/2,u/2,h,20,0,90),{x:-l/2,y:u/2+h},{x:l/2,y:u/2+h}],m=Je.svg(i),g=tt(e,{fill:"none"});e.look!=="handDrawn"&&(g.roughness=0,g.fillStyle="solid");let v=Wt(d).replace("Z",""),x=m.path(v,g),b=Wt(p),T=m.path(b,{...g}),E=i.insert("g",":first-child");return E.insert(()=>T,":first-child").attr("stroke-opacity",0),E.insert(()=>x,":first-child"),E.attr("class","text"),f&&e.look!=="handDrawn"&&E.selectAll("path").attr("style",f),n&&e.look!=="handDrawn"&&E.selectAll("path").attr("style",n),E.attr("transform", ` translate ( $ { h } , 0 ) ` ),s.attr("transform", ` translate ( $ { - l / 2 + h - ( a . x - ( a . left ? ? 0 ) ) } , $ { - u / 2 + ( e . padding ? ? 0 ) / 2 - ( a . y - ( a . top ? ? 0 ) ) } ) ` ),Ze(e,E),e.intersect=function(w){return Ke.polygon(e,p,w)},i}var mie=I(()=>{"use strict";Bt();Ht();Vt();Yt();o(Xf,"generateCirclePoints");o(pie,"curlyBraceLeft")});function Kf(t,e,r,n=100,i=0,a=180){let s=[],l=i*Math.PI/180,f=(a*Math.PI/180-l)/(n-1);for(let d=0;d<n;d++){let p=l+d*f,m=t+r*Math.cos(p),g=e+r*Math.sin(p);s.push({x:m,y:g})}return s}async function gie(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a,label:s}=await ft(t,e,lt(e)),l=a.width+(e.padding??0),u=a.height+(e.padding??0),h=Math.max(5,u*.1),{cssStyles:f}=e,d=[...Kf(l/2,-u/2,h,20,-90,0),{x:l/2+h,y:-h},...Kf(l/2+h*2,-h,h,20,-180,-270),...Kf(l/2+h*2,h,h,20,-90,-180),{x:l/2+h,y:u/2},...Kf(l/2,u/2,h,20,0,90)],p=[{x:-l/2,y:-u/2-h},{x:l/2,y:-u/2-h},...Kf(l/2,-u/2,h,20,-90,0),{x:l/2+h,y:-h},...Kf(l/2+h*2,-h,h,20,-180,-270),...Kf(l/2+h*2,h,h,20,-90,-180),{x:l/2+h,y:u/2},...Kf(l/2,u/2,h,20,0,90),{x:l/2,y:u/2+h},{x:-l/2,y:u/2+h}],m=Je.svg(i),g=tt(e,{fill:"none"});e.look!=="handDrawn"&&(g.roughness=0,g.fillStyle="solid");let v=Wt(d).replace("Z",""),x=m.path(v,g),b=Wt(p),T=m.path(b,{...g}),E=i.insert("g",":first-child");return E.insert(()=>T,":first-child").attr("stroke-opacity",0),E.insert(()=>x,":first-child"),E.attr("class","text"),f&&e.look!=="handDrawn"&&E.selectAll("path").attr("style",f),n&&e.look!=="handDrawn"&&E.selectAll("path").attr("style",n),E.attr("transform", ` translate ( $ { - h } , 0 ) ` ),s.attr("transform", ` translate ( $ { - l / 2 + ( e . padding ? ? 0 ) / 2 - ( a . x - ( a . left ? ? 0 ) ) } , $ { - u / 2 + ( e . padding ? ? 0 ) / 2 - ( a . y - ( a . top ? ? 0 ) ) } ) ` ),Ze(e,E),e.intersect=function(w){return Ke.polygon(e,p,w)},i}var yie=I(()=>{"use strict";Bt();Ht();Vt();Yt();o(Kf,"generateCirclePoints");o(gie,"curlyBraceRight")});function ts(t,e,r,n=100,i=0,a=180){let s=[],l=i*Math.PI/180,f=(a*Math.PI/180-l)/(n-1);for(let d=0;d<n;d++){let p=l+d*f,m=t+r*Math.cos(p),g=e+r*Math.sin(p);s.push({x:-m,y:-g})}return s}async function vie(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a,label:s}=await ft
` ),n));let s='<span class="'+(t.isNode?"nodeLabel":"edgeLabel")+'" '+(t.labelStyle?'style="'+t.labelStyle+'"':"")+">"+i+"</span>";return r.html(fr(s,n)),AFe(r,t.labelStyle),r.style("display","inline-block"),r.style("padding-right","1px"),r.style("white-space","nowrap"),r.attr("xmlns","http://www.w3.org/1999/xhtml"),e.node()}var DFe,ou,qk=I(()=>{"use strict";kr();Qt();wr();gt();sr();o(AFe,"applyStyle");o(_Fe,"addHtmlLabel");DFe=o(async(t,e,r,n)=>{let i=t||"";if(typeof i=="object"&&(i=i[0]),Sr(xe().flowchart.htmlLabels)){i=i.replace(/ \\ n| \n /g,"<br />"),X.info("vertexText"+i);let a={isNode:n,label:ga(i).replace(/fa[blrs]?:fa-[ \w -]+/g,l=> ` < i class = '${l.replace(":"," ")}' > < /i>`),labelStyle:e&&e.replace("fill:","color:")};return await _Fe(a)}else{let a=document.createElementNS("http:/ / www . w3 . org / 2000 / svg "," text ");a.setAttribute(" style ",e.replace(" color : "," fill : "));let s=[];typeof i==" string "?s=i.split(/\\n|\n|<br\s*\/?>/gi):Array.isArray(i)?s=i:s=[];for(let l of s){let u=document.createElementNS(" http : //www.w3.org/2000/svg","tspan");u.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),u.setAttribute("dy","1em"),u.setAttribute("x","0"),r?u.setAttribute("class","title-row"):u.setAttribute("class","row"),u.textContent=l.trim(),a.appendChild(u)}return a}},"createLabel"),ou=DFe});async function bae(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let i;e.cssClasses?i="node "+e.cssClasses:i="node default";let a=t.insert("g").attr("class",i).attr("id",e.domId||e.id),s=a.insert("g"),l=a.insert("g").attr("class","label").attr("style",n),u=e.description,h=e.label,f=l.node().appendChild(await ou(h,e.labelStyle,!0,!0)),d={width:0,height:0};if(Sr(xe()?.flowchart?.htmlLabels)){let D=f.children[0],R=He(f);d=D.getBoundingClientRect(),R.attr("width",d.width),R.attr("height",d.height)}X.info("Text 2",u);let p=u||[],m=f.getBBox(),g=l.node().appendChild(await ou(p.join?p.join("<br/>"):p,e.labelStyle,!0,!0)),y=g.children[0],v=He(g);d=y.getBoundingClientRect(),v.attr("width",d.width),v.attr("height",d.height);let x=(e.padding||0)/2;He(g).attr("transform","translate( "+(d.width>m.width?0:(m.width-d.width)/2)+", "+(m.height+x+5)+")"),He(f).attr("transform","translate( "+(d.width<m.width?0:-(m.width-d.width)/2)+", 0)"),d=l.node().getBBox(),l.attr("transform","translate("+-d.width/2+", "+(-d.height/2-x+3)+")");let b=d.width+(e.padding||0),T=d.height+(e.padding||0),E=-d.width/2-x,w=-d.height/2-x,k,C;if(e.look==="handDrawn"){let D=Je.svg(a),R=tt(e,{}),O=D.path(so(E,w,b,T,e.rx||0),R),L=D.line(-d.width/2-x,-d.height/2-x+m.height+x,d.width/2+x,-d.height/2-x+m.height+x,R);C=a.insert(()=>(X.debug("Rough node insert CXC",O),L),":first-child"),k=a.insert(()=>(X.debug("Rough node insert CXC",O),O),":first-child")}else k=s.insert("rect",":first-child"),C=s.insert("line"),k.attr("class","outer title-state").attr("style",n).attr("x",-d.width/2-x).attr("y",-d.height/2-x).attr("width",d.width+(e.padding||0)).attr("height",d.height+(e.padding||0)),C.attr("class","divider").attr("x1",-d.width/2-x).attr("x2",d.width/2+x).attr("y1",-d.height/2-x+m.height+x).attr("y2",-d.height/2-x+m.height+x);return Ze(e,k),e.intersect=function(D){return Ke.rect(e,D)},a}var Tae=I(()=>{"use strict";kr();wr();Bt();qk();Ht();Vt();Yt();Qt();m0();gt();o(bae,"rectWithTitle")});function Uk(t,e,r,n,i,a,s){let u=(t+r)/2,h=(e+n)/2,f=Math.atan2(n-e,r-t),d=(r-t)/2,p=(n-e)/2,m=d/i,g=p/a,y=Math.sqrt(m**2+g**2);if(y>1)throw new Error("The given radii are too small to create an arc between the points.");let v=Math.sqrt(1-y**2),x=u+v*a*Math.sin(f)*(s?-1:1),b=h-v*i*Math.cos(f)*(s?-1:1),T=Math.atan2((e-b)/a,(t-x)/i),w=Math.atan2((n-b)/a,(r-x)/i)-T;s&&w<0&&(w+=2*Math.PI),!s&&w>0&&(w-=2*Math.PI);let k=[];for(let C=0;C<20;C++){let D=C/19,R=T+D*w,O=x+i*Math.cos(R),L=b+a*Math.sin(R);k.push({x:O,y:L})}return k}async function wae(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a}=await ft(t,e,lt(e)),s=e?.padding??0,l=e?.padding??0,u=(e?.width?e?.width:a.width)+s*2,h=(e?.height?e?.height:a.height)+l*2,f=e.radius||5,d=e.taper||5,{cssStyles:p}=e,m=Je
2026-02-13 14:04:06 -07:00
a$ { i } , $ { a } 0 , 0 , 1 0 , $ { - n }
l$ { r } , 0
a$ { i } , $ { a } 0 , 0 , 1 0 , $ { n }
M$ { r } , $ { - n }
a$ { i } , $ { a } 0 , 0 , 0 0 , $ { n }
2026-03-01 01:45:57 +00:00
l$ { - r } , 0 ` ,"createCylinderPathD"),LFe=o((t,e,r,n,i,a)=>[ ` M$ { t } , $ { e } ` , ` M$ { t + r } , $ { e } ` , ` a$ { i } , $ { a } 0 , 0 , 0 0 , $ { - n } ` , ` l$ { - r } , 0 ` , ` a$ { i } , $ { a } 0 , 0 , 0 0 , $ { n } ` , ` l$ { r } , 0 ` ].join(" "),"createOuterCylinderPathD"),NFe=o((t,e,r,n,i,a)=>[ ` M$ { t + r / 2 } , $ { - n / 2 } ` , ` a$ { i } , $ { a } 0 , 0 , 0 0 , $ { n } ` ].join(" "),"createInnerCylinderPathD");o(Hae,"tiltedCylinder")});async function jae(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a}=await ft(t,e,lt(e)),s=a.width+e.padding,l=a.height+e.padding,u=[{x:-3*l/6,y:0},{x:s+3*l/6,y:0},{x:s,y:-l},{x:0,y:-l}],h,{cssStyles:f}=e;if(e.look==="handDrawn"){let d=Je.svg(i),p=tt(e,{}),m=Wt(u),g=d.path(m,p);h=i.insert(()=>g,":first-child").attr("transform", ` translate ( $ { - s / 2 } , $ { l / 2 } ) ` ),f&&h.attr("style",f)}else h=ao(i,s,l,u);return n&&h.attr("style",n),e.width=s,e.height=l,Ze(e,h),e.intersect=function(d){return Ke.polygon(e,u,d)},i}var Xae=I(()=>{"use strict";Bt();Ht();Vt();Yt();jf();o(jae,"trapezoid")});async function Kae(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a}=await ft(t,e,lt(e)),s=60,l=20,u=Math.max(s,a.width+(e.padding??0)*2,e?.width??0),h=Math.max(l,a.height+(e.padding??0)*2,e?.height??0),{cssStyles:f}=e,d=Je.svg(i),p=tt(e,{});e.look!=="handDrawn"&&(p.roughness=0,p.fillStyle="solid");let m=[{x:-u/2*.8,y:-h/2},{x:u/2*.8,y:-h/2},{x:u/2,y:-h/2*.6},{x:u/2,y:h/2},{x:-u/2,y:h/2},{x:-u/2,y:-h/2*.6}],g=Wt(m),y=d.path(g,p),v=i.insert(()=>y,":first-child");return v.attr("class","basic label-container"),f&&e.look!=="handDrawn"&&v.selectChildren("path").attr("style",f),n&&e.look!=="handDrawn"&&v.selectChildren("path").attr("style",n),Ze(e,v),e.intersect=function(x){return Ke.polygon(e,m,x)},i}var Qae=I(()=>{"use strict";Bt();Ht();Vt();Yt();o(Kae,"trapezoidalPentagon")});async function Zae(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a,label:s}=await ft(t,e,lt(e)),l=Sr(xe().flowchart?.htmlLabels),u=a.width+(e.padding??0),h=u+a.height,f=u+a.height,d=[{x:0,y:0},{x:f,y:0},{x:f/2,y:-h}],{cssStyles:p}=e,m=Je.svg(i),g=tt(e,{});e.look!=="handDrawn"&&(g.roughness=0,g.fillStyle="solid");let y=Wt(d),v=m.path(y,g),x=i.insert(()=>v,":first-child").attr("transform", ` translate ( $ { - h / 2 } , $ { h / 2 } ) ` );return p&&e.look!=="handDrawn"&&x.selectChildren("path").attr("style",p),n&&e.look!=="handDrawn"&&x.selectChildren("path").attr("style",n),e.width=u,e.height=h,Ze(e,x),s.attr("transform", ` translate ( $ { - a . width / 2 - ( a . x - ( a . left ? ? 0 ) ) } , $ { h / 2 - ( a . height + ( e . padding ? ? 0 ) / ( l ? 2 : 1 ) - ( a . y - ( a . top ? ? 0 ) ) ) } ) ` ),e.intersect=function(b){return X.info("Triangle intersect",e,d,b),Ke.polygon(e,d,b)},i}var Jae=I(()=>{"use strict";gt();Bt();Ht();Vt();Yt();Bt();wr();Qt();o(Zae,"triangle")});async function ese(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a,label:s}=await ft(t,e,lt(e)),l=Math.max(a.width+(e.padding??0)*2,e?.width??0),u=Math.max(a.height+(e.padding??0)*2,e?.height??0),h=u/8,f=u+h,{cssStyles:d}=e,m=70-l,g=m>0?m/2:0,y=Je.svg(i),v=tt(e,{});e.look!=="handDrawn"&&(v.roughness=0,v.fillStyle="solid");let x=[{x:-l/2-g,y:f/2},...vl(-l/2-g,f/2,l/2+g,f/2,h,.8),{x:l/2+g,y:-f/2},{x:-l/2-g,y:-f/2}],b=Wt(x),T=y.path(b,v),E=i.insert(()=>T,":first-child");return E.attr("class","basic label-container"),d&&e.look!=="handDrawn"&&E.selectAll("path").attr("style",d),n&&e.look!=="handDrawn"&&E.selectAll("path").attr("style",n),E.attr("transform", ` translate ( 0 , $ { - h / 2 } ) ` ),s.attr("transform", ` translate ( $ { - l / 2 + ( e . padding ? ? 0 ) - ( a . x - ( a . left ? ? 0 ) ) } , $ { - u / 2 + ( e . padding ? ? 0 ) - h - ( a . y - ( a . top ? ? 0 ) ) } ) ` ),Ze(e,E),e.intersect=function(w){return Ke.polygon(e,x,w)},i}var tse=I(()=>{"use strict";Bt();Ht();Yt();Vt();o(ese,"waveEdgedRectangle")});async function rse(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a}=await ft(t,e,lt(e)),s=100,l=50,u=Math.max(a.width+(e.padding??0)*2,e?.width??0),h=Math.max(a.height+(e.padding??0)*2,e?.height??0),f=u/h,d=u,p=h;d>p*f?p=d/f:d=p*f,d=Math.max(d,s),p=Math.max(p,l);let m=Math.min(p*.2,p/4),g=p+m*2,{cssStyles:y}=e,v=Je.svg(i),x=tt(e,{});e.look!=="handDrawn"&&(x.roughness=0,x.fillStyle="solid");let b=[{x:-d/2,y:g/2
2026-02-13 14:04:06 -07:00
M$ { f - h } , $ { d } L$ { f + l } , $ { d }
2026-03-01 01:45:57 +00:00
M$ { f } , $ { d - h } L$ { f } , $ { d + u } ` ;e.look!=="handDrawn"&&(g.roughness=0,g.fillStyle="solid");let x=m.path(v,g),b=i.insert(()=>x,":first-child");return b.attr("transform", ` translate ( $ { h / 2 } , $ { h / 2 } ) ` ),b.attr("class","basic label-container"),p&&e.look!=="handDrawn"&&b.selectAll("path").attr("style",p),n&&e.look!=="handDrawn"&&b.selectAll("path").attr("style",n),s.attr("transform", ` translate ( $ { - ( a . width / 2 ) + h / 2 - ( a . x - ( a . left ? ? 0 ) ) } , $ { - ( a . height / 2 ) + h / 2 - ( a . y - ( a . top ? ? 0 ) ) } ) ` ),Ze(e,b),e.intersect=function(T){return Ke.polygon(e,y,T)},i}var ase=I(()=>{"use strict";Bt();Vt();Yt();Ht();o(ise,"windowPane")});async function xM(t,e){let r=e;if(r.alias&&(e.label=r.alias),e.look==="handDrawn"){let{themeVariables:V}=tr(),{background:K}=V,ee={...e,id:e.id+"-background",look:"default",cssStyles:["stroke: none", ` fill : $ { K } ` ]};await xM(t,ee)}let n=tr();e.useHtmlLabels=n.htmlLabels;let i=n.er?.diagramPadding??10,a=n.er?.entityPadding??6,{cssStyles:s}=e,{labelStyles:l,nodeStyles:u}=Qe(e);if(r.attributes.length===0&&e.label){let V={rx:0,ry:0,labelPaddingX:i,labelPaddingY:i*1.5,classes:""};ma(e.label,n)+V.labelPaddingX*2<n.er.minEntityWidth&&(e.width=n.er.minEntityWidth);let K=await g0(t,e,V);if(!Sr(n.htmlLabels)){let ee=K.select("text"),H=ee.node()?.getBBox();ee.attr("transform", ` translate ( $ { - H . width / 2 } , 0 ) ` )}return K}n.htmlLabels||(i*=1.25,a*=1.25);let h=lt(e);h||(h="node default");let f=t.insert("g").attr("class",h).attr("id",e.domId||e.id),d=await ib(f,e.label??"",n,0,0,["name"],l);d.height+=a;let p=0,m=[],g=[],y=0,v=0,x=0,b=0,T=!0,E=!0;for(let V of r.attributes){let K=await ib(f,V.type,n,0,p,["attribute-type"],l);y=Math.max(y,K.width+i);let ee=await ib(f,V.name,n,0,p,["attribute-name"],l);v=Math.max(v,ee.width+i);let H=await ib(f,V.keys.join(),n,0,p,["attribute-keys"],l);x=Math.max(x,H.width+i);let he=await ib(f,V.comment,n,0,p,["attribute-comment"],l);b=Math.max(b,he.width+i);let Z=Math.max(K.height,ee.height,H.height,he.height)+a;g.push({yOffset:p,rowHeight:Z}),p+=Z}let w=4;x<=i&&(T=!1,x=0,w--),b<=i&&(E=!1,b=0,w--);let k=f.node().getBBox();if(d.width+i*2-(y+v+x+b)>0){let V=d.width+i*2-(y+v+x+b);y+=V/w,v+=V/w,x>0&&(x+=V/w),b>0&&(b+=V/w)}let C=y+v+x+b,D=Je.svg(f),R=tt(e,{});e.look!=="handDrawn"&&(R.roughness=0,R.fillStyle="solid");let O=0;g.length>0&&(O=g.reduce((V,K)=>V+(K?.rowHeight??0),0));let L=Math.max(k.width+i*2,e?.width||0,C),S=Math.max((O??0)+d.height,e?.height||0),A=-L/2,_=-S/2;f.selectAll("g:not(:first-child)").each((V,K,ee)=>{let H=He(ee[K]),he=H.attr("transform"),Z=0,de=0;if(he){let ne=RegExp(/translate \( ([^,]+),([^)]+) \) /).exec(he);ne&&(Z=parseFloat(ne[1]),de=parseFloat(ne[2]),H.attr("class").includes("attribute-name")?Z+=y:H.attr("class").includes("attribute-keys")?Z+=y+v:H.attr("class").includes("attribute-comment")&&(Z+=y+v+x))}H.attr("transform", ` translate ( $ { A + i / 2 + Z } , $ { de + _ + d . height + a / 2 } ) ` )}),f.select(".name").attr("transform","translate("+-d.width/2+", "+(_+a/2)+")");let N=D.rectangle(A,_,L,S,R),M=f.insert(()=>N,":first-child").attr("style",s.join("")),{themeVariables:P}=tr(),{rowEven:B,rowOdd:F,nodeBorder:G}=P;m.push(0);for(let[V,K]of g.entries()){let H=(V+1)%2===0&&K.yOffset!==0,he=D.rectangle(A,d.height+_+K?.yOffset,L,K?.rowHeight,{...R,fill:H?B:F,stroke:G});f.insert(()=>he,"g.label").attr("style",s.join("")).attr("class", ` row - rect - $ { H ? "even" : "odd" } ` )}let $ =D.line(A,d.height+_,L+A,d.height+_,R);f.insert(()=> $ ).attr("class","divider"), $ =D.line(y+A,d.height+_,y+A,S+_,R),f.insert(()=> $ ).attr("class","divider"),T&&( $ =D.line(y+v+A,d.height+_,y+v+A,S+_,R),f.insert(()=> $ ).attr("class","divider")),E&&( $ =D.line(y+v+x+A,d.height+_,y+v+x+A,S+_,R),f.insert(()=> $ ).attr("class","divider"));for(let V of m) $ =D.line(A,d.height+_+V,L+A,d.height+_+V,R),f.insert(()=> $ ).attr("class","divider");if(Ze(e,M),u&&e.look!=="handDrawn"){let K=u.split(";")?.filter(ee=>ee.includes("stroke"))?.map(ee=> ` $ { ee } ` ).join("; ");f.selectAll("path").attr("style",K??""),f.selectAll(".row-rect-even path").attr("style",u)}return e.intersect=function(V){return Ke.rect(e,V)},f}async function ib(t,e,r,n=0,i=0,a=[],s=""){let l=t.insert("g").attr("class", ` labe
2026-02-13 14:04:06 -07:00
a$ { f } , $ { f } 1 0 , 0 $ { g * . 25 } , $ { - 1 * y * . 1 }
a$ { f } , $ { f } 1 0 , 0 $ { g * . 25 } , 0
a$ { f } , $ { f } 1 0 , 0 $ { g * . 25 } , 0
a$ { f } , $ { f } 1 0 , 0 $ { g * . 25 } , $ { y * . 1 }
a$ { f } , $ { f } 1 0 , 0 $ { g * . 15 } , $ { y * . 33 }
a$ { f * . 8 } , $ { f * . 8 } 1 0 , 0 0 , $ { y * . 34 }
a$ { f } , $ { f } 1 0 , 0 $ { - 1 * g * . 15 } , $ { y * . 33 }
a$ { f } , $ { f } 1 0 , 0 $ { - 1 * g * . 25 } , $ { y * . 15 }
a$ { f } , $ { f } 1 0 , 0 $ { - 1 * g * . 25 } , 0
a$ { f } , $ { f } 1 0 , 0 $ { - 1 * g * . 25 } , 0
a$ { f } , $ { f } 1 0 , 0 $ { - 1 * g * . 25 } , $ { - 1 * y * . 15 }
a$ { f } , $ { f } 1 0 , 0 $ { - 1 * g * . 1 } , $ { - 1 * y * . 33 }
a$ { f * . 8 } , $ { f * . 8 } 1 0 , 0 0 , $ { - 1 * y * . 34 }
a$ { f } , $ { f } 1 0 , 0 $ { g * . 1 } , $ { - 1 * y * . 33 }
2026-03-01 01:45:57 +00:00
H0 V0 Z ` ;if(e.look==="handDrawn"){let b=Je.svg(i),T=tt(e,{}),E=b.path(x,T);v=i.insert(()=>E,":first-child"),v.attr("class","basic label-container").attr("style",On(d))}else v=i.insert("path",":first-child").attr("class","basic label-container").attr("style",n).attr("d",x);return v.attr("transform", ` translate ( $ { - g / 2 } , $ { - y / 2 } ) ` ),Ze(e,v),e.calcIntersect=function(b,T){return Ke.rect(b,T)},e.intersect=function(b){return X.info("Bang intersect",e,b),Ke.rect(e,b)},i}var gse=I(()=>{"use strict";gt();Bt();Ht();Vt();Yt();sr();o(mse,"bang")});async function yse(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a,halfPadding:s,label:l}=await ft(t,e,lt(e)),u=a.width+2*s,h=a.height+2*s,f=.15*u,d=.25*u,p=.35*u,m=.2*u,{cssStyles:g}=e,y,v= ` M0 0
2026-02-13 14:04:06 -07:00
a$ { f } , $ { f } 0 0 , 1 $ { u * . 25 } , $ { - 1 * u * . 1 }
a$ { p } , $ { p } 1 0 , 1 $ { u * . 4 } , $ { - 1 * u * . 1 }
a$ { d } , $ { d } 1 0 , 1 $ { u * . 35 } , $ { u * . 2 }
a$ { f } , $ { f } 1 0 , 1 $ { u * . 15 } , $ { h * . 35 }
a$ { m } , $ { m } 1 0 , 1 $ { - 1 * u * . 15 } , $ { h * . 65 }
a$ { d } , $ { f } 1 0 , 1 $ { - 1 * u * . 25 } , $ { u * . 15 }
a$ { p } , $ { p } 1 0 , 1 $ { - 1 * u * . 5 } , 0
a$ { f } , $ { f } 1 0 , 1 $ { - 1 * u * . 25 } , $ { - 1 * u * . 15 }
a$ { f } , $ { f } 1 0 , 1 $ { - 1 * u * . 1 } , $ { - 1 * h * . 35 }
a$ { m } , $ { m } 1 0 , 1 $ { u * . 1 } , $ { - 1 * h * . 65 }
2026-03-01 01:45:57 +00:00
H0 V0 Z ` ;if(e.look==="handDrawn"){let x=Je.svg(i),b=tt(e,{}),T=x.path(v,b);y=i.insert(()=>T,":first-child"),y.attr("class","basic label-container").attr("style",On(g))}else y=i.insert("path",":first-child").attr("class","basic label-container").attr("style",n).attr("d",v);return l.attr("transform", ` translate ( $ { - a . width / 2 } , $ { - a . height / 2 } ) ` ),y.attr("transform", ` translate ( $ { - u / 2 } , $ { - h / 2 } ) ` ),Ze(e,y),e.calcIntersect=function(x,b){return Ke.rect(x,b)},e.intersect=function(x){return X.info("Cloud intersect",e,x),Ke.rect(e,x)},i}var vse=I(()=>{"use strict";Yt();gt();sr();Ht();Vt();Bt();o(yse,"cloud")});async function xse(t,e){let{labelStyles:r,nodeStyles:n}=Qe(e);e.labelStyle=r;let{shapeSvg:i,bbox:a,halfPadding:s,label:l}=await ft(t,e,lt(e)),u=a.width+8*s,h=a.height+2*s,f=5,d= `
2026-02-13 14:04:06 -07:00
M$ { - u / 2 } $ { h / 2 - f }
v$ { - h + 2 * f }
q0 , - $ { f } $ { f } , - $ { f }
h$ { u - 2 * f }
q$ { f } , 0 $ { f } , $ { f }
v$ { h - 2 * f }
q0 , $ { f } - $ { f } , $ { f }
h$ { - u + 2 * f }
q - $ { f } , 0 - $ { f } , - $ { f }
Z
2026-03-01 01:45:57 +00:00
` ,p=i.append("path").attr("id","node-"+e.id).attr("class","node-bkg node-"+e.type).attr("style",n).attr("d",d);return i.append("line").attr("class","node-line-").attr("x1",-u/2).attr("y1",h/2).attr("x2",u/2).attr("y2",h/2),l.attr("transform", ` translate ( $ { - a . width / 2 } , $ { - a . height / 2 } ) ` ),i.append(()=>l.node()),Ze(e,p),e.calcIntersect=function(m,g){return Ke.rect(m,g)},e.intersect=function(m){return Ke.rect(e,m)},i}var bse=I(()=>{"use strict";Ht();Vt();Bt();o(xse,"defaultMindmapNode")});async function Tse(t,e){let r={padding:e.padding??0};return Vk(t,e,r)}var wse=I(()=>{"use strict";vM();o(Tse,"mindmapCircle")});function kse(t){return t in bM}var IFe,OFe,bM,TM=I(()=>{"use strict";iie();oie();cie();hie();vM();die();mie();yie();xie();Tie();kie();Eie();Aie();Die();Lie();Mie();Oie();Bie(); $ ie();Gie();qie();Wie();Yie();Xie();Qie();Jie();tae();nae();aae();oae();cae();hae();dae();mae();yae();xae();Tae();kae();Eae();Aae();Dae();Lae();Mae();Oae();Bae(); $ ae();Gae();qae();Wae();Yae();Xae();Qae();Jae();tse();nse();ase();sse();use();fse();pse();gse();vse();bse();wse();IFe=[{semanticName:"Process",name:"Rectangle",shortName:"rect",description:"Standard process shape",aliases:["proc","process","rectangle"],internalAliases:["squareRect"],handler:_ae},{semanticName:"Event",name:"Rounded Rectangle",shortName:"rounded",description:"Represents an event",aliases:["event"],internalAliases:["roundedRect"],handler:wae},{semanticName:"Terminal Point",name:"Stadium",shortName:"stadium",description:"Terminal point",aliases:["terminal","pill"],handler:Rae},{semanticName:"Subprocess",name:"Framed Rectangle",shortName:"fr-rect",description:"Subprocess",aliases:["subprocess","subproc","framed-rectangle","subroutine"],handler:Fae},{semanticName:"Database",name:"Cylinder",shortName:"cyl",description:"Database storage",aliases:["db","database","cylinder"],handler:wie},{semanticName:"Start",name:"Circle",shortName:"circle",description:"Starting point",aliases:["circ"],handler:Vk},{semanticName:"Bang",name:"Bang",shortName:"bang",description:"Bang",aliases:["bang"],handler:mse},{semanticName:"Cloud",name:"Cloud",shortName:"cloud",description:"cloud",aliases:["cloud"],handler:yse},{semanticName:"Decision",name:"Diamond",shortName:"diam",description:"Decision-making step",aliases:["decision","diamond","question"],handler:gae},{semanticName:"Prepare Conditional",name:"Hexagon",shortName:"hex",description:"Preparation or condition step",aliases:["hexagon","prepare"],handler:Pie},{semanticName:"Data Input/Output",name:"Lean Right",shortName:"lean-r",description:"Represents input or output",aliases:["lean-right","in-out"],internalAliases:["lean_right"],handler:rae},{semanticName:"Data Input/Output",name:"Lean Left",shortName:"lean-l",description:"Represents output or input",aliases:["lean-left","out-in"],internalAliases:["lean_left"],handler:eae},{semanticName:"Priority Action",name:"Trapezoid Base Bottom",shortName:"trap-b",description:"Priority action",aliases:["priority","trapezoid-bottom","trapezoid"],handler:jae},{semanticName:"Manual Operation",name:"Trapezoid Base Top",shortName:"trap-t",description:"Represents a manual task",aliases:["manual","trapezoid-top","inv-trapezoid"],internalAliases:["inv_trapezoid"],handler:Kie},{semanticName:"Stop",name:"Double Circle",shortName:"dbl-circ",description:"Represents a stop point",aliases:["double-circle"],internalAliases:["doublecircle"],handler:Cie},{semanticName:"Text Block",name:"Text Block",shortName:"text",description:"Text block",handler:Uae},{semanticName:"Card",name:"Notched Rectangle",shortName:"notch-rect",description:"Represents a card",aliases:["card","notched-rectangle"],handler:lie},{semanticName:"Lined/Shaded Process",name:"Lined Rectangle",shortName:"lin-rect",description:"Lined process shape",aliases:["lined-rectangle","lined-process","lin-proc","shaded-process"],handler:Sae},{semanticName:"Start",name:"Small Circle",shortName:"sm-circ",description:"Small starting point",aliases:["start","small-circle"],internalAliases:["stateStart"],handler:Pae},{semanticName:"Stop",name:"Framed Circle",shortName:
2026-02-13 14:04:06 -07:00
` )?m=u+ `
` :m= ` {
` +u+ `
2026-03-01 01:45:57 +00:00
} ` ,h=Wf(m,{schema:Uf})}let f=this.edges.find(m=>m.id===e);if(f){let m=h;m?.animate!==void 0&&(f.animate=m.animate),m?.animation!==void 0&&(f.animation=m.animation),m?.curve!==void 0&&(f.interpolate=m.curve);return}let d,p=this.vertices.get(e);if(p===void 0&&(p={id:e,labelType:"text",domId:PFe+e+"-"+this.vertexCounter,styles:[],classes:[]},this.vertices.set(e,p)),this.vertexCounter++,r!==void 0?(this.config=xe(),d=this.sanitizeText(r.text.trim()),p.labelType=r.type,d.startsWith('"')&&d.endsWith('"')&&(d=d.substring(1,d.length-1)),p.text=d):p.text===void 0&&(p.text=e),n!==void 0&&(p.type=n),i?.forEach(m=>{p.styles.push(m)}),a?.forEach(m=>{p.classes.push(m)}),s!==void 0&&(p.dir=s),p.props===void 0?p.props=l:l!==void 0&&Object.assign(p.props,l),h!==void 0){if(h.shape){if(h.shape!==h.shape.toLowerCase()||h.shape.includes("_"))throw new Error( ` No such shape : $ { h . shape } . Shape names should be lowercase . ` );if(!kse(h.shape))throw new Error( ` No such shape : $ { h . shape } . ` );p.type=h?.shape}h?.label&&(p.text=h?.label),h?.icon&&(p.icon=h?.icon,!h.label?.trim()&&p.text===e&&(p.text="")),h?.form&&(p.form=h?.form),h?.pos&&(p.pos=h?.pos),h?.img&&(p.img=h?.img,!h.label?.trim()&&p.text===e&&(p.text="")),h?.constraint&&(p.constraint=h.constraint),h.w&&(p.assetWidth=Number(h.w)),h.h&&(p.assetHeight=Number(h.h))}}addSingleLink(e,r,n,i){let l={start:e,end:r,type:void 0,text:"",labelType:"text",classes:[],isUserDefinedId:!1,interpolate:this.edges.defaultInterpolate};X.info("abc78 Got edge...",l);let u=n.text;if(u!==void 0&&(l.text=this.sanitizeText(u.text.trim()),l.text.startsWith('"')&&l.text.endsWith('"')&&(l.text=l.text.substring(1,l.text.length-1)),l.labelType=u.type),n!==void 0&&(l.type=n.type,l.stroke=n.stroke,l.length=n.length>10?10:n.length),i&&!this.edges.some(h=>h.id===i))l.id=i,l.isUserDefinedId=!0;else{let h=this.edges.filter(f=>f.start===l.start&&f.end===l.end);h.length===0?l.id=nu(l.start,l.end,{counter:0,prefix:"L"}):l.id=nu(l.start,l.end,{counter:h.length+1,prefix:"L"})}if(this.edges.length<(this.config.maxEdges??500))X.info("Pushing edge..."),this.edges.push(l);else throw new Error( ` Edge limit exceeded . $ { this . edges . length } edges found , but the limit is $ { this . config . maxEdges } .
2026-02-13 14:04:06 -07:00
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 .
2026-03-01 01:45:57 +00:00
You have to call mermaid . initialize . ` )}isLinkData(e){return e!==null&&typeof e=="object"&&"id"in e&&typeof e.id=="string"}addLink(e,r,n){let i=this.isLinkData(n)?n.id.replace("@",""):void 0;X.info("addLink",e,r,i);for(let a of e)for(let s of r){let l=a===e[e.length-1],u=s===r[0];l&&u?this.addSingleLink(a,s,n,i):this.addSingleLink(a,s,n,void 0)}}updateLinkInterpolate(e,r){e.forEach(n=>{n==="default"?this.edges.defaultInterpolate=r:this.edges[n].interpolate=r})}updateLink(e,r){e.forEach(n=>{if(typeof n=="number"&&n>=this.edges.length)throw new Error( ` The index $ { n } for linkStyle is out of bounds . Valid indices for linkStyle are between 0 and $ { this . edges . length - 1 } . ( Help : Ensure that the index is within the range of existing edges . ) ` );n==="default"?this.edges.defaultStyle=r:(this.edges[n].style=r,(this.edges[n]?.style?.length??0)>0&&!this.edges[n]?.style?.some(i=>i?.startsWith("fill"))&&this.edges[n]?.style?.push("fill:none"))})}addClass(e,r){let n=r.join().replace(/ \\ ,/g," \x A7 \x A7 \x A7").replace(/,/g,";").replace(/§§§/g,",").split(";");e.split(",").forEach(i=>{let a=this.classes.get(i);a===void 0&&(a={id:i,styles:[],textStyles:[]},this.classes.set(i,a)),n?.forEach(s=>{if(/color/.exec(s)){let l=s.replace("fill","bgFill");a.textStyles.push(l)}a.styles.push(s)})})}setDirection(e){this.direction=e.trim(),/.*</.exec(this.direction)&&(this.direction="RL"),/.* \^ /.exec(this.direction)&&(this.direction="BT"),/.*>/.exec(this.direction)&&(this.direction="LR"),/.*v/.exec(this.direction)&&(this.direction="TB"),this.direction==="TD"&&(this.direction="TB")}setClass(e,r){for(let n of e.split(",")){let i=this.vertices.get(n);i&&i.classes.push(r);let a=this.edges.find(l=>l.id===n);a&&a.classes.push(r);let s=this.subGraphLookup.get(n);s&&s.classes.push(r)}}setTooltip(e,r){if(r!==void 0){r=this.sanitizeText(r);for(let n of e.split(","))this.tooltips.set(this.version==="gen-1"?this.lookUpDomId(n):n,r)}}setClickFun(e,r,n){let i=this.lookUpDomId(e);if(xe().securityLevel!=="loose"||r===void 0)return;let a=[];if(typeof n=="string"){a=n.split(/,(?=(?:(?:[^"]*"){2})*[^"]* $ )/);for(let l=0;l<a.length;l++){let u=a[l].trim();u.startsWith('"')&&u.endsWith('"')&&(u=u.substr(1,u.length-2)),a[l]=u}}a.length===0&&a.push(e);let s=this.vertices.get(e);s&&(s.haveCallback=!0,this.funs.push(()=>{let l=document.querySelector( ` [ id = "${i}" ] ` );l!==null&&l.addEventListener("click",()=>{jt.runFunc(r,...a)},!1)}))}setLink(e,r,n){e.split(",").forEach(i=>{let a=this.vertices.get(i);a!==void 0&&(a.link=jt.formatUrl(r,this.config),a.linkTarget=n)}),this.setClass(e,"clickable")}getTooltip(e){return this.tooltips.get(e)}setClickEvent(e,r,n){e.split(",").forEach(i=>{this.setClickFun(i,r,n)}),this.setClass(e,"clickable")}bindFunctions(e){this.funs.forEach(r=>{r(e)})}getDirection(){return this.direction?.trim()}getVertices(){return this.vertices}getEdges(){return this.edges}getClasses(){return this.classes}setupToolTips(e){let r=He(".mermaidTooltip");(r._groups||r)[0][0]===null&&(r=He("body").append("div").attr("class","mermaidTooltip").style("opacity",0)),He(e).select("svg").selectAll("g.node").on("mouseover",a=>{let s=He(a.currentTarget);if(s.attr("title")===null)return;let u=a.currentTarget?.getBoundingClientRect();r.transition().duration(200).style("opacity",".9"),r.text(s.attr("title")).style("left",window.scrollX+u.left+(u.right-u.left)/2+"px").style("top",window.scrollY+u.bottom+"px"),r.html(r.html().replace(/<br \/ >/g,"<br/>")),s.classed("hover",!0)}).on("mouseout",a=>{r.transition().duration(500).style("opacity",0),He(a.currentTarget).classed("hover",!1)})}clear(e="gen-2"){this.vertices=new Map,this.classes=new Map,this.edges=[],this.funs=[this.setupToolTips.bind(this)],this.subGraphs=[],this.subGraphLookup=new Map,this.subCount=0,this.tooltips=new Map,this.firstGraphFlag=!0,this.version=e,this.config=xe(),Mr()}setGen(e){this.version=e||"gen-2"}defaultStyle(){return"fill:#ffa;stroke: #f66; stroke-width: 3px; stroke-dasharray: 5, 5;fill:#ffa;stroke: #666;"}addSubGraph(e,r,n){let i=e.text.trim(),a=n.text;e===n&&/ \s /.exec(n.text)&&(i=void 0);let l=o(p=>{let m={bool
2026-02-13 14:04:06 -07:00
outsidePoint : $ { JSON . stringify ( e ) }
insidePoint : $ { JSON . stringify ( r ) }
2026-03-01 01:45:57 +00:00
node : x : $ { t . x } y : $ { t . y } w : $ { t . width } h : $ { t . height } ` );let n=t.x,i=t.y,a=Math.abs(n-r.x),s=t.width/2,l=r.x<e.x?s-a:s+a,u=t.height/2,h=Math.abs(e.y-r.y),f=Math.abs(e.x-r.x);if(Math.abs(i-e.y)*s>Math.abs(n-e.x)*u){let d=r.y<e.y?e.y-u-i:i-u-e.y;l=f*d/h;let p={x:r.x<e.x?r.x+l:r.x-f+l,y:r.y<e.y?r.y+h-d:r.y-h+d};return l===0&&(p.x=e.x,p.y=e.y),f===0&&(p.x=e.x),h===0&&(p.y=e.y),X.debug( ` abc89 top / bottom calc , Q $ { h } , q $ { d } , R $ { f } , r $ { l } ` ,p),p}else{r.x<e.x?l=e.x-s-n:l=n-s-e.x;let d=h*l/f,p=r.x<e.x?r.x+f-l:r.x-f+l,m=r.y<e.y?r.y+d:r.y-d;return X.debug( ` sides calc abc89 , Q $ { h } , q $ { d } , R $ { f } , r $ { l } ` ,{_x:p,_y:m}),l===0&&(p=e.x,m=e.y),f===0&&(p=e.x),h===0&&(m=e.y),{x:p,y:m}}},"intersection"),Lse=o((t,e)=>{X.warn("abc88 cutPathAtIntersect",t,e);let r=[],n=t[0],i=!1;return t.forEach(a=>{if(X.info("abc88 checking point",a,e),!UFe(e,a)&&!i){let s=WFe(e,n,a);X.debug("abc88 inside",a,n,s),X.debug("abc88 intersection",s,e);let l=!1;r.forEach(u=>{l=l||u.x===s.x&&u.y===s.y}),r.some(u=>u.x===s.x&&u.y===s.y)?X.warn("abc88 no intersect",s,r):r.push(s),i=!0}else X.warn("abc88 outside",a,n),n=a,i||r.push(a)}),X.debug("returning points",r),r},"cutPathAtIntersect");o(HFe,"extractCornerPoints");Nse=o(function(t,e,r){let n=e.x-t.x,i=e.y-t.y,a=Math.sqrt(n*n+i*i),s=r/a;return{x:e.x-s*n,y:e.y-s*i}},"findAdjacentPoint"),YFe=o(function(t){let{cornerPointPositions:e}=HFe(t),r=[];for(let n=0;n<t.length;n++)if(e.includes(n)){let i=t[n-1],a=t[n+1],s=t[n],l=Nse(i,s,5),u=Nse(a,s,5),h=u.x-l.x,f=u.y-l.y;r.push(l);let d=Math.sqrt(2)*2,p={x:s.x,y:s.y};if(Math.abs(a.x-i.x)>10&&Math.abs(a.y-i.y)>=10){X.debug("Corner point fixing",Math.abs(a.x-i.x),Math.abs(a.y-i.y));let m=5;s.x===l.x?p={x:h<0?l.x-m+d:l.x+m-d,y:f<0?l.y-d:l.y+d}:p={x:h<0?l.x-d:l.x+d,y:f<0?l.y-m+d:l.y+m-d}}else X.debug("Corner point skipping fixing",Math.abs(a.x-i.x),Math.abs(a.y-i.y));r.push(p,u)}else r.push(t[n]);return r},"fixCorners"),jFe=o((t,e,r)=>{let n=t-e-r,i=2,a=2,s=i+a,l=Math.floor(n/s),u=Array(l).fill( ` $ { i } $ { a } ` ).join(" ");return ` 0 $ { e } $ { u } $ { r } ` },"generateDashArray"),tS=o(function(t,e,r,n,i,a,s,l=!1){let{handDrawnSeed:u}=xe(),h=e.points,f=!1,d=i;var p=a;let m=[];for(let _ in e.cssCompiledStyles)Zx(_)||m.push(e.cssCompiledStyles[_]);X.debug("UIO intersect check",e.points,p.x,d.x),p.intersect&&d.intersect&&!l&&(h=h.slice(1,e.points.length-1),h.unshift(d.intersect(h[0])),X.debug("Last point UIO",e.start,"-->",e.end,h[h.length-1],p,p.intersect(h[h.length-1])),h.push(p.intersect(h[h.length-1])));let g=btoa(JSON.stringify(h));e.toCluster&&(X.info("to cluster abc88",r.get(e.toCluster)),h=Lse(e.points,r.get(e.toCluster).node),f=!0),e.fromCluster&&(X.debug("from cluster abc88",r.get(e.fromCluster),JSON.stringify(h,null,2)),h=Lse(h.reverse(),r.get(e.fromCluster).node).reverse(),f=!0);let y=h.filter(_=>!Number.isNaN(_.y));y=YFe(y);let v=cl;switch(v=mh,e.curve){case"linear":v=mh;break;case"basis":v=cl;break;case"cardinal":v=yx;break;case"bumpX":v=fx;break;case"bumpY":v=dx;break;case"catmullRom":v=bx;break;case"monotoneX":v=Tx;break;case"monotoneY":v=wx;break;case"natural":v=Pg;break;case"step":v=Bg;break;case"stepAfter":v=Sx;break;case"stepBefore":v=kx;break;default:v=cl}let{x,y:b}=Xk(e),T=ac().x(x).y(b).curve(v),E;switch(e.thickness){case"normal":E="edge-thickness-normal";break;case"thick":E="edge-thickness-thick";break;case"invisible":E="edge-thickness-invisible";break;default:E="edge-thickness-normal"}switch(e.pattern){case"solid":E+=" edge-pattern-solid";break;case"dotted":E+=" edge-pattern-dotted";break;case"dashed":E+=" edge-pattern-dashed";break;default:E+=" edge-pattern-solid"}let w,k=e.curve==="rounded"?XFe(KFe(y,e),5):T(y),C=Array.isArray(e.style)?e.style:[e.style],D=C.find(_=>_?.startsWith("stroke:")),R=!1;if(e.look==="handDrawn"){let _=Je.svg(t);Object.assign([],y);let N=_.path(k,{roughness:.3,seed:u});E+=" transition",w=He(N).select("path").attr("id",e.id).attr("class"," "+E+(e.classes?" "+e.classes:"")).attr("style",C?C.reduce((P,B)=>P+";"+B,""):"");let M=w.attr("d");w.attr("d",M),t.node().appendChild(w.node())}else{let _=m.join(";"),N=C?C.reduce((V,K)=>V+K+";",""):"",M=""
2026-02-13 14:04:06 -07:00
L20 , 10
M20 , 10
2026-03-01 01:45:57 +00:00
L0 , 20 ` )},"requirement_arrow"),f $ e=o((t,e,r)=>{let n=t.append("defs").append("marker").attr("id",r+"_"+e+"-requirement_containsStart").attr("refX",0).attr("refY",10).attr("markerWidth",20).attr("markerHeight",20).attr("orient","auto").append("g");n.append("circle").attr("cx",10).attr("cy",10).attr("r",9).attr("fill","none"),n.append("line").attr("x1",1).attr("x2",19).attr("y1",10).attr("y2",10),n.append("line").attr("y1",1).attr("y2",19).attr("x1",10).attr("x2",10)},"requirement_contains"),d $ e={extension:ZFe,composition:JFe,aggregation:e $ e,dependency:t $ e,lollipop:r $ e,point:n $ e,circle:i $ e,cross:a $ e,barb:s $ e,only_one:o $ e,zero_or_one:l $ e,one_or_more:c $ e,zero_or_more:u $ e,requirement_arrow:h $ e,requirement_contains:f $ e},rS=QFe});async function c1(t,e,r){let n,i;e.shape==="rect"&&(e.rx&&e.ry?e.shape="roundedRect":e.shape="squareRect");let a=e.shape?bM[e.shape]:void 0;if(!a)throw new Error( ` No such shape : $ { e . shape } . Please check your syntax . ` );if(e.link){let s;r.config.securityLevel==="sandbox"?s="_top":e.linkTarget&&(s=e.linkTarget||"_blank"),n=t.insert("svg:a").attr("xlink:href",e.link).attr("target",s??null),i=await a(n,e,r)}else i=await a(t,e,r),n=i;return e.tooltip&&i.attr("title",e.tooltip),nS.set(e.id,n),e.haveCallback&&n.attr("class",n.attr("class")+" clickable"),n}var nS,Ose,Pse,sb,iS=I(()=>{"use strict";gt();TM();nS=new Map;o(c1,"insertNode");Ose=o((t,e)=>{nS.set(e.id,t)},"setNodeElem"),Pse=o(()=>{nS.clear()},"clear"),sb=o(t=>{let e=nS.get(t.id);X.trace("Transforming node",t.diff,t,"translate("+(t.x-t.width/2-5)+", "+t.width/2+")");let r=8,n=t.diff||0;return t.clusterNode?e.attr("transform","translate("+(t.x+n-t.width/2)+", "+(t.y-t.height/2-r)+")"):e.attr("transform","translate("+t.x+", "+t.y+")"),n},"positionNode")});var Bse,Fse=I(()=>{"use strict";ti();wr();gt();Yk();SM();EM();iS();Bt();sr();Bse={common:nt,getConfig:tr,insertCluster:l1,insertEdge:tS,insertEdgeLabel:Jk,insertMarkers:rS,insertNode:c1,interpolateToCurve:dN,labelHelper:ft,log:X,positionEdgeLabel:eS}});function m $ e(t){return typeof t=="symbol"||gi(t)&&Ma(t)==p $ e}var p $ e,Fo,v0=I(()=>{"use strict";yh();fl();p $ e="[object Symbol]";o(m $ e,"isSymbol");Fo=m $ e});function g $ e(t,e){for(var r=-1,n=t==null?0:t.length,i=Array(n);++r<n;)i[r]=e(t[r],r,t);return i}var oo,x0=I(()=>{"use strict";o(g $ e,"arrayMap");oo=g $ e});function Gse(t){if(typeof t=="string")return t;if(zt(t))return oo(t,Gse)+"";if(Fo(t))return zse?zse.call(t):"";var e=t+"";return e=="0"&&1/t==-y $ e?"-0":e}var y $ e, $ se,zse,Vse,qse=I(()=>{"use strict";r0();x0();ni();v0();y $ e=1/0, $ se=da?da.prototype:void 0,zse= $ se? $ se.toString:void 0;o(Gse,"baseToString");Vse=Gse});function x $ e(t){for(var e=t.length;e--&&v $ e.test(t.charAt(e)););return e}var v $ e,Use,Wse=I(()=>{"use strict";v $ e=/ \s /;o(x $ e,"trimmedEndIndex");Use=x $ e});function T $ e(t){return t&&t.slice(0,Use(t)+1).replace(b $ e,"")}var b $ e,Hse,Yse=I(()=>{"use strict";Wse();b $ e=/^ \s +/;o(T $ e,"baseTrim");Hse=T $ e});function C $ e(t){if(typeof t=="number")return t;if(Fo(t))return jse;if(In(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=In(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=Hse(t);var r=k $ e.test(t);return r||S $ e.test(t)?E $ e(t.slice(2),r?2:8):w $ e.test(t)?jse:+t}var jse,w $ e,k $ e,S $ e,E $ e,Xse,Kse=I(()=>{"use strict";Yse();Oo();v0();jse=NaN,w $ e=/^[-+]0x[0-9a-f]+ $ /i,k $ e=/^0b[01]+ $ /i,S $ e=/^0o[0-7]+ $ /i,E $ e=parseInt;o(C $ e,"toNumber");Xse=C $ e});function _ $ e(t){if(!t)return t===0?t:0;if(t=Xse(t),t===Qse||t===-Qse){var e=t<0?-1:1;return e*A $ e}return t===t?t:0}var Qse,A $ e,u1,CM=I(()=>{"use strict";Kse();Qse=1/0,A $ e=17976931348623157e292;o(_ $ e,"toFinite");u1=_ $ e});function D $ e(t){var e=u1(t),r=e%1;return e===e?r?e-r:e:0}var lu,h1=I(()=>{"use strict";CM();o(D $ e,"toInteger");lu=D $ e});var R $ e,aS,Zse=I(()=>{"use strict";Mf();ul();R $ e=Zs(Ei,"WeakMap"),aS=R $ e});function L $ e(){}var yi,AM=I(()=>{"use strict";o(L $ e,"noop");yi=L $ e});function N $ e(t,e){for(var r=-1,n=t==null?0:t.length;++r<n&&e(t[r],r,t)!==!1;);return t}var sS,_M=I(()=>{"use strict";o(N $ e,"arrayEach");sS=N $ e});function M $ e(t,e,r,n){for(var i=t.length,a=r+(n?1:-1);n?a--:++a<i;)if(e(t[a],a,t))return a;r
2026-02-13 14:04:06 -07:00
Node . id = ` ,y, `
data = ` ,x.height, `
2026-03-01 01:45:57 +00:00
Parent cluster ` ,i.height),e.setNode(i.id,x),e.parent(y)||(X.trace("Setting parent",y,i.id),e.setParent(y,i.id,x))}if(X.info("(Insert) Node XXX"+y+": "+JSON.stringify(e.node(y))),v?.clusterNode){X.info("Cluster identified XBX",y,v.width,e.node(y));let{ranksep:x,nodesep:b}=e.graph();v.graph.setGraph({...v.graph.graph(),ranksep:x+25,nodesep:b});let T=await gfe(d,v.graph,r,n,e.node(y),a),E=T.elem;Ze(v,E),v.diff=T.diff||0,X.info("New compound node after recursive render XAX",y,"width",v.width,"height",v.height),Ose(E,v)}else e.children(y).length>0?(X.trace("Cluster - the non recursive path XBX",y,v.id,v,v.width,"Graph:",e),X.trace(D1(v.id,e)),Lr.set(v.id,{id:D1(v.id,e),node:v})):(X.trace("Node - the non recursive path XAX",y,d,e.node(y),s),await c1(d,e.node(y),{config:a,dir:s}))})),await o(async()=>{let y=e.edges().map(async function(v){let x=e.edge(v.v,v.w,v.name);X.info("Edge "+v.v+" -> "+v.w+": "+JSON.stringify(v)),X.info("Edge "+v.v+" -> "+v.w+": ",v," ",JSON.stringify(e.edge(v))),X.info("Fix",Lr,"ids:",v.v,v.w,"Translating: ",Lr.get(v.v),Lr.get(v.w)),await Jk(f,x)});await Promise.all(y)},"processEdges")(),X.info("Graph before layout:",JSON.stringify(kl(e))),X.info("############################################# XXX"),X.info("### Layout ### XXX"),X.info("############################################# XXX"),pb(e),X.info("Graph after layout:",JSON.stringify(kl(e)));let m=0,{subGraphTitleTotalMargin:g}=Eh(a);return await Promise.all(pfe(e).map(async function(y){let v=e.node(y);if(X.info("Position XBX => "+y+": ("+v.x,","+v.y,") width: ",v.width," height: ",v.height),v?.clusterNode)v.y+=g,X.info("A tainted cluster node XBX1",y,v.id,v.width,v.height,v.x,v.y,e.parent(y)),Lr.get(v.id).node=v,sb(v);else if(e.children(y).length>0){X.info("A pure cluster node XBX1",y,v.id,v.x,v.y,v.width,v.height,e.parent(y)),v.height+=g,e.node(v.parentId);let x=v?.padding/2||0,b=v?.labelBBox?.height||0,T=b-x||0;X.debug("OffsetY",T,"labelHeight",b,"halfPadding",x),await l1(u,v),Lr.get(v.id).node=v}else{let x=e.node(v.parentId);v.y+=g/2,X.info("A regular node XBX1 - using the padding",v.id,"parent",v.parentId,v.width,v.height,v.x,v.y,"offsetY",v.offsetY,"parent",x,x?.offsetY,v),sb(v)}})),e.edges().forEach(function(y){let v=e.edge(y);X.info("Edge "+y.v+" -> "+y.w+": "+JSON.stringify(v),v),v.points.forEach(E=>E.y+=g/2);let x=e.node(y.v);var b=e.node(y.w);let T=tS(h,v,Lr,r,x,b,n);eS(v,T)}),e.nodes().forEach(function(y){let v=e.node(y);X.info(y,v.type,v.diff),v.isGroup&&(m=v.diff)}),X.warn("Returning from recursive render XAX",l,m),{elem:l,diff:m}},"recursiveRender"),kHe=o(async(t,e)=>{let r=new vn({multigraph:!0,compound:!0}).setGraph({rankdir:t.direction,nodesep:t.config?.nodeSpacing||t.config?.flowchart?.nodeSpacing||t.nodeSpacing,ranksep:t.config?.rankSpacing||t.config?.flowchart?.rankSpacing||t.rankSpacing,marginx:8,marginy:8}).setDefaultEdgeLabel(function(){return{}}),n=e.select("g");rS(n,t.markers,t.type,t.diagramId),Pse(),Ise(),Ase(),lfe(),t.nodes.forEach(a=>{r.setNode(a.id,{...a}),a.parentId&&r.setParent(a.id,a.parentId)}),X.debug("Edges:",t.edges),t.edges.forEach(a=>{if(a.start===a.end){let s=a.start,l=s+"---"+s+"---1",u=s+"---"+s+"---2",h=r.node(s);r.setNode(l,{domId:l,id:l,parentId:h.parentId,labelStyle:"",label:"",padding:0,shape:"labelRect",style:"",width:10,height:10}),r.setParent(l,h.parentId),r.setNode(u,{domId:u,id:u,parentId:h.parentId,labelStyle:"",padding:0,shape:"labelRect",label:"",style:"",width:10,height:10}),r.setParent(u,h.parentId);let f=structuredClone(a),d=structuredClone(a),p=structuredClone(a);f.label="",f.arrowTypeEnd="none",f.id=s+"-cyclic-special-1",d.arrowTypeStart="none",d.arrowTypeEnd="none",d.id=s+"-cyclic-special-mid",p.label="",h.isGroup&&(f.fromCluster=s,p.toCluster=s),p.id=s+"-cyclic-special-2",p.arrowTypeStart="none",r.setEdge(s,l,f,s+"-cyclic-special-0"),r.setEdge(l,u,d,s+"-cyclic-special-1"),r.setEdge(u,s,p,s+"-cyc<lic-special-2")}else r.setEdge(a.start,a.end,{...a},a.id)}),X.warn("Graph at first:",JSON.stringify(kl(r))),hfe(r),X.warn("Graph after XAX:",JSON.stringify(kl(r)));le
In order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ` )}var a,s=!0,l=!1;return{s:o(function(){r=r.call(t)},"s"),n:o(function(){var u=r.next();return s=u.done,u},"n"),e:o(function(u){l=!0,a=u},"e"),f:o(function(){try{s||r.return==null||r.return()}finally{if(l)throw a}},"f")}}function Ype(t,e,r){return(e=jpe(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function AHe(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function _He(t,e){var r=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(r!=null){var n,i,a,s,l=[],u=!0,h=!1;try{if(a=(r=r.call(t)).next,e===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(l.push(n.value),l.length!==e);u=!0);}catch(f){h=!0,i=f}finally{try{if(!u&&r.return!=null&&(s=r.return(),Object(s)!==s))return}finally{if(h)throw i}}return l}}function DHe(){throw new TypeError( ` Invalid attempt to destructure non - iterable instance .
In order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ` )}function RHe(){throw new TypeError( ` Invalid attempt to spread non - iterable instance .
In order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ` )}function Vi(t,e){return SHe(t)||_He(t,e)||FP(t,e)||DHe()}function NE(t){return EHe(t)||AHe(t)||FP(t)||RHe()}function LHe(t,e){if(typeof t!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}function jpe(t){var e=LHe(t,"string");return typeof e=="symbol"?e:e+""}function ea(t){"@babel/helpers - typeof";return ea=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},ea(t)}function FP(t,e){if(t){if(typeof t=="string")return vP(t,e);var r={}.toString.call(t).slice(8,-1);return r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set"?Array.from(t):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array $ /.test(r)?vP(t,e):void 0}}function zb(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Gb(){if(Tfe)return VI;Tfe=1;function t(e){var r=typeof e;return e!=null&&(r=="object"||r=="function")}return o(t,"isObject"),VI=t,VI}function eYe(){if(wfe)return qI;wfe=1;var t=typeof lE=="object"&&lE&&lE.Object===Object&≦return qI=t,qI}function YE(){if(kfe)return UI;kfe=1;var t=eYe(),e=typeof self=="object"&&self&&self.Object===Object&&self,r=t||e||Function("return this")();return UI=r,UI}function tYe(){if(Sfe)return WI;Sfe=1;var t=YE(),e=o(function(){return t.Date.now()},"now");return WI=e,WI}function rYe(){if(Efe)return HI;Efe=1;var t=/ \s /;function e(r){for(var n=r.length;n--&&t.test(r.charAt(n)););return n}return o(e,"trimmedEndIndex"),HI=e,HI}function nYe(){if(Cfe)return YI;Cfe=1;var t=rYe(),e=/^ \s +/;function r(n){return n&&n.slice(0,t(n)+1).replace(e,"")}return o(r,"baseTrim"),YI=r,YI}function GP(){if(Afe)return jI;Afe=1;var t=YE(),e=t.Symbol;return jI=e,jI}function iYe(){if(_fe)return XI;_fe=1;var t=GP(),e=Object.prototype,r=e.hasOwnProperty,n=e.toString,i=t?t.toStringTag:void 0;function a(s){var l=r.call(s,i),u=s[i];try{s[i]=void 0;var h=!0}catch{}var f=n.call(s);return h&&(l?s[i]=u:delete s[i]),f}return o(a,"getRawTag"),XI=a,XI}function aYe(){if(Dfe)return KI;Dfe=1;var t=Object.prototype,e=t.toString;function r(n){return e.call(n)}return o(r,"objectToString"),KI=r,KI}function n0e(){if(Rfe)return QI;Rfe=1;var t=GP(),e=iYe(),r=aYe(),n="[object Null]",i="[object Undefined]",a=t?t.toStringTag:void 0;function s(l){return l==null?l===void 0?i:n:a&&a in Object(l)?e(l):r(l)}return o(s,"baseGetTag"),QI=s,QI}function sYe(){if(Lfe)return ZI;Lfe=1;function t(e){return e!=null&&typeof e=="object"}return o(t,"isObjectLike"),ZI=t,ZI}function Vb(){if(Nfe)return JI;Nfe=1;var t=n0e(),e=sYe(),r="[object Symbol]";function n(i){return typeof i=="symbol"||e(i)&&t(i)==r}return o(n,"isSymbol"),JI=n,JI}function oYe(){if(Mfe)return eO;Mfe=1;var t=nYe(),e=Gb(),r=Vb(),n=NaN,i=/^[-+]0x[0-9a-f]+ $ /i,a=/^0b[01]+ $ /i,s=/^0o[0-7]+ $ /i,l=parseInt;function u(h){if(typeof h=="number")return h;if(r(h))return n;if(e(h)){var f=typeof h.valueOf=="function"?h.valueOf():h;h=e(f)?f+"":f}if(typeof h!="string")return h===0?h:+h;h=t(h);var d=a.test(h);return d||s.test(h)?l(h.slice(2),d?2:8):i.test(h)?n:+h}return o(u,"toNumber"),eO=u,eO}function lYe(){if(Ife)return tO;Ife=1;var t=Gb(),e=tYe(),r=oYe(),n="Expected a function",i=Math.max,a=Math.min;function s(l,u,h){var f,d,p,m,g,y,v=0,x=!1,b=!1,T=!0;if(typeof l!="function")throw new TypeError(n);u=r(u)||0,t(h)&&(x=!!h.leading,b="maxWait"in h,p=b?i(r(h.maxWait)||0,u):p,T="trailing"in h?!!h.trailing:T);function E(A){var _=f,N=d;return f=d=void 0,v=A,m=l.apply(N,_),m}o(E,"invokeFunc");function w(A){return v=A,g=setTimeout(D,u),x?E(A):m}o(w,"leadingEdge");function k(A){var _=A-y,N=A-v,M=u-_;return b?a(M,p-N):M}o(k,"remainingWait");function C(A){var _=A-y,N=A-v;return y===void 0||_>=u||_<0||b&&N>=p}o(C,"shouldInvoke");function D(){var A=e();if(C(A))return R(A);g=setTimeout(D,k(A))}o(D,"timerExpire
` ),d=t.pstyle("text-max-width").pfValue,p=t.pstyle("text-overflow-wrap").value,m=p==="anywhere",g=[],y=/[ \s \u 200b]+| $ /g,v=0;v<f.length;v++){var x=f[v],b=this.calculateLabelDimensions(t,x),T=b.width;if(m){var E=x.split("").join(h);x=E}if(T>d){var w=x.matchAll(y),k="",C=0,D=po(w),R;try{for(D.s();!(R=D.n()).done;){var O=R.value,L=O[0],S=x.substring(C,O.index);C=O.index+L.length;var A=k.length===0?S:k+S+L,_=this.calculateLabelDimensions(t,A),N=_.width;N<=d?k+=S+L:(k&&g.push(k),k=S+L)}}catch(V){D.e(V)}finally{D.f()}k.match(/^[ \s \u 200b]+ $ /)||g.push(k)}else g.push(x)}s("labelWrapCachedLines",g),i=s("labelWrapCachedText",g.join( `
` )),s("labelWrapKey",u)}else if(l==="ellipsis"){var M=t.pstyle("text-max-width").pfValue,P="",B=" \u 2026",F=!1;if(this.calculateLabelDimensions(t,i).width<M)return i;for(var G=0;G<i.length;G++){var $ =this.calculateLabelDimensions(t,P+i[G]+B).width;if( $ >M)break;P+=i[G],G===i.length-1&&(F=!0)}return F||(P+=B),P}return i};Tu.getLabelJustification=function(t){var e=t.pstyle("text-justification").strValue,r=t.pstyle("text-halign").strValue;if(e==="auto")if(t.isNode())switch(r){case"left":return"right";case"right":return"left";default:return"center"}else return"center";else return e};Tu.calculateLabelDimensions=function(t,e){var r=this,n=r.cy.window(),i=n.document,a=0,s=t.pstyle("font-style").strValue,l=t.pstyle("font-size").pfValue,u=t.pstyle("font-family").strValue,h=t.pstyle("font-weight").strValue,f=this.labelCalcCanvas,d=this.labelCalcCanvasContext;if(!f){f=this.labelCalcCanvas=i.createElement("canvas"),d=this.labelCalcCanvasContext=f.getContext("2d");var p=f.style;p.position="absolute",p.left="-9999px",p.top="-9999px",p.zIndex="-1",p.visibility="hidden",p.pointerEvents="none"}d.font="".concat(s," ").concat(h," ").concat(l,"px ").concat(u);for(var m=0,g=0,y=e.split( `
` ),v=0;v<y.length;v++){var x=y[v],b=d.measureText(x),T=Math.ceil(b.width),E=l;m=Math.max(T,m),g+=E}return m+=a,g+=a,{width:m,height:g}};Tu.calculateLabelAngle=function(t,e){var r=t._private,n=r.rscratch,i=t.isEdge(),a=e?e+"-":"",s=t.pstyle(a+"text-rotation"),l=s.strValue;return l==="none"?0:i&&l==="autorotate"?n.labelAutoAngle:l==="autorotate"?0:s.pfValue};Tu.calculateLabelAngles=function(t){var e=this,r=t.isEdge(),n=t._private,i=n.rscratch;i.labelAngle=e.calculateLabelAngle(t),r&&(i.sourceLabelAngle=e.calculateLabelAngle(t,"source"),i.targetLabelAngle=e.calculateLabelAngle(t,"target"))};pme={},_pe=28,Dpe=!1;pme.getNodeShape=function(t){var e=this,r=t.pstyle("shape").value;if(r==="cutrectangle"&&(t.width()<_pe||t.height()<_pe))return Dpe||(bn("The ` cutrectangle ` node shape can not be used at small sizes so ` rectangle ` is used instead"),Dpe=!0),"rectangle";if(t.isParent())return r==="rectangle"||r==="roundrectangle"||r==="round-rectangle"||r==="cutrectangle"||r==="cut-rectangle"||r==="barrel"?r:"rectangle";if(r==="polygon"){var n=t.pstyle("shape-polygon-points").value;return e.nodeShapes.makePolygon(n).name}return r};lC={};lC.registerCalculationListeners=function(){var t=this.cy,e=t.collection(),r=this,n=o(function(s){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;if(e.merge(s),l)for(var u=0;u<s.length;u++){var h=s[u],f=h._private,d=f.rstyle;d.clean=!1,d.cleanConnected=!1}},"enqueue");r.binder(t).on("bounds.* dirty.*",o(function(s){var l=s.target;n(l)},"onDirtyBounds")).on("style.* background.*",o(function(s){var l=s.target;n(l,!1)},"onDirtyStyle"));var i=o(function(s){if(s){var l=r.onUpdateEleCalcsFns;e.cleanStyle();for(var u=0;u<e.length;u++){var h=e[u],f=h._private.rstyle;h.isNode()&&!f.cleanConnected&&(n(h.connectedEdges()),f.cleanConnected=!0)}if(l)for(var d=0;d<l.length;d++){var p=l[d];p(s,e)}r.recalculateRenderedStyle(e),e=t.collection()}},"updateEleCalcs");r.flushRenderedStyleQueue=function(){i(!0)},r.beforeRender(i,r.beforeRenderPriorities.eleCalcs)};lC.onUpdateEleCalcs=function(t){var e=this.onUpdateEleCalcsFns=this.onUpdateEleCalcsFns||[];e.push(t)};lC.recalculateRenderedStyle=function(t,e){var r=o(function(E){return E._private.rstyle.cleanConnected},"isCleanConnected");if(t.length!==0){var n=[],i=[];if(!this.destroyed){e===void 0&&(e=!0);for(var a=0;a<t.length;a++){var s=t[a],l=s._private,u=l.rstyle;s.isEdge()&&(!r(s.source())||!r(s.target()))&&(u.clean=!1),s.isEdge()&&s.isBundledBezier()&&s.parallelEdges().some(function(T){return!T._private.rstyle.clean&&T.isBundledBezier()})&&(u.clean=!1),!(e&&u.clean||s.removed())&&s.pstyle("display").value!=="none"&&(l.group==="nodes"?i.push(s):n.push(s),u.clean=!0)}for(var h=0;h<i.length;h++){var f=i[h],d=f._private,p=d.rstyle,m=f.position();this.recalculateNodeLabelProjection(f),p.nodeX=m.x,p.nodeY=m.y,p.nodeW=f.pstyle("width").pfValue,p.nodeH=f.pstyle("height").pfValue}this.recalculateEdgeProjections(n);for(var g=0;g<n.length;g++){var y=n[g],v=y._private,x=v.rstyle,b=v.rscratch;x.srcX=b.arrowStartX,x.srcY=b.arrowStartY,x.tgtX=b.arrowEndX,x.tgtY=b.arrowEndY,x.midX=b.midX,x.midY=b.midY,x.labelAngle=b.labelAngle,x.sourceLabelAngle=b.sourceLabelAngle,x.targetLabelAngle=b.targetLabelAngle}}}};cC={};cC.updateCachedGrabbedEles=function(){var t=this.cachedZSortedEles;if(t){t.drag=[],t.nondrag=[];for(var e=[],r=0;r<t.length;r++){var n=t[r],i=n._private.rscratch;n.grabbed()&&!n.isParent()?e.push(n):i.inDragLayer?t.drag.push(n):t.nondrag.push(n)}for(var r=0;r<e.length;r++){var n=e[r];t.drag.push(n)}}};cC.invalidateCachedZSortedEles=function(){this.cachedZSortedEles=null};cC.getCachedZSortedEles=function(t){if(t||!this.cachedZSortedEles){var e=this.cy.mutableElements().toArray();e.sort(X0e),e.interactive=e.filter(function(r){return r.interactive()}),this.cachedZSortedEles=e,this.updateCachedGrabbedEles()}else e=this.cachedZSortedEles;return e};mme={};[V0,VE,as,Yb,sB,Tu,pme,lC,cC].forEach(function(t){cr(mme,t)});gme={};gme.getCachedImage=function(t,e,r){var n=this,i=n.imageCache=n.imageCache||{},a=i[t];if(a)return a.image.complete||a.image.addEventListener("load",r
2026-02-13 14:04:06 -07:00
float circleSD ( vec2 p , float r ) {
return distance ( vec2 ( 0 ) , p ) - r ; // signed distance
}
2026-03-01 01:45:57 +00:00
` ,NZe= `
2026-02-13 14:04:06 -07:00
float rectangleSD ( vec2 p , vec2 b ) {
vec2 d = abs ( p ) - b ;
return distance ( vec2 ( 0 ) , max ( d , 0.0 ) ) + min ( max ( d . x , d . y ) , 0.0 ) ;
}
2026-03-01 01:45:57 +00:00
` ,MZe= `
2026-02-13 14:04:06 -07:00
float roundRectangleSD ( vec2 p , vec2 b , vec4 cr ) {
cr . xy = ( p . x > 0.0 ) ? cr . xy : cr . zw ;
cr . x = ( p . y > 0.0 ) ? cr . x : cr . y ;
vec2 q = abs ( p ) - b + cr . x ;
return min ( max ( q . x , q . y ) , 0.0 ) + distance ( vec2 ( 0 ) , max ( q , 0.0 ) ) - cr . x ;
}
2026-03-01 01:45:57 +00:00
` ,IZe= `
2026-02-13 14:04:06 -07:00
float ellipseSD ( vec2 p , vec2 ab ) {
p = abs ( p ) ; // symmetry
// find root with Newton solver
vec2 q = ab * ( p - ab ) ;
float w = ( q . x < q . y ) ? 1.570796327 : 0.0 ;
for ( int i = 0 ; i < 5 ; i ++ ) {
vec2 cs = vec2 ( cos ( w ) , sin ( w ) ) ;
vec2 u = ab * vec2 ( cs . x , cs . y ) ;
vec2 v = ab * vec2 ( - cs . y , cs . x ) ;
w = w + dot ( p - u , v ) / ( dot ( p - u , u ) + dot ( v , v ) ) ;
}
// compute final point and distance
float d = length ( p - ab * vec2 ( cos ( w ) , sin ( w ) ) ) ;
// return signed distance
return ( dot ( p / ab , p / ab ) > 1.0 ) ? d : - d ;
}
2026-03-01 01:45:57 +00:00
` ,Ab={SCREEN:{name:"screen",screen:!0},PICKING:{name:"picking",picking:!0}},UE={IGNORE:1,USE_BB:2},dP=0,Vpe=1,qpe=2,pP=3,P1=4,bE=5,bb=6,Tb=7,OZe=(function(){function t(e,r,n){Td(this,t),this.r=e,this.gl=r,this.maxInstances=n.webglBatchSize,this.atlasSize=n.webglTexSize,this.bgColor=n.bgColor,this.debug=n.webglDebug,this.batchDebugInfo=[],n.enableWrapping=!0,n.createTextureCanvas=dZe,this.atlasManager=new DZe(e,n),this.batchManager=new RZe(n),this.simpleShapeOptions=new Map,this.program=this._createShaderProgram(Ab.SCREEN),this.pickingProgram=this._createShaderProgram(Ab.PICKING),this.vao=this._createVAO()}return o(t,"ElementDrawingWebGL"),wd(t,[{key:"addAtlasCollection",value:o(function(r,n){this.atlasManager.addAtlasCollection(r,n)},"addAtlasCollection")},{key:"addTextureAtlasRenderType",value:o(function(r,n){this.atlasManager.addRenderType(r,n)},"addTextureAtlasRenderType")},{key:"addSimpleShapeRenderType",value:o(function(r,n){this.simpleShapeOptions.set(r,n)},"addSimpleShapeRenderType")},{key:"invalidate",value:o(function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=n.type,a=this.atlasManager;return i?a.invalidate(r,{filterType:o(function(l){return l===i},"filterType"),forceRedraw:!0}):a.invalidate(r)},"invalidate")},{key:"gc",value:o(function(){this.atlasManager.gc()},"gc")},{key:"_createShaderProgram",value:o(function(r){var n=this.gl,i= ` # version 300 es
2026-02-13 14:04:06 -07:00
precision highp float ;
uniform mat3 uPanZoomMatrix ;
uniform int uAtlasSize ;
// instanced
in vec2 aPosition ; // a vertex from the unit square
in mat3 aTransform ; // used to transform verticies, eg into a bounding box
in int aVertType ; // the type of thing we are rendering
// the z-index that is output when using picking mode
in vec4 aIndex ;
// For textures
in int aAtlasId ; // which shader unit/atlas to use
in vec4 aTex ; // x/y/w/h of texture in atlas
// for edges
in vec4 aPointAPointB ;
in vec4 aPointCPointD ;
in vec2 aLineWidth ; // also used for node border width
// simple shapes
in vec4 aCornerRadius ; // for round-rectangle [top-right, bottom-right, top-left, bottom-left]
in vec4 aColor ; // also used for edges
in vec4 aBorderColor ; // aLineWidth is used for border width
// output values passed to the fragment shader
out vec2 vTexCoord ;
out vec4 vColor ;
out vec2 vPosition ;
// flat values are not interpolated
flat out int vAtlasId ;
flat out int vVertType ;
flat out vec2 vTopRight ;
flat out vec2 vBotLeft ;
flat out vec4 vCornerRadius ;
flat out vec4 vBorderColor ;
flat out vec2 vBorderWidth ;
flat out vec4 vIndex ;
void main ( void ) {
int vid = gl _VertexID ;
vec2 position = aPosition ; // TODO make this a vec3, simplifies some code below
2026-03-01 01:45:57 +00:00
if ( aVertType == ` .concat(dP, ` ) {
2026-02-13 14:04:06 -07:00
float texX = aTex . x ; // texture coordinates
float texY = aTex . y ;
float texW = aTex . z ;
float texH = aTex . w ;
if ( vid == 1 || vid == 2 || vid == 4 ) {
texX += texW ;
}
if ( vid == 2 || vid == 4 || vid == 5 ) {
texY += texH ;
}
float d = float ( uAtlasSize ) ;
vTexCoord = vec2 ( texX / d , texY / d ) ; // tex coords must be between 0 and 1
gl _Position = vec4 ( uPanZoomMatrix * aTransform * vec3 ( position , 1.0 ) , 1.0 ) ;
}
2026-03-01 01:45:57 +00:00
else if ( aVertType == ` ).concat(P1," || aVertType == ").concat(Tb, `
|| aVertType == ` ).concat(bE," || aVertType == ").concat(bb, ` ) { // simple shapes
2026-02-13 14:04:06 -07:00
// the bounding box is needed by the fragment shader
vBotLeft = ( aTransform * vec3 ( 0 , 0 , 1 ) ) . xy ; // flat
vTopRight = ( aTransform * vec3 ( 1 , 1 , 1 ) ) . xy ; // flat
vPosition = ( aTransform * vec3 ( position , 1 ) ) . xy ; // will be interpolated
// calculations are done in the fragment shader, just pass these along
vColor = aColor ;
vCornerRadius = aCornerRadius ;
vBorderColor = aBorderColor ;
vBorderWidth = aLineWidth ;
gl _Position = vec4 ( uPanZoomMatrix * aTransform * vec3 ( position , 1.0 ) , 1.0 ) ;
}
2026-03-01 01:45:57 +00:00
else if ( aVertType == ` ).concat(Vpe, ` ) {
2026-02-13 14:04:06 -07:00
vec2 source = aPointAPointB . xy ;
vec2 target = aPointAPointB . zw ;
// adjust the geometry so that the line is centered on the edge
position . y = position . y - 0.5 ;
// stretch the unit square into a long skinny rectangle
vec2 xBasis = target - source ;
vec2 yBasis = normalize ( vec2 ( - xBasis . y , xBasis . x ) ) ;
vec2 point = source + xBasis * position . x + yBasis * aLineWidth [ 0 ] * position . y ;
gl _Position = vec4 ( uPanZoomMatrix * vec3 ( point , 1.0 ) , 1.0 ) ;
vColor = aColor ;
}
2026-03-01 01:45:57 +00:00
else if ( aVertType == ` ).concat(qpe, ` ) {
2026-02-13 14:04:06 -07:00
vec2 pointA = aPointAPointB . xy ;
vec2 pointB = aPointAPointB . zw ;
vec2 pointC = aPointCPointD . xy ;
vec2 pointD = aPointCPointD . zw ;
// adjust the geometry so that the line is centered on the edge
position . y = position . y - 0.5 ;
vec2 p0 , p1 , p2 , pos ;
if ( position . x == 0.0 ) { // The left side of the unit square
p0 = pointA ;
p1 = pointB ;
p2 = pointC ;
pos = position ;
} else { // The right side of the unit square, use same approach but flip the geometry upside down
p0 = pointD ;
p1 = pointC ;
p2 = pointB ;
pos = vec2 ( 0.0 , - position . y ) ;
}
vec2 p01 = p1 - p0 ;
vec2 p12 = p2 - p1 ;
vec2 p21 = p1 - p2 ;
// Find the normal vector.
vec2 tangent = normalize ( normalize ( p12 ) + normalize ( p01 ) ) ;
vec2 normal = vec2 ( - tangent . y , tangent . x ) ;
// Find the vector perpendicular to p0 -> p1.
vec2 p01Norm = normalize ( vec2 ( - p01 . y , p01 . x ) ) ;
// Determine the bend direction.
float sigma = sign ( dot ( p01 + p21 , normal ) ) ;
float width = aLineWidth [ 0 ] ;
if ( sign ( pos . y ) == - sigma ) {
// This is an intersecting vertex. Adjust the position so that there's no overlap.
vec2 point = 0.5 * width * normal * - sigma / dot ( normal , p01Norm ) ;
gl _Position = vec4 ( uPanZoomMatrix * vec3 ( p1 + point , 1.0 ) , 1.0 ) ;
} else {
// This is a non-intersecting vertex. Treat it like a mitre join.
vec2 point = 0.5 * width * normal * sigma * dot ( normal , p01Norm ) ;
gl _Position = vec4 ( uPanZoomMatrix * vec3 ( p1 + point , 1.0 ) , 1.0 ) ;
}
vColor = aColor ;
}
2026-03-01 01:45:57 +00:00
else if ( aVertType == ` ).concat(pP, ` && vid < 3 ) {
2026-02-13 14:04:06 -07:00
// massage the first triangle into an edge arrow
if ( vid == 0 )
position = vec2 ( - 0.15 , - 0.3 ) ;
if ( vid == 1 )
position = vec2 ( 0.0 , 0.0 ) ;
if ( vid == 2 )
position = vec2 ( 0.15 , - 0.3 ) ;
gl _Position = vec4 ( uPanZoomMatrix * aTransform * vec3 ( position , 1.0 ) , 1.0 ) ;
vColor = aColor ;
}
else {
gl _Position = vec4 ( 2.0 , 0.0 , 0.0 , 1.0 ) ; // discard vertex by putting it outside webgl clip space
}
vAtlasId = aAtlasId ;
vVertType = aVertType ;
vIndex = aIndex ;
}
` ),a=this.batchManager.getIndexArray(),s= ` # version 300 es
precision highp float ;
// declare texture unit for each texture atlas in the batch
` .concat(a.map(function(h){return"uniform sampler2D uTexture".concat(h,";")}).join( `
` ), `
uniform vec4 uBGColor ;
uniform float uZoom ;
in vec2 vTexCoord ;
in vec4 vColor ;
in vec2 vPosition ; // model coordinates
flat in int vAtlasId ;
flat in vec4 vIndex ;
flat in int vVertType ;
flat in vec2 vTopRight ;
flat in vec2 vBotLeft ;
flat in vec4 vCornerRadius ;
flat in vec4 vBorderColor ;
flat in vec2 vBorderWidth ;
out vec4 outColor ;
2026-03-01 01:45:57 +00:00
` ).concat(LZe, `
` ).concat(NZe, `
` ).concat(MZe, `
` ).concat(IZe, `
2026-02-13 14:04:06 -07:00
vec4 blend ( vec4 top , vec4 bot ) { // blend colors with premultiplied alpha
return vec4 (
top . rgb + ( bot . rgb * ( 1.0 - top . a ) ) ,
top . a + ( bot . a * ( 1.0 - top . a ) )
) ;
}
vec4 distInterp ( vec4 cA , vec4 cB , float d ) { // interpolate color using Signed Distance
// scale to the zoom level so that borders don't look blurry when zoomed in
// note 1.5 is an aribitrary value chosen because it looks good
return mix ( cA , cB , 1.0 - smoothstep ( 0.0 , 1.5 / uZoom , abs ( d ) ) ) ;
}
void main ( void ) {
2026-03-01 01:45:57 +00:00
if ( vVertType == ` ).concat(dP, ` ) {
2026-02-13 14:04:06 -07:00
// look up the texel from the texture unit
` ).concat(a.map(function(h){return"if(vAtlasId == ".concat(h,") outColor = texture(uTexture").concat(h,", vTexCoord);")}).join( `
else ` ), `
}
2026-03-01 01:45:57 +00:00
else if ( vVertType == ` ).concat(pP, ` ) {
2026-02-13 14:04:06 -07:00
// mimics how canvas renderer uses context.globalCompositeOperation = 'destination-out';
outColor = blend ( vColor , uBGColor ) ;
outColor . a = 1.0 ; // make opaque, masks out line under arrow
}
2026-03-01 01:45:57 +00:00
else if ( vVertType == ` ).concat(P1, ` && vBorderWidth == vec2 ( 0.0 ) ) { // simple rectangle with no border
2026-02-13 14:04:06 -07:00
outColor = vColor ; // unit square is already transformed to the rectangle, nothing else needs to be done
}
2026-03-01 01:45:57 +00:00
else if ( vVertType == ` ).concat(P1," || vVertType == ").concat(Tb, `
|| vVertType == ` ).concat(bE," || vVertType == ").concat(bb, ` ) { // use SDF
2026-02-13 14:04:06 -07:00
float outerBorder = vBorderWidth [ 0 ] ;
float innerBorder = vBorderWidth [ 1 ] ;
float borderPadding = outerBorder * 2.0 ;
float w = vTopRight . x - vBotLeft . x - borderPadding ;
float h = vTopRight . y - vBotLeft . y - borderPadding ;
vec2 b = vec2 ( w / 2.0 , h / 2.0 ) ; // half width, half height
vec2 p = vPosition - vec2 ( vTopRight . x - b [ 0 ] - outerBorder , vTopRight . y - b [ 1 ] - outerBorder ) ; // translate to center
float d ; // signed distance
2026-03-01 01:45:57 +00:00
if ( vVertType == ` ).concat(P1, ` ) {
2026-02-13 14:04:06 -07:00
d = rectangleSD ( p , b ) ;
2026-03-01 01:45:57 +00:00
} else if ( vVertType == ` ).concat(Tb, ` && w == h ) {
2026-02-13 14:04:06 -07:00
d = circleSD ( p , b . x ) ; // faster than ellipse
2026-03-01 01:45:57 +00:00
} else if ( vVertType == ` ).concat(Tb, ` ) {
2026-02-13 14:04:06 -07:00
d = ellipseSD ( p , b ) ;
} else {
d = roundRectangleSD ( p , b , vCornerRadius . wzyx ) ;
}
// use the distance to interpolate a color to smooth the edges of the shape, doesn't need multisampling
// we must smooth colors inwards, because we can't change pixels outside the shape's bounding box
if ( d > 0.0 ) {
if ( d > outerBorder ) {
discard ;
} else {
outColor = distInterp ( vBorderColor , vec4 ( 0 ) , d - outerBorder ) ;
}
} else {
if ( d > innerBorder ) {
vec4 outerColor = outerBorder == 0.0 ? vec4 ( 0 ) : vBorderColor ;
vec4 innerBorderColor = blend ( vBorderColor , vColor ) ;
outColor = distInterp ( innerBorderColor , outerColor , d ) ;
}
else {
vec4 outerColor ;
if ( innerBorder == 0.0 && outerBorder == 0.0 ) {
outerColor = vec4 ( 0 ) ;
} else if ( innerBorder == 0.0 ) {
outerColor = vBorderColor ;
} else {
outerColor = blend ( vBorderColor , vColor ) ;
}
outColor = distInterp ( vColor , outerColor , d - innerBorder ) ;
}
}
}
else {
outColor = vColor ;
}
` ).concat(r.picking? ` if ( outColor . a == 0.0 ) discard ;
else outColor = vIndex ; ` :"", `
}
2026-03-01 01:45:57 +00:00
` ),l=fZe(n,i,s);l.aPosition=n.getAttribLocation(l,"aPosition"),l.aIndex=n.getAttribLocation(l,"aIndex"),l.aVertType=n.getAttribLocation(l,"aVertType"),l.aTransform=n.getAttribLocation(l,"aTransform"),l.aAtlasId=n.getAttribLocation(l,"aAtlasId"),l.aTex=n.getAttribLocation(l,"aTex"),l.aPointAPointB=n.getAttribLocation(l,"aPointAPointB"),l.aPointCPointD=n.getAttribLocation(l,"aPointCPointD"),l.aLineWidth=n.getAttribLocation(l,"aLineWidth"),l.aColor=n.getAttribLocation(l,"aColor"),l.aCornerRadius=n.getAttribLocation(l,"aCornerRadius"),l.aBorderColor=n.getAttribLocation(l,"aBorderColor"),l.uPanZoomMatrix=n.getUniformLocation(l,"uPanZoomMatrix"),l.uAtlasSize=n.getUniformLocation(l,"uAtlasSize"),l.uBGColor=n.getUniformLocation(l,"uBGColor"),l.uZoom=n.getUniformLocation(l,"uZoom"),l.uTextures=[];for(var u=0;u<this.batchManager.getMaxAtlasesPerBatch();u++)l.uTextures.push(n.getUniformLocation(l,"uTexture".concat(u)));return l},"_createShaderProgram")},{key:"_createVAO",value:o(function(){var r=[0,0,1,0,1,1,0,0,1,1,0,1];this.vertexCount=r.length/2;var n=this.maxInstances,i=this.gl,a=this.program,s=i.createVertexArray();return i.bindVertexArray(s),TZe(i,"vec2",a.aPosition,r),this.transformBuffer=wZe(i,n,a.aTransform),this.indexBuffer=yu(i,n,"vec4",a.aIndex),this.vertTypeBuffer=yu(i,n,"int",a.aVertType),this.atlasIdBuffer=yu(i,n,"int",a.aAtlasId),this.texBuffer=yu(i,n,"vec4",a.aTex),this.pointAPointBBuffer=yu(i,n,"vec4",a.aPointAPointB),this.pointCPointDBuffer=yu(i,n,"vec4",a.aPointCPointD),this.lineWidthBuffer=yu(i,n,"vec2",a.aLineWidth),this.colorBuffer=yu(i,n,"vec4",a.aColor),this.cornerRadiusBuffer=yu(i,n,"vec4",a.aCornerRadius),this.borderColorBuffer=yu(i,n,"vec4",a.aBorderColor),i.bindVertexArray(null),s},"_createVAO")},{key:"buffers",get:o(function(){var r=this;return this._buffers||(this._buffers=Object.keys(this).filter(function(n){return ud(n,"Buffer")}).map(function(n){return r[n]})),this._buffers},"get")},{key:"startFrame",value:o(function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Ab.SCREEN;this.panZoomMatrix=r,this.renderTarget=n,this.batchDebugInfo=[],this.wrappedCount=0,this.simpleCount=0,this.startBatch()},"startFrame")},{key:"startBatch",value:o(function(){this.instanceCount=0,this.batchManager.startBatch()},"startBatch")},{key:"endFrame",value:o(function(){this.endBatch()},"endFrame")},{key:"_isVisible",value:o(function(r,n){return r.visible()?n&&n.isVisible?n.isVisible(r):!0:!1},"_isVisible")},{key:"drawTexture",value:o(function(r,n,i){var a=this.atlasManager,s=this.batchManager,l=a.getRenderTypeOpts(i);if(this._isVisible(r,l)&&!(r.isEdge()&&!this._isValidEdge(r))){if(this.renderTarget.picking&&l.getTexPickingMode){var u=l.getTexPickingMode(r);if(u===UE.IGNORE)return;if(u==UE.USE_BB){this.drawPickingRectangle(r,n,i);return}}var h=a.getAtlasInfo(r,i),f=po(h),d;try{for(f.s();!(d=f.n()).done;){var p=d.value,m=p.atlas,g=p.tex1,y=p.tex2;s.canAddToCurrentBatch(m)||this.endBatch();for(var v=s.getAtlasIndexForBatch(m),x=0,b=[[g,!0],[y,!1]];x<b.length;x++){var T=Vi(b[x],2),E=T[0],w=T[1];if(E.w!=0){var k=this.instanceCount;this.vertTypeBuffer.getView(k)[0]=dP;var C=this.indexBuffer.getView(k);O1(n,C);var D=this.atlasIdBuffer.getView(k);D[0]=v;var R=this.texBuffer.getView(k);R[0]=E.x,R[1]=E.y,R[2]=E.w,R[3]=E.h;var O=this.transformBuffer.getMatrixView(k);this.setTransformMatrix(r,O,l,p,w),this.instanceCount++,w||this.wrappedCount++,this.instanceCount>=this.maxInstances&&this.endBatch()}}}}catch(L){f.e(L)}finally{f.f()}}},"drawTexture")},{key:"setTransformMatrix",value:o(function(r,n,i,a){var s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,l=0;if(i.shapeProps&&i.shapeProps.padding&&(l=r.pstyle(i.shapeProps.padding).pfValue),a){var u=a.bb,h=a.tex1,f=a.tex2,d=h.w/(h.w+f.w);s||(d=1-d);var p=this._getAdjustedBB(u,l,s,d);this._applyTransformMatrix(n,p,i,r)}else{var m=i.getBoundingBox(r),g=this._getAdjustedBB(m,l,!0,1);this._applyTransformMatrix(n,g,i,r)}},"setTransformMatrix")},{key:"_applyTransformMatrix",value:o(function(r,n,i,a){var s,l;zpe(r);var u=i.getRotation?i.getRotation(a):0;if(u!==0
` +la.showPosition()+ `
Expecting ` +A3.join(", ")+", got '"+(this.terminals_[ys]||ys)+"'":D8="Parse error on line "+(sn+1)+": Unexpected "+(ys==_W?"end of input":"'"+(this.terminals_[ys]||ys)+"'"),this.parseError(D8,{text:la.match,token:this.terminals_[ys]||ys,line:la.yylineno,loc:C8,expected:A3})}if(el[0]instanceof Array&&el.length>1)throw new Error("Parse Error: multiple actions possible at state: "+kp+", token: "+ys);switch(el[0]){case 1:Zt.push(ys),Fr.push(la.yytext),ve.push(la.yylloc),Zt.push(el[1]),ys=null,A8?(ys=A8,A8=null):(E3=la.yyleng,we=la.yytext,sn=la.yylineno,C8=la.yylloc,k8>0&&k8--);break;case 2:if(Yu=this.productions_[el[1]][1],Jm. $ =Fr[Fr.length-Yu],Jm._ $ ={first_line:ve[ve.length-(Yu||1)].first_line,last_line:ve[ve.length-1].last_line,first_column:ve[ve.length-(Yu||1)].first_column,last_column:ve[ve.length-1].last_column},QCe&&(Jm._ $ .range=[ve[ve.length-(Yu||1)].range[0],ve[ve.length-1].range[1]]),_8=this.performAction.apply(Jm,[we,E3,sn,wp.yy,el[1],Fr,ve].concat(KCe)),typeof _8<"u")return _8;Yu&&(Zt=Zt.slice(0,-1*Yu*2),Fr=Fr.slice(0,-1*Yu),ve=ve.slice(0,-1*Yu)),Zt.push(this.productions_[el[1]][0]),Fr.push(Jm. $ ),ve.push(Jm._ $ ),DW=Lc[Zt[Zt.length-2]][Zt[Zt.length-1]],Zt.push(DW);break;case 3:return!0}}return!0},"parse")},Co=(function(){var br={EOF:1,parseError:o(function(Ct,Zt){if(this.yy.parser)this.yy.parser.parseError(Ct,Zt);else throw new Error(Ct)},"parseError"),setInput:o(function(st,Ct){return this.yy=Ct||this.yy||{},this._input=st,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},"setInput"),input:o(function(){var st=this._input[0];this.yytext+=st,this.yyleng++,this.offset++,this.match+=st,this.matched+=st;var Ct=st.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),st},"input"),unput:o(function(st){var Ct=st.length,Zt=st.split(/(?: \r \n ?| \n )/g);this._input=st+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-Ct),this.offset-=Ct;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),Zt.length-1&&(this.yylineno-=Zt.length-1);var Fr=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:Zt?(Zt.length===dt.length?this.yylloc.first_column:0)+dt[dt.length-Zt.length].length-Zt[0].length:this.yylloc.first_column-Ct},this.options.ranges&&(this.yylloc.range=[Fr[0],Fr[0]+this.yyleng-Ct]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(st){this.unput(this.match.slice(st))},"less"),pastInput:o(function(){var st=this.matched.substr(0,this.matched.length-this.match.length);return(st.length>20?"...":"")+st.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var st=this.match;return st.length<20&&(st+=this._input.substr(0,20-st.length)),(st.substr(0,20)+(st.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var st=this.pastInput(),Ct=new Array(st.length+1).join("-");return st+this.upcomingInput()+ `
` +Ct+"^"},"showPosition"),test_match:o(function(st,Ct){var Zt,dt,Fr;if(this.options.backtrack_lexer&&(Fr={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&&(Fr.yylloc.range=this.yylloc.range.slice(0))),dt=st[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+st[0].length},this.yytext+=st[0],this.match+=st[0],this.matches=st,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(st[0].length),this.matched+=st[0],Zt=this.performAction.call(this,this.yy,this,Ct,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),Zt)return Zt;if(this._backtrack){for(var ve in Fr)this[ve]=Fr[ve];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var st,Ct,Zt,dt;this._more||(this.yytext="",this.match="");for(var Fr=this._currentRules(),ve=0;ve<Fr.length;ve++)if(Zt=this._input.match(this.rules[Fr[ve]]),Zt&&(!Ct||Zt[0].length>Ct[0].length)){if(Ct=Zt,dt=ve,this.options.backtrack_lexer){if(st=this.test_match(Zt,Fr[ve]),st!==!1)return st;if(this._backtrack){Ct=!1;continue}else return!1}else if(!this.options.flex)break}return Ct?(st=this.test_match(Ct,Fr[dt]),st!==!1?st:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var Ct=this.next();return Ct||this.lex()},"lex"),begin:o(function(Ct){this.conditionStack.push(Ct)},"begin"),popState:o(function(){var Ct=this.conditionStack.length-1;return Ct>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(Ct){return Ct=this.conditionStack.length-1-Math.abs(Ct||0),Ct>=0?this.conditionStack[Ct]:"INITIAL"},"topState"),pushState:o(function(Ct){this.begin(Ct)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:o(function(Ct,Zt,dt,Fr){var ve=Fr;switch(dt){case 0:return this.begin("acc_title"),34;break;case 1:return this.popState(),"acc_title_value";break;case 2:return this.begin("acc_descr"),36;break;case 3:return this.popState(),"acc_descr_value";break;case 4:this.begin("acc_descr_multiline");break;case 5:this.popState();break;case 6:return"acc_descr_multiline_value";case 7:return this.pushState("shapeData"),Zt.yytext="",40;break;case 8:return this.pushState("shapeDataStr"),40;break;case 9:return this.popState(),40;break;case 10:let Lc=/ \n \s */g;return Zt.yytext=Zt.yytext.replace(Lc,"<br/>"),40;break;case 11:return 40;case 12:this.popState();break;case 13:this.begin("callbackname");break;case 14:this.popState();break;case 15:this.popState(),this.begin("callbackargs");break;case 16:return 95;case 17:this.popState();break;case 18:return 96;case 19:return"MD_STR";case 20:this.popState();break;case 21:this.begin("md_string");break;case 22:return"STR";case 23:this.popState();break;case 24:this.pushState("string");break;case 25:return 84;case 26:return 102;case 27:return 85;case 28:return 104;case 29:return 86;case 30:return 87;case 31:return 97;case 32:this.begin("click");break;case 33:this.popState();break;case 34:return 88;case 35:return Ct.lex.firstGraph()&&this.begin("dir"),12;break;case 36:return Ct.lex.firstGraph()&&this.begin("dir"),12;break;case 37:return Ct.lex.firstGraph()&&this.begin("dir"),12;break;case 38:return 27;case 39:return 32;case 40:return 98;case 41:return 98;case 42:return 98;case 43:return 98;case 44:return this.popState(),13;break;case 45:return this.popState(),14;break;case 46:return this.popState(),14;break;case 47:return this.popState(),14;break;case 48:return this.popState(),14;break;case 49:return this.popState(),14;break;case 50:return this.popState(),14;break;case 51:return this.popState(),14;break;case 52:return this.popState(),14;break;case 53:return this.popState(),14;break;case 54:return this.popState(),14;break;case 55:return 121;case 56:return 122;case 57:return 123;case 58:return 124;case 59:return 78;case 60:return 105;case 61:return 111;case 62:return 46;case 63:return 60;case 64:return 44;case 65:return 8;case 66:return 106;case 67:return 115;case 68:return this.popState(),77;break;case 69:return this.pushState("edgeText"),75;break;case 70:return 119;case 71:return this.popState(),77;break;case 72:return this.pushState("thickEdgeText"),75;break;case 73:return 119;case 74:return this.popState(),77;break;case 75:return this.pushState("dottedEdgeText"),75;break;case 76:return 119;case 77:return 77;case 78:return this.popState(),53;break;case 79:return"TEXT";case 80:return this.pushState("ellipseText"),52;break;case 81:return this.popState(),55;break;case 82:return this.pushState("text"),54;break;case 83:return this.popState(),57;break;case 84:return this.pushState("text"),56;break;case 85:return 58;case 86:return this.pushState("text"),67;break;case 87:return this.popState(),64;break;case 88:return this.pushState("text"),63;break;case 89:return this.popState(),49;break;case 90:return this.pushState("text"),48;break;case 91:return this.popState(),69;break;case 92:return this.popState(),71;break;case 93:return 117;case 94:return this.pushState("trapText"),6
` );return yB.parse(e)};ege=Jme});var Su,ey=I(()=>{"use strict";Su=o(()=> `
2026-02-13 14:04:06 -07:00
/* Font Awesome icon styling - consolidated */
. label - icon {
display : inline - block ;
height : 1 em ;
overflow : visible ;
vertical - align : - 0.125 em ;
}
. node . label - icon path {
fill : currentColor ;
stroke : revert ;
stroke - width : revert ;
}
2026-03-01 01:45:57 +00:00
` ,"getIconStyles")});var cJe,uJe,rge,nge=I(()=>{"use strict";_o();ey();cJe=o((t,e)=>{let r=Ep,n=r(t,"r"),i=r(t,"g"),a=r(t,"b");return vs(n,i,a,e)},"fade"),uJe=o(t=> ` . label {
2026-02-13 14:04:06 -07:00
font - family : $ { t . fontFamily } ;
color : $ { t . nodeTextColor || t . textColor } ;
}
. cluster - label text {
fill : $ { t . titleColor } ;
}
. cluster - label span {
color : $ { t . titleColor } ;
}
. cluster - label span p {
background - color : transparent ;
}
. label text , span {
fill : $ { t . nodeTextColor || t . textColor } ;
color : $ { t . nodeTextColor || t . textColor } ;
}
. node rect ,
. node circle ,
. node ellipse ,
. node polygon ,
. node path {
fill : $ { t . mainBkg } ;
stroke : $ { t . nodeBorder } ;
stroke - width : 1 px ;
}
. rough - node . label text , . node . label text , . image - shape . label , . icon - shape . label {
text - anchor : middle ;
}
// .flowchart-label .text-outer-tspan {
// text-anchor: middle;
// }
// .flowchart-label .text-inner-tspan {
// text-anchor: start;
// }
. node . katex path {
fill : # 000 ;
stroke : # 000 ;
stroke - width : 1 px ;
}
. rough - node . label , . node . label , . image - shape . label , . icon - shape . label {
text - align : center ;
}
. node . clickable {
cursor : pointer ;
}
. root . anchor path {
fill : $ { t . lineColor } ! important ;
stroke - width : 0 ;
stroke : $ { t . lineColor } ;
}
. arrowheadPath {
fill : $ { t . arrowheadColor } ;
}
. edgePath . path {
stroke : $ { t . lineColor } ;
stroke - width : 2.0 px ;
}
. flowchart - link {
stroke : $ { t . lineColor } ;
fill : none ;
}
. edgeLabel {
background - color : $ { t . edgeLabelBackground } ;
p {
background - color : $ { t . edgeLabelBackground } ;
}
rect {
opacity : 0.5 ;
background - color : $ { t . edgeLabelBackground } ;
fill : $ { t . edgeLabelBackground } ;
}
text - align : center ;
}
/* For html labels only */
. labelBkg {
2026-03-01 01:45:57 +00:00
background - color : $ { cJe ( t . edgeLabelBackground , . 5 ) } ;
2026-02-13 14:04:06 -07:00
// background-color:
}
. cluster rect {
fill : $ { t . clusterBkg } ;
stroke : $ { t . clusterBorder } ;
stroke - width : 1 px ;
}
. cluster text {
fill : $ { t . titleColor } ;
}
. cluster span {
color : $ { t . titleColor } ;
}
/ * . c l u s t e r d i v {
color : $ { t . titleColor } ;
} * /
div . mermaidTooltip {
position : absolute ;
text - align : center ;
max - width : 200 px ;
padding : 2 px ;
font - family : $ { t . fontFamily } ;
font - size : 12 px ;
background : $ { t . tertiaryColor } ;
border : 1 px solid $ { t . border2 } ;
border - radius : 2 px ;
pointer - events : none ;
z - index : 100 ;
}
. flowchartTitleText {
text - anchor : middle ;
font - size : 18 px ;
fill : $ { t . textColor } ;
}
rect . text {
fill : none ;
stroke - width : 0 ;
}
. icon - shape , . image - shape {
background - color : $ { t . edgeLabelBackground } ;
p {
background - color : $ { t . edgeLabelBackground } ;
padding : 2 px ;
}
rect {
opacity : 0.5 ;
background - color : $ { t . edgeLabelBackground } ;
fill : $ { t . edgeLabelBackground } ;
}
text - align : center ;
}
2026-03-01 01:45:57 +00:00
$ { Su ( ) }
` ,"getStyles"),rge=uJe});var uC={};vr(uC,{diagram:()=>hJe});var hJe,hC=I(()=>{"use strict";Qt();Sse();Qme();tge();nge();hJe={parser:ege,get db(){return new Hk},renderer:Kme,styles:rge,init:o(t=>{t.flowchart||(t.flowchart={}),t.layout&&A2({layout:t.layout}),t.flowchart.arrowMarkerAbsolute=t.arrowMarkerAbsolute,A2({flowchart:{arrowMarkerAbsolute:t.arrowMarkerAbsolute}})},"init")}});var vB,lge,cge=I(()=>{"use strict";vB=(function(){var t=o(function(Q,le,J,ge){for(J=J||{},ge=Q.length;ge--;J[Q[ge]]=le);return J},"o"),e=[6,8,10,22,24,26,28,33,34,35,36,37,40,43,44,50],r=[1,10],n=[1,11],i=[1,12],a=[1,13],s=[1,20],l=[1,21],u=[1,22],h=[1,23],f=[1,24],d=[1,19],p=[1,25],m=[1,26],g=[1,18],y=[1,33],v=[1,34],x=[1,35],b=[1,36],T=[1,37],E=[6,8,10,13,15,17,20,21,22,24,26,28,33,34,35,36,37,40,43,44,50,63,64,65,66,67],w=[1,42],k=[1,43],C=[1,52],D=[40,50,68,69],R=[1,63],O=[1,61],L=[1,58],S=[1,62],A=[1,64],_=[6,8,10,13,17,22,24,26,28,33,34,35,36,37,40,41,42,43,44,48,49,50,63,64,65,66,67],N=[63,64,65,66,67],M=[1,81],P=[1,80],B=[1,78],F=[1,79],G=[6,10,42,47], $ =[6,10,13,41,42,47,48,49],V=[1,89],K=[1,88],ee=[1,87],H=[19,56],he=[1,98],Z=[1,97],de=[19,56,58,60],re={trace:o(function(){},"trace"),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,COLON:13,role:14,STYLE_SEPARATOR:15,idList:16,BLOCK_START:17,attributes:18,BLOCK_STOP:19,SQS:20,SQE:21,title:22,title_value:23,acc_title:24,acc_title_value:25,acc_descr:26,acc_descr_value:27,acc_descr_multiline_value:28,direction:29,classDefStatement:30,classStatement:31,styleStatement:32,direction_tb:33,direction_bt:34,direction_rl:35,direction_lr:36,CLASSDEF:37,stylesOpt:38,separator:39,UNICODE_TEXT:40,STYLE_TEXT:41,COMMA:42,CLASS:43,STYLE:44,style:45,styleComponent:46,SEMI:47,NUM:48,BRKT:49,ENTITY_NAME:50,attribute:51,attributeType:52,attributeName:53,attributeKeyTypeList:54,attributeComment:55,ATTRIBUTE_WORD:56,attributeKeyType:57,",":58,ATTRIBUTE_KEY:59,COMMENT:60,cardinality:61,relType:62,ZERO_OR_ONE:63,ZERO_OR_MORE:64,ONE_OR_MORE:65,ONLY_ONE:66,MD_PARENT:67,NON_IDENTIFYING:68,IDENTIFYING:69,WORD:70, $ accept:0, $ end:1},terminals_:{2:"error",4:"ER_DIAGRAM",6:"EOF",8:"SPACE",10:"NEWLINE",13:"COLON",15:"STYLE_SEPARATOR",17:"BLOCK_START",19:"BLOCK_STOP",20:"SQS",21:"SQE",22:"title",23:"title_value",24:"acc_title",25:"acc_title_value",26:"acc_descr",27:"acc_descr_value",28:"acc_descr_multiline_value",33:"direction_tb",34:"direction_bt",35:"direction_rl",36:"direction_lr",37:"CLASSDEF",40:"UNICODE_TEXT",41:"STYLE_TEXT",42:"COMMA",43:"CLASS",44:"STYLE",47:"SEMI",48:"NUM",49:"BRKT",50:"ENTITY_NAME",56:"ATTRIBUTE_WORD",58:",",59:"ATTRIBUTE_KEY",60:"COMMENT",63:"ZERO_OR_ONE",64:"ZERO_OR_MORE",65:"ONE_OR_MORE",66:"ONLY_ONE",67:"MD_PARENT",68:"NON_IDENTIFYING",69:"IDENTIFYING",70:"WORD"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[9,5],[9,9],[9,7],[9,7],[9,4],[9,6],[9,3],[9,5],[9,1],[9,3],[9,7],[9,9],[9,6],[9,8],[9,4],[9,6],[9,2],[9,2],[9,2],[9,1],[9,1],[9,1],[9,1],[9,1],[29,1],[29,1],[29,1],[29,1],[30,4],[16,1],[16,1],[16,3],[16,3],[31,3],[32,4],[38,1],[38,3],[45,1],[45,2],[39,1],[39,1],[39,1],[46,1],[46,1],[46,1],[46,1],[11,1],[11,1],[18,1],[18,2],[51,2],[51,3],[51,3],[51,4],[52,1],[53,1],[54,1],[54,3],[57,1],[55,1],[12,3],[61,1],[61,1],[61,1],[61,1],[61,1],[62,1],[62,1],[14,1],[14,1],[14,1]],performAction:o(function(le,J,ge,ie,Te,j,Ge){var ye=j.length-1;switch(Te){case 1:break;case 2:this. $ =[];break;case 3:j[ye-1].push(j[ye]),this. $ =j[ye-1];break;case 4:case 5:this. $ =j[ye];break;case 6:case 7:this. $ =[];break;case 8:ie.addEntity(j[ye-4]),ie.addEntity(j[ye-2]),ie.addRelationship(j[ye-4],j[ye],j[ye-2],j[ye-3]);break;case 9:ie.addEntity(j[ye-8]),ie.addEntity(j[ye-4]),ie.addRelationship(j[ye-8],j[ye],j[ye-4],j[ye-5]),ie.setClass([j[ye-8]],j[ye-6]),ie.setClass([j[ye-4]],j[ye-2]);break;case 10:ie.addEntity(j[ye-6]),ie.addEntity(j[ye-2]),ie.addRelationship(j[ye-6],j[ye],j[ye-2],j[ye-3]),ie.setClass([j[ye-6]],j[ye-4]);break;case 11:ie.addEntity(j[ye-6]),ie.addEntity(j[ye-4]),ie.addRelationship(j[ye-6],j[ye],j[ye-4],j[ye-5]),ie.setCla
` +Ae.showPosition()+ `
Expecting ` +je.join(", ")+", got '"+(this.terminals_[se]||se)+"'":Pe="Parse error on line "+( $ e+1)+": Unexpected "+(se==Ie?"end of input":"'"+(this.terminals_[se]||se)+"'"),this.parseError(Pe,{text:Ae.match,token:this.terminals_[se]||se,line:Ae.yylineno,loc:ce,expected:je})}if(pe[0]instanceof Array&&pe.length>1)throw new Error("Parse Error: multiple actions possible at state: "+be+", token: "+se);switch(pe[0]){case 1:ge.push(se),Te.push(Ae.yytext),j.push(Ae.yylloc),ge.push(pe[1]),se=null,oe?(se=oe,oe=null):(Xe=Ae.yyleng,ye=Ae.yytext, $ e=Ae.yylineno,ce=Ae.yylloc,Ue>0&&Ue--);break;case 2:if(Ye=this.productions_[pe[1]][1],Ce. $ =Te[Te.length-Ye],Ce._ $ ={first_line:j[j.length-(Ye||1)].first_line,last_line:j[j.length-1].last_line,first_column:j[j.length-(Ye||1)].first_column,last_column:j[j.length-1].last_column},U&&(Ce._ $ .range=[j[j.length-(Ye||1)].range[0],j[j.length-1].range[1]]),De=this.performAction.apply(Ce,[ye,Xe, $ e,ze.yy,pe[1],Te,j].concat(Me)),typeof De<"u")return De;Ye&&(ge=ge.slice(0,-1*Ye*2),Te=Te.slice(0,-1*Ye),j=j.slice(0,-1*Ye)),ge.push(this.productions_[pe[1]][0]),Te.push(Ce. $ ),j.push(Ce._ $ ),xt=Ge[ge[ge.length-2]][ge[ge.length-1]],ge.push(xt);break;case 3:return!0}}return!0},"parse")},ne=(function(){var Q={EOF:1,parseError:o(function(J,ge){if(this.yy.parser)this.yy.parser.parseError(J,ge);else throw new Error(J)},"parseError"),setInput:o(function(le,J){return this.yy=J||this.yy||{},this._input=le,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},"setInput"),input:o(function(){var le=this._input[0];this.yytext+=le,this.yyleng++,this.offset++,this.match+=le,this.matched+=le;var J=le.match(/(?: \r \n ?| \n ).*/g);return J?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),le},"input"),unput:o(function(le){var J=le.length,ge=le.split(/(?: \r \n ?| \n )/g);this._input=le+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-J),this.offset-=J;var ie=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),ge.length-1&&(this.yylineno-=ge.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:ge?(ge.length===ie.length?this.yylloc.first_column:0)+ie[ie.length-ge.length].length-ge[0].length:this.yylloc.first_column-J},this.options.ranges&&(this.yylloc.range=[Te[0],Te[0]+this.yyleng-J]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(le){this.unput(this.match.slice(le))},"less"),pastInput:o(function(){var le=this.matched.substr(0,this.matched.length-this.match.length);return(le.length>20?"...":"")+le.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var le=this.match;return le.length<20&&(le+=this._input.substr(0,20-le.length)),(le.substr(0,20)+(le.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var le=this.pastInput(),J=new Array(le.length+1).join("-");return le+this.upcomingInput()+ `
` +J+"^"},"showPosition"),test_match:o(function(le,J){var ge,ie,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))),ie=le[0].match(/(?: \r \n ?| \n ).*/g),ie&&(this.yylineno+=ie.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:ie?ie[ie.length-1].length-ie[ie.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+le[0].length},this.yytext+=le[0],this.match+=le[0],this.matches=le,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(le[0].length),this.matched+=le[0],ge=this.performAction.call(this,this.yy,this,J,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),ge)return ge;if(this._backtrack){for(var j in Te)this[j]=Te[j];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var le,J,ge,ie;this._more||(this.yytext="",this.match="");for(var Te=this._currentRules(),j=0;j<Te.length;j++)if(ge=this._input.match(this.rules[Te[j]]),ge&&(!J||ge[0].length>J[0].length)){if(J=ge,ie=j,this.options.backtrack_lexer){if(le=this.test_match(ge,Te[j]),le!==!1)return le;if(this._backtrack){J=!1;continue}else return!1}else if(!this.options.flex)break}return J?(le=this.test_match(J,Te[ie]),le!==!1?le:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var J=this.next();return J||this.lex()},"lex"),begin:o(function(J){this.conditionStack.push(J)},"begin"),popState:o(function(){var J=this.conditionStack.length-1;return J>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(J){return J=this.conditionStack.length-1-Math.abs(J||0),J>=0?this.conditionStack[J]:"INITIAL"},"topState"),pushState:o(function(J){this.begin(J)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(J,ge,ie,Te){var j=Te;switch(ie){case 0:return this.begin("acc_title"),24;break;case 1:return this.popState(),"acc_title_value";break;case 2:return this.begin("acc_descr"),26;break;case 3:return this.popState(),"acc_descr_value";break;case 4:this.begin("acc_descr_multiline");break;case 5:this.popState();break;case 6:return"acc_descr_multiline_value";case 7:return 33;case 8:return 34;case 9:return 35;case 10:return 36;case 11:return 10;case 12:break;case 13:return 8;case 14:return 50;case 15:return 70;case 16:return 4;case 17:return this.begin("block"),17;break;case 18:return 49;case 19:return 49;case 20:return 42;case 21:return 15;case 22:return 13;case 23:break;case 24:return 59;case 25:return 56;case 26:return 56;case 27:return 60;case 28:break;case 29:return this.popState(),19;break;case 30:return ge.yytext[0];case 31:return 20;case 32:return 21;case 33:return this.begin("style"),44;break;case 34:return this.popState(),10;break;case 35:break;case 36:return 13;case 37:return 42;case 38:return 49;case 39:return this.begin("style"),37;break;case 40:return 43;case 41:return 63;case 42:return 65;case 43:return 65;case 44:return 65;case 45:return 63;case 46:return 63;case 47:return 64;case 48:return 64;case 49:return 64;case 50:return 64;case 51:return 64;case 52:return 65;case 53:return 64;case 54:return 65;case 55:return 66;case 56:return 66;case 57:return 66;case 58:return 66;case 59:return 63;case 60:return 64;case 61:return 65;case 62:return 67;case 63:return 68;case 64:return 69;case 65:return 69;case 66:return 68;case 67:return 68;case 68:return 68;case 69:return 41;case 70:return 47;case 71:return 40;case 72:return 48;case 73:return ge.yytext[0];case 74:return 6}},"anonymous"),rules:[/^(?:accTitle \s *: \s *)/i,/^(?:(?! \n ||)*[^ \n ]*)/i,/^(?:accDescr \s *: \s *)/i,/^(?:(?! \n ||)*[^ \n ]*)/i,/^(?:accDescr \s * \{ \s *)/i,/^(?:[ \} ])/i,/^(?:[^ \} ]*)/i,/^(?:.*direction \s +TB[^ \n ]*)/i,/^(?:.*direction \s +BT[^ \n ]*)/i,/^(?:.*direction \s +RL[^ \n ]*)/i,/^(?:.*direction \s +LR[^ \n ]*)/i,/^(?:[ \n ]+)/i,/^(?: \s +)/i,/^(?:[ \s ]+)/i,/^(?:"[^"% \r \n \v \b \\ ]+")/i,/^(?:"[^"]*")/i,/^(?:erDiagram \b )/i,/^(?: \{ )/i,/^(?:#)/i,/^(?:#)/i,/^(?:,)/i,/^(?::::)/i,/^(?::)/i,/^(?: \s +)/i,/^(?: \b ((?:PK)|(?:FK)|(?:UK)) \b )/i,/^(?:([^ \s ]*)[~].*[~]([^ \s ]*))/i,/^(?:([ \* A-Za-z_ \u 00C0- \u FFFF][A-Za-z0-9 \- \_ \[ \] \( \) \u 00C0- \u FFFF \* ]*))/i,/^(?:"[^"]*")/i,/^(?:[ \n ]+)/i,/^(?: \} )/i,/^(?:.)/i,/^(?: \[ )/i,/^(?: \] )/i,/^(?:style \b )/i,/^(?:[ \n ]+)/i,/^(?: \s +)/i,/^(?::)/i,/^(?:,)/i,/^(?:#)/i,/^(?:classDef \b )/i,/^(?:class \b )/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,/^(?:([^ \x 00- \x 7F]| \w |-| \* )+)/i,/^(?:;)/i,/^(?:([^ \x 00- \x 7F]| \w |-| \* )+)/i,/^(?:[0-9])/i,/^(?:.)/i,/^(?: $ )/i],conditions:{style:{rules:[34,35,36,37,38,69,70],inclusive:!1},acc_descr_multiline:{rules:[5,6],inclusive:!1},acc_descr:{rules:[3],inclusive:!1},acc_title:{rules:[1],inclusive:!1
2026-02-13 14:04:06 -07:00
. entityBox {
fill : $ { t . mainBkg } ;
stroke : $ { t . nodeBorder } ;
}
. relationshipLabelBox {
fill : $ { t . tertiaryColor } ;
opacity : 0.7 ;
background - color : $ { t . tertiaryColor } ;
rect {
opacity : 0.5 ;
}
}
. labelBkg {
2026-03-01 01:45:57 +00:00
background - color : $ { xJe ( t . tertiaryColor , . 5 ) } ;
2026-02-13 14:04:06 -07:00
}
. edgeLabel . label {
fill : $ { t . nodeBorder } ;
font - size : 14 px ;
}
. label {
font - family : $ { t . fontFamily } ;
color : $ { t . nodeTextColor || t . textColor } ;
}
. edge - pattern - dashed {
stroke - dasharray : 8 , 8 ;
}
. node rect ,
. node circle ,
. node ellipse ,
. node polygon
{
fill : $ { t . mainBkg } ;
stroke : $ { t . nodeBorder } ;
stroke - width : 1 px ;
}
. relationshipLine {
stroke : $ { t . lineColor } ;
stroke - width : 1 ;
fill : none ;
}
. marker {
fill : none ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),fge=bJe});var pge={};vr(pge,{diagram:()=>TJe});var TJe,mge=I(()=>{"use strict";cge();uge();hge();dge();TJe={parser:lge,get db(){return new fC},renderer:xB,styles:fge}});function bi(t){return typeof t=="object"&&t!==null&&typeof t. $ type=="string"}function ra(t){return typeof t=="object"&&t!==null&&typeof t. $ refText=="string"&&"ref"in t}function Go(t){return typeof t=="object"&&t!==null&&typeof t. $ refText=="string"&&"items"in t}function bB(t){return typeof t=="object"&&t!==null&&typeof t.name=="string"&&typeof t.type=="string"&&typeof t.path=="string"}function W0(t){return typeof t=="object"&&t!==null&&typeof t.info=="object"&&typeof t.message=="string"}function pc(t){return typeof t=="object"&&t!==null&&Array.isArray(t.content)}function _d(t){return typeof t=="object"&&t!==null&&typeof t.tokenType=="object"}function e4(t){return pc(t)&&typeof t.fullText=="string"}var U0,mc=I(()=>{"use strict";o(bi,"isAstNode");o(ra,"isReference");o(Go,"isMultiReference");o(bB,"isAstNodeDescription");o(W0,"isLinkingError");U0=class{static{o(this,"AbstractAstReflection")}constructor(){this.subtypes={},this.allSubtypes={}}getAllTypes(){return Object.keys(this.types)}getReferenceType(e){let r=this.types[e.container. $ type];if(!r)throw new Error( ` Type $ { e . container . $type || "undefined" } not found . ` );let n=r.properties[e.property]?.referenceType;if(!n)throw new Error( ` Property $ { e . property || "undefined" } of type $ { e . container . $type } is not a reference . ` );return n}getTypeMetaData(e){let r=this.types[e];return r||{name:e,properties:{},superTypes:[]}}isInstance(e,r){return bi(e)&&this.isSubtype(e. $ type,r)}isSubtype(e,r){if(e===r)return!0;let n=this.subtypes[e];n||(n=this.subtypes[e]={});let i=n[r];if(i!==void 0)return i;{let a=this.types[e],s=a?a.superTypes.some(l=>this.isSubtype(l,r)):!1;return n[r]=s,s}}getAllSubTypes(e){let r=this.allSubtypes[e];if(r)return r;{let n=this.getAllTypes(),i=[];for(let a of n)this.isSubtype(a,e)&&i.push(a);return this.allSubtypes[e]=i,i}}};o(pc,"isCompositeCstNode");o(_d,"isLeafCstNode");o(e4,"isRootCstNode")});function CJe(t){return typeof t=="string"?t:typeof t>"u"?"undefined":typeof t.toString=="function"?t.toString():Object.prototype.toString.call(t)}function dC(t){return!!t&&typeof t[Symbol.iterator]=="function"}function Or(...t){if(t.length===1){let e=t[0];if(e instanceof Vo)return e;if(dC(e))return new Vo(()=>e[Symbol.iterator](),r=>r.next());if(typeof e.length=="number")return new Vo(()=>({index:0}),r=>r.index<e.length?{done:!1,value:e[r.index++]}:ss)}return t.length>1?new Vo(()=>({collIndex:0,arrIndex:0}),e=>{do{if(e.iterator){let r=e.iterator.next();if(!r.done)return r;e.iterator=void 0}if(e.array){if(e.arrIndex<e.array.length)return{done:!1,value:e.array[e.arrIndex++]};e.array=void 0,e.arrIndex=0}if(e.collIndex<t.length){let r=t[e.collIndex++];dC(r)?e.iterator=r[Symbol.iterator]():r&&typeof r.length=="number"&&(e.array=r)}}while(e.iterator||e.array||e.collIndex<t.length);return ss}):Dd}var Vo,Dd,ss,Eu,ty,Ms=I(()=>{"use strict";Vo=class t{static{o(this,"StreamImpl")}constructor(e,r){this.startFn=e,this.nextFn=r}iterator(){let e={state:this.startFn(),next:o(()=>this.nextFn(e.state),"next"),[Symbol.iterator]:()=>e};return e}[Symbol.iterator](){return this.iterator()}isEmpty(){return!!this.iterator().next().done}count(){let e=this.iterator(),r=0,n=e.next();for(;!n.done;)r++,n=e.next();return r}toArray(){let e=[],r=this.iterator(),n;do n=r.next(),n.value!==void 0&&e.push(n.value);while(!n.done);return e}toSet(){return new Set(this)}toMap(e,r){let n=this.map(i=>[e?e(i):i,r?r(i):i]);return new Map(n)}toString(){return this.join()}concat(e){return new t(()=>({first:this.startFn(),firstDone:!1,iterator:e[Symbol.iterator]()}),r=>{let n;if(!r.firstDone){do if(n=this.nextFn(r.first),!n.done)return n;while(!n.done);r.firstDone=!0}do if(n=r.iterator.next(),!n.done)return n;while(!n.done);return ss})}join(e=","){let r=this.iterator(),n="",i,a=!1;do i=r.next(),i.done||(a&&(n+=e),n+=CJe(i.value)),a=!0;while(!i.done);return n}indexOf(e,r=0){let n=this.iterator(),i=0,a=n.next();for(;!a.done;){if(i>=r&&a.value===
` ),pr(" \r "),pr(" "),pr(" \v "),pr(" "),pr(" \x A0"),pr(" \u 1680"),pr(" \u 2000"),pr(" \u 2001"),pr(" \u 2002"),pr(" \u 2003"),pr(" \u 2004"),pr(" \u 2005"),pr(" \u 2006"),pr(" \u 2007"),pr(" \u 2008"),pr(" \u 2009"),pr(" \u 200A"),pr(" \u 2028"),pr(" \u 2029"),pr(" \u 202F"),pr(" \u 205F"),pr(" \u 3000"),pr(" \u FEFF")]});var ZJe,FC,JJe,om,Ege=I(()=>{"use strict";jB();Sge();ZJe=/[0-9a-fA-F]/,FC=/[0-9]/,JJe=/[1-9]/,om=class{static{o(this,"RegExpParser")}constructor(){this.idx=0,this.input="",this.groupIdx=0}saveState(){return{idx:this.idx,input:this.input,groupIdx:this.groupIdx}}restoreState(e){this.idx=e.idx,this.input=e.input,this.groupIdx=e.groupIdx}pattern(e){this.idx=0,this.input=e,this.groupIdx=0,this.consumeChar("/");let r=this.disjunction();this.consumeChar("/");let n={type:"Flags",loc:{begin:this.idx,end:e.length},global:!1,ignoreCase:!1,multiLine:!1,unicode:!1,sticky:!1};for(;this.isRegExpFlag();)switch(this.popChar()){case"g":dy(n,"global");break;case"i":dy(n,"ignoreCase");break;case"m":dy(n,"multiLine");break;case"u":dy(n,"unicode");break;case"y":dy(n,"sticky");break}if(this.idx!==this.input.length)throw Error("Redundant input: "+this.input.substring(this.idx));return{type:"Pattern",flags:n,value:r,loc:this.loc(0)}}disjunction(){let e=[],r=this.idx;for(e.push(this.alternative());this.peekChar()==="|";)this.consumeChar("|"),e.push(this.alternative());return{type:"Disjunction",value:e,loc:this.loc(r)}}alternative(){let e=[],r=this.idx;for(;this.isTerm();)e.push(this.term());return{type:"Alternative",value:e,loc:this.loc(r)}}term(){return this.isAssertion()?this.assertion():this.atom()}assertion(){let e=this.idx;switch(this.popChar()){case"^":return{type:"StartAnchor",loc:this.loc(e)};case" $ ":return{type:"EndAnchor",loc:this.loc(e)};case" \\ ":switch(this.popChar()){case"b":return{type:"WordBoundary",loc:this.loc(e)};case"B":return{type:"NonWordBoundary",loc:this.loc(e)}}throw Error("Invalid Assertion Escape");case"(":this.consumeChar("?");let r;switch(this.popChar()){case"=":r="Lookahead";break;case"!":r="NegativeLookahead";break;case"<":{switch(this.popChar()){case"=":r="Lookbehind";break;case"!":r="NegativeLookbehind"}break}}sm(r);let n=this.disjunction();return this.consumeChar(")"),{type:r,value:n,loc:this.loc(e)}}return d4()}quantifier(e=!1){let r,n=this.idx;switch(this.popChar()){case"*":r={atLeast:0,atMost:1/0};break;case"+":r={atLeast:1,atMost:1/0};break;case"?":r={atLeast:0,atMost:1};break;case"{":let i=this.integerIncludingZero();switch(this.popChar()){case"}":r={atLeast:i,atMost:i};break;case",":let a;this.isDigit()?(a=this.integerIncludingZero(),r={atLeast:i,atMost:a}):r={atLeast:i,atMost:1/0},this.consumeChar("}");break}if(e===!0&&r===void 0)return;sm(r);break}if(!(e===!0&&r===void 0)&&sm(r))return this.peekChar(0)==="?"?(this.consumeChar("?"),r.greedy=!1):r.greedy=!0,r.type="Quantifier",r.loc=this.loc(n),r}atom(){let e,r=this.idx;switch(this.peekChar()){case".":e=this.dotAll();break;case" \\ ":e=this.atomEscape();break;case"[":e=this.characterClass();break;case"(":e=this.group();break}return e===void 0&&this.isPatternCharacter()&&(e=this.patternCharacter()),sm(e)?(e.loc=this.loc(r),this.isQuantifier()&&(e.quantifier=this.quantifier()),e):d4()}dotAll(){return this.consumeChar("."),{type:"Set",complement:!0,value:[pr( `
` ),pr(" \r "),pr(" \u 2028"),pr(" \u 2029")]}}atomEscape(){switch(this.consumeChar(" \\ "),this.peekChar()){case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":return this.decimalEscapeAtom();case"d":case"D":case"s":case"S":case"w":case"W":return this.characterClassEscape();case"f":case"n":case"r":case"t":case"v":return this.controlEscapeAtom();case"c":return this.controlLetterEscapeAtom();case"0":return this.nulCharacterAtom();case"x":return this.hexEscapeSequenceAtom();case"u":return this.regExpUnicodeEscapeSequenceAtom();default:return this.identityEscapeAtom()}}decimalEscapeAtom(){return{type:"GroupBackReference",value:this.positiveInteger()}}characterClassEscape(){let e,r=!1;switch(this.popChar()){case"d":e=p4;break;case"D":e=p4,r=!0;break;case"s":e=XB;break;case"S":e=XB,r=!0;break;case"w":e=m4;break;case"W":e=m4,r=!0;break}return sm(e)?{type:"Set",value:e,complement:r}:d4()}controlEscapeAtom(){let e;switch(this.popChar()){case"f":e=pr(" \f ");break;case"n":e=pr( `
` );break;case"r":e=pr(" \r ");break;case"t":e=pr(" ");break;case"v":e=pr(" \v ");break}return sm(e)?{type:"Character",value:e}:d4()}controlLetterEscapeAtom(){this.consumeChar("c");let e=this.popChar();if(/[a-zA-Z]/.test(e)===!1)throw Error("Invalid ");return{type:"Character",value:e.toUpperCase().charCodeAt(0)-64}}nulCharacterAtom(){return this.consumeChar("0"),{type:"Character",value:pr(" \0 ")}}hexEscapeSequenceAtom(){return this.consumeChar("x"),this.parseHexDigits(2)}regExpUnicodeEscapeSequenceAtom(){return this.consumeChar("u"),this.parseHexDigits(4)}identityEscapeAtom(){let e=this.popChar();return{type:"Character",value:pr(e)}}classPatternCharacterAtom(){switch(this.peekChar()){case `
` :case" \r ":case" \u 2028":case" \u 2029":case" \\ ":case"]":throw Error("TBD");default:let e=this.popChar();return{type:"Character",value:pr(e)}}}characterClass(){let e=[],r=!1;for(this.consumeChar("["),this.peekChar(0)==="^"&&(this.consumeChar("^"),r=!0);this.isClassAtom();){let n=this.classAtom(),i=n.type==="Character";if(YB(n)&&this.isRangeDash()){this.consumeChar("-");let a=this.classAtom(),s=a.type==="Character";if(YB(a)){if(a.value<n.value)throw Error("Range out of order in character class");e.push({from:n.value,to:a.value})}else BC(n.value,e),e.push(pr("-")),BC(a.value,e)}else BC(n.value,e)}return this.consumeChar("]"),{type:"Set",complement:r,value:e}}classAtom(){switch(this.peekChar()){case"]":case `
` :case" \r ":case" \u 2028":case" \u 2029":throw Error("TBD");case" \\ ":return this.classEscape();default:return this.classPatternCharacterAtom()}}classEscape(){switch(this.consumeChar(" \\ "),this.peekChar()){case"b":return this.consumeChar("b"),{type:"Character",value:pr(" \b ")};case"d":case"D":case"s":case"S":case"w":case"W":return this.characterClassEscape();case"f":case"n":case"r":case"t":case"v":return this.controlEscapeAtom();case"c":return this.controlLetterEscapeAtom();case"0":return this.nulCharacterAtom();case"x":return this.hexEscapeSequenceAtom();case"u":return this.regExpUnicodeEscapeSequenceAtom();default:return this.identityEscapeAtom()}}group(){let e=!0;switch(this.consumeChar("("),this.peekChar(0)){case"?":this.consumeChar("?"),this.consumeChar(":"),e=!1;break;default:this.groupIdx++;break}let r=this.disjunction();this.consumeChar(")");let n={type:"Group",capturing:e,value:r};return e&&(n.idx=this.groupIdx),n}positiveInteger(){let e=this.popChar();if(JJe.test(e)===!1)throw Error("Expecting a positive integer");for(;FC.test(this.peekChar(0));)e+=this.popChar();return parseInt(e,10)}integerIncludingZero(){let e=this.popChar();if(FC.test(e)===!1)throw Error("Expecting an integer");for(;FC.test(this.peekChar(0));)e+=this.popChar();return parseInt(e,10)}patternCharacter(){let e=this.popChar();switch(e){case `
` :case" \r ":case" \u 2028":case" \u 2029":case"^":case" $ ":case" \\ ":case".":case"*":case"+":case"?":case"(":case")":case"[":case"|":throw Error("TBD");default:return{type:"Character",value:pr(e)}}}isRegExpFlag(){switch(this.peekChar(0)){case"g":case"i":case"m":case"u":case"y":return!0;default:return!1}}isRangeDash(){return this.peekChar()==="-"&&this.isClassAtom(1)}isDigit(){return FC.test(this.peekChar(0))}isClassAtom(e=0){switch(this.peekChar(e)){case"]":case `
` :case" \r ":case" \u 2028":case" \u 2029":return!1;default:return!0}}isTerm(){return this.isAtom()||this.isAssertion()}isAtom(){if(this.isPatternCharacter())return!0;switch(this.peekChar(0)){case".":case" \\ ":case"[":case"(":return!0;default:return!1}}isAssertion(){switch(this.peekChar(0)){case"^":case" $ ":return!0;case" \\ ":switch(this.peekChar(1)){case"b":case"B":return!0;default:return!1}case"(":return this.peekChar(1)==="?"&&(this.peekChar(2)==="="||this.peekChar(2)==="!"||this.peekChar(2)==="<"&&(this.peekChar(3)==="="||this.peekChar(3)==="!"));default:return!1}}isQuantifier(){let e=this.saveState();try{return this.quantifier(!0)!==void 0}catch{return!1}finally{this.restoreState(e)}}isPatternCharacter(){switch(this.peekChar()){case"^":case" $ ":case" \\ ":case".":case"*":case"+":case"?":case"(":case")":case"[":case"|":case"/":case `
` :case" \r ":case" \u 2028":case" \u 2029":return!1;default:return!0}}parseHexDigits(e){let r="";for(let i=0;i<e;i++){let a=this.popChar();if(ZJe.test(a)===!1)throw Error("Expecting a HexDecimal digits");r+=a}return{type:"Character",value:parseInt(r,16)}}peekChar(e=0){return this.input[this.idx+e]}popChar(){let e=this.peekChar(0);return this.consumeChar(void 0),e}consumeChar(e){if(e!==void 0&&this.input[this.idx]!==e)throw Error("Expected: '"+e+"' but found: '"+this.input[this.idx]+"' at offset: "+this.idx);if(this.idx>=this.input.length)throw Error("Unexpected end of input");this.idx++}loc(e){return{begin:e,end:this.idx}}}});var Du,Cge=I(()=>{"use strict";Du=class{static{o(this,"BaseRegExpVisitor")}visitChildren(e){for(let r in e){let n=e[r];e.hasOwnProperty(r)&&(n.type!==void 0?this.visit(n):Array.isArray(n)&&n.forEach(i=>{this.visit(i)},this))}}visit(e){switch(e.type){case"Pattern":this.visitPattern(e);break;case"Flags":this.visitFlags(e);break;case"Disjunction":this.visitDisjunction(e);break;case"Alternative":this.visitAlternative(e);break;case"StartAnchor":this.visitStartAnchor(e);break;case"EndAnchor":this.visitEndAnchor(e);break;case"WordBoundary":this.visitWordBoundary(e);break;case"NonWordBoundary":this.visitNonWordBoundary(e);break;case"Lookahead":this.visitLookahead(e);break;case"NegativeLookahead":this.visitNegativeLookahead(e);break;case"Lookbehind":this.visitLookbehind(e);break;case"NegativeLookbehind":this.visitNegativeLookbehind(e);break;case"Character":this.visitCharacter(e);break;case"Set":this.visitSet(e);break;case"Group":this.visitGroup(e);break;case"GroupBackReference":this.visitGroupBackReference(e);break;case"Quantifier":this.visitQuantifier(e);break}this.visitChildren(e)}visitPattern(e){}visitFlags(e){}visitDisjunction(e){}visitAlternative(e){}visitStartAnchor(e){}visitEndAnchor(e){}visitWordBoundary(e){}visitNonWordBoundary(e){}visitLookahead(e){}visitNegativeLookahead(e){}visitLookbehind(e){}visitNegativeLookbehind(e){}visitCharacter(e){}visitSet(e){}visitGroup(e){}visitGroupBackReference(e){}visitQuantifier(e){}}});var g4=I(()=>{"use strict";Ege();Cge()});var $ C={};vr( $ C,{NEWLINE_REGEXP:()=>QB,escapeRegExp:()=>Fd,getTerminalParts:()=>eet,isMultilineComment:()=>ZB,isWhitespace:()=>y4,partialMatches:()=>JB,partialRegExp:()=>Dge,whitespaceCharacters:()=>_ge});function eet(t){try{typeof t!="string"&&(t=t.source),t= ` / $ { t } / ` ;let e=Age.pattern(t),r=[];for(let n of e.value.value)lm.reset(t),lm.visit(n),r.push({start:lm.startRegexp,end:lm.endRegex});return r}catch{return[]}}function ZB(t){try{return typeof t=="string"&&(t=new RegExp(t)),t=t.toString(),lm.reset(t),lm.visit(Age.pattern(t)),lm.multiline}catch{return!1}}function y4(t){let e=typeof t=="string"?new RegExp(t):t;return _ge.some(r=>e.test(r))}function Fd(t){return t.replace(/[.*+?^ ${ } ()|[ \] \\ ]/g," \\ $ &")}function JB(t,e){let r=Dge(t),n=e.match(r);return!!n&&n[0].length>0}function Dge(t){typeof t=="string"&&(t=new RegExp(t));let e=t,r=t.source,n=0;function i(){let a="",s;function l(h){a+=r.substr(n,h),n+=h}o(l,"appendRaw");function u(h){a+="(?:"+r.substr(n,h)+"| $ )",n+=h}for(o(u,"appendOptional");n<r.length;)switch(r[n]){case" \\ ":switch(r[n+1]){case"c":u(3);break;case"x":u(4);break;case"u":e.unicode?r[n+2]==="{"?u(r.indexOf("}",n)-n+1):u(6):u(2);break;case"p":case"P":e.unicode?u(r.indexOf("}",n)-n+1):u(2);break;case"k":u(r.indexOf(">",n)-n+1);break;default:u(2);break}break;case"[":s=/ \[ (?: \\ .|.)*? \] /g,s.lastIndex=n,s=s.exec(r)||[],u(s[0].length);break;case"|":case"^":case" $ ":case"*":case"+":case"?":l(1);break;case"{":s=/ \{ \d +,? \d * \} /g,s.lastIndex=n,s=s.exec(r),s?l(s[0].length):u(1);break;case"(":if(r[n+1]==="?")switch(r[n+2]){case":":a+="(?:",n+=3,a+=i()+"| $ )";break;case"=":a+="(?=",n+=3,a+=i()+")";break;case"!":s=n,n+=3,i(),a+=r.substr(s,n-s);break;case"<":switch(r[n+3]){case"=":case"!":s=n,n+=4,i(),a+=r.substr(s,n-s);break;default:l(r.indexOf(">",n)-n+1),a+=i()+"| $ )";break}break}else l(1),a+=i()+"| $ )";break;case")":return++n,a;default:u(1);break}return a}return o(i,"process"),new RegExp(i(),t.flags)}var QB,Age,KB,lm,_ge,py=I(()=>{"use strict";g4();QB
` &&(this.multiline=!0),e.quantifier)this.isStarting=!1,this.endRegexpStack=[];else{let n=Fd(r);this.endRegexpStack.push(n),this.isStarting&&(this.startRegexp+=n)}}visitSet(e){if(!this.multiline){let r=this.regex.substring(e.loc.begin,e.loc.end),n=new RegExp(r);this.multiline=!! `
` .match(n)}if(e.quantifier)this.isStarting=!1,this.endRegexpStack=[];else{let r=this.regex.substring(e.loc.begin,e.loc.end);this.endRegexpStack.push(r),this.isStarting&&(this.startRegexp+=r)}}visitChildren(e){e.type==="Group"&&e.quantifier||super.visitChildren(e)}},lm=new KB;o(eet,"getTerminalParts");o(ZB,"isMultilineComment");_ge= ` \ f
\ r \ v \ xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF ` .split("");o(y4,"isWhitespace");o(Fd,"escapeRegExp");o(JB,"partialMatches");o(Dge,"partialRegExp")});var VC={};vr(VC,{findAssignment:()=>lF,findNameAssignment:()=>zC,findNodeForKeyword:()=>sF,findNodeForProperty:()=>x4,findNodesForKeyword:()=>ret,findNodesForKeywordInternal:()=>oF,findNodesForProperty:()=>iF,getActionAtElement:()=>Ige,getActionType:()=>Pge,getAllReachableRules:()=>v4,getAllRulesUsedForCrossReferences:()=>tet,getCrossReferenceTerminal:()=>rF,getEntryRule:()=>Rge,getExplicitRuleType:()=>GC,getHiddenRules:()=>Lge,getRuleType:()=>cF,getRuleTypeName:()=>oet,getTypeName:()=> $ d,isArrayCardinality:()=>iet,isArrayOperator:()=>aet,isCommentTerminal:()=>nF,isDataType:()=>set,isDataTypeRule:()=>b4,isOptionalCardinality:()=>net,terminalRegex:()=>my});function Rge(t){return t.rules.find(e=>wa(e)&&e.entry)}function Lge(t){return t.rules.filter(e=>Os(e)&&e.hidden)}function v4(t,e){let r=new Set,n=Rge(t);if(!n)return new Set(t.rules);let i=[n].concat(Lge(t));for(let s of i)Nge(s,r,e);let a=new Set;for(let s of t.rules)(r.has(s.name)||Os(s)&&s.hidden)&&a.add(s);return a}function Nge(t,e,r){e.add(t.name),gc(t).forEach(n=>{if(Tc(n)||r&&LC(n)){let i=n.rule.ref;i&&!e.has(i.name)&&Nge(i,e,r)}})}function tet(t){let e=new Set;return gc(t).forEach(r=>{bc(r)&&(wa(r.type.ref)&&e.add(r.type.ref),h4(r.type.ref)&&wa(r.type.ref. $ container)&&e.add(r.type.ref. $ container))}),e}function rF(t){if(t.terminal)return t.terminal;if(t.type.ref)return zC(t.type.ref)?.terminal}function nF(t){return t.hidden&&!y4(my(t))}function iF(t,e){return!t||!e?[]:aF(t,e,t.astNode,!0)}function x4(t,e,r){if(!t||!e)return;let n=aF(t,e,t.astNode,!0);if(n.length!==0)return r!==void 0?r=Math.max(0,Math.min(r,n.length-1)):r=0,n[r]}function aF(t,e,r,n){if(!n){let i=Ih(t.grammarSource,xc);if(i&&i.feature===e)return[t]}return pc(t)&&t.astNode===r?t.content.flatMap(i=>aF(i,e,r,!1)):[]}function ret(t,e){return t?oF(t,e,t?.astNode):[]}function sF(t,e,r){if(!t)return;let n=oF(t,e,t?.astNode);if(n.length!==0)return r!==void 0?r=Math.max(0,Math.min(r,n.length-1)):r=0,n[r]}function oF(t,e,r){if(t.astNode!==r)return[];if(Dl(t.grammarSource)&&t.grammarSource.value===e)return[t];let n=nm(t).iterator(),i,a=[];do if(i=n.next(),!i.done){let s=i.value;s.astNode===r?Dl(s.grammarSource)&&s.grammarSource.value===e&&a.push(s):n.prune()}while(!i.done);return a}function lF(t){let e=t.astNode;for(;e===t.container?.astNode;){let r=Ih(t.grammarSource,xc);if(r)return r;t=t.container}}function zC(t){let e=t;return h4(e)&&(Fh(e. $ container)?e=e. $ container. $ container:Bh(e. $ container)?e=e. $ container:_u(e. $ container)),Mge(t,e,new Map)}function Mge(t,e,r){function n(i,a){let s;return Ih(i,xc)||(s=Mge(a,a,r)),r.set(t,s),s}if(o(n,"go"),r.has(t))return r.get(t);r.set(t,void 0);for(let i of gc(e)){if(xc(i)&&i.feature.toLowerCase()==="name")return r.set(t,i),i;if(Tc(i)&&wa(i.rule.ref))return n(i,i.rule.ref);if(RC(i)&&i.typeRef?.ref)return n(i,i.typeRef.ref)}}function Ige(t){let e=t. $ container;if(Pd(e)){let r=e.elements,n=r.indexOf(t);for(let i=n-1;i>=0;i--){let a=r[i];if(Fh(a))return a;{let s=gc(r[i]).find(Fh);if(s)return s}}}if(u4(e))return Ige(e)}function net(t,e){return t==="?"||t==="*"||Pd(e)&&!!e.guardCondition}function iet(t){return t==="*"||t==="+"}function aet(t){return t==="+="}function b4(t){return Oge(t,new Set)}function Oge(t,e){if(e.has(t))return!0;e.add(t);for(let r of gc(t))if(Tc(r)){if(!r.rule.ref||wa(r.rule.ref)&&!Oge(r.rule.ref,e)||Bd(r.rule.ref))return!1}else{if(xc(r))return!1;if(Fh(r))return!1}return!!t.definition}function set(t){return tF(t.type,new Set)}function tF(t,e){if(e.has(t))return!0;if(e.add(t),EB(t))return!1;if(OB(t))return!1;if(zB(t))return t.types.every(r=>tF(r,e));if(RC(t)){if(t.primitiveType!==void 0)return!0;if(t.stringType!==void 0)return!0;if(t.typeRef!==void 0){let r=t.typeRef.ref;return NC(r)?tF(r.type,e):!1}else return!1}else return!1}function GC(t){if(!Os(t)){if(t.inferredType)return t.inferredType.name;if(t.dataType)return t.dataType;if(t.retur
2026-02-13 14:04:06 -07:00
Complement Sets cannot be automatically optimized .
This will disable the lexer ' s first char optimizations .
See : https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#COMPLEMENT for details.`);else{let n="";e&&(n=`
This will disable the lexer ' s first char optimizations .
2026-03-01 01:45:57 +00:00
See : https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#REGEXP_PARSING for details.`),yy(`${S4}
2026-02-13 14:04:06 -07:00
Failed parsing : < $ { t . toString ( ) } >
Using the @ chevrotain / regexp - to - ast library
2026-03-01 01:45:57 +00:00
Please open an issue at : https : //github.com/chevrotain/chevrotain/issues`+n)}}return[]}function xF(t,e,r){switch(t.type){case"Disjunction":for(let i=0;i<t.value.length;i++)xF(t.value[i],e,r);break;case"Alternative":let n=t.value;for(let i=0;i<n.length;i++){let a=n[i];switch(a.type){case"EndAnchor":case"GroupBackReference":case"Lookahead":case"NegativeLookahead":case"Lookbehind":case"NegativeLookbehind":case"StartAnchor":case"WordBoundary":case"NonWordBoundary":continue}let s=a;switch(s.type){case"Character":XC(s.value,e,r);break;case"Set":if(s.complement===!0)throw Error(Yge);Re(s.value,u=>{if(typeof u=="number")XC(u,e,r);else{let h=u;if(r===!0)for(let f=h.from;f<=h.to;f++)XC(f,e,r);else{for(let f=h.from;f<=h.to&&f<Ty;f++)XC(f,e,r);if(h.to>=Ty){let f=h.from>=Ty?h.from:Ty,d=h.to,p=Ru(f),m=Ru(d);for(let g=p;g<=m;g++)e[g]=g}}}});break;case"Group":xF(s.value,e,r);break;default:throw Error("Non Exhaustive Match")}let l=s.quantifier!==void 0&&s.quantifier.atLeast===0;if(s.type==="Group"&&bF(s)===!1||s.type!=="Group"&&l===!1)break}break;default:throw Error("non exhaustive match!")}return Rr(e)}function XC(t,e,r){let n=Ru(t);e[n]=n,r===!0&&Tet(t,e)}function Tet(t,e){let r=String.fromCharCode(t),n=r.toUpperCase();if(n!==r){let i=Ru(n.charCodeAt(0));e[i]=i}else{let i=r.toLowerCase();if(i!==r){let a=Ru(i.charCodeAt(0));e[a]=a}}}function Hge(t,e){return Ds(t.value,r=>{if(typeof r=="number")return ai(e,r);{let n=r;return Ds(e,i=>n.from<=i&&i<=n.to)!==void 0}})}function bF(t){let e=t.quantifier;return e&&e.atLeast===0?!0:t.value?zt(t.value)?rs(t.value,bF):bF(t.value):!1}function KC(t,e){if(e instanceof RegExp){let r=by(e),n=new TF(t);return n.visit(r),n.found}else return Ds(e,r=>ai(t,r.charCodeAt(0)))!==void 0}var Yge,S4,TF,Xge=I(()=>{"use strict";g4();Kt();vy();jC();wF();Yge="Complement Sets are not supported for first char optimization",S4=`Unable to use "first char" lexer optimizations:
` ;o(jge,"getOptimizedStartCodesIndices");o(xF,"firstCharOptimizedIndices");o(XC,"addOptimizedIdxToResult");o(Tet,"handleIgnoreCase");o(Hge,"findCode");o(bF,"isWholeOptional");TF=class extends Du{static{o(this,"CharCodeFinder")}constructor(e){super(),this.targetCharCodes=e,this.found=!1}visitChildren(e){if(this.found!==!0){switch(e.type){case"Lookahead":this.visitLookahead(e);return;case"NegativeLookahead":this.visitNegativeLookahead(e);return;case"Lookbehind":this.visitLookbehind(e);return;case"NegativeLookbehind":this.visitNegativeLookbehind(e);return}super.visitChildren(e)}}visitCharacter(e){ai(this.targetCharCodes,e.value)&&(this.found=!0)}visitSet(e){e.complement?Hge(e,this.targetCharCodes)===void 0&&(this.found=!0):Hge(e,this.targetCharCodes)!==void 0&&(this.found=!0)}};o(KC,"canMatchCharCode")});function Zge(t,e){e=td(e,{useSticky:SF,debug:!1,safeMode:!1,positionTracking:"full",lineTerminatorCharacters:[" \r ", `
` ],tracer:o((b,T)=>T(),"tracer")});let r=e.tracer;r("initCharCodeToOptimizedIndexMap",()=>{Get()});let n;r("Reject Lexer.NA",()=>{n=nd(t,b=>b[hm]===li.NA)});let i=!1,a;r("Transform Patterns",()=>{i=!1,a=it(n,b=>{let T=b[hm];if(bl(T)){let E=T.source;return E.length===1&&E!=="^"&&E!==" $ "&&E!=="."&&!T.ignoreCase?E:E.length===2&&E[0]===" \\ "&&!ai(["d","D","s","S","t","r","n","t","0","c","b","B","f","v","w","W"],E[1])?E[1]:e.useSticky?Qge(T):Kge(T)}else{if( $ i(T))return i=!0,{exec:T};if(typeof T=="object")return i=!0,T;if(typeof T=="string"){if(T.length===1)return T;{let E=T.replace(/[ \\ ^ $ .*+?()[ \] {}|]/g," \\ $ &"),w=new RegExp(E);return e.useSticky?Qge(w):Kge(w)}}else throw Error("non exhaustive match")}})});let s,l,u,h,f;r("misc mapping",()=>{s=it(n,b=>b.tokenTypeIdx),l=it(n,b=>{let T=b.GROUP;if(T!==li.SKIPPED){if(Mi(T))return T;if(Er(T))return!1;throw Error("non exhaustive match")}}),u=it(n,b=>{let T=b.LONGER_ALT;if(T)return zt(T)?it(T,w=>YS(n,w)):[YS(n,T)]}),h=it(n,b=>b.PUSH_MODE),f=it(n,b=>Gt(b,"POP_MODE"))});let d;r("Line Terminator Handling",()=>{let b=s1e(e.lineTerminatorCharacters);d=it(n,T=>!1),e.positionTracking!=="onlyOffset"&&(d=it(n,T=>Gt(T,"LINE_BREAKS")?!!T.LINE_BREAKS:a1e(T,b)===!1&&KC(b,T.PATTERN)))});let p,m,g,y;r("Misc Mapping #2",()=>{p=it(n,n1e),m=it(a, $ et),g=un(n,(b,T)=>{let E=T.GROUP;return Mi(E)&&E!==li.SKIPPED&&(b[E]=[]),b},{}),y=it(a,(b,T)=>({pattern:a[T],longerAlt:u[T],canLineTerminator:d[T],isCustom:p[T],short:m[T],group:l[T],push:h[T],pop:f[T],tokenTypeIdx:s[T],tokenType:n[T]}))});let v=!0,x=[];return e.safeMode||r("First Char Optimization",()=>{x=un(n,(b,T,E)=>{if(typeof T.PATTERN=="string"){let w=T.PATTERN.charCodeAt(0),k=Ru(w);kF(b,k,y[E])}else if(zt(T.START_CHARS_HINT)){let w;Re(T.START_CHARS_HINT,k=>{let C=typeof k=="string"?k.charCodeAt(0):k,D=Ru(C);w!==D&&(w=D,kF(b,D,y[E]))})}else if(bl(T.PATTERN))if(T.PATTERN.unicode)v=!1,e.ensureOptimizations&&yy( ` $ { S4 } Unable to analyze < $ { T . PATTERN . toString ( ) } > pattern .
2026-02-13 14:04:06 -07:00
The regexp unicode flag is not currently supported by the regexp - to - ast library .
This will disable the lexer ' s first char optimizations .
2026-03-01 01:45:57 +00:00
For details See : https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#UNICODE_OPTIMIZE`);else{let w=jge(T.PATTERN,e.ensureOptimizations);Tr(w)&&(v=!1),Re(w,k=>{kF(b,k,y[E])})}else e.ensureOptimizations&&yy(`${S4} TokenType: <${T.name}> is using a custom token pattern without providing <start_chars_hint> parameter.
2026-02-13 14:04:06 -07:00
This will disable the lexer ' s first char optimizations .
2026-03-01 01:45:57 +00:00
For details See : https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#CUSTOM_OPTIMIZE`),v=!1;return b},[])}),{emptyGroups:g,patternIdxToConfig:y,charCodeToPatternIdxToConfig:x,hasCustom:i,canBeOptimized:v}}function Jge(t,e){let r=[],n=ket(t);r=r.concat(n.errors);let i=Eet(n.valid),a=i.valid;return r=r.concat(i.errors),r=r.concat(wet(a)),r=r.concat(Met(a)),r=r.concat(Iet(a,e)),r=r.concat(Oet(a)),r}function wet(t){let e=[],r=cn(t,n=>bl(n[hm]));return e=e.concat(Aet(r)),e=e.concat(Ret(r)),e=e.concat(Let(r)),e=e.concat(Net(r)),e=e.concat(_et(r)),e}function ket(t){let e=cn(t,i=>!Gt(i,hm)),r=it(e,i=>({message:"Token Type: ->"+i.name+"<- missing static 'PATTERN' property",type:oi.MISSING_PATTERN,tokenTypes:[i]})),n=rd(t,e);return{errors:r,valid:n}}function Eet(t){let e=cn(t,i=>{let a=i[hm];return!bl(a)&&!$i(a)&&!Gt(a,"exec")&&!Mi(a)}),r=it(e,i=>({message:"Token Type: ->"+i.name+"<- static 'PATTERN' can only be a RegExp, a Function matching the {CustomPatternMatcherFunc} type or an Object matching the {ICustomPattern} interface.",type:oi.INVALID_PATTERN,tokenTypes:[i]})),n=rd(t,e);return{errors:r,valid:n}}function Aet(t){class e extends Du{static{o(this,"EndAnchorFinder")}constructor(){super(...arguments),this.found=!1}visitEndAnchor(a){this.found=!0}}let r=cn(t,i=>{let a=i.PATTERN;try{let s=by(a),l=new e;return l.visit(s),l.found}catch{return Cet.test(a.source)}});return it(r,i=>({message:`Unexpected RegExp Anchor Error:
2026-02-13 14:04:06 -07:00
Token Type : - > ` +i.name+ ` < - static 'PATTERN' cannot contain end of input anchor '$'
2026-03-01 01:45:57 +00:00
See chevrotain . io / docs / guide / resolving _lexer _errors . html # ANCHORS for details . ` ,type:oi.EOI_ANCHOR_FOUND,tokenTypes:[i]}))}function _et(t){let e=cn(t,n=>n.PATTERN.test(""));return it(e,n=>({message:"Token Type: ->"+n.name+"<- static 'PATTERN' must not match an empty string",type:oi.EMPTY_MATCH_PATTERN,tokenTypes:[n]}))}function Ret(t){class e extends Du{static{o(this,"StartAnchorFinder")}constructor(){super(...arguments),this.found=!1}visitStartAnchor(a){this.found=!0}}let r=cn(t,i=>{let a=i.PATTERN;try{let s=by(a),l=new e;return l.visit(s),l.found}catch{return Det.test(a.source)}});return it(r,i=>({message: ` Unexpected RegExp Anchor Error :
2026-02-13 14:04:06 -07:00
Token Type : - > ` +i.name+ ` < - static 'PATTERN' cannot contain start of input anchor '^'
2026-03-01 01:45:57 +00:00
See https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#ANCHORS for details.`,type:oi.SOI_ANCHOR_FOUND,tokenTypes:[i]}))}function Let(t){let e=cn(t,n=>{let i=n[hm];return i instanceof RegExp&&(i.multiline||i.global)});return it(e,n=>({message:"Token Type: ->"+n.name+"<- static 'PATTERN' may NOT contain global('g') or multiline('m')",type:oi.UNSUPPORTED_FLAGS_FOUND,tokenTypes:[n]}))}function Net(t){let e=[],r=it(t,a=>un(t,(s,l)=>(a.PATTERN.source===l.PATTERN.source&&!ai(e,l)&&l.PATTERN!==li.NA&&(e.push(l),s.push(l)),s),[]));r=fu(r);let n=cn(r,a=>a.length>1);return it(n,a=>{let s=it(a,u=>u.name);return{message:`The same RegExp pattern ->${va(a).PATTERN}<-has been used in all of the following Token Types: ${s.join(", ")} <-`,type:oi.DUPLICATE_PATTERNS_FOUND,tokenTypes:a}})}function Met(t){let e=cn(t,n=>{if(!Gt(n,"GROUP"))return!1;let i=n.GROUP;return i!==li.SKIPPED&&i!==li.NA&&!Mi(i)});return it(e,n=>({message:"Token Type: ->"+n.name+"<- static 'GROUP' can only be Lexer.SKIPPED/Lexer.NA/A String",type:oi.INVALID_GROUP_TYPE_FOUND,tokenTypes:[n]}))}function Iet(t,e){let r=cn(t,i=>i.PUSH_MODE!==void 0&&!ai(e,i.PUSH_MODE));return it(r,i=>({message:`Token Type: ->${i.name}<- static 'PUSH_MODE' value cannot refer to a Lexer Mode ->${i.PUSH_MODE}<-which does not exist`,type:oi.PUSH_MODE_DOES_NOT_EXIST,tokenTypes:[i]}))}function Oet(t){let e=[],r=un(t,(n,i,a)=>{let s=i.PATTERN;return s===li.NA||(Mi(s)?n.push({str:s,idx:a,tokenType:i}):bl(s)&&Bet(s)&&n.push({str:s.source,idx:a,tokenType:i})),n},[]);return Re(t,(n,i)=>{Re(r,({str:a,idx:s,tokenType:l})=>{if(i<s&&Pet(a,n.PATTERN)){let u=`Token: ->${l.name}<- can never be matched.
2026-02-13 14:04:06 -07:00
Because it appears AFTER the Token Type - > $ { n . name } < - in the lexer ' s definition .
2026-03-01 01:45:57 +00:00
See https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#UNREACHABLE`;e.push({message:u,type:oi.UNREACHABLE_PATTERN,tokenTypes:[n,l]})}})}),e}function Pet(t,e){if(bl(e)){if(Fet(e))return!1;let r=e.exec(t);return r!==null&&r.index===0}else{if($i(e))return e(t,0,[],{});if(Gt(e,"exec"))return e.exec(t,0,[],{});if(typeof e=="string")return e===t;throw Error("non exhaustive match")}}function Bet(t){return Ds([".","\\","[","]","|","^","$","(",")","?","*","+","{"],r=>t.source.indexOf(r)!==-1)===void 0}function Fet(t){return/(\(\?=)|(\(\?!)|(\(\?<=)|(\(\?<!)/.test(t.source)}function Kge(t){let e=t.ignoreCase?"i":"";return new RegExp(`^(?:${t.source})`,e)}function Qge(t){let e=t.ignoreCase?"iy":"y";return new RegExp(`${t.source}`,e)}function e1e(t,e,r){let n=[];return Gt(t,wy)||n.push({message:"A MultiMode Lexer cannot be initialized without a <"+wy+`> property in its definition
` ,type:oi.MULTI_MODE_LEXER_WITHOUT_DEFAULT_MODE}),Gt(t,QC)||n.push({message:"A MultiMode Lexer cannot be initialized without a <"+QC+ ` > property in its definition
` ,type:oi.MULTI_MODE_LEXER_WITHOUT_MODES_PROPERTY}),Gt(t,QC)&&Gt(t,wy)&&!Gt(t.modes,t.defaultMode)&&n.push({message: ` A MultiMode Lexer cannot be initialized with a $ { wy } : < $ { t . defaultMode } > which does not exist
` ,type:oi.MULTI_MODE_LEXER_DEFAULT_MODE_VALUE_DOES_NOT_EXIST}),Gt(t,QC)&&Re(t.modes,(i,a)=>{Re(i,(s,l)=>{if(Er(s))n.push({message: ` A Lexer cannot be initialized using an undefined Token Type . Mode : < $ { a } > at index : < $ { l } >
` ,type:oi.LEXER_DEFINITION_CANNOT_CONTAIN_UNDEFINED});else if(Gt(s,"LONGER_ALT")){let u=zt(s.LONGER_ALT)?s.LONGER_ALT:[s.LONGER_ALT];Re(u,h=>{!Er(h)&&!ai(i,h)&&n.push({message: ` A MultiMode Lexer cannot be initialized with a longer _alt < $ { h . name } > on token < $ { s . name } > outside of mode < $ { a } >
` ,type:oi.MULTI_MODE_LEXER_LONGER_ALT_NOT_IN_CURRENT_MODE})})}})}),n}function t1e(t,e,r){let n=[],i=!1,a=fu(ln(Rr(t.modes))),s=nd(a,u=>u[hm]===li.NA),l=s1e(r);return e&&Re(s,u=>{let h=a1e(u,l);if(h!==!1){let d={message:zet(u,h),type:h.issue,tokenType:u};n.push(d)}else Gt(u,"LINE_BREAKS")?u.LINE_BREAKS===!0&&(i=!0):KC(l,u.PATTERN)&&(i=!0)}),e&&!i&&n.push({message: ` Warning : No LINE _BREAKS Found .
2026-02-13 14:04:06 -07:00
This Lexer has been defined to track line and column information ,
But none of the Token Types can be identified as matching a line terminator .
See https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#LINE_BREAKS
2026-03-01 01:45:57 +00:00
for details . ` ,type:oi.NO_LINE_BREAKS_FLAGS}),n}function r1e(t){let e={},r=en(t);return Re(r,n=>{let i=t[n];if(zt(i))e[n]=[];else throw Error("non exhaustive match")}),e}function n1e(t){let e=t.PATTERN;if(bl(e))return!1;if( $ i(e))return!0;if(Gt(e,"exec"))return!0;if(Mi(e))return!1;throw Error("non exhaustive match")}function $ et(t){return Mi(t)&&t.length===1?t.charCodeAt(0):!1}function a1e(t,e){if(Gt(t,"LINE_BREAKS"))return!1;if(bl(t.PATTERN)){try{KC(e,t.PATTERN)}catch(r){return{issue:oi.IDENTIFY_TERMINATOR,errMsg:r.message}}return!1}else{if(Mi(t.PATTERN))return!1;if(n1e(t))return{issue:oi.CUSTOM_LINE_BREAK};throw Error("non exhaustive match")}}function zet(t,e){if(e.issue===oi.IDENTIFY_TERMINATOR)return ` Warning : unable to identify line terminator usage in pattern .
2026-02-13 14:04:06 -07:00
The problem is in the < $ { t . name } > Token Type
Root cause : $ { e . errMsg } .
2026-03-01 01:45:57 +00:00
For details See : https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#IDENTIFY_TERMINATOR`;if(e.issue===oi.CUSTOM_LINE_BREAK)return`Warning: A Custom Token Pattern should specify the <line_breaks> option.
2026-02-13 14:04:06 -07:00
The problem is in the < $ { t . name } > Token Type
2026-03-01 01:45:57 +00:00
For details See : https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#CUSTOM_LINE_BREAK`;throw Error("non exhaustive match")}function s1e(t){return it(t,r=>Mi(r)?r.charCodeAt(0):r)}function kF(t,e,r){t[e]===void 0?t[e]=[r]:t[e].push(r)}function Ru(t){return t<Ty?t:ZC[t]}function Get(){if(Tr(ZC)){ZC=new Array(65536);for(let t=0;t<65536;t++)ZC[t]=t>255?255+~~(t/255):t}}var hm,wy,QC,SF,Cet,Det,i1e,Ty,ZC,wF=I(()=>{"use strict";g4();E4();Kt();vy();Xge();jC();hm="PATTERN",wy="defaultMode",QC="modes",SF=typeof new RegExp("(?:)").sticky=="boolean";o(Zge,"analyzeTokenTypes");o(Jge,"validatePatterns");o(wet,"validateRegExpPattern");o(ket,"findMissingPatterns");o(Eet,"findInvalidPatterns");Cet=/[^\\][$]/;o(Aet,"findEndOfInputAnchor");o(_et,"findEmptyMatchRegExps");Det=/[^\\[][\^]|^\^/;o(Ret,"findStartOfInputAnchor");o(Let,"findUnsupportedFlags");o(Net,"findDuplicatePatterns");o(Met,"findInvalidGroupType");o(Iet,"findModesThatDoNotExist");o(Oet,"findUnreachablePatterns");o(Pet,"tryToMatchStrToPattern");o(Bet,"noMetaChar");o(Fet,"usesLookAheadOrBehind");o(Kge,"addStartOfInput");o(Qge,"addStickyFlag");o(e1e,"performRuntimeChecks");o(t1e,"performWarningRuntimeChecks");o(r1e,"cloneEmptyGroups");o(n1e,"isCustomPattern");o($et,"isShortPattern");i1e={test:o(function(t){let e=t.length;for(let r=this.lastIndex;r<e;r++){let n=t.charCodeAt(r);if(n===10)return this.lastIndex=r+1,!0;if(n===13)return t.charCodeAt(r+1)===10?this.lastIndex=r+2:this.lastIndex=r+1,!0}return!1},"test"),lastIndex:0};o(a1e,"checkLineBreaksIssues");o(zet,"buildLineBreakIssueMessage");o(s1e,"getCharCodes");o(kF,"addToMapOfArrays");Ty=256,ZC=[];o(Ru,"charCodeToOptimizedIndex");o(Get,"initCharCodeToOptimizedIndexMap")});function Gh(t,e){let r=t.tokenTypeIdx;return r===e.tokenTypeIdx?!0:e.isParent===!0&&e.categoryMatchesMap[r]===!0}function ky(t,e){return t.tokenTypeIdx===e.tokenTypeIdx}function Vh(t){let e=Vet(t);qet(e),Wet(e),Uet(e),Re(e,r=>{r.isParent=r.categoryMatches.length>0})}function Vet(t){let e=yn(t),r=t,n=!0;for(;n;){r=fu(ln(it(r,a=>a.CATEGORIES)));let i=rd(r,e);e=e.concat(i),Tr(i)?n=!1:r=i}return e}function qet(t){Re(t,e=>{EF(e)||(c1e[o1e]=e,e.tokenTypeIdx=o1e++),l1e(e)&&!zt(e.CATEGORIES)&&(e.CATEGORIES=[e.CATEGORIES]),l1e(e)||(e.CATEGORIES=[]),Het(e)||(e.categoryMatches=[]),Yet(e)||(e.categoryMatchesMap={})})}function Uet(t){Re(t,e=>{e.categoryMatches=[],Re(e.categoryMatchesMap,(r,n)=>{e.categoryMatches.push(c1e[n].tokenTypeIdx)})})}function Wet(t){Re(t,e=>{u1e([],e)})}function u1e(t,e){Re(t,r=>{e.categoryMatchesMap[r.tokenTypeIdx]=!0}),Re(e.CATEGORIES,r=>{let n=t.concat(e);ai(n,r)||u1e(n,r)})}function EF(t){return Gt(t,"tokenTypeIdx")}function l1e(t){return Gt(t,"CATEGORIES")}function Het(t){return Gt(t,"categoryMatches")}function Yet(t){return Gt(t,"categoryMatchesMap")}function h1e(t){return Gt(t,"tokenTypeIdx")}var o1e,c1e,fm=I(()=>{"use strict";Kt();o(Gh,"tokenStructuredMatcher");o(ky,"tokenStructuredMatcherNoCategories");o1e=1,c1e={};o(Vh,"augmentTokenTypes");o(Vet,"expandCategories");o(qet,"assignTokenDefaultProps");o(Uet,"assignCategoriesTokensProp");o(Wet,"assignCategoriesMapProp");o(u1e,"singleAssignCategoriesToksMap");o(EF,"hasShortKeyProperty");o(l1e,"hasCategoriesProperty");o(Het,"hasExtendingTokensTypesProperty");o(Yet,"hasExtendingTokensTypesMapProperty");o(h1e,"isTokenType")});var Sy,CF=I(()=>{"use strict";Sy={buildUnableToPopLexerModeMessage(t){return`Unable to pop Lexer Mode after encountering Token ->${t.image}<- The Mode Stack is empty`},buildUnexpectedCharactersMessage(t,e,r,n,i,a){return`unexpected character: ->${t.charAt(e)}<- at offset: ${e}, skipped ${r} characters.`}}});var oi,C4,li,E4=I(()=>{"use strict";wF();Kt();vy();fm();CF();jC();(function(t){t[t.MISSING_PATTERN=0]="MISSING_PATTERN",t[t.INVALID_PATTERN=1]="INVALID_PATTERN",t[t.EOI_ANCHOR_FOUND=2]="EOI_ANCHOR_FOUND",t[t.UNSUPPORTED_FLAGS_FOUND=3]="UNSUPPORTED_FLAGS_FOUND",t[t.DUPLICATE_PATTERNS_FOUND=4]="DUPLICATE_PATTERNS_FOUND",t[t.INVALID_GROUP_TYPE_FOUND=5]="INVALID_GROUP_TYPE_FOUND",t[t.PUSH_MODE_DOES_NOT_EXIST=6]="PUSH_MODE_DOES_NOT_EXIST",t[t.MULTI_MODE_LEXER_WITHOU
` ," \r "],ensureOptimizations:!1,safeMode:!1,errorMessageProvider:Sy,traceInitPerf:!1,skipValidations:!1,recoveryEnabled:!0};Object.freeze(C4);li=class{static{o(this,"Lexer")}constructor(e,r=C4){if(this.lexerDefinition=e,this.lexerDefinitionErrors=[],this.lexerDefinitionWarning=[],this.patternIdxToConfig={},this.charCodeToPatternIdxToConfig={},this.modes=[],this.emptyGroups={},this.trackStartLines=!0,this.trackEndLines=!0,this.hasCustom=!1,this.canModeBeOptimized={},this.TRACE_INIT=(i,a)=>{if(this.traceInitPerf===!0){this.traceInitIndent++;let s=new Array(this.traceInitIndent+1).join(" ");this.traceInitIndent<this.traceInitMaxIdent&&console.log( ` $ { s } -- > < $ { i } > ` );let{time:l,value:u}=w4(a),h=l>10?console.warn:console.log;return this.traceInitIndent<this.traceInitMaxIdent&&h( ` $ { s } < -- < $ { i } > time : $ { l } ms ` ),this.traceInitIndent--,u}else return a()},typeof r=="boolean")throw Error( ` The second argument to the Lexer constructor is now an ILexerConfig Object .
a boolean 2 nd argument is no longer supported ` );this.config=Pa({},C4,r);let n=this.config.traceInitPerf;n===!0?(this.traceInitMaxIdent=1/0,this.traceInitPerf=!0):typeof n=="number"&&(this.traceInitMaxIdent=n,this.traceInitPerf=!0),this.traceInitIndent=-1,this.TRACE_INIT("Lexer Constructor",()=>{let i,a=!0;this.TRACE_INIT("Lexer Config handling",()=>{if(this.config.lineTerminatorsPattern===C4.lineTerminatorsPattern)this.config.lineTerminatorsPattern=i1e;else if(this.config.lineTerminatorCharacters===C4.lineTerminatorCharacters)throw Error( ` Error : Missing < lineTerminatorCharacters > property on the Lexer config .
For details See : https : //chevrotain.io/docs/guide/resolving_lexer_errors.html#MISSING_LINE_TERM_CHARS`);if(r.safeMode&&r.ensureOptimizations)throw Error('"safeMode" and "ensureOptimizations" flags are mutually exclusive.');this.trackStartLines=/full|onlyStart/i.test(this.config.positionTracking),this.trackEndLines=/full/i.test(this.config.positionTracking),zt(e)?i={modes:{defaultMode:yn(e)},defaultMode:wy}:(a=!1,i=yn(e))}),this.config.skipValidations===!1&&(this.TRACE_INIT("performRuntimeChecks",()=>{this.lexerDefinitionErrors=this.lexerDefinitionErrors.concat(e1e(i,this.trackStartLines,this.config.lineTerminatorCharacters))}),this.TRACE_INIT("performWarningRuntimeChecks",()=>{this.lexerDefinitionWarning=this.lexerDefinitionWarning.concat(t1e(i,this.trackStartLines,this.config.lineTerminatorCharacters))})),i.modes=i.modes?i.modes:{},Re(i.modes,(l,u)=>{i.modes[u]=nd(l,h=>Er(h))});let s=en(i.modes);if(Re(i.modes,(l,u)=>{this.TRACE_INIT(`Mode: <${u}> processing`,()=>{if(this.modes.push(u),this.config.skipValidations===!1&&this.TRACE_INIT("validatePatterns",()=>{this.lexerDefinitionErrors=this.lexerDefinitionErrors.concat(Jge(l,s))}),Tr(this.lexerDefinitionErrors)){Vh(l);let h;this.TRACE_INIT("analyzeTokenTypes",()=>{h=Zge(l,{lineTerminatorCharacters:this.config.lineTerminatorCharacters,positionTracking:r.positionTracking,ensureOptimizations:r.ensureOptimizations,safeMode:r.safeMode,tracer:this.TRACE_INIT})}),this.patternIdxToConfig[u]=h.patternIdxToConfig,this.charCodeToPatternIdxToConfig[u]=h.charCodeToPatternIdxToConfig,this.emptyGroups=Pa({},this.emptyGroups,h.emptyGroups),this.hasCustom=h.hasCustom||this.hasCustom,this.canModeBeOptimized[u]=h.canBeOptimized}})}),this.defaultMode=i.defaultMode,!Tr(this.lexerDefinitionErrors)&&!this.config.deferDefinitionErrorsHandling){let u=it(this.lexerDefinitionErrors,h=>h.message).join(`-----------------------
2026-02-13 14:04:06 -07:00
` );throw new Error( ` Errors detected in definition of Lexer :
2026-03-01 01:45:57 +00:00
` +u)}Re(this.lexerDefinitionWarning,l=>{T4(l.message)}),this.TRACE_INIT("Choosing sub-methods implementations",()=>{if(SF?(this.chopInput=pa,this.match=this.matchWithTest):(this.updateLastIndex=yi,this.match=this.matchWithExec),a&&(this.handleModes=yi),this.trackStartLines===!1&&(this.computeNewColumn=pa),this.trackEndLines===!1&&(this.updateTokenEndLineColumnLocation=yi),/full/i.test(this.config.positionTracking))this.createTokenInstance=this.createFullToken;else if(/onlyStart/i.test(this.config.positionTracking))this.createTokenInstance=this.createStartOnlyToken;else if(/onlyOffset/i.test(this.config.positionTracking))this.createTokenInstance=this.createOffsetOnlyToken;else throw Error( ` Invalid < positionTracking > config option : "${this.config.positionTracking}" ` );this.hasCustom?(this.addToken=this.addTokenUsingPush,this.handlePayload=this.handlePayloadWithCustom):(this.addToken=this.addTokenUsingMemberAccess,this.handlePayload=this.handlePayloadNoCustom)}),this.TRACE_INIT("Failed Optimization Warnings",()=>{let l=un(this.canModeBeOptimized,(u,h,f)=>(h===!1&&u.push(f),u),[]);if(r.ensureOptimizations&&!Tr(l))throw Error( ` Lexer Modes : < $ { l . join ( ", " ) } > cannot be optimized .
2026-02-13 14:04:06 -07:00
Disable the "ensureOptimizations" lexer config flag to silently ignore this and run the lexer in an un - optimized mode .
2026-03-01 01:45:57 +00:00
Or inspect the console log for details on how to resolve these issues . ` )}),this.TRACE_INIT("clearRegExpParserCache",()=>{Wge()}),this.TRACE_INIT("toFastProperties",()=>{k4(this)})})}tokenize(e,r=this.defaultMode){if(!Tr(this.lexerDefinitionErrors)){let i=it(this.lexerDefinitionErrors,a=>a.message).join( ` -- -- -- -- -- -- -- -- -- -- -- -
2026-02-13 14:04:06 -07:00
` );throw new Error( ` Unable to Tokenize because Errors detected in definition of Lexer :
2026-03-01 01:45:57 +00:00
` +i)}return this.tokenizeInternal(e,r)}tokenizeInternal(e,r){let n,i,a,s,l,u,h,f,d,p,m,g,y,v,x,b,T=e,E=T.length,w=0,k=0,C=this.hasCustom?0:Math.floor(e.length/10),D=new Array(C),R=[],O=this.trackStartLines?1:void 0,L=this.trackStartLines?1:void 0,S=r1e(this.emptyGroups),A=this.trackStartLines,_=this.config.lineTerminatorsPattern,N=0,M=[],P=[],B=[],F=[];Object.freeze(F);let G;function $ (){return M}o( $ ,"getPossiblePatternsSlow");function V(Z){let de=Ru(Z),re=P[de];return re===void 0?F:re}o(V,"getPossiblePatternsOptimized");let K=o(Z=>{if(B.length===1&&Z.tokenType.PUSH_MODE===void 0){let de=this.config.errorMessageProvider.buildUnableToPopLexerModeMessage(Z);R.push({offset:Z.startOffset,line:Z.startLine,column:Z.startColumn,length:Z.image.length,message:de})}else{B.pop();let de=ya(B);M=this.patternIdxToConfig[de],P=this.charCodeToPatternIdxToConfig[de],N=M.length;let re=this.canModeBeOptimized[de]&&this.config.safeMode===!1;P&&re?G=V:G= $ }},"pop_mode");function ee(Z){B.push(Z),P=this.charCodeToPatternIdxToConfig[Z],M=this.patternIdxToConfig[Z],N=M.length,N=M.length;let de=this.canModeBeOptimized[Z]&&this.config.safeMode===!1;P&&de?G=V:G= $ }o(ee,"push_mode"),ee.call(this,r);let H,he=this.config.recoveryEnabled;for(;w<E;){u=null;let Z=T.charCodeAt(w),de=G(Z),re=de.length;for(n=0;n<re;n++){H=de[n];let ne=H.pattern;h=null;let te=H.short;if(te!==!1?Z===te&&(u=ne):H.isCustom===!0?(b=ne.exec(T,w,D,S),b!==null?(u=b[0],b.payload!==void 0&&(h=b.payload)):u=null):(this.updateLastIndex(ne,w),u=this.match(ne,e,w)),u!==null){if(l=H.longerAlt,l!==void 0){let Q=l.length;for(a=0;a<Q;a++){let le=M[l[a]],J=le.pattern;if(f=null,le.isCustom===!0?(b=J.exec(T,w,D,S),b!==null?(s=b[0],b.payload!==void 0&&(f=b.payload)):s=null):(this.updateLastIndex(J,w),s=this.match(J,e,w)),s&&s.length>u.length){u=s,h=f,H=le;break}}}break}}if(u!==null){if(d=u.length,p=H.group,p!==void 0&&(m=H.tokenTypeIdx,g=this.createTokenInstance(u,w,m,H.tokenType,O,L,d),this.handlePayload(g,h),p===!1?k=this.addToken(D,k,g):S[p].push(g)),e=this.chopInput(e,d),w=w+d,L=this.computeNewColumn(L,d),A===!0&&H.canLineTerminator===!0){let ne=0,te,Q;_.lastIndex=0;do te=_.test(u),te===!0&&(Q=_.lastIndex-1,ne++);while(te===!0);ne!==0&&(O=O+ne,L=d-Q,this.updateTokenEndLineColumnLocation(g,p,Q,ne,O,L,d))}this.handleModes(H,K,ee,g)}else{let ne=w,te=O,Q=L,le=he===!1;for(;le===!1&&w<E;)for(e=this.chopInput(e,1),w++,i=0;i<N;i++){let J=M[i],ge=J.pattern,ie=J.short;if(ie!==!1?T.charCodeAt(w)===ie&&(le=!0):J.isCustom===!0?le=ge.exec(T,w,D,S)!==null:(this.updateLastIndex(ge,w),le=ge.exec(e)!==null),le===!0)break}if(y=w-ne,L=this.computeNewColumn(L,y),x=this.config.errorMessageProvider.buildUnexpectedCharactersMessage(T,ne,y,te,Q,ya(B)),R.push({offset:ne,line:te,column:Q,length:y,message:x}),he===!1)break}}return this.hasCustom||(D.length=k),{tokens:D,groups:S,errors:R}}handleModes(e,r,n,i){if(e.pop===!0){let a=e.push;r(i),a!==void 0&&n.call(this,a)}else e.push!==void 0&&n.call(this,e.push)}chopInput(e,r){return e.substring(r)}updateLastIndex(e,r){e.lastIndex=r}updateTokenEndLineColumnLocation(e,r,n,i,a,s,l){let u,h;r!==void 0&&(u=n===l-1,h=u?-1:0,i===1&&u===!0||(e.endLine=a+h,e.endColumn=s-1+-h))}computeNewColumn(e,r){return e+r}createOffsetOnlyToken(e,r,n,i){return{image:e,startOffset:r,tokenTypeIdx:n,tokenType:i}}createStartOnlyToken(e,r,n,i,a,s){return{image:e,startOffset:r,startLine:a,startColumn:s,tokenTypeIdx:n,tokenType:i}}createFullToken(e,r,n,i,a,s,l){return{image:e,startOffset:r,endOffset:r+l-1,startLine:a,endLine:a,startColumn:s,endColumn:s+l-1,tokenTypeIdx:n,tokenType:i}}addTokenUsingPush(e,r,n){return e.push(n),r}addTokenUsingMemberAccess(e,r,n){return e[r]=n,r++,r}handlePayloadNoCustom(e,r){}handlePayloadWithCustom(e,r){r!==null&&(e.payload=r)}matchWithTest(e,r,n){return e.test(r)===!0?r.substring(n,e.lastIndex):null}matchWithExec(e,r){let n=e.exec(r);return n!==null?n[0]:null}};li.SKIPPED="This marks a skipped Token pattern, this means each token identified by it will be consumed and then thrown into oblivion, this can be used to for example to completely ignore whitespace.";li.NA=/NOT_
See : https : //github.com/chevrotain/chevrotain/issues/564#issuecomment-349062346 for details.`;return Gt(t,f1e)&&(r.CATEGORIES=t[f1e]),Vh([r]),Gt(t,d1e)&&(r.LABEL=t[d1e]),Gt(t,p1e)&&(r.GROUP=t[p1e]),Gt(t,g1e)&&(r.POP_MODE=t[g1e]),Gt(t,m1e)&&(r.PUSH_MODE=t[m1e]),Gt(t,y1e)&&(r.LONGER_ALT=t[y1e]),Gt(t,v1e)&&(r.LINE_BREAKS=t[v1e]),Gt(t,x1e)&&(r.START_CHARS_HINT=t[x1e]),r}function Uh(t,e,r,n,i,a,s,l){return{image:e,startOffset:r,endOffset:n,startLine:i,endLine:a,startColumn:s,endColumn:l,tokenTypeIdx:t.tokenTypeIdx,tokenType:t}}function A4(t,e){return Gh(t,e)}var jet,f1e,d1e,p1e,m1e,g1e,y1e,v1e,x1e,Ho,dm=I(()=>{"use strict";Kt();E4();fm();o(qh,"tokenLabel");o(AF,"hasTokenLabel");jet="parent",f1e="categories",d1e="label",p1e="group",m1e="push_mode",g1e="pop_mode",y1e="longer_alt",v1e="line_breaks",x1e="start_chars_hint";o(zd,"createToken");o(Xet,"createTokenInternal");Ho=zd({name:"EOF",pattern:li.NA});Vh([Ho]);o(Uh,"createTokenInstance");o(A4,"tokenMatcher")});var Wh,b1e,kc,Ey=I(()=>{"use strict";dm();Kt();Fs();Wh={buildMismatchTokenMessage({expected:t,actual:e,previous:r,ruleName:n}){return`Expecting ${AF(t)?`--> ${qh(t)} <--`:`token of type --> ${t.name} <--`} but found --> '${e.image}' <--`},buildNotAllInputParsedMessage({firstRedundant:t,ruleName:e}){return"Redundant input, expecting EOF but found: "+t.image},buildNoViableAltMessage({expectedPathsPerAlt:t,actual:e,previous:r,customUserDescription:n,ruleName:i}){let a="Expecting: ",l=`
but found : '`+va(e).image+"' ";if(n)return a+n+l;{let u=un(t,(p,m)=>p.concat(m),[]),h=it(u,p=>`[${it(p,m=>qh(m)).join(" , " ) } ] ` ),d= ` one of these possible Token sequences :
$ { it ( h , ( p , m ) => ` ${ m + 1 } . ${ p } ` ) . join ( `
2026-02-13 14:04:06 -07:00
` )} ` ; return a + d + l } } , buildEarlyExitMessage ( { expectedIterationPaths : t , actual : e , customUserDescription : r , ruleName : n } ) { let i = "Expecting: " , s = `
2026-03-01 01:45:57 +00:00
but found : '`+va(e).image+"' " ; if ( r ) return i + r + s ; { let u = ` expecting at least one iteration which starts with one of these possible Token sequences::
< $ { it ( t , h => ` [ ${ it ( h , f => qh ( f ) ) . join ( "," ) } ] ` ) . join ( " ," ) } > ` ;return i+u+s}}};Object.freeze(Wh);b1e={buildRuleNotFoundError(t,e){return"Invalid grammar, reference to a rule which is not defined: ->"+e.nonTerminalName+ ` < -
inside top level rule : - > ` +t.name+"<-"}},kc={buildDuplicateFoundError(t,e){function r(f){return f instanceof Pr?f.terminalType.name:f instanceof Tn?f.nonTerminalName:""}o(r,"getExtraProductionArgument");let n=t.name,i=va(e),a=i.idx,s=vo(i),l=r(i),u=a>0,h= ` - > $ { s } $ { u ? a : "" } < - $ { l ? ` with argument: -> ${ l } <- ` : "" }
2026-02-13 14:04:06 -07:00
appears more than once ( $ { e . length } times ) in the top level rule : - > $ { n } < - .
For further details see : https : //chevrotain.io/docs/FAQ.html#NUMERICAL_SUFFIXES
` ;return h=h.replace(/[ \t ]+/g," "),h=h.replace(/ \s \s +/g, `
` ),h},buildNamespaceConflictError(t){return ` Namespace conflict found in grammar .
The grammar has both a Terminal ( Token ) and a Non - Terminal ( Rule ) named : < $ { t . name } > .
To resolve this make sure each Terminal and Non - Terminal names are unique
This is easy to accomplish by using the convention that Terminal names start with an uppercase letter
2026-03-01 01:45:57 +00:00
and Non - Terminal names start with a lower case letter . ` },buildAlternationPrefixAmbiguityError(t){let e=it(t.prefixPath,i=>qh(i)).join(", "),r=t.alternation.idx===0?"":t.alternation.idx;return ` Ambiguous alternatives : < $ { t . ambiguityIndices . join ( " ," ) } > due to common lookahead prefix
2026-02-13 14:04:06 -07:00
in < OR$ { r } > inside < $ { t . topLevelRule . name } > Rule ,
< $ { e } > may appears as a prefix path in all these alternatives .
See : https : //chevrotain.io/docs/guide/resolving_grammar_errors.html#COMMON_PREFIX
2026-03-01 01:45:57 +00:00
For Further details . ` },buildAlternationAmbiguityError(t){let e=it(t.prefixPath,i=>qh(i)).join(", "),r=t.alternation.idx===0?"":t.alternation.idx,n= ` Ambiguous Alternatives Detected : < $ { t . ambiguityIndices . join ( " ," ) } > in < OR$ { r } > inside < $ { t . topLevelRule . name } > Rule ,
2026-02-13 14:04:06 -07:00
< $ { e } > may appears as a prefix path in all these alternatives .
` ;return n=n+ ` See : https : //chevrotain.io/docs/guide/resolving_grammar_errors.html#AMBIGUOUS_ALTERNATIVES
2026-03-01 01:45:57 +00:00
For Further details . ` ,n},buildEmptyRepetitionError(t){let e=vo(t.repetition);return t.repetition.idx!==0&&(e+=t.repetition.idx), ` The repetition < $ { e } > within Rule < $ { t . topLevelRule . name } > can never consume any tokens .
2026-02-13 14:04:06 -07:00
This could lead to an infinite loop . ` },buildTokenNameError(t){return"deprecated"},buildEmptyAlternationError(t){return ` Ambiguous empty alternative : < $ { t . emptyChoiceIdx + 1 } > in < OR$ { t . alternation . idx } > inside < $ { t . topLevelRule . name } > Rule .
Only the last alternative may be an empty alternative . ` },buildTooManyAlternativesError(t){return ` An Alternation cannot have more than 256 alternatives :
< OR$ { t . alternation . idx } > inside < $ { t . topLevelRule . name } > Rule .
2026-03-01 01:45:57 +00:00
has $ { t . alternation . definition . length + 1 } alternatives . ` },buildLeftRecursionError(t){let e=t.topLevelRule.name,r=it(t.leftRecursionPath,a=>a.name),n= ` $ { e } -- > $ { r . concat ( [ e ] ) . join ( " --> " ) } ` ;return ` Left Recursion found in grammar .
2026-02-13 14:04:06 -07:00
rule : < $ { e } > can be invoked from itself ( directly or indirectly )
without consuming any Tokens . The grammar path that causes this is :
$ { n }
To fix this refactor your grammar to remove the left recursion .
2026-03-01 01:45:57 +00:00
see : https : //en.wikipedia.org/wiki/LL_parser#Left_factoring.`},buildInvalidRuleNameError(t){return"deprecated"},buildDuplicateRuleNameError(t){let e;return t.topLevelRule instanceof Ps?e=t.topLevelRule.name:e=t.topLevelRule,`Duplicate definition, rule: ->${e}<- is already defined in the grammar: ->${t.grammarName}<-`}}});function T1e(t,e){let r=new _F(t,e);return r.resolveRefs(),r.errors}var _F,w1e=I(()=>{"use strict";xo();Kt();Fs();o(T1e,"resolveGrammar");_F=class extends Bs{static{o(this,"GastRefResolverVisitor")}constructor(e,r){super(),this.nameToTopRule=e,this.errMsgProvider=r,this.errors=[]}resolveRefs(){Re(Rr(this.nameToTopRule),e=>{this.currTopLevel=e,e.accept(this)})}visitNonTerminal(e){let r=this.nameToTopRule[e.nonTerminalName];if(r)e.referencedRule=r;else{let n=this.errMsgProvider.buildRuleNotFoundError(this.currTopLevel,e);this.errors.push({message:n,type:na.UNRESOLVED_SUBRULE_REF,ruleName:this.currTopLevel.name,unresolvedRefName:e.nonTerminalName})}}}});function r6(t,e,r=[]){r=yn(r);let n=[],i=0;function a(l){return l.concat(Ni(t,i+1))}o(a,"remainingPathWith");function s(l){let u=r6(a(l),e,r);return n.concat(u)}for(o(s,"getAlternativesForProd");r.length<e&&i<t.length;){let l=t[i];if(l instanceof Un)return s(l.definition);if(l instanceof Tn)return s(l.definition);if(l instanceof wn)n=s(l.definition);else if(l instanceof Wn){let u=l.definition.concat([new Kr({definition:l.definition})]);return s(u)}else if(l instanceof Hn){let u=[new Un({definition:l.definition}),new Kr({definition:[new Pr({terminalType:l.separator})].concat(l.definition)})];return s(u)}else if(l instanceof Bn){let u=l.definition.concat([new Kr({definition:[new Pr({terminalType:l.separator})].concat(l.definition)})]);n=s(u)}else if(l instanceof Kr){let u=l.definition.concat([new Kr({definition:l.definition})]);n=s(u)}else{if(l instanceof Fn)return Re(l.definition,u=>{Tr(u.definition)===!1&&(n=s(u.definition))}),n;if(l instanceof Pr)r.push(l.terminalType);else throw Error("non exhaustive match")}i++}return n.push({partialPath:r,suffixDef:Ni(t,i)}),n}function n6(t,e,r,n){let i="EXIT_NONE_TERMINAL",a=[i],s="EXIT_ALTERNATIVE",l=!1,u=e.length,h=u-n-1,f=[],d=[];for(d.push({idx:-1,def:t,ruleStack:[],occurrenceStack:[]});!Tr(d);){let p=d.pop();if(p===s){l&&ya(d).idx<=h&&d.pop();continue}let m=p.def,g=p.idx,y=p.ruleStack,v=p.occurrenceStack;if(Tr(m))continue;let x=m[0];if(x===i){let b={idx:g,def:Ni(m),ruleStack:Ch(y),occurrenceStack:Ch(v)};d.push(b)}else if(x instanceof Pr)if(g<u-1){let b=g+1,T=e[b];if(r(T,x.terminalType)){let E={idx:b,def:Ni(m),ruleStack:y,occurrenceStack:v};d.push(E)}}else if(g===u-1)f.push({nextTokenType:x.terminalType,nextTokenOccurrence:x.idx,ruleStack:y,occurrenceStack:v}),l=!0;else throw Error("non exhaustive match");else if(x instanceof Tn){let b=yn(y);b.push(x.nonTerminalName);let T=yn(v);T.push(x.idx);let E={idx:g,def:x.definition.concat(a,Ni(m)),ruleStack:b,occurrenceStack:T};d.push(E)}else if(x instanceof wn){let b={idx:g,def:Ni(m),ruleStack:y,occurrenceStack:v};d.push(b),d.push(s);let T={idx:g,def:x.definition.concat(Ni(m)),ruleStack:y,occurrenceStack:v};d.push(T)}else if(x instanceof Wn){let b=new Kr({definition:x.definition,idx:x.idx}),T=x.definition.concat([b],Ni(m)),E={idx:g,def:T,ruleStack:y,occurrenceStack:v};d.push(E)}else if(x instanceof Hn){let b=new Pr({terminalType:x.separator}),T=new Kr({definition:[b].concat(x.definition),idx:x.idx}),E=x.definition.concat([T],Ni(m)),w={idx:g,def:E,ruleStack:y,occurrenceStack:v};d.push(w)}else if(x instanceof Bn){let b={idx:g,def:Ni(m),ruleStack:y,occurrenceStack:v};d.push(b),d.push(s);let T=new Pr({terminalType:x.separator}),E=new Kr({definition:[T].concat(x.definition),idx:x.idx}),w=x.definition.concat([E],Ni(m)),k={idx:g,def:w,ruleStack:y,occurrenceStack:v};d.push(k)}else if(x instanceof Kr){let b={idx:g,def:Ni(m),ruleStack:y,occurrenceStack:v};d.push(b),d.push(s);let T=new Kr({definition:x.definition,idx:x.idx}),E=x.definition.concat([T],Ni(m)),w={idx:g,def:E,ruleStack:y,occurrenceStack:v};d.push(w)}else if(x instanceof Fn)for(let b=x.definition.length-1;b>=0;b--){let T=x
2026-02-13 14:04:06 -07:00
$ { a . join ( `
` ).replace(/ \n /g, `
2026-03-01 01:45:57 +00:00
` )} ` ) } } , "validateVisitor" ) } ; return r . prototype = n , r . prototype . constructor = r , r . _RULE _NAMES = e , r } function Z1e ( t , e , r ) { let n = o ( function ( ) { } , "derivedConstructor" ) ; WF ( n , t + "BaseSemanticsWithDefaults" ) ; let i = Object . create ( r . prototype ) ; return Re ( e , a => { i [ a ] = ltt } ) , n . prototype = i , n . prototype . constructor = n , n } function ctt ( t , e ) { return utt ( t , e ) } function utt ( t , e ) { let r = cn ( e , i => $i ( t [ i ] ) === ! 1 ) , n = it ( r , i => ( { msg : ` Missing visitor method: < ${ i } > on ${ t . constructor . name } CST Visitor. ` , type : HF . MISSING _METHOD , methodName : i } ) ) ; return fu ( n ) } var HF , J1e = I ( ( ) => { "use strict" ; Kt ( ) ; K1e ( ) ; o ( ltt , "defaultVisit" ) ; o ( Q1e , "createBaseSemanticVisitorConstructor" ) ; o ( Z1e , "createBaseVisitorConstructorWithDefaults" ) ; ( function ( t ) { t [ t . REDUNDANT _METHOD = 0 ] = "REDUNDANT_METHOD" , t [ t . MISSING _METHOD = 1 ] = "MISSING_METHOD" } ) ( HF || ( HF = { } ) ) ; o ( ctt , "validateVisitor" ) ; o ( utt , "validateMissingCstMethods" ) } ) ; var g6 , eye = I ( ( ) => { "use strict" ; X1e ( ) ; Kt ( ) ; J1e ( ) ; xo ( ) ; g6 = class { static { o ( this , "TreeBuilder" ) } initTreeBuilder ( e ) { if ( this . CST _STACK = [ ] , this . outputCst = e . outputCst , this . nodeLocationTracking = Gt ( e , "nodeLocationTracking" ) ? e . nodeLocationTracking : $s . nodeLocationTracking , ! this . outputCst ) this . cstInvocationStateUpdate = yi , this . cstFinallyStateUpdate = yi , this . cstPostTerminal = yi , this . cstPostNonTerminal = yi , this . cstPostRule = yi ; else if ( /full/i . test ( this . nodeLocationTracking ) ) this . recoveryEnabled ? ( this . setNodeLocationFromToken = UF , this . setNodeLocationFromNode = UF , this . cstPostRule = yi , this . setInitialNodeLocation = this . setInitialNodeLocationFullRecovery ) : ( this . setNodeLocationFromToken = yi , this . setNodeLocationFromNode = yi , this . cstPostRule = this . cstPostRuleFull , this . setInitialNodeLocation = this . setInitialNodeLocationFullRegular ) ; else if ( /onlyOffset/i . test ( this . nodeLocationTracking ) ) this . recoveryEnabled ? ( this . setNodeLocationFromToken = qF , this . setNodeLocationFromNode = qF , this . cstPostRule = yi , this . setInitialNodeLocation = this . setInitialNodeLocationOnlyOffsetRecovery ) : ( this . setNodeLocationFromToken = yi , this . setNodeLocationFromNode = yi , this . cstPostRule = this . cstPostRuleOnlyOffset , this . setInitialNodeLocation = this . setInitialNodeLocationOnlyOffsetRegular ) ; else if ( /none/i . test ( this . nodeLocationTracking ) ) this . setNodeLocationFromToken = yi , this . setNodeLocationFromNode = yi , this . cstPostRule = yi , this . setInitialNodeLocation = yi ; else throw Error ( ` Invalid <nodeLocationTracking> config option: " ${ e . nodeLocationTracking } " ` ) } setInitialNodeLocationOnlyOffsetRecovery ( e ) { e . location = { startOffset : NaN , endOffset : NaN } } setInitialNodeLocationOnlyOffsetRegular ( e ) { e . location = { startOffset : this . LA ( 1 ) . startOffset , endOffset : NaN } } setInitialNodeLocationFullRecovery ( e ) { e . location = { startOffset : NaN , startLine : NaN , startColumn : NaN , endOffset : NaN , endLine : NaN , endColumn : NaN } } setInitialNodeLocationFullRegular ( e ) { let r = this . LA ( 1 ) ; e . location = { startOffset : r . startOffset , startLine : r . startLine , startColumn : r . startColumn , endOffset : NaN , endLine : NaN , endColumn : NaN } } cstInvocationStateUpdate ( e ) { let r = { name : e , children : Object . create ( null ) } ; this . setInitialNodeLocation ( r ) , this . CST _STACK . push ( r ) } cstFinallyStateUpdate ( ) { this . CST _STACK . pop ( ) } cstPostRuleFull ( e ) { let r = this . LA ( 0 ) , n = e . location ; n . startOffset <= r . startOffset ? ( n . endOffset = r . endOffset , n . endLine = r . endLine , n . endColumn = r . endColumn ) : ( n . startOffset = NaN , n . startLine = NaN , n . startColumn = NaN ) } cstPostRuleOnlyOffset ( e ) { let r = this . LA ( 0 ) , n = e . location ; n . startOffset <= r . startOffset ? n . endOffset = r . endOffset : n . startOffset = NaN } cstPostTerminal ( e , r ) { let n = this . CST _STACK [ this . CST _STACK . length - 1 ] ; Y1e ( n , r , e ) , this . setNodeLocationFromToken ( n . location , r ) } cstPostNonTerminal ( e , r ) { let n = this . CST _STACK [ this . CST _STACK . length - 1 ] ; j1e ( n , r , e ) , this . setNodeLocationFromNode ( n . location , e . location ) } getBaseCstVisitorConstructor ( ) { if ( Er ( this . baseCstVisitorConstructor ) ) { let e = Q1e ( this . className , en ( this . gastProductionsCache ) ) ; return this . baseCstVisitorConstructor = e , e } return this . baseCstVisitorConstructor } getBaseCstVisitorConstructorWithDefaults ( ) { if ( Er ( this . baseCstVisitorWithDefaultsConstructor ) ) { let e = Z1e ( this . className , en ( this . gastProductionsCache ) , this . getBaseCstVisitorConstructor ( ) ) ; return this . baseCstVisitorWithDefaultsConstructor = e , e } return this . baseCstVisitorWithDefaultsConstructor } getL
2026-02-13 14:04:06 -07:00
See : https : //chevrotain.io/docs/changes/BREAKING_CHANGES.html#_6-0-0
2026-03-01 01:45:57 +00:00
For Further details . ` );if(zt(e)){if(Tr(e))throw Error( ` A Token Vocabulary cannot be empty .
2026-02-13 14:04:06 -07:00
Note that the first argument for the parser constructor
is no longer a Token vector ( since v4 . 0 ) . ` );if(typeof e[0].startOffset=="number")throw Error( ` The Parser constructor no longer accepts a token vector as the first argument .
See : https : //chevrotain.io/docs/changes/BREAKING_CHANGES.html#_4-0-0
2026-03-01 01:45:57 +00:00
For Further details . ` )}if(zt(e))this.tokensMap=un(e,(a,s)=>(a[s.name]=s,a),{});else if(Gt(e,"modes")&&rs(ln(Rr(e.modes)),h1e)){let a=ln(Rr(e.modes)),s=_1(a);this.tokensMap=un(s,(l,u)=>(l[u.name]=u,l),{})}else if(In(e))this.tokensMap=yn(e);else throw new Error("<tokensDictionary> argument must be An Array of Token constructors, A dictionary of Token constructors or an IMultiModeLexerDefinition");this.tokensMap.EOF=Ho;let n=Gt(e,"modes")?ln(Rr(e.modes)):Rr(e),i=rs(n,a=>Tr(a.categoryMatches));this.tokenMatcher=i?ky:Gh,Vh(Rr(this.tokensMap))}defineRule(e,r,n){if(this.selfAnalysisDone)throw Error( ` Grammar rule < $ { e } > may not be defined after the 'performSelfAnalysis' method has been called '
Make sure that all grammar rule definitions are done before 'performSelfAnalysis' is called . ` );let i=Gt(n,"resyncEnabled")?n.resyncEnabled:My.resyncEnabled,a=Gt(n,"recoveryValueFunc")?n.recoveryValueFunc:My.recoveryValueFunc,s=this.ruleShortNameIdx<<12;this.ruleShortNameIdx++,this.shortRuleNameToFull[s]=e,this.fullRuleNameToShort[e]=s;let l;return this.outputCst===!0?l=o(function(...f){try{this.ruleInvocationStateUpdate(s,e,this.subruleIdx),r.apply(this,f);let d=this.CST_STACK[this.CST_STACK.length-1];return this.cstPostRule(d),d}catch(d){return this.invokeRuleCatch(d,i,a)}finally{this.ruleFinallyStateUpdate()}},"invokeRuleWithTry"):l=o(function(...f){try{return this.ruleInvocationStateUpdate(s,e,this.subruleIdx),r.apply(this,f)}catch(d){return this.invokeRuleCatch(d,i,a)}finally{this.ruleFinallyStateUpdate()}},"invokeRuleWithTryCst"),Object.assign(l,{ruleName:e,originalGrammarAction:r})}invokeRuleCatch(e,r,n){let i=this.RULE_STACK.length===1,a=r&&!this.isBackTracking()&&this.recoveryEnabled;if(Gd(e)){let s=e;if(a){let l=this.findReSyncTokenType();if(this.isInCurrentRuleReSyncSet(l))if(s.resyncedTokens=this.reSyncTo(l),this.outputCst){let u=this.CST_STACK[this.CST_STACK.length-1];return u.recoveredNode=!0,u}else return n(e);else{if(this.outputCst){let u=this.CST_STACK[this.CST_STACK.length-1];u.recoveredNode=!0,s.partialCstResult=u}throw s}}else{if(i)return this.moveToTerminatedState(),n(e);throw s}}else throw e}optionInternal(e,r){let n=this.getKeyForAutomaticLookahead(512,r);return this.optionInternalLogic(e,r,n)}optionInternalLogic(e,r,n){let i=this.getLaFuncFromCache(n),a;if(typeof e!="function"){a=e.DEF;let s=e.GATE;if(s!==void 0){let l=i;i=o(()=>s.call(this)&&l.call(this),"lookAheadFunc")}}else a=e;if(i.call(this)===!0)return a.call(this)}atLeastOneInternal(e,r){let n=this.getKeyForAutomaticLookahead(1024,e);return this.atLeastOneInternalLogic(e,r,n)}atLeastOneInternalLogic(e,r,n){let i=this.getLaFuncFromCache(n),a;if(typeof r!="function"){a=r.DEF;let s=r.GATE;if(s!==void 0){let l=i;i=o(()=>s.call(this)&&l.call(this),"lookAheadFunc")}}else a=r;if(i.call(this)===!0){let s=this.doSingleRepetition(a);for(;i.call(this)===!0&&s===!0;)s=this.doSingleRepetition(a)}else throw this.raiseEarlyExitException(e,ci.REPETITION_MANDATORY,r.ERR_MSG);this.attemptInRepetitionRecovery(this.atLeastOneInternal,[e,r],i,1024,e,t6)}atLeastOneSepFirstInternal(e,r){let n=this.getKeyForAutomaticLookahead(1536,e);this.atLeastOneSepFirstInternalLogic(e,r,n)}atLeastOneSepFirstInternalLogic(e,r,n){let i=r.DEF,a=r.SEP;if(this.getLaFuncFromCache(n).call(this)===!0){i.call(this);let l=o(()=>this.tokenMatcher(this.LA(1),a),"separatorLookAheadFunc");for(;this.tokenMatcher(this.LA(1),a)===!0;)this.CONSUME(a),i.call(this);this.attemptInRepetitionRecovery(this.repetitionSepSecondInternal,[e,a,l,i,D4],l,1536,e,D4)}else throw this.raiseEarlyExitException(e,ci.REPETITION_MANDATORY_WITH_SEPARATOR,r.ERR_MSG)}manyInternal(e,r){let n=this.getKeyForAutomaticLookahead(768,e);return this.manyInternalLogic(e,r,n)}manyInternalLogic(e,r,n){let i=this.getLaFuncFromCache(n),a;if(typeof r!="function"){a=r.DEF;let l=r.GATE;if(l!==void 0){let u=i;i=o(()=>l.call(this)&&u.call(this),"lookaheadFunction")}}else a=r;let s=!0;for(;i.call(this)===!0&&s===!0;)s=this.doSingleRepetition(a);this.attemptInRepetitionRecovery(this.manyInternal,[e,r],i,768,e,e6,s)}manySepFirstInternal(e,r){let n=this.getKeyForAutomaticLookahead(1280,e);this.manySepFirstInternalLogic(e,r,n)}manySepFirstInternalLogic(e,r,n){let i=r.DEF,a=r.SEP;if(this.getLaFuncFromCache(n).call(this)===!0){i.call(this);let l=o(()=>this.tokenMatcher(this.LA(1),a),"separatorLookAheadFunc");for(;this.tokenMatcher(this.LA(1),a)===!0;)this.CONSUME(a),i.call(this);this.attemptInRepetitionRecovery(this.repetitionSepSecondInternal,[e,a,l,i,_4],l,1280,e,_4)}}repetitionSepSecondInternal(e,r,n,i,a){for(;n();)this.CONSUME(r),i.call(this);this.attemptInRepetitionRecovery(this.repetitionSepSecondInternal,[e,r,n,i,a],n,1536,e,a)}doSingleRepetition(e){let r=this.getLexerPosition();return e.call(this),this.getLexerPosition()>r}orInternal
Idx value must be a none negative value smaller than $ { oye + 1 } ` );throw e.KNOWN_RECORDER_ERROR=!0,e}}var S6,sye,oye,cye,uye,ftt,w6,hye=I(()=>{"use strict";Kt();Fs();E4();fm();dm();xo();u6();S6={description:"This Object indicates the Parser is during Recording Phase"};Object.freeze(S6);sye=!0,oye=Math.pow(2,8)-1,cye=zd({name:"RECORDING_PHASE_TOKEN",pattern:li.NA});Vh([cye]);uye=Uh(cye, ` This IToken indicates the Parser is in Recording Phase
See : https : //chevrotain.io/docs/guide/internals.html#grammar-recording for details`,-1,-1,-1,-1,-1,-1);Object.freeze(uye);ftt={name:`This CSTNode indicates the Parser is in Recording Phase
See : https : //chevrotain.io/docs/guide/internals.html#grammar-recording for details`,children:{}},w6=class{static{o(this,"GastRecorder")}initGastRecorder(e){this.recordingProdStack=[],this.RECORDING_PHASE=!1}enableRecording(){this.RECORDING_PHASE=!0,this.TRACE_INIT("Enable Recording",()=>{for(let e=0;e<10;e++){let r=e>0?e:"";this[`CONSUME${r}`]=function(n,i){return this.consumeInternalRecord(n,e,i)},this[`SUBRULE${r}`]=function(n,i){return this.subruleInternalRecord(n,e,i)},this[`OPTION${r}`]=function(n){return this.optionInternalRecord(n,e)},this[`OR${r}`]=function(n){return this.orInternalRecord(n,e)},this[`MANY${r}`]=function(n){this.manyInternalRecord(e,n)},this[`MANY_SEP${r}`]=function(n){this.manySepFirstInternalRecord(e,n)},this[`AT_LEAST_ONE${r}`]=function(n){this.atLeastOneInternalRecord(e,n)},this[`AT_LEAST_ONE_SEP${r}`]=function(n){this.atLeastOneSepFirstInternalRecord(e,n)}}this.consume=function(e,r,n){return this.consumeInternalRecord(r,e,n)},this.subrule=function(e,r,n){return this.subruleInternalRecord(r,e,n)},this.option=function(e,r){return this.optionInternalRecord(r,e)},this.or=function(e,r){return this.orInternalRecord(r,e)},this.many=function(e,r){this.manyInternalRecord(e,r)},this.atLeastOne=function(e,r){this.atLeastOneInternalRecord(e,r)},this.ACTION=this.ACTION_RECORD,this.BACKTRACK=this.BACKTRACK_RECORD,this.LA=this.LA_RECORD})}disableRecording(){this.RECORDING_PHASE=!1,this.TRACE_INIT("Deleting Recording methods",()=>{let e=this;for(let r=0;r<10;r++){let n=r>0?r:"";delete e[`CONSUME${n}`],delete e[`SUBRULE${n}`],delete e[`OPTION${n}`],delete e[`OR${n}`],delete e[`MANY${n}`],delete e[`MANY_SEP${n}`],delete e[`AT_LEAST_ONE${n}`],delete e[`AT_LEAST_ONE_SEP${n}`]}delete e.consume,delete e.subrule,delete e.option,delete e.or,delete e.many,delete e.atLeastOne,delete e.ACTION,delete e.BACKTRACK,delete e.LA})}ACTION_RECORD(e){}BACKTRACK_RECORD(e,r){return()=>!0}LA_RECORD(e){return Ny}topLevelRuleRecord(e,r){try{let n=new Ps({definition:[],name:e});return n.name=e,this.recordingProdStack.push(n),r.call(this),this.recordingProdStack.pop(),n}catch(n){if(n.KNOWN_RECORDER_ERROR!==!0)try{n.message=n.message+`
2026-02-13 14:04:06 -07:00
This error was thrown during the "grammar recording phase" For more info see :
2026-03-01 01:45:57 +00:00
https : //chevrotain.io/docs/guide/internals.html#grammar-recording`}catch{throw n}throw n}}optionInternalRecord(e,r){return F4.call(this,wn,e,r)}atLeastOneInternalRecord(e,r){F4.call(this,Wn,r,e)}atLeastOneSepFirstInternalRecord(e,r){F4.call(this,Hn,r,e,sye)}manyInternalRecord(e,r){F4.call(this,Kr,r,e)}manySepFirstInternalRecord(e,r){F4.call(this,Bn,r,e,sye)}orInternalRecord(e,r){return dtt.call(this,e,r)}subruleInternalRecord(e,r,n){if(k6(r),!e||Gt(e,"ruleName")===!1){let l=new Error(`<SUBRULE${lye(r)}> argument is invalid expecting a Parser method reference but got: <${JSON.stringify(e)}>
inside top level rule : < $ { this . recordingProdStack [ 0 ] . name } > ` );throw l.KNOWN_RECORDER_ERROR=!0,l}let i=ya(this.recordingProdStack),a=e.ruleName,s=new Tn({idx:r,nonTerminalName:a,label:n?.LABEL,referencedRule:void 0});return i.definition.push(s),this.outputCst?ftt:S6}consumeInternalRecord(e,r,n){if(k6(r),!EF(e)){let s=new Error( ` < CONSUME$ { lye ( r ) } > argument is invalid expecting a TokenType reference but got : < $ { JSON . stringify ( e ) } >
inside top level rule : < $ { this . recordingProdStack [ 0 ] . name } > ` );throw s.KNOWN_RECORDER_ERROR=!0,s}let i=ya(this.recordingProdStack),a=new Pr({idx:r,terminalType:e,label:n?.LABEL});return i.definition.push(a),uye}};o(F4,"recordProd");o(dtt,"recordOrProd");o(lye,"getIdxSuffix");o(k6,"assertMethodIdxIsValid")});var E6,fye=I(()=>{"use strict";Kt();vy();xo();E6=class{static{o(this,"PerformanceTracer")}initPerformanceTracer(e){if(Gt(e,"traceInitPerf")){let r=e.traceInitPerf,n=typeof r=="number";this.traceInitMaxIdent=n?r:1/0,this.traceInitPerf=n?r>0:r}else this.traceInitMaxIdent=0,this.traceInitPerf= $ s.traceInitPerf;this.traceInitIndent=-1}TRACE_INIT(e,r){if(this.traceInitPerf===!0){this.traceInitIndent++;let n=new Array(this.traceInitIndent+1).join(" ");this.traceInitIndent<this.traceInitMaxIdent&&console.log( ` $ { n } -- > < $ { e } > ` );let{time:i,value:a}=w4(r),s=i>10?console.warn:console.log;return this.traceInitIndent<this.traceInitMaxIdent&&s( ` $ { n } < -- < $ { e } > time : $ { i } ms ` ),this.traceInitIndent--,a}else return r()}}});function dye(t,e){e.forEach(r=>{let n=r.prototype;Object.getOwnPropertyNames(n).forEach(i=>{if(i==="constructor")return;let a=Object.getOwnPropertyDescriptor(n,i);a&&(a.get||a.set)?Object.defineProperty(t.prototype,i,a):t.prototype[i]=r.prototype[i]})})}var pye=I(()=>{"use strict";o(dye,"applyMixins")});function C6(t=void 0){return function(){return t}}var Ny, $ s,My,na, $ 4,z4,xo=I(()=>{"use strict";Kt();vy();Uge();dm();Ey();z1e();FF();H1e();eye();tye();rye();nye();iye();aye();hye();fye();pye();M4();Ny=Uh(Ho,"",NaN,NaN,NaN,NaN,NaN,NaN);Object.freeze(Ny); $ s=Object.freeze({recoveryEnabled:!1,maxLookahead:3,dynamicTokensEnabled:!1,outputCst:!0,errorMessageProvider:Wh,nodeLocationTracking:"none",traceInitPerf:!1,skipValidations:!1}),My=Object.freeze({recoveryValueFunc:o(()=>{},"recoveryValueFunc"),resyncEnabled:!0});(function(t){t[t.INVALID_RULE_NAME=0]="INVALID_RULE_NAME",t[t.DUPLICATE_RULE_NAME=1]="DUPLICATE_RULE_NAME",t[t.INVALID_RULE_OVERRIDE=2]="INVALID_RULE_OVERRIDE",t[t.DUPLICATE_PRODUCTIONS=3]="DUPLICATE_PRODUCTIONS",t[t.UNRESOLVED_SUBRULE_REF=4]="UNRESOLVED_SUBRULE_REF",t[t.LEFT_RECURSION=5]="LEFT_RECURSION",t[t.NONE_LAST_EMPTY_ALT=6]="NONE_LAST_EMPTY_ALT",t[t.AMBIGUOUS_ALTS=7]="AMBIGUOUS_ALTS",t[t.CONFLICT_TOKENS_RULES_NAMESPACE=8]="CONFLICT_TOKENS_RULES_NAMESPACE",t[t.INVALID_TOKEN_NAME=9]="INVALID_TOKEN_NAME",t[t.NO_NON_EMPTY_LOOKAHEAD=10]="NO_NON_EMPTY_LOOKAHEAD",t[t.AMBIGUOUS_PREFIX_ALTS=11]="AMBIGUOUS_PREFIX_ALTS",t[t.TOO_MANY_ALTS=12]="TOO_MANY_ALTS",t[t.CUSTOM_LOOKAHEAD_VALIDATION=13]="CUSTOM_LOOKAHEAD_VALIDATION"})(na||(na={}));o(C6,"EMPTY_ALT"); $ 4=class t{static{o(this,"Parser")}static performSelfAnalysis(e){throw Error("The **static** ` performSelfAnalysis ` method has been deprecated. \n Use the **instance** method with the same name instead.")}performSelfAnalysis(){this.TRACE_INIT("performSelfAnalysis",()=>{let e;this.selfAnalysisDone=!0;let r=this.className;this.TRACE_INIT("toFastProps",()=>{k4(this)}),this.TRACE_INIT("Grammar Recording",()=>{try{this.enableRecording(),Re(this.definedRulesNames,i=>{let s=this[i].originalGrammarAction,l;this.TRACE_INIT( ` $ { i } Rule ` ,()=>{l=this.topLevelRuleRecord(i,s)}),this.gastProductionsCache[i]=l})}finally{this.disableRecording()}});let n=[];if(this.TRACE_INIT("Grammar Resolving",()=>{n=F1e({rules:Rr(this.gastProductionsCache)}),this.definitionErrors=this.definitionErrors.concat(n)}),this.TRACE_INIT("Grammar Validations",()=>{if(Tr(n)&&this.skipValidations===!1){let i= $ 1e({rules:Rr(this.gastProductionsCache),tokenTypes:Rr(this.tokensMap),errMsgProvider:kc,grammarName:r}),a=L1e({lookaheadStrategy:this.lookaheadStrategy,rules:Rr(this.gastProductionsCache),tokenTypes:Rr(this.tokensMap),grammarName:r});this.definitionErrors=this.definitionErrors.concat(i,a)}}),Tr(this.definitionErrors)&&(this.recoveryEnabled&&this.TRACE_INIT("computeAllProdsFollows",()=>{let i=qge(Rr(this.gastProductionsCache));this.resyncFollows=i}),this.TRACE_INIT("ComputeLookaheadFunctions",()=>{var i,a;(a=(i=this.lookaheadStrategy).initialize)===null||a===void 0||a.call(i,{rules:Rr(this.gastProductionsCac
2026-02-13 14:04:06 -07:00
$ { e . join ( `
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
2026-03-01 01:45:57 +00:00
` )} ` ) } ) } constructor ( e , r ) { this . definitionErrors = [ ] , this . selfAnalysisDone = ! 1 ; let n = this ; if ( n . initErrorHandler ( r ) , n . initLexerAdapter ( ) , n . initLooksAhead ( r ) , n . initRecognizerEngine ( e , r ) , n . initRecoverable ( r ) , n . initTreeBuilder ( r ) , n . initContentAssist ( ) , n . initGastRecorder ( r ) , n . initPerformanceTracer ( r ) , Gt ( r , "ignoredIssues" ) ) throw new Error ( ` The <ignoredIssues> IParserConfig property has been deprecated.
2026-02-13 14:04:06 -07:00
Please use the < IGNORE _AMBIGUITIES > flag on the relevant DSL method instead .
See : https : //chevrotain.io/docs/guide/resolving_grammar_errors.html#IGNORING_AMBIGUITIES
2026-03-01 01:45:57 +00:00
For further details . ` );this.skipValidations=Gt(r,"skipValidations")?r.skipValidations: $ s.skipValidations}}; $ 4.DEFER_DEFINITION_ERRORS_HANDLING=!1;dye( $ 4,[l6,f6,g6,y6,x6,v6,b6,T6,w6,E6]);z4=class extends $ 4{static{o(this,"EmbeddedActionsParser")}constructor(e,r= $ s){let n=yn(r);n.outputCst=!1,super(e,n)}}});var mye=I(()=>{"use strict";Fs()});var gye=I(()=>{"use strict"});var yye=I(()=>{"use strict";mye();gye()});var vye=I(()=>{"use strict";dF()});var Vd=I(()=>{"use strict";dF();xo();E4();dm();Dy(); $ F();Ey();Ly();CF();Fs();Fs();yye();vye()});function mm(t,e,r){return ` $ { t . name } _$ { e } _$ { r } ` }function wye(t){let e={decisionMap:{},decisionStates:[],ruleToStartState:new Map,ruleToStopState:new Map,states:[]};btt(e,t);let r=t.length;for(let n=0;n<r;n++){let i=t[n],a=gm(e,i,i);a!==void 0&&Ltt(e,i,a)}return e}function btt(t,e){let r=e.length;for(let n=0;n<r;n++){let i=e[n],a=ka(t,i,void 0,{type:mtt}),s=ka(t,i,void 0,{type:Py});a.stop=s,t.ruleToStartState.set(i,a),t.ruleToStopState.set(i,s)}}function kye(t,e,r){return r instanceof Pr?jF(t,e,r.terminalType,r):r instanceof Tn?Rtt(t,e,r):r instanceof Fn?Ett(t,e,r):r instanceof wn?Ctt(t,e,r):r instanceof Kr?Ttt(t,e,r):r instanceof Bn?wtt(t,e,r):r instanceof Wn?ktt(t,e,r):r instanceof Hn?Stt(t,e,r):gm(t,e,r)}function Ttt(t,e,r){let n=ka(t,e,r,{type:bye});Ud(t,n);let i=By(t,e,n,r,gm(t,e,r));return Eye(t,e,r,i)}function wtt(t,e,r){let n=ka(t,e,r,{type:bye});Ud(t,n);let i=By(t,e,n,r,gm(t,e,r)),a=jF(t,e,r.separator,r);return Eye(t,e,r,i,a)}function ktt(t,e,r){let n=ka(t,e,r,{type:xye});Ud(t,n);let i=By(t,e,n,r,gm(t,e,r));return Sye(t,e,r,i)}function Stt(t,e,r){let n=ka(t,e,r,{type:xye});Ud(t,n);let i=By(t,e,n,r,gm(t,e,r)),a=jF(t,e,r.separator,r);return Sye(t,e,r,i,a)}function Ett(t,e,r){let n=ka(t,e,r,{type:qd});Ud(t,n);let i=it(r.definition,s=>kye(t,e,s));return By(t,e,n,r,...i)}function Ctt(t,e,r){let n=ka(t,e,r,{type:qd});Ud(t,n);let i=By(t,e,n,r,gm(t,e,r));return Att(t,e,r,i)}function gm(t,e,r){let n=cn(it(r.definition,i=>kye(t,e,i)),i=>i!==void 0);return n.length===1?n[0]:n.length===0?void 0:Dtt(t,n)}function Sye(t,e,r,n,i){let a=n.left,s=n.right,l=ka(t,e,r,{type:xtt});Ud(t,l);let u=ka(t,e,r,{type:Tye});return a.loopback=l,u.loopback=l,t.decisionMap[mm(e,i?"RepetitionMandatoryWithSeparator":"RepetitionMandatory",r.idx)]=l,qi(s,l),i===void 0?(qi(l,a),qi(l,u)):(qi(l,u),qi(l,i.left),qi(i.right,a)),{left:a,right:u}}function Eye(t,e,r,n,i){let a=n.left,s=n.right,l=ka(t,e,r,{type:vtt});Ud(t,l);let u=ka(t,e,r,{type:Tye}),h=ka(t,e,r,{type:ytt});return l.loopback=h,u.loopback=h,qi(l,a),qi(l,u),qi(s,h),i!==void 0?(qi(h,u),qi(h,i.left),qi(i.right,a)):qi(h,l),t.decisionMap[mm(e,i?"RepetitionWithSeparator":"Repetition",r.idx)]=l,{left:l,right:u}}function Att(t,e,r,n){let i=n.left,a=n.right;return qi(i,a),t.decisionMap[mm(e,"Option",r.idx)]=i,n}function Ud(t,e){return t.decisionStates.push(e),e.decision=t.decisionStates.length-1,e.decision}function By(t,e,r,n,...i){let a=ka(t,e,n,{type:gtt,start:r});r.end=a;for(let l of i)l!==void 0?(qi(r,l.left),qi(l.right,a)):qi(r,a);let s={left:r,right:a};return t.decisionMap[mm(e,_tt(n),n.idx)]=r,s}function _tt(t){if(t instanceof Fn)return"Alternation";if(t instanceof wn)return"Option";if(t instanceof Kr)return"Repetition";if(t instanceof Bn)return"RepetitionWithSeparator";if(t instanceof Wn)return"RepetitionMandatory";if(t instanceof Hn)return"RepetitionMandatoryWithSeparator";throw new Error("Invalid production type encountered")}function Dtt(t,e){let r=e.length;for(let a=0;a<r-1;a++){let s=e[a],l;s.left.transitions.length===1&&(l=s.left.transitions[0]);let u=l instanceof Oy,h=l,f=e[a+1].left;s.left.type===qd&&s.right.type===qd&&l!==void 0&&(u&&h.followState===s.right||l.target===s.right)?(u?h.followState=f:l.target=f,Ntt(t,s.right)):qi(s.right,f)}let n=e[0],i=e[r-1];return{left:n.left,right:i.right}}function jF(t,e,r,n){let i=ka(t,e,n,{type:qd}),a=ka(t,e,n,{type:qd});return XF(i,new Iy(a,r)),{left:i,right:a}}function Rtt(t,e,r){let n=r.referencedRule,i=t.ruleToStartState.get(n),a=ka(t,e,r,{type:qd}),s=ka(t,e,r,{type:qd}),l=new Oy(i,n,s);return XF(a,l),{left:a,
2026-02-13 14:04:06 -07:00
< $ { e } > may appears as a prefix path in all these alternatives .
` ;return n=n+ ` See : https : //chevrotain.io/docs/guide/resolving_grammar_errors.html#AMBIGUOUS_ALTERNATIVES
2026-03-01 01:45:57 +00:00
For Further details . ` ,n}function $ tt(t){if(t instanceof Tn)return"SUBRULE";if(t instanceof wn)return"OPTION";if(t instanceof Fn)return"OR";if(t instanceof Wn)return"AT_LEAST_ONE";if(t instanceof Hn)return"AT_LEAST_ONE_SEP";if(t instanceof Bn)return"MANY_SEP";if(t instanceof Kr)return"MANY";if(t instanceof Pr)return"CONSUME";throw Error("non exhaustive match")}function ztt(t,e,r){let n=Ba(e.configs.elements,a=>a.state.transitions),i=Rue(n.filter(a=>a instanceof Iy).map(a=>a.tokenType),a=>a.tokenTypeIdx);return{actualToken:r,possibleTokenTypes:i,tokenPath:t}}function Gtt(t,e){return t.edges[e.tokenTypeIdx]}function Vtt(t,e,r){let n=new Fy,i=[];for(let s of t.elements){if(r.is(s.alt)===!1)continue;if(s.state.type===Py){i.push(s);continue}let l=s.state.transitions.length;for(let u=0;u<l;u++){let h=s.state.transitions[u],f=qtt(h,e);f!==void 0&&n.add({state:f,alt:s.alt,stack:s.stack})}}let a;if(i.length===0&&n.size===1&&(a=n),a===void 0){a=new Fy;for(let s of n.elements)_6(s,a)}if(i.length>0&&!Ytt(a))for(let s of i)a.add(s);return a}function qtt(t,e){if(t instanceof Iy&&A4(e,t.tokenType))return t.target}function Utt(t,e){let r;for(let n of t.elements)if(e.is(n.alt)===!0){if(r===void 0)r=n.alt;else if(r!==n.alt)return}return r}function Lye(t){return{configs:t,edges:{},isAcceptState:!1,prediction:-1}}function Rye(t,e,r,n){return n=Nye(t,n),e.edges[r.tokenTypeIdx]=n,n}function Nye(t,e){if(e===q4)return e;let r=e.configs.key,n=t.states[r];return n!==void 0?n:(e.configs.finalize(),t.states[r]=e,e)}function Wtt(t){let e=new Fy,r=t.transitions.length;for(let n=0;n<r;n++){let a={state:t.transitions[n].target,alt:n,stack:[]};_6(a,e)}return e}function _6(t,e){let r=t.state;if(r.type===Py){if(t.stack.length>0){let i=[...t.stack],s={state:i.pop(),alt:t.alt,stack:i};_6(s,e)}else e.add(t);return}r.epsilonOnlyTransitions||e.add(t);let n=r.transitions.length;for(let i=0;i<n;i++){let a=r.transitions[i],s=Htt(t,a);s!==void 0&&_6(s,e)}}function Htt(t,e){if(e instanceof V4)return{state:e.target,alt:t.alt,stack:t.stack};if(e instanceof Oy){let r=[...t.stack,e.followState];return{state:e.target,alt:t.alt,stack:r}}}function Ytt(t){for(let e of t.elements)if(e.state.type===Py)return!0;return!1}function jtt(t){for(let e of t.elements)if(e.state.type!==Py)return!1;return!0}function Xtt(t){if(jtt(t))return!0;let e=Ktt(t.elements);return Qtt(e)&&!Ztt(e)}function Ktt(t){let e=new Map;for(let r of t){let n=KF(r,!1),i=e.get(n);i===void 0&&(i={},e.set(n,i)),i[r.alt]=!0}return e}function Qtt(t){for(let e of Array.from(t.values()))if(Object.keys(e).length>1)return!0;return!1}function Ztt(t){for(let e of Array.from(t.values()))if(Object.keys(e).length===1)return!0;return!1}var A6,_ye,U4,Mye=I(()=>{"use strict";Vd();Cye();Aye();oI();tI();Lue();E1();pS();qS();jS();hI();o(Mtt,"createDFACache");A6=class{static{o(this,"PredicateSet")}constructor(){this.predicates=[]}is(e){return e>=this.predicates.length||this.predicates[e]}set(e,r){this.predicates[e]=r}toString(){let e="",r=this.predicates.length;for(let n=0;n<r;n++)e+=this.predicates[n]===!0?"1":"0";return e}},_ye=new A6,U4=class extends Hh{static{o(this,"LLStarLookaheadStrategy")}constructor(e){var r;super(),this.logging=(r=e?.logging)!==null&&r!==void 0?r:(n=>console.log(n))}initialize(e){this.atn=wye(e.rules),this.dfas=Itt(this.atn)}validateAmbiguousAlternationAlternatives(){return[]}validateEmptyOrAlternatives(){return[]}buildLookaheadForAlternation(e){let{prodOccurrence:r,rule:n,hasPredicates:i,dynamicTokensEnabled:a}=e,s=this.dfas,l=this.logging,u=mm(n,"Alternation",r),f=this.atn.decisionMap[u].decision,d=it(a6({maxLookahead:1,occurrence:r,prodType:"Alternation",rule:n}),p=>it(p,m=>m[0]));if(Dye(d,!1)&&!a){let p=un(d,(m,g,y)=>(Re(g,v=>{v&&(m[v.tokenTypeIdx]=y,Re(v.categoryMatches,x=>{m[x]=y}))}),m),{});return i?function(m){var g;let y=this.LA(1),v=p[y.tokenTypeIdx];if(m!==void 0&&v!==void 0){let x=(g=m[v])===null||g===void 0?void 0:g.GATE;if(x!==void 0&&x.call(this)===!1)return}return v}:function(){let m=this.LA(1);return p[m.tokenTypeIdx]}}else return i?function(p){let m=new A6,g=p===void 0?0:p.length;for(
` , ` \ r
` ," \r "];(function(t){function e(a,s,l,u){return new J $ (a,s,l,u)}o(e,"create"),t.create=e;function r(a){let s=a;return!!(qe.defined(s)&&qe.string(s.uri)&&(qe.undefined(s.languageId)||qe.string(s.languageId))&&qe.uinteger(s.lineCount)&&qe.func(s.getText)&&qe.func(s.positionAt)&&qe.func(s.offsetAt))}o(r,"is"),t.is=r;function n(a,s){let l=a.getText(),u=i(s,(f,d)=>{let p=f.range.start.line-d.range.start.line;return p===0?f.range.start.character-d.range.start.character:p}),h=l.length;for(let f=u.length-1;f>=0;f--){let d=u[f],p=a.offsetAt(d.range.start),m=a.offsetAt(d.range.end);if(m<=h)l=l.substring(0,p)+d.newText+l.substring(m,l.length);else throw new Error("Overlapping edit");h=p}return l}o(n,"applyEdits"),t.applyEdits=n;function i(a,s){if(a.length<=1)return a;let l=a.length/2|0,u=a.slice(0,l),h=a.slice(l);i(u,s),i(h,s);let f=0,d=0,p=0;for(;f<u.length&&d<h.length;)s(u[f],h[d])<=0?a[p++]=u[f++]:a[p++]=h[d++];for(;f<u.length;)a[p++]=u[f++];for(;d<h.length;)a[p++]=h[d++];return a}o(i,"mergeSort")})(Z $ ||(Z $ ={}));J $ =class{static{o(this,"FullTextDocument")}constructor(e,r,n,i){this._uri=e,this._languageId=r,this._version=n,this._content=i,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(e){if(e){let r=this.offsetAt(e.start),n=this.offsetAt(e.end);return this._content.substring(r,n)}return this._content}update(e,r){this._content=e.text,this._version=r,this._lineOffsets=void 0}getLineOffsets(){if(this._lineOffsets===void 0){let e=[],r=this._content,n=!0;for(let i=0;i<r.length;i++){n&&(e.push(i),n=!1);let a=r.charAt(i);n=a===" \r "||a=== `
2026-02-13 14:04:06 -07:00
` ,a===" \r "&&i+1<r.length&&r.charAt(i+1)=== `
2026-03-01 01:45:57 +00:00
` &&i++}n&&r.length>0&&e.push(r.length),this._lineOffsets=e}return this._lineOffsets}positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let r=this.getLineOffsets(),n=0,i=r.length;if(i===0)return nn.create(0,e);for(;n<i;){let s=Math.floor((n+i)/2);r[s]>e?i=s:n=s+1}let a=n-1;return nn.create(a,e-r[a])}offsetAt(e){let r=this.getLineOffsets();if(e.line>=r.length)return this._content.length;if(e.line<0)return 0;let n=r[e.line],i=e.line+1<r.length?r[e.line+1]:this._content.length;return Math.max(Math.min(n+e.character,i),n)}get lineCount(){return this.getLineOffsets().length}};(function(t){let e=Object.prototype.toString;function r(m){return typeof m<"u"}o(r,"defined"),t.defined=r;function n(m){return typeof m>"u"}o(n,"undefined"),t.undefined=n;function i(m){return m===!0||m===!1}o(i,"boolean"),t.boolean=i;function a(m){return e.call(m)==="[object String]"}o(a,"string"),t.string=a;function s(m){return e.call(m)==="[object Number]"}o(s,"number"),t.number=s;function l(m,g,y){return e.call(m)==="[object Number]"&&g<=m&&m<=y}o(l,"numberRange"),t.numberRange=l;function u(m){return e.call(m)==="[object Number]"&&-2147483648<=m&&m<=2147483647}o(u,"integer"),t.integer=u;function h(m){return e.call(m)==="[object Number]"&&0<=m&&m<=2147483647}o(h,"uinteger"),t.uinteger=h;function f(m){return e.call(m)==="[object Function]"}o(f,"func"),t.func=f;function d(m){return m!==null&&typeof m=="object"}o(d,"objectLiteral"),t.objectLiteral=d;function p(m,g){return Array.isArray(m)&&m.every(g)}o(p,"typedArray"),t.typedArray=p})(qe||(qe={}))});var Z4,J4,xm,bm,ez,Wy,F6=I(()=>{"use strict";Uy();yc();Z4=class{static{o(this,"CstNodeBuilder")}constructor(){this.nodeStack=[]}get current(){return this.nodeStack[this.nodeStack.length-1]??this.rootNode}buildRootNode(e){return this.rootNode=new Wy(e),this.rootNode.root=this.rootNode,this.nodeStack=[this.rootNode],this.rootNode}buildCompositeNode(e){let r=new bm;return r.grammarSource=e,r.root=this.rootNode,this.current.content.push(r),this.nodeStack.push(r),r}buildLeafNode(e,r){let n=new xm(e.startOffset,e.image.length,fy(e),e.tokenType,!r);return n.grammarSource=r,n.root=this.rootNode,this.current.content.push(n),n}removeNode(e){let r=e.container;if(r){let n=r.content.indexOf(e);n>=0&&r.content.splice(n,1)}}addHiddenNodes(e){let r=[];for(let a of e){let s=new xm(a.startOffset,a.image.length,fy(a),a.tokenType,!0);s.root=this.rootNode,r.push(s)}let n=this.current,i=!1;if(n.content.length>0){n.content.push(...r);return}for(;n.container;){let a=n.container.content.indexOf(n);if(a>0){n.container.content.splice(a,0,...r),i=!0;break}n=n.container}i||this.rootNode.content.unshift(...r)}construct(e){let r=this.current;typeof e. $ type=="string"&&!e. $ infix&&(this.current.astNode=e),e. $ cstNode=r;let n=this.nodeStack.pop();n?.content.length===0&&this.removeNode(n)}},J4=class{static{o(this,"AbstractCstNode")}get hidden(){return!1}get astNode(){let e=typeof this._astNode?. $ type=="string"?this._astNode:this.container?.astNode;if(!e)throw new Error("This node has no associated AST element");return e}set astNode(e){this._astNode=e}get text(){return this.root.fullText.substring(this.offset,this.end)}},xm=class extends J4{static{o(this,"LeafCstNodeImpl")}get offset(){return this._offset}get length(){return this._length}get end(){return this._offset+this._length}get hidden(){return this._hidden}get tokenType(){return this._tokenType}get range(){return this._range}constructor(e,r,n,i,a=!1){super(),this._hidden=a,this._offset=e,this._tokenType=i,this._length=r,this._range=n}},bm=class extends J4{static{o(this,"CompositeCstNodeImpl")}constructor(){super(...arguments),this.content=new ez(this)}get offset(){return this.firstNonHiddenNode?.offset??0}get length(){return this.end-this.offset}get end(){return this.lastNonHiddenNode?.end??0}get range(){let e=this.firstNonHiddenNode,r=this.lastNonHiddenNode;if(e&&r){if(this._rangeCache===void 0){let{range:n}=e,{range:i}=r;this._rangeCache={start:n.start,end:i.end.line<n.start.line?n.start:i.end}}return this._rangeCache}else return{start:nn.create(0,0),end:nn.create(0,0)}}get first
` ;case"r":return" \r ";case"t":return" ";case"v":return" \v ";case"0":return" \0 ";default:return h}}o(r,"convertEscapeCharacter");function n(h){return h.charAt(0)==="^"?h.substring(1):h}o(n,"convertID"),t.convertID=n;function i(h){return parseInt(h)}o(i,"convertInt"),t.convertInt=i;function a(h){return BigInt(h)}o(a,"convertBigint"),t.convertBigint=a;function s(h){return new Date(h)}o(s,"convertDate"),t.convertDate=s;function l(h){return Number(h)}o(l,"convertNumber"),t.convertNumber=l;function u(h){return h.toLowerCase()==="true"}o(u,"convertBoolean"),t.convertBoolean=u})(Mu||(Mu={}))});var Wd=Jt(fz=>{"use strict";Object.defineProperty(fz,"__esModule",{value:!0});var uz;function hz(){if(uz===void 0)throw new Error("No runtime abstraction layer installed");return uz}o(hz,"RAL");(function(t){function e(r){if(r===void 0)throw new Error("No runtime abstraction layer provided");uz=r}o(e,"install"),t.install=e})(hz||(hz={}));fz.default=hz});var Yy=Jt(cs=>{"use strict";Object.defineProperty(cs,"__esModule",{value:!0});cs.stringArray=cs.array=cs.func=cs.error=cs.number=cs.string=cs.boolean=void 0;function hrt(t){return t===!0||t===!1}o(hrt,"boolean");cs.boolean=hrt;function zye(t){return typeof t=="string"||t instanceof String}o(zye,"string");cs.string=zye;function frt(t){return typeof t=="number"||t instanceof Number}o(frt,"number");cs.number=frt;function drt(t){return t instanceof Error}o(drt,"error");cs.error=drt;function prt(t){return typeof t=="function"}o(prt,"func");cs.func=prt;function Gye(t){return Array.isArray(t)}o(Gye,"array");cs.array=Gye;function mrt(t){return Gye(t)&&t.every(e=>zye(e))}o(mrt,"stringArray");cs.stringArray=mrt});var km=Jt(jy=>{"use strict";Object.defineProperty(jy,"__esModule",{value:!0});jy.Emitter=jy.Event=void 0;var grt=Wd(),Vye;(function(t){let e={dispose(){}};t.None=function(){return e}})(Vye||(jy.Event=Vye={}));var dz=class{static{o(this,"CallbackList")}add(e,r=null,n){this._callbacks||(this._callbacks=[],this._contexts=[]),this._callbacks.push(e),this._contexts.push(r),Array.isArray(n)&&n.push({dispose:o(()=>this.remove(e,r),"dispose")})}remove(e,r=null){if(!this._callbacks)return;let n=!1;for(let i=0,a=this._callbacks.length;i<a;i++)if(this._callbacks[i]===e)if(this._contexts[i]===r){this._callbacks.splice(i,1),this._contexts.splice(i,1);return}else n=!0;if(n)throw new Error("When adding a listener with a context, you should remove it with the same context")}invoke(...e){if(!this._callbacks)return[];let r=[],n=this._callbacks.slice(0),i=this._contexts.slice(0);for(let a=0,s=n.length;a<s;a++)try{r.push(n[a].apply(i[a],e))}catch(l){(0,grt.default)().console.error(l)}return r}isEmpty(){return!this._callbacks||this._callbacks.length===0}dispose(){this._callbacks=void 0,this._contexts=void 0}},W6=class t{static{o(this,"Emitter")}constructor(e){this._options=e}get event(){return this._event||(this._event=(e,r,n)=>{this._callbacks||(this._callbacks=new dz),this._options&&this._options.onFirstListenerAdd&&this._callbacks.isEmpty()&&this._options.onFirstListenerAdd(this),this._callbacks.add(e,r);let i={dispose:o(()=>{this._callbacks&&(this._callbacks.remove(e,r),i.dispose=t._noop,this._options&&this._options.onLastListenerRemove&&this._callbacks.isEmpty()&&this._options.onLastListenerRemove(this))},"dispose")};return Array.isArray(n)&&n.push(i),i}),this._event}fire(e){this._callbacks&&this._callbacks.invoke.call(this._callbacks,e)}dispose(){this._callbacks&&(this._callbacks.dispose(),this._callbacks=void 0)}};jy.Emitter=W6;W6._noop=function(){}});var aT=Jt(Xy=>{"use strict";Object.defineProperty(Xy,"__esModule",{value:!0});Xy.CancellationTokenSource=Xy.CancellationToken=void 0;var yrt=Wd(),vrt=Yy(),pz=km(),H6;(function(t){t.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:pz.Event.None}),t.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:pz.Event.None});function e(r){let n=r;return n&&(n===t.None||n===t.Cancelled||vrt.boolean(n.isCancellationRequested)&&!!n.onCancellationRequested)}o(e,"is"),t.is=e})(H6||(Xy.CancellationToken=H6={}));var xrt=Object.freeze
$ { JSON . stringify ( Object . fromEntries ( n ) ) } ` ));return}let a=parseInt(i);if(isNaN(a)){this.fireError(new Error( ` Content - Length value must be a number . Got $ { i } ` ));return}this.nextMessageLength=a}let r=this.buffer.tryReadBody(this.nextMessageLength);if(r===void 0){this.setPartialMessageTimer();return}this.clearPartialMessageTimer(),this.nextMessageLength=-1,this.readSemaphore.lock(async()=>{let n=this.options.contentDecoder!==void 0?await this.options.contentDecoder.decode(r):r,i=await this.options.contentTypeDecoder.decode(n,this.options);this.callback(i)}).catch(n=>{this.fireError(n)})}}catch(r){this.fireError(r)}}clearPartialMessageTimer(){this.partialMessageTimer&&(this.partialMessageTimer.dispose(),this.partialMessageTimer=void 0)}setPartialMessageTimer(){this.clearPartialMessageTimer(),!(this._partialMessageTimeout<=0)&&(this.partialMessageTimer=(0,fG.default)().timer.setTimeout((e,r)=>{this.partialMessageTimer=void 0,e===this.messageToken&&(this.firePartialMessage({messageToken:e,waitingTime:r}),this.setPartialMessageTimer())},this._partialMessageTimeout,this.messageToken,this._partialMessageTimeout))}};jd.ReadableStreamMessageReader=pG});var fve=Jt(Xd=>{"use strict";Object.defineProperty(Xd,"__esModule",{value:!0});Xd.WriteableStreamMessageWriter=Xd.AbstractMessageWriter=Xd.MessageWriter=void 0;var lve=Wd(),ST=Yy(),Ert=uG(),cve=km(),Crt="Content-Length: ",uve= ` \ r
` ,hve;(function(t){function e(r){let n=r;return n&&ST.func(n.dispose)&&ST.func(n.onClose)&&ST.func(n.onError)&&ST.func(n.write)}o(e,"is"),t.is=e})(hve||(Xd.MessageWriter=hve={}));var lA=class{static{o(this,"AbstractMessageWriter")}constructor(){this.errorEmitter=new cve.Emitter,this.closeEmitter=new cve.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(e,r,n){this.errorEmitter.fire([this.asError(e),r,n])}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}asError(e){return e instanceof Error?e:new Error( ` Writer received error . Reason : $ { ST . string ( e . message ) ? e . message : "unknown" } ` )}};Xd.AbstractMessageWriter=lA;var mG;(function(t){function e(r){return r===void 0||typeof r=="string"?{charset:r??"utf-8",contentTypeEncoder:(0,lve.default)().applicationJson.encoder}:{charset:r.charset??"utf-8",contentEncoder:r.contentEncoder,contentTypeEncoder:r.contentTypeEncoder??(0,lve.default)().applicationJson.encoder}}o(e,"fromOptions"),t.fromOptions=e})(mG||(mG={}));var gG=class extends lA{static{o(this,"WriteableStreamMessageWriter")}constructor(e,r){super(),this.writable=e,this.options=mG.fromOptions(r),this.errorCount=0,this.writeSemaphore=new Ert.Semaphore(1),this.writable.onError(n=>this.fireError(n)),this.writable.onClose(()=>this.fireClose())}async write(e){return this.writeSemaphore.lock(async()=>this.options.contentTypeEncoder.encode(e,this.options).then(n=>this.options.contentEncoder!==void 0?this.options.contentEncoder.encode(n):n).then(n=>{let i=[];return i.push(Crt,n.byteLength.toString(),uve),i.push(uve),this.doWrite(e,i,n)},n=>{throw this.fireError(n),n}))}async doWrite(e,r,n){try{return await this.writable.write(r.join(""),"ascii"),this.writable.write(n)}catch(i){return this.handleError(i,e),Promise.reject(i)}}handleError(e,r){this.errorCount++,this.fireError(e,r,this.errorCount)}end(){this.writable.end()}};Xd.WriteableStreamMessageWriter=gG});var dve=Jt(cA=>{"use strict";Object.defineProperty(cA,"__esModule",{value:!0});cA.AbstractMessageBuffer=void 0;var Art=13,_rt=10,Drt= ` \ r
` ,yG=class{static{o(this,"AbstractMessageBuffer")}constructor(e="utf-8"){this._encoding=e,this._chunks=[],this._totalLength=0}get encoding(){return this._encoding}append(e){let r=typeof e=="string"?this.fromString(e,this._encoding):e;this._chunks.push(r),this._totalLength+=r.byteLength}tryReadHeaders(e=!1){if(this._chunks.length===0)return;let r=0,n=0,i=0,a=0;e:for(;n<this._chunks.length;){let h=this._chunks[n];for(i=0;i<h.length;){switch(h[i]){case Art:switch(r){case 0:r=1;break;case 2:r=3;break;default:r=0}break;case _rt:switch(r){case 1:r=2;break;case 3:r=4,i++;break e;default:r=0}break;default:r=0}i++}a+=h.byteLength,n++}if(r!==4)return;let s=this._read(a+i),l=new Map,u=this.toString(s,"ascii").split(Drt);if(u.length<2)return l;for(let h=0;h<u.length-2;h++){let f=u[h],d=f.indexOf(":");if(d===-1)throw new Error( ` Message header must separate key and value using ':'
$ { f } ` );let p=f.substr(0,d),m=f.substr(d+1).trim();l.set(e?p.toLowerCase():p,m)}return l}tryReadBody(e){if(!(this._totalLength<e))return this._read(e)}get numberOfBytes(){return this._totalLength}_read(e){if(e===0)return this.emptyBuffer();if(e>this._totalLength)throw new Error("Cannot read so many bytes!");if(this._chunks[0].byteLength===e){let a=this._chunks[0];return this._chunks.shift(),this._totalLength-=e,this.asNative(a)}if(this._chunks[0].byteLength>e){let a=this._chunks[0],s=this.asNative(a,e);return this._chunks[0]=a.slice(e),this._totalLength-=e,s}let r=this.allocNative(e),n=0,i=0;for(;e>0;){let a=this._chunks[i];if(a.byteLength>e){let s=a.slice(0,e);r.set(s,n),n+=e,this._chunks[i]=a.slice(e),this._totalLength-=e,e-=e}else r.set(a,n),n+=a.byteLength,this._chunks.shift(),this._totalLength-=a.byteLength,e-=a.byteLength}return r}};cA.AbstractMessageBuffer=yG});var vve=Jt(Cr=>{"use strict";Object.defineProperty(Cr,"__esModule",{value:!0});Cr.createMessageConnection=Cr.ConnectionOptions=Cr.MessageStrategy=Cr.CancellationStrategy=Cr.CancellationSenderStrategy=Cr.CancellationReceiverStrategy=Cr.RequestCancellationReceiverStrategy=Cr.IdCancellationReceiverStrategy=Cr.ConnectionStrategy=Cr.ConnectionError=Cr.ConnectionErrors=Cr.LogTraceNotification=Cr.SetTraceNotification=Cr.TraceFormat=Cr.TraceValues=Cr.Trace=Cr.NullLogger=Cr.ProgressType=Cr.ProgressToken=void 0;var pve=Wd(),wi=Yy(),yr=rG(),mve=iG(),ET=km(),vG=aT(),_T;(function(t){t.type=new yr.NotificationType(" $ /cancelRequest")})(_T||(_T={}));var xG;(function(t){function e(r){return typeof r=="string"||typeof r=="number"}o(e,"is"),t.is=e})(xG||(Cr.ProgressToken=xG={}));var CT;(function(t){t.type=new yr.NotificationType(" $ /progress")})(CT||(CT={}));var bG=class{static{o(this,"ProgressType")}constructor(){}};Cr.ProgressType=bG;var TG;(function(t){function e(r){return wi.func(r)}o(e,"is"),t.is=e})(TG||(TG={}));Cr.NullLogger=Object.freeze({error:o(()=>{},"error"),warn:o(()=>{},"warn"),info:o(()=>{},"info"),log:o(()=>{},"log")});var pn;(function(t){t[t.Off=0]="Off",t[t.Messages=1]="Messages",t[t.Compact=2]="Compact",t[t.Verbose=3]="Verbose"})(pn||(Cr.Trace=pn={}));var gve;(function(t){t.Off="off",t.Messages="messages",t.Compact="compact",t.Verbose="verbose"})(gve||(Cr.TraceValues=gve={}));(function(t){function e(n){if(!wi.string(n))return t.Off;switch(n=n.toLowerCase(),n){case"off":return t.Off;case"messages":return t.Messages;case"compact":return t.Compact;case"verbose":return t.Verbose;default:return t.Off}}o(e,"fromString"),t.fromString=e;function r(n){switch(n){case t.Off:return"off";case t.Messages:return"messages";case t.Compact:return"compact";case t.Verbose:return"verbose";default:return"off"}}o(r,"toString"),t.toString=r})(pn||(Cr.Trace=pn={}));var jo;(function(t){t.Text="text",t.JSON="json"})(jo||(Cr.TraceFormat=jo={}));(function(t){function e(r){return wi.string(r)?(r=r.toLowerCase(),r==="json"?t.JSON:t.Text):t.Text}o(e,"fromString"),t.fromString=e})(jo||(Cr.TraceFormat=jo={}));var wG;(function(t){t.type=new yr.NotificationType(" $ /setTrace")})(wG||(Cr.SetTraceNotification=wG={}));var uA;(function(t){t.type=new yr.NotificationType(" $ /logTrace")})(uA||(Cr.LogTraceNotification=uA={}));var AT;(function(t){t[t.Closed=1]="Closed",t[t.Disposed=2]="Disposed",t[t.AlreadyListening=3]="AlreadyListening"})(AT||(Cr.ConnectionErrors=AT={}));var av=class t extends Error{static{o(this,"ConnectionError")}constructor(e,r){super(r),this.code=e,Object.setPrototypeOf(this,t.prototype)}};Cr.ConnectionError=av;var kG;(function(t){function e(r){let n=r;return n&&wi.func(n.cancelUndispatched)}o(e,"is"),t.is=e})(kG||(Cr.ConnectionStrategy=kG={}));var hA;(function(t){function e(r){let n=r;return n&&(n.kind===void 0||n.kind==="id")&&wi.func(n.createCancellationTokenSource)&&(n.dispose===void 0||wi.func(n.dispose))}o(e,"is"),t.is=e})(hA||(Cr.IdCancellationReceiverStrategy=hA={}));var SG;(function(t){function e(r){let n=r;return n&&n.kind==="request"&&wi.func(n.createCancellationTokenSource)&&(n.dispose===void 0||wi.func(n.dispose))}o(e,"is"),t.is=e})(SG||(Cr.RequestCancellationReceiverStr
$ { JSON . stringify ( Y . error , void 0 , 4 ) } ` ):i.error("Received response message without id. No further error information provided.");else{let ce=Y.id,U=v.get(ce);if(j(Y,U),U!==void 0){v.delete(ce);try{if(Y.error){let ue=Y.error;U.reject(new yr.ResponseError(ue.code,ue.message,ue.data))}else if(Y.result!==void 0)U.resolve(Y.result);else throw new Error("Should never happen.")}catch(ue){ue.message?i.error( ` Response handler '${U.method}' failed with message : $ { ue . message } ` ):i.error( ` Response handler '${U.method}' failed unexpectedly . ` )}}}}o(re,"handleResponse");function ne(Y){if(G())return;let ce,U;if(Y.method===_T.type.method){let ue=Y.params.id;x.delete(ue),Te(Y);return}else{let ue=p.get(Y.method);ue&&(U=ue.handler,ce=ue.type)}if(U||d)try{if(Te(Y),U)if(Y.params===void 0)ce!==void 0&&ce.numberOfParams!==0&&ce.parameterStructures!==yr.ParameterStructures.byName&&i.error( ` Notification $ { Y . method } defines $ { ce . numberOfParams } params but received none . ` ),U();else if(Array.isArray(Y.params)){let ue=Y.params;Y.method===CT.type.method&&ue.length===2&&xG.is(ue[0])?U({token:ue[0],value:ue[1]}):(ce!==void 0&&(ce.parameterStructures===yr.ParameterStructures.byName&&i.error( ` Notification $ { Y . method } defines parameters by name but received parameters by position ` ),ce.numberOfParams!==Y.params.length&&i.error( ` Notification $ { Y . method } defines $ { ce . numberOfParams } params but received $ { ue . length } arguments ` )),U(...ue))}else ce!==void 0&&ce.parameterStructures===yr.ParameterStructures.byPosition&&i.error( ` Notification $ { Y . method } defines parameters by position but received parameters by name ` ),U(Y.params);else d&&d(Y.method,Y.params)}catch(ue){ue.message?i.error( ` Notification handler '${Y.method}' failed with message : $ { ue . message } ` ):i.error( ` Notification handler '${Y.method}' failed unexpectedly . ` )}else R.fire(Y)}o(ne,"handleNotification");function te(Y){if(!Y){i.error("Received empty message.");return}i.error( ` Received message which is neither a response nor a notification message :
$ { JSON . stringify ( Y , null , 4 ) } ` );let ce=Y;if(wi.string(ce.id)||wi.number(ce.id)){let U=ce.id,ue=v.get(U);ue&&ue.reject(new Error("The received response has neither a result nor an error property."))}}o(te,"handleInvalidMessage");function Q(Y){if(Y!=null)switch(T){case pn.Verbose:return JSON.stringify(Y,null,4);case pn.Compact:return JSON.stringify(Y);default:return}}o(Q,"stringifyTrace");function le(Y){if(!(T===pn.Off||!w))if(E===jo.Text){let ce;(T===pn.Verbose||T===pn.Compact)&&Y.params&&(ce= ` Params : $ { Q ( Y . params ) }
` ),w.log( ` Sending request '${Y.method} - (${Y.id})' . ` ,ce)}else Ge("send-request",Y)}o(le,"traceSendingRequest");function J(Y){if(!(T===pn.Off||!w))if(E===jo.Text){let ce;(T===pn.Verbose||T===pn.Compact)&&(Y.params?ce= ` Params : $ { Q ( Y . params ) }
` :ce= ` No parameters provided .
` ),w.log( ` Sending notification '${Y.method}' . ` ,ce)}else Ge("send-notification",Y)}o(J,"traceSendingNotification");function ge(Y,ce,U){if(!(T===pn.Off||!w))if(E===jo.Text){let ue;(T===pn.Verbose||T===pn.Compact)&&(Y.error&&Y.error.data?ue= ` Error data : $ { Q ( Y . error . data ) }
` :Y.result?ue= ` Result : $ { Q ( Y . result ) }
` :Y.error===void 0&&(ue= ` No result returned .
` )),w.log( ` Sending response '${ce} - (${Y.id})' . Processing request took $ { Date . now ( ) - U } ms ` ,ue)}else Ge("send-response",Y)}o(ge,"traceSendingResponse");function ie(Y){if(!(T===pn.Off||!w))if(E===jo.Text){let ce;(T===pn.Verbose||T===pn.Compact)&&Y.params&&(ce= ` Params : $ { Q ( Y . params ) }
` ),w.log( ` Received request '${Y.method} - (${Y.id})' . ` ,ce)}else Ge("receive-request",Y)}o(ie,"traceReceivedRequest");function Te(Y){if(!(T===pn.Off||!w||Y.method===uA.type.method))if(E===jo.Text){let ce;(T===pn.Verbose||T===pn.Compact)&&(Y.params?ce= ` Params : $ { Q ( Y . params ) }
` :ce= ` No parameters provided .
` ),w.log( ` Received notification '${Y.method}' . ` ,ce)}else Ge("receive-notification",Y)}o(Te,"traceReceivedNotification");function j(Y,ce){if(!(T===pn.Off||!w))if(E===jo.Text){let U;if((T===pn.Verbose||T===pn.Compact)&&(Y.error&&Y.error.data?U= ` Error data : $ { Q ( Y . error . data ) }
` :Y.result?U= ` Result : $ { Q ( Y . result ) }
` :Y.error===void 0&&(U= ` No result returned .
` )),ce){let ue=Y.error? ` Request failed : $ { Y . error . message } ( $ { Y . error . code } ) . ` :"";w.log( ` Received response '${ce.method} - (${Y.id})' in $ { Date . now ( ) - ce . timerStart } ms . $ { ue } ` ,U)}else w.log( ` Received response $ { Y . id } without active response promise . ` ,U)}else Ge("receive-response",Y)}o(j,"traceReceivedResponse");function Ge(Y,ce){if(!w||T===pn.Off)return;let U={isLSPMessage:!0,type:Y,message:ce,timestamp:Date.now()};w.log(U)}o(Ge,"logLSPMessage");function ye(){if(F())throw new av(AT.Closed,"Connection is closed.");if(G())throw new av(AT.Disposed,"Connection is disposed.")}o(ye,"throwIfClosedOrDisposed");function $ e(){if(B())throw new av(AT.AlreadyListening,"Connection is already listening")}o( $ e,"throwIfListening");function Xe(){if(!B())throw new Error("Call listen() first.")}o(Xe,"throwIfNotListening");function Ue(Y){return Y===void 0?null:Y}o(Ue,"undefinedToNull");function Le(Y){if(Y!==null)return Y}o(Le,"nullToUndefined");function Ie(Y){return Y!=null&&!Array.isArray(Y)&&typeof Y=="object"}o(Ie,"isNamedParam");function Me(Y,ce){switch(Y){case yr.ParameterStructures.auto:return Ie(ce)?Le(ce):[Ue(ce)];case yr.ParameterStructures.byName:if(!Ie(ce))throw new Error("Received parameters by name but param is not an object literal.");return Le(ce);case yr.ParameterStructures.byPosition:return[Ue(ce)];default:throw new Error( ` Unknown parameter structure $ { Y . toString ( ) } ` )}}o(Me,"computeSingleParam");function Ae(Y,ce){let U,ue=Y.numberOfParams;switch(ue){case 0:U=void 0;break;case 1:U=Me(Y.parameterStructures,ce[0]);break;default:U=[];for(let z=0;z<ce.length&&z<ue;z++)U.push(Ue(ce[z]));if(ce.length<ue)for(let z=ce.length;z<ue;z++)U.push(null);break}return U}o(Ae,"computeMessageParams");let ze={sendNotification:o((Y,...ce)=>{ye();let U,ue;if(wi.string(Y)){U=Y;let se=ce[0],oe=0,be=yr.ParameterStructures.auto;yr.ParameterStructures.is(se)&&(oe=1,be=se);let pe=ce.length,me=pe-oe;switch(me){case 0:ue=void 0;break;case 1:ue=Me(be,ce[oe]);break;default:if(be===yr.ParameterStructures.byName)throw new Error( ` Received $ { me } parameters for 'by Name' notification parameter structure . ` );ue=ce.slice(oe,pe).map(De=>Ue(De));break}}else{let se=ce;U=Y.method,ue=Ae(Y,se)}let z={jsonrpc:u,method:U,params:ue};return J(z),e.write(z).catch(se=>{throw i.error("Sending notification failed."),se})},"sendNotification"),onNotification:o((Y,ce)=>{ye();let U;return wi.func(Y)?d=Y:ce&&(wi.string(Y)?(U=Y,p.set(Y,{type:void 0,handler:ce})):(U=Y.method,p.set(Y.method,{type:Y,handler:ce}))),{dispose:o(()=>{U!==void 0?p.delete(U):d=void 0},"dispose")}},"onNotification"),onProgress:o((Y,ce,U)=>{if(m.has(ce))throw new Error( ` Progress handler for token $ { ce } already registered ` );return m.set(ce,U),{dispose:o(()=>{m.delete(ce)},"dispose")}},"onProgress"),sendProgress:o((Y,ce,U)=>ze.sendNotification(CT.type,{token:ce,value:U}),"sendProgress"),onUnhandledProgress:O.event,sendRequest:o((Y,...ce)=>{ye(),Xe();let U,ue,z;if(wi.string(Y)){U=Y;let pe=ce[0],me=ce[ce.length-1],De=0,Ce=yr.ParameterStructures.auto;yr.ParameterStructures.is(pe)&&(De=1,Ce=pe);let Fe=ce.length;vG.CancellationToken.is(me)&&(Fe=Fe-1,z=me);let Ye=Fe-De;switch(Ye){case 0:ue=void 0;break;case 1:ue=Me(Ce,ce[De]);break;default:if(Ce===yr.ParameterStructures.byName)throw new Error( ` Received $ { Ye } parameters for 'by Name' request parameter structure . ` );ue=ce.slice(De,Fe).map(xt=>Ue(xt));break}}else{let pe=ce;U=Y.method,ue=Ae(Y,pe);let me=Y.numberOfParams;z=vG.CancellationToken.is(pe[me])?pe[me]:void 0}let se=a++,oe;z&&(oe=z.onCancellationRequested(()=>{let pe=S.sender.sendCancellation(ze,se);return pe===void 0?(i.log( ` Received no promise from cancellation strategy when cancelling id $ { se } ` ),Promise.resolve()):pe.catch(()=>{i.log( ` Sending cancellation messages for id $ { se } failed ` )})}));let be={jsonrpc:u,id:se,method:U,params:ue};return le(be),typeof S.sender.enableCancellation=="function"&&S.sender.enableCancellation(be),new Promise(async(pe,me)=>{let De=o(Ye=>{pe(Ye),S.sender.cleanup(se),oe?.dispose()},"resolveWithCleanup"),Ce=o(Ye=>{me(Ye),S.sender.cleanup(se),oe?.dispose()},"rejectWithCleanup"),Fe={method:
2026-02-13 14:04:06 -07:00
` )? `
` : `
2026-03-01 01:45:57 +00:00
` }var Sbe,lnt,hnt,fnt,FA,PT,BT, $ A,lV=I(()=>{"use strict";Uy();py();Sc();o(aV,"parseJSDoc");o(sV,"isJSDoc");o(Cbe,"getLines");Sbe=/ \s *(@([ \p {L}][ \p {L} \p {N}]*)?)/uy,lnt=/ \{ (@[ \p {L}][ \p {L} \p {N}]*)( \s *)([^ \r \n }]+)? \} /gu;o(cnt,"tokenize");o(unt,"buildInlineTokens");hnt=/ \S /,fnt=/ \s * $ /;o(iV,"skipWhitespace");o(dnt,"lastCharacter");o(pnt,"parseJSDocComment");o(mnt,"parseJSDocElement");o(gnt,"appendEmptyLine");o(Abe,"parseJSDocText");o(ynt,"parseJSDocInline");o(_be,"parseJSDocTag");o(Dbe,"parseJSDocLine");o(oV,"normalizeOptions");o(nV,"normalizeOption");FA=class{static{o(this,"JSDocCommentImpl")}constructor(e,r){this.elements=e,this.range=r}getTag(e){return this.getAllTags().find(r=>r.name===e)}getTags(e){return this.getAllTags().filter(r=>r.name===e)}getAllTags(){return this.elements.filter(e=>"name"in e)}toString(){let e="";for(let r of this.elements)if(e.length===0)e=r.toString();else{let n=r.toString();e+=Ebe(e)+n}return e.trim()}toMarkdown(e){let r="";for(let n of this.elements)if(r.length===0)r=n.toMarkdown(e);else{let i=n.toMarkdown(e);r+=Ebe(r)+i}return r.trim()}},PT=class{static{o(this,"JSDocTagImpl")}constructor(e,r,n,i){this.name=e,this.content=r,this.inline=n,this.range=i}toString(){let e= ` @ $ { this . name } ` ,r=this.content.toString();return this.content.inlines.length===1?e= ` $ { e } $ { r } ` :this.content.inlines.length>1&&(e= ` $ { e }
$ { r } ` ),this.inline? ` { $ { e } } ` :e}toMarkdown(e){return e?.renderTag?.(this)??this.toMarkdownDefault(e)}toMarkdownDefault(e){let r=this.content.toMarkdown(e);if(this.inline){let a=vnt(this.name,r,e??{});if(typeof a=="string")return a}let n="";e?.tag==="italic"||e?.tag===void 0?n="*":e?.tag==="bold"?n="**":e?.tag==="bold-italic"&&(n="***");let i= ` $ { n } @ $ { this . name } $ { n } ` ;return this.content.inlines.length===1?i= ` $ { i } \u2014 $ { r } ` :this.content.inlines.length>1&&(i= ` $ { i }
$ { r } ` ),this.inline? ` { $ { i } } ` :i}};o(vnt,"renderInlineTag");o(xnt,"renderLinkDefault");BT=class{static{o(this,"JSDocTextImpl")}constructor(e,r){this.inlines=e,this.range=r}toString(){let e="";for(let r=0;r<this.inlines.length;r++){let n=this.inlines[r],i=this.inlines[r+1];e+=n.toString(),i&&i.range.start.line>n.range.start.line&&(e+= `
2026-02-13 14:04:06 -07:00
` )}return e}toMarkdown(e){let r="";for(let n=0;n<this.inlines.length;n++){let i=this.inlines[n],a=this.inlines[n+1];r+=i.toMarkdown(e),a&&a.range.start.line>i.range.start.line&&(r+= `
2026-03-01 01:45:57 +00:00
` )}return r}}, $ A=class{static{o(this,"JSDocLineImpl")}constructor(e,r){this.text=e,this.range=r}toString(){return this.text}toMarkdown(){return this.text}};o(Ebe,"fillNewlines")});var FT,cV=I(()=>{"use strict";ls();lV();FT=class{static{o(this,"JSDocDocumentationProvider")}constructor(e){this.indexManager=e.shared.workspace.IndexManager,this.commentProvider=e.documentation.CommentProvider}getDocumentation(e){let r=this.commentProvider.getComment(e);if(r&&sV(r))return aV(r).toMarkdown({renderLink:o((i,a)=>this.documentationLinkRenderer(e,i,a),"renderLink"),renderTag:o(i=>this.documentationTagRenderer(e,i),"renderTag")})}documentationLinkRenderer(e,r,n){let i=this.findNameInLocalSymbols(e,r)??this.findNameInGlobalScope(e,r);if(i&&i.nameSegment){let a=i.nameSegment.range.start.line+1,s=i.nameSegment.range.start.character+1,l=i.documentUri.with({fragment: ` L$ { a } , $ { s } ` });return ` [ $ { n } ] ( $ { l . toString ( ) } ) ` }else return}documentationTagRenderer(e,r){}findNameInLocalSymbols(e,r){let i=os(e).localSymbols;if(!i)return;let a=e;do{let l=i.getStream(a).find(u=>u.name===r);if(l)return l;a=a. $ container}while(a)}findNameInGlobalScope(e,r){return this.indexManager.allElements().find(i=>i.name===r)}}});var $ T,uV=I(()=>{"use strict";J6();yc(); $ T=class{static{o(this,"DefaultCommentProvider")}constructor(e){this.grammarConfig=()=>e.parser.GrammarConfig}getComment(e){return Cz(e)?e. $ comment:WB(e. $ cstNode,this.grammarConfig().multilineCommentRules)?.text}}});var zT,hV,fV,dV=I(()=>{"use strict";Nl();nA();zT=class{static{o(this,"DefaultAsyncParser")}constructor(e){this.syncParser=e.parser.LangiumParser}parse(e,r){return Promise.resolve(this.syncParser.parse(e))}},hV=class{static{o(this,"AbstractThreadedAsyncParser")}constructor(e){this.threadCount=8,this.terminationDelay=200,this.workerPool=[],this.queue=[],this.hydrator=e.serializer.Hydrator}initializeWorkers(){for(;this.workerPool.length<this.threadCount;){let e=this.createWorker();e.onReady(()=>{if(this.queue.length>0){let r=this.queue.shift();r&&(e.lock(),r.resolve(e))}}),this.workerPool.push(e)}}async parse(e,r){let n=await this.acquireParserWorker(r),i=new zs,a,s=r.onCancellationRequested(()=>{a=setTimeout(()=>{this.terminateWorker(n)},this.terminationDelay)});return n.parse(e).then(l=>{let u=this.hydrator.hydrate(l);i.resolve(u)}).catch(l=>{i.reject(l)}).finally(()=>{s.dispose(),clearTimeout(a)}),i.promise}terminateWorker(e){e.terminate();let r=this.workerPool.indexOf(e);r>=0&&this.workerPool.splice(r,1)}async acquireParserWorker(e){this.initializeWorkers();for(let n of this.workerPool)if(n.ready)return n.lock(),n;let r=new zs;return e.onCancellationRequested(()=>{let n=this.queue.indexOf(r);n>=0&&this.queue.splice(n,1),r.reject(Ll)}),this.queue.push(r),r.promise}},fV=class{static{o(this,"ParserWorker")}get ready(){return this._ready}get onReady(){return this.onReadyEmitter.event}constructor(e,r,n,i){this.onReadyEmitter=new ui.Emitter,this.deferred=new zs,this._ready=!0,this._parsing=!1,this.sendMessage=e,this._terminate=i,r(a=>{let s=a;this.deferred.resolve(s),this.unlock()}),n(a=>{this.deferred.reject(a),this.unlock()})}terminate(){this.deferred.reject(Ll),this._terminate()}lock(){this._ready=!1}unlock(){this._parsing=!1,this._ready=!0,this.onReadyEmitter.fire()}parse(e){if(this._parsing)throw new Error("Parser worker is busy");return this._parsing=!0,this.deferred=new zs,this.sendMessage(e),this.deferred.promise}}});var GT,pV=I(()=>{"use strict";Rl();Nl();GT=class{static{o(this,"DefaultWorkspaceLock")}constructor(){this.previousTokenSource=new Ar.CancellationTokenSource,this.writeQueue=[],this.readQueue=[],this.done=!0}write(e){this.cancelWrite();let r=X6();return this.previousTokenSource=r,this.enqueue(this.writeQueue,e,r.token)}read(e){return this.enqueue(this.readQueue,e)}enqueue(e,r,n=Ar.CancellationToken.None){let i=new zs,a={action:r,deferred:i,cancellationToken:n};return e.push(a),this.performNextOperation(),i.promise}async performNextOperation(){if(!this.done)return;let e=[];if(this.writeQueue.length>0)e.push(this.writeQueue.shift());else if(this.readQueue.length>0)e.push(...this.re
` .includes(e[r-1])}matchWhitespace(e,r,n,i){this.whitespaceRegExp.lastIndex=r;let a=this.whitespaceRegExp.exec(e);return{currIndentLevel:a?.[0].length??0,prevIndentLevel:this.indentationStack.at(-1),match:a}}createIndentationTokenInstance(e,r,n,i){let a=this.getLineNumber(r,i);return Uh(e,n,i,i+n.length,a,a,1,n.length)}getLineNumber(e,r){return e.substring(0,r).split(/ \r \n | \r | \n /).length}indentMatcher(e,r,n,i){if(!this.isStartOfLine(e,r))return null;let{currIndentLevel:a,prevIndentLevel:s,match:l}=this.matchWhitespace(e,r,n,i);return a<=s?null:(this.indentationStack.push(a),l)}dedentMatcher(e,r,n,i){if(!this.isStartOfLine(e,r))return null;let{currIndentLevel:a,prevIndentLevel:s,match:l}=this.matchWhitespace(e,r,n,i);if(a>=s)return null;let u=this.indentationStack.lastIndexOf(a);if(u===-1)return this.diagnostics.push({severity:"error",message: ` Invalid dedent level $ { a } at offset : $ { r } . Current indentation stack : $ { this . indentationStack } ` ,offset:r,length:l?.[0]?.length??0,line:this.getLineNumber(e,r),column:1}),null;let h=this.indentationStack.length-u-1,f=e.substring(0,r).match(/[ \r \n ]+ $ /)?.[0].length??1;for(let d=0;d<h;d++){let p=this.createIndentationTokenInstance(this.dedentTokenType,e,"",r-(f-1));n.push(p),this.indentationStack.pop()}return null}buildTerminalToken(e){let r=super.buildTerminalToken(e),{indentTokenName:n,dedentTokenName:i,whitespaceTokenName:a}=this.options;return r.name===n?this.indentTokenType:r.name===i?this.dedentTokenType:r.name===a?zd({name:a,pattern:this.whitespaceRegExp,group:li.SKIPPED}):r}flushRemainingDedents(e){let r=[];for(;this.indentationStack.length>1;)r.push(this.createIndentationTokenInstance(this.dedentTokenType,e,"",e.length)),this.indentationStack.pop();return this.indentationStack=[0],r}},bV=class extends Lm{static{o(this,"IndentationAwareLexer")}constructor(e){if(super(e),e.parser.TokenBuilder instanceof zA)this.indentationTokenBuilder=e.parser.TokenBuilder;else throw new Error("IndentationAwareLexer requires an accompanying IndentationAwareTokenBuilder")}tokenize(e,r=OA){let n=super.tokenize(e),i=n.report;r?.mode==="full"&&n.tokens.push(...i.remainingDedents),i.remainingDedents=[];let{indentTokenType:a,dedentTokenType:s}=this.indentationTokenBuilder,l=a.tokenTypeIdx,u=s.tokenTypeIdx,h=[],f=n.tokens.length-1;for(let d=0;d<f;d++){let p=n.tokens[d],m=n.tokens[d+1];if(p.tokenTypeIdx===l&&m.tokenTypeIdx===u){d++;continue}h.push(p)}return f>=0&&h.push(n.tokens[f]),n.tokens=h,n}}});var zbe=I(()=>{"use strict"});var Gbe=I(()=>{"use strict";dV();sz();F6(); $ be();lz();nT();BA();q6();zbe();U6();cz()});var Vbe=I(()=>{"use strict";xz();bz();Tz();Sz();wz();Ez()});var qbe=I(()=>{"use strict";mV();J6()});var GA,Ha,TV=I(()=>{"use strict";GA=class{static{o(this,"EmptyFileSystemProvider")}stat(e){throw new Error("No file system is available.")}statSync(e){throw new Error("No file system is available.")}async exists(){return!1}existsSync(){return!1}readBinary(){throw new Error("No file system is available.")}readBinarySync(){throw new Error("No file system is available.")}readFile(){throw new Error("No file system is available.")}readFileSync(){throw new Error("No file system is available.")}async readDirectory(){return[]}readDirectorySync(){return[]}},Ha={fileSystemProvider:o(()=>new GA,"fileSystemProvider")}});function wnt(){let t=ei(Wa(Ha),Tnt),e=ei(Ua({shared:t}),bnt);return t.ServiceRegistry.register(e),e}function $ u(t){let e=wnt(),r=e.serializer.JsonSerializer.deserialize(t);return e.shared.workspace.LangiumDocumentFactory.fromModel(r,ia.parse( ` memory : / $ { r . n a m e ? ? " g r a m m a r " } . l a n g i u m ` ) ) , r } v a r b n t , T n t , U b e = I ( ( ) = > { " u s e s t r i c t " ; g V ( ) ; v V ( ) ; U o ( ) ; T V ( ) ; S c ( ) ; b n t = { G r a m m a r : o ( ( ) = > { } , " G r a m m a r " ) , L a n g u a g e M e t a D a t a : o ( ( ) = > ( { c a s e I n s e n s i t i v e : ! 1 , f i l e E x t e n s i o n s : [ " . l a n g i u m " ] , l a n g u a g e I d : " l a n g i u m " } ) , " L a n g u a g e M e t a D a t a " ) } , T n t = { A s t R e f l e c t i o n : o ( ( ) = > n e w h y , " A s t R e f l e c t i o n " ) } ; o ( w n t , " c r e a t e M i n i m a l G r a m m a r S e r v i c e s " ) ; o ( $ u , " l o a d G r a m m a r F r o m J s o n " ) } ) ; v a r a n = { } ; v r ( a n , { A s t U t i l s : ( ) = > m C , B i M a p : ( ) = > E m , C a n c e l l a t i o n : ( ) = > A r , C o n t e x t C a c h e : ( ) = > C m , C s t U t i l s : ( ) = > O C , D O N E _ R E S U L T : ( ) = > s s , D e f e r r e d : ( ) = > z s , D i s p o s a b l e : ( ) = > t p , D i s p o s a b l e C a c h e : ( ) = > t v , D o c u m e n t C a c
` )}}},Kh=class extends ap{static{o(this,"CommonValueConverter")}static{kt(this,"CommonValueConverter")}runCustomConverter(t,e,r){}},ds=class extends jh{static{o(this,"AbstractMermaidTokenBuilder")}static{kt(this,"AbstractMermaidTokenBuilder")}constructor(t){super(),this.keywords=new Set(t)}buildKeywordTokens(t,e,r){let n=super.buildKeywordTokens(t,e,r);return n.forEach(i=>{this.keywords.has(i.name)&&i.PATTERN!==void 0&&(i.PATTERN=new RegExp(i.PATTERN.toString()+"(?:(?=%%)|(?! \\ S))"))}),n}},Vnt=class extends ds{static{o(this,"CommonTokenBuilder")}static{kt(this,"CommonTokenBuilder")}}});function jA(t=Ha){let e=ei(Wa(t),Gs),r=ei(Ua({shared:e}),BV,YA);return e.ServiceRegistry.register(r),{shared:e,GitGraph:r}}var qnt,YA,qV=I(()=>{"use strict";ps();Yo();qnt=class extends ds{static{o(this,"GitGraphTokenBuilder")}static{kt(this,"GitGraphTokenBuilder")}constructor(){super(["gitGraph"])}},YA={parser:{TokenBuilder:kt(()=>new qnt,"TokenBuilder"),ValueConverter:kt(()=>new Kh,"ValueConverter")}};o(jA,"createGitGraphServices");kt(jA,"createGitGraphServices")});function KA(t=Ha){let e=ei(Wa(t),Gs),r=ei(Ua({shared:e}),FV,XA);return e.ServiceRegistry.register(r),{shared:e,Info:r}}var Unt,XA,UV=I(()=>{"use strict";ps();Yo();Unt=class extends ds{static{o(this,"InfoTokenBuilder")}static{kt(this,"InfoTokenBuilder")}constructor(){super(["info","showInfo"])}},XA={parser:{TokenBuilder:kt(()=>new Unt,"TokenBuilder"),ValueConverter:kt(()=>new Kh,"ValueConverter")}};o(KA,"createInfoServices");kt(KA,"createInfoServices")});function ZA(t=Ha){let e=ei(Wa(t),Gs),r=ei(Ua({shared:e}), $ V,QA);return e.ServiceRegistry.register(r),{shared:e,Packet:r}}var Wnt,QA,WV=I(()=>{"use strict";ps();Yo();Wnt=class extends ds{static{o(this,"PacketTokenBuilder")}static{kt(this,"PacketTokenBuilder")}constructor(){super(["packet"])}},QA={parser:{TokenBuilder:kt(()=>new Wnt,"TokenBuilder"),ValueConverter:kt(()=>new Kh,"ValueConverter")}};o(ZA,"createPacketServices");kt(ZA,"createPacketServices")});function e7(t=Ha){let e=ei(Wa(t),Gs),r=ei(Ua({shared:e}),zV,JA);return e.ServiceRegistry.register(r),{shared:e,Pie:r}}var Hnt,Ynt,JA,HV=I(()=>{"use strict";ps();Yo();Hnt=class extends ds{static{o(this,"PieTokenBuilder")}static{kt(this,"PieTokenBuilder")}constructor(){super(["pie","showData"])}},Ynt=class extends ap{static{o(this,"PieValueConverter")}static{kt(this,"PieValueConverter")}runCustomConverter(t,e,r){if(t.name==="PIE_SECTION_LABEL")return e.replace(/"/g,"").trim()}},JA={parser:{TokenBuilder:kt(()=>new Hnt,"TokenBuilder"),ValueConverter:kt(()=>new Ynt,"ValueConverter")}};o(e7,"createPieServices");kt(e7,"createPieServices")});function r7(t=Ha){let e=ei(Wa(t),Gs),r=ei(Ua({shared:e}),PV,t7);return e.ServiceRegistry.register(r),{shared:e,Architecture:r}}var jnt,Xnt,t7,YV=I(()=>{"use strict";ps();Yo();jnt=class extends ds{static{o(this,"ArchitectureTokenBuilder")}static{kt(this,"ArchitectureTokenBuilder")}constructor(){super(["architecture"])}},Xnt=class extends ap{static{o(this,"ArchitectureValueConverter")}static{kt(this,"ArchitectureValueConverter")}runCustomConverter(t,e,r){if(t.name==="ARCH_ICON")return e.replace(/[()]/g,"").trim();if(t.name==="ARCH_TEXT_ICON")return e.replace(/["()]/g,"");if(t.name==="ARCH_TITLE")return e.replace(/[[ \] ]/g,"").trim()}},t7={parser:{TokenBuilder:kt(()=>new jnt,"TokenBuilder"),ValueConverter:kt(()=>new Xnt,"ValueConverter")}};o(r7,"createArchitectureServices");kt(r7,"createArchitectureServices")});function i7(t=Ha){let e=ei(Wa(t),Gs),r=ei(Ua({shared:e}),GV,n7);return e.ServiceRegistry.register(r),{shared:e,Radar:r}}var Knt,n7,jV=I(()=>{"use strict";ps();Yo();Knt=class extends ds{static{o(this,"RadarTokenBuilder")}static{kt(this,"RadarTokenBuilder")}constructor(){super(["radar-beta"])}},n7={parser:{TokenBuilder:kt(()=>new Knt,"TokenBuilder"),ValueConverter:kt(()=>new Kh,"ValueConverter")}};o(i7,"createRadarServices");kt(i7,"createRadarServices")});function m4e(t){let e=t.validation.TreemapValidator,r=t.validation.ValidationRegistry;if(r){let n={Treemap:e.checkSingleRoot.bind(e)};r.register(n,e)}}function s7(t=Ha){let e=ei(Wa(t),Gs),r=ei(Ua
2026-02-13 14:04:06 -07:00
` ),r=t.parserErrors.map(n=>n.message).join( `
2026-03-01 01:45:57 +00:00
` );super( ` Parsing failed : $ { e } $ { r } ` ),this.result=t}static{kt(this,"MermaidParseError")}}});function Pl(t,e){t.accDescr&&e.setAccDescription?.(t.accDescr),t.accTitle&&e.setAccTitle?.(t.accTitle),t.title&&e.setDiagramTitle?.(t.title)}var $ m=I(()=>{"use strict";o(Pl,"populateCommonDb")});var fn,o7=I(()=>{"use strict";fn={NORMAL:0,REVERSE:1,HIGHLIGHT:2,MERGE:3,CHERRY_PICK:4}});var wv,KV=I(()=>{"use strict";wv=class{constructor(e){this.init=e;this.records=this.init()}static{o(this,"ImperativeState")}reset(){this.records=this.init()}}});function QV(){return yN({length:7})}function iit(t,e){let r=Object.create(null);return t.reduce((n,i)=>{let a=e(i);return r[a]||(r[a]=!0,n.push(i)),n},[])}function R4e(t,e,r){let n=t.indexOf(e);n===-1?t.push(r):t.splice(n,1,r)}function N4e(t){let e=t.reduce((i,a)=>i.seq>a.seq?i:a,t[0]),r="";t.forEach(function(i){i===e?r+=" *":r+=" |"});let n=[r,e.id,e.seq];for(let i in Nt.records.branches)Nt.records.branches.get(i)===e.id&&n.push(i);if(X.debug(n.join(" ")),e.parents&&e.parents.length==2&&e.parents[0]&&e.parents[1]){let i=Nt.records.commits.get(e.parents[0]);R4e(t,e,i),e.parents[1]&&t.push(Nt.records.commits.get(e.parents[1]))}else{if(e.parents.length==0)return;if(e.parents[0]){let i=Nt.records.commits.get(e.parents[0]);R4e(t,e,i)}}t=iit(t,i=>i.id),N4e(t)}var nit,zm,Nt,ait,sit,oit,lit,cit,uit,hit,L4e,fit,dit,pit,mit,git,M4e,yit,vit,xit,l7,ZV=I(()=>{"use strict";gt();sr();ti();wr();ki();o7();KV();Ka();nit=gr.gitGraph,zm=o(()=>Qn({...nit,...tr().gitGraph}),"getConfig"),Nt=new wv(()=>{let t=zm(),e=t.mainBranchName,r=t.mainBranchOrder;return{mainBranchName:e,commits:new Map,head:null,branchConfig:new Map([[e,{name:e,order:r}]]),branches:new Map([[e,null]]),currBranch:e,direction:"LR",seq:0,options:{}}});o(QV,"getID");o(iit,"uniqBy");ait=o(function(t){Nt.records.direction=t},"setDirection"),sit=o(function(t){X.debug("options str",t),t=t?.trim(),t=t||"{}";try{Nt.records.options=JSON.parse(t)}catch(e){X.error("error while parsing gitGraph options",e.message)}},"setOptions"),oit=o(function(){return Nt.records.options},"getOptions"),lit=o(function(t){let e=t.msg,r=t.id,n=t.type,i=t.tags;X.info("commit",e,r,n,i),X.debug("Entering commit:",e,r,n,i);let a=zm();r=nt.sanitizeText(r,a),e=nt.sanitizeText(e,a),i=i?.map(l=>nt.sanitizeText(l,a));let s={id:r||Nt.records.seq+"-"+QV(),message:e,seq:Nt.records.seq++,type:n??fn.NORMAL,tags:i??[],parents:Nt.records.head==null?[]:[Nt.records.head.id],branch:Nt.records.currBranch};Nt.records.head=s,X.info("main branch",a.mainBranchName),Nt.records.commits.has(s.id)&&X.warn( ` Commit ID $ { s . id } already exists ` ),Nt.records.commits.set(s.id,s),Nt.records.branches.set(Nt.records.currBranch,s.id),X.debug("in pushCommit "+s.id)},"commit"),cit=o(function(t){let e=t.name,r=t.order;if(e=nt.sanitizeText(e,zm()),Nt.records.branches.has(e))throw 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 ${e}" ) ` );Nt.records.branches.set(e,Nt.records.head!=null?Nt.records.head.id:null),Nt.records.branchConfig.set(e,{name:e,order:r}),L4e(e),X.debug("in createBranch")},"branch"),uit=o(t=>{let e=t.branch,r=t.id,n=t.type,i=t.tags,a=zm();e=nt.sanitizeText(e,a),r&&(r=nt.sanitizeText(r,a));let s=Nt.records.branches.get(Nt.records.currBranch),l=Nt.records.branches.get(e),u=s?Nt.records.commits.get(s):void 0,h=l?Nt.records.commits.get(l):void 0;if(u&&h&&u.branch===e)throw new Error( ` Cannot merge branch '${e}' into itself . ` );if(Nt.records.currBranch===e){let p=new Error('Incorrect usage of "merge". Cannot merge a branch to itself');throw p.hash={text: ` merge $ { e } ` ,token: ` merge $ { e } ` ,expected:["branch abc"]},p}if(u===void 0||!u){let p=new Error( ` Incorrect usage of "merge" . Current branch ( $ { Nt . records . currBranch } ) has no commits ` );throw p.hash={text: ` merge $ { e } ` ,token: ` merge $ { e } ` ,expected:["commit"]},p}if(!Nt.records.branches.has(e)){let p=new Error('Incorrect usage of "merge". Branch to be merged ('+e+") does not exist");throw p.hash={text: ` merge $ { e } ` ,token: ` merge $ { e } ` ,expected:[ ` branch $ { e } ` ]},p}if(h===void 0||!h){let p=n
$ { n - a / 2 - Vu / 2 } , $ { m + Zh }
$ { n - a / 2 - Vu / 2 } , $ { m - Zh }
$ { r . posWithOffset - a / 2 - Vu } , $ { m - p - Zh }
$ { r . posWithOffset + a / 2 + Vu } , $ { m - p - Zh }
$ { r . posWithOffset + a / 2 + Vu } , $ { m + p + Zh }
$ { r . posWithOffset - a / 2 - Vu } , $ { m + p + Zh } ` ),h.attr("cy",m).attr("cx",n-a/2+Vu/2).attr("r",1.5).attr("class","tag-hole"),Qr==="TB"||Qr==="BT"){let g=n+d;f.attr("class","tag-label-bkg").attr("points", `
2026-02-13 14:04:06 -07:00
$ { r . x } , $ { g + 2 }
$ { r . x } , $ { g - 2 }
2026-03-01 01:45:57 +00:00
$ { r . x + lp } , $ { g - p - 2 }
$ { r . x + lp + a + 4 } , $ { g - p - 2 }
$ { r . x + lp + a + 4 } , $ { g + p + 2 }
$ { r . x + lp } , $ { g + p + 2 } ` ).attr("transform","translate(12,12) rotate(45, "+r.x+","+n+")"),h.attr("cx",r.x+Vu/2).attr("cy",g).attr("transform","translate(12,12) rotate(45, "+r.x+","+n+")"),u.attr("x",r.x+5).attr("y",g+3).attr("transform","translate(14,14) rotate(45, "+r.x+","+n+")")}}}},"drawCommitTags"),Fit=o(t=>{switch(t.customType??t.type){case fn.NORMAL:return"commit-normal";case fn.REVERSE:return"commit-reverse";case fn.HIGHLIGHT:return"commit-highlight";case fn.MERGE:return"commit-merge";case fn.CHERRY_PICK:return"commit-cherry-pick";default:return"commit-normal"}},"getCommitClassType"), $ it=o((t,e,r,n)=>{let i={x:0,y:0};if(t.parents.length>0){let a=F4e(t.parents);if(a){let s=n.get(a)??i;return e==="TB"?s.y+cp:e==="BT"?(n.get(t.id)??i).y-cp:s.x+cp}}else return e==="TB"?c7:e==="BT"?(n.get(t.id)??i).y-cp:0;return 0},"calculatePosition"),zit=o((t,e,r)=>{let n=Qr==="BT"&&r?e:e+lp,i=Qr==="TB"||Qr==="BT"?n:So.get(t.branch)?.pos,a=Qr==="TB"||Qr==="BT"?So.get(t.branch)?.pos:n;if(a===void 0||i===void 0)throw new Error( ` Position were undefined for commit $ { t . id } ` );return{x:a,y:i,posWithOffset:n}},"getCommitPosition"),P4e=o((t,e,r)=>{if(!Bl)throw new Error("GitGraph config not found");let n=t.append("g").attr("class","commit-bullets"),i=t.append("g").attr("class","commit-labels"),a=Qr==="TB"||Qr==="BT"?c7:0,s=[...e.keys()],l=Bl?.parallelCommits??!1,u=o((f,d)=>{let p=e.get(f)?.seq,m=e.get(d)?.seq;return p!==void 0&&m!==void 0?p-m:0},"sortKeys"),h=s.sort(u);Qr==="BT"&&(l&&Rit(h,e,a),h=h.reverse()),h.forEach(f=>{let d=e.get(f);if(!d)throw new Error( ` Commit not found for key $ { f } ` );l&&(a= $ it(d,Qr,a,Eo));let p=zit(d,a,l);if(r){let m=Fit(d),g=d.customType??d.type,y=So.get(d.branch)?.index??0;Oit(n,d,p,m,y,g),Pit(i,d,p,a),Bit(i,d,p,a)}Qr==="TB"||Qr==="BT"?Eo.set(d.id,{x:p.x,y:p.posWithOffset}):Eo.set(d.id,{x:p.posWithOffset,y:p.y}),a=Qr==="BT"&&l?a+cp:a+cp+lp,a>op&&(op=a)})},"drawCommits"),Git=o((t,e,r,n,i)=>{let s=(Qr==="TB"||Qr==="BT"?r.x<n.x:r.y<n.y)?e.branch:t.branch,l=o(h=>h.branch===s,"isOnBranchToGetCurve"),u=o(h=>h.seq>t.seq&&h.seq<e.seq,"isBetweenCommits");return[...i.values()].some(h=>u(h)&&l(h))},"shouldRerouteArrow"),XT=o((t,e,r=0)=>{let n=t+Math.abs(t-e)/2;if(r>5)return n;if(u7.every(s=>Math.abs(s-n)>=10))return u7.push(n),n;let a=Math.abs(t-e);return XT(t,e-a/5,r+1)},"findLane"),Vit=o((t,e,r,n)=>{let i=Eo.get(e.id),a=Eo.get(r.id);if(i===void 0||a===void 0)throw new Error( ` Commit positions not found for commits $ { e . id } and $ { r . id } ` );let s=Git(e,r,i,a,n),l="",u="",h=0,f=0,d=So.get(r.branch)?.index;r.type===fn.MERGE&&e.id!==r.parents[0]&&(d=So.get(e.branch)?.index);let p;if(s){l="A 10 10, 0, 0, 0,",u="A 10 10, 0, 0, 1,",h=10,f=10;let m=i.y<a.y?XT(i.y,a.y):XT(a.y,i.y),g=i.x<a.x?XT(i.x,a.x):XT(a.x,i.x);Qr==="TB"?i.x<a.x?p= ` M $ { i . x } $ { i . y } L $ { g - h } $ { i . y } $ { u } $ { g } $ { i . y + f } L $ { g } $ { a . y - h } $ { l } $ { g + f } $ { a . y } L $ { a . x } $ { a . y } ` :(d=So.get(e.branch)?.index,p= ` M $ { i . x } $ { i . y } L $ { g + h } $ { i . y } $ { l } $ { g } $ { i . y + f } L $ { g } $ { a . y - h } $ { u } $ { g - f } $ { a . y } L $ { a . x } $ { a . y } ` ):Qr==="BT"?i.x<a.x?p= ` M $ { i . x } $ { i . y } L $ { g - h } $ { i . y } $ { l } $ { g } $ { i . y - f } L $ { g } $ { a . y + h } $ { u } $ { g + f } $ { a . y } L $ { a . x } $ { a . y } ` :(d=So.get(e.branch)?.index,p= ` M $ { i . x } $ { i . y } L $ { g + h } $ { i . y } $ { u } $ { g } $ { i . y - f } L $ { g } $ { a . y + h } $ { l } $ { g - f } $ { a . y } L $ { a . x } $ { a . y } ` ):i.y<a.y?p= ` M $ { i . x } $ { i . y } L $ { i . x } $ { m - h } $ { l } $ { i . x + f } $ { m } L $ { a . x - h } $ { m } $ { u } $ { a . x } $ { m + f } L $ { a . x } $ { a . y } ` :(d=So.get(e.branch)?.index,p= ` M $ { i . x } $ { i . y } L $ { i . x } $ { m + h } $ { u } $ { i . x + f } $ { m } L $ { a . x - h } $ { m } $ { l } $ { a . x } $ { m - f } L $ { a . x } $ { a . y } ` )}else l="A 20 20, 0, 0, 0,",u="A 20 20, 0, 0, 1,",h=20,f=20,Qr==="TB"?(i.x<a.x&&(r.type===fn.MERGE&&e.id!==r.parents[0]?p= ` M $ { i . x } $ { i . y } L $ { i . x } $ { a . y - h } $ { l } $ { i . x + f } $ { a . y } L $ { a . x } $ { a . y } ` :p= ` M $ { i . x } $ { i . y } L $ { a . x - h } $ { i . y } $ { u } $ { a . x } $ { i . y + f } L $ { a . x } $ { a . y } ` ),i.x>a.x&&(l="A 20 20, 0, 0, 0,",u="A 20 20, 0, 0, 1,",h=20,f=20,r.type===fn.MERGE&&e.id!==r.parents[0]?p= ` M $ { i . x } $ { i . y } L $ { i . x } $ { a . y - h } $ { u } $ { i . x - f } $ { a . y } L $ { a . x } $ { a . y } ` :p= ` M $ { i . x } $ { i . y } L $ { a . x + h } $ { i . y } $ { l } $ { a . x } $ { i . y + f } L $ { a . x } $ { a . y } ` ),i.x===a.x&&(p= ` M $ { i . x } $ { i . y } L $ { a . x } $ { a . y } ` )):Qr==="BT
` ,"id:",e,r),!Bl)throw new Error("GitGraph config not found");let i=Bl.rotateCommitLabel??!1,a=n.db;jT=a.getCommits();let s=a.getBranchesAsObjArray();Qr=a.getDirection();let l=He( ` [ id = "${e}" ] ` ),u=0;s.forEach((h,f)=>{let d=B4e(h.name),p=l.append("g"),m=p.insert("g").attr("class","branchLabel"),g=m.insert("g").attr("class","label branch-label");g.node()?.appendChild(d);let y=d.getBBox();u=Wit(h.name,u,f,y,i),g.remove(),m.remove(),p.remove()}),P4e(l,jT,!1),Bl.showBranches&&Uit(l,s),qit(l,jT),P4e(l,jT,!0),jt.insertTitle(l,"gitTitleText",Bl.titleTopMargin??0,a.getDiagramTitle()),dD(void 0,l,Bl.diagramPadding,Bl.useMaxWidth)},"draw"), $ 4e={draw:Hit}});var Yit,G4e,V4e=I(()=>{"use strict";Yit=o(t=> `
2026-02-13 14:04:06 -07:00
. 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 ( e => `
. branch - label$ { e } { fill : $ { t [ "gitBranchLabel" + e ] } ; }
. commit$ { e } { stroke : $ { t [ "git" + e ] } ; fill : $ { t [ "git" + e ] } ; }
. commit - highlight$ { e } { stroke : $ { t [ "gitInv" + e ] } ; fill : $ { t [ "gitInv" + e ] } ; }
. label$ { e } { fill : $ { t [ "git" + e ] } ; }
. arrow$ { e } { stroke : $ { t [ "git" + e ] } ; }
` ).join( `
` )}
. branch {
stroke - width : 1 ;
stroke : $ { t . lineColor } ;
stroke - dasharray : 2 ;
}
. commit - label { font - size : $ { t . commitLabelFontSize } ; fill : $ { t . commitLabelColor } ; }
. commit - label - bkg { font - size : $ { t . commitLabelFontSize } ; fill : $ { t . commitLabelBackground } ; opacity : 0.5 ; }
. tag - label { font - size : $ { t . tagLabelFontSize } ; fill : $ { t . tagLabelColor } ; }
. tag - label - bkg { fill : $ { t . tagLabelBackground } ; stroke : $ { t . tagLabelBorder } ; }
. tag - hole { fill : $ { t . textColor } ; }
. commit - merge {
stroke : $ { t . primaryColor } ;
fill : $ { t . primaryColor } ;
}
. commit - reverse {
stroke : $ { t . primaryColor } ;
fill : $ { t . primaryColor } ;
stroke - width : 3 ;
}
. commit - highlight - outer {
}
. commit - highlight - inner {
stroke : $ { t . primaryColor } ;
fill : $ { t . primaryColor } ;
}
. arrow { stroke - width : 8 ; stroke - linecap : round ; fill : none }
. gitTitleText {
text - anchor : middle ;
font - size : 18 px ;
fill : $ { t . textColor } ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),G4e=Yit});var q4e={};vr(q4e,{diagram:()=>jit});var jit,U4e=I(()=>{"use strict";O4e();ZV();z4e();V4e();jit={parser:I4e,db:l7,renderer: $ 4e,styles:G4e}});var JV,Y4e,j4e=I(()=>{"use strict";JV=(function(){var t=o(function(A,_,N,M){for(N=N||{},M=A.length;M--;N[A[M]]=_);return N},"o"),e=[6,8,10,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,33,35,36,38,40],r=[1,26],n=[1,27],i=[1,28],a=[1,29],s=[1,30],l=[1,31],u=[1,32],h=[1,33],f=[1,34],d=[1,9],p=[1,10],m=[1,11],g=[1,12],y=[1,13],v=[1,14],x=[1,15],b=[1,16],T=[1,19],E=[1,20],w=[1,21],k=[1,22],C=[1,23],D=[1,25],R=[1,35],O={trace:o(function(){},"trace"),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,weekend:19,weekend_friday:20,weekend_saturday:21,dateFormat:22,inclusiveEndDates:23,topAxis:24,axisFormat:25,tickInterval:26,excludes:27,includes:28,todayMarker:29,title:30,acc_title:31,acc_title_value:32,acc_descr:33,acc_descr_value:34,acc_descr_multiline_value:35,section:36,clickStatement:37,taskTxt:38,taskData:39,click:40,callbackname:41,callbackargs:42,href:43,clickStatementDebug:44, $ 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",20:"weekend_friday",21:"weekend_saturday",22:"dateFormat",23:"inclusiveEndDates",24:"topAxis",25:"axisFormat",26:"tickInterval",27:"excludes",28:"includes",29:"todayMarker",30:"title",31:"acc_title",32:"acc_title_value",33:"acc_descr",34:"acc_descr_value",35:"acc_descr_multiline_value",36:"section",38:"taskTxt",39:"taskData",40:"click",41:"callbackname",42:"callbackargs",43:"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],[19,1],[19,1],[9,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],[37,2],[37,3],[37,3],[37,4],[37,3],[37,4],[37,2],[44,2],[44,3],[44,3],[44,4],[44,3],[44,4],[44,2]],performAction:o(function(_,N,M,P,B,F,G){var $ =F.length-1;switch(B){case 1:return F[ $ -1];case 2:this. $ =[];break;case 3:F[ $ -1].push(F[ $ ]),this. $ =F[ $ -1];break;case 4:case 5:this. $ =F[ $ ];break;case 6:case 7:this. $ =[];break;case 8:P.setWeekday("monday");break;case 9:P.setWeekday("tuesday");break;case 10:P.setWeekday("wednesday");break;case 11:P.setWeekday("thursday");break;case 12:P.setWeekday("friday");break;case 13:P.setWeekday("saturday");break;case 14:P.setWeekday("sunday");break;case 15:P.setWeekend("friday");break;case 16:P.setWeekend("saturday");break;case 17:P.setDateFormat(F[ $ ].substr(11)),this. $ =F[ $ ].substr(11);break;case 18:P.enableInclusiveEndDates(),this. $ =F[ $ ].substr(18);break;case 19:P.TopAxis(),this. $ =F[ $ ].substr(8);break;case 20:P.setAxisFormat(F[ $ ].substr(11)),this. $ =F[ $ ].substr(11);break;case 21:P.setTickInterval(F[ $ ].substr(13)),this. $ =F[ $ ].substr(13);break;case 22:P.setExcludes(F[ $ ].substr(9)),this. $ =F[ $ ].substr(9);break;case 23:P.setIncludes(F[ $ ].substr(9)),this. $ =F[ $ ].substr(9);break;case 24:P.setTodayMarker(F[ $ ].substr(12)),this. $ =F[ $ ].substr(12);break;case 27:P.setDiagramTitle(F[ $ ].substr(6)),this. $ =F[ $ ].substr(6);break;case 28:this. $ =F[ $ ].trim(),P.setAccTitle(this. $ );break;case 29:case 30:this. $ =F[ $ ].trim(),P.setAccDescription(this. $ );break;case 31:P.addSection(F[ $ ].substr(8)),this. $ =F[ $ ].substr(8);break;case 33:P.addTask(F[ $ -1],F[ $ ]),this. $ ="task";break;case 34:this. $ =F[ $ -1],P.setClickEvent(F[ $ -1],F[ $ ],null);break;case 35:this. $ =F[ $ -2],P.setClickEvent(F[ $ -2],F[ $ -1],F[ $ ]);break;case 36:this. $ =F[ $ -2],P.setClickEvent(F[ $ -2],F[ $ -1],null),P.setLink(F[ $ -2],F[ $ ]);break;case 37:this. $ =F[ $ -3],P.setClickEvent(F[ $ -3],F[ $ -2],F[ $ -1]),P.setLink(F[ $ -3],F[ $ ]);break;case 38:this. $ =F[ $ -2],P.setClickEvent(F[ $ -2],F[ $ ],null),P.setLink(F[ $ -2],F[ $ -1]);break;case 39:this. $ =F[ $ -3],P.setClickEvent(F[ $ -3],F[ $ -1],F[ $ ]),P.setLink(F[ $ -3],F[ $ -2]);break;case 40:this. $ =F[ $ -1],P.setLink(F[ $ -1]
` +de.showPosition()+ `
Expecting ` +Ie.join(", ")+", got '"+(this.terminals_[ge]||ge)+"'":Me="Parse error on line "+(V+1)+": Unexpected "+(ge==he?"end of input":"'"+(this.terminals_[ge]||ge)+"'"),this.parseError(Me,{text:de.match,token:this.terminals_[ge]||ge,line:de.yylineno,loc:te,expected:Ie})}if(j[0]instanceof Array&&j.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Te+", token: "+ge);switch(j[0]){case 1:M.push(ge),B.push(de.yytext),F.push(de.yylloc),M.push(j[1]),ge=null,ie?(ge=ie,ie=null):(K=de.yyleng, $ =de.yytext,V=de.yylineno,te=de.yylloc,ee>0&&ee--);break;case 2:if(Ue=this.productions_[j[1]][1], $ e. $ =B[B.length-Ue], $ e._ $ ={first_line:F[F.length-(Ue||1)].first_line,last_line:F[F.length-1].last_line,first_column:F[F.length-(Ue||1)].first_column,last_column:F[F.length-1].last_column},Q&&( $ e._ $ .range=[F[F.length-(Ue||1)].range[0],F[F.length-1].range[1]]),ye=this.performAction.apply( $ e,[ $ ,K,V,re.yy,j[1],B,F].concat(Z)),typeof ye<"u")return ye;Ue&&(M=M.slice(0,-1*Ue*2),B=B.slice(0,-1*Ue),F=F.slice(0,-1*Ue)),M.push(this.productions_[j[1]][0]),B.push( $ e. $ ),F.push( $ e._ $ ),Le=G[M[M.length-2]][M[M.length-1]],M.push(Le);break;case 3:return!0}}return!0},"parse")},L=(function(){var A={EOF:1,parseError:o(function(N,M){if(this.yy.parser)this.yy.parser.parseError(N,M);else throw new Error(N)},"parseError"),setInput:o(function(_,N){return this.yy=N||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},"setInput"),input:o(function(){var _=this._input[0];this.yytext+=_,this.yyleng++,this.offset++,this.match+=_,this.matched+=_;var N=_.match(/(?: \r \n ?| \n ).*/g);return N?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),_},"input"),unput:o(function(_){var N=_.length,M=_.split(/(?: \r \n ?| \n )/g);this._input=_+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-N),this.offset-=N;var P=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),M.length-1&&(this.yylineno-=M.length-1);var B=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:M?(M.length===P.length?this.yylloc.first_column:0)+P[P.length-M.length].length-M[0].length:this.yylloc.first_column-N},this.options.ranges&&(this.yylloc.range=[B[0],B[0]+this.yyleng-N]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(_){this.unput(this.match.slice(_))},"less"),pastInput:o(function(){var _=this.matched.substr(0,this.matched.length-this.match.length);return(_.length>20?"...":"")+_.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var _=this.match;return _.length<20&&(_+=this._input.substr(0,20-_.length)),(_.substr(0,20)+(_.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var _=this.pastInput(),N=new Array(_.length+1).join("-");return _+this.upcomingInput()+ `
` +N+"^"},"showPosition"),test_match:o(function(_,N){var M,P,B;if(this.options.backtrack_lexer&&(B={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&&(B.yylloc.range=this.yylloc.range.slice(0))),P=_[0].match(/(?: \r \n ?| \n ).*/g),P&&(this.yylineno+=P.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:P?P[P.length-1].length-P[P.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],M=this.performAction.call(this,this.yy,this,N,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),M)return M;if(this._backtrack){for(var F in B)this[F]=B[F];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var _,N,M,P;this._more||(this.yytext="",this.match="");for(var B=this._currentRules(),F=0;F<B.length;F++)if(M=this._input.match(this.rules[B[F]]),M&&(!N||M[0].length>N[0].length)){if(N=M,P=F,this.options.backtrack_lexer){if(_=this.test_match(M,B[F]),_!==!1)return _;if(this._backtrack){N=!1;continue}else return!1}else if(!this.options.flex)break}return N?(_=this.test_match(N,B[P]),_!==!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})},"next"),lex:o(function(){var N=this.next();return N||this.lex()},"lex"),begin:o(function(N){this.conditionStack.push(N)},"begin"),popState:o(function(){var N=this.conditionStack.length-1;return N>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(N){return N=this.conditionStack.length-1-Math.abs(N||0),N>=0?this.conditionStack[N]:"INITIAL"},"topState"),pushState:o(function(N){this.begin(N)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(N,M,P,B){var F=B;switch(P){case 0:return this.begin("open_directive"),"open_directive";break;case 1:return this.begin("acc_title"),31;break;case 2:return this.popState(),"acc_title_value";break;case 3:return this.begin("acc_descr"),33;break;case 4:return this.popState(),"acc_descr_value";break;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:this.begin("href");break;case 15:this.popState();break;case 16:return 43;case 17:this.begin("callbackname");break;case 18:this.popState();break;case 19:this.popState(),this.begin("callbackargs");break;case 20:return 41;case 21:this.popState();break;case 22:return 42;case 23:this.begin("click");break;case 24:this.popState();break;case 25:return 40;case 26:return 4;case 27:return 22;case 28:return 23;case 29:return 24;case 30:return 25;case 31:return 26;case 32:return 28;case 33:return 27;case 34:return 29;case 35:return 12;case 36:return 13;case 37:return 14;case 38:return 15;case 39:return 16;case 40:return 17;case 41:return 18;case 42:return 20;case 43:return 21;case 44:return"date";case 45:return 30;case 46:return"accDescription";case 47:return 36;case 48:return 38;case 49:return 39;case 50:return":";case 51:return 6;case 52:return"INVALID"}},"anonymous"),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,/^(?: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,/^(?:weekend \s +friday \b )/i,/^(?:weekend \s +saturday \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:[21,22],inclusive:!1},callbackname:{rules:[18,19,20],inclusive:!1},href:{rules:[15,16],inclusive:!1},click:{rules:[24,25],inclusive:!1},INITIAL:{rules:[0,1,3,5,8,9,10,11,12,13,14,17,23,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],inclusive:!0}}};return A})();O.lexer=L;function S(){this.yy={}}return o(S,"Parser"),S.prototype=O,O.Parser=S,new S})();JV.parser=JV;Y4e=JV});var X4e=Jt((eq,tq)=>{"use strict";(function(t,e){typeof eq=="object"&&typeof tq<"u"?tq.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof global
2026-02-13 14:04:06 -07:00
. mermaid - main - font {
font - family : $ { t . fontFamily } ;
}
. exclude - range {
fill : $ { t . excludeBkgColor } ;
}
. section {
stroke : none ;
opacity : 0.2 ;
}
. section0 {
fill : $ { t . sectionBkgColor } ;
}
. section2 {
fill : $ { t . sectionBkgColor2 } ;
}
. section1 ,
. section3 {
fill : $ { t . altSectionBkgColor } ;
opacity : 0.2 ;
}
. sectionTitle0 {
fill : $ { t . titleColor } ;
}
. sectionTitle1 {
fill : $ { t . titleColor } ;
}
. sectionTitle2 {
fill : $ { t . titleColor } ;
}
. sectionTitle3 {
fill : $ { t . titleColor } ;
}
. sectionTitle {
text - anchor : start ;
font - family : $ { t . fontFamily } ;
}
/* Grid and axis */
. grid . tick {
stroke : $ { t . gridColor } ;
opacity : 0.8 ;
shape - rendering : crispEdges ;
}
. grid . tick text {
font - family : $ { t . fontFamily } ;
fill : $ { t . textColor } ;
}
. grid path {
stroke - width : 0 ;
}
/* Today line */
. today {
fill : none ;
stroke : $ { t . todayLineColor } ;
stroke - width : 2 px ;
}
/* Task styling */
/* Default task */
. task {
stroke - width : 2 ;
}
. taskText {
text - anchor : middle ;
font - family : $ { t . fontFamily } ;
}
. taskTextOutsideRight {
fill : $ { t . taskTextDarkColor } ;
text - anchor : start ;
font - family : $ { t . fontFamily } ;
}
. taskTextOutsideLeft {
fill : $ { t . taskTextDarkColor } ;
text - anchor : end ;
}
/* Special case clickable */
. task . clickable {
cursor : pointer ;
}
. taskText . clickable {
cursor : pointer ;
fill : $ { t . taskTextClickableColor } ! important ;
font - weight : bold ;
}
. taskTextOutsideLeft . clickable {
cursor : pointer ;
fill : $ { t . taskTextClickableColor } ! important ;
font - weight : bold ;
}
. taskTextOutsideRight . clickable {
cursor : pointer ;
fill : $ { t . taskTextClickableColor } ! important ;
font - weight : bold ;
}
/* Specific task settings for the sections*/
. taskText0 ,
. taskText1 ,
. taskText2 ,
. taskText3 {
fill : $ { t . taskTextColor } ;
}
. task0 ,
. task1 ,
. task2 ,
. task3 {
fill : $ { t . taskBkgColor } ;
stroke : $ { t . taskBorderColor } ;
}
. taskTextOutside0 ,
. taskTextOutside2
{
fill : $ { t . taskTextOutsideColor } ;
}
. taskTextOutside1 ,
. taskTextOutside3 {
fill : $ { t . taskTextOutsideColor } ;
}
/* Active task */
. active0 ,
. active1 ,
. active2 ,
. active3 {
fill : $ { t . activeTaskBkgColor } ;
stroke : $ { t . activeTaskBorderColor } ;
}
. activeText0 ,
. activeText1 ,
. activeText2 ,
. activeText3 {
fill : $ { t . taskTextDarkColor } ! important ;
}
/* Completed task */
. done0 ,
. done1 ,
. done2 ,
. done3 {
stroke : $ { t . doneTaskBorderColor } ;
fill : $ { t . doneTaskBkgColor } ;
stroke - width : 2 ;
}
. doneText0 ,
. doneText1 ,
. doneText2 ,
. doneText3 {
fill : $ { t . taskTextDarkColor } ! important ;
}
/* Tasks on the critical line */
. crit0 ,
. crit1 ,
. crit2 ,
. crit3 {
stroke : $ { t . critBorderColor } ;
fill : $ { t . critBkgColor } ;
stroke - width : 2 ;
}
. activeCrit0 ,
. activeCrit1 ,
. activeCrit2 ,
. activeCrit3 {
stroke : $ { t . critBorderColor } ;
fill : $ { t . activeTaskBkgColor } ;
stroke - width : 2 ;
}
. doneCrit0 ,
. doneCrit1 ,
. doneCrit2 ,
. doneCrit3 {
stroke : $ { t . critBorderColor } ;
fill : $ { t . doneTaskBkgColor } ;
stroke - width : 2 ;
cursor : pointer ;
shape - rendering : crispEdges ;
}
. milestone {
transform : rotate ( 45 deg ) scale ( 0.8 , 0.8 ) ;
}
. milestoneText {
font - style : italic ;
}
. doneCritText0 ,
. doneCritText1 ,
. doneCritText2 ,
. doneCritText3 {
fill : $ { t . taskTextDarkColor } ! important ;
}
. vert {
stroke : $ { t . vertLineColor } ;
}
. vertText {
font - size : 15 px ;
text - anchor : middle ;
fill : $ { t . vertLineColor } ! important ;
}
. activeCritText0 ,
. activeCritText1 ,
. activeCritText2 ,
. activeCritText3 {
fill : $ { t . taskTextDarkColor } ! important ;
}
. titleText {
text - anchor : middle ;
font - size : 18 px ;
fill : $ { t . titleColor || t . textColor } ;
font - family : $ { t . fontFamily } ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),bTe=Pat});var wTe={};vr(wTe,{diagram:()=>Bat});var Bat,kTe=I(()=>{"use strict";j4e();pTe();xTe();TTe();Bat={parser:Y4e,db:fTe,renderer:vTe,styles:bTe}});var CTe,ATe=I(()=>{"use strict";sp();gt();CTe={parse:o(async t=>{let e=await Vs("info",t);X.debug(e)},"parse")}});var JT,Tq=I(()=>{JT={name:"mermaid",version:"11.12.3",description:"Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",type:"module",module:"./dist/mermaid.core.mjs",types:"./dist/mermaid.d.ts",exports:{".":{types:"./dist/mermaid.d.ts",import:"./dist/mermaid.core.mjs",default:"./dist/mermaid.core.mjs"},"./*":"./*"},keywords:["diagram","markdown","flowchart","sequence diagram","gantt","class diagram","git graph","mindmap","packet diagram","c4 diagram","er diagram","pie chart","pie diagram","quadrant chart","requirement diagram","graph"],scripts:{clean:"rimraf dist",dev:"pnpm -w dev","docs:code":"typedoc src/defaultConfig.ts src/config.ts src/mermaid.ts && prettier --write ./src/docs/config/setup","docs:build":"rimraf ../../docs && pnpm docs:code && pnpm docs:spellcheck && tsx scripts/docs.cli.mts","docs:verify":"pnpm docs:code && pnpm docs:spellcheck && tsx scripts/docs.cli.mts --verify","docs:pre:vitepress":"pnpm --filter ./src/docs prefetch && rimraf src/vitepress && pnpm docs:code && tsx scripts/docs.cli.mts --vitepress && pnpm --filter ./src/vitepress install --no-frozen-lockfile --ignore-scripts","docs:build:vitepress":"pnpm docs:pre:vitepress && (cd src/vitepress && pnpm run build) && cpy --flat src/docs/landing/ ./src/vitepress/.vitepress/dist/landing","docs:dev":'pnpm docs:pre:vitepress && concurrently "pnpm --filter ./src/vitepress dev" "tsx scripts/docs.cli.mts --watch --vitepress"',"docs:dev:docker":'pnpm docs:pre:vitepress && concurrently "pnpm --filter ./src/vitepress dev:docker" "tsx scripts/docs.cli.mts --watch --vitepress"',"docs:serve":"pnpm docs:build:vitepress && vitepress serve src/vitepress","docs:spellcheck":'cspell "src/docs/**/*.md"',"docs:release-version":"tsx scripts/update-release-version.mts","docs:verify-version":"tsx scripts/update-release-version.mts --verify","types:build-config":"tsx scripts/create-types-from-json-schema.mts","types:verify-config":"tsx scripts/create-types-from-json-schema.mts --verify",checkCircle:"npx madge --circular ./src",prepublishOnly:"pnpm docs:verify-version"},repository:{type:"git",url:"https://github.com/mermaid-js/mermaid"},author:"Knut Sveidqvist",license:"MIT",standard:{ignore:["**/parser/*.js","dist/**/*.js","cypress/**/*.js"],globals:["page"]},dependencies:{"@braintree/sanitize-url":"^7.1.1","@iconify/utils":"^3.0.1","@mermaid-js/parser":"workspace:^","@types/d3":"^7.4.3",cytoscape:"^3.29.3","cytoscape-cose-bilkent":"^4.1.0","cytoscape-fcose":"^2.2.0",d3:"^7.9.0","d3-sankey":"^0.12.3","dagre-d3-es":"7.0.13",dayjs:"^1.11.18",dompurify:"^3.2.5",katex:"^0.16.22",khroma:"^2.1.0","lodash-es":"^4.17.23",marked:"^16.2.1",roughjs:"^4.6.6",stylis:"^4.3.6","ts-dedent":"^2.2.0",uuid:"^11.1.0"},devDependencies:{"@adobe/jsonschema2md":"^8.0.5","@iconify/types":"^2.0.0","@types/cytoscape":"^3.21.9","@types/cytoscape-fcose":"^2.2.4","@types/d3-sankey":"^0.12.4","@types/d3-scale":"^4.0.9","@types/d3-scale-chromatic":"^3.1.0","@types/d3-selection":"^3.0.11","@types/d3-shape":"^3.1.7","@types/jsdom":"^21.1.7","@types/katex":"^0.16.7","@types/lodash-es":"^4.17.12","@types/micromatch":"^4.0.9","@types/stylis":"^4.2.7","@types/uuid":"^10.0.0",ajv:"^8.17.1",canvas:"^3.1.2",chokidar:"3.6.0",concurrently:"^9.1.2","csstree-validator":"^4.0.1",globby:"^14.1.0",jison:"^0.4.18","js-base64":"^3.7.8",jsdom:"^26.1.0","json-schema-to-typescript":"^15.0.4",micromatch:"^4.0.8","path-browserify":"^1.0.1",prettier:"^3.5.3",remark:"^15.0.1","remark-frontmatter":"^5.0.0","remark-gfm":"^4.0.1",rimraf:"^6.0.1","start-server-and-test":"^2.0.13","type-fest":"^4.35.0",typedoc:"^0.28.12","typedoc-plugin-markdown":"^4.8.1",typescript:"~5.7.3","unist-util-flatmap":"^1.0.0","unist-util-visit":"^5.0.0",vitepress:"^1.6.4","vitepress-plugin-search":"1.0.
` +t);let n=Ca(e);Sn(n,100,400,!0),n.append("g").append("text").attr("x",100).attr("y",40).attr("class","version").attr("font-size",32).style("text-anchor","middle").text( ` v$ { r } ` )},"draw"),RTe={draw:Uat}});var NTe={};vr(NTe,{diagram:()=>Wat});var Wat,MTe=I(()=>{"use strict";ATe();DTe();LTe();Wat={parser:CTe,db:_Te,renderer:RTe}});var PTe,wq,m7,kq,jat,Xat,Kat,Qat,Zat,Jat,est,g7,Sq=I(()=>{"use strict";gt();ki();Ka();PTe=gr.pie,wq={sections:new Map,showData:!1,config:PTe},m7=wq.sections,kq=wq.showData,jat=structuredClone(PTe),Xat=o(()=>structuredClone(jat),"getConfig"),Kat=o(()=>{m7=new Map,kq=wq.showData,Mr()},"clear"),Qat=o(({label:t,value:e})=>{if(e<0)throw new Error( ` "${t}" has invalid value : $ { e } . Negative values are not allowed in pie charts . All slice values must be >= 0. ` );m7.has(t)||(m7.set(t,e),X.debug( ` added new section : $ { t } , with value : $ { e } ` ))},"addSection"),Zat=o(()=>m7,"getSections"),Jat=o(t=>{kq=t},"setShowData"),est=o(()=>kq,"getShowData"),g7={getConfig:Xat,clear:Kat,setDiagramTitle:Xr,getDiagramTitle:Wr,setAccTitle:zr,getAccTitle:Vr,setAccDescription:qr,getAccDescription:Ur,addSection:Qat,getSections:Zat,setShowData:Jat,getShowData:est}});var tst,BTe,FTe=I(()=>{"use strict";sp();gt(); $ m();Sq();tst=o((t,e)=>{Pl(t,e),e.setShowData(t.showData),t.sections.map(e.addSection)},"populateDb"),BTe={parse:o(async t=>{let e=await Vs("pie",t);X.debug(e),tst(e,g7)},"parse")}});var rst, $ Te,zTe=I(()=>{"use strict";rst=o(t=> `
2026-02-13 14:04:06 -07:00
. pieCircle {
stroke : $ { t . pieStrokeColor } ;
stroke - width : $ { t . pieStrokeWidth } ;
opacity : $ { t . pieOpacity } ;
}
. pieOuterCircle {
stroke : $ { t . pieOuterStrokeColor } ;
stroke - width : $ { t . pieOuterStrokeWidth } ;
fill : none ;
}
. pieTitleText {
text - anchor : middle ;
font - size : $ { t . pieTitleTextSize } ;
fill : $ { t . pieTitleTextColor } ;
font - family : $ { t . fontFamily } ;
}
. slice {
font - family : $ { t . fontFamily } ;
fill : $ { t . pieSectionTextColor } ;
font - size : $ { t . pieSectionTextSize } ;
// fill: white;
}
. legend text {
fill : $ { t . pieLegendTextColor } ;
font - family : $ { t . fontFamily } ;
font - size : $ { t . pieLegendTextSize } ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"), $ Te=rst});var nst,ist,GTe,VTe=I(()=>{"use strict";kr();Qt();gt();Uu();Fi();sr();nst=o(t=>{let e=[...t.values()].reduce((i,a)=>i+a,0),r=[...t.entries()].map(([i,a])=>({label:i,value:a})).filter(i=>i.value/e*100>=1).sort((i,a)=>a.value-i.value);return N5().value(i=>i.value)(r)},"createPieArcs"),ist=o((t,e,r,n)=>{X.debug( ` rendering pie chart
` +t);let i=n.db,a=xe(),s=Qn(i.getConfig(),a.pie),l=40,u=18,h=4,f=450,d=f,p=Ca(e),m=p.append("g");m.attr("transform","translate("+d/2+","+f/2+")");let{themeVariables:g}=a,[y]=ru(g.pieOuterStrokeWidth);y??=2;let v=s.textPosition,x=Math.min(d,f)/2-l,b=ic().innerRadius(0).outerRadius(x),T=ic().innerRadius(x*v).outerRadius(x*v);m.append("circle").attr("cx",0).attr("cy",0).attr("r",x+y/2).attr("class","pieOuterCircle");let E=i.getSections(),w=nst(E),k=[g.pie1,g.pie2,g.pie3,g.pie4,g.pie5,g.pie6,g.pie7,g.pie8,g.pie9,g.pie10,g.pie11,g.pie12],C=0;E.forEach(_=>{C+=_});let D=w.filter(_=>(_.data.value/C*100).toFixed(0)!=="0"),R=Lo(k);m.selectAll("mySlices").data(D).enter().append("path").attr("d",b).attr("fill",_=>R(_.data.label)).attr("class","pieCircle"),m.selectAll("mySlices").data(D).enter().append("text").text(_=>(_.data.value/C*100).toFixed(0)+"%").attr("transform",_=>"translate("+T.centroid(_)+")").style("text-anchor","middle").attr("class","slice"),m.append("text").text(i.getDiagramTitle()).attr("x",0).attr("y",-(f-50)/2).attr("class","pieTitleText");let O=[...E.entries()].map(([_,N])=>({label:_,value:N})),L=m.selectAll(".legend").data(O).enter().append("g").attr("class","legend").attr("transform",(_,N)=>{let M=u+h,P=M*O.length/2,B=12*u,F=N*M-P;return"translate("+B+","+F+")"});L.append("rect").attr("width",u).attr("height",u).style("fill",_=>R(_.label)).style("stroke",_=>R(_.label)),L.append("text").attr("x",u+h).attr("y",u-h).text(_=>i.getShowData()? ` $ { _ . label } [ $ { _ . value } ] ` :_.label);let S=Math.max(...L.selectAll("text").nodes().map(_=>_?.getBoundingClientRect().width??0)),A=d+l+u+h+S;p.attr("viewBox", ` 0 0 $ { A } $ { f } ` ),Sn(p,f,A,s.useMaxWidth)},"draw"),GTe={draw:ist}});var qTe={};vr(qTe,{diagram:()=>ast});var ast,UTe=I(()=>{"use strict";FTe();Sq();zTe();VTe();ast={parser:BTe,db:g7,renderer:GTe,styles: $ Te}});var Eq,HTe,YTe=I(()=>{"use strict";Eq=(function(){var t=o(function(ue,z,se,oe){for(se=se||{},oe=ue.length;oe--;se[ue[oe]]=z);return se},"o"),e=[1,3],r=[1,4],n=[1,5],i=[1,6],a=[1,7],s=[1,4,5,10,12,13,14,18,25,35,37,39,41,42,48,50,51,52,53,54,55,56,57,60,61,63,64,65,66,67],l=[1,4,5,10,12,13,14,18,25,28,35,37,39,41,42,48,50,51,52,53,54,55,56,57,60,61,63,64,65,66,67],u=[55,56,57],h=[2,36],f=[1,37],d=[1,36],p=[1,38],m=[1,35],g=[1,43],y=[1,41],v=[1,14],x=[1,23],b=[1,18],T=[1,19],E=[1,20],w=[1,21],k=[1,22],C=[1,24],D=[1,25],R=[1,26],O=[1,27],L=[1,28],S=[1,29],A=[1,32],_=[1,33],N=[1,34],M=[1,39],P=[1,40],B=[1,42],F=[1,44],G=[1,62], $ =[1,61],V=[4,5,8,10,12,13,14,18,44,47,49,55,56,57,63,64,65,66,67],K=[1,65],ee=[1,66],H=[1,67],he=[1,68],Z=[1,69],de=[1,70],re=[1,71],ne=[1,72],te=[1,73],Q=[1,74],le=[1,75],J=[1,76],ge=[4,5,6,7,8,9,10,11,12,13,14,15,18],ie=[1,90],Te=[1,91],j=[1,92],Ge=[1,99],ye=[1,93], $ e=[1,96],Xe=[1,94],Ue=[1,95],Le=[1,97],Ie=[1,98],Me=[1,102],Ae=[10,55,56,57],ze=[4,5,6,8,10,11,13,17,18,19,20,55,56,57],Y={trace:o(function(){},"trace"),yy:{},symbols_:{error:2,idStringToken:3,ALPHA:4,NUM:5,NODE_STRING:6,DOWN:7,MINUS:8,DEFAULT:9,COMMA:10,COLON:11,AMP:12,BRKT:13,MULT:14,UNICODE_TEXT:15,styleComponent:16,UNIT:17,SPACE:18,STYLE:19,PCT:20,idString:21,style:22,stylesOpt:23,classDefStatement:24,CLASSDEF:25,start:26,eol:27,QUADRANT:28,document:29,line:30,statement:31,axisDetails:32,quadrantDetails:33,points:34,title:35,title_value:36,acc_title:37,acc_title_value:38,acc_descr:39,acc_descr_value:40,acc_descr_multiline_value:41,section:42,text:43,point_start:44,point_x:45,point_y:46,class_name:47,"X-AXIS":48,"AXIS-TEXT-DELIMITER":49,"Y-AXIS":50,QUADRANT_1:51,QUADRANT_2:52,QUADRANT_3:53,QUADRANT_4:54,NEWLINE:55,SEMI:56,EOF:57,alphaNumToken:58,textNoTagsToken:59,STR:60,MD_STR:61,alphaNum:62,PUNCTUATION:63,PLUS:64,EQUALS:65,DOT:66,UNDERSCORE:67, $ accept:0, $ end:1},terminals_:{2:"error",4:"ALPHA",5:"NUM",6:"NODE_STRING",7:"DOWN",8:"MINUS",9:"DEFAULT",10:"COMMA",11:"COLON",12:"AMP",13:"BRKT",14:"MULT",15:"UNICODE_TEXT",17:"UNIT",18:"SPACE",19:"STYLE",20:"PCT",25:"CLASSDEF",28:"QUADRANT",35:"title",36:"title_value",37:"acc_title",38:"acc_title_value",39:"acc_descr",40:"acc_descr_value",41:"acc_descr_multiline_value",42:"section",44:"point_s
2026-02-13 14:04:06 -07:00
` +We.showPosition()+ `
2026-03-01 01:45:57 +00:00
Expecting ` +Br.join(", ")+", got '"+(this.terminals_[wt]||wt)+"'":Dt="Parse error on line "+(Fe+1)+": Unexpected "+(wt==Pe?"end of input":"'"+(this.terminals_[wt]||wt)+"'"),this.parseError(Dt,{text:We.match,token:this.terminals_[wt]||wt,line:We.yylineno,loc:Tt,expected:Br})}if(pt[0]instanceof Array&&pt.length>1)throw new Error("Parse Error: multiple actions possible at state: "+bt+", token: "+wt);switch(pt[0]){case 1:oe.push(wt),pe.push(We.yytext),me.push(We.yylloc),oe.push(pt[1]),wt=null,St?(wt=St,St=null):(Ye=We.yyleng,Ce=We.yytext,Fe=We.yylineno,Tt=We.yylloc,xt>0&&xt--);break;case 2:if(mr=this.productions_[pt[1]][1],Dn. $ =pe[pe.length-mr],Dn._ $ ={first_line:me[me.length-(mr||1)].first_line,last_line:me[me.length-1].last_line,first_column:me[me.length-(mr||1)].first_column,last_column:me[me.length-1].last_column},Mt&&(Dn._ $ .range=[me[me.length-(mr||1)].range[0],me[me.length-1].range[1]]),Lt=this.performAction.apply(Dn,[Ce,Ye,Fe,ut.yy,pt[1],pe,me].concat(rt)),typeof Lt<"u")return Lt;mr&&(oe=oe.slice(0,-1*mr*2),pe=pe.slice(0,-1*mr),me=me.slice(0,-1*mr)),oe.push(this.productions_[pt[1]][0]),pe.push(Dn. $ ),me.push(Dn._ $ ),hr=De[oe[oe.length-2]][oe[oe.length-1]],oe.push(hr);break;case 3:return!0}}return!0},"parse")},ce=(function(){var ue={EOF:1,parseError:o(function(se,oe){if(this.yy.parser)this.yy.parser.parseError(se,oe);else throw new Error(se)},"parseError"),setInput:o(function(z,se){return this.yy=se||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},"setInput"),input:o(function(){var z=this._input[0];this.yytext+=z,this.yyleng++,this.offset++,this.match+=z,this.matched+=z;var se=z.match(/(?: \r \n ?| \n ).*/g);return se?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),z},"input"),unput:o(function(z){var se=z.length,oe=z.split(/(?: \r \n ?| \n )/g);this._input=z+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-se),this.offset-=se;var be=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),oe.length-1&&(this.yylineno-=oe.length-1);var pe=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:oe?(oe.length===be.length?this.yylloc.first_column:0)+be[be.length-oe.length].length-oe[0].length:this.yylloc.first_column-se},this.options.ranges&&(this.yylloc.range=[pe[0],pe[0]+this.yyleng-se]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(z){this.unput(this.match.slice(z))},"less"),pastInput:o(function(){var z=this.matched.substr(0,this.matched.length-this.match.length);return(z.length>20?"...":"")+z.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(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,"")},"upcomingInput"),showPosition:o(function(){var z=this.pastInput(),se=new Array(z.length+1).join("-");return z+this.upcomingInput()+ `
` +se+"^"},"showPosition"),test_match:o(function(z,se){var oe,be,pe;if(this.options.backtrack_lexer&&(pe={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&&(pe.yylloc.range=this.yylloc.range.slice(0))),be=z[0].match(/(?: \r \n ?| \n ).*/g),be&&(this.yylineno+=be.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:be?be[be.length-1].length-be[be.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],oe=this.performAction.call(this,this.yy,this,se,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),oe)return oe;if(this._backtrack){for(var me in pe)this[me]=pe[me];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var z,se,oe,be;this._more||(this.yytext="",this.match="");for(var pe=this._currentRules(),me=0;me<pe.length;me++)if(oe=this._input.match(this.rules[pe[me]]),oe&&(!se||oe[0].length>se[0].length)){if(se=oe,be=me,this.options.backtrack_lexer){if(z=this.test_match(oe,pe[me]),z!==!1)return z;if(this._backtrack){se=!1;continue}else return!1}else if(!this.options.flex)break}return se?(z=this.test_match(se,pe[be]),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})},"next"),lex:o(function(){var se=this.next();return se||this.lex()},"lex"),begin:o(function(se){this.conditionStack.push(se)},"begin"),popState:o(function(){var se=this.conditionStack.length-1;return se>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(se){return se=this.conditionStack.length-1-Math.abs(se||0),se>=0?this.conditionStack[se]:"INITIAL"},"topState"),pushState:o(function(se){this.begin(se)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(se,oe,be,pe){var me=pe;switch(be){case 0:break;case 1:break;case 2:return 55;case 3:break;case 4:return this.begin("title"),35;break;case 5:return this.popState(),"title_value";break;case 6:return this.begin("acc_title"),37;break;case 7:return this.popState(),"acc_title_value";break;case 8:return this.begin("acc_descr"),39;break;case 9:return this.popState(),"acc_descr_value";break;case 10:this.begin("acc_descr_multiline");break;case 11:this.popState();break;case 12:return"acc_descr_multiline_value";case 13:return 48;case 14:return 50;case 15:return 49;case 16:return 51;case 17:return 52;case 18:return 53;case 19:return 54;case 20:return 25;case 21:this.begin("md_string");break;case 22:return"MD_STR";case 23:this.popState();break;case 24:this.begin("string");break;case 25:this.popState();break;case 26:return"STR";case 27:this.begin("class_name");break;case 28:return this.popState(),47;break;case 29:return this.begin("point_start"),44;break;case 30:return this.begin("point_x"),45;break;case 31:this.popState();break;case 32:this.popState(),this.begin("point_y");break;case 33:return this.popState(),46;break;case 34:return 28;case 35:return 4;case 36:return 11;case 37:return 64;case 38:return 10;case 39:return 65;case 40:return 65;case 41:return 14;case 42:return 13;case 43:return 67;case 44:return 66;case 45:return 12;case 46:return 8;case 47:return 5;case 48:return 18;case 49:return 56;case 50:return 63;case 51:return 57}},"anonymous"),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,/^(?:classDef \b )/i,/^(?:["][ ` ] ) / i , /^(?:[^`"]+)/i , /^(?:[`]["])/i , /^(?:["])/i , /^(?:["])/i , /^(?:[^"]*)/i , /^(?::::)/i , /^(?:^\w+)/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 : { class _name : { rules : [ 28 ] , inclusive : ! 1 } , point _y : { rules : [ 33 ] , inclusive : ! 1 } , point _x : { rules : [ 32 ] , inclusive : ! 1 } , point _start : { rules : [ 30 , 31 ] , 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 : [ 22 , 23 ] , inclusive : ! 1 } , string : { rules : [ 25 , 26 ] , inclusive : ! 1 } , INITIAL : { rules : [ 0 , 1 , 2 , 3 , 4 , 6 , 8 , 10 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 24 , 27 , 29 , 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 , 47 , 48 , 49 , 50 , 51 ] , inclusive : ! 0 } } } ; return ue } ) ( ) ; Y . lexer = ce ; function U ( ) { this . yy = { } } return o ( U , "Parser" ) , U . prototype = Y , Y . Parser = U , new U } ) ( ) ; Eq . parser = Eq ; HTe = Eq } ) ; var qs , y7 , jTe = I ( ( ) => { "use strict" ; kr ( ) ; Ka ( ) ; gt ( ) ; a2 ( ) ; qs = uf ( ) , y7 = class { constructor ( ) { this . classes = new Map ; this . config = this . getDefaultConfig ( ) , this . themeConfig = this . getDefaultThemeConfig ( ) , this . data = this . getDefaultData
` +t);let u=l.securityLevel,h;u==="sandbox"&&(h=He("#i"+e));let d=(u==="sandbox"?He(h.nodes()[0].contentDocument.body):He("body")).select( ` [ id = "${e}" ] ` ),p=d.append("g").attr("class","main"),m=l.quadrantChart?.chartWidth??500,g=l.quadrantChart?.chartHeight??500;Sn(d,g,m,l.quadrantChart?.useMaxWidth??!0),d.attr("viewBox","0 0 "+m+" "+g),n.db.setHeight(g),n.db.setWidth(m);let y=n.db.getQuadrantData(),v=p.append("g").attr("class","quadrants"),x=p.append("g").attr("class","border"),b=p.append("g").attr("class","data-points"),T=p.append("g").attr("class","labels"),E=p.append("g").attr("class","title");y.title&&E.append("text").attr("x",0).attr("y",0).attr("fill",y.title.fill).attr("font-size",y.title.fontSize).attr("dominant-baseline",i(y.title.horizontalPos)).attr("text-anchor",a(y.title.verticalPos)).attr("transform",s(y.title)).text(y.title.text),y.borderLines&&x.selectAll("line").data(y.borderLines).enter().append("line").attr("x1",D=>D.x1).attr("y1",D=>D.y1).attr("x2",D=>D.x2).attr("y2",D=>D.y2).style("stroke",D=>D.strokeFill).style("stroke-width",D=>D.strokeWidth);let w=v.selectAll("g.quadrant").data(y.quadrants).enter().append("g").attr("class","quadrant");w.append("rect").attr("x",D=>D.x).attr("y",D=>D.y).attr("width",D=>D.width).attr("height",D=>D.height).attr("fill",D=>D.fill),w.append("text").attr("x",0).attr("y",0).attr("fill",D=>D.text.fill).attr("font-size",D=>D.text.fontSize).attr("dominant-baseline",D=>i(D.text.horizontalPos)).attr("text-anchor",D=>a(D.text.verticalPos)).attr("transform",D=>s(D.text)).text(D=>D.text.text),T.selectAll("g.label").data(y.axisLabels).enter().append("g").attr("class","label").append("text").attr("x",0).attr("y",0).text(D=>D.text).attr("fill",D=>D.fill).attr("font-size",D=>D.fontSize).attr("dominant-baseline",D=>i(D.horizontalPos)).attr("text-anchor",D=>a(D.verticalPos)).attr("transform",D=>s(D));let C=b.selectAll("g.data-point").data(y.points).enter().append("g").attr("class","data-point");C.append("circle").attr("cx",D=>D.x).attr("cy",D=>D.y).attr("r",D=>D.radius).attr("fill",D=>D.fill).attr("stroke",D=>D.strokeColor).attr("stroke-width",D=>D.strokeWidth),C.append("text").attr("x",0).attr("y",0).text(D=>D.text.text).attr("fill",D=>D.text.fill).attr("font-size",D=>D.text.fontSize).attr("dominant-baseline",D=>i(D.text.horizontalPos)).attr("text-anchor",D=>a(D.text.verticalPos)).attr("transform",D=>s(D.text))},"draw"),e3e={draw:kst}});var r3e={};vr(r3e,{diagram:()=>Sst});var Sst,n3e=I(()=>{"use strict";YTe();JTe();t3e();Sst={parser:HTe,db:ZTe,renderer:e3e,styles:o(()=>"","styles")}});var _q,s3e,o3e=I(()=>{"use strict";_q=(function(){var t=o(function(N,M,P,B){for(P=P||{},B=N.length;B--;P[N[B]]=M);return P},"o"),e=[1,10,12,14,16,18,19,21,23],r=[2,6],n=[1,3],i=[1,5],a=[1,6],s=[1,7],l=[1,5,10,12,14,16,18,19,21,23,34,35,36],u=[1,25],h=[1,26],f=[1,28],d=[1,29],p=[1,30],m=[1,31],g=[1,32],y=[1,33],v=[1,34],x=[1,35],b=[1,36],T=[1,37],E=[1,43],w=[1,42],k=[1,47],C=[1,50],D=[1,10,12,14,16,18,19,21,23,34,35,36],R=[1,10,12,14,16,18,19,21,23,24,26,27,28,34,35,36],O=[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],L=[1,64],S={trace:o(function(){},"trace"),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"
` +ne.showPosition()+ `
Expecting ` +Ae.join(", ")+", got '"+(this.terminals_[Te]||Te)+"'":ze="Parse error on line "+(ee+1)+": Unexpected "+(Te==de?"end of input":"'"+(this.terminals_[Te]||Te)+"'"),this.parseError(ze,{text:ne.match,token:this.terminals_[Te]||Te,line:ne.yylineno,loc:le,expected:Ae})}if(ye[0]instanceof Array&&ye.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ge+", token: "+Te);switch(ye[0]){case 1:B.push(Te),G.push(ne.yytext), $ .push(ne.yylloc),B.push(ye[1]),Te=null,j?(Te=j,j=null):(H=ne.yyleng,K=ne.yytext,ee=ne.yylineno,le=ne.yylloc,he>0&&he--);break;case 2:if(Ie=this.productions_[ye[1]][1],Ue. $ =G[G.length-Ie],Ue._ $ ={first_line: $ [ $ .length-(Ie||1)].first_line,last_line: $ [ $ .length-1].last_line,first_column: $ [ $ .length-(Ie||1)].first_column,last_column: $ [ $ .length-1].last_column},J&&(Ue._ $ .range=[ $ [ $ .length-(Ie||1)].range[0], $ [ $ .length-1].range[1]]),Xe=this.performAction.apply(Ue,[K,H,ee,te.yy,ye[1],G, $ ].concat(re)),typeof Xe<"u")return Xe;Ie&&(B=B.slice(0,-1*Ie*2),G=G.slice(0,-1*Ie), $ = $ .slice(0,-1*Ie)),B.push(this.productions_[ye[1]][0]),G.push(Ue. $ ), $ .push(Ue._ $ ),Me=V[B[B.length-2]][B[B.length-1]],B.push(Me);break;case 3:return!0}}return!0},"parse")},A=(function(){var N={EOF:1,parseError:o(function(P,B){if(this.yy.parser)this.yy.parser.parseError(P,B);else throw new Error(P)},"parseError"),setInput:o(function(M,P){return this.yy=P||this.yy||{},this._input=M,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},"setInput"),input:o(function(){var M=this._input[0];this.yytext+=M,this.yyleng++,this.offset++,this.match+=M,this.matched+=M;var P=M.match(/(?: \r \n ?| \n ).*/g);return P?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),M},"input"),unput:o(function(M){var P=M.length,B=M.split(/(?: \r \n ?| \n )/g);this._input=M+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-P),this.offset-=P;var F=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),B.length-1&&(this.yylineno-=B.length-1);var G=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:B?(B.length===F.length?this.yylloc.first_column:0)+F[F.length-B.length].length-B[0].length:this.yylloc.first_column-P},this.options.ranges&&(this.yylloc.range=[G[0],G[0]+this.yyleng-P]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(M){this.unput(this.match.slice(M))},"less"),pastInput:o(function(){var M=this.matched.substr(0,this.matched.length-this.match.length);return(M.length>20?"...":"")+M.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var M=this.match;return M.length<20&&(M+=this._input.substr(0,20-M.length)),(M.substr(0,20)+(M.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var M=this.pastInput(),P=new Array(M.length+1).join("-");return M+this.upcomingInput()+ `
` +P+"^"},"showPosition"),test_match:o(function(M,P){var B,F,G;if(this.options.backtrack_lexer&&(G={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&&(G.yylloc.range=this.yylloc.range.slice(0))),F=M[0].match(/(?: \r \n ?| \n ).*/g),F&&(this.yylineno+=F.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:F?F[F.length-1].length-F[F.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+M[0].length},this.yytext+=M[0],this.match+=M[0],this.matches=M,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(M[0].length),this.matched+=M[0],B=this.performAction.call(this,this.yy,this,P,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),B)return B;if(this._backtrack){for(var $ in G)this[ $ ]=G[ $ ];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var M,P,B,F;this._more||(this.yytext="",this.match="");for(var G=this._currentRules(), $ =0; $ <G.length; $ ++)if(B=this._input.match(this.rules[G[ $ ]]),B&&(!P||B[0].length>P[0].length)){if(P=B,F= $ ,this.options.backtrack_lexer){if(M=this.test_match(B,G[ $ ]),M!==!1)return M;if(this._backtrack){P=!1;continue}else return!1}else if(!this.options.flex)break}return P?(M=this.test_match(P,G[F]),M!==!1?M:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var P=this.next();return P||this.lex()},"lex"),begin:o(function(P){this.conditionStack.push(P)},"begin"),popState:o(function(){var P=this.conditionStack.length-1;return P>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(P){return P=this.conditionStack.length-1-Math.abs(P||0),P>=0?this.conditionStack[P]:"INITIAL"},"topState"),pushState:o(function(P){this.begin(P)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(P,B,F,G){var $ =G;switch(F){case 0:break;case 1:break;case 2:return this.popState(),34;break;case 3:return this.popState(),34;break;case 4:return 34;case 5:break;case 6:return 10;case 7:return this.pushState("acc_title"),19;break;case 8:return this.popState(),"acc_title_value";break;case 9:return this.pushState("acc_descr"),21;break;case 10:return this.popState(),"acc_descr_value";break;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 5;case 16:return 8;case 17:return this.pushState("axis_data"),"X_AXIS";break;case 18:return this.pushState("axis_data"),"Y_AXIS";break;case 19:return this.pushState("axis_band_data"),24;break;case 20:return 31;case 21:return this.pushState("data"),16;break;case 22:return this.pushState("data"),18;break;case 23:return this.pushState("data_inner"),24;break;case 24:return 27;case 25:return this.popState(),26;break;case 26:this.popState();break;case 27:this.pushState("string");break;case 28:this.popState();break;case 29:return"STR";case 30:return 24;case 31:return 26;case 32:return 43;case 33:return"COLON";case 34:return 44;case 35:return 28;case 36:return 45;case 37:return 46;case 38:return 48;case 39:return 50;case 40:return 47;case 41:return 41;case 42:return 49;case 43:return 42;case 44:break;case 45:return 35;case 46:return 36}},"anonymous"),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,/^(?:xychart \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 , 18 , 21 , 22 , 24 , 25 , 26 , 27 , 30 , 31 , 32 , 33 , 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 ] , inclusive : ! 0 } , data : { rules : [ 0 , 1 , 3 , 4 , 5 , 6 , 7 , 9 , 11 , 14 , 15 , 16 , 17 , 18 , 21 , 22 , 23 , 26 , 27 , 30 , 31 , 32 , 33 , 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 ] , inclusive : ! 0 } , axis _band _data : { rules : [ 0 , 1 , 4 , 5 , 6 , 7 , 9 , 11 , 14 , 15 , 16 , 17 , 18 , 21 , 22 , 25 , 26 , 27 , 30 , 31 , 32 , 33 , 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 ] , inclusive : ! 0 } , axis _data : { rules : [ 0 , 1 , 2 , 4 , 5 , 6 , 7 , 9 , 11 , 14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 22 , 24 , 26 , 27 , 30 , 31 , 32 , 33 , 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 ] , 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 : [ 28 , 29 ] , inclusive : ! 1 } , INITIAL : { rules : [ 0 , 1 , 4 , 5 , 6 , 7 , 9 , 11 , 14 , 15 , 16 , 17 , 18 , 21 , 22 , 26 , 27 , 30 , 31 , 32 , 33 , 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 ] , inclusive : ! 0 } } } ; return N } ) ( ) ; S . l
` +t);let d=Ca(e),p=d.append("g").attr("class","main"),m=p.append("rect").attr("width",s.width).attr("height",s.height).attr("class","background");Sn(d,s.height,s.width,!0),d.attr("viewBox", ` 0 0 $ { s . width } $ { s . height } ` ),m.attr("fill",a.backgroundColor),i.setTmpSVGG(d.append("g").attr("class","mermaid-tmp-group"));let g=i.getDrawableElem(),y={};function v(T){let E=p,w="";for(let[k]of T.entries()){let C=p;k>0&&y[w]&&(C=y[w]),w+=T[k],E=y[w],E||(E=y[w]=C.append("g").attr("class",T[k]))}return E}o(v,"getGroup");for(let T of g){if(T.data.length===0)continue;let E=v(T.groupTexts);switch(T.type){case"rect":if(E.selectAll("rect").data(T.data).enter().append("rect").attr("x",w=>w.x).attr("y",w=>w.y).attr("width",w=>w.width).attr("height",w=>w.height).attr("fill",w=>w.fill).attr("stroke",w=>w.strokeFill).attr("stroke-width",w=>w.strokeWidth),s.showDataLabel)if(s.chartOrientation==="horizontal"){let C=function(O,L){let{data:S,label:A}=O;return L*A.length*.7<=S.width-10};var x=C;o(C,"fitsHorizontally");let w=.7,k=T.data.map((O,L)=>({data:O,label:l[L].toString()})).filter(O=>O.data.width>0&&O.data.height>0),D=k.map(O=>{let{data:L}=O,S=L.height*.7;for(;!C(O,S)&&S>0;)S-=1;return S}),R=Math.floor(Math.min(...D));E.selectAll("text").data(k).enter().append("text").attr("x",O=>O.data.x+O.data.width-10).attr("y",O=>O.data.y+O.data.height/2).attr("text-anchor","end").attr("dominant-baseline","middle").attr("fill","black").attr("font-size", ` $ { R } px ` ).text(O=>O.label)}else{let C=function(O,L,S){let{data:A,label:_}=O,M=L*_.length*.7,P=A.x+A.width/2,B=P-M/2,F=P+M/2,G=B>=A.x&&F<=A.x+A.width, $ =A.y+S+L<=A.y+A.height;return G&& $ };var b=C;o(C,"fitsInBar");let w=10,k=T.data.map((O,L)=>({data:O,label:l[L].toString()})).filter(O=>O.data.width>0&&O.data.height>0),D=k.map(O=>{let{data:L,label:S}=O,A=L.width/(S.length*.7);for(;!C(O,A,10)&&A>0;)A-=1;return A}),R=Math.floor(Math.min(...D));E.selectAll("text").data(k).enter().append("text").attr("x",O=>O.data.x+O.data.width/2).attr("y",O=>O.data.y+10).attr("text-anchor","middle").attr("dominant-baseline","hanging").attr("fill","black").attr("font-size", ` $ { R } px ` ).text(O=>O.label)}break;case"text":E.selectAll("text").data(T.data).enter().append("text").attr("x",0).attr("y",0).attr("fill",w=>w.fill).attr("font-size",w=>w.fontSize).attr("dominant-baseline",w=>u(w.verticalPos)).attr("text-anchor",w=>h(w.horizontalPos)).attr("transform",w=>f(w)).text(w=>w.text);break;case"path":E.selectAll("path").data(T.data).enter().append("path").attr("d",w=>w.path).attr("fill",w=>w.fill?w.fill:"none").attr("stroke",w=>w.strokeFill).attr("stroke-width",w=>w.strokeWidth);break}}},"draw"),_3e={draw:Vst}});var R3e={};vr(R3e,{diagram:()=>qst});var qst,L3e=I(()=>{"use strict";o3e();A3e();D3e();qst={parser:s3e,db:C3e,renderer:_3e}});var Fq,I3e,O3e=I(()=>{"use strict";Fq=(function(){var t=o(function(Y,ce,U,ue){for(U=U||{},ue=Y.length;ue--;U[Y[ue]]=ce);return U},"o"),e=[1,3],r=[1,4],n=[1,5],i=[1,6],a=[5,6,8,9,11,13,21,22,23,24,41,42,43,44,45,46,54,72,74,77,89,90],s=[1,22],l=[2,7],u=[1,26],h=[1,27],f=[1,28],d=[1,29],p=[1,33],m=[1,34],g=[1,35],y=[1,36],v=[1,37],x=[1,38],b=[1,24],T=[1,31],E=[1,32],w=[1,30],k=[1,39],C=[1,40],D=[5,8,9,11,13,21,22,23,24,41,42,43,44,45,46,54,72,74,77,89,90],R=[1,61],O=[89,90],L=[5,8,9,11,13,21,22,23,24,27,29,41,42,43,44,45,46,54,61,63,72,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90],S=[27,29],A=[1,70],_=[1,71],N=[1,72],M=[1,73],P=[1,74],B=[1,75],F=[1,76],G=[1,83], $ =[1,80],V=[1,84],K=[1,85],ee=[1,86],H=[1,87],he=[1,88],Z=[1,89],de=[1,90],re=[1,91],ne=[1,92],te=[5,8,9,11,13,21,22,23,24,27,41,42,43,44,45,46,54,72,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90],Q=[63,64],le=[1,101],J=[5,8,9,11,13,21,22,23,24,41,42,43,44,45,46,54,72,74,76,77,89,90],ge=[5,8,9,11,13,21,22,23,24,41,42,43,44,45,46,54,72,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90],ie=[1,110],Te=[1,106],j=[1,107],Ge=[1,108],ye=[1,109], $ e=[1,111],Xe=[1,116],Ue=[1,117],Le=[1,114],Ie=[1,115],Me={trace:o(function(){},"trace"),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:1
` +je.showPosition()+ `
Expecting ` +Hr.join(", ")+", got '"+(this.terminals_[Mt]||Mt)+"'":mr="Parse error on line "+(me+1)+": Unexpected "+(Mt==Ye?"end of input":"'"+(this.terminals_[Mt]||Mt)+"'"),this.parseError(mr,{text:je.match,token:this.terminals_[Mt]||Mt,line:je.yylineno,loc:We,expected:Hr})}if(wt[0]instanceof Array&&wt.length>1)throw new Error("Parse Error: multiple actions possible at state: "+at+", token: "+Mt);switch(wt[0]){case 1:ue.push(Mt),se.push(je.yytext),oe.push(je.yylloc),ue.push(wt[1]),Mt=null,mt?(Mt=mt,mt=null):(De=je.yyleng,pe=je.yytext,me=je.yylineno,We=je.yylloc,Ce>0&&Ce--);break;case 2:if(Lt=this.productions_[wt[1]][1],pt. $ =se[se.length-Lt],pt._ $ ={first_line:oe[oe.length-(Lt||1)].first_line,last_line:oe[oe.length-1].last_line,first_column:oe[oe.length-(Lt||1)].first_column,last_column:oe[oe.length-1].last_column},ut&&(pt._ $ .range=[oe[oe.length-(Lt||1)].range[0],oe[oe.length-1].range[1]]),bt=this.performAction.apply(pt,[pe,De,me,Pe.yy,wt[1],se,oe].concat(xt)),typeof bt<"u")return bt;Lt&&(ue=ue.slice(0,-1*Lt*2),se=se.slice(0,-1*Lt),oe=oe.slice(0,-1*Lt)),ue.push(this.productions_[wt[1]][0]),se.push(pt. $ ),oe.push(pt._ $ ),Dn=be[ue[ue.length-2]][ue[ue.length-1]],ue.push(Dn);break;case 3:return!0}}return!0},"parse")},Ae=(function(){var Y={EOF:1,parseError:o(function(U,ue){if(this.yy.parser)this.yy.parser.parseError(U,ue);else throw new Error(U)},"parseError"),setInput:o(function(ce,U){return this.yy=U||this.yy||{},this._input=ce,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},"setInput"),input:o(function(){var ce=this._input[0];this.yytext+=ce,this.yyleng++,this.offset++,this.match+=ce,this.matched+=ce;var U=ce.match(/(?: \r \n ?| \n ).*/g);return U?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),ce},"input"),unput:o(function(ce){var U=ce.length,ue=ce.split(/(?: \r \n ?| \n )/g);this._input=ce+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-U),this.offset-=U;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),ue.length-1&&(this.yylineno-=ue.length-1);var se=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:ue?(ue.length===z.length?this.yylloc.first_column:0)+z[z.length-ue.length].length-ue[0].length:this.yylloc.first_column-U},this.options.ranges&&(this.yylloc.range=[se[0],se[0]+this.yyleng-U]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(ce){this.unput(this.match.slice(ce))},"less"),pastInput:o(function(){var ce=this.matched.substr(0,this.matched.length-this.match.length);return(ce.length>20?"...":"")+ce.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var ce=this.match;return ce.length<20&&(ce+=this._input.substr(0,20-ce.length)),(ce.substr(0,20)+(ce.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var ce=this.pastInput(),U=new Array(ce.length+1).join("-");return ce+this.upcomingInput()+ `
` +U+"^"},"showPosition"),test_match:o(function(ce,U){var ue,z,se;if(this.options.backtrack_lexer&&(se={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&&(se.yylloc.range=this.yylloc.range.slice(0))),z=ce[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+ce[0].length},this.yytext+=ce[0],this.match+=ce[0],this.matches=ce,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(ce[0].length),this.matched+=ce[0],ue=this.performAction.call(this,this.yy,this,U,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),ue)return ue;if(this._backtrack){for(var oe in se)this[oe]=se[oe];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var ce,U,ue,z;this._more||(this.yytext="",this.match="");for(var se=this._currentRules(),oe=0;oe<se.length;oe++)if(ue=this._input.match(this.rules[se[oe]]),ue&&(!U||ue[0].length>U[0].length)){if(U=ue,z=oe,this.options.backtrack_lexer){if(ce=this.test_match(ue,se[oe]),ce!==!1)return ce;if(this._backtrack){U=!1;continue}else return!1}else if(!this.options.flex)break}return U?(ce=this.test_match(U,se[z]),ce!==!1?ce:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var U=this.next();return U||this.lex()},"lex"),begin:o(function(U){this.conditionStack.push(U)},"begin"),popState:o(function(){var U=this.conditionStack.length-1;return U>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(U){return U=this.conditionStack.length-1-Math.abs(U||0),U>=0?this.conditionStack[U]:"INITIAL"},"topState"),pushState:o(function(U){this.begin(U)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(U,ue,z,se){var oe=se;switch(z){case 0:return"title";case 1:return this.begin("acc_title"),9;break;case 2:return this.popState(),"acc_title_value";break;case 3:return this.begin("acc_descr"),11;break;case 4:return this.popState(),"acc_descr_value";break;case 5:this.begin("acc_descr_multiline");break;case 6:this.popState();break;case 7:return"acc_descr_multiline_value";case 8:return 21;case 9:return 22;case 10:return 23;case 11:return 24;case 12:return 5;case 13:break;case 14:break;case 15:break;case 16:return 8;case 17:return 6;case 18:return 27;case 19:return 40;case 20:return 29;case 21:return 32;case 22:return 31;case 23:return 34;case 24:return 36;case 25:return 38;case 26:return 41;case 27:return 42;case 28:return 43;case 29:return 44;case 30:return 45;case 31:return 46;case 32:return 47;case 33:return 48;case 34:return 49;case 35:return 50;case 36:return 51;case 37:return 52;case 38:return 53;case 39:return 54;case 40:return 65;case 41:return 66;case 42:return 67;case 43:return 68;case 44:return 69;case 45:return 70;case 46:return 71;case 47:return 57;case 48:return 59;case 49:return this.begin("style"),77;break;case 50:return 75;case 51:return 81;case 52:return 88;case 53:return"PERCENT";case 54:return 86;case 55:return 84;case 56:break;case 57:this.begin("string");break;case 58:this.popState();break;case 59:return this.begin("style"),72;break;case 60:return this.begin("style"),74;break;case 61:return 61;case 62:return 64;case 63:return 63;case 64:this.begin("string");break;case 65:this.popState();break;case 66:return"qString";case 67:return ue.yytext=ue.yytext.trim(),89;break;case 68:return 75;case 69:return 80;case 70:return 76}},"anonymous"),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,/^(?:.*direction \s +TB[^ \n ]*)/i,/^(?:.*direction \s +BT[^ \n ]*)/i,/^(?:.*direction \s +RL[^ \n ]*)/i,/^(?:.*direction \s +LR[^ \n ]*)/i,/^(?:( \r ? \n )+)/i,/^(?: \s +)/i,/^(?:#[^ \n ]*)/i,/^(?:%[^ \n ]*)/i,/^(?: $ )/i,/^(?:requirementDiagram \b )/i,/^(?: \{ )/i,/^(?: \} )/i,/^(?::{3})/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,/^(?:style \b )/i,/^(?: \w +)/i,/^(?::)/i,/^(?:;)/i,/^(?:%)/i,/^(?:-)/i,/^(?:#)/i,/^(?: )/i,/^(?:["])/i,/^(?: \n )/i,/^(?:classDef \b )/i,/^(?:class \b )/i,/^(?:<-)/i,/^(?:->)/i,/^(?:-)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:[ \w ][^:, \r \n \{ \< \> \- \= ]*)/i,/^(?: \w +)/i,/^(?:[0-9]+)/i,/^(?:,)/i],conditions:{acc_descr_multiline:{rules:[6,7,68,69,70],inclusive:!1},acc_descr:{rules:[4,68,69,70],inclusive:!1},acc_title:{rules:[2,68,69,70],inclusive:!1},style:{rules:[50,51,52,53,54,55,56,57,58,68,69,70],inclusive:!1},unqString:{rules:[68,69,70],inclusive:!1}
2026-02-13 14:04:06 -07:00
marker {
fill : $ { t . relationColor } ;
stroke : $ { t . relationColor } ;
}
marker . cross {
stroke : $ { t . lineColor } ;
}
svg {
font - family : $ { t . fontFamily } ;
font - size : $ { t . fontSize } ;
}
. reqBox {
fill : $ { t . requirementBackground } ;
fill - opacity : 1.0 ;
stroke : $ { t . requirementBorderColor } ;
stroke - width : $ { t . requirementBorderSize } ;
}
. reqTitle , . reqLabel {
fill : $ { t . requirementTextColor } ;
}
. reqLabelBox {
fill : $ { t . relationLabelBackground } ;
fill - opacity : 1.0 ;
}
. req - title - line {
stroke : $ { t . requirementBorderColor } ;
stroke - width : $ { t . requirementBorderSize } ;
}
. relationshipLine {
stroke : $ { t . relationColor } ;
stroke - width : 1 ;
}
. relationshipLabel {
fill : $ { t . relationLabelColor } ;
}
. divider {
stroke : $ { t . nodeBorder } ;
stroke - width : 1 ;
}
. label {
font - family : $ { t . fontFamily } ;
color : $ { t . nodeTextColor || t . textColor } ;
}
. label text , span {
fill : $ { t . nodeTextColor || t . textColor } ;
color : $ { t . nodeTextColor || t . textColor } ;
}
. labelBkg {
background - color : $ { t . edgeLabelBackground } ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),B3e=Yst});var $ q={};vr( $ q,{draw:()=>jst});var jst, $ 3e=I(()=>{"use strict";Qt();gt();y0();Cd();Ad();sr();jst=o(async function(t,e,r,n){X.info("REF0:"),X.info("Drawing requirement diagram (unified)",e);let{securityLevel:i,state:a,layout:s}=xe(),l=n.db.getData(),u=xl(e,i);l.type=n.type,l.layoutAlgorithm=ku(s),l.nodeSpacing=a?.nodeSpacing??50,l.rankSpacing=a?.rankSpacing??50,l.markers=["requirement_contains","requirement_arrow"],l.diagramId=e,await _l(l,u);let h=8;jt.insertTitle(u,"requirementDiagramTitleText",a?.titleTopMargin??25,n.db.getDiagramTitle()),mo(u,h,"requirementDiagram",a?.useMaxWidth??!0)},"draw")});var z3e={};vr(z3e,{diagram:()=>Xst});var Xst,G3e=I(()=>{"use strict";O3e();P3e();F3e(); $ 3e();Xst={parser:I3e,get db(){return new A7},renderer: $ q,styles:B3e}});var zq,U3e,W3e=I(()=>{"use strict";zq=(function(){var t=o(function(ne,te,Q,le){for(Q=Q||{},le=ne.length;le--;Q[ne[le]]=te);return Q},"o"),e=[1,2],r=[1,3],n=[1,4],i=[2,4],a=[1,9],s=[1,11],l=[1,13],u=[1,14],h=[1,16],f=[1,17],d=[1,18],p=[1,24],m=[1,25],g=[1,26],y=[1,27],v=[1,28],x=[1,29],b=[1,30],T=[1,31],E=[1,32],w=[1,33],k=[1,34],C=[1,35],D=[1,36],R=[1,37],O=[1,38],L=[1,39],S=[1,41],A=[1,42],_=[1,43],N=[1,44],M=[1,45],P=[1,46],B=[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,55,60,61,62,63,71],F=[2,71],G=[4,5,16,50,52,53], $ =[4,5,13,14,16,18,21,23,29,30,31,33,35,36,37,38,39,41,43,44,46,50,52,53,55,60,61,62,63,71],V=[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,55,60,61,62,63,71],K=[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,55,60,61,62,63,71],ee=[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,55,60,61,62,63,71],H=[69,70,71],he=[1,127],Z={trace:o(function(){},"trace"),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,actor_with_config:54,note:55,placement:56,text2:57,over:58,actor_pair:59,links:60,link:61,properties:62,details:63,spaceList:64,",":65,left_of:66,right_of:67,signaltype:68,"+":69,"-":70,ACTOR:71,config_object:72,CONFIG_START:73,CONFIG_CONTENT:74,CONFIG_END:75,SOLID_OPEN_ARROW:76,DOTTED_OPEN_ARROW:77,SOLID_ARROW:78,BIDIRECTIONAL_SOLID_ARROW:79,DOTTED_ARROW:80,BIDIRECTIONAL_DOTTED_ARROW:81,SOLID_CROSS:82,DOTTED_CROSS:83,SOLID_POINT:84,DOTTED_POINT:85,TXT:86, $ 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",55:"note",58:"over",60:"links",61:"link",62:"properties",63:"details",65:",",66:"left_of",67:"right_of",69:"+",70:"-",71:"ACTOR",73:"CONFIG_START",74:"CONFIG_CONTENT",75:"CONFIG_END",76:"SOLID_OPEN_ARROW",77:"DOTTED_OPEN_ARROW",78:"SOLID_ARROW",79:"BIDIRECTIONAL_SOLID_ARROW",80:"DOTTED_ARROW",81:"BIDIRECTIONAL_DOTTED_ARROW",82:"SOLID_CROSS",83:"DOTTED_CROSS",84:"SOLID_POINT",85:"DOTTED_POINT",86:"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
2026-02-13 14:04:06 -07:00
` +Ie.showPosition()+ `
2026-03-01 01:45:57 +00:00
Expecting ` +Ye.join(", ")+", got '"+(this.terminals_[ue]||ue)+"'":xt="Parse error on line "+(Ge+1)+": Unexpected "+(ue==Ue?"end of input":"'"+(this.terminals_[ue]||ue)+"'"),this.parseError(xt,{text:Ie.match,token:this.terminals_[ue]||ue,line:Ie.yylineno,loc:ze,expected:Ye})}if(oe[0]instanceof Array&&oe.length>1)throw new Error("Parse Error: multiple actions possible at state: "+se+", token: "+ue);switch(oe[0]){case 1:le.push(ue),ge.push(Ie.yytext),ie.push(Ie.yylloc),le.push(oe[1]),ue=null,z?(ue=z,z=null):(ye=Ie.yyleng,j=Ie.yytext,Ge=Ie.yylineno,ze=Ie.yylloc, $ e>0&& $ e--);break;case 2:if(Ce=this.productions_[oe[1]][1],me. $ =ge[ge.length-Ce],me._ $ ={first_line:ie[ie.length-(Ce||1)].first_line,last_line:ie[ie.length-1].last_line,first_column:ie[ie.length-(Ce||1)].first_column,last_column:ie[ie.length-1].last_column},Y&&(me._ $ .range=[ie[ie.length-(Ce||1)].range[0],ie[ie.length-1].range[1]]),pe=this.performAction.apply(me,[j,ye,Ge,Me.yy,oe[1],ge,ie].concat(Le)),typeof pe<"u")return pe;Ce&&(le=le.slice(0,-1*Ce*2),ge=ge.slice(0,-1*Ce),ie=ie.slice(0,-1*Ce)),le.push(this.productions_[oe[1]][0]),ge.push(me. $ ),ie.push(me._ $ ),Fe=Te[le[le.length-2]][le[le.length-1]],le.push(Fe);break;case 3:return!0}}return!0},"parse")},de=(function(){var ne={EOF:1,parseError:o(function(Q,le){if(this.yy.parser)this.yy.parser.parseError(Q,le);else throw new Error(Q)},"parseError"),setInput:o(function(te,Q){return this.yy=Q||this.yy||{},this._input=te,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},"setInput"),input:o(function(){var te=this._input[0];this.yytext+=te,this.yyleng++,this.offset++,this.match+=te,this.matched+=te;var Q=te.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),te},"input"),unput:o(function(te){var Q=te.length,le=te.split(/(?: \r \n ?| \n )/g);this._input=te+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-Q),this.offset-=Q;var J=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),le.length-1&&(this.yylineno-=le.length-1);var ge=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:le?(le.length===J.length?this.yylloc.first_column:0)+J[J.length-le.length].length-le[0].length:this.yylloc.first_column-Q},this.options.ranges&&(this.yylloc.range=[ge[0],ge[0]+this.yyleng-Q]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(te){this.unput(this.match.slice(te))},"less"),pastInput:o(function(){var te=this.matched.substr(0,this.matched.length-this.match.length);return(te.length>20?"...":"")+te.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var te=this.match;return te.length<20&&(te+=this._input.substr(0,20-te.length)),(te.substr(0,20)+(te.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var te=this.pastInput(),Q=new Array(te.length+1).join("-");return te+this.upcomingInput()+ `
` +Q+"^"},"showPosition"),test_match:o(function(te,Q){var le,J,ge;if(this.options.backtrack_lexer&&(ge={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&&(ge.yylloc.range=this.yylloc.range.slice(0))),J=te[0].match(/(?: \r \n ?| \n ).*/g),J&&(this.yylineno+=J.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:J?J[J.length-1].length-J[J.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+te[0].length},this.yytext+=te[0],this.match+=te[0],this.matches=te,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(te[0].length),this.matched+=te[0],le=this.performAction.call(this,this.yy,this,Q,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),le)return le;if(this._backtrack){for(var ie in ge)this[ie]=ge[ie];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var te,Q,le,J;this._more||(this.yytext="",this.match="");for(var ge=this._currentRules(),ie=0;ie<ge.length;ie++)if(le=this._input.match(this.rules[ge[ie]]),le&&(!Q||le[0].length>Q[0].length)){if(Q=le,J=ie,this.options.backtrack_lexer){if(te=this.test_match(le,ge[ie]),te!==!1)return te;if(this._backtrack){Q=!1;continue}else return!1}else if(!this.options.flex)break}return Q?(te=this.test_match(Q,ge[J]),te!==!1?te:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var Q=this.next();return Q||this.lex()},"lex"),begin:o(function(Q){this.conditionStack.push(Q)},"begin"),popState:o(function(){var Q=this.conditionStack.length-1;return Q>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(Q){return Q=this.conditionStack.length-1-Math.abs(Q||0),Q>=0?this.conditionStack[Q]:"INITIAL"},"topState"),pushState:o(function(Q){this.begin(Q)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(Q,le,J,ge){var ie=ge;switch(J){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("CONFIG"),73;break;case 8:return 74;case 9:return this.popState(),this.popState(),75;break;case 10:return le.yytext=le.yytext.trim(),71;break;case 11:return le.yytext=le.yytext.trim(),this.begin("ALIAS"),71;break;case 12:return this.begin("LINE"),14;break;case 13:return this.begin("ID"),50;break;case 14:return this.begin("ID"),52;break;case 15:return 13;case 16:return this.begin("ID"),53;break;case 17:return le.yytext=le.yytext.trim(),this.begin("ALIAS"),71;break;case 18:return this.popState(),this.popState(),this.begin("LINE"),51;break;case 19:return this.popState(),this.popState(),5;break;case 20:return this.begin("LINE"),36;break;case 21:return this.begin("LINE"),37;break;case 22:return this.begin("LINE"),38;break;case 23:return this.begin("LINE"),39;break;case 24:return this.begin("LINE"),49;break;case 25:return this.begin("LINE"),41;break;case 26:return this.begin("LINE"),43;break;case 27:return this.begin("LINE"),48;break;case 28:return this.begin("LINE"),44;break;case 29:return this.begin("LINE"),47;break;case 30:return this.begin("LINE"),46;break;case 31:return this.popState(),15;break;case 32:return 16;case 33:return 66;case 34:return 67;case 35:return 60;case 36:return 61;case 37:return 62;case 38:return 63;case 39:return 58;case 40:return 55;case 41:return this.begin("ID"),21;break;case 42:return this.begin("ID"),23;break;case 43:return 29;case 44:return 30;case 45:return this.begin("acc_title"),31;break;case 46:return this.popState(),"acc_title_value";break;case 47:return this.begin("acc_descr"),33;break;case 48:return this.popState(),"acc_descr_value";break;case 49:this.begin("acc_descr_multiline");break;case 50:this.popState();break;case 51:return"acc_descr_multiline_value";case 52:return 6;case 53:return 18;case 54:return 20;case 55:return 65;case 56:return 5;case 57:return le.yytext=le.yytext.trim(),71;break;case 58:return 78;case 59:return 79;case 60:return 80;case 61:return 81;case 62:return 76;case 63:return 77;case 64:return 82;case 65:return 83;case 66:return 84;case 67:return 85;case 68:return 86;case 69:return 86;case 70:return 69;case 71:return 70;case 72:return 5;case 73:return"INVALID"}},"anonymous"),rules:[/^(?:[ \n ]+)/i,/^(?: \s +)/i,/^(?:((?! \n ) \s )+)/i,/^(?:#[^ \n ]*)/i,/^(?:%(?! \{ )[^ \n ]*)/i,/^(?:[^ \} ]%%[^ \n ]*)/i,/^(?:[0-9]+(?=[ \n ]+))/i,/^(?:@ \{ )/i,/^(?:[^ \} ]+)/i,/^(?: \} )/i,/^(?:[^ \< -> \- >: \n ,;@ \s ]+(?=@ \{ ))/i,/^(?:[^ \< -> \- >: \n ,;@]+?([ \- ]*[^ \< -> \- >: \n ,;@]+?)*?(?=((?! \n ) \s )+as(?! \n ) \s |[# \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,/^(?:
2026-02-13 14:04:06 -07:00
` )?h=a+ `
` :h= ` {
` +a+ `
2026-03-01 01:45:57 +00:00
} ` ,l=Wf(h,{schema:Uf})}i=l?.type??i;let u=this.state.records.actors.get(e);if(u){if(this.state.records.currentBox&&u.box&&this.state.records.currentBox!==u.box)throw new Error( ` A same participant should only be defined in one Box : $ { u . name } can 't be in ' $ { u . box . name } ' and in ' $ { this . state . records . currentBox . name } ' at the same time.`);if(s=u.box?u.box:this.state.records.currentBox,u.box=s,u&&r===u.name&&n==null)return}if(n?.text==null&&(n={text:r,type:i}),(i==null||n.text==null)&&(n={text:r,type:i}),this.state.records.actors.set(e,{box:s,name:r,description:n.text,wrap:n.wrap??this.autoWrap(),prevActor:this.state.records.prevActor,links:{},properties:{},actorCnt:null,rectData:null,type:i??"participant"}),this.state.records.prevActor){let h=this.state.records.actors.get(this.state.records.prevActor);h&&(h.nextActor=e)}this.state.records.currentBox&&this.state.records.currentBox.actorKeys.push(e),this.state.records.prevActor=e}activationCount(e){let r,n=0;if(!e)return 0;for(r=0;r<this.state.records.messages.length;r++)this.state.records.messages[r].type===this.LINETYPE.ACTIVE_START&&this.state.records.messages[r].from===e&&n++,this.state.records.messages[r].type===this.LINETYPE.ACTIVE_END&&this.state.records.messages[r].from===e&&n--;return n}addMessage(e,r,n,i){this.state.records.messages.push({id:this.state.records.messages.length.toString(),from:e,to:r,message:n.text,wrap:n.wrap??this.autoWrap(),answer:i})}addSignal(e,r,n,i,a=!1){if(i===this.LINETYPE.ACTIVE_END&&this.activationCount(e??"")<1){let l=new Error("Trying to inactivate an inactive participant ("+e+")");throw l.hash={text:"->>-",token:"->>-",line:"1",loc:{first_line:1,last_line:1,first_column:1,last_column:1},expected:["' ACTIVE _PARTICIPANT ' "]},l}return this.state.records.messages.push({id:this.state.records.messages.length.toString(),from:e,to:r,message:n?.text??" ",wrap:n?.wrap??this.autoWrap(),type:i,activate:a}),!0}hasAtLeastOneBox(){return this.state.records.boxes.length>0}hasAtLeastOneBoxWithTitle(){return this.state.records.boxes.some(e=>e.name)}getMessages(){return this.state.records.messages}getBoxes(){return this.state.records.boxes}getActors(){return this.state.records.actors}getCreatedActors(){return this.state.records.createdActors}getDestroyedActors(){return this.state.records.destroyedActors}getActor(e){return this.state.records.actors.get(e)}getActorKeys(){return[...this.state.records.actors.keys()]}enableSequenceNumbers(){this.state.records.sequenceNumbersEnabled=!0}disableSequenceNumbers(){this.state.records.sequenceNumbersEnabled=!1}showSequenceNumbers(){return this.state.records.sequenceNumbersEnabled}setWrap(e){this.state.records.wrapEnabled=e}extractWrap(e){if(e===void 0)return{};e=e.trim();let r=/^:?wrap:/.exec(e)!==null?!0:/^:?nowrap:/.exec(e)!==null?!1:void 0;return{cleanedText:(r===void 0?e:e.replace(/^:?(?:no)?wrap:/," ")).trim(),wrap:r}}autoWrap(){return this.state.records.wrapEnabled!==void 0?this.state.records.wrapEnabled:xe().sequence?.wrap??!1}clear(){this.state.reset(),Mr()}parseMessage(e){let r=e.trim(),{wrap:n,cleanedText:i}=this.extractWrap(r),a={text:i,wrap:n};return X.debug(`parseMessage: ${JSON.stringify(a)}`),a}parseBoxData(e){let r=/^((?:rgba?|hsla?)\s*\(.*\)|\w*)(.*)$/.exec(e),n=r?.[1]?r[1].trim():" transparent ",i=r?.[2]?r[2].trim():void 0;if(window?.CSS)window.CSS.supports(" color ",n)||(n=" transparent ",i=e.trim());else{let l=new Option().style;l.color=n,l.color!==n&&(n=" transparent ",i=e.trim())}let{wrap:a,cleanedText:s}=this.extractWrap(i);return{text:s?fr(s,xe()):void 0,color:n,wrap:a}}addNote(e,r,n){let i={actor:e,placement:r,message:n.text,wrap:n.wrap??this.autoWrap()},a=[].concat(e,e);this.state.records.notes.push(i),this.state.records.messages.push({id:this.state.records.messages.length.toString(),from:a[0],to:a[1],message:n.text,wrap:n.wrap??this.autoWrap(),type:this.LINETYPE.NOTE,placement:r})}addLinks(e,r){let n=this.getActor(e);try{let i=fr(r.text,xe());i=i.replace(/=/g," = "),i=i.replace(/&/g," & ");let a=JSON.parse(i);this.insertLinks(n,a)}catch(i){X.error(" error while parsing actor link text " , i ) } } addALink
2026-02-13 14:04:06 -07:00
stroke : $ { t . actorBorder } ;
fill : $ { t . actorBkg } ;
}
text . actor > tspan {
fill : $ { t . actorTextColor } ;
stroke : none ;
}
. actor - line {
stroke : $ { t . actorLineColor } ;
}
. innerArc {
stroke - width : 1.5 ;
stroke - dasharray : none ;
}
. messageLine0 {
stroke - width : 1.5 ;
stroke - dasharray : none ;
stroke : $ { t . signalColor } ;
}
. messageLine1 {
stroke - width : 1.5 ;
stroke - dasharray : 2 , 2 ;
stroke : $ { t . signalColor } ;
}
# arrowhead path {
fill : $ { t . signalColor } ;
stroke : $ { t . signalColor } ;
}
. sequenceNumber {
fill : $ { t . sequenceNumberColor } ;
}
# sequencenumber {
fill : $ { t . signalColor } ;
}
# crosshead path {
fill : $ { t . signalColor } ;
stroke : $ { t . signalColor } ;
}
. messageText {
fill : $ { t . signalTextColor } ;
stroke : none ;
}
. labelBox {
stroke : $ { t . labelBoxBorderColor } ;
fill : $ { t . labelBoxBkgColor } ;
}
. labelText , . labelText > tspan {
fill : $ { t . labelTextColor } ;
stroke : none ;
}
. loopText , . loopText > tspan {
fill : $ { t . loopTextColor } ;
stroke : none ;
}
. loopLine {
stroke - width : 2 px ;
stroke - dasharray : 2 , 2 ;
stroke : $ { t . labelBoxBorderColor } ;
fill : $ { t . labelBoxBorderColor } ;
}
. note {
//stroke: #decc93;
stroke : $ { t . noteBorderColor } ;
fill : $ { t . noteBkgColor } ;
}
. noteText , . noteText > tspan {
fill : $ { t . noteTextColor } ;
stroke : none ;
}
. activation0 {
fill : $ { t . activationBkgColor } ;
stroke : $ { t . activationBorderColor } ;
}
. activation1 {
fill : $ { t . activationBkgColor } ;
stroke : $ { t . activationBorderColor } ;
}
. activation2 {
fill : $ { t . activationBkgColor } ;
stroke : $ { t . activationBorderColor } ;
}
. actorPopupMenu {
position : absolute ;
}
. actorPopupMenuPanel {
position : absolute ;
fill : $ { t . actorBkg } ;
box - shadow : 0 px 8 px 16 px 0 px rgba ( 0 , 0 , 0 , 0.2 ) ;
filter : drop - shadow ( 3 px 5 px 2 px rgb ( 0 0 0 / 0.4 ) ) ;
}
. actor - man line {
stroke : $ { t . actorBorder } ;
fill : $ { t . actorBkg } ;
}
. actor - man circle , line {
stroke : $ { t . actorBorder } ;
fill : $ { t . actorBkg } ;
stroke - width : 2 px ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),H3e=rot});var Vq,up,fp,dp,D7,hp,i3,not,R7,a3,Um,j3e,jr,qq,iot,aot,sot,oot,lot,cot,uot,hot,fot,dot,pot,mot,got,X3e,yot,vot,xot,bot,Tot,wot,kot,K3e,Sot,tf,Eot,Ri,Q3e=I(()=>{"use strict";Vq=Aa(Fg(),1);ti();sr();wr();Cx();up=36,fp="actor-top",dp="actor-bottom",D7="actor-box",hp="actor-man",i3=o(function(t,e){return t0(t,e)},"drawRect"),not=o(function(t,e,r,n,i){if(e.links===void 0||e.links===null||Object.keys(e.links).length===0)return{height:0,width:0};let a=e.links,s=e.actorCnt,l=e.rectData;var u="none";i&&(u="block !important");let h=t.append("g");h.attr("id","actor"+s+"_popup"),h.attr("class","actorPopupMenu"),h.attr("display",u);var f="";l.class!==void 0&&(f=" "+l.class);let d=l.width>r?l.width:r,p=h.append("rect");if(p.attr("class","actorPopupMenuPanel"+f),p.attr("x",l.x),p.attr("y",l.height),p.attr("fill",l.fill),p.attr("stroke",l.stroke),p.attr("width",d),p.attr("height",l.height),p.attr("rx",l.rx),p.attr("ry",l.ry),a!=null){var m=20;for(let v in a){var g=h.append("a"),y=(0,Vq.sanitizeUrl)(a[v]);g.attr("xlink:href",y),g.attr("target","_blank"),Eot(n)(v,g,l.x+10,l.height+m,d,20,{class:"actor"},n),m+=30}}return p.attr("height",m),{height:l.height+m,width:d}},"drawPopup"),R7=o(function(t){return"var pu = document.getElementById('"+t+"'); if (pu != null) { pu.style.display = pu.style.display == 'block' ? 'none' : 'block'; }"},"popupMenuToggle"),a3=o(async function(t,e,r=null){let n=t.append("foreignObject"),i=await vf(e.text,tr()),s=n.append("xhtml:div").attr("style","width: fit-content;").attr("xmlns","http://www.w3.org/1999/xhtml").html(i).node().getBoundingClientRect();if(n.attr("height",Math.round(s.height)).attr("width",Math.round(s.width)),e.class==="noteText"){let l=t.node().firstChild;l.setAttribute("height",s.height+2*e.textMargin);let u=l.getBBox();n.attr("x",Math.round(u.x+u.width/2-s.width/2)).attr("y",Math.round(u.y+u.height/2-s.height/2))}else if(r){let{startx:l,stopx:u,starty:h}=r;if(l>u){let f=l;l=u,u=f}n.attr("x",Math.round(l+Math.abs(l-u)/2-s.width/2)),e.class==="loopText"?n.attr("y",Math.round(h)):n.attr("y",Math.round(h-s.height))}return[n]},"drawKatex"),Um=o(function(t,e){let r=0,n=0,i=e.text.split(nt.lineBreakRegex),[a,s]=ru(e.fontSize),l=[],u=0,h=o(()=>e.y,"yfunc");if(e.valign!==void 0&&e.textMargin!==void 0&&e.textMargin>0)switch(e.valign){case"top":case"start":h=o(()=>Math.round(e.y+e.textMargin),"yfunc");break;case"middle":case"center":h=o(()=>Math.round(e.y+(r+n+e.textMargin)/2),"yfunc");break;case"bottom":case"end":h=o(()=>Math.round(e.y+(r+n+2*e.textMargin)-e.textMargin),"yfunc");break}if(e.anchor!==void 0&&e.textMargin!==void 0&&e.width!==void 0)switch(e.anchor){case"left":case"start":e.x=Math.round(e.x+e.textMargin),e.anchor="start",e.dominantBaseline="middle",e.alignmentBaseline="middle";break;case"middle":case"center":e.x=Math.round(e.x+e.width/2),e.anchor="middle",e.dominantBaseline="middle",e.alignmentBaseline="middle";break;case"right":case"end":e.x=Math.round(e.x+e.width-e.textMargin),e.anchor="end",e.dominantBaseline="middle",e.alignmentBaseline="middle";break}for(let[f,d]of i.entries()){e.textMargin!==void 0&&e.textMargin===0&&a!==void 0&&(u=f*a);let p=t.append("text");p.attr("x",e.x),p.attr("y",h()),e.anchor!==void 0&&p.attr("text-anchor",e.anchor).attr("dominant-baseline",e.dominantBaseline).attr("alignment-baseline",e.alignmentBaseline),e.fontFamily!==void 0&&p.style("font-family",e.fontFamily),s!==void 0&&p.style("font-size",s),e.fontWeight!==void 0&&p.style("font-weight",e.fontWeight),e.fill!==void 0&&p.attr("fill",e.fill),e.class!==void 0&&p.attr("class",e.class),e.dy!==void 0?p.attr("dy",e.dy):u!==0&&p.attr("dy",u);let m=d||fN;if(e.tspan){let g=p.append("tspan");g.attr("x",e.x),e.fill!==void 0&&g.attr("fill",e.fill),g.text(m)}else p.text(m);e.valign!==void 0&&e.textMargin!==void 0&&e.textMargin>0&&(n+=(p._groups||p)[0][0].getBBox().height,r=n),l.push(p)}return l},"drawText"),j3e=o(function(t,e){function r(i,a,s,l,u){return i+","+a+" "+(i+s)+","+a+" "+(i+s)+","+(a+l-u)+" "+(i+s-u*1.2)+","+(a+l)+" "+i+","+(a+l)}o(r,"genPoints");let n=t.append("polygon");return n
2026-02-13 14:04:06 -07:00
a $ { p } , $ { d } 0 0 0 0 , $ { h . height }
h $ { h . width - 2 * p }
a $ { p } , $ { d } 0 0 0 0 , - $ { h . height }
Z
` ).attr("class",f),g.append("path").attr("d", ` M $ { h . x } , $ { h . y + d }
2026-03-01 01:45:57 +00:00
a $ { p } , $ { d } 0 0 0 0 , $ { h . height } ` ).attr("stroke","#666").attr("stroke-width","1px").attr("class",f),m.attr("transform", ` translate ( $ { p } , $ { - ( h . height / 2 ) } ) ` ),g.attr("transform", ` translate ( $ { h . width - p } , $ { - h . height / 2 } ) ` ),e.rectData=h,e.properties?.icon){let x=e.properties.icon.trim(),b=h.x+h.width-20,T=h.y+10;x.charAt(0)==="@"?H5(u,b,T,x.substr(1)):W5(u,b,T,x)}tf(r,Nn(e.description))(e.description,u,h.x,h.y,h.width,h.height,{class: ` actor $ { D7 } ` },r);let y=e.height,v=m.select("path:last-child");if(v.node()){let x=v.node().getBBox();e.height=x.height,y=x.height}return y},"drawActorTypeQueue"),oot=o(function(t,e,r,n){let i=n?e.stopy:e.starty,a=e.x+e.width/2,s=i+75,l=t.append("g").lower();n||(jr++,l.append("line").attr("id","actor"+jr).attr("x1",a).attr("y1",s).attr("x2",a).attr("y2",2e3).attr("class","actor-line 200").attr("stroke-width","0.5px").attr("stroke","#999").attr("name",e.name),e.actorCnt=jr);let u=t.append("g"),h=hp;n?h+= ` $ { dp } ` :h+= ` $ { fp } ` ,u.attr("class",h),u.attr("name",e.name);let f=Na();f.x=e.x,f.y=i,f.fill="#eaeaea",f.width=e.width,f.height=e.height,f.class="actor";let d=e.x+e.width/2,p=i+30,m=18;u.append("defs").append("marker").attr("id","filled-head-control").attr("refX",11).attr("refY",5.8).attr("markerWidth",20).attr("markerHeight",28).attr("orient","172.5").append("path").attr("d","M 14.4 5.6 L 7.2 10.4 L 8.8 5.6 L 7.2 0.8 Z"),u.append("circle").attr("cx",d).attr("cy",p).attr("r",m).attr("fill","#eaeaf7").attr("stroke","#666").attr("stroke-width",1.2),u.append("line").attr("marker-end","url(#filled-head-control)").attr("transform", ` translate ( $ { d } , $ { p - m } ) ` );let g=u.node().getBBox();return e.height=g.height+2*(r?.sequence?.labelBoxHeight??0),tf(r,Nn(e.description))(e.description,u,f.x,f.y+m+(n?5:10),f.width,f.height,{class: ` actor $ { hp } ` },r),e.height},"drawActorTypeControl"),lot=o(function(t,e,r,n){let i=n?e.stopy:e.starty,a=e.x+e.width/2,s=i+75,l=t.append("g").lower(),u=t.append("g"),h=hp;n?h+= ` $ { dp } ` :h+= ` $ { fp } ` ,u.attr("class",h),u.attr("name",e.name);let f=Na();f.x=e.x,f.y=i,f.fill="#eaeaea",f.width=e.width,f.height=e.height,f.class="actor";let d=e.x+e.width/2,p=i+(n?10:25),m=18;u.append("circle").attr("cx",d).attr("cy",p).attr("r",m).attr("width",e.width).attr("height",e.height),u.append("line").attr("x1",d-m).attr("x2",d+m).attr("y1",p+m).attr("y2",p+m).attr("stroke","#333").attr("stroke-width",2);let g=u.node().getBBox();return e.height=g.height+(r?.sequence?.labelBoxHeight??0),n||(jr++,l.append("line").attr("id","actor"+jr).attr("x1",a).attr("y1",s).attr("x2",a).attr("y2",2e3).attr("class","actor-line 200").attr("stroke-width","0.5px").attr("stroke","#999").attr("name",e.name),e.actorCnt=jr),tf(r,Nn(e.description))(e.description,u,f.x,f.y+(n?(p-i+m-5)/2:(p+m-i)/2),f.width,f.height,{class: ` actor $ { hp } ` },r),n?u.attr("transform", ` translate ( 0 , $ { m / 2 } ) ` ):u.attr("transform", ` translate ( 0 , $ { m / 2 } ) ` ),e.height},"drawActorTypeEntity"),cot=o(function(t,e,r,n){let i=n?e.stopy:e.starty,a=e.x+e.width/2,s=i+e.height+2*r.boxTextMargin,l=t.append("g").lower(),u=l;n||(jr++,Object.keys(e.links||{}).length&&!r.forceMenus&&u.attr("onclick",R7( ` actor$ { jr } _popup ` )).attr("cursor","pointer"),u.append("line").attr("id","actor"+jr).attr("x1",a).attr("y1",s).attr("x2",a).attr("y2",2e3).attr("class","actor-line 200").attr("stroke-width","0.5px").attr("stroke","#999").attr("name",e.name),u=l.append("g"),e.actorCnt=jr,e.links!=null&&u.attr("id","root-"+jr));let h=Na(),f="actor";e.properties?.class?f=e.properties.class:h.fill="#eaeaea",n?f+= ` $ { dp } ` :f+= ` $ { fp } ` ,h.x=e.x,h.y=i,h.width=e.width,h.height=e.height,h.class=f,h.name=e.name,h.x=e.x,h.y=i;let d=h.width/4,p=h.width/4,m=d/2,g=m/(2.5+d/50),y=u.append("g"),v= `
2026-02-13 14:04:06 -07:00
M $ { h . x } , $ { h . y + g }
a $ { m } , $ { g } 0 0 0 $ { d } , 0
a $ { m } , $ { g } 0 0 0 - $ { d } , 0
l 0 , $ { p - 2 * g }
a $ { m } , $ { g } 0 0 0 $ { d } , 0
l 0 , - $ { p - 2 * g }
2026-03-01 01:45:57 +00:00
` ;y.append("path").attr("d",v).attr("fill","#eaeaea").attr("stroke","#000").attr("stroke-width",1).attr("class",f),n?y.attr("transform", ` translate ( $ { d * 1.5 } , $ { h . height / 4 - 2 * g } ) ` ):y.attr("transform", ` translate ( $ { d * 1.5 } , $ { ( h . height + g ) / 4 } ) ` ),e.rectData=h,tf(r,Nn(e.description))(e.description,u,h.x,h.y+(n?(h.height+p)/4:(h.height+g)/2),h.width,h.height,{class: ` actor $ { D7 } ` },r);let x=y.select("path:last-child");if(x.node()){let b=x.node().getBBox();e.height=b.height+(r.sequence.labelBoxHeight??0)}return e.height},"drawActorTypeDatabase"),uot=o(function(t,e,r,n){let i=n?e.stopy:e.starty,a=e.x+e.width/2,s=i+80,l=30,u=t.append("g").lower();n||(jr++,u.append("line").attr("id","actor"+jr).attr("x1",a).attr("y1",s).attr("x2",a).attr("y2",2e3).attr("class","actor-line 200").attr("stroke-width","0.5px").attr("stroke","#999").attr("name",e.name),e.actorCnt=jr);let h=t.append("g"),f=hp;n?f+= ` $ { dp } ` :f+= ` $ { fp } ` ,h.attr("class",f),h.attr("name",e.name);let d=Na();d.x=e.x,d.y=i,d.fill="#eaeaea",d.width=e.width,d.height=e.height,d.class="actor",h.append("line").attr("id","actor-man-torso"+jr).attr("x1",e.x+e.width/2-l*2.5).attr("y1",i+10).attr("x2",e.x+e.width/2-15).attr("y2",i+10),h.append("line").attr("id","actor-man-arms"+jr).attr("x1",e.x+e.width/2-l*2.5).attr("y1",i+0).attr("x2",e.x+e.width/2-l*2.5).attr("y2",i+20),h.append("circle").attr("cx",e.x+e.width/2).attr("cy",i+10).attr("r",l);let p=h.node().getBBox();return e.height=p.height+(r.sequence.labelBoxHeight??0),tf(r,Nn(e.description))(e.description,h,d.x,d.y+(n?l/2-4:l/2+3),d.width,d.height,{class: ` actor $ { hp } ` },r),n?h.attr("transform", ` translate ( 0 , $ { l / 2 + 7 } ) ` ):h.attr("transform", ` translate ( 0 , $ { l / 2 + 7 } ) ` ),e.height},"drawActorTypeBoundary"),hot=o(function(t,e,r,n){let i=n?e.stopy:e.starty,a=e.x+e.width/2,s=i+80,l=t.append("g").lower();n||(jr++,l.append("line").attr("id","actor"+jr).attr("x1",a).attr("y1",s).attr("x2",a).attr("y2",2e3).attr("class","actor-line 200").attr("stroke-width","0.5px").attr("stroke","#999").attr("name",e.name),e.actorCnt=jr);let u=t.append("g"),h=hp;n?h+= ` $ { dp } ` :h+= ` $ { fp } ` ,u.attr("class",h),u.attr("name",e.name);let f=Na();f.x=e.x,f.y=i,f.fill="#eaeaea",f.width=e.width,f.height=e.height,f.class="actor",f.rx=3,f.ry=3,u.append("line").attr("id","actor-man-torso"+jr).attr("x1",a).attr("y1",i+25).attr("x2",a).attr("y2",i+45),u.append("line").attr("id","actor-man-arms"+jr).attr("x1",a-up/2).attr("y1",i+33).attr("x2",a+up/2).attr("y2",i+33),u.append("line").attr("x1",a-up/2).attr("y1",i+60).attr("x2",a).attr("y2",i+45),u.append("line").attr("x1",a).attr("y1",i+45).attr("x2",a+up/2-2).attr("y2",i+60);let d=u.append("circle");d.attr("cx",e.x+e.width/2),d.attr("cy",i+10),d.attr("r",15),d.attr("width",e.width),d.attr("height",e.height);let p=u.node().getBBox();return e.height=p.height,tf(r,Nn(e.description))(e.description,u,f.x,f.y+35,f.width,f.height,{class: ` actor $ { hp } ` },r),e.height},"drawActorTypeActor"),fot=o(async function(t,e,r,n){switch(e.type){case"actor":return await hot(t,e,r,n);case"participant":return await iot(t,e,r,n);case"boundary":return await uot(t,e,r,n);case"control":return await oot(t,e,r,n);case"entity":return await lot(t,e,r,n);case"database":return await cot(t,e,r,n);case"collections":return await aot(t,e,r,n);case"queue":return await sot(t,e,r,n)}},"drawActor"),dot=o(function(t,e,r){let i=t.append("g");X3e(i,e),e.name&&tf(r)(e.name,i,e.x,e.y+r.boxTextMargin+(e.textMaxHeight||0)/2,e.width,0,{class:"text"},r),i.lower()},"drawBox"),pot=o(function(t){return t.append("g")},"anchorElement"),mot=o(function(t,e,r,n,i){let a=Na(),s=e.anchored;a.x=e.startx,a.y=e.starty,a.class="activation"+i%3,a.width=e.stopx-e.startx,a.height=r-e.starty,i3(s,a)},"drawActivation"),got=o(async function(t,e,r,n){let{boxMargin:i,boxTextMargin:a,labelBoxHeight:s,labelBoxWidth:l,messageFontFamily:u,messageFontSize:h,messageFontWeight:f}=n,d=t.append("g"),p=o(function(y,v,x,b){return d.append("line").attr("x1",y).attr("y1",v).attr("x2",x).attr("y2",b).attr("class","loopLine")},"drawLoopLine");p(e.startx,e.starty,e.stopx,e.starty),p(e.stopx,e.starty,e.stopx,e.stopy),p(e.start
` +Ce.showPosition()+ `
Expecting ` +pt.join(", ")+", got '"+(this.terminals_[We]||We)+"'":Zr="Parse error on line "+(se+1)+": Unexpected "+(We==me?"end of input":"'"+(this.terminals_[We]||We)+"'"),this.parseError(Zr,{text:Ce.match,token:this.terminals_[We]||We,line:Ce.yylineno,loc:xt,expected:pt})}if(Tt[0]instanceof Array&&Tt.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ut+", token: "+We);switch(Tt[0]){case 1:ze.push(We),ce.push(Ce.yytext),U.push(Ce.yylloc),ze.push(Tt[1]),We=null,ut?(We=ut,ut=null):(oe=Ce.yyleng,z=Ce.yytext,se=Ce.yylineno,xt=Ce.yylloc,be>0&&be--);break;case 2:if(St=this.productions_[Tt[1]][1],at. $ =ce[ce.length-St],at._ $ ={first_line:U[U.length-(St||1)].first_line,last_line:U[U.length-1].last_line,first_column:U[U.length-(St||1)].first_column,last_column:U[U.length-1].last_column},je&&(at._ $ .range=[U[U.length-(St||1)].range[0],U[U.length-1].range[1]]),mt=this.performAction.apply(at,[z,oe,se,Fe.yy,Tt[1],ce,U].concat(De)),typeof mt<"u")return mt;St&&(ze=ze.slice(0,-1*St*2),ce=ce.slice(0,-1*St),U=U.slice(0,-1*St)),ze.push(this.productions_[Tt[1]][0]),ce.push(at. $ ),U.push(at._ $ ),bt=ue[ze[ze.length-2]][ze[ze.length-1]],ze.push(bt);break;case 3:return!0}}return!0},"parse")},Ue=(function(){var Ie={EOF:1,parseError:o(function(Ae,ze){if(this.yy.parser)this.yy.parser.parseError(Ae,ze);else throw new Error(Ae)},"parseError"),setInput:o(function(Me,Ae){return this.yy=Ae||this.yy||{},this._input=Me,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},"setInput"),input:o(function(){var Me=this._input[0];this.yytext+=Me,this.yyleng++,this.offset++,this.match+=Me,this.matched+=Me;var Ae=Me.match(/(?: \r \n ?| \n ).*/g);return Ae?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),Me},"input"),unput:o(function(Me){var Ae=Me.length,ze=Me.split(/(?: \r \n ?| \n )/g);this._input=Me+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-Ae),this.offset-=Ae;var Y=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),ze.length-1&&(this.yylineno-=ze.length-1);var ce=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:ze?(ze.length===Y.length?this.yylloc.first_column:0)+Y[Y.length-ze.length].length-ze[0].length:this.yylloc.first_column-Ae},this.options.ranges&&(this.yylloc.range=[ce[0],ce[0]+this.yyleng-Ae]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(Me){this.unput(this.match.slice(Me))},"less"),pastInput:o(function(){var Me=this.matched.substr(0,this.matched.length-this.match.length);return(Me.length>20?"...":"")+Me.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var Me=this.match;return Me.length<20&&(Me+=this._input.substr(0,20-Me.length)),(Me.substr(0,20)+(Me.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var Me=this.pastInput(),Ae=new Array(Me.length+1).join("-");return Me+this.upcomingInput()+ `
` +Ae+"^"},"showPosition"),test_match:o(function(Me,Ae){var ze,Y,ce;if(this.options.backtrack_lexer&&(ce={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&&(ce.yylloc.range=this.yylloc.range.slice(0))),Y=Me[0].match(/(?: \r \n ?| \n ).*/g),Y&&(this.yylineno+=Y.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:Y?Y[Y.length-1].length-Y[Y.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+Me[0].length},this.yytext+=Me[0],this.match+=Me[0],this.matches=Me,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(Me[0].length),this.matched+=Me[0],ze=this.performAction.call(this,this.yy,this,Ae,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),ze)return ze;if(this._backtrack){for(var U in ce)this[U]=ce[U];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var Me,Ae,ze,Y;this._more||(this.yytext="",this.match="");for(var ce=this._currentRules(),U=0;U<ce.length;U++)if(ze=this._input.match(this.rules[ce[U]]),ze&&(!Ae||ze[0].length>Ae[0].length)){if(Ae=ze,Y=U,this.options.backtrack_lexer){if(Me=this.test_match(ze,ce[U]),Me!==!1)return Me;if(this._backtrack){Ae=!1;continue}else return!1}else if(!this.options.flex)break}return Ae?(Me=this.test_match(Ae,ce[Y]),Me!==!1?Me:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var Ae=this.next();return Ae||this.lex()},"lex"),begin:o(function(Ae){this.conditionStack.push(Ae)},"begin"),popState:o(function(){var Ae=this.conditionStack.length-1;return Ae>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(Ae){return Ae=this.conditionStack.length-1-Math.abs(Ae||0),Ae>=0?this.conditionStack[Ae]:"INITIAL"},"topState"),pushState:o(function(Ae){this.begin(Ae)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:o(function(Ae,ze,Y,ce){var U=ce;switch(Y){case 0:return 62;case 1:return 63;case 2:return 64;case 3:return 65;case 4:break;case 5:break;case 6:return this.begin("acc_title"),33;break;case 7:return this.popState(),"acc_title_value";break;case 8:return this.begin("acc_descr"),35;break;case 9:return this.popState(),"acc_descr_value";break;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 79;case 22:this.popState();break;case 23:return 80;case 24:this.popState();break;case 25:return"STR";case 26:this.begin("string");break;case 27:return 82;case 28:return 57;case 29:return this.begin("namespace"),42;break;case 30:return this.popState(),8;break;case 31:break;case 32:return this.begin("namespace-body"),39;break;case 33:return this.popState(),41;break;case 34:return"EOF_IN_STRUCT";case 35:return 8;case 36:break;case 37:return"EDGE_STATE";case 38:return this.begin("class"),46;break;case 39:return this.popState(),8;break;case 40:break;case 41:return this.popState(),this.popState(),41;break;case 42:return this.begin("class-body"),39;break;case 43:return this.popState(),41;break;case 44:return"EOF_IN_STRUCT";case 45:return"EDGE_STATE";case 46:return"OPEN_IN_STRUCT";case 47:break;case 48:return"MEMBER";case 49:return 83;case 50:return 75;case 51:return 76;case 52:return 78;case 53:return 54;case 54:return 56;case 55:return 49;case 56:return 50;case 57:return 81;case 58:this.popState();break;case 59:return"GENERICTYPE";case 60:this.begin("generic");break;case 61:this.popState();break;case 62:return"BQUOTE_STR";case 63:this.begin("bqstring");break;case 64:return 77;case 65:return 77;case 66:return 77;case 67:return 77;case 68:return 69;case 69:return 69;case 70:return 71;case 71:return 71;case 72:return 70;case 73:return 68;case 74:return 72;case 75:return 73;case 76:return 74;case 77:return 22;case 78:return 44;case 79:return 100;case 80:return 18;case 81:return"PLUS";case 82:return 87;case 83:return 61;case 84:return 89;case 85:return 89;case 86:return 90;case 87:return"EQUALS";case 88:return"EQUALS";case 89:return 60;case 90:return 12;case 91:return 14;case 92:return"PUNCTUATION";case 93:return 86;case 94:return 102;case 95:return 48;case 96:return 48;case 97:return 9}},"anonymous"),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 )/,/^(?:classDef \b )/,/^(?:namespace \b )/,/^(?: \s *( \r ? \n )+)/,/^(?: \s +)/,/^(?:[{])/,/^(?:[}])/,/^(?: $ )/,/^(?: \s *( \r ? \n )+)/,/^(?: \s +)/,/^(?: \[ \* \] )/,/^(?:class \b )/,/^(?: \s *( \r ? \n )+)/,/
2026-02-13 14:04:06 -07:00
fill : $ { t . nodeBorder || t . classText } ;
stroke : none ;
font - family : $ { t . fontFamily } ;
font - size : 10 px ;
. title {
font - weight : bolder ;
}
}
. nodeLabel , . edgeLabel {
color : $ { t . classText } ;
}
. edgeLabel . label rect {
fill : $ { t . mainBkg } ;
}
. label text {
fill : $ { t . classText } ;
}
. labelBkg {
background : $ { t . mainBkg } ;
}
. edgeLabel . label span {
background : $ { t . mainBkg } ;
}
. classTitle {
font - weight : bolder ;
}
. node rect ,
. node circle ,
. node ellipse ,
. node polygon ,
. node path {
fill : $ { t . mainBkg } ;
stroke : $ { t . nodeBorder } ;
stroke - width : 1 px ;
}
. divider {
stroke : $ { t . nodeBorder } ;
stroke - width : 1 ;
}
g . clickable {
cursor : pointer ;
}
g . classGroup rect {
fill : $ { t . mainBkg } ;
stroke : $ { t . nodeBorder } ;
}
g . classGroup line {
stroke : $ { t . nodeBorder } ;
stroke - width : 1 ;
}
. classLabel . box {
stroke : none ;
stroke - width : 0 ;
fill : $ { t . mainBkg } ;
opacity : 0.5 ;
}
. classLabel . label {
fill : $ { t . nodeBorder } ;
font - size : 10 px ;
}
. relation {
stroke : $ { t . lineColor } ;
stroke - width : 1 ;
fill : none ;
}
. dashed - line {
stroke - dasharray : 3 ;
}
. dotted - line {
stroke - dasharray : 1 2 ;
}
# compositionStart , . composition {
fill : $ { t . lineColor } ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# compositionEnd , . composition {
fill : $ { t . lineColor } ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# dependencyStart , . dependency {
fill : $ { t . lineColor } ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# dependencyStart , . dependency {
fill : $ { t . lineColor } ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# extensionStart , . extension {
fill : transparent ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# extensionEnd , . extension {
fill : transparent ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# aggregationStart , . aggregation {
fill : transparent ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# aggregationEnd , . aggregation {
fill : transparent ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# lollipopStart , . lollipop {
fill : $ { t . mainBkg } ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
# lollipopEnd , . lollipop {
fill : $ { t . mainBkg } ! important ;
stroke : $ { t . lineColor } ! important ;
stroke - width : 1 ;
}
. edgeTerminals {
font - size : 11 px ;
line - height : initial ;
}
. classTitleText {
text - anchor : middle ;
font - size : 18 px ;
fill : $ { t . textColor } ;
}
2026-03-01 01:45:57 +00:00
$ { Su ( ) }
` ,"getStyles"),I7=Vot});var qot,Uot,Wot,O7,Kq=I(()=>{"use strict";Qt();gt();y0();Cd();Ad();sr();qot=o((t,e="TB")=>{if(!t.doc)return e;let r=e;for(let n of t.doc)n.stmt==="dir"&&(r=n.value);return r},"getDir"),Uot=o(function(t,e){return e.db.getClasses()},"getClasses"),Wot=o(async function(t,e,r,n){X.info("REF0:"),X.info("Drawing class diagram (v3)",e);let{securityLevel:i,state:a,layout:s}=xe(),l=n.db.getData(),u=xl(e,i);l.type=n.type,l.layoutAlgorithm=ku(s),l.nodeSpacing=a?.nodeSpacing||50,l.rankSpacing=a?.rankSpacing||50,l.markers=["aggregation","extension","composition","dependency","lollipop"],l.diagramId=e,await _l(l,u);let h=8;jt.insertTitle(u,"classDiagramTitleText",a?.titleTopMargin??25,n.db.getDiagramTitle()),mo(u,h,"classDiagram",a?.useMaxWidth??!0)},"draw"),O7={getClasses:Uot,draw:Wot,getDir:qot}});var uwe={};vr(uwe,{diagram:()=>Hot});var Hot,hwe=I(()=>{"use strict";Yq();jq();Xq();Kq();Hot={parser:N7,get db(){return new Rv},renderer:O7,styles:I7,init:o(t=>{t.class||(t.class={}),t.class.arrowMarkerAbsolute=t.arrowMarkerAbsolute},"init")}});var pwe={};vr(pwe,{diagram:()=>Kot});var Kot,mwe=I(()=>{"use strict";Yq();jq();Xq();Kq();Kot={parser:N7,get db(){return new Rv},renderer:O7,styles:I7,init:o(t=>{t.class||(t.class={}),t.class.arrowMarkerAbsolute=t.arrowMarkerAbsolute},"init")}});var Qq,P7,Zq=I(()=>{"use strict";Qq=(function(){var t=o(function(F,G, $ ,V){for( $ = $ ||{},V=F.length;V--; $ [F[V]]=G);return $ },"o"),e=[1,2],r=[1,3],n=[1,4],i=[2,4],a=[1,9],s=[1,11],l=[1,16],u=[1,17],h=[1,18],f=[1,19],d=[1,33],p=[1,20],m=[1,21],g=[1,22],y=[1,23],v=[1,24],x=[1,26],b=[1,27],T=[1,28],E=[1,29],w=[1,30],k=[1,31],C=[1,32],D=[1,35],R=[1,36],O=[1,37],L=[1,38],S=[1,34],A=[1,4,5,16,17,19,21,22,24,25,26,27,28,29,33,35,37,38,41,45,48,51,52,53,54,57],_=[1,4,5,14,15,16,17,19,21,22,24,25,26,27,28,29,33,35,37,38,39,40,41,45,48,51,52,53,54,57],N=[4,5,16,17,19,21,22,24,25,26,27,28,29,33,35,37,38,41,45,48,51,52,53,54,57],M={trace:o(function(){},"trace"),yy:{},symbols_:{error:2,start:3,SPACE:4,NL:5,SD:6,document:7,line:8,statement:9,classDefStatement:10,styleStatement:11,cssClassStatement:12,idStatement: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:29,notePosition:30,NOTE_TEXT:31,direction:32,acc_title:33,acc_title_value:34,acc_descr:35,acc_descr_value:36,acc_descr_multiline_value:37,CLICK:38,STRING:39,HREF:40,classDef:41,CLASSDEF_ID:42,CLASSDEF_STYLEOPTS:43,DEFAULT:44,style:45,STYLE_IDS:46,STYLEDEF_STYLEOPTS:47,class:48,CLASSENTITY_IDS:49,STYLECLASS:50,direction_tb:51,direction_bt:52,direction_rl:53,direction_lr:54,eol:55,";":56,EDGE_STATE:57,STYLE_SEPARATOR:58,left_of:59,right_of:60, $ accept:0, $ end:1},terminals_:{2:"error",4:"SPACE",5:"NL",6:"SD",14:"DESCR",15:"-->",16:"HIDE_EMPTY",17:"scale",18:"WIDTH",19:"COMPOSIT_STATE",20:"STRUCT_START",21:"STRUCT_STOP",22:"STATE_DESCR",23:"AS",24:"ID",25:"FORK",26:"JOIN",27:"CHOICE",28:"CONCURRENT",29:"note",31:"NOTE_TEXT",33:"acc_title",34:"acc_title_value",35:"acc_descr",36:"acc_descr_value",37:"acc_descr_multiline_value",38:"CLICK",39:"STRING",40:"HREF",41:"classDef",42:"CLASSDEF_ID",43:"CLASSDEF_STYLEOPTS",44:"DEFAULT",45:"style",46:"STYLE_IDS",47:"STYLEDEF_STYLEOPTS",48:"class",49:"CLASSENTITY_IDS",50:"STYLECLASS",51:"direction_tb",52:"direction_bt",53:"direction_rl",54:"direction_lr",56:";",57:"EDGE_STATE",58:"STYLE_SEPARATOR",59:"left_of",60:"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,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],[9,5],[9,5],[10,3],[10,3],[11,3],[12,3],[32,1],[32,1],[32,1],[32,1],[55,1],[55,1],[13,1],[13,1],[13,3],[13,3],[30,1],[30,1]],performAction:o(function(G, $ ,V,K,ee,H,he){var Z=H.length-1;switch(ee){case 3:return K.setRootDoc(H[Z]),H[Z];break;case 4:this. $ =[];break;case 5:H[Z]!="nl"&&(H[Z-1].push(H[Z]),this. $ =H[Z-1]);break;case 6:case 7:this. $ =H[Z];break;case 8:this. $ ="nl";break;case 12:this. $ =H[Z];break;case 13:let te=H[Z-1];te.
` +J.showPosition()+ `
Expecting ` +U.join(", ")+", got '"+(this.terminals_[ $ e]|| $ e)+"'":ue="Parse error on line "+(de+1)+": Unexpected "+( $ e==Q?"end of input":"'"+(this.terminals_[ $ e]|| $ e)+"'"),this.parseError(ue,{text:J.match,token:this.terminals_[ $ e]|| $ e,line:J.yylineno,loc:Te,expected:U})}if(Le[0]instanceof Array&&Le.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ue+", token: "+ $ e);switch(Le[0]){case 1:V.push( $ e),ee.push(J.yytext),H.push(J.yylloc),V.push(Le[1]), $ e=null,Xe?( $ e=Xe,Xe=null):(re=J.yyleng,Z=J.yytext,de=J.yylineno,Te=J.yylloc,ne>0&&ne--);break;case 2:if(Y=this.productions_[Le[1]][1],Ae. $ =ee[ee.length-Y],Ae._ $ ={first_line:H[H.length-(Y||1)].first_line,last_line:H[H.length-1].last_line,first_column:H[H.length-(Y||1)].first_column,last_column:H[H.length-1].last_column},j&&(Ae._ $ .range=[H[H.length-(Y||1)].range[0],H[H.length-1].range[1]]),Me=this.performAction.apply(Ae,[Z,re,de,ge.yy,Le[1],ee,H].concat(le)),typeof Me<"u")return Me;Y&&(V=V.slice(0,-1*Y*2),ee=ee.slice(0,-1*Y),H=H.slice(0,-1*Y)),V.push(this.productions_[Le[1]][0]),ee.push(Ae. $ ),H.push(Ae._ $ ),ce=he[V[V.length-2]][V[V.length-1]],V.push(ce);break;case 3:return!0}}return!0},"parse")},P=(function(){var F={EOF:1,parseError:o(function( $ ,V){if(this.yy.parser)this.yy.parser.parseError( $ ,V);else throw new Error( $ )},"parseError"),setInput:o(function(G, $ ){return this.yy= $ ||this.yy||{},this._input=G,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},"setInput"),input:o(function(){var G=this._input[0];this.yytext+=G,this.yyleng++,this.offset++,this.match+=G,this.matched+=G;var $ =G.match(/(?: \r \n ?| \n ).*/g);return $ ?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),G},"input"),unput:o(function(G){var $ =G.length,V=G.split(/(?: \r \n ?| \n )/g);this._input=G+this._input,this.yytext=this.yytext.substr(0,this.yytext.length- $ ),this.offset-= $ ;var K=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),V.length-1&&(this.yylineno-=V.length-1);var ee=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:V?(V.length===K.length?this.yylloc.first_column:0)+K[K.length-V.length].length-V[0].length:this.yylloc.first_column- $ },this.options.ranges&&(this.yylloc.range=[ee[0],ee[0]+this.yyleng- $ ]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(G){this.unput(this.match.slice(G))},"less"),pastInput:o(function(){var G=this.matched.substr(0,this.matched.length-this.match.length);return(G.length>20?"...":"")+G.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var G=this.match;return G.length<20&&(G+=this._input.substr(0,20-G.length)),(G.substr(0,20)+(G.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var G=this.pastInput(), $ =new Array(G.length+1).join("-");return G+this.upcomingInput()+ `
` + $ +"^"},"showPosition"),test_match:o(function(G, $ ){var V,K,ee;if(this.options.backtrack_lexer&&(ee={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&&(ee.yylloc.range=this.yylloc.range.slice(0))),K=G[0].match(/(?: \r \n ?| \n ).*/g),K&&(this.yylineno+=K.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:K?K[K.length-1].length-K[K.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+G[0].length},this.yytext+=G[0],this.match+=G[0],this.matches=G,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(G[0].length),this.matched+=G[0],V=this.performAction.call(this,this.yy,this, $ ,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),V)return V;if(this._backtrack){for(var H in ee)this[H]=ee[H];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var G, $ ,V,K;this._more||(this.yytext="",this.match="");for(var ee=this._currentRules(),H=0;H<ee.length;H++)if(V=this._input.match(this.rules[ee[H]]),V&&(! $ ||V[0].length> $ [0].length)){if( $ =V,K=H,this.options.backtrack_lexer){if(G=this.test_match(V,ee[H]),G!==!1)return G;if(this._backtrack){ $ =!1;continue}else return!1}else if(!this.options.flex)break}return $ ?(G=this.test_match( $ ,ee[K]),G!==!1?G:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var $ =this.next();return $ ||this.lex()},"lex"),begin:o(function( $ ){this.conditionStack.push( $ )},"begin"),popState:o(function(){var $ =this.conditionStack.length-1;return $ >0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function( $ ){return $ =this.conditionStack.length-1-Math.abs( $ ||0), $ >=0?this.conditionStack[ $ ]:"INITIAL"},"topState"),pushState:o(function( $ ){this.begin( $ )},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function( $ ,V,K,ee){var H=ee;switch(K){case 0:return 38;case 1:return 40;case 2:return 39;case 3:return 44;case 4:return 51;case 5:return 52;case 6:return 53;case 7:return 54;case 8:break;case 9:break;case 10:return 5;case 11:break;case 12:break;case 13:break;case 14:break;case 15:return this.pushState("SCALE"),17;break;case 16:return 18;case 17:this.popState();break;case 18:return this.begin("acc_title"),33;break;case 19:return this.popState(),"acc_title_value";break;case 20:return this.begin("acc_descr"),35;break;case 21:return this.popState(),"acc_descr_value";break;case 22:this.begin("acc_descr_multiline");break;case 23:this.popState();break;case 24:return"acc_descr_multiline_value";case 25:return this.pushState("CLASSDEF"),41;break;case 26:return this.popState(),this.pushState("CLASSDEFID"),"DEFAULT_CLASSDEF_ID";break;case 27:return this.popState(),this.pushState("CLASSDEFID"),42;break;case 28:return this.popState(),43;break;case 29:return this.pushState("CLASS"),48;break;case 30:return this.popState(),this.pushState("CLASS_STYLE"),49;break;case 31:return this.popState(),50;break;case 32:return this.pushState("STYLE"),45;break;case 33:return this.popState(),this.pushState("STYLEDEF_STYLES"),46;break;case 34:return this.popState(),47;break;case 35:return this.pushState("SCALE"),17;break;case 36:return 18;case 37:this.popState();break;case 38:this.pushState("STATE");break;case 39:return this.popState(),V.yytext=V.yytext.slice(0,-8).trim(),25;break;case 40:return this.popState(),V.yytext=V.yytext.slice(0,-8).trim(),26;break;case 41:return this.popState(),V.yytext=V.yytext.slice(0,-10).trim(),27;break;case 42:return this.popState(),V.yytext=V.yytext.slice(0,-8).trim(),25;break;case 43:return this.popState(),V.yytext=V.yytext.slice(0,-8).trim(),26;break;case 44:return this.popState(),V.yytext=V.yytext.slice(0,-10).trim(),27;break;case 45:return 51;case 46:return 52;case 47:return 53;case 48:return 54;case 49:this.pushState("STATE_STRING");break;case 50:return this.pushState("STATE_ID"),"AS";break;case 51:return this.popState(),"ID";break;case 52:this.popState();break;case 53:return"STATE_DESCR";case 54:return 19;case 55:this.popState();break;case 56:return this.popState(),this.pushState("struct"),20;break;case 57:break;case 58:return this.popState(),21;break;case 59:break;case 60:return this.begin("NOTE"),29;break;case 61:return this.popState(),this.pushState("NOTE_ID"),59;break;case 62:return this.popState(),this.pushState("NOTE_ID"),60;break;case 63:this.popState(),this.pushState("FLOATING_NOTE");break;case 64:return this.popState(),this.pushState("FLOATING_NOTE_ID"),"AS";break;case 65:break;case 66:return"NOTE_TEXT";case 67:return this.popState(),"ID";break;case 68:return this.popState(),this.pushState("NOTE_TEXT"),24;break;case 69:return this.popState(),V.yytext=V.yytext.substr(2).trim(),31;break;case 70:return this.popState(),V.yytext=V.yytext.slice(0,-8).trim(),31;break;case 71:return 6;case 72:return 6;case 73:return 16;case 74:return 57;case 75:return 24;case 76:return V.yytext=V.yytext.trim(),14;break;case 77:return 15;case 78:return 28;case 79:return 58;case 80:return 5;case 81:return"INVALID"}},"anonymous"),rules:[/^(?:click \b )/i,/^(?:href \b )/i,/^(?:"[^"]*")/i,/
2026-02-13 14:04:06 -07:00
defs # statediagram - barbEnd {
fill : $ { t . transitionColor } ;
stroke : $ { t . transitionColor } ;
}
g . stateGroup text {
fill : $ { t . nodeBorder } ;
stroke : none ;
font - size : 10 px ;
}
g . stateGroup text {
fill : $ { t . textColor } ;
stroke : none ;
font - size : 10 px ;
}
g . stateGroup . state - title {
font - weight : bolder ;
fill : $ { t . stateLabelColor } ;
}
g . stateGroup rect {
fill : $ { t . mainBkg } ;
stroke : $ { t . nodeBorder } ;
}
g . stateGroup line {
stroke : $ { t . lineColor } ;
stroke - width : 1 ;
}
. transition {
stroke : $ { t . transitionColor } ;
stroke - width : 1 ;
fill : none ;
}
. stateGroup . composit {
fill : $ { t . background } ;
border - bottom : 1 px
}
. stateGroup . alt - composit {
fill : # e0e0e0 ;
border - bottom : 1 px
}
. state - note {
stroke : $ { t . noteBorderColor } ;
fill : $ { t . noteBkgColor } ;
text {
fill : $ { t . noteTextColor } ;
stroke : none ;
font - size : 10 px ;
}
}
. stateLabel . box {
stroke : none ;
stroke - width : 0 ;
fill : $ { t . mainBkg } ;
opacity : 0.5 ;
}
. edgeLabel . label rect {
fill : $ { t . labelBackgroundColor } ;
opacity : 0.5 ;
}
. edgeLabel {
background - color : $ { t . edgeLabelBackground } ;
p {
background - color : $ { t . edgeLabelBackground } ;
}
rect {
opacity : 0.5 ;
background - color : $ { t . edgeLabelBackground } ;
fill : $ { t . edgeLabelBackground } ;
}
text - align : center ;
}
. edgeLabel . label text {
fill : $ { t . transitionLabelColor || t . tertiaryTextColor } ;
}
. label div . edgeLabel {
color : $ { t . transitionLabelColor || t . tertiaryTextColor } ;
}
. stateLabel text {
fill : $ { t . stateLabelColor } ;
font - size : 10 px ;
font - weight : bold ;
}
. node circle . state - start {
fill : $ { t . specialStateColor } ;
stroke : $ { t . specialStateColor } ;
}
. node . fork - join {
fill : $ { t . specialStateColor } ;
stroke : $ { t . specialStateColor } ;
}
. node circle . state - end {
fill : $ { t . innerEndBackground } ;
stroke : $ { t . background } ;
stroke - width : 1.5
}
. end - state - inner {
fill : $ { t . compositeBackground || t . background } ;
// stroke: ${t.background};
stroke - width : 1.5
}
. node rect {
fill : $ { t . stateBkg || t . mainBkg } ;
stroke : $ { t . stateBorder || t . nodeBorder } ;
stroke - width : 1 px ;
}
. node polygon {
fill : $ { t . mainBkg } ;
stroke : $ { t . stateBorder || t . nodeBorder } ; ;
stroke - width : 1 px ;
}
# statediagram - barbEnd {
fill : $ { t . lineColor } ;
}
. statediagram - cluster rect {
fill : $ { t . compositeTitleBackground } ;
stroke : $ { t . stateBorder || t . nodeBorder } ;
stroke - width : 1 px ;
}
. cluster - label , . nodeLabel {
color : $ { t . stateLabelColor } ;
// line-height: 1;
}
. statediagram - cluster rect . outer {
rx : 5 px ;
ry : 5 px ;
}
. statediagram - state . divider {
stroke : $ { t . stateBorder || t . nodeBorder } ;
}
. statediagram - state . title - state {
rx : 5 px ;
ry : 5 px ;
}
. statediagram - cluster . statediagram - cluster . inner {
fill : $ { t . compositeBackground || t . background } ;
}
. statediagram - cluster . statediagram - cluster - alt . inner {
fill : $ { t . altBackground ? t . altBackground : "#efefef" } ;
}
. statediagram - cluster . inner {
rx : 0 ;
ry : 0 ;
}
. statediagram - state rect . basic {
rx : 5 px ;
ry : 5 px ;
}
. statediagram - state rect . divider {
stroke - dasharray : 10 , 10 ;
fill : $ { t . altBackground ? t . altBackground : "#efefef" } ;
}
. note - edge {
stroke - dasharray : 5 ;
}
. statediagram - note rect {
fill : $ { t . noteBkgColor } ;
stroke : $ { t . noteBorderColor } ;
stroke - width : 1 px ;
rx : 0 ;
ry : 0 ;
}
. statediagram - note rect {
fill : $ { t . noteBkgColor } ;
stroke : $ { t . noteBorderColor } ;
stroke - width : 1 px ;
rx : 0 ;
ry : 0 ;
}
. statediagram - note text {
fill : $ { t . noteTextColor } ;
}
. statediagram - note . nodeLabel {
color : $ { t . noteTextColor } ;
}
. statediagram . edgeLabel {
color : red ; // ${t.noteTextColor};
}
# dependencyStart , # dependencyEnd {
fill : $ { t . lineColor } ;
stroke : $ { t . lineColor } ;
stroke - width : 1 ;
}
. statediagramTitleText {
text - anchor : middle ;
font - size : 18 px ;
fill : $ { t . textColor } ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),H7=hlt});var flt,dlt,plt,mlt,Gwe,glt,ylt,vlt,xlt,pU,zwe,Vwe,qwe=I(()=>{"use strict";kr();W7();sr();wr();Qt();gt();flt=o(t=>t.append("circle").attr("class","start-state").attr("r",xe().state.sizeUnit).attr("cx",xe().state.padding+xe().state.sizeUnit).attr("cy",xe().state.padding+xe().state.sizeUnit),"drawStartState"),dlt=o(t=>t.append("line").style("stroke","grey").style("stroke-dasharray","3").attr("x1",xe().state.textHeight).attr("class","divider").attr("x2",xe().state.textHeight*2).attr("y1",0).attr("y2",0),"drawDivider"),plt=o((t,e)=>{let r=t.append("text").attr("x",2*xe().state.padding).attr("y",xe().state.textHeight+2*xe().state.padding).attr("font-size",xe().state.fontSize).attr("class","state-title").text(e.id),n=r.node().getBBox();return t.insert("rect",":first-child").attr("x",xe().state.padding).attr("y",xe().state.padding).attr("width",n.width+2*xe().state.padding).attr("height",n.height+2*xe().state.padding).attr("rx",xe().state.radius),r},"drawSimpleState"),mlt=o((t,e)=>{let r=o(function(p,m,g){let y=p.append("tspan").attr("x",2*xe().state.padding).text(m);g||y.attr("dy",xe().state.textHeight)},"addTspan"),i=t.append("text").attr("x",2*xe().state.padding).attr("y",xe().state.textHeight+1.3*xe().state.padding).attr("font-size",xe().state.fontSize).attr("class","state-title").text(e.descriptions[0]).node().getBBox(),a=i.height,s=t.append("text").attr("x",xe().state.padding).attr("y",a+xe().state.padding*.4+xe().state.dividerMargin+xe().state.textHeight).attr("class","state-description"),l=!0,u=!0;e.descriptions.forEach(function(p){l||(r(s,p,u),u=!1),l=!1});let h=t.append("line").attr("x1",xe().state.padding).attr("y1",xe().state.padding+a+xe().state.dividerMargin/2).attr("y2",xe().state.padding+a+xe().state.dividerMargin/2).attr("class","descr-divider"),f=s.node().getBBox(),d=Math.max(f.width,i.width);return h.attr("x2",d+3*xe().state.padding),t.insert("rect",":first-child").attr("x",xe().state.padding).attr("y",xe().state.padding).attr("width",d+2*xe().state.padding).attr("height",f.height+a+2*xe().state.padding).attr("rx",xe().state.radius),t},"drawDescrState"),Gwe=o((t,e,r)=>{let n=xe().state.padding,i=2*xe().state.padding,a=t.node().getBBox(),s=a.width,l=a.x,u=t.append("text").attr("x",0).attr("y",xe().state.titleShift).attr("font-size",xe().state.fontSize).attr("class","state-title").text(e.id),f=u.node().getBBox().width+i,d=Math.max(f,s);d===s&&(d=d+i);let p,m=t.node().getBBox();e.doc,p=l-n,f>s&&(p=(s-d)/2+n),Math.abs(l-m.x)<n&&f>s&&(p=l-(f-s)/2);let g=1-xe().state.textHeight;return t.insert("rect",":first-child").attr("x",p).attr("y",g).attr("class",r?"alt-composit":"composit").attr("width",d).attr("height",m.height+xe().state.textHeight+xe().state.titleShift+1).attr("rx","0"),u.attr("x",p+n),f<=s&&u.attr("x",l+(d-i)/2-f/2+n),t.insert("rect",":first-child").attr("x",p).attr("y",xe().state.titleShift-xe().state.textHeight-xe().state.padding).attr("width",d).attr("height",xe().state.textHeight*3).attr("rx",xe().state.radius),t.insert("rect",":first-child").attr("x",p).attr("y",xe().state.titleShift-xe().state.textHeight-xe().state.padding).attr("width",d).attr("height",m.height+3+2*xe().state.textHeight).attr("rx",xe().state.radius),t},"addTitleAndBox"),glt=o(t=>(t.append("circle").attr("class","end-state-outer").attr("r",xe().state.sizeUnit+xe().state.miniPadding).attr("cx",xe().state.padding+xe().state.sizeUnit+xe().state.miniPadding).attr("cy",xe().state.padding+xe().state.sizeUnit+xe().state.miniPadding),t.append("circle").attr("class","end-state-inner").attr("r",xe().state.sizeUnit).attr("cx",xe().state.padding+xe().state.sizeUnit+2).attr("cy",xe().state.padding+xe().state.sizeUnit+2)),"drawEndState"),ylt=o((t,e)=>{let r=xe().state.forkWidth,n=xe().state.forkHeight;if(e.parentId){let i=r;r=n,n=i}return t.append("rect").style("stroke","black").style("fill","black").attr("width",r).attr("height",n).attr("x",xe().state.padding).attr("y",xe().state.padding)},"drawForkJoinState"),vlt=o((t,e,r,n)=>{let i=0,a=n.append("text");a.style("text-anchor","start"),a.attr("class","noteText");let s=t.
` +O.showPosition()+ `
Expecting ` +Z.join(", ")+", got '"+(this.terminals_[P]||P)+"'":de="Parse error on line "+(E+1)+": Unexpected "+(P==D?"end of input":"'"+(this.terminals_[P]||P)+"'"),this.parseError(de,{text:O.match,token:this.terminals_[P]||P,line:O.yylineno,loc:A,expected:Z})}if(G[0]instanceof Array&&G.length>1)throw new Error("Parse Error: multiple actions possible at state: "+F+", token: "+P);switch(G[0]){case 1:g.push(P),v.push(O.yytext),x.push(O.yylloc),g.push(G[1]),P=null,B?(P=B,B=null):(w=O.yyleng,T=O.yytext,E=O.yylineno,A=O.yylloc,k>0&&k--);break;case 2:if(H=this.productions_[G[1]][1],K. $ =v[v.length-H],K._ $ ={first_line:x[x.length-(H||1)].first_line,last_line:x[x.length-1].last_line,first_column:x[x.length-(H||1)].first_column,last_column:x[x.length-1].last_column},_&&(K._ $ .range=[x[x.length-(H||1)].range[0],x[x.length-1].range[1]]),V=this.performAction.apply(K,[T,w,E,L.yy,G[1],v,x].concat(R)),typeof V<"u")return V;H&&(g=g.slice(0,-1*H*2),v=v.slice(0,-1*H),x=x.slice(0,-1*H)),g.push(this.productions_[G[1]][0]),v.push(K. $ ),x.push(K._ $ ),he=b[g[g.length-2]][g[g.length-1]],g.push(he);break;case 3:return!0}}return!0},"parse")},h=(function(){var d={EOF:1,parseError:o(function(m,g){if(this.yy.parser)this.yy.parser.parseError(m,g);else throw new Error(m)},"parseError"),setInput:o(function(p,m){return this.yy=m||this.yy||{},this._input=p,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},"setInput"),input:o(function(){var p=this._input[0];this.yytext+=p,this.yyleng++,this.offset++,this.match+=p,this.matched+=p;var m=p.match(/(?: \r \n ?| \n ).*/g);return m?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),p},"input"),unput:o(function(p){var m=p.length,g=p.split(/(?: \r \n ?| \n )/g);this._input=p+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-m),this.offset-=m;var y=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),g.length-1&&(this.yylineno-=g.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:g?(g.length===y.length?this.yylloc.first_column:0)+y[y.length-g.length].length-g[0].length:this.yylloc.first_column-m},this.options.ranges&&(this.yylloc.range=[v[0],v[0]+this.yyleng-m]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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 ) .
2026-02-13 14:04:06 -07:00
` +this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:o(function(p){this.unput(this.match.slice(p))},"less"),pastInput:o(function(){var p=this.matched.substr(0,this.matched.length-this.match.length);return(p.length>20?"...":"")+p.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var p=this.match;return p.length<20&&(p+=this._input.substr(0,20-p.length)),(p.substr(0,20)+(p.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var p=this.pastInput(),m=new Array(p.length+1).join("-");return p+this.upcomingInput()+ `
` +m+"^"},"showPosition"),test_match:o(function(p,m){var g,y,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))),y=p[0].match(/(?: \r \n ?| \n ).*/g),y&&(this.yylineno+=y.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:y?y[y.length-1].length-y[y.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+p[0].length},this.yytext+=p[0],this.match+=p[0],this.matches=p,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(p[0].length),this.matched+=p[0],g=this.performAction.call(this,this.yy,this,m,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),g)return g;if(this._backtrack){for(var x in v)this[x]=v[x];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var p,m,g,y;this._more||(this.yytext="",this.match="");for(var v=this._currentRules(),x=0;x<v.length;x++)if(g=this._input.match(this.rules[v[x]]),g&&(!m||g[0].length>m[0].length)){if(m=g,y=x,this.options.backtrack_lexer){if(p=this.test_match(g,v[x]),p!==!1)return p;if(this._backtrack){m=!1;continue}else return!1}else if(!this.options.flex)break}return m?(p=this.test_match(m,v[y]),p!==!1?p:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
2026-03-01 01:45:57 +00:00
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var m=this.next();return m||this.lex()},"lex"),begin:o(function(m){this.conditionStack.push(m)},"begin"),popState:o(function(){var m=this.conditionStack.length-1;return m>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(m){return m=this.conditionStack.length-1-Math.abs(m||0),m>=0?this.conditionStack[m]:"INITIAL"},"topState"),pushState:o(function(m){this.begin(m)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(m,g,y,v){var x=v;switch(y){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;break;case 8:return this.popState(),"acc_title_value";break;case 9:return this.begin("acc_descr"),14;break;case 10:return this.popState(),"acc_descr_value";break;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"}},"anonymous"),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 d})();u.lexer=h;function f(){this.yy={}}return o(f,"Parser"),f.prototype=u,u.Parser=f,new f})();gU.parser=gU;t5e=gU});var Mv,yU,l3,c3,Nlt,Mlt,Ilt,Olt,Plt,Blt,Flt,n5e, $ lt,vU,i5e=I(()=>{"use strict";Qt();ki();Mv="",yU=[],l3=[],c3=[],Nlt=o(function(){yU.length=0,l3.length=0,Mv="",c3.length=0,Mr()},"clear"),Mlt=o(function(t){Mv=t,yU.push(t)},"addSection"),Ilt=o(function(){return yU},"getSections"),Olt=o(function(){let t=n5e(),e=100,r=0;for(;!t&&r<e;)t=n5e(),r++;return l3.push(...c3),l3},"getTasks"),Plt=o(function(){let t=[];return l3.forEach(r=>{r.people&&t.push(...r.people)}),[...new Set(t)].sort()},"updateActors"),Blt=o(function(t,e){let r=e.substr(1).split(":"),n=0,i=[];r.length===1?(n=Number(r[0]),i=[]):(n=Number(r[0]),i=r[1].split(","));let a=i.map(l=>l.trim()),s={section:Mv,type:Mv,people:a,task:t,score:n};c3.push(s)},"addTask"),Flt=o(function(t){let e={section:Mv,type:Mv,description:t,task:t,classes:[]};l3.push(e)},"addTaskOrg"),n5e=o(function(){let t=o(function(r){return c3[r].processed},"compileTask"),e=!0;for(let[r,n]of c3.entries())t(r),e=e&&n.processed;return e},"compileTasks"), $ lt=o(function(){return Plt()},"getActors"),vU={getConfig:o(()=>xe().journey,"getConfig"),clear:Nlt,setDiagramTitle:Xr,getDiagramTitle:Wr,setAccTitle:zr,getAccTitle:Vr,setAccDescription:qr,getAccDescription:Ur,addSection:Mlt,getSections:Ilt,getTasks:Olt,addTask:Blt,addTaskOrg:Flt,getActors: $ lt}});var zlt,a5e,s5e=I(()=>{"use strict";ey();zlt=o(t=> ` . label {
2026-02-13 14:04:06 -07:00
font - family : $ { t . fontFamily } ;
color : $ { t . textColor } ;
}
. mouth {
stroke : # 666 ;
}
line {
stroke : $ { t . textColor }
}
. legend {
fill : $ { t . textColor } ;
font - family : $ { t . fontFamily } ;
}
. label text {
fill : # 333 ;
}
. label {
color : $ { t . textColor }
}
. face {
$ { t . faceColor ? ` fill: ${ t . faceColor } ` : "fill: #FFF8DC" } ;
stroke : # 999 ;
}
. node rect ,
. node circle ,
. node ellipse ,
. node polygon ,
. node path {
fill : $ { t . mainBkg } ;
stroke : $ { t . nodeBorder } ;
stroke - width : 1 px ;
}
. node . label {
text - align : center ;
}
. node . clickable {
cursor : pointer ;
}
. arrowheadPath {
fill : $ { t . arrowheadColor } ;
}
. edgePath . path {
stroke : $ { t . lineColor } ;
stroke - width : 1.5 px ;
}
. flowchart - link {
stroke : $ { t . lineColor } ;
fill : none ;
}
. edgeLabel {
background - color : $ { t . edgeLabelBackground } ;
rect {
opacity : 0.5 ;
}
text - align : center ;
}
. cluster rect {
}
. cluster text {
fill : $ { t . titleColor } ;
}
div . mermaidTooltip {
position : absolute ;
text - align : center ;
max - width : 200 px ;
padding : 2 px ;
font - family : $ { t . fontFamily } ;
font - size : 12 px ;
background : $ { t . tertiaryColor } ;
border : 1 px solid $ { t . border2 } ;
border - radius : 2 px ;
pointer - events : none ;
z - index : 100 ;
}
. task - type - 0 , . section - type - 0 {
$ { t . fillType0 ? ` fill: ${ t . fillType0 } ` : "" } ;
}
. task - type - 1 , . section - type - 1 {
$ { t . fillType0 ? ` fill: ${ t . fillType1 } ` : "" } ;
}
. task - type - 2 , . section - type - 2 {
$ { t . fillType0 ? ` fill: ${ t . fillType2 } ` : "" } ;
}
. task - type - 3 , . section - type - 3 {
$ { t . fillType0 ? ` fill: ${ t . fillType3 } ` : "" } ;
}
. task - type - 4 , . section - type - 4 {
$ { t . fillType0 ? ` fill: ${ t . fillType4 } ` : "" } ;
}
. task - type - 5 , . section - type - 5 {
$ { t . fillType0 ? ` fill: ${ t . fillType5 } ` : "" } ;
}
. task - type - 6 , . section - type - 6 {
$ { t . fillType0 ? ` fill: ${ t . fillType6 } ` : "" } ;
}
. task - type - 7 , . section - type - 7 {
$ { t . fillType0 ? ` fill: ${ t . fillType7 } ` : "" } ;
}
. actor - 0 {
$ { t . actor0 ? ` fill: ${ t . actor0 } ` : "" } ;
}
. actor - 1 {
$ { t . actor1 ? ` fill: ${ t . actor1 } ` : "" } ;
}
. actor - 2 {
$ { t . actor2 ? ` fill: ${ t . actor2 } ` : "" } ;
}
. actor - 3 {
$ { t . actor3 ? ` fill: ${ t . actor3 } ` : "" } ;
}
. actor - 4 {
$ { t . actor4 ? ` fill: ${ t . actor4 } ` : "" } ;
}
. actor - 5 {
$ { t . actor5 ? ` fill: ${ t . actor5 } ` : "" } ;
}
2026-03-01 01:45:57 +00:00
$ { Su ( ) }
` ,"getStyles"),a5e=zlt});var xU,Glt,l5e,c5e,Vlt,qlt,o5e,Ult,Wlt,u5e,Hlt,Iv,h5e=I(()=>{"use strict";kr();Cx();xU=o(function(t,e){return t0(t,e)},"drawRect"),Glt=o(function(t,e){let n=t.append("circle").attr("cx",e.cx).attr("cy",e.cy).attr("class","face").attr("r",15).attr("stroke-width",2).attr("overflow","visible"),i=t.append("g");i.append("circle").attr("cx",e.cx-15/3).attr("cy",e.cy-15/3).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666"),i.append("circle").attr("cx",e.cx+15/3).attr("cy",e.cy-15/3).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666");function a(u){let h=ic().startAngle(Math.PI/2).endAngle(3*(Math.PI/2)).innerRadius(7.5).outerRadius(6.8181818181818175);u.append("path").attr("class","mouth").attr("d",h).attr("transform","translate("+e.cx+","+(e.cy+2)+")")}o(a,"smile");function s(u){let h=ic().startAngle(3*Math.PI/2).endAngle(5*(Math.PI/2)).innerRadius(7.5).outerRadius(6.8181818181818175);u.append("path").attr("class","mouth").attr("d",h).attr("transform","translate("+e.cx+","+(e.cy+7)+")")}o(s,"sad");function l(u){u.append("line").attr("class","mouth").attr("stroke",2).attr("x1",e.cx-5).attr("y1",e.cy+7).attr("x2",e.cx+5).attr("y2",e.cy+7).attr("class","mouth").attr("stroke-width","1px").attr("stroke","#666")}return o(l,"ambivalent"),e.score>3?a(i):e.score<3?s(i):l(i),n},"drawFace"),l5e=o(function(t,e){let r=t.append("circle");return r.attr("cx",e.cx),r.attr("cy",e.cy),r.attr("class","actor-"+e.pos),r.attr("fill",e.fill),r.attr("stroke",e.stroke),r.attr("r",e.r),r.class!==void 0&&r.attr("class",r.class),e.title!==void 0&&r.append("title").text(e.title),r},"drawCircle"),c5e=o(function(t,e){return oee(t,e)},"drawText"),Vlt=o(function(t,e){function r(i,a,s,l,u){return i+","+a+" "+(i+s)+","+a+" "+(i+s)+","+(a+l-u)+" "+(i+s-u*1.2)+","+(a+l)+" "+i+","+(a+l)}o(r,"genPoints");let n=t.append("polygon");n.attr("points",r(e.x,e.y,50,20,7)),n.attr("class","labelBox"),e.y=e.y+e.labelMargin,e.x=e.x+.5*e.labelMargin,c5e(t,e)},"drawLabel"),qlt=o(function(t,e,r){let n=t.append("g"),i=Na();i.x=e.x,i.y=e.y,i.fill=e.fill,i.width=r.width*e.taskCount+r.diagramMarginX*(e.taskCount-1),i.height=r.height,i.class="journey-section section-type-"+e.num,i.rx=3,i.ry=3,xU(n,i),u5e(r)(e.text,n,i.x,i.y,i.width,i.height,{class:"journey-section section-type-"+e.num},r,e.colour)},"drawSection"),o5e=-1,Ult=o(function(t,e,r){let n=e.x+r.width/2,i=t.append("g");o5e++,i.append("line").attr("id","task"+o5e).attr("x1",n).attr("y1",e.y).attr("x2",n).attr("y2",450).attr("class","task-line").attr("stroke-width","1px").attr("stroke-dasharray","4 2").attr("stroke","#666"),Glt(i,{cx:n,cy:300+(5-e.score)*30,score:e.score});let s=Na();s.x=e.x,s.y=e.y,s.fill=e.fill,s.width=r.width,s.height=r.height,s.class="task task-type-"+e.num,s.rx=3,s.ry=3,xU(i,s);let l=e.x+14;e.people.forEach(u=>{let h=e.actors[u].color,f={cx:l,cy:e.y,r:7,fill:h,stroke:"#000",title:u,pos:e.actors[u].position};l5e(i,f),l+=10}),u5e(r)(e.task,i,s.x,s.y,s.width,s.height,{class:"task"},r,e.colour)},"drawTask"),Wlt=o(function(t,e){U5(t,e)},"drawBackgroundRect"),u5e=(function(){function t(i,a,s,l,u,h,f,d){let p=a.append("text").attr("x",s+u/2).attr("y",l+h/2+5).style("font-color",d).style("text-anchor","middle").text(i);n(p,f)}o(t,"byText");function e(i,a,s,l,u,h,f,d,p){let{taskFontSize:m,taskFontFamily:g}=d,y=i.split(/<br \s * \/ ?>/gi);for(let v=0;v<y.length;v++){let x=v*m-m*(y.length-1)/2,b=a.append("text").attr("x",s+u/2).attr("y",l).attr("fill",p).style("text-anchor","middle").style("font-size",m).style("font-family",g);b.append("tspan").attr("x",s+u/2).attr("dy",x).text(y[v]),b.attr("y",l+h/2).attr("dominant-baseline","central").attr("alignment-baseline","central"),n(b,f)}}o(e,"byTspan");function r(i,a,s,l,u,h,f,d){let p=a.append("switch"),g=p.append("foreignObject").attr("x",s).attr("y",l).attr("width",u).attr("height",h).attr("position","fixed").append("xhtml:div").style("display","table").style("height","100%").style("width","100%");g.append("div").attr("class","label").style("display","table-cell").style("text-align","center").sty
` +L.showPosition()+ `
Expecting ` +de.join(", ")+", got '"+(this.terminals_[B]||B)+"'":re="Parse error on line "+(w+1)+": Unexpected "+(B==R?"end of input":"'"+(this.terminals_[B]||B)+"'"),this.parseError(re,{text:L.match,token:this.terminals_[B]||B,line:L.yylineno,loc:_,expected:de})}if( $ [0]instanceof Array&& $ .length>1)throw new Error("Parse Error: multiple actions possible at state: "+G+", token: "+B);switch( $ [0]){case 1:y.push(B),x.push(L.yytext),b.push(L.yylloc),y.push( $ [1]),B=null,F?(B=F,F=null):(k=L.yyleng,E=L.yytext,w=L.yylineno,_=L.yylloc,C>0&&C--);break;case 2:if(he=this.productions_[ $ [1]][1],ee. $ =x[x.length-he],ee._ $ ={first_line:b[b.length-(he||1)].first_line,last_line:b[b.length-1].last_line,first_column:b[b.length-(he||1)].first_column,last_column:b[b.length-1].last_column},N&&(ee._ $ .range=[b[b.length-(he||1)].range[0],b[b.length-1].range[1]]),K=this.performAction.apply(ee,[E,k,w,S.yy, $ [1],x,b].concat(O)),typeof K<"u")return K;he&&(y=y.slice(0,-1*he*2),x=x.slice(0,-1*he),b=b.slice(0,-1*he)),y.push(this.productions_[ $ [1]][0]),x.push(ee. $ ),b.push(ee._ $ ),Z=T[y[y.length-2]][y[y.length-1]],y.push(Z);break;case 3:return!0}}return!0},"parse")},f=(function(){var p={EOF:1,parseError:o(function(g,y){if(this.yy.parser)this.yy.parser.parseError(g,y);else throw new Error(g)},"parseError"),setInput:o(function(m,g){return this.yy=g||this.yy||{},this._input=m,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},"setInput"),input:o(function(){var m=this._input[0];this.yytext+=m,this.yyleng++,this.offset++,this.match+=m,this.matched+=m;var g=m.match(/(?: \r \n ?| \n ).*/g);return g?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),m},"input"),unput:o(function(m){var g=m.length,y=m.split(/(?: \r \n ?| \n )/g);this._input=m+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-g),this.offset-=g;var v=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 x=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===v.length?this.yylloc.first_column:0)+v[v.length-y.length].length-y[0].length:this.yylloc.first_column-g},this.options.ranges&&(this.yylloc.range=[x[0],x[0]+this.yyleng-g]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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 ) .
2026-02-13 14:04:06 -07:00
` +this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:o(function(m){this.unput(this.match.slice(m))},"less"),pastInput:o(function(){var m=this.matched.substr(0,this.matched.length-this.match.length);return(m.length>20?"...":"")+m.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var m=this.match;return m.length<20&&(m+=this._input.substr(0,20-m.length)),(m.substr(0,20)+(m.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var m=this.pastInput(),g=new Array(m.length+1).join("-");return m+this.upcomingInput()+ `
` +g+"^"},"showPosition"),test_match:o(function(m,g){var y,v,x;if(this.options.backtrack_lexer&&(x={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&&(x.yylloc.range=this.yylloc.range.slice(0))),v=m[0].match(/(?: \r \n ?| \n ).*/g),v&&(this.yylineno+=v.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:v?v[v.length-1].length-v[v.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+m[0].length},this.yytext+=m[0],this.match+=m[0],this.matches=m,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(m[0].length),this.matched+=m[0],y=this.performAction.call(this,this.yy,this,g,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),y)return y;if(this._backtrack){for(var b in x)this[b]=x[b];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var m,g,y,v;this._more||(this.yytext="",this.match="");for(var x=this._currentRules(),b=0;b<x.length;b++)if(y=this._input.match(this.rules[x[b]]),y&&(!g||y[0].length>g[0].length)){if(g=y,v=b,this.options.backtrack_lexer){if(m=this.test_match(y,x[b]),m!==!1)return m;if(this._backtrack){g=!1;continue}else return!1}else if(!this.options.flex)break}return g?(m=this.test_match(g,x[v]),m!==!1?m:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
2026-03-01 01:45:57 +00:00
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var g=this.next();return g||this.lex()},"lex"),begin:o(function(g){this.conditionStack.push(g)},"begin"),popState:o(function(){var g=this.conditionStack.length-1;return g>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(g){return g=this.conditionStack.length-1-Math.abs(g||0),g>=0?this.conditionStack[g]:"INITIAL"},"topState"),pushState:o(function(g){this.begin(g)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(g,y,v,x){var b=x;switch(v){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;break;case 8:return this.popState(),"acc_title_value";break;case 9:return this.begin("acc_descr"),14;break;case 10:return this.popState(),"acc_descr_value";break;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"}},"anonymous"),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 ]|:(?! \s ))+)/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 p})();h.lexer=f;function d(){this.yy={}}return o(d,"Parser"),d.prototype=h,h.Parser=d,new d})();kU.parser=kU;w5e=kU});var EU={};vr(EU,{addEvent:()=>N5e,addSection:()=>_5e,addTask:()=>L5e,addTaskOrg:()=>M5e,clear:()=>A5e,default:()=>sct,getCommonDb:()=>C5e,getSections:()=>D5e,getTasks:()=>R5e});var Ov,E5e,SU,j7,Pv,C5e,A5e,_5e,D5e,R5e,L5e,N5e,M5e,S5e,sct,I5e=I(()=>{"use strict";ki();Ov="",E5e=0,SU=[],j7=[],Pv=[],C5e=o(()=>C2,"getCommonDb"),A5e=o(function(){SU.length=0,j7.length=0,Ov="",Pv.length=0,Mr()},"clear"),_5e=o(function(t){Ov=t,SU.push(t)},"addSection"),D5e=o(function(){return SU},"getSections"),R5e=o(function(){let t=S5e(),e=100,r=0;for(;!t&&r<e;)t=S5e(),r++;return j7.push(...Pv),j7},"getTasks"),L5e=o(function(t,e,r){let n={id:E5e++,section:Ov,type:Ov,task:t,score:e||0,events:r?[r]:[]};Pv.push(n)},"addTask"),N5e=o(function(t){Pv.find(r=>r.id===E5e-1).events.push(t)},"addEvent"),M5e=o(function(t){let e={section:Ov,type:Ov,description:t,task:t,classes:[]};j7.push(e)},"addTaskOrg"),S5e=o(function(){let t=o(function(r){return Pv[r].processed},"compileTask"),e=!0;for(let[r,n]of Pv.entries())t(r),e=e&&n.processed;return e},"compileTasks"),sct={clear:A5e,getCommonDb:C5e,addSection:_5e,getSections:D5e,getTasks:R5e,addTask:L5e,addTaskOrg:M5e,addEvent:N5e}});function F5e(t,e){t.each(function(){var r=He(this),n=r.text().split(/( \s +|<br>)/).reverse(),i,a=[],s=1.1,l=r.attr("y"),u=parseFloat(r.attr("dy")),h=r.text(null).append("tspan").attr("x",0).attr("y",l).attr("dy",u+"em");for(let f=0;f<n.length;f++)i=n[n.length-1-f],a.push(i),h.text(a.join(" ").trim()),(h.node().getComputedTextLength()>e||i==="<br>")&&(a.pop(),h.text(a.join(" ").trim()),i==="<br>"?a=[""]:a=[i],h=r.append("tspan").attr("x",0).attr("y",l).attr("dy",s+"em").text(i))})}var oct,X7,lct,cct,P5e,uct,hct,O5e,fct,dct,pct,CU,B5e,mct,gct,yct,vct,yp, $ 5e=I(()=>{"use strict";kr();oct=12,X7=o(function(t,e){let r=t.append("rect");return r.attr("x",e.x),r.attr("y",e.y),r.attr("fill",e.fill),r.attr("stroke",e.stroke),r.attr("width",e.width),r.attr("height",e.height),r.attr("rx",e.rx),r.attr("r
2026-02-13 14:04:06 -07:00
. section - $ { r - 1 } rect , . section - $ { r - 1 } path , . section - $ { r - 1 } circle , . section - $ { r - 1 } path {
fill : $ { t [ "cScale" + r ] } ;
}
. section - $ { r - 1 } text {
fill : $ { t [ "cScaleLabel" + r ] } ;
}
. node - icon - $ { r - 1 } {
font - size : 40 px ;
color : $ { t [ "cScaleLabel" + r ] } ;
}
. section - edge - $ { r - 1 } {
stroke : $ { t [ "cScale" + r ] } ;
}
. edge - depth - $ { r - 1 } {
stroke - width : $ { n } ;
}
. section - $ { r - 1 } line {
stroke : $ { t [ "cScaleInv" + r ] } ;
stroke - width : 3 ;
}
. lineWrapper line {
stroke : $ { t [ "cScaleLabel" + r ] } ;
}
. disabled , . disabled circle , . disabled text {
fill : lightgray ;
}
. disabled text {
fill : # efefef ;
}
2026-03-01 01:45:57 +00:00
` }return e},"genSections"),wct=o(t=> `
2026-02-13 14:04:06 -07:00
. edge {
stroke - width : 3 ;
}
2026-03-01 01:45:57 +00:00
$ { Tct ( t ) }
2026-02-13 14:04:06 -07:00
. section - root rect , . section - root path , . section - root circle {
fill : $ { t . git0 } ;
}
. section - root text {
fill : $ { t . gitBranchLabel0 } ;
}
. icon - container {
height : 100 % ;
display : flex ;
justify - content : center ;
align - items : center ;
}
. edge {
fill : none ;
}
. eventWrapper {
filter : brightness ( 120 % ) ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),q5e=wct});var W5e={};vr(W5e,{diagram:()=>kct});var kct,H5e=I(()=>{"use strict";k5e();I5e();V5e();U5e();kct={db:EU,renderer:G5e,parser:w5e,styles:q5e}});var AU,X5e,K5e=I(()=>{"use strict";AU=(function(){var t=o(function(E,w,k,C){for(k=k||{},C=E.length;C--;k[E[C]]=w);return k},"o"),e=[1,4],r=[1,13],n=[1,12],i=[1,15],a=[1,16],s=[1,20],l=[1,19],u=[6,7,8],h=[1,26],f=[1,24],d=[1,25],p=[6,7,11],m=[1,6,13,15,16,19,22],g=[1,33],y=[1,34],v=[1,6,7,11,13,15,16,19,22],x={trace:o(function(){},"trace"),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:o(function(w,k,C,D,R,O,L){var S=O.length-1;switch(R){case 6:case 7:return D;case 8:D.getLogger().trace("Stop NL ");break;case 9:D.getLogger().trace("Stop EOF ");break;case 11:D.getLogger().trace("Stop NL2 ");break;case 12:D.getLogger().trace("Stop EOF2 ");break;case 15:D.getLogger().info("Node: ",O[S].id),D.addNode(O[S-1].length,O[S].id,O[S].descr,O[S].type);break;case 16:D.getLogger().trace("Icon: ",O[S]),D.decorateNode({icon:O[S]});break;case 17:case 21:D.decorateNode({class:O[S]});break;case 18:D.getLogger().trace("SPACELIST");break;case 19:D.getLogger().trace("Node: ",O[S].id),D.addNode(0,O[S].id,O[S].descr,O[S].type);break;case 20:D.decorateNode({icon:O[S]});break;case 25:D.getLogger().trace("node found ..",O[S-2]),this. $ ={id:O[S-1],descr:O[S-1],type:D.getType(O[S-2],O[S])};break;case 26:this. $ ={id:O[S],descr:O[S],type:D.nodeType.DEFAULT};break;case 27:D.getLogger().trace("node found ..",O[S-3]),this. $ ={id:O[S-3],descr:O[S-1],type:D.getType(O[S-2],O[S])};break}},"anonymous"),table:[{3:1,4:2,5:3,6:[1,5],8:e},{1:[3]},{1:[2,1]},{4:6,6:[1,7],7:[1,8],8:e},{6:r,7:[1,10],9:9,12:11,13:n,14:14,15:i,16:a,17:17,18:18,19:s,22:l},t(u,[2,3]),{1:[2,2]},t(u,[2,4]),t(u,[2,5]),{1:[2,6],6:r,12:21,13:n,14:14,15:i,16:a,17:17,18:18,19:s,22:l},{6:r,9:22,12:11,13:n,14:14,15:i,16:a,17:17,18:18,19:s,22:l},{6:h,7:f,10:23,11:d},t(p,[2,22],{17:17,18:18,14:27,15:[1,28],16:[1,29],19:s,22:l}),t(p,[2,18]),t(p,[2,19]),t(p,[2,20]),t(p,[2,21]),t(p,[2,23]),t(p,[2,24]),t(p,[2,26],{19:[1,30]}),{20:[1,31]},{6:h,7:f,10:32,11:d},{1:[2,7],6:r,12:21,13:n,14:14,15:i,16:a,17:17,18:18,19:s,22:l},t(m,[2,14],{7:g,11:y}),t(v,[2,8]),t(v,[2,9]),t(v,[2,10]),t(p,[2,15]),t(p,[2,16]),t(p,[2,17]),{20:[1,35]},{21:[1,36]},t(m,[2,13],{7:g,11:y}),t(v,[2,11]),t(v,[2,12]),{21:[1,37]},t(p,[2,25]),t(p,[2,27])],defaultActions:{2:[2,1],6:[2,2]},parseError:o(function(w,k){if(k.recoverable)this.trace(w);else{var C=new Error(w);throw C.hash=k,C}},"parseError"),parse:o(function(w){var k=this,C=[0],D=[],R=[null],O=[],L=this.table,S="",A=0,_=0,N=0,M=2,P=1,B=O.slice.call(arguments,1),F=Object.create(this.lexer),G={yy:{}};for(var $ in this.yy)Object.prototype.hasOwnProperty.call(this.yy, $ )&&(G.yy[ $ ]=this.yy[ $ ]);F.setInput(w,G.yy),G.yy.lexer=F,G.yy.parser=this,typeof F.yylloc>"u"&&(F.yylloc={});var V=F.yylloc;O.push(V);var K=F.options&&F.options.ranges;typeof G.yy.parseError=="function"?this.parseError=G.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function ee(j){C.length=C.length-2*j,R.length=R.length-j,O.length=O.length-j}o(ee,"popStack");function H(){var j;return j=D.pop()||F.lex()||P,typeof j!="number"&&(j instanceof Array&&(D=j,j=D.pop()),j=k.symbols_[j]||j),j}o(H,"lex");for(var he,Z,de,re,ne,te,Q={},le,J,ge,ie;;){if(de=C[C.length-1],this.defaultActions[de]?re=this.defaultActions[de]:((he===null||typeof he>"u")&&(he=H()),re=L[de]&&L[de][he]),typeof re>"u"||!re.length||!re[0]){var Te="";ie=[];for(le in L[de])this.terminals_[le]&&le>M&&ie.push
2026-02-13 14:04:06 -07:00
` +F.showPosition()+ `
2026-03-01 01:45:57 +00:00
Expecting ` +ie.join(", ")+", got '"+(this.terminals_[he]||he)+"'":Te="Parse error on line "+(A+1)+": Unexpected "+(he==P?"end of input":"'"+(this.terminals_[he]||he)+"'"),this.parseError(Te,{text:F.match,token:this.terminals_[he]||he,line:F.yylineno,loc:V,expected:ie})}if(re[0]instanceof Array&&re.length>1)throw new Error("Parse Error: multiple actions possible at state: "+de+", token: "+he);switch(re[0]){case 1:C.push(he),R.push(F.yytext),O.push(F.yylloc),C.push(re[1]),he=null,Z?(he=Z,Z=null):(_=F.yyleng,S=F.yytext,A=F.yylineno,V=F.yylloc,N>0&&N--);break;case 2:if(J=this.productions_[re[1]][1],Q. $ =R[R.length-J],Q._ $ ={first_line:O[O.length-(J||1)].first_line,last_line:O[O.length-1].last_line,first_column:O[O.length-(J||1)].first_column,last_column:O[O.length-1].last_column},K&&(Q._ $ .range=[O[O.length-(J||1)].range[0],O[O.length-1].range[1]]),te=this.performAction.apply(Q,[S,_,A,G.yy,re[1],R,O].concat(B)),typeof te<"u")return te;J&&(C=C.slice(0,-1*J*2),R=R.slice(0,-1*J),O=O.slice(0,-1*J)),C.push(this.productions_[re[1]][0]),R.push(Q. $ ),O.push(Q._ $ ),ge=L[C[C.length-2]][C[C.length-1]],C.push(ge);break;case 3:return!0}}return!0},"parse")},b=(function(){var E={EOF:1,parseError:o(function(k,C){if(this.yy.parser)this.yy.parser.parseError(k,C);else throw new Error(k)},"parseError"),setInput:o(function(w,k){return this.yy=k||this.yy||{},this._input=w,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},"setInput"),input:o(function(){var w=this._input[0];this.yytext+=w,this.yyleng++,this.offset++,this.match+=w,this.matched+=w;var k=w.match(/(?: \r \n ?| \n ).*/g);return k?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),w},"input"),unput:o(function(w){var k=w.length,C=w.split(/(?: \r \n ?| \n )/g);this._input=w+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-k),this.offset-=k;var D=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),C.length-1&&(this.yylineno-=C.length-1);var R=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:C?(C.length===D.length?this.yylloc.first_column:0)+D[D.length-C.length].length-C[0].length:this.yylloc.first_column-k},this.options.ranges&&(this.yylloc.range=[R[0],R[0]+this.yyleng-k]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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 ) .
2026-02-13 14:04:06 -07:00
` +this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:o(function(w){this.unput(this.match.slice(w))},"less"),pastInput:o(function(){var w=this.matched.substr(0,this.matched.length-this.match.length);return(w.length>20?"...":"")+w.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var w=this.match;return w.length<20&&(w+=this._input.substr(0,20-w.length)),(w.substr(0,20)+(w.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var w=this.pastInput(),k=new Array(w.length+1).join("-");return w+this.upcomingInput()+ `
2026-03-01 01:45:57 +00:00
` +k+"^"},"showPosition"),test_match:o(function(w,k){var C,D,R;if(this.options.backtrack_lexer&&(R={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&&(R.yylloc.range=this.yylloc.range.slice(0))),D=w[0].match(/(?: \r \n ?| \n ).*/g),D&&(this.yylineno+=D.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:D?D[D.length-1].length-D[D.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+w[0].length},this.yytext+=w[0],this.match+=w[0],this.matches=w,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(w[0].length),this.matched+=w[0],C=this.performAction.call(this,this.yy,this,k,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),C)return C;if(this._backtrack){for(var O in R)this[O]=R[O];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var w,k,C,D;this._more||(this.yytext="",this.match="");for(var R=this._currentRules(),O=0;O<R.length;O++)if(C=this._input.match(this.rules[R[O]]),C&&(!k||C[0].length>k[0].length)){if(k=C,D=O,this.options.backtrack_lexer){if(w=this.test_match(C,R[O]),w!==!1)return w;if(this._backtrack){k=!1;continue}else return!1}else if(!this.options.flex)break}return k?(w=this.test_match(k,R[D]),w!==!1?w:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var k=this.next();return k||this.lex()},"lex"),begin:o(function(k){this.conditionStack.push(k)},"begin"),popState:o(function(){var k=this.conditionStack.length-1;return k>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(k){return k=this.conditionStack.length-1-Math.abs(k||0),k>=0?this.conditionStack[k]:"INITIAL"},"topState"),pushState:o(function(k){this.begin(k)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(k,C,D,R){var O=R;switch(D){case 0:return k.getLogger().trace("Found comment",C.yytext),6;break;case 1:return 8;case 2:this.begin("CLASS");break;case 3:return this.popState(),16;break;case 4:this.popState();break;case 5:k.getLogger().trace("Begin icon"),this.begin("ICON");break;case 6:return k.getLogger().trace("SPACELINE"),6;break;case 7:return 7;case 8:return 15;case 9:k.getLogger().trace("end icon"),this.popState();break;case 10:return k.getLogger().trace("Exploding node"),this.begin("NODE"),19;break;case 11:return k.getLogger().trace("Cloud"),this.begin("NODE"),19;break;case 12:return k.getLogger().trace("Explosion Bang"),this.begin("NODE"),19;break;case 13:return k.getLogger().trace("Cloud Bang"),this.begin("NODE"),19;break;case 14:return this.begin("NODE"),19;break;case 15:return this.begin("NODE"),19;break;case 16:return this.begin("NODE"),19;break;case 17:return this.begin("NODE"),19;break;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:k.getLogger().trace("Starting NSTR"),this.begin("NSTR");break;case 25:return k.getLogger().trace("description:",C.yytext),"NODE_DESCR";break;case 26:this.popState();break;case 27:return this.popState(),k.getLogger().trace("node end ))"),"NODE_DEND";break;case 28:return this.popState(),k.getLogger().trace("node end )"),"NODE_DEND";break;case 29:return this.popState(),k.getLogger().trace("node end ...",C.yytext),"NODE_DEND";break;case 30:return this.popState(),k.getLogger().trace("node end (("),"NODE_DEND";break;case 31:return this.popState(),k.getLogger().trace("node end (-"),"NODE_DEND";break;case 32:return this.popState(),k.getLogger().trace("node end (-"),"NODE_DEND";break;case 33:return this.popState(),k.getLogger().trace("node end (("),"NODE_DEND";break;case 34:return this.popState(),k.getLogger().trace("node end (("),"NODE_DEND";break;case 35:return k.getLogger().trace("Long description:",C.yytext),20;break;case 36:return k.getLogger().trace("Long description:",C.yytext),20;break}},"anonymous"),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 E } ) ( ) ; x . lexer = b ; function T ( ) { this . yy = { } } return o ( T , "Parser" ) , T . prototype = x , x . Parser = T , new T } ) ( ) ; AU . parser = AU ; X5e = AU } ) ; function Q5e ( t , e = 0 ) { return ( ja [ t [ e + 0 ] ] + ja [ t [ e + 1 ] ] + ja [ t [ e + 2 ] ] + ja [ t [ e + 3 ] ] + "-" + ja [ t [ e + 4 ] ] + ja [ t [ e + 5 ] ] + "-" + ja [ t [ e + 6 ] ] + ja [ t [ e + 7 ] ] + "-" + ja [ t [ e + 8 ] ] + ja [ t [ e + 9 ] ] + "-" + ja [ t [ e + 10 ] ] + ja [ t [ e + 11 ] ] + ja [ t [ e + 12 ] ] + ja [ t [ e + 13 ] ] + ja [ t [ e + 1
` +t);let i=n.db,a=i.getData(),s=xl(e,a.config.securityLevel);a.type=n.type,a.layoutAlgorithm=ku(a.config.layout,{fallback:"cose-bilkent"}),a.diagramId=e,i.getMindmap()&&(a.nodes.forEach(u=>{u.shape==="rounded"?(u.radius=15,u.taper=15,u.stroke="none",u.width=0,u.padding=15):u.shape==="circle"?u.padding=10:u.shape==="rect"&&(u.width=0,u.padding=10)}),await _l(a,s),mo(s,a.config.mindmap?.padding??gr.mindmap.padding,"mindmapDiagram",a.config.mindmap?.useMaxWidth??gr.mindmap.useMaxWidth))},"draw"),ike={draw:Rct}});var Lct,Nct,ske,oke=I(()=>{"use strict";_o();Lct=o(t=>{let e="";for(let r=0;r<t.THEME_COLOR_LIMIT;r++)t["lineColor"+r]=t["lineColor"+r]||t["cScaleInv"+r],_a(t["lineColor"+r])?t["lineColor"+r]=It(t["lineColor"+r],20):t["lineColor"+r]= $ t(t["lineColor"+r],20);for(let r=0;r<t.THEME_COLOR_LIMIT;r++){let n=""+(17-3*r);e+= `
2026-02-13 14:04:06 -07:00
. section - $ { r - 1 } rect , . section - $ { r - 1 } path , . section - $ { r - 1 } circle , . section - $ { r - 1 } polygon , . section - $ { r - 1 } path {
fill : $ { t [ "cScale" + r ] } ;
}
. section - $ { r - 1 } text {
fill : $ { t [ "cScaleLabel" + r ] } ;
}
. node - icon - $ { r - 1 } {
font - size : 40 px ;
color : $ { t [ "cScaleLabel" + r ] } ;
}
. section - edge - $ { r - 1 } {
stroke : $ { t [ "cScale" + r ] } ;
}
. edge - depth - $ { r - 1 } {
stroke - width : $ { n } ;
}
. section - $ { r - 1 } line {
stroke : $ { t [ "cScaleInv" + r ] } ;
stroke - width : 3 ;
}
. disabled , . disabled circle , . disabled text {
fill : lightgray ;
}
. disabled text {
fill : # efefef ;
}
2026-03-01 01:45:57 +00:00
` }return e},"genSections"),Nct=o(t=> `
2026-02-13 14:04:06 -07:00
. edge {
stroke - width : 3 ;
}
2026-03-01 01:45:57 +00:00
$ { Lct ( t ) }
2026-02-13 14:04:06 -07:00
. section - root rect , . section - root path , . section - root circle , . section - root polygon {
fill : $ { t . git0 } ;
}
. section - root text {
fill : $ { t . gitBranchLabel0 } ;
}
. section - root span {
color : $ { t . gitBranchLabel0 } ;
}
. section - 2 span {
color : $ { t . gitBranchLabel0 } ;
}
. icon - container {
height : 100 % ;
display : flex ;
justify - content : center ;
align - items : center ;
}
. edge {
fill : none ;
}
. mindmap - node - label {
dy : 1 em ;
alignment - baseline : middle ;
text - anchor : middle ;
dominant - baseline : middle ;
text - align : center ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),ske=Nct});var lke={};vr(lke,{diagram:()=>Mct});var Mct,cke=I(()=>{"use strict";K5e();nke();ake();oke();Mct={get db(){return new K7},renderer:ike,parser:X5e,styles:ske}});var NU,fke,dke=I(()=>{"use strict";NU=(function(){var t=o(function(C,D,R,O){for(R=R||{},O=C.length;O--;R[C[O]]=D);return R},"o"),e=[1,4],r=[1,13],n=[1,12],i=[1,15],a=[1,16],s=[1,20],l=[1,19],u=[6,7,8],h=[1,26],f=[1,24],d=[1,25],p=[6,7,11],m=[1,31],g=[6,7,11,24],y=[1,6,13,16,17,20,23],v=[1,35],x=[1,36],b=[1,6,7,11,13,16,17,20,23],T=[1,38],E={trace:o(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mindMap:4,spaceLines:5,SPACELINE:6,NL:7,KANBAN:8,document:9,stop:10,EOF:11,statement:12,SPACELIST:13,node:14,shapeData:15,ICON:16,CLASS:17,nodeWithId:18,nodeWithoutId:19,NODE_DSTART:20,NODE_DESCR:21,NODE_DEND:22,NODE_ID:23,SHAPE_DATA:24, $ accept:0, $ end:1},terminals_:{2:"error",6:"SPACELINE",7:"NL",8:"KANBAN",11:"EOF",13:"SPACELIST",16:"ICON",17:"CLASS",20:"NODE_DSTART",21:"NODE_DESCR",22:"NODE_DEND",23:"NODE_ID",24:"SHAPE_DATA"},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,3],[12,2],[12,2],[12,2],[12,1],[12,2],[12,1],[12,1],[12,1],[12,1],[14,1],[14,1],[19,3],[18,1],[18,4],[15,2],[15,1]],performAction:o(function(D,R,O,L,S,A,_){var N=A.length-1;switch(S){case 6:case 7:return L;case 8:L.getLogger().trace("Stop NL ");break;case 9:L.getLogger().trace("Stop EOF ");break;case 11:L.getLogger().trace("Stop NL2 ");break;case 12:L.getLogger().trace("Stop EOF2 ");break;case 15:L.getLogger().info("Node: ",A[N-1].id),L.addNode(A[N-2].length,A[N-1].id,A[N-1].descr,A[N-1].type,A[N]);break;case 16:L.getLogger().info("Node: ",A[N].id),L.addNode(A[N-1].length,A[N].id,A[N].descr,A[N].type);break;case 17:L.getLogger().trace("Icon: ",A[N]),L.decorateNode({icon:A[N]});break;case 18:case 23:L.decorateNode({class:A[N]});break;case 19:L.getLogger().trace("SPACELIST");break;case 20:L.getLogger().trace("Node: ",A[N-1].id),L.addNode(0,A[N-1].id,A[N-1].descr,A[N-1].type,A[N]);break;case 21:L.getLogger().trace("Node: ",A[N].id),L.addNode(0,A[N].id,A[N].descr,A[N].type);break;case 22:L.decorateNode({icon:A[N]});break;case 27:L.getLogger().trace("node found ..",A[N-2]),this. $ ={id:A[N-1],descr:A[N-1],type:L.getType(A[N-2],A[N])};break;case 28:this. $ ={id:A[N],descr:A[N],type:0};break;case 29:L.getLogger().trace("node found ..",A[N-3]),this. $ ={id:A[N-3],descr:A[N-1],type:L.getType(A[N-2],A[N])};break;case 30:this. $ =A[N-1]+A[N];break;case 31:this. $ =A[N];break}},"anonymous"),table:[{3:1,4:2,5:3,6:[1,5],8:e},{1:[3]},{1:[2,1]},{4:6,6:[1,7],7:[1,8],8:e},{6:r,7:[1,10],9:9,12:11,13:n,14:14,16:i,17:a,18:17,19:18,20:s,23:l},t(u,[2,3]),{1:[2,2]},t(u,[2,4]),t(u,[2,5]),{1:[2,6],6:r,12:21,13:n,14:14,16:i,17:a,18:17,19:18,20:s,23:l},{6:r,9:22,12:11,13:n,14:14,16:i,17:a,18:17,19:18,20:s,23:l},{6:h,7:f,10:23,11:d},t(p,[2,24],{18:17,19:18,14:27,16:[1,28],17:[1,29],20:s,23:l}),t(p,[2,19]),t(p,[2,21],{15:30,24:m}),t(p,[2,22]),t(p,[2,23]),t(g,[2,25]),t(g,[2,26]),t(g,[2,28],{20:[1,32]}),{21:[1,33]},{6:h,7:f,10:34,11:d},{1:[2,7],6:r,12:21,13:n,14:14,16:i,17:a,18:17,19:18,20:s,23:l},t(y,[2,14],{7:v,11:x}),t(b,[2,8]),t(b,[2,9]),t(b,[2,10]),t(p,[2,16],{15:37,24:m}),t(p,[2,17]),t(p,[2,18]),t(p,[2,20],{24:T}),t(g,[2,31]),{21:[1,39]},{22:[1,40]},t(y,[2,13],{7:v,11:x}),t(b,[2,11]),t(b,[2,12]),t(p,[2,15],{24:T}),t(g,[2,30]),{22:[1,41]},t(g,[2,27]),t(g,[2,29])],defaultActions:{2:[2,1],6:[2,2]},parseError:o(function(D,R){if(R.recoverable)this.trace(D);else{var O=new Error(D);throw O.hash=R,O}},"parseError"),parse:o(function(D){var R=this,O=[0],L=[],S=[null],A=[],_=this.table,N="",M=0,P=0,B=0,F=2,G=1, $ =A.slice.call(arguments,1),V=Object.create(this.lexer),K={yy:{}};for(var ee in this.yy)Object.prototype.hasOwnProperty.call(this.yy,ee)&&(K.yy[ee]=this.yy[ee]);V.setInput(D,K.yy),K.yy.lexer=V,K.yy.parser=this,typeof V.yylloc>"u"&&(V.yylloc={});var H=V.yylloc;A.push(H);var he=V.options&&V.options.ranges;typeof K.yy.parseError=="function"?this.parseError=K.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Z( $ e){O.length=O.le
` +V.showPosition()+ `
Expecting ` +Ge.join(", ")+", got '"+(this.terminals_[re]||re)+"'":ye="Parse error on line "+(M+1)+": Unexpected "+(re==G?"end of input":"'"+(this.terminals_[re]||re)+"'"),this.parseError(ye,{text:V.match,token:this.terminals_[re]||re,line:V.yylineno,loc:H,expected:Ge})}if(Q[0]instanceof Array&&Q.length>1)throw new Error("Parse Error: multiple actions possible at state: "+te+", token: "+re);switch(Q[0]){case 1:O.push(re),S.push(V.yytext),A.push(V.yylloc),O.push(Q[1]),re=null,ne?(re=ne,ne=null):(P=V.yyleng,N=V.yytext,M=V.yylineno,H=V.yylloc,B>0&&B--);break;case 2:if(Te=this.productions_[Q[1]][1],ge. $ =S[S.length-Te],ge._ $ ={first_line:A[A.length-(Te||1)].first_line,last_line:A[A.length-1].last_line,first_column:A[A.length-(Te||1)].first_column,last_column:A[A.length-1].last_column},he&&(ge._ $ .range=[A[A.length-(Te||1)].range[0],A[A.length-1].range[1]]),J=this.performAction.apply(ge,[N,P,M,K.yy,Q[1],S,A].concat( $ )),typeof J<"u")return J;Te&&(O=O.slice(0,-1*Te*2),S=S.slice(0,-1*Te),A=A.slice(0,-1*Te)),O.push(this.productions_[Q[1]][0]),S.push(ge. $ ),A.push(ge._ $ ),j=_[O[O.length-2]][O[O.length-1]],O.push(j);break;case 3:return!0}}return!0},"parse")},w=(function(){var C={EOF:1,parseError:o(function(R,O){if(this.yy.parser)this.yy.parser.parseError(R,O);else throw new Error(R)},"parseError"),setInput:o(function(D,R){return this.yy=R||this.yy||{},this._input=D,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},"setInput"),input:o(function(){var D=this._input[0];this.yytext+=D,this.yyleng++,this.offset++,this.match+=D,this.matched+=D;var R=D.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),D},"input"),unput:o(function(D){var R=D.length,O=D.split(/(?: \r \n ?| \n )/g);this._input=D+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-R),this.offset-=R;var L=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),O.length-1&&(this.yylineno-=O.length-1);var S=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:O?(O.length===L.length?this.yylloc.first_column:0)+L[L.length-O.length].length-O[0].length:this.yylloc.first_column-R},this.options.ranges&&(this.yylloc.range=[S[0],S[0]+this.yyleng-R]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(D){this.unput(this.match.slice(D))},"less"),pastInput:o(function(){var D=this.matched.substr(0,this.matched.length-this.match.length);return(D.length>20?"...":"")+D.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var D=this.match;return D.length<20&&(D+=this._input.substr(0,20-D.length)),(D.substr(0,20)+(D.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var D=this.pastInput(),R=new Array(D.length+1).join("-");return D+this.upcomingInput()+ `
` +R+"^"},"showPosition"),test_match:o(function(D,R){var O,L,S;if(this.options.backtrack_lexer&&(S={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&&(S.yylloc.range=this.yylloc.range.slice(0))),L=D[0].match(/(?: \r \n ?| \n ).*/g),L&&(this.yylineno+=L.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:L?L[L.length-1].length-L[L.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+D[0].length},this.yytext+=D[0],this.match+=D[0],this.matches=D,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(D[0].length),this.matched+=D[0],O=this.performAction.call(this,this.yy,this,R,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),O)return O;if(this._backtrack){for(var A in S)this[A]=S[A];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var D,R,O,L;this._more||(this.yytext="",this.match="");for(var S=this._currentRules(),A=0;A<S.length;A++)if(O=this._input.match(this.rules[S[A]]),O&&(!R||O[0].length>R[0].length)){if(R=O,L=A,this.options.backtrack_lexer){if(D=this.test_match(O,S[A]),D!==!1)return D;if(this._backtrack){R=!1;continue}else return!1}else if(!this.options.flex)break}return R?(D=this.test_match(R,S[L]),D!==!1?D:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var R=this.next();return R||this.lex()},"lex"),begin:o(function(R){this.conditionStack.push(R)},"begin"),popState:o(function(){var R=this.conditionStack.length-1;return R>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(R){return R=this.conditionStack.length-1-Math.abs(R||0),R>=0?this.conditionStack[R]:"INITIAL"},"topState"),pushState:o(function(R){this.begin(R)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(R,O,L,S){var A=S;switch(L){case 0:return this.pushState("shapeData"),O.yytext="",24;break;case 1:return this.pushState("shapeDataStr"),24;break;case 2:return this.popState(),24;break;case 3:let _=/ \n \s */g;return O.yytext=O.yytext.replace(_,"<br/>"),24;break;case 4:return 24;case 5:this.popState();break;case 6:return R.getLogger().trace("Found comment",O.yytext),6;break;case 7:return 8;case 8:this.begin("CLASS");break;case 9:return this.popState(),17;break;case 10:this.popState();break;case 11:R.getLogger().trace("Begin icon"),this.begin("ICON");break;case 12:return R.getLogger().trace("SPACELINE"),6;break;case 13:return 7;case 14:return 16;case 15:R.getLogger().trace("end icon"),this.popState();break;case 16:return R.getLogger().trace("Exploding node"),this.begin("NODE"),20;break;case 17:return R.getLogger().trace("Cloud"),this.begin("NODE"),20;break;case 18:return R.getLogger().trace("Explosion Bang"),this.begin("NODE"),20;break;case 19:return R.getLogger().trace("Cloud Bang"),this.begin("NODE"),20;break;case 20:return this.begin("NODE"),20;break;case 21:return this.begin("NODE"),20;break;case 22:return this.begin("NODE"),20;break;case 23:return this.begin("NODE"),20;break;case 24:return 13;case 25:return 23;case 26:return 11;case 27:this.begin("NSTR2");break;case 28:return"NODE_DESCR";case 29:this.popState();break;case 30:R.getLogger().trace("Starting NSTR"),this.begin("NSTR");break;case 31:return R.getLogger().trace("description:",O.yytext),"NODE_DESCR";break;case 32:this.popState();break;case 33:return this.popState(),R.getLogger().trace("node end ))"),"NODE_DEND";break;case 34:return this.popState(),R.getLogger().trace("node end )"),"NODE_DEND";break;case 35:return this.popState(),R.getLogger().trace("node end ...",O.yytext),"NODE_DEND";break;case 36:return this.popState(),R.getLogger().trace("node end (("),"NODE_DEND";break;case 37:return this.popState(),R.getLogger().trace("node end (-"),"NODE_DEND";break;case 38:return this.popState(),R.getLogger().trace("node end (-"),"NODE_DEND";break;case 39:return this.popState(),R.getLogger().trace("node end (("),"NODE_DEND";break;case 40:return this.popState(),R.getLogger().trace("node end (("),"NODE_DEND";break;case 41:return R.getLogger().trace("Long description:",O.yytext),21;break;case 42:return R.getLogger().trace("Long description:",O.yytext),21;break}},"anonymous"),rules:[/^(?:@ \{ )/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^ \" ]+)/i,/^(?:[^}^"]+)/i,/^(?: \} )/i,/^(?: \s *%%.*)/i,/^(?:kanban \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 : { shapeDataEndBracket : { rules : [ ] , inclusive : ! 1 } , shapeDataStr : { rules : [ 2 , 3 ] , inclusive : ! 1 } , shapeData : { rules : [ 1 , 4 , 5 ] , inclusive : ! 1 } , CLASS : { rules : [ 9 , 10 ] , inclusive : ! 1 } , ICON : { rules : [ 14 , 15 ] , inclusive : ! 1 } , NSTR2 : { rules : [ 28 , 29 ] , inclusive : ! 1 } , NSTR : { rules : [ 31 , 32 ] , inc
2026-02-13 14:04:06 -07:00
` )?h=i+ `
` :h= ` {
` +i+ `
2026-03-01 01:45:57 +00:00
} ` ;let f=Wf(h,{schema:Uf});if(f.shape&&(f.shape!==f.shape.toLowerCase()||f.shape.includes("_")))throw new Error( ` No such shape : $ { f . shape } . Shape names should be lowercase . ` );f?.shape&&f.shape==="kanbanItem"&&(l.shape=f?.shape),f?.label&&(l.label=f?.label),f?.icon&&(l.icon=f?.icon.toString()),f?.assigned&&(l.assigned=f?.assigned.toString()),f?.ticket&&(l.ticket=f?.ticket.toString()),f?.priority&&(l.priority=f?.priority)}let u=Fct(t);u?l.parentId=u.id||"kbn"+MU++:IU.push(l),zl.push(l)},"addNode"),sa={DEFAULT:0,NO_BORDER:0,ROUNDED_RECT:1,RECT:2,CIRCLE:3,CLOUD:4,BANG:5,HEXAGON:6},Gct=o((t,e)=>{switch(X.debug("In get type",t,e),t){case"[":return sa.RECT;case"(":return e===")"?sa.ROUNDED_RECT:sa.CLOUD;case"((":return sa.CIRCLE;case")":return sa.CLOUD;case"))":return sa.BANG;case"{{":return sa.HEXAGON;default:return sa.DEFAULT}},"getType"),Vct=o((t,e)=>{OU[t]=e},"setElementForId"),qct=o(t=>{if(!t)return;let e=xe(),r=zl[zl.length-1];t.icon&&(r.icon=fr(t.icon,e)),t.class&&(r.cssClasses=fr(t.class,e))},"decorateNode"),Uct=o(t=>{switch(t){case sa.DEFAULT:return"no-border";case sa.RECT:return"rect";case sa.ROUNDED_RECT:return"rounded-rect";case sa.CIRCLE:return"circle";case sa.CLOUD:return"cloud";case sa.BANG:return"bang";case sa.HEXAGON:return"hexgon";default:return"no-border"}},"type2Str"),Wct=o(()=>X,"getLogger"),Hct=o(t=>OU[t],"getElementById"),Yct={clear:Bct,addNode:zct,getSections:pke,getData: $ ct,nodeType:sa,getType:Gct,setElementForId:Vct,decorateNode:qct,type2Str:Uct,getLogger:Wct,getElementById:Hct},mke=Yct});var jct,yke,vke=I(()=>{"use strict";Qt();gt();Uu();Fi();Ka();Yk();iS();jct=o(async(t,e,r,n)=>{X.debug( ` Rendering kanban diagram
` +t);let a=n.db.getData(),s=xe();s.htmlLabels=!1;let l=Ca(e),u=l.append("g");u.attr("class","sections");let h=l.append("g");h.attr("class","items");let f=a.nodes.filter(v=>v.isGroup),d=0,p=10,m=[],g=25;for(let v of f){let x=s?.kanban?.sectionWidth||200;d=d+1,v.x=x*d+(d-1)*p/2,v.width=x,v.y=0,v.height=x*3,v.rx=5,v.ry=5,v.cssClasses=v.cssClasses+" section-"+d;let b=await l1(u,v);g=Math.max(g,b?.labelBBox?.height),m.push(b)}let y=0;for(let v of f){let x=m[y];y=y+1;let b=s?.kanban?.sectionWidth||200,T=-b*3/2+g,E=T,w=a.nodes.filter(D=>D.parentId===v.id);for(let D of w){if(D.isGroup)throw new Error("Groups within groups are not allowed in Kanban diagrams");D.x=v.x,D.width=b-1.5*p;let O=(await c1(h,D,{config:s})).node().getBBox();D.y=E+O.height/2,await sb(D),E=D.y+O.height/2+p/2}let k=x.cluster.select("rect"),C=Math.max(E-T+3*p,50)+(g-25);k.attr("height",C)}Vc(void 0,l,s.mindmap?.padding??gr.kanban.padding,s.mindmap?.useMaxWidth??gr.kanban.useMaxWidth)},"draw"),yke={draw:jct}});var Xct,Kct,xke,bke=I(()=>{"use strict";_o();ey();Xct=o(t=>{let e="";for(let n=0;n<t.THEME_COLOR_LIMIT;n++)t["lineColor"+n]=t["lineColor"+n]||t["cScaleInv"+n],_a(t["lineColor"+n])?t["lineColor"+n]=It(t["lineColor"+n],20):t["lineColor"+n]= $ t(t["lineColor"+n],20);let r=o((n,i)=>t.darkMode? $ t(n,i):It(n,i),"adjuster");for(let n=0;n<t.THEME_COLOR_LIMIT;n++){let i=""+(17-3*n);e+= `
2026-02-13 14:04:06 -07:00
. section - $ { n - 1 } rect , . section - $ { n - 1 } path , . section - $ { n - 1 } circle , . section - $ { n - 1 } polygon , . section - $ { n - 1 } path {
fill : $ { r ( t [ "cScale" + n ] , 10 ) } ;
stroke : $ { r ( t [ "cScale" + n ] , 10 ) } ;
}
. section - $ { n - 1 } text {
fill : $ { t [ "cScaleLabel" + n ] } ;
}
. node - icon - $ { n - 1 } {
font - size : 40 px ;
color : $ { t [ "cScaleLabel" + n ] } ;
}
. section - edge - $ { n - 1 } {
stroke : $ { t [ "cScale" + n ] } ;
}
. edge - depth - $ { n - 1 } {
stroke - width : $ { i } ;
}
. section - $ { n - 1 } line {
stroke : $ { t [ "cScaleInv" + n ] } ;
stroke - width : 3 ;
}
. disabled , . disabled circle , . disabled text {
fill : lightgray ;
}
. disabled text {
fill : # efefef ;
}
. node rect ,
. node circle ,
. node ellipse ,
. node polygon ,
. node path {
fill : $ { t . background } ;
stroke : $ { t . nodeBorder } ;
stroke - width : 1 px ;
}
. kanban - ticket - link {
fill : $ { t . background } ;
stroke : $ { t . nodeBorder } ;
text - decoration : underline ;
}
2026-03-01 01:45:57 +00:00
` }return e},"genSections"),Kct=o(t=> `
2026-02-13 14:04:06 -07:00
. edge {
stroke - width : 3 ;
}
2026-03-01 01:45:57 +00:00
$ { Xct ( t ) }
2026-02-13 14:04:06 -07:00
. section - root rect , . section - root path , . section - root circle , . section - root polygon {
fill : $ { t . git0 } ;
}
. section - root text {
fill : $ { t . gitBranchLabel0 } ;
}
. icon - container {
height : 100 % ;
display : flex ;
justify - content : center ;
align - items : center ;
}
. edge {
fill : none ;
}
. cluster - label , . label {
color : $ { t . textColor } ;
fill : $ { t . textColor } ;
}
. kanban - label {
dy : 1 em ;
alignment - baseline : middle ;
text - anchor : middle ;
dominant - baseline : middle ;
text - align : center ;
}
2026-03-01 01:45:57 +00:00
$ { Su ( ) }
` ,"getStyles"),xke=Kct});var Tke={};vr(Tke,{diagram:()=>Qct});var Qct,wke=I(()=>{"use strict";dke();gke();vke();bke();Qct={db:mke,renderer:yke,parser:fke,styles:xke}});var PU,u3,Eke=I(()=>{"use strict";PU=(function(){var t=o(function(l,u,h,f){for(h=h||{},f=l.length;f--;h[l[f]]=u);return h},"o"),e=[1,9],r=[1,10],n=[1,5,10,12],i={trace:o(function(){},"trace"),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:o(function(u,h,f,d,p,m,g){var y=m.length-1;switch(p){case 7:let v=d.findOrCreateNode(m[y-4].trim().replaceAll('""','"')),x=d.findOrCreateNode(m[y-2].trim().replaceAll('""','"')),b=parseFloat(m[y].trim());d.addLink(v,x,b);break;case 8:case 9:case 11:this. $ =m[y];break;case 10:this. $ =m[y-1];break}},"anonymous"),table:[{3:1,4:[1,2]},{1:[3]},{5:[1,3]},{6:4,8:5,15:6,16:7,17:8,18:e,20:r},{1:[2,6],7:11,10:[1,12]},t(r,[2,4],{9:13,5:[1,14]}),{12:[1,15]},t(n,[2,8]),t(n,[2,9]),{19:[1,16]},t(n,[2,11]),{1:[2,1]},{1:[2,5]},t(r,[2,2]),{6:17,8:5,15:6,16:7,17:8,18:e,20:r},{15:18,16:7,17:8,18:e,20:r},{18:[1,19]},t(r,[2,3]),{12:[1,20]},t(n,[2,10]),{15:21,16:7,17:8,18:e,20:r},t([1,5,10],[2,7])],defaultActions:{11:[2,1],12:[2,5]},parseError:o(function(u,h){if(h.recoverable)this.trace(u);else{var f=new Error(u);throw f.hash=h,f}},"parseError"),parse:o(function(u){var h=this,f=[0],d=[],p=[null],m=[],g=this.table,y="",v=0,x=0,b=0,T=2,E=1,w=m.slice.call(arguments,1),k=Object.create(this.lexer),C={yy:{}};for(var D in this.yy)Object.prototype.hasOwnProperty.call(this.yy,D)&&(C.yy[D]=this.yy[D]);k.setInput(u,C.yy),C.yy.lexer=k,C.yy.parser=this,typeof k.yylloc>"u"&&(k.yylloc={});var R=k.yylloc;m.push(R);var O=k.options&&k.options.ranges;typeof C.yy.parseError=="function"?this.parseError=C.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function L(H){f.length=f.length-2*H,p.length=p.length-H,m.length=m.length-H}o(L,"popStack");function S(){var H;return H=d.pop()||k.lex()||E,typeof H!="number"&&(H instanceof Array&&(d=H,H=d.pop()),H=h.symbols_[H]||H),H}o(S,"lex");for(var A,_,N,M,P,B,F={},G, $ ,V,K;;){if(N=f[f.length-1],this.defaultActions[N]?M=this.defaultActions[N]:((A===null||typeof A>"u")&&(A=S()),M=g[N]&&g[N][A]),typeof M>"u"||!M.length||!M[0]){var ee="";K=[];for(G in g[N])this.terminals_[G]&&G>T&&K.push("'"+this.terminals_[G]+"'");k.showPosition?ee="Parse error on line "+(v+1)+ ` :
2026-02-13 14:04:06 -07:00
` +k.showPosition()+ `
2026-03-01 01:45:57 +00:00
Expecting ` +K.join(", ")+", got '"+(this.terminals_[A]||A)+"'":ee="Parse error on line "+(v+1)+": Unexpected "+(A==E?"end of input":"'"+(this.terminals_[A]||A)+"'"),this.parseError(ee,{text:k.match,token:this.terminals_[A]||A,line:k.yylineno,loc:R,expected:K})}if(M[0]instanceof Array&&M.length>1)throw new Error("Parse Error: multiple actions possible at state: "+N+", token: "+A);switch(M[0]){case 1:f.push(A),p.push(k.yytext),m.push(k.yylloc),f.push(M[1]),A=null,_?(A=_,_=null):(x=k.yyleng,y=k.yytext,v=k.yylineno,R=k.yylloc,b>0&&b--);break;case 2:if( $ =this.productions_[M[1]][1],F. $ =p[p.length- $ ],F._ $ ={first_line:m[m.length-( $ ||1)].first_line,last_line:m[m.length-1].last_line,first_column:m[m.length-( $ ||1)].first_column,last_column:m[m.length-1].last_column},O&&(F._ $ .range=[m[m.length-( $ ||1)].range[0],m[m.length-1].range[1]]),B=this.performAction.apply(F,[y,x,v,C.yy,M[1],p,m].concat(w)),typeof B<"u")return B; $ &&(f=f.slice(0,-1* $ *2),p=p.slice(0,-1* $ ),m=m.slice(0,-1* $ )),f.push(this.productions_[M[1]][0]),p.push(F. $ ),m.push(F._ $ ),V=g[f[f.length-2]][f[f.length-1]],f.push(V);break;case 3:return!0}}return!0},"parse")},a=(function(){var l={EOF:1,parseError:o(function(h,f){if(this.yy.parser)this.yy.parser.parseError(h,f);else throw new Error(h)},"parseError"),setInput:o(function(u,h){return this.yy=h||this.yy||{},this._input=u,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},"setInput"),input:o(function(){var u=this._input[0];this.yytext+=u,this.yyleng++,this.offset++,this.match+=u,this.matched+=u;var h=u.match(/(?: \r \n ?| \n ).*/g);return h?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),u},"input"),unput:o(function(u){var h=u.length,f=u.split(/(?: \r \n ?| \n )/g);this._input=u+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-h),this.offset-=h;var d=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),f.length-1&&(this.yylineno-=f.length-1);var p=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:f?(f.length===d.length?this.yylloc.first_column:0)+d[d.length-f.length].length-f[0].length:this.yylloc.first_column-h},this.options.ranges&&(this.yylloc.range=[p[0],p[0]+this.yyleng-h]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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 ) .
2026-02-13 14:04:06 -07:00
` +this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:o(function(u){this.unput(this.match.slice(u))},"less"),pastInput:o(function(){var u=this.matched.substr(0,this.matched.length-this.match.length);return(u.length>20?"...":"")+u.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var u=this.match;return u.length<20&&(u+=this._input.substr(0,20-u.length)),(u.substr(0,20)+(u.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var u=this.pastInput(),h=new Array(u.length+1).join("-");return u+this.upcomingInput()+ `
` +h+"^"},"showPosition"),test_match:o(function(u,h){var f,d,p;if(this.options.backtrack_lexer&&(p={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&&(p.yylloc.range=this.yylloc.range.slice(0))),d=u[0].match(/(?: \r \n ?| \n ).*/g),d&&(this.yylineno+=d.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:d?d[d.length-1].length-d[d.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+u[0].length},this.yytext+=u[0],this.match+=u[0],this.matches=u,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(u[0].length),this.matched+=u[0],f=this.performAction.call(this,this.yy,this,h,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),f)return f;if(this._backtrack){for(var m in p)this[m]=p[m];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var u,h,f,d;this._more||(this.yytext="",this.match="");for(var p=this._currentRules(),m=0;m<p.length;m++)if(f=this._input.match(this.rules[p[m]]),f&&(!h||f[0].length>h[0].length)){if(h=f,d=m,this.options.backtrack_lexer){if(u=this.test_match(f,p[m]),u!==!1)return u;if(this._backtrack){h=!1;continue}else return!1}else if(!this.options.flex)break}return h?(u=this.test_match(h,p[d]),u!==!1?u:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
2026-03-01 01:45:57 +00:00
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var h=this.next();return h||this.lex()},"lex"),begin:o(function(h){this.conditionStack.push(h)},"begin"),popState:o(function(){var h=this.conditionStack.length-1;return h>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(h){return h=this.conditionStack.length-1-Math.abs(h||0),h>=0?this.conditionStack[h]:"INITIAL"},"topState"),pushState:o(function(h){this.begin(h)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:o(function(h,f,d,p){var m=p;switch(d){case 0:return this.pushState("csv"),4;break;case 1:return this.pushState("csv"),4;break;case 2:return 10;case 3:return 5;case 4:return 12;case 5:return this.pushState("escaped_text"),18;break;case 6:return 20;case 7:return this.popState("escaped_text"),18;break;case 8:return 19}},"anonymous"),rules:[/^(?:sankey-beta \b )/i,/^(?:sankey \b )/i,/^(?: $ )/i,/^(?:(( \u 000D \u 000A)|( \u 000A)))/i,/^(?:( \u 002C))/i,/^(?:( \u 0022))/i,/^(?:([ \u 0020- \u 0021 \u 0023- \u 002B \u 002D- \u 007E])*)/i,/^(?:( \u 0022)(?!( \u 0022)))/i,/^(?:(([ \u 0020- \u 0021 \u 0023- \u 002B \u 002D- \u 007E])|( \u 002C)|( \u 000D)|( \u 000A)|( \u 0022)( \u 0022))*)/i],conditions:{csv:{rules:[2,3,4,5,6,7,8],inclusive:!1},escaped_text:{rules:[7,8],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7,8],inclusive:!0}}};return l})();i.lexer=a;function s(){this.yy={}}return o(s,"Parser"),s.prototype=i,i.Parser=s,new s})();PU.parser=PU;u3=PU});var Z7,J7,Q7,tut,BU,rut,FU,nut,iut,aut,sut,Cke,Ake=I(()=>{"use strict";Qt();wr();ki();Z7=[],J7=[],Q7=new Map,tut=o(()=>{Z7=[],J7=[],Q7=new Map,Mr()},"clear"),BU=class{constructor(e,r,n=0){this.source=e;this.target=r;this.value=n}static{o(this,"SankeyLink")}},rut=o((t,e,r)=>{Z7.push(new BU(t,e,r))},"addLink"),FU=class{constructor(e){this.ID=e}static{o(this,"SankeyNode")}},nut=o(t=>{t=nt.sanitizeText(t,xe());let e=Q7.get(t);return e===void 0&&(e=new FU(t),Q7.set(t,e),J7.push(e)),e},"findOrCreateNode"),iut=o(()=>J7,"getNodes"),aut=o(()=>Z7,"getLinks"),sut=o(()=>({nodes:J7.map(t=>({id:t.ID})),links:Z7.map(t=>({source:t.source.ID,target:t.target.ID,value:t.value}))}),"getGraph"),Cke={nodesMap:Q7,getConfig:o(()=>xe().sankey,"getConfig"),getNodes:iut,getLinks:aut,getGraph:sut,addLink:rut,findOrCreateNode:nut,getAccTitle:Vr,setAccTitle:zr,getAccDescription:Ur,setAccDescription:qr,getDiagramTitle:Wr,setDiagramTitle:Xr,clear:tut}});function h3(t,e){let r;if(e===void 0)for(let n of t)n!=null&&(r<n||r===void 0&&n>=n)&&(r=n);else{let n=-1;for(let i of t)(i=e(i,++n,t))!=null&&(r<i||r===void 0&&i>=i)&&(r=i)}return r}var _ke=I(()=>{"use strict";o(h3,"max")});function Bv(t,e){let r;if(e===void 0)for(let n of t)n!=null&&(r>n||r===void 0&&n>=n)&&(r=n);else{let n=-1;for(let i of t)(i=e(i,++n,t))!=null&&(r>i||r===void 0&&i>=i)&&(r=i)}return r}var Dke=I(()=>{"use strict";o(Bv,"min")});function Fv(t,e){let r=0;if(e===void 0)for(let n of t)(n=+n)&&(r+=n);else{let n=-1;for(let i of t)(i=+e(i,++n,t))&&(r+=i)}return r}var Rke=I(()=>{"use strict";o(Fv,"sum")});var $ U=I(()=>{"use strict";_ke();Dke();Rke()});function out(t){return t.target.depth}function zU(t){return t.depth}function GU(t,e){return e-1-t.height}function f3(t,e){return t.sourceLinks.length?t.depth:e-1}function VU(t){return t.targetLinks.length?t.depth:t.sourceLinks.length?Bv(t.sourceLinks,out)-1:0}var qU=I(()=>{"use strict"; $ U();o(out,"targetDepth");o(zU,"left");o(GU,"right");o(f3,"justify");o(VU,"center")});function $ v(t){return function(){return t}}var Lke=I(()=>{"use strict";o( $ v,"constant")});function Nke(t,e){return e8(t.source,e.source)||t.index-e.index}function Mke(t,e){return e8(t.target,e.target)||t.index-e.index}function e8(t,e){return t.y0-e.y0}function UU(t){return t.value}function lut(t){return t.index}function cut(t){return t.nodes}fun
$ { g } $ { Math . round ( L * 100 ) / 100 } $ { y } ` :O,"getText");h.append("g").attr("class","node-labels").attr("font-size",14).selectAll("text").data(x.nodes).join("text").attr("x",O=>O.x0<f/2?O.x1+6:O.x0-6).attr("y",O=>(O.y1+O.y0)/2).attr("dy", ` $ { v ? "0" : "0.35" } em ` ).attr("text-anchor",O=>O.x0<f/2?"start":"end").text(k);let C=h.append("g").attr("class","links").attr("fill","none").attr("stroke-opacity",.5).selectAll(".link").data(x.links).join("g").attr("class","link").style("mix-blend-mode","multiply"),D=a?.linkColor??"gradient";if(D==="gradient"){let O=C.append("linearGradient").attr("id",L=>(L.uid=d3.next("linearGradient-")).id).attr("gradientUnits","userSpaceOnUse").attr("x1",L=>L.source.x1).attr("x2",L=>L.target.x0);O.append("stop").attr("offset","0%").attr("stop-color",L=>w(L.source.id)),O.append("stop").attr("offset","100%").attr("stop-color",L=>w(L.target.id))}let R;switch(D){case"gradient":R=o(O=>O.uid,"coloring");break;case"source":R=o(O=>w(O.source.id),"coloring");break;case"target":R=o(O=>w(O.target.id),"coloring");break;default:R=D}C.append("path").attr("d",n8()).attr("stroke",R).attr("stroke-width",O=>Math.max(1,O.width)),Vc(void 0,h,0,p)},"draw"),Qke={draw:xut}});var Jke,eSe=I(()=>{"use strict";Jke=o(t=>t.replaceAll(/^[^ \S \n \r ]+|[^ \S \n \r ]+ $ /g,"").replaceAll(/([ \n \r ])+/g, `
` ).trim(),"prepareTextForParsing")});var but,tSe,rSe=I(()=>{"use strict";but=o(t=> ` . label {
2026-02-13 14:04:06 -07:00
font - family : $ { t . fontFamily } ;
2026-03-01 01:45:57 +00:00
} ` ,"getStyles"),tSe=but});var nSe={};vr(nSe,{diagram:()=>wut});var Tut,wut,iSe=I(()=>{"use strict";Eke();Ake();Zke();eSe();rSe();Tut=u3.parse.bind(u3);u3.parse=t=>Tut(Jke(t));wut={styles:tSe,parser:u3,db:Cke,renderer:Qke}});var Cut,zv,KU=I(()=>{"use strict";ti();Ka();sr();ki();Cut=gr.packet,zv=class{constructor(){this.packet=[];this.setAccTitle=zr;this.getAccTitle=Vr;this.setDiagramTitle=Xr;this.getDiagramTitle=Wr;this.getAccDescription=Ur;this.setAccDescription=qr}static{o(this,"PacketDB")}getConfig(){let e=Qn({...Cut,...tr().packet});return e.showBits&&(e.paddingY+=10),e}getPacket(){return this.packet}pushWord(e){e.length>0&&this.packet.push(e)}clear(){Mr(),this.packet=[]}}});var Aut,_ut,Dut,QU,oSe=I(()=>{"use strict";sp();gt(); $ m();KU();Aut=1e4,_ut=o((t,e)=>{Pl(t,e);let r=-1,n=[],i=1,{bitsPerRow:a}=e.getConfig();for(let{start:s,end:l,bits:u,label:h}of t.blocks){if(s!==void 0&&l!==void 0&&l<s)throw new Error( ` Packet block $ { s } - $ { l } is invalid . End must be greater than start . ` );if(s??=r+1,s!==r+1)throw new Error( ` Packet block $ { s } - $ { l ? ? s } is not contiguous . It should start from $ { r + 1 } . ` );if(u===0)throw new Error( ` Packet block $ { s } is invalid . Cannot have a zero bit field . ` );for(l??=s+(u??1)-1,u??=l-s+1,r=l,X.debug( ` Packet block $ { s } - $ { r } with label $ { h } ` );n.length<=a+1&&e.getPacket().length<Aut;){let[f,d]=Dut({start:s,end:l,bits:u,label:h},i,a);if(n.push(f),f.end+1===i*a&&(e.pushWord(n),n=[],i++),!d)break;({start:s,end:l,bits:u,label:h}=d)}}e.pushWord(n)},"populate"),Dut=o((t,e,r)=>{if(t.start===void 0)throw new Error("start should have been set during first phase");if(t.end===void 0)throw new Error("end should have been set during first phase");if(t.start>t.end)throw new Error( ` Block start $ { t . start } is greater than block end $ { t . end } . ` );if(t.end+1<=e*r)return[t,void 0];let n=e*r-1,i=e*r;return[{start:t.start,end:n,label:t.label,bits:n-t.start},{start:i,end:t.end,label:t.label,bits:t.end-i}]},"getNextFittingBlock"),QU={parser:{yy:void 0},parse:o(async t=>{let e=await Vs("packet",t),r=QU.parser?.yy;if(!(r instanceof zv))throw new Error("parser.parser?.yy was not a PacketDB. This is due to a bug within Mermaid, please report this issue at https://github.com/mermaid-js/mermaid/issues.");X.debug(e),_ut(e,r)},"parse")}});var Rut,Lut,lSe,cSe=I(()=>{"use strict";Uu();Fi();Rut=o((t,e,r,n)=>{let i=n.db,a=i.getConfig(),{rowHeight:s,paddingY:l,bitWidth:u,bitsPerRow:h}=a,f=i.getPacket(),d=i.getDiagramTitle(),p=s+l,m=p*(f.length+1)-(d?0:s),g=u*h+2,y=Ca(e);y.attr("viewbox", ` 0 0 $ { g } $ { m } ` ),Sn(y,m,g,a.useMaxWidth);for(let[v,x]of f.entries())Lut(y,x,v,a);y.append("text").text(d).attr("x",g/2).attr("y",m-p/2).attr("dominant-baseline","middle").attr("text-anchor","middle").attr("class","packetTitle")},"draw"),Lut=o((t,e,r,{rowHeight:n,paddingX:i,paddingY:a,bitWidth:s,bitsPerRow:l,showBits:u})=>{let h=t.append("g"),f=r*(n+a)+a;for(let d of e){let p=d.start%l*s+1,m=(d.end-d.start+1)*s-i;if(h.append("rect").attr("x",p).attr("y",f).attr("width",m).attr("height",n).attr("class","packetBlock"),h.append("text").attr("x",p+m/2).attr("y",f+n/2).attr("class","packetLabel").attr("dominant-baseline","middle").attr("text-anchor","middle").text(d.label),!u)continue;let g=d.end===d.start,y=f-2;h.append("text").attr("x",p+(g?m/2:0)).attr("y",y).attr("class","packetByte start").attr("dominant-baseline","auto").attr("text-anchor",g?"middle":"start").text(d.start),g||h.append("text").attr("x",p+m).attr("y",y).attr("class","packetByte end").attr("dominant-baseline","auto").attr("text-anchor","end").text(d.end)}},"drawWord"),lSe={draw:Rut}});var Nut,uSe,hSe=I(()=>{"use strict";sr();Nut={byteFontSize:"10px",startByteColor:"black",endByteColor:"black",labelColor:"black",labelFontSize:"12px",titleColor:"black",titleFontSize:"14px",blockStrokeColor:"black",blockStrokeWidth:"1",blockFillColor:"#efefef"},uSe=o(({packet:t}={})=>{let e=Qn(Nut,t);return `
2026-02-13 14:04:06 -07:00
. packetByte {
font - size : $ { e . byteFontSize } ;
}
. packetByte . start {
fill : $ { e . startByteColor } ;
}
. packetByte . end {
fill : $ { e . endByteColor } ;
}
. packetLabel {
fill : $ { e . labelColor } ;
font - size : $ { e . labelFontSize } ;
}
. packetTitle {
fill : $ { e . titleColor } ;
font - size : $ { e . titleFontSize } ;
}
. packetBlock {
stroke : $ { e . blockStrokeColor } ;
stroke - width : $ { e . blockStrokeWidth } ;
fill : $ { e . blockFillColor } ;
}
2026-03-01 01:45:57 +00:00
` },"styles")});var fSe={};vr(fSe,{diagram:()=>Mut});var Mut,dSe=I(()=>{"use strict";KU();oSe();cSe();hSe();Mut={parser:QU,get db(){return new zv},renderer:lSe,styles:uSe}});var Gv,gSe,Km,Put,But,ySe,Fut, $ ut,zut,Gut,Vut,qut,Uut,Qm,ZU=I(()=>{"use strict";ti();Ka();sr();ki();Gv={showLegend:!0,ticks:5,max:null,min:0,graticule:"circle"},gSe={axes:[],curves:[],options:Gv},Km=structuredClone(gSe),Put=gr.radar,But=o(()=>Qn({...Put,...tr().radar}),"getConfig"),ySe=o(()=>Km.axes,"getAxes"),Fut=o(()=>Km.curves,"getCurves"), $ ut=o(()=>Km.options,"getOptions"),zut=o(t=>{Km.axes=t.map(e=>({name:e.name,label:e.label??e.name}))},"setAxes"),Gut=o(t=>{Km.curves=t.map(e=>({name:e.name,label:e.label??e.name,entries:Vut(e.entries)}))},"setCurves"),Vut=o(t=>{if(t[0].axis==null)return t.map(r=>r.value);let e=ySe();if(e.length===0)throw new Error("Axes must be populated before curves for reference entries");return e.map(r=>{let n=t.find(i=>i.axis?. $ refText===r.name);if(n===void 0)throw new Error("Missing entry for axis "+r.label);return n.value})},"computeCurveEntries"),qut=o(t=>{let e=t.reduce((r,n)=>(r[n.name]=n,r),{});Km.options={showLegend:e.showLegend?.value??Gv.showLegend,ticks:e.ticks?.value??Gv.ticks,max:e.max?.value??Gv.max,min:e.min?.value??Gv.min,graticule:e.graticule?.value??Gv.graticule}},"setOptions"),Uut=o(()=>{Mr(),Km=structuredClone(gSe)},"clear"),Qm={getAxes:ySe,getCurves:Fut,getOptions: $ ut,setAxes:zut,setCurves:Gut,setOptions:qut,getConfig:But,clear:Uut,setAccTitle:zr,getAccTitle:Vr,setDiagramTitle:Xr,getDiagramTitle:Wr,getAccDescription:Ur,setAccDescription:qr}});var Wut,vSe,xSe=I(()=>{"use strict";sp();gt(); $ m();ZU();Wut=o(t=>{Pl(t,Qm);let{axes:e,curves:r,options:n}=t;Qm.setAxes(e),Qm.setCurves(r),Qm.setOptions(n)},"populate"),vSe={parse:o(async t=>{let e=await Vs("radar",t);X.debug(e),Wut(e)},"parse")}});function Kut(t,e,r,n,i,a,s){let l=e.length,u=Math.min(s.width,s.height)/2;r.forEach((h,f)=>{if(h.entries.length!==l)return;let d=h.entries.map((p,m)=>{let g=2*Math.PI*m/l-Math.PI/2,y=Qut(p,n,i,u),v=y*Math.cos(g),x=y*Math.sin(g);return{x:v,y:x}});a==="circle"?t.append("path").attr("d",Zut(d,s.curveTension)).attr("class", ` radarCurve - $ { f } ` ):a==="polygon"&&t.append("polygon").attr("points",d.map(p=> ` $ { p . x } , $ { p . y } ` ).join(" ")).attr("class", ` radarCurve - $ { f } ` )})}function Qut(t,e,r,n){let i=Math.min(Math.max(t,e),r);return n*(i-e)/(r-e)}function Zut(t,e){let r=t.length,n= ` M$ { t [ 0 ] . x } , $ { t [ 0 ] . y } ` ;for(let i=0;i<r;i++){let a=t[(i-1+r)%r],s=t[i],l=t[(i+1)%r],u=t[(i+2)%r],h={x:s.x+(l.x-a.x)*e,y:s.y+(l.y-a.y)*e},f={x:l.x-(u.x-s.x)*e,y:l.y-(u.y-s.y)*e};n+= ` C$ { h . x } , $ { h . y } $ { f . x } , $ { f . y } $ { l . x } , $ { l . y } ` }return ` $ { n } Z ` }function Jut(t,e,r,n){if(!r)return;let i=(n.width/2+n.marginRight)*3/4,a=-(n.height/2+n.marginTop)*3/4,s=20;e.forEach((l,u)=>{let h=t.append("g").attr("transform", ` translate ( $ { i } , $ { a + u * s } ) ` );h.append("rect").attr("width",12).attr("height",12).attr("class", ` radarLegendBox - $ { u } ` ),h.append("text").attr("x",16).attr("y",0).attr("class","radarLegendText").text(l.label)})}var Hut,Yut,jut,Xut,bSe,TSe=I(()=>{"use strict";Uu();Hut=o((t,e,r,n)=>{let i=n.db,a=i.getAxes(),s=i.getCurves(),l=i.getOptions(),u=i.getConfig(),h=i.getDiagramTitle(),f=Ca(e),d=Yut(f,u),p=l.max??Math.max(...s.map(y=>Math.max(...y.entries))),m=l.min,g=Math.min(u.width,u.height)/2;jut(d,a,g,l.ticks,l.graticule),Xut(d,a,g,u),Kut(d,a,s,m,p,l.graticule,u),Jut(d,s,l.showLegend,u),d.append("text").attr("class","radarTitle").text(h).attr("x",0).attr("y",-u.height/2-u.marginTop)},"draw"),Yut=o((t,e)=>{let r=e.width+e.marginLeft+e.marginRight,n=e.height+e.marginTop+e.marginBottom,i={x:e.marginLeft+e.width/2,y:e.marginTop+e.height/2};return t.attr("viewbox", ` 0 0 $ { r } $ { n } ` ).attr("width",r).attr("height",n),t.append("g").attr("transform", ` translate ( $ { i . x } , $ { i . y } ) ` )},"drawFrame"),jut=o((t,e,r,n,i)=>{if(i==="circle")for(let a=0;a<n;a++){let s=r*(a+1)/n;t.append("circle").attr("r",s).attr("class","radarGraticule")}else if(i==="polygon"){let a=e.length;for(let s=0;s<n;s++){let l=r*(s+1)/n,u=e.map((h,f)=>{let d=2*f*Math.PI/a-Math.PI/2,p=l*Math.cos(d),m=l*Math.sin(d);return ` $ { p } , $ {
2026-02-13 14:04:06 -07:00
. radarCurve - $ { n } {
color : $ { i } ;
fill : $ { i } ;
fill - opacity : $ { e . curveOpacity } ;
stroke : $ { i } ;
stroke - width : $ { e . curveStrokeWidth } ;
}
. radarLegendBox - $ { n } {
fill : $ { i } ;
fill - opacity : $ { e . curveOpacity } ;
stroke : $ { i } ;
}
2026-03-01 01:45:57 +00:00
` }return r},"genIndexStyles"),tht=o(t=>{let e=uf(),r=tr(),n=Qn(e,r.themeVariables),i=Qn(n.radar,t);return{themeVariables:n,radarOptions:i}},"buildRadarStyleOptions"),wSe=o(({radar:t}={})=>{let{themeVariables:e,radarOptions:r}=tht(t);return `
2026-02-13 14:04:06 -07:00
. radarTitle {
font - size : $ { e . fontSize } ;
color : $ { e . titleColor } ;
dominant - baseline : hanging ;
text - anchor : middle ;
}
. radarAxisLine {
stroke : $ { r . axisColor } ;
stroke - width : $ { r . axisStrokeWidth } ;
}
. radarAxisLabel {
dominant - baseline : middle ;
text - anchor : middle ;
font - size : $ { r . axisLabelFontSize } px ;
color : $ { r . axisColor } ;
}
. radarGraticule {
fill : $ { r . graticuleColor } ;
fill - opacity : $ { r . graticuleOpacity } ;
stroke : $ { r . graticuleColor } ;
stroke - width : $ { r . graticuleStrokeWidth } ;
}
. radarLegendText {
text - anchor : start ;
font - size : $ { r . legendFontSize } px ;
dominant - baseline : hanging ;
}
2026-03-01 01:45:57 +00:00
$ { eht ( e , r ) }
` },"styles")});var SSe={};vr(SSe,{diagram:()=>rht});var rht,ESe=I(()=>{"use strict";ZU();xSe();TSe();kSe();rht={parser:vSe,db:Qm,renderer:bSe,styles:wSe}});var JU,_Se,DSe=I(()=>{"use strict";JU=(function(){var t=o(function(T,E,w,k){for(w=w||{},k=T.length;k--;w[T[k]]=E);return w},"o"),e=[1,15],r=[1,7],n=[1,13],i=[1,14],a=[1,19],s=[1,16],l=[1,17],u=[1,18],h=[8,30],f=[8,10,21,28,29,30,31,39,43,46],d=[1,23],p=[1,24],m=[8,10,15,16,21,28,29,30,31,39,43,46],g=[8,10,15,16,21,27,28,29,30,31,39,43,46],y=[1,49],v={trace:o(function(){},"trace"),yy:{},symbols_:{error:2,spaceLines:3,SPACELINE:4,NL:5,separator:6,SPACE:7,EOF:8,start:9,BLOCK_DIAGRAM_KEY:10,document:11,stop:12,statement:13,link:14,LINK:15,START_LINK:16,LINK_LABEL:17,STR:18,nodeStatement:19,columnsStatement:20,SPACE_BLOCK:21,blockStatement:22,classDefStatement:23,cssClassStatement:24,styleStatement:25,node:26,SIZE:27,COLUMNS:28,"id-block":29,end:30,NODE_ID:31,nodeShapeNLabel:32,dirList:33,DIR:34,NODE_DSTART:35,NODE_DEND:36,BLOCK_ARROW_START:37,BLOCK_ARROW_END:38,classDef:39,CLASSDEF_ID:40,CLASSDEF_STYLEOPTS:41,DEFAULT:42,class:43,CLASSENTITY_IDS:44,STYLECLASS:45,style:46,STYLE_ENTITY_IDS:47,STYLE_DEFINITION_DATA:48, $ accept:0, $ end:1},terminals_:{2:"error",4:"SPACELINE",5:"NL",7:"SPACE",8:"EOF",10:"BLOCK_DIAGRAM_KEY",15:"LINK",16:"START_LINK",17:"LINK_LABEL",18:"STR",21:"SPACE_BLOCK",27:"SIZE",28:"COLUMNS",29:"id-block",30:"end",31:"NODE_ID",34:"DIR",35:"NODE_DSTART",36:"NODE_DEND",37:"BLOCK_ARROW_START",38:"BLOCK_ARROW_END",39:"classDef",40:"CLASSDEF_ID",41:"CLASSDEF_STYLEOPTS",42:"DEFAULT",43:"class",44:"CLASSENTITY_IDS",45:"STYLECLASS",46:"style",47:"STYLE_ENTITY_IDS",48:"STYLE_DEFINITION_DATA"},productions_:[0,[3,1],[3,2],[3,2],[6,1],[6,1],[6,1],[9,3],[12,1],[12,1],[12,2],[12,2],[11,1],[11,2],[14,1],[14,4],[13,1],[13,1],[13,1],[13,1],[13,1],[13,1],[13,1],[19,3],[19,2],[19,1],[20,1],[22,4],[22,3],[26,1],[26,2],[33,1],[33,2],[32,3],[32,4],[23,3],[23,3],[24,3],[25,3]],performAction:o(function(E,w,k,C,D,R,O){var L=R.length-1;switch(D){case 4:C.getLogger().debug("Rule: separator (NL) ");break;case 5:C.getLogger().debug("Rule: separator (Space) ");break;case 6:C.getLogger().debug("Rule: separator (EOF) ");break;case 7:C.getLogger().debug("Rule: hierarchy: ",R[L-1]),C.setHierarchy(R[L-1]);break;case 8:C.getLogger().debug("Stop NL ");break;case 9:C.getLogger().debug("Stop EOF ");break;case 10:C.getLogger().debug("Stop NL2 ");break;case 11:C.getLogger().debug("Stop EOF2 ");break;case 12:C.getLogger().debug("Rule: statement: ",R[L]),typeof R[L].length=="number"?this. $ =R[L]:this. $ =[R[L]];break;case 13:C.getLogger().debug("Rule: statement #2: ",R[L-1]),this. $ =[R[L-1]].concat(R[L]);break;case 14:C.getLogger().debug("Rule: link: ",R[L],E),this. $ ={edgeTypeStr:R[L],label:""};break;case 15:C.getLogger().debug("Rule: LABEL link: ",R[L-3],R[L-1],R[L]),this. $ ={edgeTypeStr:R[L],label:R[L-1]};break;case 18:let S=parseInt(R[L]),A=C.generateId();this. $ ={id:A,type:"space",label:"",width:S,children:[]};break;case 23:C.getLogger().debug("Rule: (nodeStatement link node) ",R[L-2],R[L-1],R[L]," typestr: ",R[L-1].edgeTypeStr);let _=C.edgeStrToEdgeData(R[L-1].edgeTypeStr);this. $ =[{id:R[L-2].id,label:R[L-2].label,type:R[L-2].type,directions:R[L-2].directions},{id:R[L-2].id+"-"+R[L].id,start:R[L-2].id,end:R[L].id,label:R[L-1].label,type:"edge",directions:R[L].directions,arrowTypeEnd:_,arrowTypeStart:"arrow_open"},{id:R[L].id,label:R[L].label,type:C.typeStr2Type(R[L].typeStr),directions:R[L].directions}];break;case 24:C.getLogger().debug("Rule: nodeStatement (abc88 node size) ",R[L-1],R[L]),this. $ ={id:R[L-1].id,label:R[L-1].label,type:C.typeStr2Type(R[L-1].typeStr),directions:R[L-1].directions,widthInColumns:parseInt(R[L],10)};break;case 25:C.getLogger().debug("Rule: nodeStatement (node) ",R[L]),this. $ ={id:R[L].id,label:R[L].label,type:C.typeStr2Type(R[L].typeStr),directions:R[L].directions,widthInColumns:1};break;case 26:C.getLogger().debug("APA123",this?this:"na"),C.getLogger().debug("COLUMNS: ",R[L]),this. $ ={type:"column-setting",columns:R[L]==="auto"?-1:parseInt(R[L])};break;case 27:C.getLogger().de
2026-02-13 14:04:06 -07:00
` +B.showPosition()+ `
2026-03-01 01:45:57 +00:00
Expecting ` +ge.join(", ")+", got '"+(this.terminals_[H]||H)+"'":ie="Parse error on line "+(S+1)+": Unexpected "+(H==M?"end of input":"'"+(this.terminals_[H]||H)+"'"),this.parseError(ie,{text:B.match,token:this.terminals_[H]||H,line:B.yylineno,loc: $ ,expected:ge})}if(de[0]instanceof Array&&de.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Z+", token: "+H);switch(de[0]){case 1:k.push(H),D.push(B.yytext),R.push(B.yylloc),k.push(de[1]),H=null,he?(H=he,he=null):(A=B.yyleng,L=B.yytext,S=B.yylineno, $ =B.yylloc,_>0&&_--);break;case 2:if(le=this.productions_[de[1]][1],te. $ =D[D.length-le],te._ $ ={first_line:R[R.length-(le||1)].first_line,last_line:R[R.length-1].last_line,first_column:R[R.length-(le||1)].first_column,last_column:R[R.length-1].last_column},V&&(te._ $ .range=[R[R.length-(le||1)].range[0],R[R.length-1].range[1]]),ne=this.performAction.apply(te,[L,A,S,F.yy,de[1],D,R].concat(P)),typeof ne<"u")return ne;le&&(k=k.slice(0,-1*le*2),D=D.slice(0,-1*le),R=R.slice(0,-1*le)),k.push(this.productions_[de[1]][0]),D.push(te. $ ),R.push(te._ $ ),J=O[k[k.length-2]][k[k.length-1]],k.push(J);break;case 3:return!0}}return!0},"parse")},x=(function(){var T={EOF:1,parseError:o(function(w,k){if(this.yy.parser)this.yy.parser.parseError(w,k);else throw new Error(w)},"parseError"),setInput:o(function(E,w){return this.yy=w||this.yy||{},this._input=E,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},"setInput"),input:o(function(){var E=this._input[0];this.yytext+=E,this.yyleng++,this.offset++,this.match+=E,this.matched+=E;var w=E.match(/(?: \r \n ?| \n ).*/g);return w?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),E},"input"),unput:o(function(E){var w=E.length,k=E.split(/(?: \r \n ?| \n )/g);this._input=E+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-w),this.offset-=w;var C=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),k.length-1&&(this.yylineno-=k.length-1);var D=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:k?(k.length===C.length?this.yylloc.first_column:0)+C[C.length-k.length].length-k[0].length:this.yylloc.first_column-w},this.options.ranges&&(this.yylloc.range=[D[0],D[0]+this.yyleng-w]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(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},"reject"),less:o(function(E){this.unput(this.match.slice(E))},"less"),pastInput:o(function(){var E=this.matched.substr(0,this.matched.length-this.match.length);return(E.length>20?"...":"")+E.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:o(function(){var E=this.match;return E.length<20&&(E+=this._input.substr(0,20-E.length)),(E.substr(0,20)+(E.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:o(function(){var E=this.pastInput(),w=new Array(E.length+1).join("-");return E+this.upcomingInput()+ `
` +w+"^"},"showPosition"),test_match:o(function(E,w){var k,C,D;if(this.options.backtrack_lexer&&(D={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&&(D.yylloc.range=this.yylloc.range.slice(0))),C=E[0].match(/(?: \r \n ?| \n ).*/g),C&&(this.yylineno+=C.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:C?C[C.length-1].length-C[C.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+E[0].length},this.yytext+=E[0],this.match+=E[0],this.matches=E,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(E[0].length),this.matched+=E[0],k=this.performAction.call(this,this.yy,this,w,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),k)return k;if(this._backtrack){for(var R in D)this[R]=D[R];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var E,w,k,C;this._more||(this.yytext="",this.match="");for(var D=this._currentRules(),R=0;R<D.length;R++)if(k=this._input.match(this.rules[D[R]]),k&&(!w||k[0].length>w[0].length)){if(w=k,C=R,this.options.backtrack_lexer){if(E=this.test_match(k,D[R]),E!==!1)return E;if(this._backtrack){w=!1;continue}else return!1}else if(!this.options.flex)break}return w?(E=this.test_match(w,D[C]),E!==!1?E:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+ ` . Unrecognized text .
` +this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var w=this.next();return w||this.lex()},"lex"),begin:o(function(w){this.conditionStack.push(w)},"begin"),popState:o(function(){var w=this.conditionStack.length-1;return w>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(w){return w=this.conditionStack.length-1-Math.abs(w||0),w>=0?this.conditionStack[w]:"INITIAL"},"topState"),pushState:o(function(w){this.begin(w)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:o(function(w,k,C,D){var R=D;switch(C){case 0:return w.getLogger().debug("Found block-beta"),10;break;case 1:return w.getLogger().debug("Found id-block"),29;break;case 2:return w.getLogger().debug("Found block"),10;break;case 3:w.getLogger().debug(".",k.yytext);break;case 4:w.getLogger().debug("_",k.yytext);break;case 5:return 5;case 6:return k.yytext=-1,28;break;case 7:return k.yytext=k.yytext.replace(/columns \s +/,""),w.getLogger().debug("COLUMNS (LEX)",k.yytext),28;break;case 8:this.pushState("md_string");break;case 9:return"MD_STR";case 10:this.popState();break;case 11:this.pushState("string");break;case 12:w.getLogger().debug("LEX: POPPING STR:",k.yytext),this.popState();break;case 13:return w.getLogger().debug("LEX: STR end:",k.yytext),"STR";break;case 14:return k.yytext=k.yytext.replace(/space \: /,""),w.getLogger().debug("SPACE NUM (LEX)",k.yytext),21;break;case 15:return k.yytext="1",w.getLogger().debug("COLUMNS (LEX)",k.yytext),21;break;case 16:return 42;case 17:return"LINKSTYLE";case 18:return"INTERPOLATE";case 19:return this.pushState("CLASSDEF"),39;break;case 20:return this.popState(),this.pushState("CLASSDEFID"),"DEFAULT_CLASSDEF_ID";break;case 21:return this.popState(),this.pushState("CLASSDEFID"),40;break;case 22:return this.popState(),41;break;case 23:return this.pushState("CLASS"),43;break;case 24:return this.popState(),this.pushState("CLASS_STYLE"),44;break;case 25:return this.popState(),45;break;case 26:return this.pushState("STYLE_STMNT"),46;break;case 27:return this.popState(),this.pushState("STYLE_DEFINITION"),47;break;case 28:return this.popState(),48;break;case 29:return this.pushState("acc_title"),"acc_title";break;case 30:return this.popState(),"acc_title_value";break;case 31:return this.pushState("acc_descr"),"acc_descr";break;case 32:return this.popState(),"acc_descr_value";break;case 33:this.pushState("acc_descr_multiline");break;case 34:this.popState();break;case 35:return"acc_descr_multiline_value";case 36:return 30;case 37:return this.popState(),w.getLogger().debug("Lex: (("),"NODE_DEND";break;case 38:return this.popState(),w.getLogger().debug("Lex: (("),"NODE_DEND";break;case 39:return this.popState(),w.getLogger().debug("Lex: ))"),"NODE_DEND";break;case 40:return this.popState(),w.getLogger().debug("Lex: (("),"NODE_DEND";break;case 41:return this.popState(),w.getLogger().debug("Lex: (("),"NODE_DEND";break;case 42:return this.popState(),w.getLogger().debug("Lex: (-"),"NODE_DEND";break;case 43:return this.popState(),w.getLogger().debug("Lex: -)"),"NODE_DEND";break;case 44:return this.popState(),w.getLogger().debug("Lex: (("),"NODE_DEND";break;case 45:return this.popState(),w.getLogger().debug("Lex: ]]"),"NODE_DEND";break;case 46:return this.popState(),w.getLogger().debug("Lex: ("),"NODE_DEND";break;case 47:return this.popState(),w.getLogger().debug("Lex: ])"),"NODE_DEND";break;case 48:return this.popState(),w.getLogger().debug("Lex: /]"),"NODE_DEND";break;case 49:return this.popState(),w.getLogger().debug("Lex: /]"),"NODE_DEND";break;case 50:return this.popState(),w.getLogger().debug("Lex: )]"),"NODE_DEND";break;case 51:return this.popState(),w.getLogger().debug("Lex: )"),"NODE_DEND";break;case 52:return this.popState(),w.getLogger().debug("Lex: ]>"),"NODE_DEND";bre
2026-02-13 14:04:06 -07:00
font - family : $ { t . fontFamily } ;
color : $ { t . nodeTextColor || t . textColor } ;
}
. cluster - label text {
fill : $ { t . titleColor } ;
}
. cluster - label span , p {
color : $ { t . titleColor } ;
}
. label text , span , p {
fill : $ { t . nodeTextColor || t . textColor } ;
color : $ { t . nodeTextColor || t . textColor } ;
}
. node rect ,
. node circle ,
. node ellipse ,
. node polygon ,
. node path {
fill : $ { t . mainBkg } ;
stroke : $ { t . nodeBorder } ;
stroke - width : 1 px ;
}
. 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 : $ { t . arrowheadColor } ;
}
. edgePath . path {
stroke : $ { t . lineColor } ;
stroke - width : 2.0 px ;
}
. flowchart - link {
stroke : $ { t . lineColor } ;
fill : none ;
}
. edgeLabel {
background - color : $ { t . edgeLabelBackground } ;
rect {
opacity : 0.5 ;
background - color : $ { t . edgeLabelBackground } ;
fill : $ { t . edgeLabelBackground } ;
}
text - align : center ;
}
/* For html labels only */
. labelBkg {
2026-03-01 01:45:57 +00:00
background - color : $ { a8 ( t . edgeLabelBackground , . 5 ) } ;
2026-02-13 14:04:06 -07:00
// background-color:
}
. node . cluster {
2026-03-01 01:45:57 +00:00
// fill: ${a8(t.mainBkg,.5)};
fill : $ { a8 ( t . clusterBkg , . 5 ) } ;
stroke : $ { a8 ( t . clusterBorder , . 2 ) } ;
2026-02-13 14:04:06 -07:00
box - shadow : rgba ( 50 , 50 , 93 , 0.25 ) 0 px 13 px 27 px - 5 px , rgba ( 0 , 0 , 0 , 0.3 ) 0 px 8 px 16 px - 8 px ;
stroke - width : 1 px ;
}
. cluster text {
fill : $ { t . titleColor } ;
}
. cluster span , p {
color : $ { t . titleColor } ;
}
/ * . c l u s t e r d i v {
color : $ { t . titleColor } ;
} * /
div . mermaidTooltip {
position : absolute ;
text - align : center ;
max - width : 200 px ;
padding : 2 px ;
font - family : $ { t . fontFamily } ;
font - size : 12 px ;
background : $ { t . tertiaryColor } ;
border : 1 px solid $ { t . border2 } ;
border - radius : 2 px ;
pointer - events : none ;
z - index : 100 ;
}
. flowchartTitleText {
text - anchor : middle ;
font - size : 18 px ;
fill : $ { t . textColor } ;
}
2026-03-01 01:45:57 +00:00
$ { Su ( ) }
` ,"getStyles"),BSe=Cht});var Aht,_ht,Dht,Rht,Lht,Nht,Mht,Iht,Oht,Pht,Bht, $ Se,zSe=I(()=>{"use strict";gt();Aht=o((t,e,r,n)=>{e.forEach(i=>{Bht[i](t,r,n)})},"insertMarkers"),_ht=o((t,e,r)=>{X.trace("Making markers for ",r),t.append("defs").append("marker").attr("id",r+"_"+e+"-extensionStart").attr("class","marker extension "+e).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"),t.append("defs").append("marker").attr("id",r+"_"+e+"-extensionEnd").attr("class","marker extension "+e).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")},"extension"),Dht=o((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-compositionStart").attr("class","marker composition "+e).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"),t.append("defs").append("marker").attr("id",r+"_"+e+"-compositionEnd").attr("class","marker composition "+e).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")},"composition"),Rht=o((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-aggregationStart").attr("class","marker aggregation "+e).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"),t.append("defs").append("marker").attr("id",r+"_"+e+"-aggregationEnd").attr("class","marker aggregation "+e).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"),Lht=o((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-dependencyStart").attr("class","marker dependency "+e).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"),t.append("defs").append("marker").attr("id",r+"_"+e+"-dependencyEnd").attr("class","marker dependency "+e).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")},"dependency"),Nht=o((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-lollipopStart").attr("class","marker lollipop "+e).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),t.append("defs").append("marker").attr("id",r+"_"+e+"-lollipopEnd").attr("class","marker lollipop "+e).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)},"lollipop"),Mht=o((t,e,r)=>{t.append("marker").attr("id",r+"_"+e+"-pointEnd").attr("class","marker "+e).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"),t.append("marker").attr("id",r+"_"+e+"-pointStart").attr("class","marker "+e).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")},"point"),Iht=o((t,e,r)=>{t.append("marker").attr("id",r+"_"+e+"-circleEnd").attr("class","marker "+e).attr("viewBox","0 0 10 10").attr("refX",11).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","aut
2026-02-13 14:04:06 -07:00
outsidePoint : $ { JSON . stringify ( e ) }
insidePoint : $ { JSON . stringify ( r ) }
2026-03-01 01:45:57 +00:00
node : x : $ { t . x } y : $ { t . y } w : $ { t . width } h : $ { t . height } ` );let n=t.x,i=t.y,a=Math.abs(n-r.x),s=t.width/2,l=r.x<e.x?s-a:s+a,u=t.height/2,h=Math.abs(e.y-r.y),f=Math.abs(e.x-r.x);if(Math.abs(i-e.y)*s>Math.abs(n-e.x)*u){let d=r.y<e.y?e.y-u-i:i-u-e.y;l=f*d/h;let p={x:r.x<e.x?r.x+l:r.x-f+l,y:r.y<e.y?r.y+h-d:r.y-h+d};return l===0&&(p.x=e.x,p.y=e.y),f===0&&(p.x=e.x),h===0&&(p.y=e.y),X.debug( ` abc89 topp / bott calc , Q $ { h } , q $ { d } , R $ { f } , r $ { l } ` ,p),p}else{r.x<e.x?l=e.x-s-n:l=n-s-e.x;let d=h*l/f,p=r.x<e.x?r.x+f-l:r.x-f+l,m=r.y<e.y?r.y+d:r.y-d;return X.debug( ` sides calc abc89 , Q $ { h } , q $ { d } , R $ { f } , r $ { l } ` ,{_x:p,_y:m}),l===0&&(p=e.x,m=e.y),f===0&&(p=e.x),h===0&&(m=e.y),{x:p,y:m}}},"intersection"),XSe=o((t,e)=>{X.debug("abc88 cutPathAtIntersect",t,e);let r=[],n=t[0],i=!1;return t.forEach(a=>{if(!qht(e,a)&&!i){let s=Uht(e,n,a),l=!1;r.forEach(u=>{l=l||u.x===s.x&&u.y===s.y}),r.some(u=>u.x===s.x&&u.y===s.y)||r.push(s),i=!0}else n=a,i||r.push(a)}),r},"cutPathAtIntersect"),ZSe=o(function(t,e,r,n,i,a,s){let l=r.points;X.debug("abc88 InsertEdge: edge=",r,"e=",e);let u=!1,h=a.node(e.v);var f=a.node(e.w);f?.intersect&&h?.intersect&&(l=l.slice(1,r.points.length-1),l.unshift(h.intersect(l[0])),l.push(f.intersect(l[l.length-1]))),r.toCluster&&(X.debug("to cluster abc88",n[r.toCluster]),l=XSe(r.points,n[r.toCluster].node),u=!0),r.fromCluster&&(X.debug("from cluster abc88",n[r.fromCluster]),l=XSe(l.reverse(),n[r.fromCluster].node).reverse(),u=!0);let d=l.filter(E=>!Number.isNaN(E.y)),p=cl;r.curve&&(i==="graph"||i==="flowchart")&&(p=r.curve);let{x:m,y:g}=Xk(r),y=ac().x(m).y(g).curve(p),v;switch(r.thickness){case"normal":v="edge-thickness-normal";break;case"thick":v="edge-thickness-thick";break;case"invisible":v="edge-thickness-thick";break;default:v=""}switch(r.pattern){case"solid":v+=" edge-pattern-solid";break;case"dotted":v+=" edge-pattern-dotted";break;case"dashed":v+=" edge-pattern-dashed";break}let x=t.append("path").attr("d",y(d)).attr("id",r.id).attr("class"," "+v+(r.classes?" "+r.classes:"")).attr("style",r.style),b="";(xe().flowchart.arrowMarkerAbsolute||xe().state.arrowMarkerAbsolute)&&(b=Np(!0)),YSe(x,r,b,s,i);let T={};return u&&(T.updatedPath=l),T.originalPath=r.points,T},"insertEdge")});var Wht,eEe,tEe=I(()=>{"use strict";Wht=o(t=>{let e=new Set;for(let r of t)switch(r){case"x":e.add("right"),e.add("left");break;case"y":e.add("up"),e.add("down");break;default:e.add(r);break}return e},"expandAndDeduplicateDirections"),eEe=o((t,e,r)=>{let n=Wht(t),i=2,a=e.height+2*r.padding,s=a/i,l=e.width+2*s+r.padding,u=r.padding/2;return n.has("right")&&n.has("left")&&n.has("up")&&n.has("down")?[{x:0,y:0},{x:s,y:0},{x:l/2,y:2*u},{x:l-s,y:0},{x:l,y:0},{x:l,y:-a/3},{x:l+2*u,y:-a/2},{x:l,y:-2*a/3},{x:l,y:-a},{x:l-s,y:-a},{x:l/2,y:-a-2*u},{x:s,y:-a},{x:0,y:-a},{x:0,y:-2*a/3},{x:-2*u,y:-a/2},{x:0,y:-a/3}]:n.has("right")&&n.has("left")&&n.has("up")?[{x:s,y:0},{x:l-s,y:0},{x:l,y:-a/2},{x:l-s,y:-a},{x:s,y:-a},{x:0,y:-a/2}]:n.has("right")&&n.has("left")&&n.has("down")?[{x:0,y:0},{x:s,y:-a},{x:l-s,y:-a},{x:l,y:0}]:n.has("right")&&n.has("up")&&n.has("down")?[{x:0,y:0},{x:l,y:-s},{x:l,y:-a+s},{x:0,y:-a}]:n.has("left")&&n.has("up")&&n.has("down")?[{x:l,y:0},{x:0,y:-s},{x:0,y:-a+s},{x:l,y:-a}]:n.has("right")&&n.has("left")?[{x:s,y:0},{x:s,y:-u},{x:l-s,y:-u},{x:l-s,y:0},{x:l,y:-a/2},{x:l-s,y:-a},{x:l-s,y:-a+u},{x:s,y:-a+u},{x:s,y:-a},{x:0,y:-a/2}]:n.has("up")&&n.has("down")?[{x:l/2,y:0},{x:0,y:-u},{x:s,y:-u},{x:s,y:-a+u},{x:0,y:-a+u},{x:l/2,y:-a},{x:l,y:-a+u},{x:l-s,y:-a+u},{x:l-s,y:-u},{x:l,y:-u}]:n.has("right")&&n.has("up")?[{x:0,y:0},{x:l,y:-s},{x:0,y:-a}]:n.has("right")&&n.has("down")?[{x:0,y:0},{x:l,y:0},{x:0,y:-a}]:n.has("left")&&n.has("up")?[{x:l,y:0},{x:0,y:-s},{x:l,y:-a}]:n.has("left")&&n.has("down")?[{x:l,y:0},{x:0,y:0},{x:l,y:-a}]:n.has("right")?[{x:s,y:-u},{x:s,y:-u},{x:l-s,y:-u},{x:l-s,y:0},{x:l,y:-a/2},{x:l-s,y:-a},{x:l-s,y:-a+u},{x:s,y:-a+u},{x:s,y:-a+u}]:n.has("left")?[{x:s,y:0},{x:s,y:-u},{x:l-s,y:-u},{x:l-s,y:-a+u},{x:s,y:-a+u},{x:s,y:-a},{x:0,y:-a/2}]:n.has("up")?[{x:s,y:-u},{x:s,y:-a+u},{x:0,y:-a+u},{x:l/2,y:-a},{x:l,y:-a+u},{x:l-s,y:-a+u
2026-02-13 14:04:06 -07:00
. edge {
stroke - width : $ { t . archEdgeWidth } ;
stroke : $ { t . archEdgeColor } ;
fill : none ;
}
. arrow {
fill : $ { t . archEdgeArrowColor } ;
}
. node - bkg {
fill : none ;
stroke : $ { t . archGroupBorderColor } ;
stroke - width : $ { t . archGroupBorderWidth } ;
stroke - dasharray : 8 ;
}
. node - icon - text {
display : flex ;
align - items : center ;
}
. node - icon - text > div {
color : # fff ;
margin : 1 px ;
height : fit - content ;
text - align : center ;
overflow : hidden ;
display : - webkit - box ;
- webkit - box - orient : vertical ;
}
2026-03-01 01:45:57 +00:00
` ,"getStyles"),zEe=Lft});var yW=Jt((v3,gW)=>{"use strict";o((function(e,r){typeof v3=="object"&&typeof gW=="object"?gW.exports=r():typeof define=="function"&&define.amd?define([],r):typeof v3=="object"?v3.layoutBase=r():e.layoutBase=r()}),"webpackUniversalModuleDefinition")(v3,function(){return(function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return o(r,"__webpack_require__"),r.m=t,r.c=e,r.i=function(n){return n},r.d=function(n,i,a){r.o(n,i)||Object.defineProperty(n,i,{configurable:!1,enumerable:!0,get:a})},r.n=function(n){var i=n&&n.__esModule?o(function(){return n.default},"getDefault"):o(function(){return n},"getModuleExports");return r.d(i,"a",i),i},r.o=function(n,i){return Object.prototype.hasOwnProperty.call(n,i)},r.p="",r(r.s=28)})([(function(t,e,r){"use strict";function n(){}o(n,"LayoutConstants"),n.QUALITY=1,n.DEFAULT_CREATE_BENDS_AS_NEEDED=!1,n.DEFAULT_INCREMENTAL=!1,n.DEFAULT_ANIMATION_ON_LAYOUT=!0,n.DEFAULT_ANIMATION_DURING_LAYOUT=!1,n.DEFAULT_ANIMATION_PERIOD=50,n.DEFAULT_UNIFORM_LEAF_NODE_SIZES=!1,n.DEFAULT_GRAPH_MARGIN=15,n.NODE_DIMENSIONS_INCLUDE_LABELS=!1,n.SIMPLE_NODE_SIZE=40,n.SIMPLE_NODE_HALF_SIZE=n.SIMPLE_NODE_SIZE/2,n.EMPTY_COMPOUND_NODE_SIZE=40,n.MIN_EDGE_LENGTH=1,n.WORLD_BOUNDARY=1e6,n.INITIAL_WORLD_BOUNDARY=n.WORLD_BOUNDARY/1e3,n.WORLD_CENTER_X=1200,n.WORLD_CENTER_Y=900,t.exports=n}),(function(t,e,r){"use strict";var n=r(2),i=r(8),a=r(9);function s(u,h,f){n.call(this,f),this.isOverlapingSourceAndTarget=!1,this.vGraphObject=f,this.bendpoints=[],this.source=u,this.target=h}o(s,"LEdge"),s.prototype=Object.create(n.prototype);for(var l in n)s[l]=n[l];s.prototype.getSource=function(){return this.source},s.prototype.getTarget=function(){return this.target},s.prototype.isInterGraph=function(){return this.isInterGraph},s.prototype.getLength=function(){return this.length},s.prototype.isOverlapingSourceAndTarget=function(){return this.isOverlapingSourceAndTarget},s.prototype.getBendpoints=function(){return this.bendpoints},s.prototype.getLca=function(){return this.lca},s.prototype.getSourceInLca=function(){return this.sourceInLca},s.prototype.getTargetInLca=function(){return this.targetInLca},s.prototype.getOtherEnd=function(u){if(this.source===u)return this.target;if(this.target===u)return this.source;throw"Node is not incident with this edge"},s.prototype.getOtherEndInGraph=function(u,h){for(var f=this.getOtherEnd(u),d=h.getGraphManager().getRoot();;){if(f.getOwner()==h)return f;if(f.getOwner()==d)break;f=f.getOwner().getParent()}return null},s.prototype.updateLength=function(){var u=new Array(4);this.isOverlapingSourceAndTarget=i.getIntersection(this.target.getRect(),this.source.getRect(),u),this.isOverlapingSourceAndTarget||(this.lengthX=u[0]-u[2],this.lengthY=u[1]-u[3],Math.abs(this.lengthX)<1&&(this.lengthX=a.sign(this.lengthX)),Math.abs(this.lengthY)<1&&(this.lengthY=a.sign(this.lengthY)),this.length=Math.sqrt(this.lengthX*this.lengthX+this.lengthY*this.lengthY))},s.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=a.sign(this.lengthX)),Math.abs(this.lengthY)<1&&(this.lengthY=a.sign(this.lengthY)),this.length=Math.sqrt(this.lengthX*this.lengthX+this.lengthY*this.lengthY)},t.exports=s}),(function(t,e,r){"use strict";function n(i){this.vGraphObject=i}o(n,"LGraphObject"),t.exports=n}),(function(t,e,r){"use strict";var n=r(2),i=r(10),a=r(13),s=r(0),l=r(16),u=r(5);function h(d,p,m,g){m==null&&g==null&&(g=p),n.call(this,g),d.graphManager!=null&&(d=d.graphManager),this.estimatedSize=i.MIN_VALUE,this.inclusionTreeDepth=i.MAX_VALUE,this.vGraphObject=g,this.edges=[],this.graphManager=d,m!=null&&p!=null?this.rect=new a(p.x,p.y,m.width,m.height):this.rect=new a}o(h,"LNode"),h.prototype=Object.create(n.prototype);for(var f in n)h[f]=n[f];h.prototype.getEdges=function(){return this.edges},h.prototype.getChild=function(){return this.child},h.prototype.getO
translate ( $ { E } , $ { w - _ . height / 2 } )
translate ( $ { N * P . width / 2 } , $ { M * P . height / 2 } )
rotate ( $ { - 1 * N * M * 45 } , 0 , $ { _ . height / 2 } )
` )}}}}}))},"drawEdges"),UEe=o(async function(t,e,r){let i=r.getConfigField("padding")*.75,a=r.getConfigField("fontSize"),l=r.getConfigField("iconSize")/2;await Promise.all(e.nodes().map(async u=>{let h=vp(u);if(h.type==="group"){let{h:f,w:d,x1:p,y1:m}=u.boundingBox(),g=t.append("rect");g.attr("id", ` group - $ { h . id } ` ).attr("x",p+l).attr("y",m+l).attr("width",d).attr("height",f).attr("class","node-bkg");let y=t.append("g"),v=p,x=m;if(h.icon){let b=y.append("g");b.html( ` < g > $ { await Ks ( h . icon , { height : i , width : i , fallbackPrefix : Zm . prefix } ) } < / g > ` ) , b . a t t r ( " t r a n s f o r m " , " t r a n s l a t e ( " + ( v + l + 1 ) + " , " + ( x + l + 1 ) + " ) " ) , v + = i , x + = a / 2 - 1 - 2 } i f ( h . l a b e l ) { l e t b = y . a p p e n d ( " g " ) ; a w a i t A i ( b , h . l a b e l , { u s e H t m l L a b e l s : ! 1 , w i d t h : d , c l a s s e s : " a r c h i t e c t u r e - s e r v i c e - l a b e l " } , x e ( ) ) , b . a t t r ( " d y " , " 1 e m " ) . a t t r ( " a l i g n m e n t - b a s e l i n e " , " m i d d l e " ) . a t t r ( " d o m i n a n t - b a s e l i n e " , " s t a r t " ) . a t t r ( " t e x t - a n c h o r " , " s t a r t " ) , b . a t t r ( " t r a n s f o r m " , " t r a n s l a t e ( " + ( v + l + 4 ) + " , " + ( x + l + 2 ) + " ) " ) } r . s e t E l e m e n t F o r I d ( h . i d , g ) } } ) ) } , " d r a w G r o u p s " ) , W E e = o ( a s y n c f u n c t i o n ( t , e , r ) { l e t n = x e ( ) ; f o r ( l e t i o f r ) { l e t a = e . a p p e n d ( " g " ) , s = t . g e t C o n f i g F i e l d ( " i c o n S i z e " ) ; i f ( i . t i t l e ) { l e t f = a . a p p e n d ( " g " ) ; a w a i t A i ( f , i . t i t l e , { u s e H t m l L a b e l s : ! 1 , w i d t h : s * 1 . 5 , c l a s s e s : " a r c h i t e c t u r e - s e r v i c e - l a b e l " } , n ) , f . a t t r ( " d y " , " 1 e m " ) . a t t r ( " a l i g n m e n t - b a s e l i n e " , " m i d d l e " ) . a t t r ( " d o m i n a n t - b a s e l i n e " , " m i d d l e " ) . a t t r ( " t e x t - a n c h o r " , " m i d d l e " ) , f . a t t r ( " t r a n s f o r m " , " t r a n s l a t e ( " + s / 2 + " , " + s + " ) " ) } l e t l = a . a p p e n d ( " g " ) ; i f ( i . i c o n ) l . h t m l ( ` < g > $ { a w a i t K s ( i . i c o n , { h e i g h t : s , w i d t h : s , f a l l b a c k P r e f i x : Z m . p r e f i x } ) } < / g > ` ) ; e l s e i f ( i . i c o n T e x t ) { l . h t m l ( ` < g > $ { a w a i t K s ( " b l a n k " , { h e i g h t : s , w i d t h : s , f a l l b a c k P r e f i x : Z m . p r e f i x } ) } < / g > ` ) ; l e t p = l . a p p e n d ( " g " ) . a p p e n d ( " f o r e i g n O b j e c t " ) . a t t r ( " w i d t h " , s ) . a t t r ( " h e i g h t " , s ) . a p p e n d ( " d i v " ) . a t t r ( " c l a s s " , " n o d e - i c o n - t e x t " ) . a t t r ( " s t y l e " , ` h e i g h t : $ { s } p x ; ` ) . a p p e n d ( " d i v " ) . h t m l ( f r ( i . i c o n T e x t , n ) ) , m = p a r s e I n t ( w i n d o w . g e t C o m p u t e d S t y l e ( p . n o d e ( ) , n u l l ) . g e t P r o p e r t y V a l u e ( " f o n t - s i z e " ) . r e p l a c e ( / \ D / g , " " ) ) ? ? 1 6 ; p . a t t r ( " s t y l e " , ` - w e b k i t - l i n e - c l a m p : $ { M a t h . f l o o r ( ( s - 2 ) / m ) } ; ` ) } e l s e l . a p p e n d ( " p a t h " ) . a t t r ( " c l a s s " , " n o d e - b k g " ) . a t t r ( " i d " , " n o d e - " + i . i d ) . a t t r ( " d " , ` M 0 $ { s } v $ { - s } q 0 , - 5 5 , - 5 h $ { s } q 5 , 0 5 , 5 v $ { s } H 0 Z ` ) ; a . a t t r ( " i d " , ` s e r v i c e - $ { i . i d } ` ) . a t t r ( " c l a s s " , " a r c h i t e c t u r e - s e r v i c e " ) ; l e t { w i d t h : u , h e i g h t : h } = a . n o d e ( ) . g e t B B o x ( ) ; i . w i d t h = u , i . h e i g h t = h , t . s e t E l e m e n t F o r I d ( i . i d , a ) } r e t u r n 0 } , " d r a w S e r v i c e s " ) , H E e = o ( f u n c t i o n ( t , e , r ) { r . f o r E a c h ( n = > { l e t i = e . a p p e n d ( " g " ) , a = t . g e t C o n f i g F i e l d ( " i c o n S i z e " ) ; i . a p p e n d ( " g " ) . a p p e n d ( " r e c t " ) . a t t r ( " i d " , " n o d e - " + n . i d ) . a t t r ( " f i l l - o p a c i t y " , " 0 " ) . a t t r ( " w i d t h " , a ) . a t t r ( " h e i g h t " , a ) , i . a t t r ( " c l a s s " , " a r c h i t e c t u r e - j u n c t i o n " ) ; l e t { w i d t h : l , h e i g h t : u } = i . _ g r o u p s [ 0 ] [ 0 ] . g e t B B o x ( ) ; i . w i d t h = l , i . h e i g h t = u , t . s e t E l e m e n t F o r I d ( n . i d , i ) } ) } , " d r a w J u n c t i o n s " ) } ) ; f u n c t i o n N f t ( t , e , r ) { t . f o r E a c h ( n = > { e . a d d ( { g r o u p : " n o d e s " , d a t a : { t y p e : " s e r v i c e " , i d : n . i d , i c o n : n . i c o n , l a b e l : n . t i t l e , p a r e n t : n . i n , w i d t h : r . g e t C o n f i g F i e l d ( " i c o n S i z e " ) , h e i g h t : r . g e t C o n f i g F i e l d ( " i c o n S i z e " ) } , c l a s s e s : " n o d e - s e r v i c e " } ) } ) } f u n c t i o n M f t ( t , e , r ) { t . f o r E a c h ( n = > { e . a d d ( { g r o u p : " n o d e s " , d a t a : { t y p e : " j u n c t i o n " , i d : n . i d , p a r e n t : n . i n , w i d t h : r . g e t C o n f i g F i e l d ( " i c o n S i z e " ) , h e i g h t : r . g e t C o n f i g F i e l d ( " i c o n S i z e " ) } , c l a s s e s : " n o d e - j u n c t i o n " } ) } ) } f u n c t i o n I f t ( t , e ) { e . n o d e s ( ) . m a p ( r = > { l e t n = v p ( r ) ; i f ( n . t y p e = = = " g r o u p " ) r e t u r n ; n . x = r . p o s i t i o n ( ) . x , n . y = r . p o s i t i o n ( ) . y , t . g e t E l e m e n t B y I d ( n . i d ) . a t t r ( " t r a n s f o r m " , " t r a n s l a t e ( " + ( n . x | | 0 ) + " , " + ( n . y | | 0 ) + " ) " ) } ) } f u n c t i o n O f t ( t , e ) { t . f o r E a c h ( r = > { e . a d d ( { g r o u p : " n o d e s " , d a t a : { t y p e : " g r o u p " , i d : r . i d , i c o n : r . i c o n , l a b e l : r . t i t l e , p a r e n t : r . i n } , c l a s s e s : " n o d e - g r o u p " } ) } ) } f u n c t i o n P f t ( t , e ) { t . f o r E a c h ( r = > { l e t { l h s I d : n , r h s I d : i , l h s I n t o : a , l h s G r o u p : s , r h s I n t o : l , l h s D i r : u , r h s D i r : h , r h s G r o u p : f , t i t l e : d } = r , p = g 3 ( r . l h s D i r , r . r h s D i r ) ? " s e g m e n t s " : " s t r a i g h t " , m = { i d : ` $ { n } - $ { i } ` , l a b e l : d , s o u r c e : n , s o u r c e D i r : u , s o u r c e A r r o w : a , s o u r c e G r o u p : s , s o u r c e E n d p o i n t : u = = = " L " ? " 0 5 0 % " : u = = = " R " ? " 1 0 0 % 5 0 % " : u = = = " T " ? " 5 0 % 0 " : " 5 0 % 1 0 0 % " , t a r g e t : i , t a r g e t D i r : h , t a r g e t A r r o w : l , t a r g e t G r o u p : f , t a r g e t E n d p o i n t : h = = = " L " ? " 0 5 0 % " : h = = = " R " ? " 1 0 0 % 5 0 % " : h = = = " T " ? " 5 0 % 0 " : " 5 0 % 1 0 0 % " } ; e . a d d ( { g r o u p : " e d g e s " , d a t a : m , c l a s s e s : p } ) } ) } f u n c t i o n B f t ( t , e , r ) { l e t n = o ( ( l , u ) = > O b j e c t . e n t r i e s ( l ) . r e d u c e ( ( h , [ f , d ] ) = > { l e t p = 0 , m = O b j e c t . e n t r i e s ( d ) ; i f ( m . l e n g t h = = = 1 ) r e t u r n h [ f ] = m [ 0 ] [ 1 ] , h ; f o r ( l e t g = 0 ; g < m . l e n g t h - 1 ; g + + ) f o r ( l e t y = g + 1 ; y < m . l e n g t h ; y + + ) { l e t [ v , x ] = m [ g ] , [ b , T ] = m [ y ] ; i f ( r [ v ] ? . [ b ] = = = u ) h [
2026-02-13 14:04:06 -07:00
. treemapNode . section {
stroke : $ { e . sectionStrokeColor } ;
stroke - width : $ { e . sectionStrokeWidth } ;
fill : $ { e . sectionFillColor } ;
}
. treemapNode . leaf {
stroke : $ { e . leafStrokeColor } ;
stroke - width : $ { e . leafStrokeWidth } ;
fill : $ { e . leafFillColor } ;
}
. treemapLabel {
fill : $ { e . labelColor } ;
font - size : $ { e . labelFontSize } ;
}
. treemapValue {
fill : $ { e . valueColor } ;
font - size : $ { e . valueFontSize } ;
}
. treemapTitle {
fill : $ { e . titleColor } ;
font - size : $ { e . titleFontSize } ;
}
2026-03-01 01:45:57 +00:00
` },"getStyles"),sCe=Qft});var lCe={};vr(lCe,{diagram:()=>Zft});var Zft,cCe=I(()=>{"use strict";wW();nCe();aCe();oCe();Zft={parser:kW,get db(){return new Uv},renderer:iCe,styles:sCe}});var Fdt={};vr(Fdt,{default:()=>Bdt});Gc();nD();Op();var WIe=o(t=>/^ \s *C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/.test(t),"detector"),HIe=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(xre(),vre));return{id:"c4",diagram:t}},"loader"),YIe={id:"c4",detector:WIe,loader:HIe},bre=YIe;var ige="flowchart",fJe=o((t,e)=>e?.flowchart?.defaultRenderer==="dagre-wrapper"||e?.flowchart?.defaultRenderer==="elk"?!1:/^ \s *graph/.test(t),"detector"),dJe=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(hC(),uC));return{id:ige,diagram:t}},"loader"),pJe={id:ige,detector:fJe,loader:dJe},age=pJe;var sge="flowchart-v2",mJe=o((t,e)=>e?.flowchart?.defaultRenderer==="dagre-d3"?!1:(e?.flowchart?.defaultRenderer==="elk"&&(e.layout="elk"),/^ \s *graph/.test(t)&&e?.flowchart?.defaultRenderer==="dagre-wrapper"?!0:/^ \s *flowchart/.test(t)),"detector"),gJe=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(hC(),uC));return{id:sge,diagram:t}},"loader"),yJe={id:sge,detector:mJe,loader:gJe},oge=yJe;var wJe=o(t=>/^ \s *erDiagram/.test(t),"detector"),kJe=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(mge(),pge));return{id:"er",diagram:t}},"loader"),SJe={id:"er",detector:wJe,loader:kJe},gge=SJe;var W4e="gitGraph",Xit=o(t=>/^ \s *gitGraph/.test(t),"detector"),Kit=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(U4e(),q4e));return{id:W4e,diagram:t}},"loader"),Qit={id:W4e,detector:Xit,loader:Kit},H4e=Qit;var STe="gantt",Fat=o(t=>/^ \s *gantt/.test(t),"detector"), $ at=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(kTe(),wTe));return{id:STe,diagram:t}},"loader"),zat={id:STe,detector:Fat,loader: $ at},ETe=zat;var ITe="info",Hat=o(t=>/^ \s *info/.test(t),"detector"),Yat=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(MTe(),NTe));return{id:ITe,diagram:t}},"loader"),OTe={id:ITe,detector:Hat,loader:Yat};var sst=o(t=>/^ \s *pie/.test(t),"detector"),ost=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(UTe(),qTe));return{id:"pie",diagram:t}},"loader"),WTe={id:"pie",detector:sst,loader:ost};var i3e="quadrantChart",Est=o(t=>/^ \s *quadrantChart/.test(t),"detector"),Cst=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(n3e(),r3e));return{id:i3e,diagram:t}},"loader"),Ast={id:i3e,detector:Est,loader:Cst},a3e=Ast;var N3e="xychart",Ust=o(t=>/^ \s *xychart(-beta)?/.test(t),"detector"),Wst=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(L3e(),R3e));return{id:N3e,diagram:t}},"loader"),Hst={id:N3e,detector:Ust,loader:Wst},M3e=Hst;var V3e="requirement",Kst=o(t=>/^ \s *requirement(Diagram)?/.test(t),"detector"),Qst=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(G3e(),z3e));return{id:V3e,diagram:t}},"loader"),Zst={id:V3e,detector:Kst,loader:Qst},q3e=Zst;var awe="sequence", $ ot=o(t=>/^ \s *sequenceDiagram/.test(t),"detector"),zot=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(iwe(),nwe));return{id:awe,diagram:t}},"loader"),Got={id:awe,detector: $ ot,loader:zot},swe=Got;var fwe="class",Yot=o((t,e)=>e?.class?.defaultRenderer==="dagre-wrapper"?!1:/^ \s *classDiagram/.test(t),"detector"),jot=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(hwe(),uwe));return{id:fwe,diagram:t}},"loader"),Xot={id:fwe,detector:Yot,loader:jot},dwe=Xot;var gwe="classDiagram",Qot=o((t,e)=>/^ \s *classDiagram/.test(t)&&e?.class?.defaultRenderer==="dagre-wrapper"?!0:/^ \s *classDiagram-v2/.test(t),"detector"),Zot=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(mwe(),pwe));return{id:gwe,diagram:t}},"loader"),Jot={id:gwe,detector:Qot,loader:Zot},ywe=Jot;var Xwe="state",Elt=o((t,e)=>e?.state?.defaultRenderer==="dagre-wrapper"?!1:/^ \s *stateDiagram/.test(t),"detector"),Clt=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(jwe(),Ywe));return{id:Xwe,diagram:t}},"loader"),Alt={id:Xwe,detector:Elt,loader:Clt},Kwe=Alt;var Jwe="stateDiagram",Dlt=o((t,e)=>!!(/^ \s *stateDiagram-v2
` );let n=Ca(e),i=n.append("g");n.attr("viewBox","0 0 2412 512"),Sn(n,100,512,!0),i.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"),i.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"),i.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"),i.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"),i.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"),i.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"),i.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"),i.append("text").attr("class","error-text").attr("x",1250).attr("y",400).attr("font-size","100px").style("text-anchor","middle").text( ` mermaid version $ { r } ` )},"draw"),wU={draw:tct},v5e=wU;var rct={db:{},renderer:wU,parser:{parse:o(()=>{},"parse")}},x5e=rct;var b5e="flowchart-elk",nct=o((t,e={})=>/^ \s *flowchart-elk/.test(t)||/^ \s *(flowchart|graph)/.test(t)&&e?.flowchart?.defaultRenderer==="elk"?(e.layout="elk",!0):!1,"detector"),ict=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(hC(),uC));return{id:b5e,diagram:t}},"loader"),act={id:b5e,detector:nct,loader:ict},T5e=act;var Y5e="timeline",Sct=o(t=>/^ \s *timeline/.test(t),"detector"),Ect=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(H5e(),W5e));return{id:Y5e,diagram:t}},"loader"),Cct={id:Y5e,detector:Sct,loader:Ect},j5e=Cct;var uke="mindmap",Ict=o(t=>/^ \s *mindmap/.test(t),"detector"),Oct=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(cke(),lke));return{id:uke,diagram:t}},"loader"),Pct={id:uke,detector:Ict,loader:Oct},hke=Pct;var kke="kanban",Zct=o(t=>/^ \s *kanban/.test(t),"detector"),Jct=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(wke(),Tke));return{id:kke,diagram:t}},"loader"),eut={id:kke,detector:Zct,loader:Jct},Ske=eut;var aSe="sankey",kut=o(t=>/^ \s *sankey(-beta)?/.test(t),"detector"),Sut=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(iSe(),nSe));return{id:aSe,diagram:t}},"loader"),Eut={id:aSe,detector:kut,loader:Sut},sSe=Eut;var pSe="packet",Iut=o(t=>/^ \s *packet(-beta)?/.test(t),"detector"),Out=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(dSe(),fSe));return{id:pSe,diagram:t}},"loader"),mSe={id:pSe,detector:Iut,loader:Out};var CSe="radar",nht=o(t=>/^ \s *radar-beta/.test(t),"detector"),iht=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(ESe(),SSe));return{id:CSe,diagram:t}},"loader"),ASe={id:CSe,detector:nht,loader:iht};var REe="block",Eft=o(t=>/^ \s *block(-beta)?/.test(t),"detector"),Cft=o(async()=>{let{diagram:t}=await Promise.resolve().then(()=>(DEe(),_Ee));return{id:REe,diagram:t}},"loader"),Aft={id:REe,detector:Eft,loader:Cft},LEe=Aft;var JEe="architecture",
` ;try{D2(i)}catch{let h=qj(i);if(!h)throw new ug( ` Diagram $ { i } not found . ` );let{id:f,diagram:d}=await h();Pp(f,d)}let{db:a,parser:s,renderer:l,init:u}=D2(i);return s.parser&&(s.parser.yy=a),a.clear?.(),u?.(n),r.title&&a.setDiagramTitle?.(r.title),await s.parse(e),new t(i,e,a,s,l)}async render(e,r){await this.renderer.draw(this.text,e,r,this)}getParser(){return this.parser}getType(){return this.type}};wr();var OCe=[];var PCe=o(()=>{OCe.forEach(t=>{t()}),OCe=[]},"attachFunctions");gt();var BCe=o(t=>t.replace(/^ \s *%%(?!{)[^ \n ]+ \n ?/gm,"").trimStart(),"cleanupComments");ww();Hx();function FCe(t){let e=t.match(Tw);if(!e)return{text:t,metadata:{}};let r=Wf(e[1],{schema:Uf})??{};r=typeof r=="object"&&!Array.isArray(r)?r:{};let n={};return r.displayMode&&(n.displayMode=r.displayMode.toString()),r.title&&(n.title=r.title.toString()),r.config&&(n.config=r.config),{text:t.slice(e[0].length),metadata:n}}o(FCe,"extractFrontMatter");sr();var ndt=o(t=>t.replace(/ \r \n ?/g, `
` ).replace(/<( \w +)([^>]*)>/g,(e,r,n)=>"<"+r+n.replace(/="([^"]*)"/g,"=' $ 1'")+">"),"cleanupText"),idt=o(t=>{let{text:e,metadata:r}=FCe(t),{displayMode:n,title:i,config:a={}}=r;return n&&(a.gantt||(a.gantt={}),a.gantt.displayMode=n),{title:i,config:a,text:e}},"processFrontmatter"),adt=o(t=>{let e=jt.detectInit(t)??{},r=jt.detectDirective(t,"wrap");return Array.isArray(r)?e.wrap=r.some(({type:n})=>n==="wrap"):r?.type==="wrap"&&(e.wrap=!0),{text:ore(t),directive:e}},"processDirectives");function CW(t){let e=ndt(t),r=idt(e),n=adt(r.text),i=Qn(r.config,n.directive);return t=BCe(n.text),{code:t,title:r.title,config:i}}o(CW,"preprocessDiagram");oD();F3();sr();function $ Ce(t){let e=new TextEncoder().encode(t),r=Array.from(e,n=>String.fromCodePoint(n)).join("");return btoa(r)}o( $ Ce,"toBase64");var sdt=5e4,odt="graph TB;a[Maximum text size in diagram exceeded];style a fill:#faa",ldt="sandbox",cdt="loose",udt="http://www.w3.org/2000/svg",hdt="http://www.w3.org/1999/xlink",fdt="http://www.w3.org/1999/xhtml",ddt="100%",pdt="100%",mdt="border:0;margin:0;",gdt="margin:0",ydt="allow-top-navigation-by-user-activation allow-popups",vdt='The "iframe" tag is not supported by your browser.',xdt=["foreignobject"],bdt=["dominant-baseline"];function qCe(t){let e=CW(t);return o2(), $ H(e.config??{}),e}o(qCe,"processAndSetConfigs");async function Tdt(t,e){Hv();try{let{code:r,config:n}=qCe(t);return{diagramType:(await UCe(r)).type,config:n}}catch(r){if(e?.suppressErrors)return!1;throw r}}o(Tdt,"parse");var zCe=o((t,e,r=[])=> `
. $ { t } $ { e } { $ { r . join ( " !important; " ) } ! important ; } ` ,"cssImportantStyles"),wdt=o((t,e=new Map)=>{let r="";if(t.themeCSS!==void 0&&(r+= `
2026-02-13 14:04:06 -07:00
$ { t . themeCSS } ` ),t.fontFamily!==void 0&&(r+= `
: root { -- mermaid - font - family : $ { t . fontFamily } } ` ),t.altFontFamily!==void 0&&(r+= `
2026-03-01 01:45:57 +00:00
: root { -- mermaid - alt - font - family : $ { t . altFontFamily } } ` ),e instanceof Map){let s=t.htmlLabels??t.flowchart?.htmlLabels?["> *","span"]:["rect","polygon","ellipse","circle","path"];e.forEach(l=>{Tr(l.styles)||s.forEach(u=>{r+=zCe(l.id,u,l.styles)}),Tr(l.textStyles)||(r+=zCe(l.id,"tspan",(l?.textStyles||[]).map(u=>u.replace("color","fill"))))})}return r},"createCssStyles"),kdt=o((t,e,r,n)=>{let i=wdt(t,r),a=Hj(e,i,t.themeVariables);return T8(LCe( ` $ { n } { $ { a } } ` ),NCe)},"createUserStyles"),Sdt=o((t="",e,r)=>{let n=t;return!r&&!e&&(n=n.replace(/marker-end="url \( [ \d +./:=?A-Za-z-]*?#/g,'marker-end="url(#')),n=ga(n),n=n.replace(/<br>/g,"<br/>"),n},"cleanUpSvgCode"),Edt=o((t="",e)=>{let r=e?.viewBox?.baseVal?.height?e.viewBox.baseVal.height+"px":pdt,n= $ Ce( ` < body style = "${gdt}" > $ { t } < / b o d y > ` ) ; r e t u r n ` < i f r a m e s t y l e = " w i d t h : $ { d d t } ; h e i g h t : $ { r } ; $ { m d t } " s r c = " d a t a : t e x t / h t m l ; c h a r s e t = U T F - 8 ; b a s e 6 4 , $ { n } " s a n d b o x = " $ { y d t } " >
$ { vdt }
< / i f r a m e > ` } , " p u t I n t o I F r a m e " ) , G C e = o ( ( t , e , r , n , i ) = > { l e t a = t . a p p e n d ( " d i v " ) ; a . a t t r ( " i d " , r ) , n & & a . a t t r ( " s t y l e " , n ) ; l e t s = a . a p p e n d ( " s v g " ) . a t t r ( " i d " , e ) . a t t r ( " w i d t h " , " 1 0 0 % " ) . a t t r ( " x m l n s " , u d t ) ; r e t u r n i & & s . a t t r ( " x m l n s : x l i n k " , i ) , s . a p p e n d ( " g " ) , t } , " a p p e n d D i v S v g G " ) ; f u n c t i o n V C e ( t , e ) { r e t u r n t . a p p e n d ( " i f r a m e " ) . a t t r ( " i d " , e ) . a t t r ( " s t y l e " , " w i d t h : 1 0 0 % ; h e i g h t : 1 0 0 % ; " ) . a t t r ( " s a n d b o x " , " " ) } o ( V C e , " s a n d b o x e d I f r a m e " ) ; v a r C d t = o ( ( t , e , r , n ) = > { t . g e t E l e m e n t B y I d ( e ) ? . r e m o v e ( ) , t . g e t E l e m e n t B y I d ( r ) ? . r e m o v e ( ) , t . g e t E l e m e n t B y I d ( n ) ? . r e m o v e ( ) } , " r e m o v e E x i s t i n g E l e m e n t s " ) , A d t = o ( a s y n c f u n c t i o n ( t , e , r ) { H v ( ) ; l e t n = q C e ( e ) ; e = n . c o d e ; l e t i = t r ( ) ; X . d e b u g ( i ) , e . l e n g t h > ( i ? . m a x T e x t S i z e ? ? s d t ) & & ( e = o d t ) ; l e t a = " # " + t , s = " i " + t , l = " # " + s , u = " d " + t , h = " # " + u , f = o ( ( ) = > { l e t A = H e ( p ? l : h ) . n o d e ( ) ; A & & " r e m o v e " i n A & & A . r e m o v e ( ) } , " r e m o v e T e m p E l e m e n t s " ) , d = H e ( " b o d y " ) , p = i . s e c u r i t y L e v e l = = = l d t , m = i . s e c u r i t y L e v e l = = = c d t , g = i . f o n t F a m i l y ; i f ( r ! = = v o i d 0 ) { i f ( r & & ( r . i n n e r H T M L = " " ) , p ) { l e t S = V C e ( H e ( r ) , s ) ; d = H e ( S . n o d e s ( ) [ 0 ] . c o n t e n t D o c u m e n t . b o d y ) , d . n o d e ( ) . s t y l e . m a r g i n = 0 } e l s e d = H e ( r ) ; G C e ( d , t , u , ` f o n t - f a m i l y : $ { g } ` , h d t ) } e l s e { i f ( C d t ( d o c u m e n t , t , u , s ) , p ) { l e t S = V C e ( H e ( " b o d y " ) , s ) ; d = H e ( S . n o d e s ( ) [ 0 ] . c o n t e n t D o c u m e n t . b o d y ) , d . n o d e ( ) . s t y l e . m a r g i n = 0 } e l s e d = H e ( " b o d y " ) ; G C e ( d , t , u ) } l e t y , v ; t r y { y = a w a i t Q v . f r o m T e x t ( e , { t i t l e : n . t i t l e } ) } c a t c h ( S ) { i f ( i . s u p p r e s s E r r o r R e n d e r i n g ) t h r o w f ( ) , S ; y = a w a i t Q v . f r o m T e x t ( " e r r o r " ) , v = S } l e t x = d . s e l e c t ( h ) . n o d e ( ) , b = y . t y p e , T = x . f i r s t C h i l d , E = T . f i r s t C h i l d , w = y . r e n d e r e r . g e t C l a s s e s ? . ( e , y ) , k = k d t ( i , b , w , a ) , C = d o c u m e n t . c r e a t e E l e m e n t ( " s t y l e " ) ; C . i n n e r H T M L = k , T . i n s e r t B e f o r e ( C , E ) ; t r y { a w a i t y . r e n d e r e r . d r a w ( e , t , J T . v e r s i o n , y ) } c a t c h ( S ) { t h r o w i . s u p p r e s s E r r o r R e n d e r i n g ? f ( ) : v 5 e . d r a w ( e , t , J T . v e r s i o n ) , S } l e t D = d . s e l e c t ( ` $ { h } s v g ` ) , R = y . d b . g e t A c c T i t l e ? . ( ) , O = y . d b . g e t A c c D e s c r i p t i o n ? . ( ) ; D d t ( b , D , R , O ) , d . s e l e c t ( ` [ i d = " $ { t } " ] ` ) . s e l e c t A l l ( " f o r e i g n o b j e c t > * " ) . a t t r ( " x m l n s " , f d t ) ; l e t L = d . s e l e c t ( h ) . n o d e ( ) . i n n e r H T M L ; i f ( X . d e b u g ( " c o n f i g . a r r o w M a r k e r A b s o l u t e " , i . a r r o w M a r k e r A b s o l u t e ) , L = S d t ( L , p , S r ( i . a r r o w M a r k e r A b s o l u t e ) ) , p ) { l e t S = d . s e l e c t ( h + " s v g " ) . n o d e ( ) ; L = E d t ( L , S ) } e l s e m | | ( L = f f . s a n i t i z e ( L , { A D D _ T A G S : x d t , A D D _ A T T R : b d t , H T M L _ I N T E G R A T I O N _ P O I N T S : { f o r e i g n o b j e c t : ! 0 } } ) ) ; i f ( P C e ( ) , v ) t h r o w v ; r e t u r n f ( ) , { d i a g r a m T y p e : b , s v g : L , b i n d F u n c t i o n s : y . d b . b i n d F u n c t i o n s } } , " r e n d e r " ) ; f u n c t i o n _ d t ( t = { } ) { l e t e = $ n ( { } , t ) ; e ? . f o n t F a m i l y & & ! e . t h e m e V a r i a b l e s ? . f o n t F a m i l y & & ( e . t h e m e V a r i a b l e s | | ( e . t h e m e V a r i a b l e s = { } ) , e . t h e m e V a r i a b l e s . f o n t F a m i l y = e . f o n t F a m i l y ) , P H ( e ) , e ? . t h e m e & & e . t h e m e i n r l ? e . t h e m e V a r i a b l e s = r l [ e . t h e m e ] . g e t T h e m e V a r i a b l e s ( e . t h e m e V a r i a b l e s ) : e & & ( e . t h e m e V a r i a b l e s = r l . d e f a u l t . g e t T h e m e V a r i a b l e s ( e . t h e m e V a r i a b l e s ) ) ; l e t r = t y p e o f e = = " o b j e c t " ? t _ ( e ) : r _ ( ) ; J v ( r . l o g L e v e l ) , H v ( ) } o ( _ d t , " i n i t i a l i z e " ) ; v a r U C e = o ( ( t , e = { } ) = > { l e t { c o d e : r } = C W ( t ) ; r e t u r n Q v . f r o m T e x t ( r , e ) } , " g e t D i a g r a m F r o m T e x t " ) ; f u n c t i o n D d t ( t , e , r , n ) { M C e ( e , t ) , I C e ( e , r , n , e . a t t r ( " i d " ) ) } o ( D d t , " a d d A 1 1 y I n f o " ) ; v a r T p = O b j e c t . f r e e z e ( { r e n d e r : A d t , p a r s e : T d t , g e t D i a g r a m F r o m T e x t : U C e , i n i t i a l i z e : _ d t , g e t C o n f i g : t r , s e t C o n f i g : G 3 , g e t S i t e C o n f i g : r _ , u p d a t e S i t e C o n f i g : B H , r e s e t : o ( ( ) = > { o 2 ( ) } , " r e s e t " ) , g l o b a l R e s e t : o ( ( ) = > { o 2 ( h f ) } , " g l o b a l R e s e t " ) , d e f a u l t C o n f i g : h f } ) ; J v ( t r ( ) . l o g L e v e l ) ; o 2 ( t r ( ) ) ; C d ( ) ; s r ( ) ; v a r R d t = o ( ( t , e , r ) = > { X . w a r n ( t ) , b N ( t ) ? ( r & & r ( t . s t r , t . h a s h ) , e . p u s h ( { . . . t , m e s s a g e : t . s t r , e r r o r : t } ) ) : ( r & & r ( t ) , t i n s t a n c e o f E r r o r & & e . p u s h ( { s t r : t . m e s s a g e , m e s s a g e : t . m e s s a g e , h a s h : t . n a m e , e r r o r : t } ) ) } , " h a n d l e E r r o r " ) , W C e = o ( a s y n c f u n c t i o n ( t = { q u e r y S e l e c t o r : " . m e r m a i d " } ) { t r y { a w a i t L d t ( t ) } c a t c h ( e ) { i f ( b N ( e ) & & X . e r r o r ( e . s t r ) , s f . p a r s e E r r o r & & s f . p a r s e E r r o r ( e ) , ! t . s u p p r e s s E r r o r s ) t h r o w X . e r r o r ( " U s e t h e s u p p r e s s E r r o r s o p t i o n t o s u p p r e s s t h e s e e r r o r s " ) , e } } , " r u n " ) , L d t = o ( a s y n c f u n c t i o n ( { p o s t R e n d e r C a l l b a c k : t , q u e r y S e l e c t o r : e , n o d e s : r } = { q u e r y S e l e c t o r : " . m e r m a i d " } ) { l e t n = T p . g e t C o n f i g ( ) ; X . d e b u g ( ` $ { t ? " " : " N o " } C a l l b a c k f u n c t i o n f o u n d ` ) ; l e t i ; i f ( r ) i = r ; e l s e i f ( e ) i = d o c u m e n t . q u e r y S e l e c t o r A l l ( e ) ; e l s e t h r o w n e w E r r o r ( " N o d e s a n d q u e r y S e l e c t o r a r e b o t h u n d e f i n e d " ) ; X . d e b u g ( ` F o u n d $ { i . l e n g t h } d i a g r a m s ` ) , n ? . s t a r t O n L o a d ! = = v o i d 0 & & ( X . d e b u g ( " S t a r t O n L o a d : " + n ? . s t a r t O n L o a d ) , T p . u p d a t e S i t e C o n f i g ( { s t a r t O n L o a d : n ? . s t a r t O n L o a d } ) ) ; l e t a = n e w j t . I n i t I D G e n e r a t o r ( n . d e t e r m i n i s t i c I d s , n . d e t e r m i n i s t i c I D S e e d ) , s , l = [ ] ; f o r ( l e t u o f A r r a y . f r o m ( i ) ) { X . i n f o ( " R e n d e r i n g d i a g r a m : " + u . i d ) ; i f ( u . g e t A t t r i b u t e ( " d a t a - p r o c e s s e d " ) ) c o n t i n u e ; u . s e t A t t r i b u t e ( " d a t a - p r o c e s s e d " , " t r u e " ) ; l e t h = ` m e r m a i d
2026-02-13 14:04:06 -07:00
/*! Check if previously processed */
/ * !
* Wait for document loaded before starting the execution
* /
/ * ! B u n d l e d l i c e n s e i n f o r m a t i o n :
dompurify / dist / purify . es . mjs :
( * ! @ license DOMPurify 3.2 . 6 | ( c ) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github . com / cure53 / DOMPurify / blob / 3.2 . 6 / LICENSE * )
js - yaml / dist / js - yaml . mjs :
( * ! js - yaml 4.1 . 0 https : //github.com/nodeca/js-yaml @license MIT *)
lodash - es / lodash . js :
( * *
* @ license
* Lodash ( Custom Build ) < https : //lodash.com/>
* Build : ` lodash modularize exports="es" -o ./ `
* Copyright OpenJS Foundation and other contributors < https : //openjsf.org/>
* Released under MIT license < https : //lodash.com/license>
* Based on Underscore . js 1.8 . 3 < http : //underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas , DocumentCloud and Investigative Reporters & Editors
* )
cytoscape / dist / cytoscape . esm . mjs :
( * !
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)
* )
( * !
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
* )
( * ! Bezier curve function generator . Copyright Gaetan Renaudeau . MIT License : http : //en.wikipedia.org/wiki/MIT_License *)
( * ! Runge - Kutta spring physics function generator . Adapted from Framer . js , copyright Koen Bok . MIT License : http : //en.wikipedia.org/wiki/MIT_License *)
* /
globalThis [ "mermaid" ] = globalThis . _ _esbuild _esm _mermaid _nm [ "mermaid" ] . default ;