import { select } from "d3";
import { serialize, compile, stringify } from "stylis";
import { l as log, g as getConfig, h as setConfig, i as getSiteConfig, u as updateSiteConfig, r as reset, j as defaultConfig, s as setLogLevel, a as addDirective, k as evaluate, m as saveConfigFromInitialize, t as theme, n as setSiteConfig } from "./commonDb-573409be.js";
import { g as getErrorMessage, a as registerDiagram, r as registerLazyLoadedDiagrams, d as detectType, b as getDiagram, c as getDiagramLoader, U as UnknownDiagramError, e as extractFrontMatter, p as parseDirective, u as utils, f as directiveSanitizer, h as getStyles$1 } from "./utils-d622194a.js";
import DOMPurify from "dompurify";
import isEmpty from "lodash-es/isEmpty.js";
const version = "10.1.0";
const id$h = "c4";
const detector$h = (txt) => {
return txt.match(/^\s*C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/) !== null;
};
const loader$h = async () => {
const { diagram: diagram2 } = await import("./c4Diagram-44c43e89.js");
return { id: id$h, diagram: diagram2 };
};
const plugin$h = {
id: id$h,
detector: detector$h,
loader: loader$h
};
const c4 = plugin$h;
const id$g = "flowchart";
const detector$g = (txt, config) => {
var _a, _b;
if (((_a = config == null ? void 0 : config.flowchart) == null ? void 0 : _a.defaultRenderer) === "dagre-wrapper" || ((_b = config == null ? void 0 : config.flowchart) == null ? void 0 : _b.defaultRenderer) === "elk") {
return false;
}
return txt.match(/^\s*graph/) !== null;
};
const loader$g = async () => {
const { diagram: diagram2 } = await import("./flowDiagram-46a15f6f.js");
return { id: id$g, diagram: diagram2 };
};
const plugin$g = {
id: id$g,
detector: detector$g,
loader: loader$g
};
const flowchart = plugin$g;
const id$f = "flowchart-v2";
const detector$f = (txt, config) => {
var _a, _b, _c;
if (((_a = config == null ? void 0 : config.flowchart) == null ? void 0 : _a.defaultRenderer) === "dagre-d3" || ((_b = config == null ? void 0 : config.flowchart) == null ? void 0 : _b.defaultRenderer) === "elk") {
return false;
}
if (txt.match(/^\s*graph/) !== null && ((_c = config == null ? void 0 : config.flowchart) == null ? void 0 : _c.defaultRenderer) === "dagre-wrapper") {
return true;
}
return txt.match(/^\s*flowchart/) !== null;
};
const loader$f = async () => {
const { diagram: diagram2 } = await import("./flowDiagram-v2-8e52592d.js");
return { id: id$f, diagram: diagram2 };
};
const plugin$f = {
id: id$f,
detector: detector$f,
loader: loader$f
};
const flowchartV2 = plugin$f;
const id$e = "er";
const detector$e = (txt) => {
return txt.match(/^\s*erDiagram/) !== null;
};
const loader$e = async () => {
const { diagram: diagram2 } = await import("./erDiagram-20cc9db4.js");
return { id: id$e, diagram: diagram2 };
};
const plugin$e = {
id: id$e,
detector: detector$e,
loader: loader$e
};
const er = plugin$e;
const id$d = "gitGraph";
const detector$d = (txt) => {
return txt.match(/^\s*gitGraph/) !== null;
};
const loader$d = async () => {
const { diagram: diagram2 } = await import("./gitGraphDiagram-0a645df6.js");
return { id: id$d, diagram: diagram2 };
};
const plugin$d = {
id: id$d,
detector: detector$d,
loader: loader$d
};
const git = plugin$d;
const id$c = "gantt";
const detector$c = (txt) => {
return txt.match(/^\s*gantt/) !== null;
};
const loader$c = async () => {
const { diagram: diagram2 } = await import("./ganttDiagram-04e74c0a.js");
return { id: id$c, diagram: diagram2 };
};
const plugin$c = {
id: id$c,
detector: detector$c,
loader: loader$c
};
const gantt = plugin$c;
const id$b = "info";
const detector$b = (txt) => {
return txt.match(/^\s*info/) !== null;
};
const loader$b = async () => {
const { diagram: diagram2 } = await import("./infoDiagram-69ec1a58.js");
return { id: id$b, diagram: diagram2 };
};
const plugin$b = {
id: id$b,
detector: detector$b,
loader: loader$b
};
const info = plugin$b;
const id$a = "pie";
const detector$a = (txt) => {
return txt.match(/^\s*pie/) !== null;
};
const loader$a = async () => {
const { diagram: diagram2 } = await import("./pieDiagram-db1a8a21.js");
return { id: id$a, diagram: diagram2 };
};
const plugin$a = {
id: id$a,
detector: detector$a,
loader: loader$a
};
const pie = plugin$a;
const id$9 = "requirement";
const detector$9 = (txt) => {
return txt.match(/^\s*requirement(Diagram)?/) !== null;
};
const loader$9 = async () => {
const { diagram: diagram2 } = await import("./requirementDiagram-b9649942.js");
return { id: id$9, diagram: diagram2 };
};
const plugin$9 = {
id: id$9,
detector: detector$9,
loader: loader$9
};
const requirement = plugin$9;
const id$8 = "sequence";
const detector$8 = (txt) => {
return txt.match(/^\s*sequenceDiagram/) !== null;
};
const loader$8 = async () => {
const { diagram: diagram2 } = await import("./sequenceDiagram-446df3e4.js");
return { id: id$8, diagram: diagram2 };
};
const plugin$8 = {
id: id$8,
detector: detector$8,
loader: loader$8
};
const sequence = plugin$8;
const id$7 = "class";
const detector$7 = (txt, config) => {
var _a;
if (((_a = config == null ? void 0 : config.class) == null ? void 0 : _a.defaultRenderer) === "dagre-wrapper") {
return false;
}
return txt.match(/^\s*classDiagram/) !== null;
};
const loader$7 = async () => {
const { diagram: diagram2 } = await import("./classDiagram-634fc78b.js");
return { id: id$7, diagram: diagram2 };
};
const plugin$7 = {
id: id$7,
detector: detector$7,
loader: loader$7
};
const classDiagram = plugin$7;
const id$6 = "classDiagram";
const detector$6 = (txt, config) => {
var _a;
if (txt.match(/^\s*classDiagram/) !== null && ((_a = config == null ? void 0 : config.class) == null ? void 0 : _a.defaultRenderer) === "dagre-wrapper") {
return true;
}
return txt.match(/^\s*classDiagram-v2/) !== null;
};
const loader$6 = async () => {
const { diagram: diagram2 } = await import("./classDiagram-v2-72bddc41.js");
return { id: id$6, diagram: diagram2 };
};
const plugin$6 = {
id: id$6,
detector: detector$6,
loader: loader$6
};
const classDiagramV2 = plugin$6;
const id$5 = "state";
const detector$5 = (txt, config) => {
var _a;
if (((_a = config == null ? void 0 : config.state) == null ? void 0 : _a.defaultRenderer) === "dagre-wrapper") {
return false;
}
return txt.match(/^\s*stateDiagram/) !== null;
};
const loader$5 = async () => {
const { diagram: diagram2 } = await import("./stateDiagram-d53d2428.js");
return { id: id$5, diagram: diagram2 };
};
const plugin$5 = {
id: id$5,
detector: detector$5,
loader: loader$5
};
const state = plugin$5;
const id$4 = "stateDiagram";
const detector$4 = (text, config) => {
var _a, _b;
if (text.match(/^\s*stateDiagram-v2/) !== null) {
return true;
}
if (text.match(/^\s*stateDiagram/) && ((_a = config == null ? void 0 : config.state) == null ? void 0 : _a.defaultRenderer) === "dagre-wrapper") {
return true;
}
if (text.match(/^\s*stateDiagram/) && ((_b = config == null ? void 0 : config.state) == null ? void 0 : _b.defaultRenderer) === "dagre-wrapper") {
return true;
}
return false;
};
const loader$4 = async () => {
const { diagram: diagram2 } = await import("./stateDiagram-v2-9765461d.js");
return { id: id$4, diagram: diagram2 };
};
const plugin$4 = {
id: id$4,
detector: detector$4,
loader: loader$4
};
const stateV2 = plugin$4;
const id$3 = "journey";
const detector$3 = (txt) => {
return txt.match(/^\s*journey/) !== null;
};
const loader$3 = async () => {
const { diagram: diagram2 } = await import("./journeyDiagram-d38aa57d.js");
return { id: id$3, diagram: diagram2 };
};
const plugin$3 = {
id: id$3,
detector: detector$3,
loader: loader$3
};
const journey = plugin$3;
const getStyles = () => ``;
const styles = getStyles;
const setConf = function() {
};
const draw = (_text, id2, mermaidVersion) => {
try {
log.debug("Renering svg for syntax error\n");
const svg = select("#" + id2);
const g = svg.append("g");
g.append("path").attr("class", "error-icon").attr(
"d",
"m411.313,123.313c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32-9.375,9.375-20.688-20.688c-12.484-12.5-32.766-12.5-45.25,0l-16,16c-1.261,1.261-2.304,2.648-3.31,4.051-21.739-8.561-45.324-13.426-70.065-13.426-105.867,0-192,86.133-192,192s86.133,192 192,192 192-86.133 192-192c0-24.741-4.864-48.327-13.426-70.065 1.402-1.007 2.79-2.049 4.051-3.31l16-16c12.5-12.492 12.5-32.758 0-45.25l-20.688-20.688 9.375-9.375 32.001-31.999zm-219.313,100.687c-52.938,0-96,43.063-96,96 0,8.836-7.164,16-16,16s-16-7.164-16-16c0-70.578 57.422-128 128-128 8.836,0 16,7.164 16,16s-7.164,16-16,16z"
);
g.append("path").attr("class", "error-icon").attr(
"d",
"m459.02,148.98c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l16,16c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16.001-16z"
);
g.append("path").attr("class", "error-icon").attr(
"d",
"m340.395,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16-16c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l15.999,16z"
);
g.append("path").attr("class", "error-icon").attr(
"d",
"m400,64c8.844,0 16-7.164 16-16v-32c0-8.836-7.156-16-16-16-8.844,0-16,7.164-16,16v32c0,8.836 7.156,16 16,16z"
);
g.append("path").attr("class", "error-icon").attr(
"d",
"m496,96.586h-32c-8.844,0-16,7.164-16,16 0,8.836 7.156,16 16,16h32c8.844,0 16-7.164 16-16 0-8.836-7.156-16-16-16z"
);
g.append("path").attr("class", "error-icon").attr(
"d",
"m436.98,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688l32-32c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32c-6.251,6.25-6.251,16.375-0.001,22.625z"
);
g.append("text").attr("class", "error-text").attr("x", 1440).attr("y", 250).attr("font-size", "150px").style("text-anchor", "middle").text("Syntax error in text");
g.append("text").attr("class", "error-text").attr("x", 1250).attr("y", 400).attr("font-size", "100px").style("text-anchor", "middle").text("mermaid version " + mermaidVersion);
svg.attr("height", 100);
svg.attr("width", 500);
svg.attr("viewBox", "768 0 912 512");
} catch (e) {
log.error("Error while rendering info diagram");
log.error(getErrorMessage(e));
}
};
const errorRenderer = {
setConf,
draw
};
const diagram = {
db: {
clear: () => {
}
},
styles,
renderer: errorRenderer,
parser: {
parser: { yy: {} },
parse: () => {
}
},
init: () => {
}
};
const errorDiagram = diagram;
const id$2 = "flowchart-elk";
const detector$2 = (txt, config) => {
var _a;
if (
// If diagram explicitly states flowchart-elk
txt.match(/^\s*flowchart-elk/) || // If a flowchart/graph diagram has their default renderer set to elk
txt.match(/^\s*flowchart|graph/) && ((_a = config == null ? void 0 : config.flowchart) == null ? void 0 : _a.defaultRenderer) === "elk"
) {
return true;
}
return false;
};
const loader$2 = async () => {
const { diagram: diagram2 } = await import("./flowchart-elk-definition-a44a74cb.js");
return { id: id$2, diagram: diagram2 };
};
const plugin$2 = {
id: id$2,
detector: detector$2,
loader: loader$2
};
const flowchartElk = plugin$2;
const id$1 = "timeline";
const detector$1 = (txt) => {
return txt.match(/^\s*timeline/) !== null;
};
const loader$1 = async () => {
const { diagram: diagram2 } = await import("./timeline-definition-de69aca6.js");
return { id: id$1, diagram: diagram2 };
};
const plugin$1 = {
id: id$1,
detector: detector$1,
loader: loader$1
};
const timeline = plugin$1;
const id = "mindmap";
const detector = (txt) => {
return txt.match(/^\s*mindmap/) !== null;
};
const loader = async () => {
const { diagram: diagram2 } = await import("./mindmap-definition-65b51176.js");
return { id, diagram: diagram2 };
};
const plugin = {
id,
detector,
loader
};
const mindmap = plugin;
let hasLoadedDiagrams = false;
const addDiagrams = () => {
if (hasLoadedDiagrams) {
return;
}
hasLoadedDiagrams = true;
registerDiagram("error", errorDiagram, (text) => {
return text.toLowerCase().trim() === "error";
});
registerDiagram(
"---",
// --- diagram type may appear if YAML front-matter is not parsed correctly
{
db: {
clear: () => {
}
},
styles: {},
// should never be used
renderer: {},
// should never be used
parser: {
parser: { yy: {} },
parse: () => {
throw new Error(
"Diagrams beginning with --- are not valid. If you were trying to use a YAML front-matter, please ensure that you've correctly opened and closed the YAML front-matter with un-indented `---` blocks"
);
}
},
init: () => null
// no op
},
(text) => {
return text.toLowerCase().trimStart().startsWith("---");
}
);
registerLazyLoadedDiagrams(
c4,
classDiagramV2,
classDiagram,
er,
gantt,
info,
pie,
requirement,
sequence,
flowchartElk,
flowchartV2,
flowchart,
mindmap,
timeline,
git,
stateV2,
state,
journey
);
};
const cleanupComments = (text) => {
return text.trimStart().replace(/^\s*%%(?!{)[^\n]+\n?/gm, "");
};
class Diagram {
constructor(text) {
var _a, _b;
this.text = text;
this.type = "graph";
this.text += "\n";
const cnf = getConfig();
try {
this.type = detectType(text, cnf);
} catch (e) {
this.type = "error";
this.detectError = e;
}
const diagram2 = getDiagram(this.type);
log.debug("Type " + this.type);
this.db = diagram2.db;
(_b = (_a = this.db).clear) == null ? void 0 : _b.call(_a);
this.renderer = diagram2.renderer;
this.parser = diagram2.parser;
const originalParse = this.parser.parse.bind(this.parser);
this.parser.parse = (text2) => originalParse(cleanupComments(extractFrontMatter(text2, this.db)));
this.parser.parser.yy = this.db;
if (diagram2.init) {
diagram2.init(cnf);
log.info("Initialized diagram " + this.type, cnf);
}
this.parse();
}
parse() {
var _a, _b;
if (this.detectError) {
throw this.detectError;
}
(_b = (_a = this.db).clear) == null ? void 0 : _b.call(_a);
this.parser.parse(this.text);
}
async render(id2, version2) {
await this.renderer.draw(this.text, id2, version2, this);
}
getParser() {
return this.parser;
}
getType() {
return this.type;
}
}
const getDiagramFromText = async (text) => {
const type = detectType(text, getConfig());
try {
getDiagram(type);
} catch (error) {
const loader2 = getDiagramLoader(type);
if (!loader2) {
throw new UnknownDiagramError(`Diagram ${type} not found.`);
}
const { id: id2, diagram: diagram2 } = await loader2();
registerDiagram(id2, diagram2);
}
return new Diagram(text);
};
let interactionFunctions = [];
const addFunction = (func) => {
interactionFunctions.push(func);
};
const attachFunctions = () => {
interactionFunctions.forEach((f) => {
f();
});
interactionFunctions = [];
};
const SVG_ROLE = "graphics-document document";
function setA11yDiagramInfo(svg, diagramType) {
svg.attr("role", SVG_ROLE);
if (!isEmpty(diagramType)) {
svg.attr("aria-roledescription", diagramType);
}
}
function addSVGa11yTitleDescription(svg, a11yTitle, a11yDesc, baseId) {
if (svg.insert === void 0) {
return;
}
if (a11yTitle || a11yDesc) {
if (a11yDesc) {
const descId = "chart-desc-" + baseId;
svg.attr("aria-describedby", descId);
svg.insert("desc", ":first-child").attr("id", descId).text(a11yDesc);
}
if (a11yTitle) {
const titleId = "chart-title-" + baseId;
svg.attr("aria-labelledby", titleId);
svg.insert("title", ":first-child").attr("id", titleId).text(a11yTitle);
}
} else {
return;
}
}
const CLASSDEF_DIAGRAMS = [
"graph",
"flowchart",
"flowchart-v2",
"flowchart-elk",
"stateDiagram",
"stateDiagram-v2"
];
const MAX_TEXTLENGTH = 5e4;
const MAX_TEXTLENGTH_EXCEEDED_MSG = "graph TB;a[Maximum text size in diagram exceeded];style a fill:#faa";
const SECURITY_LVL_SANDBOX = "sandbox";
const SECURITY_LVL_LOOSE = "loose";
const XMLNS_SVG_STD = "http://www.w3.org/2000/svg";
const XMLNS_XLINK_STD = "http://www.w3.org/1999/xlink";
const XMLNS_XHTML_STD = "http://www.w3.org/1999/xhtml";
const IFRAME_WIDTH = "100%";
const IFRAME_HEIGHT = "100%";
const IFRAME_STYLES = "border:0;margin:0;";
const IFRAME_BODY_STYLE = "margin:0";
const IFRAME_SANDBOX_OPTS = "allow-top-navigation-by-user-activation allow-popups";
const IFRAME_NOT_SUPPORTED_MSG = 'The "iframe" tag is not supported by your browser.';
const DOMPURIFY_TAGS = ["foreignobject"];
const DOMPURIFY_ATTR = ["dominant-baseline"];
async function parse(text, parseOptions) {
addDiagrams();
try {
const diagram2 = await getDiagramFromText(text);
diagram2.parse();
} catch (error) {
if (parseOptions == null ? void 0 : parseOptions.suppressErrors) {
return false;
}
throw error;
}
return true;
}
const encodeEntities = function(text) {
let txt = text;
txt = txt.replace(/style.*:\S*#.*;/g, function(s) {
return s.substring(0, s.length - 1);
});
txt = txt.replace(/classDef.*:\S*#.*;/g, function(s) {
return s.substring(0, s.length - 1);
});
txt = txt.replace(/#\w+;/g, function(s) {
const innerTxt = s.substring(1, s.length - 1);
const isInt = /^\+?\d+$/.test(innerTxt);
if (isInt) {
return "fl°°" + innerTxt + "¶ß";
} else {
return "fl°" + innerTxt + "¶ß";
}
});
return txt;
};
const decodeEntities = function(text) {
let txt = text;
txt = txt.replace(/fl°°/g, "");
txt = txt.replace(/fl°/g, "&");
txt = txt.replace(/¶ß/g, ";");
return txt;
};
const cssImportantStyles = (cssClass, element, cssClasses = []) => {
return `
.${cssClass} ${element} { ${cssClasses.join(" !important; ")} !important; }`;
};
const createCssStyles = (config, graphType, classDefs = {}) => {
var _a;
let cssStyles = "";
if (config.themeCSS !== void 0) {
cssStyles += `
${config.themeCSS}`;
}
if (config.fontFamily !== void 0) {
cssStyles += `
:root { --mermaid-font-family: ${config.fontFamily}}`;
}
if (config.altFontFamily !== void 0) {
cssStyles += `
:root { --mermaid-alt-font-family: ${config.altFontFamily}}`;
}
if (!isEmpty(classDefs) && CLASSDEF_DIAGRAMS.includes(graphType)) {
const htmlLabels = config.htmlLabels || ((_a = config.flowchart) == null ? void 0 : _a.htmlLabels);
const cssHtmlElements = ["> *", "span"];
const cssShapeElements = ["rect", "polygon", "ellipse", "circle", "path"];
const cssElements = htmlLabels ? cssHtmlElements : cssShapeElements;
for (const classId in classDefs) {
const styleClassDef = classDefs[classId];
if (!isEmpty(styleClassDef.styles)) {
cssElements.forEach((cssElement) => {
cssStyles += cssImportantStyles(styleClassDef.id, cssElement, styleClassDef.styles);
});
}
if (!isEmpty(styleClassDef.textStyles)) {
cssStyles += cssImportantStyles(styleClassDef.id, "tspan", styleClassDef.textStyles);
}
}
}
return cssStyles;
};
const createUserStyles = (config, graphType, classDefs, svgId) => {
const userCSSstyles = createCssStyles(config, graphType, classDefs);
const allStyles = getStyles$1(graphType, userCSSstyles, config.themeVariables);
return serialize(compile(`${svgId}{${allStyles}}`), stringify);
};
const cleanUpSvgCode = (svgCode = "", inSandboxMode, useArrowMarkerUrls) => {
let cleanedUpSvg = svgCode;
if (!useArrowMarkerUrls && !inSandboxMode) {
cleanedUpSvg = cleanedUpSvg.replace(/marker-end="url\(.*?#/g, 'marker-end="url(#');
}
cleanedUpSvg = decodeEntities(cleanedUpSvg);
cleanedUpSvg = cleanedUpSvg.replace(/
/g, "
");
return cleanedUpSvg;
};
const putIntoIFrame = (svgCode = "", svgElement) => {
const height = svgElement ? svgElement.viewBox.baseVal.height + "px" : IFRAME_HEIGHT;
const base64encodedSrc = btoa('