2026-03-09 21:20:57 +00:00
import { g as qt } from "./chunk-FMBD7UC4-B-XoLeQw.js" ; import { _ as m , n as Ot , l as $ , c as b1 , d as E1 , o as Ht , r as Xt , u as it , b as Qt , s as Jt , p as Zt , a as $t , g as te , q as ee , k as se , t as ie , J as re , v as ae , x as st , y as ne , z as ue , A as oe } from "./mermaid.core-Bp72wBaC.js" ; import { g as le } from "./chunk-55IACEB6-dQzh7akv.js" ; import { s as ce } from "./chunk-QN33PNHL-aWjw7low.js" ; import { c as he } from "./channel-uO_MEpg2.js" ; import "./index-BzKy-nNf.js" ; var de = "flowchart-" , G1 , pe = ( G1 = class { constructor ( ) { this . vertexCounter = 0 , this . config = b1 ( ) , this . vertices = new Map , this . edges = [ ] , this . classes = new Map , this . subGraphs = [ ] , this . subGraphLookup = new Map , this . tooltips = new Map , this . subCount = 0 , this . firstGraphFlag = ! 0 , this . secCount = - 1 , this . posCrossRef = [ ] , this . funs = [ ] , this . setAccTitle = Qt , this . setAccDescription = Jt , this . setDiagramTitle = Zt , this . getAccTitle = $t , this . getAccDescription = te , this . getDiagramTitle = ee , this . funs . push ( this . setupToolTips . bind ( this ) ) , this . addVertex = this . addVertex . bind ( this ) , this . firstGraph = this . firstGraph . bind ( this ) , this . setDirection = this . setDirection . bind ( this ) , this . addSubGraph = this . addSubGraph . bind ( this ) , this . addLink = this . addLink . bind ( this ) , this . setLink = this . setLink . bind ( this ) , this . updateLink = this . updateLink . bind ( this ) , this . addClass = this . addClass . bind ( this ) , this . setClass = this . setClass . bind ( this ) , this . destructLink = this . destructLink . bind ( this ) , this . setClickEvent = this . setClickEvent . bind ( this ) , this . setTooltip = this . setTooltip . bind ( this ) , this . updateLinkInterpolate = this . updateLinkInterpolate . bind ( this ) , this . setClickFun = this . setClickFun . bind ( this ) , this . bindFunctions = this . bindFunctions . bind ( this ) , this . lex = { firstGraph : this . firstGraph . bind ( this ) } , this . clear ( ) , this . setGen ( "gen-2" ) } sanitizeText ( i ) { return se . sanitizeText ( i , this . config ) } lookUpDomId ( i ) { for ( const r of this . vertices . values ( ) ) if ( r . id === i ) return r . domId ; return i } addVertex ( i , r , a , n , l , g , c = { } , b ) { if ( ! i || i . trim ( ) . length === 0 ) return ; let u ; if ( b !== void 0 ) { let k ; b . includes ( `
2026-03-07 19:52:33 +00:00
` )?k=b+ `
` :k= ` {
` +b+ `
} ` ,u=ie(k,{schema:re})}const A=this.edges.find(k=>k.id===i);if(A){const k=u;k?.animate!==void 0&&(A.animate=k.animate),k?.animation!==void 0&&(A.animation=k.animation),k?.curve!==void 0&&(A.interpolate=k.curve);return}let y,f=this.vertices.get(i);if(f===void 0&&(f={id:i,labelType:"text",domId:de+i+"-"+this.vertexCounter,styles:[],classes:[]},this.vertices.set(i,f)),this.vertexCounter++,r!==void 0?(this.config=b1(),y=this.sanitizeText(r.text.trim()),f.labelType=r.type,y.startsWith('"')&&y.endsWith('"')&&(y=y.substring(1,y.length-1)),f.text=y):f.text===void 0&&(f.text=i),a!==void 0&&(f.type=a),n?.forEach(k=>{f.styles.push(k)}),l?.forEach(k=>{f.classes.push(k)}),g!==void 0&&(f.dir=g),f.props===void 0?f.props=c:c!==void 0&&Object.assign(f.props,c),u!==void 0){if(u.shape){if(u.shape!==u.shape.toLowerCase()||u.shape.includes("_"))throw new Error( ` No such shape : $ { u . shape } . Shape names should be lowercase . ` );if(!ae(u.shape))throw new Error( ` No such shape : $ { u . shape } . ` );f.type=u?.shape}u?.label&&(f.text=u?.label),u?.icon&&(f.icon=u?.icon,!u.label?.trim()&&f.text===i&&(f.text="")),u?.form&&(f.form=u?.form),u?.pos&&(f.pos=u?.pos),u?.img&&(f.img=u?.img,!u.label?.trim()&&f.text===i&&(f.text="")),u?.constraint&&(f.constraint=u.constraint),u.w&&(f.assetWidth=Number(u.w)),u.h&&(f.assetHeight=Number(u.h))}}addSingleLink(i,r,a,n){const c={start:i,end:r,type:void 0,text:"",labelType:"text",classes:[],isUserDefinedId:!1,interpolate:this.edges.defaultInterpolate}; $ .info("abc78 Got edge...",c);const b=a.text;if(b!==void 0&&(c.text=this.sanitizeText(b.text.trim()),c.text.startsWith('"')&&c.text.endsWith('"')&&(c.text=c.text.substring(1,c.text.length-1)),c.labelType=b.type),a!==void 0&&(c.type=a.type,c.stroke=a.stroke,c.length=a.length>10?10:a.length),n&&!this.edges.some(u=>u.id===n))c.id=n,c.isUserDefinedId=!0;else{const u=this.edges.filter(A=>A.start===c.start&&A.end===c.end);u.length===0?c.id=st(c.start,c.end,{counter:0,prefix:"L"}):c.id=st(c.start,c.end,{counter:u.length+1,prefix:"L"})}if(this.edges.length<(this.config.maxEdges??500)) $ .info("Pushing edge..."),this.edges.push(c);else throw new Error( ` Edge limit exceeded . $ { this . edges . length } edges found , but the limit is $ { this . config . maxEdges } .
Initialize mermaid with maxEdges set to a higher number to allow more edges .
You cannot set this config via configuration inside the diagram as it is a secure config .
You have to call mermaid . initialize . ` )}isLinkData(i){return i!==null&&typeof i=="object"&&"id"in i&&typeof i.id=="string"}addLink(i,r,a){const n=this.isLinkData(a)?a.id.replace("@",""):void 0; $ .info("addLink",i,r,n);for(const l of i)for(const g of r){const c=l===i[i.length-1],b=g===r[0];c&&b?this.addSingleLink(l,g,a,n):this.addSingleLink(l,g,a,void 0)}}updateLinkInterpolate(i,r){i.forEach(a=>{a==="default"?this.edges.defaultInterpolate=r:this.edges[a].interpolate=r})}updateLink(i,r){i.forEach(a=>{if(typeof a=="number"&&a>=this.edges.length)throw new Error( ` The index $ { a } 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 . ) ` );a==="default"?this.edges.defaultStyle=r:(this.edges[a].style=r,(this.edges[a]?.style?.length??0)>0&&!this.edges[a]?.style?.some(n=>n?.startsWith("fill"))&&this.edges[a]?.style?.push("fill:none"))})}addClass(i,r){const a=r.join().replace(/ \\ ,/g,"§§§").replace(/,/g,";").replace(/§§§/g,",").split(";");i.split(",").forEach(n=>{let l=this.classes.get(n);l===void 0&&(l={id:n,styles:[],textStyles:[]},this.classes.set(n,l)),a?.forEach(g=>{if(/color/.exec(g)){const c=g.replace("fill","bgFill");l.textStyles.push(c)}l.styles.push(g)})})}setDirection(i){this.direction=i.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(i,r){for(const a of i.split(",")){const n=this.vertices.get(a);n&&n.classes.push(r);const l=this.edges.find(c=>c.id===a);l&&l.classes.push(r);const g=this.subGraphLookup.get(a);g&&g.classes.push(r)}}setTooltip(i,r){if(r!==void 0){r=this.sanitizeText(r);for(const a of i.split(","))this.tooltips.set(this.version==="gen-1"?this.lookUpDomId(a):a,r)}}setClickFun(i,r,a){const n=this.lookUpDomId(i);if(b1().securityLevel!=="loose"||r===void 0)return;let l=[];if(typeof a=="string"){l=a.split(/,(?=(?:(?:[^"]*"){2})*[^"]* $ )/);for(let c=0;c<l.length;c++){let b=l[c].trim();b.startsWith('"')&&b.endsWith('"')&&(b=b.substr(1,b.length-2)),l[c]=b}}l.length===0&&l.push(i);const g=this.vertices.get(i);g&&(g.haveCallback=!0,this.funs.push(()=>{const c=document.querySelector( ` [ id = "${n}" ] ` );c!==null&&c.addEventListener("click",()=>{it.runFunc(r,...l)},!1)}))}setLink(i,r,a){i.split(",").forEach(n=>{const l=this.vertices.get(n);l!==void 0&&(l.link=it.formatUrl(r,this.config),l.linkTarget=a)}),this.setClass(i,"clickable")}getTooltip(i){return this.tooltips.get(i)}setClickEvent(i,r,a){i.split(",").forEach(n=>{this.setClickFun(n,r,a)}),this.setClass(i,"clickable")}bindFunctions(i){this.funs.forEach(r=>{r(i)})}getDirection(){return this.direction?.trim()}getVertices(){return this.vertices}getEdges(){return this.edges}getClasses(){return this.classes}setupToolTips(i){let r=E1(".mermaidTooltip");(r._groups||r)[0][0]===null&&(r=E1("body").append("div").attr("class","mermaidTooltip").style("opacity",0)),E1(i).select("svg").selectAll("g.node").on("mouseover",l=>{const g=E1(l.currentTarget);if(g.attr("title")===null)return;const b=l.currentTarget?.getBoundingClientRect();r.transition().duration(200).style("opacity",".9"),r.text(g.attr("title")).style("left",window.scrollX+b.left+(b.right-b.left)/2+"px").style("top",window.scrollY+b.bottom+"px"),r.html(r.html().replace(/<br \/ >/g,"<br/>")),g.classed("hover",!0)}).on("mouseout",l=>{r.transition().duration(500).style("opacity",0),E1(l.currentTarget).classed("hover",!1)})}clear(i="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=i,this.config=b1(),ne()}setGen(i){this.version=i||"gen-2"}defaultStyle(){return"fill:#ffa;stroke: #f66; stroke-width: 3px; stroke-dasharray: 5, 5;fill:#ffa;stroke: #666;"}addSubGraph(i,r,a){let n=i.text.trim(),l=a.text;i===a&&/ \s /.exec(a.text)&&(n=voi
` +U.showPosition()+ `
Expecting ` +X1.join(", ")+", got '"+(this.terminals_[Y]||Y)+"'":et="Parse error on line "+(L+1)+": Unexpected "+(Y==Nt?"end of input":"'"+(this.terminals_[Y]||Y)+"'"),this.parseError(et,{text:U.match,token:this.terminals_[Y]||Y,line:U.yylineno,loc: $ 1,expected:X1})}if(Q[0]instanceof Array&&Q.length>1)throw new Error("Parse Error: multiple actions possible at state: "+m1+", token: "+Y);switch(Q[0]){case 1:p.push(Y),B.push(U.yytext),t.push(U.yylloc),p.push(Q[1]),Y=null,Rt=U.yyleng,e=U.yytext,L=U.yylineno, $ 1=U.yylloc;break;case 2:if(h1=this.productions_[Q[1]][1],N1. $ =B[B.length-h1],N1._ $ ={first_line:t[t.length-(h1||1)].first_line,last_line:t[t.length-1].last_line,first_column:t[t.length-(h1||1)].first_column,last_column:t[t.length-1].last_column},Kt&&(N1._ $ .range=[t[t.length-(h1||1)].range[0],t[t.length-1].range[1]]),tt=this.performAction.apply(N1,[e,Rt,L,k1.yy,Q[1],B,t].concat(jt)),typeof tt<"u")return tt;h1&&(p=p.slice(0,-1*h1*2),B=B.slice(0,-1*h1),t=t.slice(0,-1*h1)),p.push(this.productions_[Q[1]][0]),B.push(N1. $ ),t.push(N1._ $ ),Pt=P1[p[p.length-2]][p[p.length-1]],p.push(Pt);break;case 3:return!0}}return!0},"parse")},Wt=(function(){var g1={EOF:1,parseError:m(function(d,p){if(this.yy.parser)this.yy.parser.parseError(d,p);else throw new Error(d)},"parseError"),setInput:m(function(h,d){return this.yy=d||this.yy||{},this._input=h,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:m(function(){var h=this._input[0];this.yytext+=h,this.yyleng++,this.offset++,this.match+=h,this.matched+=h;var d=h.match(/(?: \r \n ?| \n ).*/g);return d?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),h},"input"),unput:m(function(h){var d=h.length,p=h.split(/(?: \r \n ?| \n )/g);this._input=h+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-d),this.offset-=d;var o=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),p.length-1&&(this.yylineno-=p.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:p?(p.length===o.length?this.yylloc.first_column:0)+o[o.length-p.length].length-p[0].length:this.yylloc.first_column-d},this.options.ranges&&(this.yylloc.range=[B[0],B[0]+this.yyleng-d]),this.yyleng=this.yytext.length,this},"unput"),more:m(function(){return this._more=!0,this},"more"),reject:m(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:m(function(h){this.unput(this.match.slice(h))},"less"),pastInput:m(function(){var h=this.matched.substr(0,this.matched.length-this.match.length);return(h.length>20?"...":"")+h.substr(-20).replace(/ \n /g,"")},"pastInput"),upcomingInput:m(function(){var h=this.match;return h.length<20&&(h+=this._input.substr(0,20-h.length)),(h.substr(0,20)+(h.length>20?"...":"")).replace(/ \n /g,"")},"upcomingInput"),showPosition:m(function(){var h=this.pastInput(),d=new Array(h.length+1).join("-");return h+this.upcomingInput()+ `
` +d+"^"},"showPosition"),test_match:m(function(h,d){var p,o,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))),o=h[0].match(/(?: \r \n ?| \n ).*/g),o&&(this.yylineno+=o.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:o?o[o.length-1].length-o[o.length-1].match(/ \r ? \n ?/)[0].length:this.yylloc.last_column+h[0].length},this.yytext+=h[0],this.match+=h[0],this.matches=h,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(h[0].length),this.matched+=h[0],p=this.performAction.call(this,this.yy,this,d,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),p)return p;if(this._backtrack){for(var t in B)this[t]=B[t];return!1}return!1},"test_match"),next:m(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var h,d,p,o;this._more||(this.yytext="",this.match="");for(var B=this._currentRules(),t=0;t<B.length;t++)if(p=this._input.match(this.rules[B[t]]),p&&(!d||p[0].length>d[0].length)){if(d=p,o=t,this.options.backtrack_lexer){if(h=this.test_match(p,B[t]),h!==!1)return h;if(this._backtrack){d=!1;continue}else return!1}else if(!this.options.flex)break}return d?(h=this.test_match(d,B[o]),h!==!1?h:!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:m(function(){var d=this.next();return d||this.lex()},"lex"),begin:m(function(d){this.conditionStack.push(d)},"begin"),popState:m(function(){var d=this.conditionStack.length-1;return d>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:m(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:m(function(d){return d=this.conditionStack.length-1-Math.abs(d||0),d>=0?this.conditionStack[d]:"INITIAL"},"topState"),pushState:m(function(d){this.begin(d)},"pushState"),stateStackSize:m(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:m(function(d,p,o,B){switch(o){case 0:return this.begin("acc_title"),34;case 1:return this.popState(),"acc_title_value";case 2:return this.begin("acc_descr"),36;case 3:return this.popState(),"acc_descr_value";case 4:this.begin("acc_descr_multiline");break;case 5:this.popState();break;case 6:return"acc_descr_multiline_value";case 7:return this.pushState("shapeData"),p.yytext="",40;case 8:return this.pushState("shapeDataStr"),40;case 9:return this.popState(),40;case 10:const t=/ \n \s */g;return p.yytext=p.yytext.replace(t,"<br/>"),40;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 d.lex.firstGraph()&&this.begin("dir"),12;case 36:return d.lex.firstGraph()&&this.begin("dir"),12;case 37:return d.lex.firstGraph()&&this.begin("dir"),12;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;case 45:return this.popState(),14;case 46:return this.popState(),14;case 47:return this.popState(),14;case 48:return this.popState(),14;case 49:return this.popState(),14;case 50:return this.popState(),14;case 51:return this.popState(),14;case 52:return this.popState(),14;case 53:return this.popState(),14;case 54:return this.popState(),14;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;case 69:return this.pushState("edgeText"),75;case 70:return 119;case 71:return this.popState(),77;case 72:return this.pushState("thickEdgeText"),75;case 73:return 119;case 74:return this.popState(),77;case 75:return this.pushState("dottedEdgeText"),75;case 76:return 119;case 77:return 77;case 78:return this.popState(),53;case 79:return"TEXT";case 80:return this.pushState("ellipseText"),52;case 81:return this.popState(),55;case 82:return this.pushState("text"),54;case 83:return this.popState(),57;case 84:return this.pushState("text"),56;case 85:return 58;case 86:return this.pushState("text"),67;case 87:return this.popState(),64;case 88:return this.pushState("text"),63;case 89:return this.popState(),49;case 90:return this.pushState("text"),48;case 91:return this.popState(),69;case 92:return this.popState(),71;case 93:return 117;case 94:return this.pushState("trapText"),68;case 95:return this.pushState("trapText"),70;case 96:return 118;case 97:return 67;case 98:return 90;case 99:return"SEP";case 100:return 89;case 101:return 115;case 102:return 111;case 103:return 44;case 104:return 109;case 105:return 114;case 106:return 116;case 107:return this
` );return Mt.parse(i)};var Ae=Ut,ke=m((s,i)=>{const r=he,a=r(s,"r"),n=r(s,"g"),l=r(s,"b");return oe(a,n,l,i)},"fade"),me=m(s=> ` . label {
font - family : $ { s . fontFamily } ;
color : $ { s . nodeTextColor || s . textColor } ;
}
. cluster - label text {
fill : $ { s . titleColor } ;
}
. cluster - label span {
color : $ { s . titleColor } ;
}
. cluster - label span p {
background - color : transparent ;
}
. label text , span {
fill : $ { s . nodeTextColor || s . textColor } ;
color : $ { s . nodeTextColor || s . textColor } ;
}
. node rect ,
. node circle ,
. node ellipse ,
. node polygon ,
. node path {
fill : $ { s . mainBkg } ;
stroke : $ { s . 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 : $ { s . lineColor } ! important ;
stroke - width : 0 ;
stroke : $ { s . lineColor } ;
}
. arrowheadPath {
fill : $ { s . arrowheadColor } ;
}
. edgePath . path {
stroke : $ { s . lineColor } ;
stroke - width : 2.0 px ;
}
. flowchart - link {
stroke : $ { s . lineColor } ;
fill : none ;
}
. edgeLabel {
background - color : $ { s . edgeLabelBackground } ;
p {
background - color : $ { s . edgeLabelBackground } ;
}
rect {
opacity : 0.5 ;
background - color : $ { s . edgeLabelBackground } ;
fill : $ { s . edgeLabelBackground } ;
}
text - align : center ;
}
/* For html labels only */
. labelBkg {
background - color : $ { ke ( s . edgeLabelBackground , . 5 ) } ;
// background-color:
}
. cluster rect {
fill : $ { s . clusterBkg } ;
stroke : $ { s . clusterBorder } ;
stroke - width : 1 px ;
}
. cluster text {
fill : $ { s . titleColor } ;
}
. cluster span {
color : $ { s . titleColor } ;
}
/ * . c l u s t e r d i v {
color : $ { s . titleColor } ;
} * /
div . mermaidTooltip {
position : absolute ;
text - align : center ;
max - width : 200 px ;
padding : 2 px ;
font - family : $ { s . fontFamily } ;
font - size : 12 px ;
background : $ { s . tertiaryColor } ;
border : 1 px solid $ { s . border2 } ;
border - radius : 2 px ;
pointer - events : none ;
z - index : 100 ;
}
. flowchartTitleText {
text - anchor : middle ;
font - size : 18 px ;
fill : $ { s . textColor } ;
}
rect . text {
fill : none ;
stroke - width : 0 ;
}
. icon - shape , . image - shape {
background - color : $ { s . edgeLabelBackground } ;
p {
background - color : $ { s . edgeLabelBackground } ;
padding : 2 px ;
}
rect {
opacity : 0.5 ;
background - color : $ { s . edgeLabelBackground } ;
fill : $ { s . edgeLabelBackground } ;
}
text - align : center ;
}
$ { qt ( ) }
` ,"getStyles"),Ee=me,Fe={parser:Ae,get db(){return new pe},renderer:be,styles:Ee,init:m(s=>{s.flowchart||(s.flowchart={}),s.layout&&Ot({layout:s.layout}),s.flowchart.arrowMarkerAbsolute=s.arrowMarkerAbsolute,Ot({flowchart:{arrowMarkerAbsolute:s.arrowMarkerAbsolute}})},"init")};export{Fe as diagram};