You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vault/docsify/svgDrawCommon-daf0bec5.js

71 lines
1.7 KiB
JavaScript

vault backup: 2023-07-09 01:15:46 Affected files: Daily Logs/2023.06 考核.md Daily Logs/2023.07.md Koala/README.md Koala/_sidebar.md Koala/atta/Pasted image 20230515161111.png Koala/后台说明/商城管理/店铺装修/跳转到其他商城小程序.md Koala/后台说明/商城管理/积分商城.md Platform/README.md Platform/_sidebar.md Platform/atta/Snipaste_2023-02-01_14-39-14.png Platform/atta/Snipaste_2023-03-20_09-36-39.png Platform/atta/zd1.gif Platform/index.html Platform/产品管理/产品供应商-操作规范.md Platform/产品管理/供应商信息维护.md Platform/供应商付款/(预付款, 借款) - 申请.md Platform/供应商付款/(预付款, 借款) - 退余额.md Platform/供应商付款/(预付款, 借款) - 销账.md Platform/供应商付款/ℹINFO.md Platform/供应商付款/个人借款 - 退还, 清账单据.md Platform/组团计划/地接组团计划.md Platform/订单/刷单系统流程.md Platform/订单/团款认领.md Platform/订单/批量导入订单.md Platform/财务/核算工具.md Platform/财务/财务报表.md Platform/财务/账单管理.md Platform/需求/财务-U8对接.md README.md Templates/DailyLogs.md docsify/docsify-mermaid@2.0.0_dist_docsify-mermaid.js docsify/docsify@4.net_npm_docsify@4.js docsify/docsify@4_lib_themes_vue.css docsify/docsify_lib_plugins_zoom-image.min.js docsify/fonts.google.css docsify/mermaid-8ea29a40.js docsify/mermaid@10_dist_mermaid.esm.min.mjs docsify/selectAll-92b901d1.js docsify/sequenceDiagram-1d99af4c.js docsify/svgDrawCommon-daf0bec5.js index-mermaid-native.html index-mermaid-plugin.html
2 years ago
import { e as a } from "./mermaid-8ea29a40.js";
const l = function(s, t) {
const r = s.append("rect");
if (r.attr("x", t.x), r.attr("y", t.y), r.attr("fill", t.fill), r.attr("stroke", t.stroke), r.attr("width", t.width), r.attr("height", t.height), r.attr("rx", t.rx), r.attr("ry", t.ry), t.attrs !== "undefined" && t.attrs !== null)
for (let n in t.attrs)
r.attr(n, t.attrs[n]);
return t.class !== "undefined" && r.attr("class", t.class), r;
}, c = function(s, t) {
l(s, {
x: t.startx,
y: t.starty,
width: t.stopx - t.startx,
height: t.stopy - t.starty,
fill: t.fill,
stroke: t.stroke,
class: "rect"
}).lower();
}, d = function(s, t) {
const r = t.text.replace(/<br\s*\/?>/gi, " "), n = s.append("text");
n.attr("x", t.x), n.attr("y", t.y), n.attr("class", "legend"), n.style("text-anchor", t.anchor), t.class !== void 0 && n.attr("class", t.class);
const e = n.append("tspan");
return e.attr("x", t.x + t.textMargin * 2), e.text(r), n;
}, f = function(s, t, r, n) {
const e = s.append("image");
e.attr("x", t), e.attr("y", r);
var i = a(n);
e.attr("xlink:href", i);
}, x = function(s, t, r, n) {
const e = s.append("use");
e.attr("x", t), e.attr("y", r);
const i = a(n);
e.attr("xlink:href", "#" + i);
}, h = function() {
return {
x: 0,
y: 0,
width: 100,
height: 100,
fill: "#EDF2AE",
stroke: "#666",
anchor: "start",
rx: 0,
ry: 0
};
}, g = function() {
return {
x: 0,
y: 0,
width: 100,
height: 100,
fill: void 0,
anchor: void 0,
"text-anchor": "start",
style: "#666",
textMargin: 0,
rx: 0,
ry: 0,
tspan: !0,
valign: void 0
};
};
export {
c as a,
x as b,
f as c,
l as d,
g as e,
d as f,
h as g
};