@zenuml/core 3.23.13 → 3.23.15
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/dist/StylePanel.004c72a4.js +1756 -0
- package/dist/{close.ea3d38c2.js → close.14e1a8e7.js} +2 -2
- package/dist/{collapse-expanded.eef91e0f.js → collapse-expanded.2f655aba.js} +2 -2
- package/dist/{collapse-unexpanded.7e6a99fa.js → collapse-unexpanded.dd972c33.js} +2 -2
- package/dist/{core.6d6052eb.js → core.a0f0e58a.js} +6 -7
- package/dist/{debug.61922298.js → debug.798422e0.js} +2 -2
- package/dist/{message-arrow.c2d73269.js → message-arrow.1055a83e.js} +2 -2
- package/dist/{non-selected-cycle.fe4fc9bc.js → non-selected-cycle.0ea19a9b.js} +2 -2
- package/dist/{numbering.f85c36fe.js → numbering.bbade2e0.js} +2 -2
- package/dist/{privacy.3a6f886e.js → privacy.8cf2e0f1.js} +2 -2
- package/dist/{selected-cycle.0e4ad2a4.js → selected-cycle.259d791e.js} +2 -2
- package/dist/{theme.0c1703d7.js → theme.2657dff6.js} +2 -2
- package/dist/{tip.bf17baf6.js → tip.c12d7194.js} +2 -2
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +448 -448
- package/dist/{zoom-in.dc2e27ff.js → zoom-in.d281d549.js} +2 -2
- package/dist/{zoom-out.3c3e350c.js → zoom-out.c399fc6b.js} +2 -2
- package/package.json +2 -2
- package/pnpm-lock.yaml +16 -15
- package/dist/StylePanel.3d4e665f.js +0 -1812
|
@@ -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.a0f0e58a.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.14e1a8e7.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.a0f0e58a.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.2f655aba.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.a0f0e58a.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.dd972c33.js.map
|
|
@@ -25421,7 +25421,7 @@ const IL = () => (bL = fh(), {
|
|
|
25421
25421
|
}
|
|
25422
25422
|
},
|
|
25423
25423
|
setup(t) {
|
|
25424
|
-
const e = t, n = c9(() => Pv(/* @__PURE__ */ Object.assign({ "./icons/close.svg": () => import("./close.
|
|
25424
|
+
const e = t, n = c9(() => Pv(/* @__PURE__ */ Object.assign({ "./icons/close.svg": () => import("./close.14e1a8e7.js"), "./icons/collapse-expanded.svg": () => import("./collapse-expanded.2f655aba.js"), "./icons/collapse-unexpanded.svg": () => import("./collapse-unexpanded.dd972c33.js"), "./icons/debug.svg": () => import("./debug.798422e0.js"), "./icons/message-arrow.svg": () => import("./message-arrow.1055a83e.js"), "./icons/non-selected-cycle.svg": () => import("./non-selected-cycle.0ea19a9b.js"), "./icons/numbering.svg": () => import("./numbering.bbade2e0.js"), "./icons/privacy.svg": () => import("./privacy.8cf2e0f1.js"), "./icons/selected-cycle.svg": () => import("./selected-cycle.259d791e.js"), "./icons/theme.svg": () => import("./theme.2657dff6.js"), "./icons/tip.svg": () => import("./tip.c12d7194.js"), "./icons/zoom-in.svg": () => import("./zoom-in.d281d549.js"), "./icons/zoom-out.svg": () => import("./zoom-out.c399fc6b.js") }), `./icons/${e.name}.svg`));
|
|
25425
25425
|
return (i, s) => (S(), q("span", {
|
|
25426
25426
|
class: x2(["flex items-center justify-center", t.iconClass]),
|
|
25427
25427
|
onClick: s[0] || (s[0] = (r) => i.$emit("icon-click"))
|
|
@@ -29958,7 +29958,7 @@ const h7 = /* @__PURE__ */ $2(AI, [["render", kI]]), SI = { class: "message-laye
|
|
|
29958
29958
|
context: null
|
|
29959
29959
|
},
|
|
29960
29960
|
setup(t) {
|
|
29961
|
-
const e = t, n = c9(() => import("./StylePanel.
|
|
29961
|
+
const e = t, n = c9(() => import("./StylePanel.004c72a4.js")), i = v0.child({ name: "MessageLayer" }), s = i3(), r = O(() => s.getters.participants), o = O(() => s.getters.centerOf), L = O(() => {
|
|
29962
29962
|
var f, x;
|
|
29963
29963
|
const a = (f = e.context) == null ? void 0 : f.stat()[0].message();
|
|
29964
29964
|
if (!a)
|
|
@@ -36140,7 +36140,7 @@ function aB(t, e, n, i, s, r) {
|
|
|
36140
36140
|
}, null, 8, ["context", "content", "rtl", "number", "classNames", "textStyle"])) : m2("", !0)
|
|
36141
36141
|
], 14, oB);
|
|
36142
36142
|
}
|
|
36143
|
-
const CB = /* @__PURE__ */ $2(rB, [["render", aB]]), cB = { class: "name group px-px hover:text-skin-message-hover hover:bg-skin-message-hover relative min-h-[1em]" }, uB = {
|
|
36143
|
+
const CB = /* @__PURE__ */ $2(rB, [["render", aB]]), cB = { class: "name group px-px hover:text-skin-message-hover hover:bg-skin-message-hover relative min-h-[1em] w-full" }, uB = {
|
|
36144
36144
|
key: 0,
|
|
36145
36145
|
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500"
|
|
36146
36146
|
}, hB = /* @__PURE__ */ Z("svg", {
|
|
@@ -36313,7 +36313,7 @@ function pB(t, e, n, i, s, r) {
|
|
|
36313
36313
|
"data-type": "interaction",
|
|
36314
36314
|
"data-signature": r.signature,
|
|
36315
36315
|
style: v2({
|
|
36316
|
-
width:
|
|
36316
|
+
width: r.isSelf ? void 0 : r.interactionWidth + "px",
|
|
36317
36317
|
transform: "translateX(" + r.translateX + "px)"
|
|
36318
36318
|
})
|
|
36319
36319
|
}, [
|
|
@@ -36362,7 +36362,7 @@ function pB(t, e, n, i, s, r) {
|
|
|
36362
36362
|
}, null, 8, ["context", "content", "rtl", "number", "classNames", "textStyle"])) : m2("", !0)
|
|
36363
36363
|
], 14, fB);
|
|
36364
36364
|
}
|
|
36365
|
-
const mB = /* @__PURE__ */ $2(gB, [["render", pB], ["__scopeId", "data-v-
|
|
36365
|
+
const mB = /* @__PURE__ */ $2(gB, [["render", pB], ["__scopeId", "data-v-9e86491d"]]), wB = (t) => (Z0("data-v-ecfb84d4"), t = t(), k0(), t), xB = {
|
|
36366
36366
|
class: "message self flex items-start flex-col",
|
|
36367
36367
|
style: { "border-width": "0" }
|
|
36368
36368
|
}, _B = { class: "name group px-px hover:text-skin-message-hover hover:bg-skin-message-hover min-h-[1em]" }, vB = {
|
|
@@ -37638,7 +37638,6 @@ export {
|
|
|
37638
37638
|
tz as G,
|
|
37639
37639
|
pv as H,
|
|
37640
37640
|
Av as P,
|
|
37641
|
-
_l as S,
|
|
37642
37641
|
E0 as T,
|
|
37643
37642
|
Cl as U,
|
|
37644
37643
|
sz as V,
|
|
@@ -37670,4 +37669,4 @@ export {
|
|
|
37670
37669
|
BL as y,
|
|
37671
37670
|
Z2 as z
|
|
37672
37671
|
};
|
|
37673
|
-
//# sourceMappingURL=core.
|
|
37672
|
+
//# sourceMappingURL=core.a0f0e58a.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.a0f0e58a.js";
|
|
2
2
|
const c = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
"xml:space": "preserve",
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
u as default,
|
|
31
31
|
i as render
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=debug.
|
|
33
|
+
//# sourceMappingURL=debug.798422e0.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as t, c as s, a as e } from "./core.
|
|
1
|
+
import { o as t, c as s, a as e } from "./core.a0f0e58a.js";
|
|
2
2
|
const r = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: "30",
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
i as default,
|
|
23
23
|
c as render
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=message-arrow.
|
|
25
|
+
//# sourceMappingURL=message-arrow.1055a83e.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as e, c, a as o } from "./core.
|
|
1
|
+
import { o as e, c, a as o } from "./core.a0f0e58a.js";
|
|
2
2
|
const t = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
"xml:space": "preserve",
|
|
@@ -21,4 +21,4 @@ export {
|
|
|
21
21
|
d as default,
|
|
22
22
|
s as render
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=non-selected-cycle.
|
|
24
|
+
//# sourceMappingURL=non-selected-cycle.0ea19a9b.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as Z, c, a as m } from "./core.
|
|
1
|
+
import { o as Z, c, a as m } from "./core.a0f0e58a.js";
|
|
2
2
|
const l = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: "24",
|
|
@@ -23,4 +23,4 @@ export {
|
|
|
23
23
|
s as default,
|
|
24
24
|
e as render
|
|
25
25
|
};
|
|
26
|
-
//# sourceMappingURL=numbering.
|
|
26
|
+
//# sourceMappingURL=numbering.bbade2e0.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as c, c as t, a as e } from "./core.
|
|
1
|
+
import { o as c, c as t, a as e } from "./core.a0f0e58a.js";
|
|
2
2
|
const a = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
"xml:space": "preserve",
|
|
@@ -15,4 +15,4 @@ export {
|
|
|
15
15
|
p as default,
|
|
16
16
|
r as render
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=privacy.
|
|
18
|
+
//# sourceMappingURL=privacy.8cf2e0f1.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as t, c as o, a as e } from "./core.
|
|
1
|
+
import { o as t, c as o, a as e } from "./core.a0f0e58a.js";
|
|
2
2
|
const s = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
"xml:space": "preserve",
|
|
@@ -29,4 +29,4 @@ export {
|
|
|
29
29
|
f as default,
|
|
30
30
|
r as render
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=selected-cycle.
|
|
32
|
+
//# sourceMappingURL=selected-cycle.259d791e.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as c, c as e, a as t } from "./core.
|
|
1
|
+
import { o as c, c as e, a as t } from "./core.a0f0e58a.js";
|
|
2
2
|
const o = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
class: "grayscale h-4 w-4",
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
h as default,
|
|
18
18
|
a as render
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=theme.
|
|
20
|
+
//# sourceMappingURL=theme.2657dff6.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as e, c as t, a as o } from "./core.
|
|
1
|
+
import { o as e, c as t, a as o } from "./core.a0f0e58a.js";
|
|
2
2
|
const s = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -16,4 +16,4 @@ export {
|
|
|
16
16
|
i as default,
|
|
17
17
|
c as render
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=tip.
|
|
19
|
+
//# sourceMappingURL=tip.c12d7194.js.map
|