UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

214 lines 63.6 kB
import{a as p1}from"./chunk-BOZ75642.mjs";import{a as l1}from"./chunk-SDIBIOXT.mjs";import{a as d1}from"./chunk-R2KH53MI.mjs";import{a as u1,b as o1}from"./chunk-GDOATIN3.mjs";import{b as c1,c as h1}from"./chunk-52IMQVNL.mjs";import{h as t1}from"./chunk-3SEI7E7V.mjs";import{h as a1}from"./chunk-TECWHJ6D.mjs";import{b as s1,c as i1,d as r1,f as n1}from"./chunk-MIE3LDYP.mjs";import{p as Pe,s as Qe}from"./chunk-QADHU5CF.mjs";import{$ as se,H as Kt,T as Ht,U as Yt,V as qt,W as Xt,X as Qt,Y as Jt,Z as Zt,aa as $t,b as Wt,ba as e1,c as jt,z as zt}from"./chunk-FE53TMRB.mjs";import{b as ee,h as Xe}from"./chunk-L2B47AAZ.mjs";import{a as b}from"./chunk-QVIEFLGF.mjs";var E1="flowchart-",Je=class{constructor(){this.vertexCounter=0;this.config=se();this.diagramId="";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=Yt;this.setAccDescription=Xt;this.setDiagramTitle=Jt;this.getAccTitle=qt;this.getAccDescription=Qt;this.getDiagramTitle=Zt;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")}static{b(this,"FlowDB")}sanitizeText(i){return Kt.sanitizeText(i,this.config)}sanitizeNodeLabelType(i){switch(i){case"markdown":case"string":case"text":return i;default:return"markdown"}}setDiagramId(i){this.diagramId=i}lookUpDomId(i){for(let r of this.vertices.values())if(r.id===i)return this.diagramId?`${this.diagramId}-${r.domId}`:r.domId;return this.diagramId?`${this.diagramId}-${i}`:i}addVertex(i,r,n,a,l,g,u={},y){if(!i||i.trim().length===0)return;let h;if(y!==void 0){let A;y.includes(`
`)?A=y+`
`:A=`{
`+y+`
}`,h=o1(A,{schema:u1})}let T=this.subGraphLookup.get(i);if(T&&h){T.metadata={...T.metadata,...h};return}let L=this.edges.find(A=>A.id===i);if(L){let A=h;A?.animate!==void 0&&(L.animate=A.animate),A?.animation!==void 0&&(L.animation=A.animation),A?.curve!==void 0&&(L.interpolate=A.curve);return}let V,k=this.vertices.get(i);if(k===void 0&&(r===void 0&&n===void 0&&a!==void 0&&a!==null&&ee.warn(`Style applied to unknown node "${i}". This may indicate a typo. The node will be created automatically.`),k={id:i,labelType:"text",domId:E1+i+"-"+this.vertexCounter,styles:[],classes:[]},this.vertices.set(i,k)),this.vertexCounter++,r!==void 0?(this.config=se(),V=this.sanitizeText(r.text.trim()),k.labelType=r.type,V.startsWith('"')&&V.endsWith('"')&&(V=V.substring(1,V.length-1)),k.text=V):k.text===void 0&&(k.text=i),n!==void 0&&(k.type=n),a?.forEach(A=>{k.styles.push(A)}),l?.forEach(A=>{k.classes.push(A)}),g!==void 0&&(k.dir=g),k.props===void 0?k.props=u:u!==void 0&&Object.assign(k.props,u),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(!a1(h.shape))throw new Error(`No such shape: ${h.shape}.`);k.type=h?.shape}h?.label&&(k.text=h?.label,k.labelType=this.sanitizeNodeLabelType(h?.labelType)),h?.icon&&(k.icon=h?.icon,!h.label?.trim()&&k.text===i&&(k.text="")),h?.form&&(k.form=h?.form),h?.pos&&(k.pos=h?.pos),h?.img&&(k.img=h?.img,!h.label?.trim()&&k.text===i&&(k.text="")),h?.constraint&&(k.constraint=h.constraint),h.w&&(k.assetWidth=Number(h.w)),h.h&&(k.assetHeight=Number(h.h))}}addSingleLink(i,r,n,a){let u={start:i,end:r,type:void 0,text:"",labelType:"text",classes:[],isUserDefinedId:!1,interpolate:this.edges.defaultInterpolate};ee.info("abc78 Got edge...",u);let y=n.text;if(y!==void 0&&(u.text=this.sanitizeText(y.text.trim()),u.text.startsWith('"')&&u.text.endsWith('"')&&(u.text=u.text.substring(1,u.text.length-1)),u.labelType=this.sanitizeNodeLabelType(y.type)),n!==void 0&&(u.type=n.type,u.stroke=n.stroke,u.length=n.length>10?10:n.length),a&&!this.edges.some(h=>h.id===a))u.id=a,u.isUserDefinedId=!0;else{let h=this.edges.filter(T=>T.start===u.start&&T.end===u.end);h.length===0?u.id=Qe(u.start,u.end,{counter:0,prefix:"L"}):u.id=Qe(u.start,u.end,{counter:h.length+1,prefix:"L"})}if(this.edges.length<(this.config.maxEdges??500))ee.info("Pushing edge..."),this.edges.push(u);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,n){let a=this.isLinkData(n)?n.id.replace("@",""):void 0;ee.info("addLink",i,r,a);for(let l of i)for(let g of r){let u=l===i[i.length-1],y=g===r[0];u&&y?this.addSingleLink(l,g,n,a):this.addSingleLink(l,g,n,void 0)}}updateLinkInterpolate(i,r){i.forEach(n=>{n==="default"?this.edges.defaultInterpolate=r:this.edges[n].interpolate=r})}updateLink(i,r){i.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(a=>a?.startsWith("fill"))&&this.edges[n]?.style?.push("fill:none"))})}addClass(i,r){let n=r.join().replace(/\\,/g,"\xA7\xA7\xA7").replace(/,/g,";").replace(/§§§/g,",").split(";");i.split(",").forEach(a=>{let l=this.classes.get(a);l===void 0&&(l={id:a,styles:[],textStyles:[]},this.classes.set(a,l)),n?.forEach(g=>{if(/color/.exec(g)){let u=g.replace("fill","bgFill");l.textStyles.push(u)}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(let n of i.split(",")){let a=this.vertices.get(n);a&&a.classes.push(r);let l=this.edges.find(u=>u.id===n);l&&l.classes.push(r);let g=this.subGraphLookup.get(n);g&&g.classes.push(r)}}setTooltip(i,r){if(r!==void 0){r=this.sanitizeText(r);for(let n of i.split(","))this.tooltips.set(this.version==="gen-1"?this.lookUpDomId(n):n,r)}}setClickFun(i,r,n){if(se().securityLevel!=="loose"||r===void 0)return;let a=[];if(typeof n=="string"){a=n.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);for(let g=0;g<a.length;g++){let u=a[g].trim();u.startsWith('"')&&u.endsWith('"')&&(u=u.substr(1,u.length-2)),a[g]=u}}a.length===0&&a.push(i);let l=this.vertices.get(i);l&&(l.haveCallback=!0,this.funs.push(()=>{let g=this.lookUpDomId(i),u=document.querySelector(`[id="${g}"]`);u!==null&&u.addEventListener("click",()=>{Pe.runFunc(r,...a)},!1)}))}setLink(i,r,n){i.split(",").forEach(a=>{let l=this.vertices.get(a);l!==void 0&&(l.link=Pe.formatUrl(r,this.config),l.linkTarget=n)}),this.setClass(i,"clickable")}getTooltip(i){return this.tooltips.get(i)}setClickEvent(i,r,n){i.split(",").forEach(a=>{this.setClickFun(a,r,n)}),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=t1();Xe(i).select("svg").selectAll("g.node").on("mouseover",l=>{let g=Xe(l.currentTarget),u=g.attr("title");if(u===null)return;let y=l.currentTarget?.getBoundingClientRect();r.transition().duration(200).style("opacity",".9"),r.text(g.attr("title")).style("left",window.scrollX+y.left+(y.right-y.left)/2+"px").style("top",window.scrollY+y.bottom+"px"),r.html(zt.sanitize(u)),g.classed("hover",!0)}).on("mouseout",l=>{r.transition().duration(500).style("opacity",0),Xe(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.diagramId="",this.subGraphs=[],this.subGraphLookup=new Map,this.subCount=0,this.tooltips=new Map,this.firstGraphFlag=!0,this.version=i,this.config=se(),Ht()}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,n){let a=i.text.trim(),l=n.text;i===n&&/\s/.exec(n.text)&&(a=void 0);let u=b(V=>{let k={boolean:{},number:{},string:{}},A=[],x;return{nodeList:V.filter(function(z){let c=typeof z;return z.stmt&&z.stmt==="dir"?(x=z.value,!1):z.trim()===""?!1:c in k?k[c].hasOwnProperty(z)?!1:k[c][z]=!0:A.includes(z)?!1:A.push(z)}),dir:x}},"uniq")(r.flat()),y=u.nodeList,h=u.dir,T=se().flowchart??{};if(h=h??(T.inheritDir?this.getDirection()??se().direction??void 0:void 0),this.version==="gen-1")for(let V=0;V<y.length;V++)y[V]=this.lookUpDomId(y[V]);a=a??"subGraph"+this.subCount,l=l||"",l=this.sanitizeText(l),this.subCount=this.subCount+1;let L={id:a,nodes:y,title:l.trim(),classes:[],dir:h,labelType:this.sanitizeNodeLabelType(n?.type)};return ee.info("Adding",L.id,L.nodes,L.dir),L.nodes=this.makeUniq(L,this.subGraphs).nodes,this.subGraphs.push(L),this.subGraphLookup.set(a,L),a}getPosForId(i){for(let[r,n]of this.subGraphs.entries())if(n.id===i)return r;return-1}indexNodes2(i,r){let n=this.subGraphs[r].nodes;if(this.secCount=this.secCount+1,this.secCount>2e3)return{result:!1,count:0};if(this.posCrossRef[this.secCount]=r,this.subGraphs[r].id===i)return{result:!0,count:0};let a=0,l=1;for(;a<n.length;){let g=this.getPosForId(n[a]);if(g>=0){let u=this.indexNodes2(i,g);if(u.result)return{result:!0,count:l+u.count};l=l+u.count}a=a+1}return{result:!1,count:l}}getDepthFirstPos(i){return this.posCrossRef[i]}indexNodes(){this.secCount=-1,this.subGraphs.length>0&&this.indexNodes2("none",this.subGraphs.length-1)}getSubGraphs(){return this.subGraphs}firstGraph(){return this.firstGraphFlag?(this.firstGraphFlag=!1,!0):!1}destructStartLink(i){let r=i.trim(),n="arrow_open";switch(r[0]){case"<":n="arrow_point",r=r.slice(1);break;case"x":n="arrow_cross",r=r.slice(1);break;case"o":n="arrow_circle",r=r.slice(1);break}let a="normal";return r.includes("=")&&(a="thick"),r.includes(".")&&(a="dotted"),{type:n,stroke:a}}countChar(i,r){let n=r.length,a=0;for(let l=0;l<n;++l)r[l]===i&&++a;return a}destructEndLink(i){let r=i.trim(),n=r.slice(0,-1),a="arrow_open";switch(r.slice(-1)){case"x":a="arrow_cross",r.startsWith("x")&&(a="double_"+a,n=n.slice(1));break;case">":a="arrow_point",r.startsWith("<")&&(a="double_"+a,n=n.slice(1));break;case"o":a="arrow_circle",r.startsWith("o")&&(a="double_"+a,n=n.slice(1));break}let l="normal",g=n.length-1;n.startsWith("=")&&(l="thick"),n.startsWith("~")&&(l="invisible");let u=this.countChar(".",n);return u&&(l="dotted",g=u),{type:a,stroke:l,length:g}}destructLink(i,r){let n=this.destructEndLink(i),a;if(r){if(a=this.destructStartLink(r),a.stroke!==n.stroke)return{type:"INVALID",stroke:"INVALID"};if(a.type==="arrow_open")a.type=n.type;else{if(a.type!==n.type)return{type:"INVALID",stroke:"INVALID"};a.type="double_"+a.type}return a.type==="double_arrow"&&(a.type="double_arrow_point"),a.length=n.length,a}return n}exists(i,r){for(let n of i)if(n.nodes.includes(r))return!0;return!1}makeUniq(i,r){let n=[];return i.nodes.forEach((a,l)=>{this.exists(r,a)||n.push(i.nodes[l])}),{nodes:n}}getTypeFromVertex(i){if(i.img)return"imageSquare";if(i.icon)return i.form==="circle"?"iconCircle":i.form==="square"?"iconSquare":i.form==="rounded"?"iconRounded":"icon";switch(i.type){case"square":case void 0:return"squareRect";case"round":return"roundedRect";case"ellipse":return"ellipse";default:return i.type}}findNode(i,r){return i.find(n=>n.id===r)}destructEdgeType(i){let r="none",n="arrow_point";switch(i){case"arrow_point":case"arrow_circle":case"arrow_cross":n=i;break;case"double_arrow_point":case"double_arrow_circle":case"double_arrow_cross":r=i.replace("double_",""),n=r;break}return{arrowTypeStart:r,arrowTypeEnd:n}}addNodeFromVertex(i,r,n,a,l,g){let u=n.get(i.id),y=a.get(i.id)??!1,h=this.findNode(r,i.id);if(h)h.cssStyles=i.styles,h.cssCompiledStyles=this.getCompiledStyles(i.classes),h.cssClasses=i.classes.join(" ");else{let T={id:i.id,label:i.text,labelType:i.labelType,labelStyle:"",parentId:u,padding:l.flowchart?.padding||8,cssStyles:i.styles,cssCompiledStyles:this.getCompiledStyles(["default","node",...i.classes]),cssClasses:"default "+i.classes.join(" "),dir:i.dir,domId:i.domId,look:g,link:i.link,linkTarget:i.linkTarget,tooltip:this.getTooltip(i.id),icon:i.icon,pos:i.pos,img:i.img,assetWidth:i.assetWidth,assetHeight:i.assetHeight,constraint:i.constraint};y?r.push({...T,isGroup:!0,shape:"rect"}):r.push({...T,isGroup:!1,shape:this.getTypeFromVertex(i),minWidth:l.flowchart?.minNodeWidth})}}getCompiledStyles(i){let r=[];for(let n of i){let a=this.classes.get(n);a?.styles&&(r=[...r,...a.styles??[]].map(l=>l.trim())),a?.textStyles&&(r=[...r,...a.textStyles??[]].map(l=>l.trim()))}return r}getData(){let i=se(),r=[],n=[],a=this.getSubGraphs(),l=new Map,g=new Map,u=new Map;for(let c of a)for(let f of c.nodes)this.subGraphLookup.has(f)&&u.set(f,c.id);let y=new Map,h=new Map;for(let c of a){let f=u.get(c.id);f!==void 0&&h.set(f,[...h.get(f)??[],c.id])}let T=0,L=b(c=>{y.set(c,T++);for(let f of h.get(c)??[])L(f)},"walk");for(let c of a)u.has(c.id)||L(c.id);let V=b(c=>this.subGraphLookup.get(c)?.metadata?.view==="collapsed","isCollapsed"),k=b(c=>{let f,q=new Set,F=c;for(;F!==void 0&&!q.has(F);)q.add(F),V(F)&&(f=F),F=u.get(F);return f},"outermostCollapsed"),A=new Set,x=new Map;for(let c of a){let f=k(c.id);if(f!==void 0){c.id!==f&&(A.add(c.id),x.set(c.id,f));for(let q of c.nodes)q!==f&&(A.add(q),x.set(q,f))}}for(let c=a.length-1;c>=0;c--){let f=a[c];if(!A.has(f.id)){f.nodes.length>0&&g.set(f.id,!0);for(let q of f.nodes)l.set(q,f.id)}}for(let c=a.length-1;c>=0;c--){let f=a[c];A.has(f.id)||(f.metadata?.view==="collapsed"?r.push({id:f.id,label:f.title,labelStyle:"",labelType:f.labelType,parentId:l.get(f.id),padding:8,cssCompiledStyles:this.getCompiledStyles(f.classes),cssClasses:f.classes.join(" "),shape:"collapsedGroup",dir:f.dir,isGroup:!1,look:i.look,colorIndex:y.get(f.id)}):r.push({id:f.id,label:f.title,labelStyle:"",labelType:f.labelType,parentId:l.get(f.id),padding:8,cssCompiledStyles:this.getCompiledStyles(f.classes),cssClasses:f.classes.join(" "),shape:"rect",dir:f.dir,isGroup:!0,look:i.look,colorIndex:y.get(f.id),metadata:f.metadata}))}this.getVertices().forEach(c=>{A.has(c.id)||this.addNodeFromVertex(c,r,l,g,i,i.look||"classic")});let z=this.getEdges();return z.forEach((c,f)=>{let{arrowTypeStart:q,arrowTypeEnd:F}=this.destructEdgeType(c.type),I=[...z.defaultStyle??[]],R=x.get(c.start)??c.start,N=x.get(c.end)??c.end;if(R===N&&(x.has(c.start)||x.has(c.end)))return;c.style&&I.push(...c.style);let G={id:Qe(R,N,{counter:f,prefix:"L"},c.id),isUserDefinedId:c.isUserDefinedId,start:R,end:N,type:c.type??"normal",label:c.text,labelType:c.labelType,labelpos:"c",thickness:c.stroke,minlen:c.length,classes:c?.stroke==="invisible"?"":"edge-thickness-normal edge-pattern-solid flowchart-link",arrowTypeStart:c?.stroke==="invisible"||c?.type==="arrow_open"?"none":q,arrowTypeEnd:c?.stroke==="invisible"||c?.type==="arrow_open"?"none":F,arrowheadStyle:"fill: #333",cssCompiledStyles:this.getCompiledStyles(c.classes),labelStyle:I,style:I,pattern:c.stroke,look:i.look,animate:c.animate,animation:c.animation,curve:c.interpolate||this.edges.defaultInterpolate||i.flowchart?.curve};n.push(G)}),{nodes:r,edges:n,other:{},config:i}}defaultConfig(){return e1.flowchart}};var S1=b(function(s,i){return i.db.getClasses()},"getClasses"),T1=b(async function(s,i,r,n){ee.info("REF0:"),ee.info("Drawing state diagram (v2)",i);let{securityLevel:a,flowchart:l,layout:g}=se();n.db.setDiagramId(i),ee.debug("Before getData: ");let u=n.db.getData();ee.debug("Data: ",u);let y=l1(i,a),h=n.db.getDirection();u.type=n.type,u.layoutAlgorithm=h1(g),u.direction=h,u.nodeSpacing=l?.nodeSpacing||50,u.rankSpacing=l?.rankSpacing||50,u.markers=["point","circle","cross"],u.diagramId=i,ee.debug("REF1:",u),await c1(u,y);let T=u.config.flowchart?.diagramPadding??8;Pe.insertTitle(y,"flowchartTitleText",l?.titleTopMargin||0,n.db.getDiagramTitle()),d1(y,T,"flowchart",l?.useMaxWidth||!1)},"draw"),f1={getClasses:S1,draw:T1};var at=(function(){var s=b(function(ke,d,p,m){for(p=p||{},m=ke.length;m--;p[ke[m]]=d);return p},"o"),i=[1,4],r=[1,3],n=[1,5],a=[1,8,9,10,11,27,34,36,38,44,60,84,85,86,87,88,89,102,105,106,109,111,114,115,116,121,122,123,124,125],l=[2,2],g=[1,13],u=[1,14],y=[1,15],h=[1,16],T=[1,23],L=[1,25],V=[1,26],k=[1,27],A=[1,50],x=[1,49],De=[1,29],z=[1,30],c=[1,31],f=[1,32],q=[1,33],F=[1,45],I=[1,47],R=[1,43],N=[1,48],G=[1,44],P=[1,51],O=[1,46],U=[1,52],W=[1,53],Oe=[1,34],Ue=[1,35],We=[1,36],je=[1,37],ze=[1,38],ge=[1,58],B=[1,8,9,10,11,27,32,34,36,38,44,60,84,85,86,87,88,89,102,105,106,109,111,114,115,116,121,122,123,124,125],ie=[1,62],re=[1,61],ne=[1,63],Ee=[8,9,11,75,77,78],ot=[1,79],Se=[1,92],Te=[1,97],xe=[1,96],Fe=[1,93],Be=[1,89],_e=[1,95],we=[1,91],Le=[1,98],Ve=[1,94],ve=[1,99],Ie=[1,90],me=[8,9,10,11,40,75,77,78],K=[8,9,10,11,40,46,75,77,78],Q=[8,9,10,11,29,40,44,46,48,50,52,54,56,58,60,63,65,67,68,70,75,77,78,89,102,105,106,109,111,114,115,116],lt=[8,9,11,44,60,75,77,78,89,102,105,106,109,111,114,115,116],Re=[44,60,89,102,105,106,109,111,114,115,116],ct=[1,122],ht=[1,123],Ke=[1,125],He=[1,124],dt=[44,60,62,74,89,102,105,106,109,111,114,115,116],pt=[1,134],ft=[1,148],gt=[1,149],bt=[1,150],kt=[1,151],mt=[1,136],At=[1,138],yt=[1,142],Ct=[1,143],Dt=[1,144],Et=[1,145],St=[1,146],Tt=[1,147],xt=[1,152],Ft=[1,153],Bt=[1,132],_t=[1,133],wt=[1,140],Lt=[1,135],Vt=[1,139],vt=[1,137],Ze=[8,9,10,11,27,32,34,36,38,44,60,84,85,86,87,88,89,102,105,106,109,111,114,115,116,121,122,123,124,125],It=[1,155],Rt=[1,157],v=[8,9,11],J=[8,9,10,11,14,44,60,89,105,106,109,111,114,115,116],C=[1,177],H=[1,173],Y=[1,174],D=[1,178],E=[1,175],S=[1,176],Ne=[77,116,119],_=[8,9,10,11,12,14,27,29,32,44,60,75,84,85,86,87,88,89,90,105,109,111,114,115,116],Nt=[10,106],be=[31,49,51,53,55,57,62,64,66,67,69,71,116,117,118],ae=[1,248],ue=[1,246],oe=[1,250],le=[1,244],ce=[1,245],he=[1,247],de=[1,249],pe=[1,251],Ge=[1,269],Gt=[8,9,11,106],te=[8,9,10,11,60,84,105,106,109,110,111,112],$e={trace:b(function(){},"trace"),yy:{},symbols_:{error:2,start:3,graphConfig:4,document:5,line:6,statement:7,SEMI:8,NEWLINE:9,SPACE:10,EOF:11,GRAPH:12,NODIR:13,DIR:14,FirstStmtSeparator:15,ending:16,endToken:17,spaceList:18,spaceListNewline:19,vertexStatement:20,separator:21,styleStatement:22,linkStyleStatement:23,classDefStatement:24,classStatement:25,clickStatement:26,subgraph:27,textNoTags:28,SQS:29,text:30,SQE:31,end:32,direction:33,acc_title:34,acc_title_value:35,acc_descr:36,acc_descr_value:37,acc_descr_multiline_value:38,shapeData:39,SHAPE_DATA:40,link:41,node:42,styledVertex:43,AMP:44,vertex:45,STYLE_SEPARATOR:46,idString:47,DOUBLECIRCLESTART:48,DOUBLECIRCLEEND:49,PS:50,PE:51,"(-":52,"-)":53,STADIUMSTART:54,STADIUMEND:55,SUBROUTINESTART:56,SUBROUTINEEND:57,VERTEX_WITH_PROPS_START:58,"NODE_STRING[field]":59,COLON:60,"NODE_STRING[value]":61,PIPE:62,CYLINDERSTART:63,CYLINDEREND:64,DIAMOND_START:65,DIAMOND_STOP:66,TAGEND:67,TRAPSTART:68,TRAPEND:69,INVTRAPSTART:70,INVTRAPEND:71,linkStatement:72,arrowText:73,TESTSTR:74,START_LINK:75,edgeText:76,LINK:77,LINK_ID:78,edgeTextToken:79,STR:80,MD_STR:81,textToken:82,keywords:83,STYLE:84,LINKSTYLE:85,CLASSDEF:86,CLASS:87,CLICK:88,DOWN:89,UP:90,textNoTagsToken:91,stylesOpt:92,"idString[vertex]":93,"idString[class]":94,CALLBACKNAME:95,CALLBACKARGS:96,HREF:97,LINK_TARGET:98,"STR[link]":99,"STR[tooltip]":100,alphaNum:101,DEFAULT:102,numList:103,INTERPOLATE:104,NUM:105,COMMA:106,style:107,styleComponent:108,NODE_STRING:109,UNIT:110,BRKT:111,PCT:112,idStringToken:113,MINUS:114,MULT:115,UNICODE_TEXT:116,TEXT:117,TAGSTART:118,EDGE_TEXT:119,alphaNumToken:120,direction_tb:121,direction_bt:122,direction_rl:123,direction_lr:124,direction_td:125,$accept:0,$end:1},terminals_:{2:"error",8:"SEMI",9:"NEWLINE",10:"SPACE",11:"EOF",12:"GRAPH",13:"NODIR",14:"DIR",27:"subgraph",29:"SQS",31:"SQE",32:"end",34:"acc_title",35:"acc_title_value",36:"acc_descr",37:"acc_descr_value",38:"acc_descr_multiline_value",40:"SHAPE_DATA",44:"AMP",46:"STYLE_SEPARATOR",48:"DOUBLECIRCLESTART",49:"DOUBLECIRCLEEND",50:"PS",51:"PE",52:"(-",53:"-)",54:"STADIUMSTART",55:"STADIUMEND",56:"SUBROUTINESTART",57:"SUBROUTINEEND",58:"VERTEX_WITH_PROPS_START",59:"NODE_STRING[field]",60:"COLON",61:"NODE_STRING[value]",62:"PIPE",63:"CYLINDERSTART",64:"CYLINDEREND",65:"DIAMOND_START",66:"DIAMOND_STOP",67:"TAGEND",68:"TRAPSTART",69:"TRAPEND",70:"INVTRAPSTART",71:"INVTRAPEND",74:"TESTSTR",75:"START_LINK",77:"LINK",78:"LINK_ID",80:"STR",81:"MD_STR",84:"STYLE",85:"LINKSTYLE",86:"CLASSDEF",87:"CLASS",88:"CLICK",89:"DOWN",90:"UP",93:"idString[vertex]",94:"idString[class]",95:"CALLBACKNAME",96:"CALLBACKARGS",97:"HREF",98:"LINK_TARGET",99:"STR[link]",100:"STR[tooltip]",102:"DEFAULT",104:"INTERPOLATE",105:"NUM",106:"COMMA",109:"NODE_STRING",110:"UNIT",111:"BRKT",112:"PCT",114:"MINUS",115:"MULT",116:"UNICODE_TEXT",117:"TEXT",118:"TAGSTART",119:"EDGE_TEXT",121:"direction_tb",122:"direction_bt",123:"direction_rl",124:"direction_lr",125:"direction_td"},productions_:[0,[3,2],[5,0],[5,2],[6,1],[6,1],[6,1],[6,1],[6,1],[4,2],[4,2],[4,2],[4,3],[16,2],[16,1],[17,1],[17,1],[17,1],[15,1],[15,1],[15,2],[19,2],[19,2],[19,1],[19,1],[18,2],[18,1],[7,2],[7,2],[7,2],[7,2],[7,2],[7,2],[7,9],[7,6],[7,4],[7,1],[7,2],[7,2],[7,1],[21,1],[21,1],[21,1],[39,2],[39,1],[20,4],[20,3],[20,4],[20,2],[20,2],[20,1],[42,1],[42,6],[42,5],[43,1],[43,3],[45,4],[45,4],[45,6],[45,4],[45,4],[45,4],[45,8],[45,4],[45,4],[45,4],[45,6],[45,4],[45,4],[45,4],[45,4],[45,4],[45,1],[41,2],[41,3],[41,3],[41,1],[41,3],[41,4],[76,1],[76,2],[76,1],[76,1],[72,1],[72,2],[73,3],[30,1],[30,2],[30,1],[30,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[28,1],[28,2],[28,1],[28,1],[24,5],[25,5],[26,2],[26,4],[26,3],[26,5],[26,3],[26,5],[26,5],[26,7],[26,2],[26,4],[26,2],[26,4],[26,4],[26,6],[22,5],[23,5],[23,5],[23,9],[23,9],[23,7],[23,7],[103,1],[103,3],[92,1],[92,3],[107,1],[107,2],[108,1],[108,1],[108,1],[108,1],[108,1],[108,1],[108,1],[108,1],[113,1],[113,1],[113,1],[113,1],[113,1],[113,1],[113,1],[113,1],[113,1],[113,1],[113,1],[82,1],[82,1],[82,1],[82,1],[91,1],[91,1],[91,1],[91,1],[91,1],[91,1],[91,1],[91,1],[91,1],[91,1],[91,1],[79,1],[79,1],[120,1],[120,1],[120,1],[120,1],[120,1],[120,1],[120,1],[120,1],[120,1],[120,1],[120,1],[47,1],[47,2],[101,1],[101,2],[33,1],[33,1],[33,1],[33,1],[33,1]],performAction:b(function(d,p,m,o,w,e,Ae){var t=e.length-1;switch(w){case 2:this.$=[];break;case 3:(!Array.isArray(e[t])||e[t].length>0)&&e[t-1].push(e[t]),this.$=e[t-1];break;case 4:case 183:this.$=e[t];break;case 11:o.setDirection("TB"),this.$="TB";break;case 12:o.setDirection(e[t-1]),this.$=e[t-1];break;case 27:this.$=e[t-1].nodes;break;case 28:case 29:case 30:case 31:case 32:this.$=[];break;case 33:this.$=o.addSubGraph(e[t-6],e[t-1],e[t-4]);break;case 34:this.$=o.addSubGraph(e[t-3],e[t-1],e[t-3]);break;case 35:this.$=o.addSubGraph(void 0,e[t-1],void 0);break;case 37:this.$=e[t].trim(),o.setAccTitle(this.$);break;case 38:case 39:this.$=e[t].trim(),o.setAccDescription(this.$);break;case 43:this.$=e[t-1]+e[t];break;case 44:this.$=e[t];break;case 45:o.addVertex(e[t-1][e[t-1].length-1],void 0,void 0,void 0,void 0,void 0,void 0,e[t]),o.addLink(e[t-3].stmt,e[t-1],e[t-2]),this.$={stmt:e[t-1],nodes:e[t-1].concat(e[t-3].nodes)};break;case 46:o.addLink(e[t-2].stmt,e[t],e[t-1]),this.$={stmt:e[t],nodes:e[t].concat(e[t-2].nodes)};break;case 47:o.addLink(e[t-3].stmt,e[t-1],e[t-2]),this.$={stmt:e[t-1],nodes:e[t-1].concat(e[t-3].nodes)};break;case 48:this.$={stmt:e[t-1],nodes:e[t-1]};break;case 49:o.addVertex(e[t-1][e[t-1].length-1],void 0,void 0,void 0,void 0,void 0,void 0,e[t]),this.$={stmt:e[t-1],nodes:e[t-1],shapeData:e[t]};break;case 50:this.$={stmt:e[t],nodes:e[t]};break;case 51:this.$=[e[t]];break;case 52:o.addVertex(e[t-5][e[t-5].length-1],void 0,void 0,void 0,void 0,void 0,void 0,e[t-4]),this.$=e[t-5].concat(e[t]);break;case 53:this.$=e[t-4].concat(e[t]);break;case 54:this.$=e[t];break;case 55:this.$=e[t-2],o.setClass(e[t-2],e[t]);break;case 56:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"square");break;case 57:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"doublecircle");break;case 58:this.$=e[t-5],o.addVertex(e[t-5],e[t-2],"circle");break;case 59:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"ellipse");break;case 60:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"stadium");break;case 61:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"subroutine");break;case 62:this.$=e[t-7],o.addVertex(e[t-7],e[t-1],"rect",void 0,void 0,void 0,Object.fromEntries([[e[t-5],e[t-3]]]));break;case 63:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"cylinder");break;case 64:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"round");break;case 65:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"diamond");break;case 66:this.$=e[t-5],o.addVertex(e[t-5],e[t-2],"hexagon");break;case 67:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"odd");break;case 68:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"trapezoid");break;case 69:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"inv_trapezoid");break;case 70:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"lean_right");break;case 71:this.$=e[t-3],o.addVertex(e[t-3],e[t-1],"lean_left");break;case 72:this.$=e[t],o.addVertex(e[t]);break;case 73:e[t-1].text=e[t],this.$=e[t-1];break;case 74:case 75:e[t-2].text=e[t-1],this.$=e[t-2];break;case 76:this.$=e[t];break;case 77:var M=o.destructLink(e[t],e[t-2]);this.$={type:M.type,stroke:M.stroke,length:M.length,text:e[t-1]};break;case 78:var M=o.destructLink(e[t],e[t-2]);this.$={type:M.type,stroke:M.stroke,length:M.length,text:e[t-1],id:e[t-3]};break;case 79:this.$={text:e[t],type:"text"};break;case 80:this.$={text:e[t-1].text+""+e[t],type:e[t-1].type};break;case 81:this.$={text:e[t],type:"string"};break;case 82:this.$={text:e[t],type:"markdown"};break;case 83:var M=o.destructLink(e[t]);this.$={type:M.type,stroke:M.stroke,length:M.length};break;case 84:var M=o.destructLink(e[t]);this.$={type:M.type,stroke:M.stroke,length:M.length,id:e[t-1]};break;case 85:this.$=e[t-1];break;case 86:this.$={text:e[t],type:"text"};break;case 87:this.$={text:e[t-1].text+""+e[t],type:e[t-1].type};break;case 88:this.$={text:e[t],type:"string"};break;case 89:case 104:this.$={text:e[t],type:"markdown"};break;case 101:this.$={text:e[t],type:"text"};break;case 102:this.$={text:e[t-1].text+""+e[t],type:e[t-1].type};break;case 103:this.$={text:e[t],type:"text"};break;case 105:this.$=e[t-4],o.addClass(e[t-2],e[t]);break;case 106:this.$=e[t-4],o.setClass(e[t-2],e[t]);break;case 107:case 115:this.$=e[t-1],o.setClickEvent(e[t-1],e[t]);break;case 108:case 116:this.$=e[t-3],o.setClickEvent(e[t-3],e[t-2]),o.setTooltip(e[t-3],e[t]);break;case 109:this.$=e[t-2],o.setClickEvent(e[t-2],e[t-1],e[t]);break;case 110:this.$=e[t-4],o.setClickEvent(e[t-4],e[t-3],e[t-2]),o.setTooltip(e[t-4],e[t]);break;case 111:this.$=e[t-2],o.setLink(e[t-2],e[t]);break;case 112:this.$=e[t-4],o.setLink(e[t-4],e[t-2]),o.setTooltip(e[t-4],e[t]);break;case 113:this.$=e[t-4],o.setLink(e[t-4],e[t-2],e[t]);break;case 114:this.$=e[t-6],o.setLink(e[t-6],e[t-4],e[t]),o.setTooltip(e[t-6],e[t-2]);break;case 117:this.$=e[t-1],o.setLink(e[t-1],e[t]);break;case 118:this.$=e[t-3],o.setLink(e[t-3],e[t-2]),o.setTooltip(e[t-3],e[t]);break;case 119:this.$=e[t-3],o.setLink(e[t-3],e[t-2],e[t]);break;case 120:this.$=e[t-5],o.setLink(e[t-5],e[t-4],e[t]),o.setTooltip(e[t-5],e[t-2]);break;case 121:this.$=e[t-4],o.addVertex(e[t-2],void 0,void 0,e[t]);break;case 122:this.$=e[t-4],o.updateLink([e[t-2]],e[t]);break;case 123:this.$=e[t-4],o.updateLink(e[t-2],e[t]);break;case 124:this.$=e[t-8],o.updateLinkInterpolate([e[t-6]],e[t-2]),o.updateLink([e[t-6]],e[t]);break;case 125:this.$=e[t-8],o.updateLinkInterpolate(e[t-6],e[t-2]),o.updateLink(e[t-6],e[t]);break;case 126:this.$=e[t-6],o.updateLinkInterpolate([e[t-4]],e[t]);break;case 127:this.$=e[t-6],o.updateLinkInterpolate(e[t-4],e[t]);break;case 128:case 130:this.$=[e[t]];break;case 129:case 131:e[t-2].push(e[t]),this.$=e[t-2];break;case 133:this.$=e[t-1]+e[t];break;case 181:this.$=e[t];break;case 182:this.$=e[t-1]+""+e[t];break;case 184:this.$=e[t-1]+""+e[t];break;case 185:this.$={stmt:"dir",value:"TB"};break;case 186:this.$={stmt:"dir",value:"BT"};break;case 187:this.$={stmt:"dir",value:"RL"};break;case 188:this.$={stmt:"dir",value:"LR"};break;case 189:this.$={stmt:"dir",value:"TD"};break}},"anonymous"),table:[{3:1,4:2,9:i,10:r,12:n},{1:[3]},s(a,l,{5:6}),{4:7,9:i,10:r,12:n},{4:8,9:i,10:r,12:n},{13:[1,9],14:[1,10]},{1:[2,1],6:11,7:12,8:g,9:u,10:y,11:h,20:17,22:18,23:19,24:20,25:21,26:22,27:T,33:24,34:L,36:V,38:k,42:28,43:39,44:A,45:40,47:41,60:x,84:De,85:z,86:c,87:f,88:q,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W,121:Oe,122:Ue,123:We,124:je,125:ze},s(a,[2,9]),s(a,[2,10]),s(a,[2,11]),{8:[1,55],9:[1,56],10:ge,15:54,18:57},s(B,[2,3]),s(B,[2,4]),s(B,[2,5]),s(B,[2,6]),s(B,[2,7]),s(B,[2,8]),{8:ie,9:re,11:ne,21:59,41:60,72:64,75:[1,65],77:[1,67],78:[1,66]},{8:ie,9:re,11:ne,21:68},{8:ie,9:re,11:ne,21:69},{8:ie,9:re,11:ne,21:70},{8:ie,9:re,11:ne,21:71},{8:ie,9:re,11:ne,21:72},{8:ie,9:re,10:[1,73],11:ne,21:74},s(B,[2,36]),{35:[1,75]},{37:[1,76]},s(B,[2,39]),s(Ee,[2,50],{18:77,39:78,10:ge,40:ot}),{10:[1,80]},{10:[1,81]},{10:[1,82]},{10:[1,83]},{14:Se,44:Te,60:xe,80:[1,87],89:Fe,95:[1,84],97:[1,85],101:86,105:Be,106:_e,109:we,111:Le,114:Ve,115:ve,116:Ie,120:88},s(B,[2,185]),s(B,[2,186]),s(B,[2,187]),s(B,[2,188]),s(B,[2,189]),s(me,[2,51]),s(me,[2,54],{46:[1,100]}),s(K,[2,72],{113:113,29:[1,101],44:A,48:[1,102],50:[1,103],52:[1,104],54:[1,105],56:[1,106],58:[1,107],60:x,63:[1,108],65:[1,109],67:[1,110],68:[1,111],70:[1,112],89:F,102:I,105:R,106:N,109:G,111:P,114:O,115:U,116:W}),s(Q,[2,181]),s(Q,[2,142]),s(Q,[2,143]),s(Q,[2,144]),s(Q,[2,145]),s(Q,[2,146]),s(Q,[2,147]),s(Q,[2,148]),s(Q,[2,149]),s(Q,[2,150]),s(Q,[2,151]),s(Q,[2,152]),s(a,[2,12]),s(a,[2,18]),s(a,[2,19]),{9:[1,114]},s(lt,[2,26],{18:115,10:ge}),s(B,[2,27]),{42:116,43:39,44:A,45:40,47:41,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W},s(B,[2,40]),s(B,[2,41]),s(B,[2,42]),s(Re,[2,76],{73:117,62:[1,119],74:[1,118]}),{76:120,79:121,80:ct,81:ht,116:Ke,119:He},{75:[1,126],77:[1,127]},s(dt,[2,83]),s(B,[2,28]),s(B,[2,29]),s(B,[2,30]),s(B,[2,31]),s(B,[2,32]),{10:pt,12:ft,14:gt,27:bt,28:128,32:kt,44:mt,60:At,75:yt,80:[1,130],81:[1,131],83:141,84:Ct,85:Dt,86:Et,87:St,88:Tt,89:xt,90:Ft,91:129,105:Bt,109:_t,111:wt,114:Lt,115:Vt,116:vt},s(Ze,l,{5:154}),s(B,[2,37]),s(B,[2,38]),s(Ee,[2,48],{44:It}),s(Ee,[2,49],{18:156,10:ge,40:Rt}),s(me,[2,44]),{44:A,47:158,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W},{102:[1,159],103:160,105:[1,161]},{44:A,47:162,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W},{44:A,47:163,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W},s(v,[2,107],{10:[1,164],96:[1,165]}),{80:[1,166]},s(v,[2,115],{120:168,10:[1,167],14:Se,44:Te,60:xe,89:Fe,105:Be,106:_e,109:we,111:Le,114:Ve,115:ve,116:Ie}),s(v,[2,117],{10:[1,169]}),s(J,[2,183]),s(J,[2,170]),s(J,[2,171]),s(J,[2,172]),s(J,[2,173]),s(J,[2,174]),s(J,[2,175]),s(J,[2,176]),s(J,[2,177]),s(J,[2,178]),s(J,[2,179]),s(J,[2,180]),{44:A,47:170,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W},{30:171,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:179,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:181,50:[1,180],67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:182,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:183,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:184,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{109:[1,185]},{30:186,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:187,65:[1,188],67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:189,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:190,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{30:191,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},s(Q,[2,182]),s(a,[2,20]),s(lt,[2,25]),s(Ee,[2,46],{39:192,18:193,10:ge,40:ot}),s(Re,[2,73],{10:[1,194]}),{10:[1,195]},{30:196,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{77:[1,197],79:198,116:Ke,119:He},s(Ne,[2,79]),s(Ne,[2,81]),s(Ne,[2,82]),s(Ne,[2,168]),s(Ne,[2,169]),{76:199,79:121,80:ct,81:ht,116:Ke,119:He},s(dt,[2,84]),{8:ie,9:re,10:pt,11:ne,12:ft,14:gt,21:201,27:bt,29:[1,200],32:kt,44:mt,60:At,75:yt,83:141,84:Ct,85:Dt,86:Et,87:St,88:Tt,89:xt,90:Ft,91:202,105:Bt,109:_t,111:wt,114:Lt,115:Vt,116:vt},s(_,[2,101]),s(_,[2,103]),s(_,[2,104]),s(_,[2,157]),s(_,[2,158]),s(_,[2,159]),s(_,[2,160]),s(_,[2,161]),s(_,[2,162]),s(_,[2,163]),s(_,[2,164]),s(_,[2,165]),s(_,[2,166]),s(_,[2,167]),s(_,[2,90]),s(_,[2,91]),s(_,[2,92]),s(_,[2,93]),s(_,[2,94]),s(_,[2,95]),s(_,[2,96]),s(_,[2,97]),s(_,[2,98]),s(_,[2,99]),s(_,[2,100]),{6:11,7:12,8:g,9:u,10:y,11:h,20:17,22:18,23:19,24:20,25:21,26:22,27:T,32:[1,203],33:24,34:L,36:V,38:k,42:28,43:39,44:A,45:40,47:41,60:x,84:De,85:z,86:c,87:f,88:q,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W,121:Oe,122:Ue,123:We,124:je,125:ze},{10:ge,18:204},{44:[1,205]},s(me,[2,43]),{10:[1,206],44:A,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:113,114:O,115:U,116:W},{10:[1,207]},{10:[1,208],106:[1,209]},s(Nt,[2,128]),{10:[1,210],44:A,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:113,114:O,115:U,116:W},{10:[1,211],44:A,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:113,114:O,115:U,116:W},{80:[1,212]},s(v,[2,109],{10:[1,213]}),s(v,[2,111],{10:[1,214]}),{80:[1,215]},s(J,[2,184]),{80:[1,216],98:[1,217]},s(me,[2,55],{113:113,44:A,60:x,89:F,102:I,105:R,106:N,109:G,111:P,114:O,115:U,116:W}),{31:[1,218],67:C,82:219,116:D,117:E,118:S},s(be,[2,86]),s(be,[2,88]),s(be,[2,89]),s(be,[2,153]),s(be,[2,154]),s(be,[2,155]),s(be,[2,156]),{49:[1,220],67:C,82:219,116:D,117:E,118:S},{30:221,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{51:[1,222],67:C,82:219,116:D,117:E,118:S},{53:[1,223],67:C,82:219,116:D,117:E,118:S},{55:[1,224],67:C,82:219,116:D,117:E,118:S},{57:[1,225],67:C,82:219,116:D,117:E,118:S},{60:[1,226]},{64:[1,227],67:C,82:219,116:D,117:E,118:S},{66:[1,228],67:C,82:219,116:D,117:E,118:S},{30:229,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},{31:[1,230],67:C,82:219,116:D,117:E,118:S},{67:C,69:[1,231],71:[1,232],82:219,116:D,117:E,118:S},{67:C,69:[1,234],71:[1,233],82:219,116:D,117:E,118:S},s(Ee,[2,45],{18:156,10:ge,40:Rt}),s(Ee,[2,47],{44:It}),s(Re,[2,75]),s(Re,[2,74]),{62:[1,235],67:C,82:219,116:D,117:E,118:S},s(Re,[2,77]),s(Ne,[2,80]),{77:[1,236],79:198,116:Ke,119:He},{30:237,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},s(Ze,l,{5:238}),s(_,[2,102]),s(B,[2,35]),{43:239,44:A,45:40,47:41,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W},{10:ge,18:240},{10:ae,60:ue,84:oe,92:241,105:le,107:242,108:243,109:ce,110:he,111:de,112:pe},{10:ae,60:ue,84:oe,92:252,104:[1,253],105:le,107:242,108:243,109:ce,110:he,111:de,112:pe},{10:ae,60:ue,84:oe,92:254,104:[1,255],105:le,107:242,108:243,109:ce,110:he,111:de,112:pe},{105:[1,256]},{10:ae,60:ue,84:oe,92:257,105:le,107:242,108:243,109:ce,110:he,111:de,112:pe},{44:A,47:258,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W},s(v,[2,108]),{80:[1,259]},{80:[1,260],98:[1,261]},s(v,[2,116]),s(v,[2,118],{10:[1,262]}),s(v,[2,119]),s(K,[2,56]),s(be,[2,87]),s(K,[2,57]),{51:[1,263],67:C,82:219,116:D,117:E,118:S},s(K,[2,64]),s(K,[2,59]),s(K,[2,60]),s(K,[2,61]),{109:[1,264]},s(K,[2,63]),s(K,[2,65]),{66:[1,265],67:C,82:219,116:D,117:E,118:S},s(K,[2,67]),s(K,[2,68]),s(K,[2,70]),s(K,[2,69]),s(K,[2,71]),s([10,44,60,89,102,105,106,109,111,114,115,116],[2,85]),s(Re,[2,78]),{31:[1,266],67:C,82:219,116:D,117:E,118:S},{6:11,7:12,8:g,9:u,10:y,11:h,20:17,22:18,23:19,24:20,25:21,26:22,27:T,32:[1,267],33:24,34:L,36:V,38:k,42:28,43:39,44:A,45:40,47:41,60:x,84:De,85:z,86:c,87:f,88:q,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W,121:Oe,122:Ue,123:We,124:je,125:ze},s(me,[2,53]),{43:268,44:A,45:40,47:41,60:x,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W},s(v,[2,121],{106:Ge}),s(Gt,[2,130],{108:270,10:ae,60:ue,84:oe,105:le,109:ce,110:he,111:de,112:pe}),s(te,[2,132]),s(te,[2,134]),s(te,[2,135]),s(te,[2,136]),s(te,[2,137]),s(te,[2,138]),s(te,[2,139]),s(te,[2,140]),s(te,[2,141]),s(v,[2,122],{106:Ge}),{10:[1,271]},s(v,[2,123],{106:Ge}),{10:[1,272]},s(Nt,[2,129]),s(v,[2,105],{106:Ge}),s(v,[2,106],{113:113,44:A,60:x,89:F,102:I,105:R,106:N,109:G,111:P,114:O,115:U,116:W}),s(v,[2,110]),s(v,[2,112],{10:[1,273]}),s(v,[2,113]),{98:[1,274]},{51:[1,275]},{62:[1,276]},{66:[1,277]},{8:ie,9:re,11:ne,21:278},s(B,[2,34]),s(me,[2,52]),{10:ae,60:ue,84:oe,105:le,107:279,108:243,109:ce,110:he,111:de,112:pe},s(te,[2,133]),{14:Se,44:Te,60:xe,89:Fe,101:280,105:Be,106:_e,109:we,111:Le,114:Ve,115:ve,116:Ie,120:88},{14:Se,44:Te,60:xe,89:Fe,101:281,105:Be,106:_e,109:we,111:Le,114:Ve,115:ve,116:Ie,120:88},{98:[1,282]},s(v,[2,120]),s(K,[2,58]),{30:283,67:C,80:H,81:Y,82:172,116:D,117:E,118:S},s(K,[2,66]),s(Ze,l,{5:284}),s(Gt,[2,131],{108:270,10:ae,60:ue,84:oe,105:le,109:ce,110:he,111:de,112:pe}),s(v,[2,126],{120:168,10:[1,285],14:Se,44:Te,60:xe,89:Fe,105:Be,106:_e,109:we,111:Le,114:Ve,115:ve,116:Ie}),s(v,[2,127],{120:168,10:[1,286],14:Se,44:Te,60:xe,89:Fe,105:Be,106:_e,109:we,111:Le,114:Ve,115:ve,116:Ie}),s(v,[2,114]),{31:[1,287],67:C,82:219,116:D,117:E,118:S},{6:11,7:12,8:g,9:u,10:y,11:h,20:17,22:18,23:19,24:20,25:21,26:22,27:T,32:[1,288],33:24,34:L,36:V,38:k,42:28,43:39,44:A,45:40,47:41,60:x,84:De,85:z,86:c,87:f,88:q,89:F,102:I,105:R,106:N,109:G,111:P,113:42,114:O,115:U,116:W,121:Oe,122:Ue,123:We,124:je,125:ze},{10:ae,60:ue,84:oe,92:289,105:le,107:242,108:243,109:ce,110:he,111:de,112:pe},{10:ae,60:ue,84:oe,92:290,105:le,107:242,108:243,109:ce,110:he,111:de,112:pe},s(K,[2,62]),s(B,[2,33]),s(v,[2,124],{106:Ge}),s(v,[2,125],{106:Ge})],defaultActions:{},parseError:b(function(d,p){if(p.recoverable)this.trace(d);else{var m=new Error(d);throw m.hash=p,m}},"parseError"),parse:b(function(d){var p=this,m=[0],o=[],w=[null],e=[],Ae=this.table,t="",M=0,Mt=0,Pt=0,A1=2,Ot=1,y1=e.slice.call(arguments,1),j=Object.create(this.lexer),ye={yy:{}};for(var tt in this.yy)Object.prototype.hasOwnProperty.call(this.yy,tt)&&(ye.yy[tt]=this.yy[tt]);j.setInput(d,ye.yy),ye.yy.lexer=j,ye.yy.parser=this,typeof j.yylloc>"u"&&(j.yylloc={});var st=j.yylloc;e.push(st);var C1=j.options&&j.options.ranges;typeof ye.yy.parseError=="function"?this.parseError=ye.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function w1(Z){m.length=m.length-2*Z,w.length=w.length-Z,e.length=e.length-Z}b(w1,"popStack");function D1(){var Z;return Z=o.pop()||j.lex()||Ot,typeof Z!="number"&&(Z instanceof Array&&(o=Z,Z=o.pop()),Z=p.symbols_[Z]||Z),Z}b(D1,"lex");for(var X,it,Ce,$,L1,rt,Me={},Ye,fe,Ut,qe;;){if(Ce=m[m.length-1],this.defaultActions[Ce]?$=this.defaultActions[Ce]:((X===null||typeof X>"u")&&(X=D1()),$=Ae[Ce]&&Ae[Ce][X]),typeof $>"u"||!$.length||!$[0]){var nt="";qe=[];for(Ye in Ae[Ce])this.terminals_[Ye]&&Ye>A1&&qe.push("'"+this.terminals_[Ye]+"'");j.showPosition?nt="Parse error on line "+(M+1)+`:
`+j.showPosition()+`
Expecting `+qe.join(", ")+", got '"+(this.terminals_[X]||X)+"'":nt="Parse error on line "+(M+1)+": Unexpected "+(X==Ot?"end of input":"'"+(this.terminals_[X]||X)+"'"),this.parseError(nt,{text:j.match,token:this.terminals_[X]||X,line:j.yylineno,loc:st,expected:qe})}if($[0]instanceof Array&&$.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Ce+", token: "+X);switch($[0]){case 1:m.push(X),w.push(j.yytext),e.push(j.yylloc),m.push($[1]),X=null,it?(X=it,it=null):(Mt=j.yyleng,t=j.yytext,M=j.yylineno,st=j.yylloc,Pt>0&&Pt--);break;case 2:if(fe=this.productions_[$[1]][1],Me.$=w[w.length-fe],Me._$={first_line:e[e.length-(fe||1)].first_line,last_line:e[e.length-1].last_line,first_column:e[e.length-(fe||1)].first_column,last_column:e[e.length-1].last_column},C1&&(Me._$.range=[e[e.length-(fe||1)].range[0],e[e.length-1].range[1]]),rt=this.performAction.apply(Me,[t,Mt,M,ye.yy,$[1],w,e].concat(y1)),typeof rt<"u")return rt;fe&&(m=m.slice(0,-1*fe*2),w=w.slice(0,-1*fe),e=e.slice(0,-1*fe)),m.push(this.productions_[$[1]][0]),w.push(Me.$),e.push(Me._$),Ut=Ae[m[m.length-2]][m[m.length-1]],m.push(Ut);break;case 3:return!0}}return!0},"parse")},m1=(function(){var ke={EOF:1,parseError:b(function(p,m){if(this.yy.parser)this.yy.parser.parseError(p,m);else throw new Error(p)},"parseError"),setInput:b(function(d,p){return this.yy=p||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:b(function(){var d=this._input[0];this.yytext+=d,this.yyleng++,this.offset++,this.match+=d,this.matched+=d;var p=d.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),d},"input"),unput:b(function(d){var p=d.length,m=d.split(/(?:\r\n?|\n)/g);this._input=d+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-p),this.offset-=p;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),m.length-1&&(this.yylineno-=m.length-1);var w=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===o.length?this.yylloc.first_column:0)+o[o.length-m.length].length-m[0].length:this.yylloc.first_column-p},this.options.ranges&&(this.yylloc.range=[w[0],w[0]+this.yyleng-p]),this.yyleng=this.yytext.length,this},"unput"),more:b(function(){return this._more=!0,this},"more"),reject:b(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:b(function(d){this.unput(this.match.slice(d))},"less"),pastInput:b(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:b(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:b(function(){var d=this.pastInput(),p=new Array(d.length+1).join("-");return d+this.upcomingInput()+`
`+p+"^"},"showPosition"),test_match:b(function(d,p){var m,o,w;if(this.options.backtrack_lexer&&(w={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&&(w.yylloc.range=this.yylloc.range.slice(0))),o=d[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+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],m=this.performAction.call(this,this.yy,this,p,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),m)return m;if(this._backtrack){for(var e in w)this[e]=w[e];return!1}return!1},"test_match"),next:b(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var d,p,m,o;this._more||(this.yytext="",this.match="");for(var w=this._currentRules(),e=0;e<w.length;e++)if(m=this._input.match(this.rules[w[e]]),m&&(!p||m[0].length>p[0].length)){if(p=m,o=e,this.options.backtrack_lexer){if(d=this.test_match(m,w[e]),d!==!1)return d;if(this._backtrack){p=!1;continue}else return!1}else if(!this.options.flex)break}return p?(d=this.test_match(p,w[o]),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:b(function(){var p=this.next();return p||this.lex()},"lex"),begin:b(function(p){this.conditionStack.push(p)},"begin"),popState:b(function(){var p=this.conditionStack.length-1;return p>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:b(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:b(function(p){return p=this.conditionStack.length-1-Math.abs(p||0),p>=0?this.conditionStack[p]:"INITIAL"},"topState"),pushState:b(function(p){this.begin(p)},"pushState"),stateStackSize:b(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:b(function(p,m,o,w){var e=w;switch(o){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"),m.yytext="",40;break;case 8:return this.pushState("shapeDataStr"),40;break;case 9:return this.popState(),40;break;case 10:let Ae=/\n\s*/g;return m.yytext=m.yytext.replace(Ae,"<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 p.lex.firstGraph()&&this.begin("dir"),12;break;case 36:return p.lex.firstGraph()&&this.begin("dir"),12;break;case 37:return p.lex.firstGraph()&&this.begin("dir"),12;break;case 38:return p.lex.firstGraph()&&this.begin("dir"),12;break;case 39:return 27;case 40:return 32;case 41:return 98;case 42:return 98;case 43:return 98;case 44:return 98;case 45:return this.popState(),13;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 this.popState(),14;break;case 56:return 121;case 57:return 122;case 58:return 123;case 59:return 124;case 60:return 125;case 61:return 78;case 62:return 105;case 63:return 111;case 64:return 46;case 65:return 60;case 66:return 44;case 67:return 8;case 68:return 106;case 69:return 115;case 70:return this.popState(),77;break;case 71:return this.pushState("edgeText"),75;break;case 72:return 119;case 73:return this.popState(),77;break;case 74:return this.pushState("thickEdgeText"),75;break;case 75:return 119;case 76:return this.popState(),77;break;case 77:return this.pushState("dottedEdgeText"),75;break;case 78:return 119;case 79:return 77;case 80:return this.popState(),53;break;case 81:return"TEXT";case 82:return this.pushState("ellipseText"),52;break;case 83:return this.popState(),55;break;case 84:return this.pushState("text"),54;break;case 85:return this.popState(),57;break;case 86:return this.pushState("text"),56;break;case 87:return 58;case 88:return this.pushState("text"),67;break;case 89:return this.popState(),64;break;case 90:return this.pushState("text"),63;break;case 91:return this.popState(),49;break;case 92:return this.pushState("text"),48;break;case 93:return this.popState(),69;break;case 94:return this.popState(),71;break;case 95:return 117;case 96:return this.pushState("trapText"),68;break;case 97:return this.pushState("trapText"),70;break;case 98:return 118;case 99:return 67;case 100:return 90;case 101:return"SEP";case 102:return 89;case 103:return 115;case 104:return 111;case 105:return 44;case 106:return 109;case 107:return 114;case 108:return 116;case 109:return this.popState(),62;break;case 110:return this.pushState("text"),62;break;case 111:return this.popState(),51;break;case 112:return this.pushState("text"),50;break;case 113:return this.popState(),31;break;case 114:return this.pushState("text"),29;break;case 115:return this.popState(),66;break;case 116:return this.pushState("text"),65;break;case 117:return"TEXT";case 118:return"QUOTE";case 119:return 9;case 120:return 10;case 121:return 11}},"anonymous"),rules:[/^(?:accTitle\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*\{\s*)/,/^(?:[\}])/,/^(?:[^\}]*)/,/^(?:@\{)/,/^(?:["])/,/^(?:["])/,/^(?:[^\"]+)/,/^(?:[^}^"]+)/,/^(?:\})/,/^(?:call[\s]+)/,/^(?:\([\s]*\))/,/^(?:\()/,/^(?:[^(]*)/,/^(?:\))/,/^(?:[^)]*)/,/^(?:[^`"]+)/,/^(?:[`]["])/,/^(?:["][`])/,/^(?:[^"]+)/,/^(?:["])/,/^(?:["])/,/^(?:style\b)/,/^(?:default\b)/,/^(?:linkStyle\b)/,/^(?:interpolate\b)/,/^(?:classDef\b)/,/^(?:class\b)/,/^(?:href[\s])/,/^(?:click[\s]+)/,/^(?:[\s\n])/,/^(?:[^\s\n]*)/,/^(?:flowchart-elk\b)/,/^(?:swimlane-beta\b)/,/^(?:graph\b)/,/^(?:flowchart\b)/,/^(?:subgraph\b)/,/^(?:end\b\s*)/,/^(?:_self\b)/,/^(?:_blank\b)/,/^(?:_parent\b)/,/^(?:_top\b)/,/^(?:(\r?\n)*\s*\n)/,/^(?:\s*LR\b)/,/^(?:\s*RL\b)/,/^(?:\s*TB\b)/,/^(?:\s*BT\b)/,/^(?:\s*TD\b)/,/^(?:\s*BR\b)/,/^(?:\s*<)/,/^(?:\s*>)/,/^(?:\s*\^)/,/^(?:\s*v\b)/,/^(?:.*direction\s+TB[^\n]*)/,/^(?:.*direction\s+BT[^\n]*)/,/^(?:.*direction\s+RL[^\n]*)/,/^(?:.*direction\s+LR[^\n]*)/,/^(?:.*direction\s+TD[^\n]*)/,/^(?:[^\s\"]+@(?=[^\{\"]))/,/^(?:[0-9]+)/,/^(?:#)/,/^(?::::)/,/^(?::)/,/^(?:&)/,/^(?:;)/,/^(?:,)/,/^(?:\*)/,/^(?:\s*[xo<]?--+[-xo>]\s*)/,/^(?:\s*[xo<]?--\s*)/,/^(?:[^-]|-(?!-)+)/,/^(?:\s*[xo<]?==+[=xo>]\s*)/,/^(?:\s*[xo<]?==\s*)/,/^(?:[^=]|=(?!))/,/^(?:\s*[xo<]?-?\.+-[xo>]?\s*)/,/^(?:\s*[xo<]?-\.\s*)/,/^(?:[^\.]|\.(?!))/,/^(?:\s*~~[\~]+\s*)/,/^(?:[-/\)][\)])/,/^(?:[^\(\)\[\]\{\}]|!\)+)/,/^(?:\(-)/,/^(?:\]\))/,/^(?:\(\[)/,/^(?:\]\])/,/^(?:\[\[)/,/^(?:\[\|)/,/^(?:>)/,/^(?:\)\])/,/^(?:\[\()/,/^(?:\)\)\))/,/^(?:\(\(\()/,/^(?:[\\(?=\])][\]])/,/^(?:\/(?=\])\])/,/^(?:\/(?!\])|\\(?!\])|[^\\\[\]\(\)\{\}\/]+)/,/^(?:\[\/)/,/^(?:\[\\)/,/^(?:<)/,/^(?:>)/,/^(?:\^)/,/^(?:\\\|)/,/^(?:v\b)/,/^(?:\*)/,/^(?:#)/,/^(?:&)/,/^(?:([A-Za-z0-9!"\#$%&'*+\.`?\\_\/]|-(?=[^\>\-\.])|(?!))+)/,/^(?:-)/,/^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/,/^(?:\|)/,/^(?:\|)/,/^(?:\))/,/^(?:\()/,/^(?:\])/,/^(?:\[)/,/^(?:(\}))/,/^(?:\{)/,/^(?:[^\[\]\(\)\{\}\|\"]+)/,/^(?:")/,/^(?:(\r?\n)+)/,/^(?:[^\S\n\r]+)/,/^(?:$)/],conditions:{shapeDataEndBracket:{rules:[21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},shapeDataStr:{rules:[9,10,21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},shapeData:{rules:[8,11,12,21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},callbackargs:{rules:[17,18,21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},callbackname:{rules:[14,15,16,21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},href:{rules:[21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},click:{rules:[21,24,33,34,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},dottedEdgeText:{rules:[21,24,76,78,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},thickEdgeText:{rules:[21,24,73,75,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},edgeText:{rules:[21,24,70,72,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},trapText:{rules:[21,24,79,82,84,86,90,92,93,94,95,96,97,110,112,114,116],inclusive:!1},ellipseText:{rules:[21,24,79,80,81,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},text:{rules:[21,24,79,82,83,84,85,86,89,90,91,92,96,97,109,110,111,112,113,114,115,116,117],inclusive:!1},vertex:{rules:[21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},dir:{rules:[21,24,45,46,47,48,49,50,51,52,53,54,55,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},acc_descr_multiline:{rules:[5,6,21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},acc_descr:{rules:[3,21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},acc_title:{rules:[1,21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},md_string:{rules:[19,20,21,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},string:{rules:[21,22,23,24,79,82,84,86,90,92,96,97,110,112,114,116],inclusive:!1},INITIAL:{rules:[0,2,4,7,13,21,24,25,26,27,28,29,30,31,32,35,36,37,38,39,40,41,42,43,44,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,73,74,76,77,79,82,84,86,87,88,90,92,96,97,98,99,100,101,102,103,104,105,106,107,108,110,112,114,116,118,119,120,121],inclusive:!0}}};return ke})();$e.lexer=m1;function et(){this.yy={}}return b(et,"Parser"),et.prototype=$e,$e.Parser=et,new et})();at.parser=at;var ut=at;var g1=Object.assign({},ut);g1.parse=s=>{let i=s.replace(/}\s*\n/g,`}
`);return ut.parse(i)};var b1=g1;var x1=b(s=>{let{theme:i,bkgColorArray:r,borderColorArray:n}=s;if(!i1(i,n))return"";let a=r1(s.look),l=s1(r),g="";for(let u=0;u<n1(s.THEME_COLOR_LIMIT,n);u++){let y=n[u%n.length],h=l?`fill: ${r[u%r.length]};`:"",T=`[data-look="${a}"][data-color-id="color-${u}"]`,L=b(k=>`${T}.node ${k}, ${T}.rough-node ${k}`,"collapsedRule"),V=b(k=>`${T}.swimlane.cluster .swimlane-title${k}, ${T}.swimlane.cluster .swimlane-body${k}`,"laneRule");g+=`

    ${T}.cluster:not(.swimlane) rect {
      stroke: ${y};
      ${h}
    }

    ${T}.cluster:not(.swimlane) path {
      stroke: ${y};
      ${h}
    }

    /* Lane, classic and neo. */
    ${T}.swimlane.cluster rect.swimlane-title,
    ${T}.swimlane.cluster rect.swimlane-body {
      stroke: ${y};
      ${h}
    }

    /* Lane, handDrawn: roughjs emits the hachure fill first, then the outline. */
    ${V(" path:nth-of-type(2)")} {
      stroke: ${y};
    }
${l?`
    /* A roughjs fill is drawn as lines, so the lane fill is a stroke here. */
    ${V(" path:first-of-type")} {
      stroke: ${r[u%r.length]};
    }
`:""}
    ${L(".collapsed-group")},
    ${L(".collapsed-group path")} {
      stroke: ${y};
      ${h}
    }

    /* The ellipsis dots and the separator take clusterBorder further down, so without
       these the container is palette-coloured while its own markers are not. */
    ${L(".collapsed-indicator")} {
      fill: ${y};
    }

    ${L(".collapsed-separator")} {
      stroke: ${y};
    }
    `}return g},"genColor"),F1=b((s,i)=>{let r=jt,n=r(s,"r"),a=r(s,"g"),l=r(s,"b");return Wt(n,a,l,i)},"fade"),B1=b(s=>`${x1(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: ${s.strokeWidth??1}px;
  }
  .rough-node .label text , .node .label text, .image-shape .label, .icon-shape .label {
    text-anchor: middle;
  }

  .node .katex path {
    fill: #000;
    stroke: #000;
    stroke-width: 1px;
  }

  .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};
  }

  .edgePaths .path {
    stroke: ${s.lineColor};
    stroke-width: ${s.strokeWidth??2}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: ${F1(s.edgeLabelBackground,.5)};
    // background-color:
  }

  .cluster rect {
    fill: ${s.clusterBkg};
    stroke: ${s.clusterBorder};
    stroke-width: 1px;
  }

  .cluster text {
    fill: ${s.titleColor};
  }

  .cluster span {
    color: ${s.titleColor};
  }
  /* .cluster div {
    color: ${s.titleColor};
  } */

  /* Collapsed subgraph node (@{ view: collapsed }) */
  .node .collapsed-indicator {
    fill: ${s.clusterBorder};
    stroke: none;
    opacity: 0.6;
  }

  .node .collapsed-separator {
    stroke: ${s.clusterBorder};
    stroke-width: 0.75px;
  }

  div.mermaidTooltip {
    position: absolute;
    text-align: center;
    max-width: 200px;
    padding: 2px;
    font-family: ${s.fontFamily};
    font-size: 12px;
    background: ${s.tertiaryColor};
    border: 1px solid ${s.border2};
    border-radius: 2px;
    pointer-events: none;
    z-index: 100;
  }

  .flowchartTitleText {
    text-anchor: middle;
    font-size: 18px;
    fill: ${s.textColor};
  }

  rect.text {
    fill: none;
    stroke-width: 0;
  }

  .icon-shape, .image-shape {
    background-color: ${s.edgeLabelBackground};
    p {
      background-color: ${s.edgeLabelBackground};
      padding: 2px;
    }
    .label rect {
      opacity: 0.5;
      background-color: ${s.edgeLabelBackground};
      fill: ${s.edgeLabelBackground};
    }
    text-align: center;
  }
  ${p1()}
`,"getStyles"),k1=B1;var _1=b(({styles:s=k1}={})=>({parser:b1,get db(){return new Je},renderer:f1,styles:s,init:b(i=>{i.flowchart||(i.flowchart={}),i.flowchart.arrowMarkerAbsolute=i.arrowMarkerAbsolute,$t({flowchart:{arrowMarkerAbsolute:i.arrowMarkerAbsolute}})},"init")}),"createFlowDiagram"),ds=_1();export{k1 as a,_1 as b,ds as c};