This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
|
@ -0,0 +1,40 @@
|
|||
import { p as parser, f as flowDb } from "./flowDb-4b19a42f.js";
|
||||
import { f as flowRendererV2, a as flowStyles } from "./styles-3ed67cfa.js";
|
||||
import { p as setConfig } from "./mermaid-f47111a7.js";
|
||||
import "d3";
|
||||
import "dagre-d3-es/src/graphlib/index.js";
|
||||
import "./index-fc10efb0.js";
|
||||
import "dagre-d3-es/src/dagre/index.js";
|
||||
import "dagre-d3-es/src/graphlib/json.js";
|
||||
import "./edges-d32062c0.js";
|
||||
import "./createText-6b48ae7d.js";
|
||||
import "mdast-util-from-markdown";
|
||||
import "ts-dedent";
|
||||
import "dagre-d3-es/src/dagre-js/label/add-html-label.js";
|
||||
import "khroma";
|
||||
import "dayjs";
|
||||
import "@braintree/sanitize-url";
|
||||
import "dompurify";
|
||||
import "lodash-es/memoize.js";
|
||||
import "lodash-es/merge.js";
|
||||
import "stylis";
|
||||
import "lodash-es/isEmpty.js";
|
||||
const diagram = {
|
||||
parser,
|
||||
db: flowDb,
|
||||
renderer: flowRendererV2,
|
||||
styles: flowStyles,
|
||||
init: (cnf) => {
|
||||
if (!cnf.flowchart) {
|
||||
cnf.flowchart = {};
|
||||
}
|
||||
cnf.flowchart.arrowMarkerAbsolute = cnf.arrowMarkerAbsolute;
|
||||
setConfig({ flowchart: { arrowMarkerAbsolute: cnf.arrowMarkerAbsolute } });
|
||||
flowRendererV2.setConf(cnf.flowchart);
|
||||
flowDb.clear();
|
||||
flowDb.setGen("gen-2");
|
||||
}
|
||||
};
|
||||
export {
|
||||
diagram
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue