@zenuml/core 3.31.0 → 3.31.1
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 +6 -0
- package/dist/{StylePanel-e761c8e9.js → StylePanel-c6e01b46.js} +2 -2
- package/dist/{core-5d5ff56f.js → core-93d86384.js} +4721 -4279
- package/dist/zenuml.esm.mjs +1 -1
- package/dist/zenuml.js +441 -441
- package/package.json +1 -1
- package/dist/alt-fragment-af6db51b.js +0 -24
- package/dist/close-c87e00de.js +0 -24
- package/dist/collapse-expanded-a23b1e1b.js +0 -19
- package/dist/collapse-unexpanded-1fe99da3.js +0 -32
- package/dist/critical-fragment-53bcb3a1.js +0 -24
- package/dist/debug-880ba8f7.js +0 -33
- package/dist/loop-fragment-83607d77.js +0 -19
- package/dist/message-arrow-776ceacc.js +0 -25
- package/dist/non-selected-cycle-ad479af2.js +0 -24
- package/dist/numbering-eb36c902.js +0 -26
- package/dist/opt-fragment-a47910a0.js +0 -26
- package/dist/par-fragment-1577b732.js +0 -24
- package/dist/privacy-9a282b66.js +0 -18
- package/dist/ref-fragment-dac998c3.js +0 -24
- package/dist/section-fragment-2c4ec874.js +0 -24
- package/dist/selected-cycle-148a97fa.js +0 -32
- package/dist/theme-61b8d05f.js +0 -20
- package/dist/tip-eb96972c.js +0 -19
- package/dist/try-catch-fragment-69c8a831.js +0 -23
- package/dist/zoom-in-f8085099.js +0 -23
- package/dist/zoom-out-e24d9c0e.js +0 -23
|
@@ -20,6 +20,12 @@ A->B.method() {
|
|
|
20
20
|
ret0_assign_rtl =C.method_long_to_give_space {
|
|
21
21
|
@return C->D: ret1_annotation_ltr
|
|
22
22
|
ret5_assign_ltr = B.method
|
|
23
|
+
if(x) {
|
|
24
|
+
ret0_assign_rtl =C.method_long_to_give_space {
|
|
25
|
+
@return C->D: ret1_annotation_ltr
|
|
26
|
+
ret5_assign_ltr = B.method
|
|
27
|
+
}
|
|
28
|
+
}
|
|
23
29
|
B.method2 {
|
|
24
30
|
return ret2_return_ltr
|
|
25
31
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c as P, u as H, r as R, s as We, w as k, g as lt, o as at, a as Q, F as Ie, m as pe, t as Re, b as Ve, n as ct, p as ut, d as ft, e as dt, h as ne, U as mt, f as ve, T as pt, i as vt, S as gt, j as ht, k as wt, l as yt, q as xt, v as bt, P as Ct, x as Pe, y as Ot, z as At, A as ge, B as Tt, C as St, D as Et, E as Rt, G as Pt, H as Ft, I as Lt } from "./core-93d86384.js";
|
|
2
2
|
const ze = ["top", "right", "bottom", "left"], Fe = ["start", "end"], Le = /* @__PURE__ */ ze.reduce((e, t) => e.concat(t, t + "-" + Fe[0], t + "-" + Fe[1]), []), Z = Math.min, q = Math.max, ae = Math.round, le = Math.floor, X = (e) => ({
|
|
3
3
|
x: e,
|
|
4
4
|
y: e
|
|
@@ -1853,4 +1853,4 @@ const Vn = { class: "flex bg-white shadow-md z-10 rounded-md p-1" }, zn = ["onCl
|
|
|
1853
1853
|
export {
|
|
1854
1854
|
Xn as default
|
|
1855
1855
|
};
|
|
1856
|
-
//# sourceMappingURL=StylePanel-
|
|
1856
|
+
//# sourceMappingURL=StylePanel-c6e01b46.js.map
|