@zenuml/core 3.24.16 → 3.24.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Integration/vanilla-js/index.html +15 -5
- package/dist/{StylePanel.b564234f.js → StylePanel.00389863.js} +2 -2
- package/dist/{close.15cb3af9.js → close.4f800947.js} +2 -2
- package/dist/{collapse-expanded.0944f885.js → collapse-expanded.55a714bb.js} +2 -2
- package/dist/{collapse-unexpanded.af6d853d.js → collapse-unexpanded.ffb8eaa7.js} +2 -2
- package/dist/{core.ed396cdc.js → core.c145a13c.js} +205 -204
- package/dist/{debug.b7234788.js → debug.5dc70b59.js} +2 -2
- package/dist/{message-arrow.59e89061.js → message-arrow.d7668107.js} +2 -2
- package/dist/{non-selected-cycle.64c5c362.js → non-selected-cycle.a2625257.js} +2 -2
- package/dist/{numbering.3dd0f424.js → numbering.54d4239e.js} +2 -2
- package/dist/{privacy.6cf5141f.js → privacy.f7919041.js} +2 -2
- package/dist/{selected-cycle.2a23d3ce.js → selected-cycle.28e1e3a1.js} +2 -2
- package/dist/{theme.0c8c8e6b.js → theme.9e3d4b27.js} +2 -2
- package/dist/{tip.c264fff8.js → tip.31fe2462.js} +2 -2
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +20 -20
- package/dist/{zoom-in.99c2eafd.js → zoom-in.24c3bd11.js} +2 -2
- package/dist/{zoom-out.bea042b9.js → zoom-out.01a03c5c.js} +2 -2
- package/package.json +1 -1
|
@@ -14,12 +14,22 @@
|
|
|
14
14
|
const ZenUml = window["zenuml"].default;
|
|
15
15
|
const zenuml = new ZenUml(document.getElementById("app"));
|
|
16
16
|
const code = `
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
A B C D
|
|
18
|
+
|
|
19
|
+
A->B.method() {
|
|
20
|
+
ret0_assign_rtl =C.method_long_to_give_space {
|
|
21
|
+
@return C->D: ret1_annotation_ltr
|
|
22
|
+
ret5_assign_ltr = B.method
|
|
23
|
+
B.method2 {
|
|
24
|
+
return ret2_return_ltr
|
|
25
|
+
}
|
|
21
26
|
}
|
|
22
|
-
|
|
27
|
+
|
|
28
|
+
return ret2_return_rtl
|
|
29
|
+
@return B->A: ret4_annotation_rtl
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
`;
|
|
23
33
|
zenuml.render(code, { theme: "theme-blue" });
|
|
24
34
|
</script>
|
|
25
35
|
</body>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as P, u as H, r as E, s as _e, w as k, g as lt, d as at, e as Q, F as ze, m as pe, t as Ee, f as Ve, n as ct, p as ft, h as ut, i as dt, j as ne, U as mt, k as he, T as pt, l as ht, S as gt, q as vt, v as wt, x as yt, y as xt, P as bt, o as Pe, z as Ct, A as At, a as ge, c as Ot, B as Tt, C as St, D as Rt, E as Et, G as Pt, H as Lt } from "./core.
|
|
1
|
+
import { b as P, u as H, r as E, s as _e, w as k, g as lt, d as at, e as Q, F as ze, m as pe, t as Ee, f as Ve, n as ct, p as ft, h as ut, i as dt, j as ne, U as mt, k as he, T as pt, l as ht, S as gt, q as vt, v as wt, x as yt, y as xt, P as bt, o as Pe, z as Ct, A as At, a as ge, c as Ot, B as Tt, C as St, D as Rt, E as Et, G as Pt, H as Lt } from "./core.c145a13c.js";
|
|
2
2
|
const Ie = ["top", "right", "bottom", "left"], Le = ["start", "end"], Fe = /* @__PURE__ */ Ie.reduce((e, t) => e.concat(t, t + "-" + Le[0], t + "-" + Le[1]), []), Z = Math.min, q = Math.max, ae = Math.round, le = Math.floor, X = (e) => ({
|
|
3
3
|
x: e,
|
|
4
4
|
y: e
|
|
@@ -1821,4 +1821,4 @@ const zn = { class: "flex bg-white shadow-md z-10 rounded-md p-1" }, Vn = ["onCl
|
|
|
1821
1821
|
export {
|
|
1822
1822
|
Un as default
|
|
1823
1823
|
};
|
|
1824
|
-
//# sourceMappingURL=StylePanel.
|
|
1824
|
+
//# sourceMappingURL=StylePanel.00389863.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as e, c as o, a as t } from "./core.
|
|
1
|
+
import { o as e, c as o, a as t } from "./core.c145a13c.js";
|
|
2
2
|
const r = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "none",
|
|
@@ -21,4 +21,4 @@ export {
|
|
|
21
21
|
i as default,
|
|
22
22
|
c as render
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=close.
|
|
24
|
+
//# sourceMappingURL=close.4f800947.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as e, c as o, a as t } from "./core.
|
|
1
|
+
import { o as e, c as o, a as t } from "./core.c145a13c.js";
|
|
2
2
|
const n = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "none",
|
|
@@ -16,4 +16,4 @@ export {
|
|
|
16
16
|
h as default,
|
|
17
17
|
c as render
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=collapse-expanded.
|
|
19
|
+
//# sourceMappingURL=collapse-expanded.55a714bb.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o, c as t, a as e } from "./core.
|
|
1
|
+
import { o, c as t, a as e } from "./core.c145a13c.js";
|
|
2
2
|
const n = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "currentColor",
|
|
@@ -29,4 +29,4 @@ export {
|
|
|
29
29
|
i as default,
|
|
30
30
|
s as render
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=collapse-unexpanded.
|
|
32
|
+
//# sourceMappingURL=collapse-unexpanded.ffb8eaa7.js.map
|