@eventcatalogtest/studio
Version:
A drag and drop UI for distributed systems that keeps your diagrams where they belong – in your repo
19 lines (17 loc) • 60.5 kB
JavaScript
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5651],{19324:(t,e,s)=>{s.d(e,{P:()=>r});var i=s(52357),r=(0,i.K2)((t,e,s,r)=>{t.attr("class",s);let{width:n,height:o,x:l,y:c}=a(t,e);(0,i.a$)(t,o,n,r);let h=u(l,c,n,o,e);t.attr("viewBox",h),i.Rm.debug(`viewBox configured: ${h} with padding: ${e}`)},"setupViewPortForSVG"),a=(0,i.K2)((t,e)=>{let s=t.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:s.width+2*e,height:s.height+2*e,x:s.x,y:s.y}},"calculateDimensionsWithPadding"),u=(0,i.K2)((t,e,s,i,r)=>`${t-r} ${e-r} ${s} ${i}`,"createViewBox")},28841:(t,e,s)=>{s.d(e,{A:()=>a});var i=s(52357),r=s(40139),a=(0,i.K2)((t,e)=>{let s;return"sandbox"===e&&(s=(0,r.Ltv)("#i"+t)),("sandbox"===e?(0,r.Ltv)(s.nodes()[0].contentDocument.body):(0,r.Ltv)("body")).select(`[id="${t}"]`)},"getDiagramElement")},29094:(t,e,s)=>{s.d(e,{o:()=>i});var i=(0,s(52357).K2)(()=>`
/* Font Awesome icon styling - consolidated */
.label-icon {
display: inline-block;
height: 1em;
overflow: visible;
vertical-align: -0.125em;
}
.node .label-icon path {
fill: currentColor;
stroke: revert;
stroke-width: revert;
}
`,"getIconStyles")},50337:(t,e,s)=>{s.d(e,{A:()=>a});var i=s(45255),r=s(86781);let a=(t,e)=>i.A.lang.round(r.A.parse(t)[e])},65651:(t,e,s)=>{s.d(e,{diagram:()=>m});var i=s(29094),r=s(42479),a=s(28841),u=s(19324),n=s(75401);s(70216),s(8451);var o=s(91703);s(52418),s(75982),s(37389);var l=s(25381),c=s(52357),h=s(40139),d=s(50337),p=s(34208),g=class{constructor(){this.vertexCounter=0,this.config=(0,c.D7)(),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=c.SV,this.setAccDescription=c.EI,this.setDiagramTitle=c.ke,this.getAccTitle=c.iN,this.getAccDescription=c.m7,this.getDiagramTitle=c.ab,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{(0,c.K2)(this,"FlowDB")}sanitizeText(t){return c.Y2.sanitizeText(t,this.config)}lookUpDomId(t){for(let e of this.vertices.values())if(e.id===t)return e.domId;return t}addVertex(t,e,s,i,a,u,n={},l){let h,d;if(!t||0===t.trim().length)return;if(void 0!==l){let t;t=l.includes("\n")?l+"\n":"{\n"+l+"\n}",h=(0,r.H)(t,{schema:r.r})}let p=this.edges.find(e=>e.id===t);if(p){let t=h;t?.animate!==void 0&&(p.animate=t.animate),t?.animation!==void 0&&(p.animation=t.animation);return}let g=this.vertices.get(t);if(void 0===g&&(g={id:t,labelType:"text",domId:"flowchart-"+t+"-"+this.vertexCounter,styles:[],classes:[]},this.vertices.set(t,g)),this.vertexCounter++,void 0!==e?(this.config=(0,c.D7)(),d=this.sanitizeText(e.text.trim()),g.labelType=e.type,d.startsWith('"')&&d.endsWith('"')&&(d=d.substring(1,d.length-1)),g.text=d):void 0===g.text&&(g.text=t),void 0!==s&&(g.type=s),null!=i&&i.forEach(t=>{g.styles.push(t)}),null!=a&&a.forEach(t=>{g.classes.push(t)}),void 0!==u&&(g.dir=u),void 0===g.props?g.props=n:void 0!==n&&Object.assign(g.props,n),void 0!==h){if(h.shape){if(h.shape!==h.shape.toLowerCase()||h.shape.includes("_"))throw Error(`No such shape: ${h.shape}. Shape names should be lowercase.`);if(!(0,o.aP)(h.shape))throw Error(`No such shape: ${h.shape}.`);g.type=h?.shape}h?.label&&(g.text=h?.label),h?.icon&&(g.icon=h?.icon,h.label?.trim()||g.text!==t||(g.text="")),h?.form&&(g.form=h?.form),h?.pos&&(g.pos=h?.pos),h?.img&&(g.img=h?.img,h.label?.trim()||g.text!==t||(g.text="")),h?.constraint&&(g.constraint=h.constraint),h.w&&(g.assetWidth=Number(h.w)),h.h&&(g.assetHeight=Number(h.h))}}addSingleLink(t,e,s,i){let r={start:t,end:e,type:void 0,text:"",labelType:"text",classes:[],isUserDefinedId:!1,interpolate:this.edges.defaultInterpolate};c.Rm.info("abc78 Got edge...",r);let a=s.text;if(void 0!==a&&(r.text=this.sanitizeText(a.text.trim()),r.text.startsWith('"')&&r.text.endsWith('"')&&(r.text=r.text.substring(1,r.text.length-1)),r.labelType=a.type),void 0!==s&&(r.type=s.type,r.stroke=s.stroke,r.length=s.length>10?10:s.length),i&&!this.edges.some(t=>t.id===i))r.id=i,r.isUserDefinedId=!0;else{let t=this.edges.filter(t=>t.start===r.start&&t.end===r.end);0===t.length?r.id=(0,l.rY)(r.start,r.end,{counter:0,prefix:"L"}):r.id=(0,l.rY)(r.start,r.end,{counter:t.length+1,prefix:"L"})}if(this.edges.length<(this.config.maxEdges??500))c.Rm.info("Pushing edge..."),this.edges.push(r);else throw 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(t){return null!==t&&"object"==typeof t&&"id"in t&&"string"==typeof t.id}addLink(t,e,s){let i=this.isLinkData(s)?s.id.replace("@",""):void 0;for(let r of(c.Rm.info("addLink",t,e,i),t))for(let a of e){let u=r===t[t.length-1],n=a===e[0];u&&n?this.addSingleLink(r,a,s,i):this.addSingleLink(r,a,s,void 0)}}updateLinkInterpolate(t,e){t.forEach(t=>{"default"===t?this.edges.defaultInterpolate=e:this.edges[t].interpolate=e})}updateLink(t,e){t.forEach(t=>{if("number"==typeof t&&t>=this.edges.length)throw Error(`The index ${t} 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.)`);"default"===t?this.edges.defaultStyle=e:(this.edges[t].style=e,(this.edges[t]?.style?.length??0)>0&&!this.edges[t]?.style?.some(t=>t?.startsWith("fill"))&&this.edges[t]?.style?.push("fill:none"))})}addClass(t,e){let s=e.join().replace(/\\,/g,"\xa7\xa7\xa7").replace(/,/g,";").replace(/§§§/g,",").split(";");t.split(",").forEach(t=>{let e=this.classes.get(t);void 0===e&&(e={id:t,styles:[],textStyles:[]},this.classes.set(t,e)),null!=s&&s.forEach(t=>{if(/color/.exec(t)){let s=t.replace("fill","bgFill");e.textStyles.push(s)}e.styles.push(t)})})}setDirection(t){this.direction=t,/.*</.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"),"TD"===this.direction&&(this.direction="TB")}setClass(t,e){for(let s of t.split(",")){let t=this.vertices.get(s);t&&t.classes.push(e);let i=this.edges.find(t=>t.id===s);i&&i.classes.push(e);let r=this.subGraphLookup.get(s);r&&r.classes.push(e)}}setTooltip(t,e){if(void 0!==e)for(let s of(e=this.sanitizeText(e),t.split(",")))this.tooltips.set("gen-1"===this.version?this.lookUpDomId(s):s,e)}setClickFun(t,e,s){let i=this.lookUpDomId(t);if("loose"!==(0,c.D7)().securityLevel||void 0===e)return;let r=[];if("string"==typeof s){r=s.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);for(let t=0;t<r.length;t++){let e=r[t].trim();e.startsWith('"')&&e.endsWith('"')&&(e=e.substr(1,e.length-2)),r[t]=e}}0===r.length&&r.push(t);let a=this.vertices.get(t);a&&(a.haveCallback=!0,this.funs.push(()=>{let t=document.querySelector(`[id="${i}"]`);null!==t&&t.addEventListener("click",()=>{l._K.runFunc(e,...r)},!1)}))}setLink(t,e,s){t.split(",").forEach(t=>{let i=this.vertices.get(t);void 0!==i&&(i.link=l._K.formatUrl(e,this.config),i.linkTarget=s)}),this.setClass(t,"clickable")}getTooltip(t){return this.tooltips.get(t)}setClickEvent(t,e,s){t.split(",").forEach(t=>{this.setClickFun(t,e,s)}),this.setClass(t,"clickable")}bindFunctions(t){this.funs.forEach(e=>{e(t)})}getDirection(){return this.direction?.trim()}getVertices(){return this.vertices}getEdges(){return this.edges}getClasses(){return this.classes}setupToolTips(t){let e=(0,h.Ltv)(".mermaidTooltip");null===(e._groups||e)[0][0]&&(e=(0,h.Ltv)("body").append("div").attr("class","mermaidTooltip").style("opacity",0)),(0,h.Ltv)(t).select("svg").selectAll("g.node").on("mouseover",t=>{let s=(0,h.Ltv)(t.currentTarget);if(null===s.attr("title"))return;let i=t.currentTarget?.getBoundingClientRect();e.transition().duration(200).style("opacity",".9"),e.text(s.attr("title")).style("left",window.scrollX+i.left+(i.right-i.left)/2+"px").style("top",window.scrollY+i.bottom+"px"),e.html(e.html().replace(/<br\/>/g,"<br/>")),s.classed("hover",!0)}).on("mouseout",t=>{e.transition().duration(500).style("opacity",0),(0,h.Ltv)(t.currentTarget).classed("hover",!1)})}clear(t="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=t,this.config=(0,c.D7)(),(0,c.IU)()}setGen(t){this.version=t||"gen-2"}defaultStyle(){return"fill:#ffa;stroke: #f66; stroke-width: 3px; stroke-dasharray: 5, 5;fill:#ffa;stroke: #666;"}addSubGraph(t,e,s){let i=t.text.trim(),r=s.text;t===s&&/\s/.exec(s.text)&&(i=void 0);let a=(0,c.K2)(t=>{let e,s={boolean:{},number:{},string:{}},i=[];return{nodeList:t.filter(function(t){let r=typeof t;return t.stmt&&"dir"===t.stmt?(e=t.value,!1):""!==t.trim()&&(r in s?!s[r].hasOwnProperty(t)&&(s[r][t]=!0):!i.includes(t)&&i.push(t))}),dir:e}},"uniq")(e.flat()),u=a.nodeList,n=a.dir,o=(0,c.D7)().flowchart??{};if(n=n??(o.inheritDir?this.getDirection()??(0,c.D7)().direction??void 0:void 0),"gen-1"===this.version)for(let t=0;t<u.length;t++)u[t]=this.lookUpDomId(u[t]);i=i??"subGraph"+this.subCount,r=r||"",r=this.sanitizeText(r),this.subCount=this.subCount+1;let l={id:i,nodes:u,title:r.trim(),classes:[],dir:n,labelType:s.type};return c.Rm.info("Adding",l.id,l.nodes,l.dir),l.nodes=this.makeUniq(l,this.subGraphs).nodes,this.subGraphs.push(l),this.subGraphLookup.set(i,l),i}getPosForId(t){for(let[e,s]of this.subGraphs.entries())if(s.id===t)return e;return -1}indexNodes2(t,e){let s=this.subGraphs[e].nodes;if(this.secCount=this.secCount+1,this.secCount>2e3)return{result:!1,count:0};if(this.posCrossRef[this.secCount]=e,this.subGraphs[e].id===t)return{result:!0,count:0};let i=0,r=1;for(;i<s.length;){let e=this.getPosForId(s[i]);if(e>=0){let s=this.indexNodes2(t,e);if(s.result)return{result:!0,count:r+s.count};r+=s.count}i+=1}return{result:!1,count:r}}getDepthFirstPos(t){return this.posCrossRef[t]}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)}destructStartLink(t){let e=t.trim(),s="arrow_open";switch(e[0]){case"<":s="arrow_point",e=e.slice(1);break;case"x":s="arrow_cross",e=e.slice(1);break;case"o":s="arrow_circle",e=e.slice(1)}let i="normal";return e.includes("=")&&(i="thick"),e.includes(".")&&(i="dotted"),{type:s,stroke:i}}countChar(t,e){let s=e.length,i=0;for(let r=0;r<s;++r)e[r]===t&&++i;return i}destructEndLink(t){let e=t.trim(),s=e.slice(0,-1),i="arrow_open";switch(e.slice(-1)){case"x":i="arrow_cross",e.startsWith("x")&&(i="double_"+i,s=s.slice(1));break;case">":i="arrow_point",e.startsWith("<")&&(i="double_"+i,s=s.slice(1));break;case"o":i="arrow_circle",e.startsWith("o")&&(i="double_"+i,s=s.slice(1))}let r="normal",a=s.length-1;s.startsWith("=")&&(r="thick"),s.startsWith("~")&&(r="invisible");let u=this.countChar(".",s);return u&&(r="dotted",a=u),{type:i,stroke:r,length:a}}destructLink(t,e){let s,i=this.destructEndLink(t);if(e){if((s=this.destructStartLink(e)).stroke!==i.stroke)return{type:"INVALID",stroke:"INVALID"};if("arrow_open"===s.type)s.type=i.type;else{if(s.type!==i.type)return{type:"INVALID",stroke:"INVALID"};s.type="double_"+s.type}return"double_arrow"===s.type&&(s.type="double_arrow_point"),s.length=i.length,s}return i}exists(t,e){for(let s of t)if(s.nodes.includes(e))return!0;return!1}makeUniq(t,e){let s=[];return t.nodes.forEach((i,r)=>{this.exists(e,i)||s.push(t.nodes[r])}),{nodes:s}}getTypeFromVertex(t){if(t.img)return"imageSquare";if(t.icon)return"circle"===t.form?"iconCircle":"square"===t.form?"iconSquare":"rounded"===t.form?"iconRounded":"icon";switch(t.type){case"square":case void 0:return"squareRect";case"round":return"roundedRect";case"ellipse":return"ellipse";default:return t.type}}findNode(t,e){return t.find(t=>t.id===e)}destructEdgeType(t){let e="none",s="arrow_point";switch(t){case"arrow_point":case"arrow_circle":case"arrow_cross":s=t;break;case"double_arrow_point":case"double_arrow_circle":case"double_arrow_cross":s=e=t.replace("double_","")}return{arrowTypeStart:e,arrowTypeEnd:s}}addNodeFromVertex(t,e,s,i,r,a){let u=s.get(t.id),n=i.get(t.id)??!1,o=this.findNode(e,t.id);if(o)o.cssStyles=t.styles,o.cssCompiledStyles=this.getCompiledStyles(t.classes),o.cssClasses=t.classes.join(" ");else{let s={id:t.id,label:t.text,labelStyle:"",parentId:u,padding:r.flowchart?.padding||8,cssStyles:t.styles,cssCompiledStyles:this.getCompiledStyles(["default","node",...t.classes]),cssClasses:"default "+t.classes.join(" "),dir:t.dir,domId:t.domId,look:a,link:t.link,linkTarget:t.linkTarget,tooltip:this.getTooltip(t.id),icon:t.icon,pos:t.pos,img:t.img,assetWidth:t.assetWidth,assetHeight:t.assetHeight,constraint:t.constraint};n?e.push({...s,isGroup:!0,shape:"rect"}):e.push({...s,isGroup:!1,shape:this.getTypeFromVertex(t)})}}getCompiledStyles(t){let e=[];for(let s of t){let t=this.classes.get(s);t?.styles&&(e=[...e,...t.styles??[]].map(t=>t.trim())),t?.textStyles&&(e=[...e,...t.textStyles??[]].map(t=>t.trim()))}return e}getData(){let t=(0,c.D7)(),e=[],s=[],i=this.getSubGraphs(),r=new Map,a=new Map;for(let t=i.length-1;t>=0;t--){let e=i[t];for(let t of(e.nodes.length>0&&a.set(e.id,!0),e.nodes))r.set(t,e.id)}for(let s=i.length-1;s>=0;s--){let a=i[s];e.push({id:a.id,label:a.title,labelStyle:"",parentId:r.get(a.id),padding:8,cssCompiledStyles:this.getCompiledStyles(a.classes),cssClasses:a.classes.join(" "),shape:"rect",dir:a.dir,isGroup:!0,look:t.look})}this.getVertices().forEach(s=>{this.addNodeFromVertex(s,e,r,a,t,t.look||"classic")});let u=this.getEdges();return u.forEach((e,i)=>{let{arrowTypeStart:r,arrowTypeEnd:a}=this.destructEdgeType(e.type),n=[...u.defaultStyle??[]];e.style&&n.push(...e.style);let o={id:(0,l.rY)(e.start,e.end,{counter:i,prefix:"L"},e.id),isUserDefinedId:e.isUserDefinedId,start:e.start,end:e.end,type:e.type??"normal",label:e.text,labelpos:"c",thickness:e.stroke,minlen:e.length,classes:e?.stroke==="invisible"?"":"edge-thickness-normal edge-pattern-solid flowchart-link",arrowTypeStart:e?.stroke==="invisible"||e?.type==="arrow_open"?"none":r,arrowTypeEnd:e?.stroke==="invisible"||e?.type==="arrow_open"?"none":a,arrowheadStyle:"fill: #333",cssCompiledStyles:this.getCompiledStyles(e.classes),labelStyle:n,style:n,pattern:e.stroke,look:t.look,animate:e.animate,animation:e.animation,curve:e.interpolate||this.edges.defaultInterpolate||t.flowchart?.curve};s.push(o)}),{nodes:e,edges:s,other:{},config:t}}defaultConfig(){return c.ME.flowchart}},A=(0,c.K2)(function(t,e){return e.db.getClasses()},"getClasses"),b=(0,c.K2)(async function(t,e,s,i){let r;c.Rm.info("REF0:"),c.Rm.info("Drawing state diagram (v2)",e);let{securityLevel:o,flowchart:d,layout:p}=(0,c.D7)();"sandbox"===o&&(r=(0,h.Ltv)("#i"+e));let g="sandbox"===o?r.nodes()[0].contentDocument:document;c.Rm.debug("Before getData: ");let A=i.db.getData();c.Rm.debug("Data: ",A);let b=(0,a.A)(e,o),k=i.db.getDirection();A.type=i.type,A.layoutAlgorithm=(0,n.q7)(p),"dagre"===A.layoutAlgorithm&&"elk"===p&&c.Rm.warn("flowchart-elk was moved to an external package in Mermaid v11. Please refer [release notes](https://github.com/mermaid-js/mermaid/releases/tag/v11.0.0) for more details. This diagram will be rendered using `dagre` layout as a fallback."),A.direction=k,A.nodeSpacing=d?.nodeSpacing||50,A.rankSpacing=d?.rankSpacing||50,A.markers=["point","circle","cross"],A.diagramId=e,c.Rm.debug("REF1:",A),await (0,n.XX)(A,b);let f=A.config.flowchart?.diagramPadding??8;for(let t of(l._K.insertTitle(b,"flowchartTitleText",d?.titleTopMargin||0,i.db.getDiagramTitle()),(0,u.P)(b,f,"flowchart",d?.useMaxWidth||!1),A.nodes)){let s=(0,h.Ltv)(`#${e} [id="${t.id}"]`);if(!s||!t.link)continue;let i=g.createElementNS("http://www.w3.org/2000/svg","a");i.setAttributeNS("http://www.w3.org/2000/svg","class",t.cssClasses),i.setAttributeNS("http://www.w3.org/2000/svg","rel","noopener"),"sandbox"===o?i.setAttributeNS("http://www.w3.org/2000/svg","target","_top"):t.linkTarget&&i.setAttributeNS("http://www.w3.org/2000/svg","target",t.linkTarget);let r=s.insert(function(){return i},":first-child"),a=s.select(".label-container");a&&r.append(function(){return a.node()});let u=s.select(".label");u&&r.append(function(){return u.node()})}},"draw"),k=function(){var t=(0,c.K2)(function(t,e,s,i){for(s=s||{},i=t.length;i--;s[t[i]]=e);return s},"o"),e=[1,4],s=[1,3],i=[1,5],r=[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],a=[2,2],u=[1,13],n=[1,14],o=[1,15],l=[1,16],h=[1,23],d=[1,25],p=[1,26],g=[1,27],A=[1,49],b=[1,48],k=[1,29],f=[1,30],y=[1,31],m=[1,32],E=[1,33],D=[1,44],C=[1,46],x=[1,42],T=[1,47],F=[1,43],S=[1,50],_=[1,45],v=[1,51],B=[1,52],L=[1,34],w=[1,35],$=[1,36],I=[1,37],R=[1,57],N=[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],P=[1,61],K=[1,60],G=[1,62],O=[8,9,11,75,77,78],V=[1,78],M=[1,91],U=[1,96],W=[1,95],Y=[1,92],j=[1,88],z=[1,94],X=[1,90],H=[1,97],q=[1,93],Q=[1,98],Z=[1,89],J=[8,9,10,11,40,75,77,78],tt=[8,9,10,11,40,46,75,77,78],te=[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],ts=[8,9,11,44,60,75,77,78,89,102,105,106,109,111,114,115,116],ti=[44,60,89,102,105,106,109,111,114,115,116],tr=[1,121],ta=[1,122],tu=[1,124],tn=[1,123],to=[44,60,62,74,89,102,105,106,109,111,114,115,116],tl=[1,133],tc=[1,147],th=[1,148],td=[1,149],tp=[1,150],tg=[1,135],tA=[1,137],tb=[1,141],tk=[1,142],tf=[1,143],ty=[1,144],tm=[1,145],tE=[1,146],tD=[1,151],tC=[1,152],tx=[1,131],tT=[1,132],tF=[1,139],tS=[1,134],t_=[1,138],tv=[1,136],tB=[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],tL=[1,154],tw=[1,156],t$=[8,9,11],tI=[8,9,10,11,14,44,60,89,105,106,109,111,114,115,116],tR=[1,176],tN=[1,172],tP=[1,173],tK=[1,177],tG=[1,174],tO=[1,175],tV=[77,116,119],tM=[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],tU=[10,106],tW=[31,49,51,53,55,57,62,64,66,67,69,71,116,117,118],tY=[1,247],tj=[1,245],tz=[1,249],tX=[1,243],tH=[1,244],tq=[1,246],tQ=[1,248],tZ=[1,250],tJ=[1,268],t1=[8,9,11,106],t0=[8,9,10,11,60,84,105,106,109,110,111,112],t2={trace:(0,c.K2)(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,$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"},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]],performAction:(0,c.K2)(function(t,e,s,i,r,a,u){var n=a.length-1;switch(r){case 2:case 28:case 29:case 30:case 31:case 32:this.$=[];break;case 3:(!Array.isArray(a[n])||a[n].length>0)&&a[n-1].push(a[n]),this.$=a[n-1];break;case 4:case 183:case 44:case 54:case 76:case 181:this.$=a[n];break;case 11:i.setDirection("TB"),this.$="TB";break;case 12:i.setDirection(a[n-1]),this.$=a[n-1];break;case 27:this.$=a[n-1].nodes;break;case 33:this.$=i.addSubGraph(a[n-6],a[n-1],a[n-4]);break;case 34:this.$=i.addSubGraph(a[n-3],a[n-1],a[n-3]);break;case 35:this.$=i.addSubGraph(void 0,a[n-1],void 0);break;case 37:this.$=a[n].trim(),i.setAccTitle(this.$);break;case 38:case 39:this.$=a[n].trim(),i.setAccDescription(this.$);break;case 43:case 133:this.$=a[n-1]+a[n];break;case 45:i.addVertex(a[n-1][a[n-1].length-1],void 0,void 0,void 0,void 0,void 0,void 0,a[n]),i.addLink(a[n-3].stmt,a[n-1],a[n-2]),this.$={stmt:a[n-1],nodes:a[n-1].concat(a[n-3].nodes)};break;case 46:i.addLink(a[n-2].stmt,a[n],a[n-1]),this.$={stmt:a[n],nodes:a[n].concat(a[n-2].nodes)};break;case 47:i.addLink(a[n-3].stmt,a[n-1],a[n-2]),this.$={stmt:a[n-1],nodes:a[n-1].concat(a[n-3].nodes)};break;case 48:this.$={stmt:a[n-1],nodes:a[n-1]};break;case 49:i.addVertex(a[n-1][a[n-1].length-1],void 0,void 0,void 0,void 0,void 0,void 0,a[n]),this.$={stmt:a[n-1],nodes:a[n-1],shapeData:a[n]};break;case 50:this.$={stmt:a[n],nodes:a[n]};break;case 51:case 128:case 130:this.$=[a[n]];break;case 52:i.addVertex(a[n-5][a[n-5].length-1],void 0,void 0,void 0,void 0,void 0,void 0,a[n-4]),this.$=a[n-5].concat(a[n]);break;case 53:this.$=a[n-4].concat(a[n]);break;case 55:this.$=a[n-2],i.setClass(a[n-2],a[n]);break;case 56:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"square");break;case 57:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"doublecircle");break;case 58:this.$=a[n-5],i.addVertex(a[n-5],a[n-2],"circle");break;case 59:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"ellipse");break;case 60:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"stadium");break;case 61:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"subroutine");break;case 62:this.$=a[n-7],i.addVertex(a[n-7],a[n-1],"rect",void 0,void 0,void 0,Object.fromEntries([[a[n-5],a[n-3]]]));break;case 63:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"cylinder");break;case 64:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"round");break;case 65:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"diamond");break;case 66:this.$=a[n-5],i.addVertex(a[n-5],a[n-2],"hexagon");break;case 67:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"odd");break;case 68:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"trapezoid");break;case 69:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"inv_trapezoid");break;case 70:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"lean_right");break;case 71:this.$=a[n-3],i.addVertex(a[n-3],a[n-1],"lean_left");break;case 72:this.$=a[n],i.addVertex(a[n]);break;case 73:a[n-1].text=a[n],this.$=a[n-1];break;case 74:case 75:a[n-2].text=a[n-1],this.$=a[n-2];break;case 77:var o=i.destructLink(a[n],a[n-2]);this.$={type:o.type,stroke:o.stroke,length:o.length,text:a[n-1]};break;case 78:var o=i.destructLink(a[n],a[n-2]);this.$={type:o.type,stroke:o.stroke,length:o.length,text:a[n-1],id:a[n-3]};break;case 79:case 86:case 101:case 103:this.$={text:a[n],type:"text"};break;case 80:case 87:case 102:this.$={text:a[n-1].text+""+a[n],type:a[n-1].type};break;case 81:case 88:this.$={text:a[n],type:"string"};break;case 82:case 89:case 104:this.$={text:a[n],type:"markdown"};break;case 83:var o=i.destructLink(a[n]);this.$={type:o.type,stroke:o.stroke,length:o.length};break;case 84:var o=i.destructLink(a[n]);this.$={type:o.type,stroke:o.stroke,length:o.length,id:a[n-1]};break;case 85:this.$=a[n-1];break;case 105:this.$=a[n-4],i.addClass(a[n-2],a[n]);break;case 106:this.$=a[n-4],i.setClass(a[n-2],a[n]);break;case 107:case 115:this.$=a[n-1],i.setClickEvent(a[n-1],a[n]);break;case 108:case 116:this.$=a[n-3],i.setClickEvent(a[n-3],a[n-2]),i.setTooltip(a[n-3],a[n]);break;case 109:this.$=a[n-2],i.setClickEvent(a[n-2],a[n-1],a[n]);break;case 110:this.$=a[n-4],i.setClickEvent(a[n-4],a[n-3],a[n-2]),i.setTooltip(a[n-4],a[n]);break;case 111:this.$=a[n-2],i.setLink(a[n-2],a[n]);break;case 112:this.$=a[n-4],i.setLink(a[n-4],a[n-2]),i.setTooltip(a[n-4],a[n]);break;case 113:this.$=a[n-4],i.setLink(a[n-4],a[n-2],a[n]);break;case 114:this.$=a[n-6],i.setLink(a[n-6],a[n-4],a[n]),i.setTooltip(a[n-6],a[n-2]);break;case 117:this.$=a[n-1],i.setLink(a[n-1],a[n]);break;case 118:this.$=a[n-3],i.setLink(a[n-3],a[n-2]),i.setTooltip(a[n-3],a[n]);break;case 119:this.$=a[n-3],i.setLink(a[n-3],a[n-2],a[n]);break;case 120:this.$=a[n-5],i.setLink(a[n-5],a[n-4],a[n]),i.setTooltip(a[n-5],a[n-2]);break;case 121:this.$=a[n-4],i.addVertex(a[n-2],void 0,void 0,a[n]);break;case 122:this.$=a[n-4],i.updateLink([a[n-2]],a[n]);break;case 123:this.$=a[n-4],i.updateLink(a[n-2],a[n]);break;case 124:this.$=a[n-8],i.updateLinkInterpolate([a[n-6]],a[n-2]),i.updateLink([a[n-6]],a[n]);break;case 125:this.$=a[n-8],i.updateLinkInterpolate(a[n-6],a[n-2]),i.updateLink(a[n-6],a[n]);break;case 126:this.$=a[n-6],i.updateLinkInterpolate([a[n-4]],a[n]);break;case 127:this.$=a[n-6],i.updateLinkInterpolate(a[n-4],a[n]);break;case 129:case 131:a[n-2].push(a[n]),this.$=a[n-2];break;case 182:case 184:this.$=a[n-1]+""+a[n];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"}}},"anonymous"),table:[{3:1,4:2,9:e,10:s,12:i},{1:[3]},t(r,a,{5:6}),{4:7,9:e,10:s,12:i},{4:8,9:e,10:s,12:i},{13:[1,9],14:[1,10]},{1:[2,1],6:11,7:12,8:u,9:n,10:o,11:l,20:17,22:18,23:19,24:20,25:21,26:22,27:h,33:24,34:d,36:p,38:g,42:28,43:38,44:A,45:39,47:40,60:b,84:k,85:f,86:y,87:m,88:E,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B,121:L,122:w,123:$,124:I},t(r,[2,9]),t(r,[2,10]),t(r,[2,11]),{8:[1,54],9:[1,55],10:R,15:53,18:56},t(N,[2,3]),t(N,[2,4]),t(N,[2,5]),t(N,[2,6]),t(N,[2,7]),t(N,[2,8]),{8:P,9:K,11:G,21:58,41:59,72:63,75:[1,64],77:[1,66],78:[1,65]},{8:P,9:K,11:G,21:67},{8:P,9:K,11:G,21:68},{8:P,9:K,11:G,21:69},{8:P,9:K,11:G,21:70},{8:P,9:K,11:G,21:71},{8:P,9:K,10:[1,72],11:G,21:73},t(N,[2,36]),{35:[1,74]},{37:[1,75]},t(N,[2,39]),t(O,[2,50],{18:76,39:77,10:R,40:V}),{10:[1,79]},{10:[1,80]},{10:[1,81]},{10:[1,82]},{14:M,44:U,60:W,80:[1,86],89:Y,95:[1,83],97:[1,84],101:85,105:j,106:z,109:X,111:H,114:q,115:Q,116:Z,120:87},t(N,[2,185]),t(N,[2,186]),t(N,[2,187]),t(N,[2,188]),t(J,[2,51]),t(J,[2,54],{46:[1,99]}),t(tt,[2,72],{113:112,29:[1,100],44:A,48:[1,101],50:[1,102],52:[1,103],54:[1,104],56:[1,105],58:[1,106],60:b,63:[1,107],65:[1,108],67:[1,109],68:[1,110],70:[1,111],89:D,102:C,105:x,106:T,109:F,111:S,114:_,115:v,116:B}),t(te,[2,181]),t(te,[2,142]),t(te,[2,143]),t(te,[2,144]),t(te,[2,145]),t(te,[2,146]),t(te,[2,147]),t(te,[2,148]),t(te,[2,149]),t(te,[2,150]),t(te,[2,151]),t(te,[2,152]),t(r,[2,12]),t(r,[2,18]),t(r,[2,19]),{9:[1,113]},t(ts,[2,26],{18:114,10:R}),t(N,[2,27]),{42:115,43:38,44:A,45:39,47:40,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B},t(N,[2,40]),t(N,[2,41]),t(N,[2,42]),t(ti,[2,76],{73:116,62:[1,118],74:[1,117]}),{76:119,79:120,80:tr,81:ta,116:tu,119:tn},{75:[1,125],77:[1,126]},t(to,[2,83]),t(N,[2,28]),t(N,[2,29]),t(N,[2,30]),t(N,[2,31]),t(N,[2,32]),{10:tl,12:tc,14:th,27:td,28:127,32:tp,44:tg,60:tA,75:tb,80:[1,129],81:[1,130],83:140,84:tk,85:tf,86:ty,87:tm,88:tE,89:tD,90:tC,91:128,105:tx,109:tT,111:tF,114:tS,115:t_,116:tv},t(tB,a,{5:153}),t(N,[2,37]),t(N,[2,38]),t(O,[2,48],{44:tL}),t(O,[2,49],{18:155,10:R,40:tw}),t(J,[2,44]),{44:A,47:157,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B},{102:[1,158],103:159,105:[1,160]},{44:A,47:161,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B},{44:A,47:162,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B},t(t$,[2,107],{10:[1,163],96:[1,164]}),{80:[1,165]},t(t$,[2,115],{120:167,10:[1,166],14:M,44:U,60:W,89:Y,105:j,106:z,109:X,111:H,114:q,115:Q,116:Z}),t(t$,[2,117],{10:[1,168]}),t(tI,[2,183]),t(tI,[2,170]),t(tI,[2,171]),t(tI,[2,172]),t(tI,[2,173]),t(tI,[2,174]),t(tI,[2,175]),t(tI,[2,176]),t(tI,[2,177]),t(tI,[2,178]),t(tI,[2,179]),t(tI,[2,180]),{44:A,47:169,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B},{30:170,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:178,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:180,50:[1,179],67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:181,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:182,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:183,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{109:[1,184]},{30:185,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:186,65:[1,187],67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:188,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:189,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{30:190,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},t(te,[2,182]),t(r,[2,20]),t(ts,[2,25]),t(O,[2,46],{39:191,18:192,10:R,40:V}),t(ti,[2,73],{10:[1,193]}),{10:[1,194]},{30:195,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{77:[1,196],79:197,116:tu,119:tn},t(tV,[2,79]),t(tV,[2,81]),t(tV,[2,82]),t(tV,[2,168]),t(tV,[2,169]),{76:198,79:120,80:tr,81:ta,116:tu,119:tn},t(to,[2,84]),{8:P,9:K,10:tl,11:G,12:tc,14:th,21:200,27:td,29:[1,199],32:tp,44:tg,60:tA,75:tb,83:140,84:tk,85:tf,86:ty,87:tm,88:tE,89:tD,90:tC,91:201,105:tx,109:tT,111:tF,114:tS,115:t_,116:tv},t(tM,[2,101]),t(tM,[2,103]),t(tM,[2,104]),t(tM,[2,157]),t(tM,[2,158]),t(tM,[2,159]),t(tM,[2,160]),t(tM,[2,161]),t(tM,[2,162]),t(tM,[2,163]),t(tM,[2,164]),t(tM,[2,165]),t(tM,[2,166]),t(tM,[2,167]),t(tM,[2,90]),t(tM,[2,91]),t(tM,[2,92]),t(tM,[2,93]),t(tM,[2,94]),t(tM,[2,95]),t(tM,[2,96]),t(tM,[2,97]),t(tM,[2,98]),t(tM,[2,99]),t(tM,[2,100]),{6:11,7:12,8:u,9:n,10:o,11:l,20:17,22:18,23:19,24:20,25:21,26:22,27:h,32:[1,202],33:24,34:d,36:p,38:g,42:28,43:38,44:A,45:39,47:40,60:b,84:k,85:f,86:y,87:m,88:E,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B,121:L,122:w,123:$,124:I},{10:R,18:203},{44:[1,204]},t(J,[2,43]),{10:[1,205],44:A,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:112,114:_,115:v,116:B},{10:[1,206]},{10:[1,207],106:[1,208]},t(tU,[2,128]),{10:[1,209],44:A,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:112,114:_,115:v,116:B},{10:[1,210],44:A,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:112,114:_,115:v,116:B},{80:[1,211]},t(t$,[2,109],{10:[1,212]}),t(t$,[2,111],{10:[1,213]}),{80:[1,214]},t(tI,[2,184]),{80:[1,215],98:[1,216]},t(J,[2,55],{113:112,44:A,60:b,89:D,102:C,105:x,106:T,109:F,111:S,114:_,115:v,116:B}),{31:[1,217],67:tR,82:218,116:tK,117:tG,118:tO},t(tW,[2,86]),t(tW,[2,88]),t(tW,[2,89]),t(tW,[2,153]),t(tW,[2,154]),t(tW,[2,155]),t(tW,[2,156]),{49:[1,219],67:tR,82:218,116:tK,117:tG,118:tO},{30:220,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{51:[1,221],67:tR,82:218,116:tK,117:tG,118:tO},{53:[1,222],67:tR,82:218,116:tK,117:tG,118:tO},{55:[1,223],67:tR,82:218,116:tK,117:tG,118:tO},{57:[1,224],67:tR,82:218,116:tK,117:tG,118:tO},{60:[1,225]},{64:[1,226],67:tR,82:218,116:tK,117:tG,118:tO},{66:[1,227],67:tR,82:218,116:tK,117:tG,118:tO},{30:228,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},{31:[1,229],67:tR,82:218,116:tK,117:tG,118:tO},{67:tR,69:[1,230],71:[1,231],82:218,116:tK,117:tG,118:tO},{67:tR,69:[1,233],71:[1,232],82:218,116:tK,117:tG,118:tO},t(O,[2,45],{18:155,10:R,40:tw}),t(O,[2,47],{44:tL}),t(ti,[2,75]),t(ti,[2,74]),{62:[1,234],67:tR,82:218,116:tK,117:tG,118:tO},t(ti,[2,77]),t(tV,[2,80]),{77:[1,235],79:197,116:tu,119:tn},{30:236,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},t(tB,a,{5:237}),t(tM,[2,102]),t(N,[2,35]),{43:238,44:A,45:39,47:40,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B},{10:R,18:239},{10:tY,60:tj,84:tz,92:240,105:tX,107:241,108:242,109:tH,110:tq,111:tQ,112:tZ},{10:tY,60:tj,84:tz,92:251,104:[1,252],105:tX,107:241,108:242,109:tH,110:tq,111:tQ,112:tZ},{10:tY,60:tj,84:tz,92:253,104:[1,254],105:tX,107:241,108:242,109:tH,110:tq,111:tQ,112:tZ},{105:[1,255]},{10:tY,60:tj,84:tz,92:256,105:tX,107:241,108:242,109:tH,110:tq,111:tQ,112:tZ},{44:A,47:257,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B},t(t$,[2,108]),{80:[1,258]},{80:[1,259],98:[1,260]},t(t$,[2,116]),t(t$,[2,118],{10:[1,261]}),t(t$,[2,119]),t(tt,[2,56]),t(tW,[2,87]),t(tt,[2,57]),{51:[1,262],67:tR,82:218,116:tK,117:tG,118:tO},t(tt,[2,64]),t(tt,[2,59]),t(tt,[2,60]),t(tt,[2,61]),{109:[1,263]},t(tt,[2,63]),t(tt,[2,65]),{66:[1,264],67:tR,82:218,116:tK,117:tG,118:tO},t(tt,[2,67]),t(tt,[2,68]),t(tt,[2,70]),t(tt,[2,69]),t(tt,[2,71]),t([10,44,60,89,102,105,106,109,111,114,115,116],[2,85]),t(ti,[2,78]),{31:[1,265],67:tR,82:218,116:tK,117:tG,118:tO},{6:11,7:12,8:u,9:n,10:o,11:l,20:17,22:18,23:19,24:20,25:21,26:22,27:h,32:[1,266],33:24,34:d,36:p,38:g,42:28,43:38,44:A,45:39,47:40,60:b,84:k,85:f,86:y,87:m,88:E,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B,121:L,122:w,123:$,124:I},t(J,[2,53]),{43:267,44:A,45:39,47:40,60:b,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B},t(t$,[2,121],{106:tJ}),t(t1,[2,130],{108:269,10:tY,60:tj,84:tz,105:tX,109:tH,110:tq,111:tQ,112:tZ}),t(t0,[2,132]),t(t0,[2,134]),t(t0,[2,135]),t(t0,[2,136]),t(t0,[2,137]),t(t0,[2,138]),t(t0,[2,139]),t(t0,[2,140]),t(t0,[2,141]),t(t$,[2,122],{106:tJ}),{10:[1,270]},t(t$,[2,123],{106:tJ}),{10:[1,271]},t(tU,[2,129]),t(t$,[2,105],{106:tJ}),t(t$,[2,106],{113:112,44:A,60:b,89:D,102:C,105:x,106:T,109:F,111:S,114:_,115:v,116:B}),t(t$,[2,110]),t(t$,[2,112],{10:[1,272]}),t(t$,[2,113]),{98:[1,273]},{51:[1,274]},{62:[1,275]},{66:[1,276]},{8:P,9:K,11:G,21:277},t(N,[2,34]),t(J,[2,52]),{10:tY,60:tj,84:tz,105:tX,107:278,108:242,109:tH,110:tq,111:tQ,112:tZ},t(t0,[2,133]),{14:M,44:U,60:W,89:Y,101:279,105:j,106:z,109:X,111:H,114:q,115:Q,116:Z,120:87},{14:M,44:U,60:W,89:Y,101:280,105:j,106:z,109:X,111:H,114:q,115:Q,116:Z,120:87},{98:[1,281]},t(t$,[2,120]),t(tt,[2,58]),{30:282,67:tR,80:tN,81:tP,82:171,116:tK,117:tG,118:tO},t(tt,[2,66]),t(tB,a,{5:283}),t(t1,[2,131],{108:269,10:tY,60:tj,84:tz,105:tX,109:tH,110:tq,111:tQ,112:tZ}),t(t$,[2,126],{120:167,10:[1,284],14:M,44:U,60:W,89:Y,105:j,106:z,109:X,111:H,114:q,115:Q,116:Z}),t(t$,[2,127],{120:167,10:[1,285],14:M,44:U,60:W,89:Y,105:j,106:z,109:X,111:H,114:q,115:Q,116:Z}),t(t$,[2,114]),{31:[1,286],67:tR,82:218,116:tK,117:tG,118:tO},{6:11,7:12,8:u,9:n,10:o,11:l,20:17,22:18,23:19,24:20,25:21,26:22,27:h,32:[1,287],33:24,34:d,36:p,38:g,42:28,43:38,44:A,45:39,47:40,60:b,84:k,85:f,86:y,87:m,88:E,89:D,102:C,105:x,106:T,109:F,111:S,113:41,114:_,115:v,116:B,121:L,122:w,123:$,124:I},{10:tY,60:tj,84:tz,92:288,105:tX,107:241,108:242,109:tH,110:tq,111:tQ,112:tZ},{10:tY,60:tj,84:tz,92:289,105:tX,107:241,108:242,109:tH,110:tq,111:tQ,112:tZ},t(tt,[2,62]),t(N,[2,33]),t(t$,[2,124],{106:tJ}),t(t$,[2,125],{106:tJ})],defaultActions:{},parseError:(0,c.K2)(function(t,e){if(e.recoverable)this.trace(t);else{var s=Error(t);throw s.hash=e,s}},"parseError"),parse:(0,c.K2)(function(t){var e=this,s=[0],i=[],r=[null],a=[],u=this.table,n="",o=0,l=0,h=0,d=a.slice.call(arguments,1),p=Object.create(this.lexer),g={};for(var A in this.yy)Object.prototype.hasOwnProperty.call(this.yy,A)&&(g[A]=this.yy[A]);p.setInput(t,g),g.lexer=p,g.parser=this,void 0===p.yylloc&&(p.yylloc={});var b=p.yylloc;a.push(b);var k=p.options&&p.options.ranges;function f(){var t;return"number"!=typeof(t=i.pop()||p.lex()||1)&&(t instanceof Array&&(t=(i=t).pop()),t=e.symbols_[t]||t),t}"function"==typeof g.parseError?this.parseError=g.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,c.K2)(function(t){s.length=s.length-2*t,r.length=r.length-t,a.length=a.length-t},"popStack"),(0,c.K2)(f,"lex");for(var y,m,E,D,C,x,T,F,S,_={};;){if(E=s[s.length-1],this.defaultActions[E]?D=this.defaultActions[E]:(null==y&&(y=f()),D=u[E]&&u[E][y]),void 0===D||!D.length||!D[0]){var v="";for(x in S=[],u[E])this.terminals_[x]&&x>2&&S.push("'"+this.terminals_[x]+"'");v=p.showPosition?"Parse error on line "+(o+1)+":\n"+p.showPosition()+"\nExpecting "+S.join(", ")+", got '"+(this.terminals_[y]||y)+"'":"Parse error on line "+(o+1)+": Unexpected "+(1==y?"end of input":"'"+(this.terminals_[y]||y)+"'"),this.parseError(v,{text:p.match,token:this.terminals_[y]||y,line:p.yylineno,loc:b,expected:S})}if(D[0]instanceof Array&&D.length>1)throw Error("Parse Error: multiple actions possible at state: "+E+", token: "+y);switch(D[0]){case 1:s.push(y),r.push(p.yytext),a.push(p.yylloc),s.push(D[1]),y=null,m?(y=m,m=null):(l=p.yyleng,n=p.yytext,o=p.yylineno,b=p.yylloc,h>0&&h--);break;case 2:if(T=this.productions_[D[1]][1],_.$=r[r.length-T],_._$={first_line:a[a.length-(T||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(T||1)].first_column,last_column:a[a.length-1].last_column},k&&(_._$.range=[a[a.length-(T||1)].range[0],a[a.length-1].range[1]]),void 0!==(C=this.performAction.apply(_,[n,l,o,g,D[1],r,a].concat(d))))return C;T&&(s=s.slice(0,-1*T*2),r=r.slice(0,-1*T),a=a.slice(0,-1*T)),s.push(this.productions_[D[1]][0]),r.push(_.$),a.push(_._$),F=u[s[s.length-2]][s[s.length-1]],s.push(F);break;case 3:return!0}}return!0},"parse")};function t8(){this.yy={}}return t2.lexer={EOF:1,parseError:(0,c.K2)(function(t,e){if(this.yy.parser)this.yy.parser.parseError(t,e);else throw Error(t)},"parseError"),setInput:(0,c.K2)(function(t,e){return this.yy=e||this.yy||{},this._input=t,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:(0,c.K2)(function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},"input"),unput:(0,c.K2)(function(t){var e=t.length,s=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var i=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),s.length-1&&(this.yylineno-=s.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:s?(s.length===i.length?this.yylloc.first_column:0)+i[i.length-s.length].length-s[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[r[0],r[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},"unput"),more:(0,c.K2)(function(){return this._more=!0,this},"more"),reject:(0,c.K2)(function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):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).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"reject"),less:(0,c.K2)(function(t){this.unput(this.match.slice(t))},"less"),pastInput:(0,c.K2)(function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:(0,c.K2)(function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:(0,c.K2)(function(){var t=this.pastInput(),e=Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},"showPosition"),test_match:(0,c.K2)(function(t,e){var s,i,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))),(i=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,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(t[0].length),this.matched+=t[0],s=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),s)return s;if(this._backtrack)for(var a in r)this[a]=r[a];return!1},"test_match"),next:(0,c.K2)(function(){if(this.done)return this.EOF;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var t,e,s,i,r=this._currentRules(),a=0;a<r.length;a++)if((s=this._input.match(this.rules[r[a]]))&&(!e||s[0].length>e[0].length)){if(e=s,i=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(s,r[a])))return t;if(!this._backtrack)return!1;e=!1;continue}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,r[i]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:(0,c.K2)(function(){var t=this.next();return t||this.lex()},"lex"),begin:(0,c.K2)(function(t){this.conditionStack.push(t)},"begin"),popState:(0,c.K2)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,c.K2)(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:(0,c.K2)(function(t){return(t=this.conditionStack.length-1-Math.abs(t||0))>=0?this.conditionStack[t]:"INITIAL"},"topState"),pushState:(0,c.K2)(function(t){this.begin(t)},"pushState"),stateStackSize:(0,c.K2)(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:(0,c.K2)(function(t,e,s,i){switch(s){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:case 12:case 14:case 17:case 20:case 23:case 33:this.popState();break;case 6:return"acc_descr_multiline_value";case 7:return this.pushState("shapeData"),e.yytext="",40;case 8:return this.pushState("shapeDataStr"),40;case 9:return this.popState(),40;case 10:return e.yytext=e.yytext.replace(/\n\s*/g,"<br/>"),40;case 11:return 40;case 13:this.begin("callbackname");break;case 15:this.popState(),this.begin("callbackargs");break;case 16:return 95;case 18:return 96;case 19:return"MD_STR";case 21:this.begin("md_string");break;case 22:return"STR";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 34:return 88;case 35:case 36:case 37:return t.lex.firstGraph()&&this.begin("dir"),12;case 38:return 27;case 39:return 32;case 40:case 41:case 42:case 43:return 98;case 44:return this.popState(),13;case 45:case 46:case 47:case 48:case 49:case 50:case 51:case 52:case 53: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:case 102:return 111;case 62:return 46;case 63:return 60;case 64:case 103:return 44;case 65:return 8;case 66:return 106;case 67:case 101:return 115;case 68:case 71:case 74:return this.popState(),77;case 69:return this.pushState("edgeText"),75;case 70:case 73:case 76:return 119;case 72:return this.pushState("thickEdgeText"),75;case 75:return this.pushState("dottedEdgeText"),75;case 77:return 77;case 78:return this.popState(),53;case 79:case 115: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 104:return 109;case 105:return 114;case 106:return 116;case 107:return this.popState(),62;case 108:return this.pushState("text"),62;case 109:return this.popState(),51;case 110:return this.pushState("text"),50;case 111:return this.popState(),31;case 112:return this.pushState("text"),29;case 113:return this.popState(),66;case 114:return this.pushState("text"),65;case 116:return"QUOTE";case 117:return 9;case 118:return 10;case 119: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)/,/^(?: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]*)/,/^(?:[^\s\"]+@(?=[^\{\"]))/,/^(?:[0-9]+)/,/^(?:#)/,/^(?::::)/,/^(?::)/,/^(?:&)/,/^(?:;)/,/^(?:,)/,/^(?:\*)/,/^(?:\s*[xo<]?--+[-xo>]\s*)/,/^(?:\s*[xo<]?--\s*)/,/^(?:[^-]|-(?!-)+)/,/^(?:\s*[xo<]?==+[=xo>]\s*)/,/^(?:\s*[xo<]?==\s*)/,/^(?:[^=]|=(?!))/,/^(?: