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