@zenuml/core 3.28.1 → 3.29.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/dist/{StylePanel-2776c05a.js → StylePanel-90c804df.js} +2 -2
- package/dist/{close-cdb25d71.js → close-f732d93b.js} +2 -2
- package/dist/{collapse-expanded-74fa747e.js → collapse-expanded-18896bf9.js} +2 -2
- package/dist/{collapse-unexpanded-7eaa8c36.js → collapse-unexpanded-d88d158e.js} +2 -2
- package/dist/{core-cb5ceedc.js → core-97be1854.js} +200 -199
- package/dist/{debug-fc9b6727.js → debug-922426e4.js} +2 -2
- package/dist/{message-arrow-03adbaaa.js → message-arrow-ca89b176.js} +2 -2
- package/dist/{non-selected-cycle-c21e6265.js → non-selected-cycle-a42143a2.js} +2 -2
- package/dist/{numbering-4e0612f7.js → numbering-518e7f48.js} +2 -2
- package/dist/{privacy-cfe1a08b.js → privacy-d39f3019.js} +2 -2
- package/dist/{selected-cycle-bcd1a062.js → selected-cycle-c475c912.js} +2 -2
- package/dist/{theme-914b6b29.js → theme-dba923c8.js} +2 -2
- package/dist/{tip-0a628518.js → tip-7e9d692b.js} +2 -2
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +20 -20
- package/dist/{zoom-in-d735d94f.js → zoom-in-ecd0a13e.js} +2 -2
- package/dist/{zoom-out-d690e7a4.js → zoom-out-e21494d1.js} +2 -2
- package/package.json +1 -1
|
@@ -382,10 +382,10 @@ function gC(t, e) {
|
|
|
382
382
|
return !1;
|
|
383
383
|
let n = !0;
|
|
384
384
|
for (let i = 0; n && i < t.length; i++)
|
|
385
|
-
n =
|
|
385
|
+
n = h4(t[i], e[i]);
|
|
386
386
|
return n;
|
|
387
387
|
}
|
|
388
|
-
function
|
|
388
|
+
function h4(t, e) {
|
|
389
389
|
if (t === e)
|
|
390
390
|
return !0;
|
|
391
391
|
let n = yn(t), i = yn(e);
|
|
@@ -403,21 +403,21 @@ function c4(t, e) {
|
|
|
403
403
|
return !1;
|
|
404
404
|
for (const o in t) {
|
|
405
405
|
const l = t.hasOwnProperty(o), L = e.hasOwnProperty(o);
|
|
406
|
-
if (l && !L || !l && L || !
|
|
406
|
+
if (l && !L || !l && L || !h4(t[o], e[o]))
|
|
407
407
|
return !1;
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
return String(t) === String(e);
|
|
411
411
|
}
|
|
412
412
|
function Y0(t, e) {
|
|
413
|
-
return t.findIndex((n) =>
|
|
413
|
+
return t.findIndex((n) => h4(n, e));
|
|
414
414
|
}
|
|
415
415
|
const m1 = (t) => r1(t) ? t : t == null ? "" : e2(t) || P2(t) && (t.toString === $s || !p2(t.toString)) ? JSON.stringify(t, Hs, 2) : String(t), Hs = (t, e) => e && e.__v_isRef ? Hs(t, e.value) : S9(e) ? {
|
|
416
416
|
[`Map(${e.size})`]: [...e.entries()].reduce((n, [i, s]) => (n[`${i} =>`] = s, n), {})
|
|
417
417
|
} : d9(e) ? {
|
|
418
418
|
[`Set(${e.size})`]: [...e.values()]
|
|
419
419
|
} : P2(e) && !e2(e) && !e8(e) ? String(e) : e, X2 = {}, T9 = [], r3 = () => {
|
|
420
|
-
}, fC = () => !1, pC = /^on[^a-z]/,
|
|
420
|
+
}, fC = () => !1, pC = /^on[^a-z]/, m4 = (t) => pC.test(t), ie = (t) => t.startsWith("onUpdate:"), U2 = Object.assign, se = (t, e) => {
|
|
421
421
|
const n = t.indexOf(e);
|
|
422
422
|
n > -1 && t.splice(n, 1);
|
|
423
423
|
}, mC = Object.prototype.hasOwnProperty, $2 = (t, e) => mC.call(t, e), e2 = Array.isArray, S9 = (t) => Q0(t) === "[object Map]", d9 = (t) => Q0(t) === "[object Set]", yn = (t) => Q0(t) === "[object Date]", p2 = (t) => typeof t == "function", r1 = (t) => typeof t == "string", N0 = (t) => typeof t == "symbol", P2 = (t) => t !== null && typeof t == "object", A8 = (t) => P2(t) && p2(t.then) && p2(t.catch), $s = Object.prototype.toString, Q0 = (t) => $s.call(t), wC = (t) => Q0(t).slice(8, -1), e8 = (t) => Q0(t) === "[object Object]", re = (t) => r1(t) && t !== "NaN" && t[0] !== "-" && "" + parseInt(t, 10) === t, b9 = /* @__PURE__ */ Q9(
|
|
@@ -928,8 +928,8 @@ function b8(t, e, n, i, s) {
|
|
|
928
928
|
const l = new Proxy(t, o === 2 ? i : n);
|
|
929
929
|
return s.set(t, l), l;
|
|
930
930
|
}
|
|
931
|
-
function
|
|
932
|
-
return a9(t) ?
|
|
931
|
+
function c4(t) {
|
|
932
|
+
return a9(t) ? c4(t.__v_raw) : !!(t && t.__v_isReactive);
|
|
933
933
|
}
|
|
934
934
|
function a9(t) {
|
|
935
935
|
return !!(t && t.__v_isReadonly);
|
|
@@ -938,7 +938,7 @@ function D0(t) {
|
|
|
938
938
|
return !!(t && t.__v_isShallow);
|
|
939
939
|
}
|
|
940
940
|
function Ce(t) {
|
|
941
|
-
return
|
|
941
|
+
return c4(t) || a9(t);
|
|
942
942
|
}
|
|
943
943
|
function I2(t) {
|
|
944
944
|
const e = t && t.__v_raw;
|
|
@@ -992,7 +992,7 @@ const nc = {
|
|
|
992
992
|
}
|
|
993
993
|
};
|
|
994
994
|
function de(t) {
|
|
995
|
-
return
|
|
995
|
+
return c4(t) ? t : new Proxy(t, nc);
|
|
996
996
|
}
|
|
997
997
|
class ic {
|
|
998
998
|
constructor(e) {
|
|
@@ -1105,7 +1105,7 @@ let B0 = !1, L6 = !1;
|
|
|
1105
1105
|
const F1 = [];
|
|
1106
1106
|
let W3 = 0;
|
|
1107
1107
|
const I9 = [];
|
|
1108
|
-
let
|
|
1108
|
+
let a4 = null, Y4 = 0;
|
|
1109
1109
|
const Cr = /* @__PURE__ */ Promise.resolve();
|
|
1110
1110
|
let ge = null;
|
|
1111
1111
|
function P4(t) {
|
|
@@ -1131,7 +1131,7 @@ function cc(t) {
|
|
|
1131
1131
|
e > W3 && F1.splice(e, 1);
|
|
1132
1132
|
}
|
|
1133
1133
|
function fe(t) {
|
|
1134
|
-
e2(t) ? I9.push(...t) : (!
|
|
1134
|
+
e2(t) ? I9.push(...t) : (!a4 || !a4.includes(t, t.allowRecurse ? Y4 + 1 : Y4)) && I9.push(t), cr();
|
|
1135
1135
|
}
|
|
1136
1136
|
function Fn(t, e = B0 ? W3 + 1 : 0) {
|
|
1137
1137
|
for (; e < F1.length; e++) {
|
|
@@ -1142,13 +1142,13 @@ function Fn(t, e = B0 ? W3 + 1 : 0) {
|
|
|
1142
1142
|
function n8(t) {
|
|
1143
1143
|
if (I9.length) {
|
|
1144
1144
|
const e = [...new Set(I9)];
|
|
1145
|
-
if (I9.length = 0,
|
|
1146
|
-
|
|
1145
|
+
if (I9.length = 0, a4) {
|
|
1146
|
+
a4.push(...e);
|
|
1147
1147
|
return;
|
|
1148
1148
|
}
|
|
1149
|
-
for (
|
|
1150
|
-
|
|
1151
|
-
|
|
1149
|
+
for (a4 = e, a4.sort((n, i) => z0(n) - z0(i)), Y4 = 0; Y4 < a4.length; Y4++)
|
|
1150
|
+
a4[Y4]();
|
|
1151
|
+
a4 = null, Y4 = 0;
|
|
1152
1152
|
}
|
|
1153
1153
|
}
|
|
1154
1154
|
const z0 = (t) => t.id == null ? 1 / 0 : t.id, uc = (t, e) => {
|
|
@@ -1211,7 +1211,7 @@ function T1(t, e, ...n) {
|
|
|
1211
1211
|
if (!Y2(t, e))
|
|
1212
1212
|
throw new Error(`${t} compat has been disabled.`);
|
|
1213
1213
|
}
|
|
1214
|
-
function
|
|
1214
|
+
function d4(t, e, ...n) {
|
|
1215
1215
|
return Y2(t, e);
|
|
1216
1216
|
}
|
|
1217
1217
|
function F8(t, e, ...n) {
|
|
@@ -1320,17 +1320,17 @@ function gr(t, e, n = !1) {
|
|
|
1320
1320
|
return !r && !l ? (P2(t) && i.set(t, null), null) : (e2(r) ? r.forEach((L) => o[L] = null) : U2(o, r), P2(t) && i.set(t, o), o);
|
|
1321
1321
|
}
|
|
1322
1322
|
function N8(t, e) {
|
|
1323
|
-
return !t || !
|
|
1323
|
+
return !t || !m4(e) ? !1 : e.startsWith(O8) ? !0 : (e = e.slice(2).replace(/Once$/, ""), $2(t, e[0].toLowerCase() + e.slice(1)) || $2(t, H1(e)) || $2(t, e));
|
|
1324
1324
|
}
|
|
1325
1325
|
let p1 = null, F9 = null;
|
|
1326
1326
|
function U0(t) {
|
|
1327
1327
|
const e = p1;
|
|
1328
1328
|
return p1 = t, F9 = t && t.type.__scopeId || null, F9 || (F9 = t && t.type._scopeId || null), e;
|
|
1329
1329
|
}
|
|
1330
|
-
function
|
|
1330
|
+
function s4(t) {
|
|
1331
1331
|
F9 = t;
|
|
1332
1332
|
}
|
|
1333
|
-
function
|
|
1333
|
+
function r4() {
|
|
1334
1334
|
F9 = null;
|
|
1335
1335
|
}
|
|
1336
1336
|
const xc = (t) => u3;
|
|
@@ -1406,7 +1406,7 @@ function _c(t) {
|
|
|
1406
1406
|
const vc = (t) => {
|
|
1407
1407
|
let e;
|
|
1408
1408
|
for (const n in t)
|
|
1409
|
-
(n === "class" || n === "style" ||
|
|
1409
|
+
(n === "class" || n === "style" || m4(n)) && ((e || (e = {}))[n] = t[n]);
|
|
1410
1410
|
return e;
|
|
1411
1411
|
}, Mc = (t, e) => {
|
|
1412
1412
|
const n = {};
|
|
@@ -1718,10 +1718,10 @@ function p3(t, e, n) {
|
|
|
1718
1718
|
function e5(t, e, { immediate: n, deep: i, flush: s, onTrack: r, onTrigger: o } = X2) {
|
|
1719
1719
|
const l = _1;
|
|
1720
1720
|
let L, a = !1, C = !1;
|
|
1721
|
-
if (R1(t) ? (L = () => t.value, a = D0(t)) :
|
|
1721
|
+
if (R1(t) ? (L = () => t.value, a = D0(t)) : c4(t) ? (L = () => t, i = !0) : e2(t) ? (C = !0, a = t.some((w) => c4(w) || D0(w)), L = () => t.map((w) => {
|
|
1722
1722
|
if (R1(w))
|
|
1723
1723
|
return w.value;
|
|
1724
|
-
if (
|
|
1724
|
+
if (c4(w))
|
|
1725
1725
|
return Z4(w);
|
|
1726
1726
|
if (p2(w))
|
|
1727
1727
|
return G3(
|
|
@@ -1864,7 +1864,7 @@ const R3 = [Function, Array], xr = {
|
|
|
1864
1864
|
onAppearCancelled: R3
|
|
1865
1865
|
},
|
|
1866
1866
|
setup(t, { slots: e }) {
|
|
1867
|
-
const n =
|
|
1867
|
+
const n = o4(), i = Me();
|
|
1868
1868
|
let s;
|
|
1869
1869
|
return () => {
|
|
1870
1870
|
const r = e.default && D8(e.default(), !0);
|
|
@@ -2086,7 +2086,7 @@ const t5 = (t) => t.type.__isKeepAlive, vr = {
|
|
|
2086
2086
|
max: [String, Number]
|
|
2087
2087
|
},
|
|
2088
2088
|
setup(t, { slots: e }) {
|
|
2089
|
-
const n =
|
|
2089
|
+
const n = o4(), i = n.ctx;
|
|
2090
2090
|
if (!i.renderer)
|
|
2091
2091
|
return () => {
|
|
2092
2092
|
const g = e.default && e.default();
|
|
@@ -2274,7 +2274,7 @@ function Fr(t) {
|
|
|
2274
2274
|
if (!n)
|
|
2275
2275
|
return e;
|
|
2276
2276
|
for (const i in n)
|
|
2277
|
-
|
|
2277
|
+
m4(i) && (e[i[2].toLowerCase() + i.slice(3)] = n[i]);
|
|
2278
2278
|
return e;
|
|
2279
2279
|
}
|
|
2280
2280
|
const Oc = {
|
|
@@ -2290,10 +2290,10 @@ function Nc(t, e, n) {
|
|
|
2290
2290
|
const s = [];
|
|
2291
2291
|
return i.forEach((r) => {
|
|
2292
2292
|
const o = e[r];
|
|
2293
|
-
o && (
|
|
2293
|
+
o && (d4("CUSTOM_DIR", n, r, t), s.push(o));
|
|
2294
2294
|
}), s.length ? s : void 0;
|
|
2295
2295
|
} else
|
|
2296
|
-
return e[i] &&
|
|
2296
|
+
return e[i] && d4("CUSTOM_DIR", n, i, t), e[i];
|
|
2297
2297
|
}
|
|
2298
2298
|
function $0(t, e) {
|
|
2299
2299
|
const n = p1;
|
|
@@ -2490,7 +2490,7 @@ function Wc(t) {
|
|
|
2490
2490
|
if (A7.has(t))
|
|
2491
2491
|
return A7.get(t);
|
|
2492
2492
|
const e = t.render, n = (i, s) => {
|
|
2493
|
-
const r =
|
|
2493
|
+
const r = o4(), o = {
|
|
2494
2494
|
props: i,
|
|
2495
2495
|
children: r.vnode.children || [],
|
|
2496
2496
|
data: r.vnode.props || {},
|
|
@@ -2712,7 +2712,7 @@ function Jc(t) {
|
|
|
2712
2712
|
_s: () => m1,
|
|
2713
2713
|
_l: () => J3,
|
|
2714
2714
|
_t: (i) => Gc.bind(null, i),
|
|
2715
|
-
_q: () =>
|
|
2715
|
+
_q: () => h4,
|
|
2716
2716
|
_i: () => Y0,
|
|
2717
2717
|
_m: (i) => qc.bind(null, i),
|
|
2718
2718
|
_f: () => Dr,
|
|
@@ -2913,7 +2913,7 @@ function tu(t) {
|
|
|
2913
2913
|
function H(i2, g2) {
|
|
2914
2914
|
e2(g2) ? g2.forEach((J2) => i2(J2.bind(n))) : g2 && i2(g2.bind(n));
|
|
2915
2915
|
}
|
|
2916
|
-
if (H(kr, c), H(s1, h), H(Zr, d), H(n5, f), H(Rr, x), H(yr, Z), H(Er, E), H(br, P), H(Sr, q), H(H0, g), H(x1, k), H(Tr, L2), m &&
|
|
2916
|
+
if (H(kr, c), H(s1, h), H(Zr, d), H(n5, f), H(Rr, x), H(yr, Z), H(Er, E), H(br, P), H(Sr, q), H(H0, g), H(x1, k), H(Tr, L2), m && d4("OPTIONS_BEFORE_DESTROY", t) && H(H0, m), w && d4("OPTIONS_DESTROYED", t) && H(x1, w), e2(t2))
|
|
2917
2917
|
if (t2.length) {
|
|
2918
2918
|
const i2 = t.exposed || (t.exposed = {});
|
|
2919
2919
|
t2.forEach((g2) => {
|
|
@@ -3062,7 +3062,7 @@ function su(t, e, n) {
|
|
|
3062
3062
|
});
|
|
3063
3063
|
}
|
|
3064
3064
|
function jr(t, e) {
|
|
3065
|
-
return !!(t === "is" || (t === "class" || t === "style") && Y2("INSTANCE_ATTRS_CLASS_STYLE", e) ||
|
|
3065
|
+
return !!(t === "is" || (t === "class" || t === "style") && Y2("INSTANCE_ATTRS_CLASS_STYLE", e) || m4(t) && Y2("INSTANCE_LISTENERS", e) || t.startsWith("routerView") || t === "registerRouteInstance");
|
|
3066
3066
|
}
|
|
3067
3067
|
function ru(t, e, n, i = !1) {
|
|
3068
3068
|
const s = {}, r = {};
|
|
@@ -3103,7 +3103,7 @@ function ou(t, e, n, i) {
|
|
|
3103
3103
|
);
|
|
3104
3104
|
}
|
|
3105
3105
|
else {
|
|
3106
|
-
if (
|
|
3106
|
+
if (m4(h) && h.endsWith("Native"))
|
|
3107
3107
|
h = h.slice(0, -6);
|
|
3108
3108
|
else if (jr(h, t))
|
|
3109
3109
|
continue;
|
|
@@ -3140,14 +3140,14 @@ function qr(t, e, n, i) {
|
|
|
3140
3140
|
let o = !1, l;
|
|
3141
3141
|
if (e)
|
|
3142
3142
|
for (let L in e) {
|
|
3143
|
-
if (b9(L) || (L.startsWith("onHook:") &&
|
|
3143
|
+
if (b9(L) || (L.startsWith("onHook:") && d4("INSTANCE_EVENT_HOOKS", t, L.slice(2).toLowerCase()), L === "inline-template"))
|
|
3144
3144
|
continue;
|
|
3145
3145
|
const a = e[L];
|
|
3146
3146
|
let C;
|
|
3147
3147
|
if (s && $2(s, C = j1(L)))
|
|
3148
3148
|
!r || !r.includes(C) ? n[C] = a : (l || (l = {}))[C] = a;
|
|
3149
3149
|
else if (!N8(t.emitsOptions, L)) {
|
|
3150
|
-
if (
|
|
3150
|
+
if (m4(L) && L.endsWith("Native"))
|
|
3151
3151
|
L = L.slice(0, -6);
|
|
3152
3152
|
else if (jr(L, t))
|
|
3153
3153
|
continue;
|
|
@@ -3284,7 +3284,7 @@ function Cu(t) {
|
|
|
3284
3284
|
get(e, n) {
|
|
3285
3285
|
if (n in e)
|
|
3286
3286
|
return e[n];
|
|
3287
|
-
if (n in r9 &&
|
|
3287
|
+
if (n in r9 && d4("CONFIG_OPTION_MERGE_STRATS", null))
|
|
3288
3288
|
return r9[n];
|
|
3289
3289
|
}
|
|
3290
3290
|
});
|
|
@@ -3298,7 +3298,7 @@ function cu(t, e) {
|
|
|
3298
3298
|
function i(L = {}, a) {
|
|
3299
3299
|
T1("GLOBAL_MOUNT", null);
|
|
3300
3300
|
const { data: C } = L;
|
|
3301
|
-
C && !p2(C) &&
|
|
3301
|
+
C && !p2(C) && d4("OPTIONS_DATA_FN", null) && (L.data = () => C);
|
|
3302
3302
|
const c = t(L);
|
|
3303
3303
|
a !== n && Jr(c, a);
|
|
3304
3304
|
const h = c._createRoot(L);
|
|
@@ -3430,7 +3430,7 @@ const pu = [
|
|
|
3430
3430
|
"reverse"
|
|
3431
3431
|
], mu = /* @__PURE__ */ new WeakSet();
|
|
3432
3432
|
function wu(t, e, n) {
|
|
3433
|
-
if (P2(n) && !
|
|
3433
|
+
if (P2(n) && !c4(n) && !mu.has(n)) {
|
|
3434
3434
|
const s = X3(n);
|
|
3435
3435
|
e2(n) ? pu.forEach((r) => {
|
|
3436
3436
|
n[r] = (...o) => {
|
|
@@ -3444,7 +3444,7 @@ function wu(t, e, n) {
|
|
|
3444
3444
|
});
|
|
3445
3445
|
}
|
|
3446
3446
|
const i = t.$;
|
|
3447
|
-
i && t === i.proxy ? (Z7(i.ctx, e, n), i.accessCache = /* @__PURE__ */ Object.create(null)) :
|
|
3447
|
+
i && t === i.proxy ? (Z7(i.ctx, e, n), i.accessCache = /* @__PURE__ */ Object.create(null)) : c4(t) ? t[e] = n : Z7(t, e, n);
|
|
3448
3448
|
}
|
|
3449
3449
|
function Z7(t, e, n) {
|
|
3450
3450
|
n = P2(n) ? X3(n) : n, Object.defineProperty(t, e, {
|
|
@@ -3605,7 +3605,7 @@ function vu(t) {
|
|
|
3605
3605
|
if (u2 && U3(g, null, w, "created"), E)
|
|
3606
3606
|
if (N2 || !P || L2 & 48)
|
|
3607
3607
|
for (const D in E)
|
|
3608
|
-
(N2 && D.endsWith("value") ||
|
|
3608
|
+
(N2 && D.endsWith("value") || m4(D) && !b9(D)) && i(m, D, null, E[D], !1, void 0, w);
|
|
3609
3609
|
else
|
|
3610
3610
|
E.onClick && i(m, "onClick", null, E.onClick, !1, void 0, w);
|
|
3611
3611
|
let m2;
|
|
@@ -4254,7 +4254,7 @@ function ku(t) {
|
|
|
4254
4254
|
}) : s == null ? r = N9(() => i) : r = t, T7.set(t, r), r;
|
|
4255
4255
|
}
|
|
4256
4256
|
function Zu(t, e) {
|
|
4257
|
-
return t.__isBuiltIn ? t : (p2(t) && t.cid && (t = t.options), p2(t) && F8("COMPONENT_ASYNC", e, t) ? ku(t) : P2(t) && t.functional &&
|
|
4257
|
+
return t.__isBuiltIn ? t : (p2(t) && t.cid && (t = t.options), p2(t) && F8("COMPONENT_ASYNC", e, t) ? ku(t) : P2(t) && t.functional && d4("COMPONENT_FUNCTIONAL", e, t) ? Wc(t) : t);
|
|
4258
4258
|
}
|
|
4259
4259
|
const z2 = Symbol(void 0), c9 = Symbol(void 0), S1 = Symbol(void 0), o9 = Symbol(void 0), y0 = [];
|
|
4260
4260
|
let i3 = null;
|
|
@@ -4459,7 +4459,7 @@ function $8(...t) {
|
|
|
4459
4459
|
e.class !== i.class && (e.class = v2([e.class, i.class]));
|
|
4460
4460
|
else if (s === "style")
|
|
4461
4461
|
e.style = w2([e.style, i.style]);
|
|
4462
|
-
else if (
|
|
4462
|
+
else if (m4(s)) {
|
|
4463
4463
|
const r = e[s], o = i[s];
|
|
4464
4464
|
o && r !== o && !(e2(r) && r.includes(o)) && (e[s] = r ? [].concat(r, o) : o);
|
|
4465
4465
|
} else
|
|
@@ -4549,7 +4549,7 @@ function Te(t, e, n) {
|
|
|
4549
4549
|
return r.ctx = { _: r }, r.root = e ? e.root : r, r.emit = wc.bind(null, r), t.ce && t.ce(r), r;
|
|
4550
4550
|
}
|
|
4551
4551
|
let _1 = null;
|
|
4552
|
-
const
|
|
4552
|
+
const o4 = () => _1 || p1, B4 = (t) => {
|
|
4553
4553
|
_1 = t, t.scope.on();
|
|
4554
4554
|
}, F4 = () => {
|
|
4555
4555
|
_1 && _1.scope.off(), _1 = null;
|
|
@@ -4678,7 +4678,7 @@ function Wu() {
|
|
|
4678
4678
|
return uo().attrs;
|
|
4679
4679
|
}
|
|
4680
4680
|
function uo() {
|
|
4681
|
-
const t =
|
|
4681
|
+
const t = o4();
|
|
4682
4682
|
return t.setupContext || (t.setupContext = co(t));
|
|
4683
4683
|
}
|
|
4684
4684
|
function Hu(t, e) {
|
|
@@ -4699,7 +4699,7 @@ function $u(t, e) {
|
|
|
4699
4699
|
return n;
|
|
4700
4700
|
}
|
|
4701
4701
|
function Vu(t) {
|
|
4702
|
-
const e =
|
|
4702
|
+
const e = o4();
|
|
4703
4703
|
let n = t();
|
|
4704
4704
|
return F4(), A8(n) && (n = n.catch((i) => {
|
|
4705
4705
|
throw B4(e), i;
|
|
@@ -4740,7 +4740,7 @@ const po = "3.2.45", qu = {
|
|
|
4740
4740
|
createCompatVue: cu,
|
|
4741
4741
|
isCompatEnabled: Y2,
|
|
4742
4742
|
checkCompatEnabled: F8,
|
|
4743
|
-
softAssertCompatEnabled:
|
|
4743
|
+
softAssertCompatEnabled: d4
|
|
4744
4744
|
}, e4 = Qu, Xu = "http://www.w3.org/2000/svg", X4 = typeof document < "u" ? document : null, Qn = X4 && /* @__PURE__ */ X4.createElement("template"), Ju = {
|
|
4745
4745
|
insert: (t, e, n) => {
|
|
4746
4746
|
e.insertBefore(t, n || null);
|
|
@@ -4889,7 +4889,7 @@ function oh(t, e, n, i, s, r, o) {
|
|
|
4889
4889
|
}
|
|
4890
4890
|
l && t.removeAttribute(e);
|
|
4891
4891
|
}
|
|
4892
|
-
function
|
|
4892
|
+
function C4(t, e, n, i) {
|
|
4893
4893
|
t.addEventListener(e, n, i);
|
|
4894
4894
|
}
|
|
4895
4895
|
function lh(t, e, n, i) {
|
|
@@ -4903,7 +4903,7 @@ function Lh(t, e, n, i, s = null) {
|
|
|
4903
4903
|
const [l, L] = ah(e);
|
|
4904
4904
|
if (i) {
|
|
4905
4905
|
const a = r[e] = uh(i, s);
|
|
4906
|
-
|
|
4906
|
+
C4(t, l, a, L);
|
|
4907
4907
|
} else
|
|
4908
4908
|
o && (lh(t, l, o, L), r[e] = void 0);
|
|
4909
4909
|
}
|
|
@@ -4941,7 +4941,7 @@ function hh(t, e) {
|
|
|
4941
4941
|
return e;
|
|
4942
4942
|
}
|
|
4943
4943
|
const ni = /^on[a-z]/, dh = (t, e, n, i, s = !1, r, o, l, L) => {
|
|
4944
|
-
e === "class" ? eh(t, i, s) : e === "style" ? th(t, n, i) :
|
|
4944
|
+
e === "class" ? eh(t, i, s) : e === "style" ? th(t, n, i) : m4(e) ? ie(e) || Lh(t, e, n, i, o) : (e[0] === "." ? (e = e.slice(1), !0) : e[0] === "^" ? (e = e.slice(1), !1) : gh(t, e, i, s)) ? oh(t, e, i, r, o, l, L) : (e === "true-value" ? t._trueValue = i : e === "false-value" && (t._falseValue = i), ih(t, e, i, s, o));
|
|
4945
4945
|
};
|
|
4946
4946
|
function gh(t, e, n, i) {
|
|
4947
4947
|
return i ? !!(e === "innerHTML" || e === "textContent" || e in t && ni.test(e) && p2(n)) : e === "spellcheck" || e === "draggable" || e === "translate" || e === "form" || e === "list" && t.tagName === "INPUT" || e === "type" && t.tagName === "TEXTAREA" || ni.test(e) && r1(n) ? !1 : e in t;
|
|
@@ -5055,7 +5055,7 @@ class G8 extends ph {
|
|
|
5055
5055
|
}
|
|
5056
5056
|
function mh(t = "$style") {
|
|
5057
5057
|
{
|
|
5058
|
-
const e =
|
|
5058
|
+
const e = o4();
|
|
5059
5059
|
if (!e)
|
|
5060
5060
|
return X2;
|
|
5061
5061
|
const n = e.type.__cssModules;
|
|
@@ -5066,7 +5066,7 @@ function mh(t = "$style") {
|
|
|
5066
5066
|
}
|
|
5067
5067
|
}
|
|
5068
5068
|
function wh(t) {
|
|
5069
|
-
const e =
|
|
5069
|
+
const e = o4();
|
|
5070
5070
|
if (!e)
|
|
5071
5071
|
return;
|
|
5072
5072
|
const n = e.ut = (s = t(e.proxy)) => {
|
|
@@ -5255,7 +5255,7 @@ const Mo = /* @__PURE__ */ new WeakMap(), Ro = /* @__PURE__ */ new WeakMap(), yo
|
|
|
5255
5255
|
moveClass: String
|
|
5256
5256
|
}),
|
|
5257
5257
|
setup(t, { slots: e }) {
|
|
5258
|
-
const n =
|
|
5258
|
+
const n = o4(), i = Me();
|
|
5259
5259
|
let s, r;
|
|
5260
5260
|
return n5(() => {
|
|
5261
5261
|
if (!s.length)
|
|
@@ -5331,14 +5331,14 @@ const o8 = {
|
|
|
5331
5331
|
created(t, { modifiers: { lazy: e, trim: n, number: i } }, s) {
|
|
5332
5332
|
t._assign = z4(s);
|
|
5333
5333
|
const r = i || s.props && s.props.type === "number";
|
|
5334
|
-
|
|
5334
|
+
C4(t, e ? "change" : "input", (o) => {
|
|
5335
5335
|
if (o.target.composing)
|
|
5336
5336
|
return;
|
|
5337
5337
|
let l = t.value;
|
|
5338
5338
|
n && (l = l.trim()), r && (l = Y3(l)), t._assign(l);
|
|
5339
|
-
}), n &&
|
|
5339
|
+
}), n && C4(t, "change", () => {
|
|
5340
5340
|
t.value = t.value.trim();
|
|
5341
|
-
}), e || (
|
|
5341
|
+
}), e || (C4(t, "compositionstart", kh), C4(t, "compositionend", Li), C4(t, "change", Li));
|
|
5342
5342
|
},
|
|
5343
5343
|
// set value on mounted so it's after min/max for type="range"
|
|
5344
5344
|
mounted(t, { value: e }) {
|
|
@@ -5354,7 +5354,7 @@ const o8 = {
|
|
|
5354
5354
|
// #4096 array checkboxes need to be deep traversed
|
|
5355
5355
|
deep: !0,
|
|
5356
5356
|
created(t, e, n) {
|
|
5357
|
-
t._assign = z4(n),
|
|
5357
|
+
t._assign = z4(n), C4(t, "change", () => {
|
|
5358
5358
|
const i = t._modelValue, s = $9(t), r = t.checked, o = t._assign;
|
|
5359
5359
|
if (e2(i)) {
|
|
5360
5360
|
const l = Y0(i, s), L = l !== -1;
|
|
@@ -5378,23 +5378,23 @@ const o8 = {
|
|
|
5378
5378
|
}
|
|
5379
5379
|
};
|
|
5380
5380
|
function ai(t, { value: e, oldValue: n }, i) {
|
|
5381
|
-
t._modelValue = e, e2(e) ? t.checked = Y0(e, i.props.value) > -1 : d9(e) ? t.checked = e.has(i.props.value) : e !== n && (t.checked =
|
|
5381
|
+
t._modelValue = e, e2(e) ? t.checked = Y0(e, i.props.value) > -1 : d9(e) ? t.checked = e.has(i.props.value) : e !== n && (t.checked = h4(e, Zo(t, !0)));
|
|
5382
5382
|
}
|
|
5383
5383
|
const Ie = {
|
|
5384
5384
|
created(t, { value: e }, n) {
|
|
5385
|
-
t.checked =
|
|
5385
|
+
t.checked = h4(e, n.props.value), t._assign = z4(n), C4(t, "change", () => {
|
|
5386
5386
|
t._assign($9(t));
|
|
5387
5387
|
});
|
|
5388
5388
|
},
|
|
5389
5389
|
beforeUpdate(t, { value: e, oldValue: n }, i) {
|
|
5390
|
-
t._assign = z4(i), e !== n && (t.checked =
|
|
5390
|
+
t._assign = z4(i), e !== n && (t.checked = h4(e, i.props.value));
|
|
5391
5391
|
}
|
|
5392
5392
|
}, ko = {
|
|
5393
5393
|
// <select multiple> value need to be deep traversed
|
|
5394
5394
|
deep: !0,
|
|
5395
5395
|
created(t, { value: e, modifiers: { number: n } }, i) {
|
|
5396
5396
|
const s = d9(e);
|
|
5397
|
-
|
|
5397
|
+
C4(t, "change", () => {
|
|
5398
5398
|
const r = Array.prototype.filter.call(t.options, (o) => o.selected).map((o) => n ? Y3($9(o)) : $9(o));
|
|
5399
5399
|
t._assign(t.multiple ? s ? new Set(r) : r : r[0]);
|
|
5400
5400
|
}), t._assign = z4(i);
|
|
@@ -5418,7 +5418,7 @@ function Ci(t, e) {
|
|
|
5418
5418
|
const r = t.options[i], o = $9(r);
|
|
5419
5419
|
if (n)
|
|
5420
5420
|
e2(e) ? r.selected = Y0(e, o) > -1 : r.selected = e.has(o);
|
|
5421
|
-
else if (
|
|
5421
|
+
else if (h4($9(r), e)) {
|
|
5422
5422
|
t.selectedIndex !== i && (t.selectedIndex = i);
|
|
5423
5423
|
return;
|
|
5424
5424
|
}
|
|
@@ -5470,7 +5470,7 @@ function F5(t, e, n, i, s) {
|
|
|
5470
5470
|
}
|
|
5471
5471
|
function Zh() {
|
|
5472
5472
|
o8.getSSRProps = ({ value: t }) => ({ value: t }), Ie.getSSRProps = ({ value: t }, e) => {
|
|
5473
|
-
if (e.props &&
|
|
5473
|
+
if (e.props && h4(e.props.value, t))
|
|
5474
5474
|
return { checked: !0 };
|
|
5475
5475
|
}, Ee.getSSRProps = ({ value: t }, e) => {
|
|
5476
5476
|
if (e2(t)) {
|
|
@@ -5522,7 +5522,7 @@ const Th = ["ctrl", "shift", "alt", "meta"], Sh = {
|
|
|
5522
5522
|
delete: "backspace"
|
|
5523
5523
|
}, Eh = (t, e) => {
|
|
5524
5524
|
let n, i = null;
|
|
5525
|
-
return i =
|
|
5525
|
+
return i = o4(), e4.isCompatEnabled("CONFIG_KEY_CODES", i) && i && (n = i.appContext.config.keyCodes), (s) => {
|
|
5526
5526
|
if (!("key" in s))
|
|
5527
5527
|
return;
|
|
5528
5528
|
const r = H1(s.key);
|
|
@@ -5634,7 +5634,7 @@ var Nh = /* @__PURE__ */ Object.freeze({
|
|
|
5634
5634
|
toRef: Lr,
|
|
5635
5635
|
toRefs: g9,
|
|
5636
5636
|
isProxy: Ce,
|
|
5637
|
-
isReactive:
|
|
5637
|
+
isReactive: c4,
|
|
5638
5638
|
isReadonly: a9,
|
|
5639
5639
|
isShallow: D0,
|
|
5640
5640
|
customRef: sc,
|
|
@@ -5682,7 +5682,7 @@ var Nh = /* @__PURE__ */ Object.freeze({
|
|
|
5682
5682
|
mergeDefaults: Hu,
|
|
5683
5683
|
createPropsRestProxy: $u,
|
|
5684
5684
|
withAsyncContext: Vu,
|
|
5685
|
-
getCurrentInstance:
|
|
5685
|
+
getCurrentInstance: o4,
|
|
5686
5686
|
h: f1,
|
|
5687
5687
|
createVNode: U,
|
|
5688
5688
|
cloneVNode: Z3,
|
|
@@ -5721,8 +5721,8 @@ var Nh = /* @__PURE__ */ Object.freeze({
|
|
|
5721
5721
|
},
|
|
5722
5722
|
setDevtoolsHook: hr,
|
|
5723
5723
|
withCtx: u3,
|
|
5724
|
-
pushScopeId:
|
|
5725
|
-
popScopeId:
|
|
5724
|
+
pushScopeId: s4,
|
|
5725
|
+
popScopeId: r4,
|
|
5726
5726
|
withScopeId: xc,
|
|
5727
5727
|
renderList: J3,
|
|
5728
5728
|
toHandlers: Wr,
|
|
@@ -5763,7 +5763,7 @@ function Ph() {
|
|
|
5763
5763
|
const Oo = Ph();
|
|
5764
5764
|
Oo.compile = () => {
|
|
5765
5765
|
};
|
|
5766
|
-
const { configureCompat:
|
|
5766
|
+
const { configureCompat: CD } = Oo;
|
|
5767
5767
|
function Bh() {
|
|
5768
5768
|
return No().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
5769
5769
|
}
|
|
@@ -7249,9 +7249,9 @@ class a8 extends el {
|
|
|
7249
7249
|
throw new Error("missing interface implementation");
|
|
7250
7250
|
}
|
|
7251
7251
|
}
|
|
7252
|
-
class
|
|
7252
|
+
class g4 extends el {
|
|
7253
7253
|
}
|
|
7254
|
-
class K8 extends
|
|
7254
|
+
class K8 extends g4 {
|
|
7255
7255
|
}
|
|
7256
7256
|
function ud(t, e) {
|
|
7257
7257
|
return t = t.replace(/\t/g, "\\t").replace(/\n/g, "\\n").replace(/\r/g, "\\r"), e && (t = t.replace(/ /g, "·")), t;
|
|
@@ -7283,7 +7283,7 @@ const z3 = {
|
|
|
7283
7283
|
} else {
|
|
7284
7284
|
if (t instanceof K8)
|
|
7285
7285
|
return t.toString();
|
|
7286
|
-
if (t instanceof
|
|
7286
|
+
if (t instanceof g4 && t.symbol !== null)
|
|
7287
7287
|
return t.symbol.text;
|
|
7288
7288
|
}
|
|
7289
7289
|
const i = t.getPayload();
|
|
@@ -7319,7 +7319,7 @@ const z3 = {
|
|
|
7319
7319
|
return z3._findAllNodes(t, e, n, i), i;
|
|
7320
7320
|
},
|
|
7321
7321
|
_findAllNodes: function(t, e, n, i) {
|
|
7322
|
-
n && t instanceof
|
|
7322
|
+
n && t instanceof g4 ? t.symbol.type === e && i.push(t) : !n && t instanceof a8 && t.ruleIndex === e && i.push(t);
|
|
7323
7323
|
for (let s = 0; s < t.getChildCount(); s++)
|
|
7324
7324
|
z3._findAllNodes(t.getChild(s), e, n, i);
|
|
7325
7325
|
},
|
|
@@ -9232,7 +9232,7 @@ class W1 {
|
|
|
9232
9232
|
return this.configs.length;
|
|
9233
9233
|
}
|
|
9234
9234
|
}
|
|
9235
|
-
class
|
|
9235
|
+
class u4 {
|
|
9236
9236
|
constructor(e, n) {
|
|
9237
9237
|
return e === null && (e = -1), n === null && (n = new W1()), this.stateNumber = e, this.configs = n, this.edges = null, this.isAcceptState = !1, this.prediction = 0, this.lexerActionExecutor = null, this.requiresFullContext = !1, this.predicates = null, this;
|
|
9238
9238
|
}
|
|
@@ -9263,7 +9263,7 @@ class C4 {
|
|
|
9263
9263
|
* {@link //stateNumber} is irrelevant.</p>
|
|
9264
9264
|
*/
|
|
9265
9265
|
equals(e) {
|
|
9266
|
-
return this === e || e instanceof
|
|
9266
|
+
return this === e || e instanceof u4 && this.configs.equals(e.configs);
|
|
9267
9267
|
}
|
|
9268
9268
|
toString() {
|
|
9269
9269
|
let e = "" + this.stateNumber + ":" + this.configs;
|
|
@@ -9285,7 +9285,7 @@ class $3 {
|
|
|
9285
9285
|
return tl(e, this.sharedContextCache, n);
|
|
9286
9286
|
}
|
|
9287
9287
|
}
|
|
9288
|
-
$3.ERROR = new
|
|
9288
|
+
$3.ERROR = new u4(2147483647, new W1());
|
|
9289
9289
|
class _i extends W1 {
|
|
9290
9290
|
constructor() {
|
|
9291
9291
|
super(), this.configLookup = new m3();
|
|
@@ -9749,7 +9749,7 @@ class L1 extends $3 {
|
|
|
9749
9749
|
* traversing the DFA, we will know which rule to accept.
|
|
9750
9750
|
*/
|
|
9751
9751
|
addDFAState(e) {
|
|
9752
|
-
const n = new
|
|
9752
|
+
const n = new u4(null, e);
|
|
9753
9753
|
let i = null;
|
|
9754
9754
|
for (let l = 0; l < e.items.length; l++) {
|
|
9755
9755
|
const L = e.items[l];
|
|
@@ -10322,7 +10322,7 @@ class Ad extends $3 {
|
|
|
10322
10322
|
i === null && (i = j9.EMPTY), (this.debug || this.debug_list_atn_decisions) && console.log("predictATN decision " + s.decision + " exec LA(1)==" + this.getLookaheadName(e) + ", outerContext=" + i.toString(this.parser.ruleNames));
|
|
10323
10323
|
const a = !1;
|
|
10324
10324
|
let C = this.computeStartState(s.atnStartState, j9.EMPTY, a);
|
|
10325
|
-
s.precedenceDfa ? (s.s0.configs = C, C = this.applyPrecedenceFilter(C), l = this.addDFAState(s, new
|
|
10325
|
+
s.precedenceDfa ? (s.s0.configs = C, C = this.applyPrecedenceFilter(C), l = this.addDFAState(s, new u4(null, C)), s.setPrecedenceStartState(this.parser.getPrecedence(), l)) : (l = this.addDFAState(s, new u4(null, C)), s.s0 = l);
|
|
10326
10326
|
}
|
|
10327
10327
|
const L = this.execATN(s, l, e, o, i);
|
|
10328
10328
|
return this.debug && console.log("DFA after predictATN: " + s.toString(this.parser.literalNames, this.parser.symbolicNames)), L;
|
|
@@ -10432,7 +10432,7 @@ class Ad extends $3 {
|
|
|
10432
10432
|
const s = this.computeReachSet(n.configs, i, !1);
|
|
10433
10433
|
if (s === null)
|
|
10434
10434
|
return this.addDFAEdge(e, n, i, $3.ERROR), $3.ERROR;
|
|
10435
|
-
let r = new
|
|
10435
|
+
let r = new u4(null, s);
|
|
10436
10436
|
const o = this.getUniqueAlt(s);
|
|
10437
10437
|
if (this.debug) {
|
|
10438
10438
|
const l = e1.getConflictingAltSubsets(s);
|
|
@@ -11121,7 +11121,7 @@ class Zd {
|
|
|
11121
11121
|
constructor(e, n) {
|
|
11122
11122
|
if (n === void 0 && (n = 0), this.atnStartState = e, this.decision = n, this._states = new m3(), this.s0 = null, this.precedenceDfa = !1, e instanceof q4 && e.isPrecedenceDecision) {
|
|
11123
11123
|
this.precedenceDfa = !0;
|
|
11124
|
-
const i = new
|
|
11124
|
+
const i = new u4(null, new W1());
|
|
11125
11125
|
i.edges = [], i.isAcceptState = !1, i.requiresFullContext = !1, this.s0 = i;
|
|
11126
11126
|
}
|
|
11127
11127
|
}
|
|
@@ -11175,7 +11175,7 @@ class Zd {
|
|
|
11175
11175
|
setPrecedenceDfa(e) {
|
|
11176
11176
|
if (this.precedenceDfa !== e) {
|
|
11177
11177
|
if (this._states = new m3(), e) {
|
|
11178
|
-
const n = new
|
|
11178
|
+
const n = new u4(null, new W1());
|
|
11179
11179
|
n.edges = [], n.isAcceptState = !1, n.requiresFullContext = !1, this.s0 = n;
|
|
11180
11180
|
} else
|
|
11181
11181
|
this.s0 = null;
|
|
@@ -11237,7 +11237,7 @@ class I6 {
|
|
|
11237
11237
|
walk(e, n) {
|
|
11238
11238
|
if (n instanceof K8 || n.isErrorNode !== void 0 && n.isErrorNode())
|
|
11239
11239
|
e.visitErrorNode(n);
|
|
11240
|
-
else if (n instanceof
|
|
11240
|
+
else if (n instanceof g4)
|
|
11241
11241
|
e.visitTerminal(n);
|
|
11242
11242
|
else {
|
|
11243
11243
|
this.enterRule(e, n);
|
|
@@ -11270,7 +11270,7 @@ class I6 {
|
|
|
11270
11270
|
}
|
|
11271
11271
|
}
|
|
11272
11272
|
I6.DEFAULT = new I6();
|
|
11273
|
-
const bd = { Trees: z3, RuleNode: a8, ErrorNode: K8, TerminalNode:
|
|
11273
|
+
const bd = { Trees: z3, RuleNode: a8, ErrorNode: K8, TerminalNode: g4, ParseTreeListener: ll, ParseTreeVisitor: Sd, ParseTreeWalker: I6 };
|
|
11274
11274
|
class S0 extends H4 {
|
|
11275
11275
|
constructor(e) {
|
|
11276
11276
|
super({ message: "", recognizer: e, input: e.getInputStream(), ctx: e._ctx }), this.offendingToken = e.getCurrentToken();
|
|
@@ -12499,7 +12499,7 @@ let al = class extends J8 {
|
|
|
12499
12499
|
if (this.buildParseTrees || n) {
|
|
12500
12500
|
let i;
|
|
12501
12501
|
this._errHandler.inErrorRecoveryMode(this) ? i = this._ctx.addErrorNode(e) : i = this._ctx.addTokenNode(e), i.invokingState = this.state, n && this._parseListeners.forEach(function(s) {
|
|
12502
|
-
i instanceof K8 || i.isErrorNode !== void 0 && i.isErrorNode() ? s.visitErrorNode(i) : i instanceof
|
|
12502
|
+
i instanceof K8 || i.isErrorNode !== void 0 && i.isErrorNode() ? s.visitErrorNode(i) : i instanceof g4 && s.visitTerminal(i);
|
|
12503
12503
|
});
|
|
12504
12504
|
}
|
|
12505
12505
|
return e;
|
|
@@ -12681,7 +12681,7 @@ class Hd {
|
|
|
12681
12681
|
return this.cache.length;
|
|
12682
12682
|
}
|
|
12683
12683
|
}
|
|
12684
|
-
class Cl extends
|
|
12684
|
+
class Cl extends g4 {
|
|
12685
12685
|
constructor(e) {
|
|
12686
12686
|
super(), this.parentCtx = null, this.symbol = e;
|
|
12687
12687
|
}
|
|
@@ -12781,7 +12781,7 @@ let cl = class extends j9 {
|
|
|
12781
12781
|
return null;
|
|
12782
12782
|
for (let i = 0; i < this.children.length; i++) {
|
|
12783
12783
|
const s = this.children[i];
|
|
12784
|
-
if (s instanceof
|
|
12784
|
+
if (s instanceof g4 && s.symbol.type === e) {
|
|
12785
12785
|
if (n === 0)
|
|
12786
12786
|
return s;
|
|
12787
12787
|
n -= 1;
|
|
@@ -12796,7 +12796,7 @@ let cl = class extends j9 {
|
|
|
12796
12796
|
const n = [];
|
|
12797
12797
|
for (let i = 0; i < this.children.length; i++) {
|
|
12798
12798
|
const s = this.children[i];
|
|
12799
|
-
s instanceof
|
|
12799
|
+
s instanceof g4 && s.symbol.type === e && n.push(s);
|
|
12800
12800
|
}
|
|
12801
12801
|
return n;
|
|
12802
12802
|
}
|
|
@@ -28198,7 +28198,7 @@ const i0 = /* @__PURE__ */ i4(xf), _f = i0(/[\n\r]/g, " "), vf = i0(/\s+/g, " ")
|
|
|
28198
28198
|
i--;
|
|
28199
28199
|
}
|
|
28200
28200
|
return 0;
|
|
28201
|
-
},
|
|
28201
|
+
}, AD = (t, e) => {
|
|
28202
28202
|
const n = Ql(t, e);
|
|
28203
28203
|
if (n === 0)
|
|
28204
28204
|
return "";
|
|
@@ -28426,14 +28426,14 @@ class Vf {
|
|
|
28426
28426
|
return e.type === Z9.CreationMessage && (i += n), i;
|
|
28427
28427
|
}
|
|
28428
28428
|
withMessageGaps(e, n) {
|
|
28429
|
-
|
|
28429
|
+
for (const i of e) {
|
|
28430
28430
|
i.from || (i.from = N1);
|
|
28431
28431
|
const s = n.findIndex(
|
|
28432
28432
|
(L) => L.name === i.from
|
|
28433
28433
|
), r = n.findIndex((L) => L.name === i.to);
|
|
28434
28434
|
if (s === -1 || r === -1) {
|
|
28435
28435
|
console.warn(`Participant ${i.from} or ${i.to} not found`);
|
|
28436
|
-
|
|
28436
|
+
continue;
|
|
28437
28437
|
}
|
|
28438
28438
|
const o = Math.min(s, r), l = Math.max(s, r);
|
|
28439
28439
|
try {
|
|
@@ -28447,7 +28447,7 @@ class Vf {
|
|
|
28447
28447
|
`Could not set message gap between ${i.from} and ${i.to}`
|
|
28448
28448
|
);
|
|
28449
28449
|
}
|
|
28450
|
-
}
|
|
28450
|
+
}
|
|
28451
28451
|
}
|
|
28452
28452
|
withParticipantGaps(e) {
|
|
28453
28453
|
this.m = e.map((n, i) => e.map((s, r) => r - i === 1 ? this.getParticipantGap(s) : 0));
|
|
@@ -28627,7 +28627,7 @@ const lL = () => ({
|
|
|
28627
28627
|
}
|
|
28628
28628
|
},
|
|
28629
28629
|
setup(t) {
|
|
28630
|
-
const e = t, n = N9(() => Gf(/* @__PURE__ */ Object.assign({ "./icons/close.svg": () => import("./close-
|
|
28630
|
+
const e = t, n = N9(() => Gf(/* @__PURE__ */ Object.assign({ "./icons/close.svg": () => import("./close-f732d93b.js"), "./icons/collapse-expanded.svg": () => import("./collapse-expanded-18896bf9.js"), "./icons/collapse-unexpanded.svg": () => import("./collapse-unexpanded-d88d158e.js"), "./icons/debug.svg": () => import("./debug-922426e4.js"), "./icons/message-arrow.svg": () => import("./message-arrow-ca89b176.js"), "./icons/non-selected-cycle.svg": () => import("./non-selected-cycle-a42143a2.js"), "./icons/numbering.svg": () => import("./numbering-518e7f48.js"), "./icons/privacy.svg": () => import("./privacy-d39f3019.js"), "./icons/selected-cycle.svg": () => import("./selected-cycle-c475c912.js"), "./icons/theme.svg": () => import("./theme-dba923c8.js"), "./icons/tip.svg": () => import("./tip-7e9d692b.js"), "./icons/zoom-in.svg": () => import("./zoom-in-ecd0a13e.js"), "./icons/zoom-out.svg": () => import("./zoom-out-e21494d1.js") }), `./icons/${e.name}.svg`));
|
|
28631
28631
|
return (i, s) => (S(), X("span", {
|
|
28632
28632
|
class: v2(["flex items-center justify-center", t.iconClass]),
|
|
28633
28633
|
onClick: s[0] || (s[0] = (r) => i.$emit("icon-click"))
|
|
@@ -33243,7 +33243,7 @@ const H7 = /* @__PURE__ */ K2(BA, [["render", WA]]), HA = { class: "message-laye
|
|
|
33243
33243
|
context: null
|
|
33244
33244
|
},
|
|
33245
33245
|
setup(t) {
|
|
33246
|
-
const e = N9(() => import("./StylePanel-
|
|
33246
|
+
const e = N9(() => import("./StylePanel-90c804df.js")), n = y8.child({ name: "MessageLayer" }), i = I3(), s = F(() => i.getters.centerOf), r = F(() => i.getters.rootContext), o = F(() => s.value(l.value) + 1), l = F(() => {
|
|
33247
33247
|
const L = c7(r.value);
|
|
33248
33248
|
return L.length === 0 ? N1 : L[0].from || N1;
|
|
33249
33249
|
});
|
|
@@ -33791,7 +33791,7 @@ const Ok = /* @__PURE__ */ K2(_k, [["render", Fk]]), Nk = ["contenteditable"], d
|
|
|
33791
33791
|
}
|
|
33792
33792
|
}), Dk = {
|
|
33793
33793
|
key: 0,
|
|
33794
|
-
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500 font-thin
|
|
33794
|
+
class: "absolute text-xs right-[100%] top-0 pr-1 group-hover:hidden text-gray-500 font-thin"
|
|
33795
33795
|
}, O3 = /* @__PURE__ */ q2({
|
|
33796
33796
|
__name: "Numbering",
|
|
33797
33797
|
props: {
|
|
@@ -33912,7 +33912,7 @@ const Ok = /* @__PURE__ */ K2(_k, [["render", Fk]]), Nk = ["contenteditable"], d
|
|
|
33912
33912
|
f.value && a.getters.onMessageClick(n, C.value);
|
|
33913
33913
|
};
|
|
33914
33914
|
return (b, P) => (S(), X("div", {
|
|
33915
|
-
class: v2(["message border-skin-message-arrow border-b-2 flex items-end", {
|
|
33915
|
+
class: v2(["message leading-none border-skin-message-arrow border-b-2 flex items-end", {
|
|
33916
33916
|
"flex-row-reverse": I(s),
|
|
33917
33917
|
return: I(r) === "return",
|
|
33918
33918
|
"right-to-left": I(s)
|
|
@@ -33943,15 +33943,15 @@ const Ok = /* @__PURE__ */ K2(_k, [["render", Fk]]), Nk = ["contenteditable"], d
|
|
|
33943
33943
|
], 64)) : (S(), X(z2, { key: 1 }, [
|
|
33944
33944
|
j3(m1(I(i)), 1)
|
|
33945
33945
|
], 64))
|
|
33946
|
-
], 6)
|
|
33947
|
-
U(O3, { number: I(L) }, null, 8, ["number"])
|
|
33946
|
+
], 6)
|
|
33948
33947
|
])
|
|
33949
33948
|
]),
|
|
33950
33949
|
U(Ok, {
|
|
33951
33950
|
class: "flex-shrink-0 transform translate-y-1/2 -my-px",
|
|
33952
33951
|
fill: I(w),
|
|
33953
33952
|
rtl: I(s)
|
|
33954
|
-
}, null, 8, ["fill", "rtl"])
|
|
33953
|
+
}, null, 8, ["fill", "rtl"]),
|
|
33954
|
+
U(O3, { number: I(L) }, null, 8, ["number"])
|
|
33955
33955
|
], 6));
|
|
33956
33956
|
}
|
|
33957
33957
|
}), zk = {
|
|
@@ -34568,7 +34568,7 @@ let GZ = 0;
|
|
|
34568
34568
|
function jZ() {
|
|
34569
34569
|
return ++GZ;
|
|
34570
34570
|
}
|
|
34571
|
-
function
|
|
34571
|
+
function l4() {
|
|
34572
34572
|
return jZ();
|
|
34573
34573
|
}
|
|
34574
34574
|
var k4 = ((t) => (t.Space = " ", t.Enter = "Enter", t.Escape = "Escape", t.Backspace = "Backspace", t.Delete = "Delete", t.ArrowLeft = "ArrowLeft", t.ArrowUp = "ArrowUp", t.ArrowRight = "ArrowRight", t.ArrowDown = "ArrowDown", t.Home = "Home", t.End = "End", t.PageUp = "PageUp", t.PageDown = "PageDown", t.Tab = "Tab", t))(k4 || {});
|
|
@@ -35115,7 +35115,7 @@ function Qt({ slot: t = R2({}), name: e = "Description", props: n = {} } = {}) {
|
|
|
35115
35115
|
}
|
|
35116
35116
|
return L3(HL, { register: s, slot: t, name: e, props: n }), F(() => i.value.length > 0 ? i.value.join(" ") : void 0);
|
|
35117
35117
|
}
|
|
35118
|
-
q2({ name: "Description", props: { as: { type: [Object, String], default: "p" }, id: { type: String, default: () => `headlessui-description-${
|
|
35118
|
+
q2({ name: "Description", props: { as: { type: [Object, String], default: "p" }, id: { type: String, default: () => `headlessui-description-${l4()}` } }, setup(t, { attrs: e, slots: n }) {
|
|
35119
35119
|
let i = vT();
|
|
35120
35120
|
return s1(() => x1(i.register(t.id))), () => {
|
|
35121
35121
|
let { name: s = "Description", slot: r = R2({}), props: o = {} } = i, { id: l, ...L } = t, a = { ...Object.entries(o).reduce((C, [c, h]) => Object.assign(C, { [c]: I(h) }), {}), id: l };
|
|
@@ -35263,7 +35263,7 @@ function p5(t) {
|
|
|
35263
35263
|
}
|
|
35264
35264
|
return e;
|
|
35265
35265
|
}
|
|
35266
|
-
let U5 = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", ET = q2({ name: "Dialog", inheritAttrs: !1, props: { as: { type: [Object, String], default: "div" }, static: { type: Boolean, default: !1 }, unmount: { type: Boolean, default: !0 }, open: { type: [Boolean, String], default: U5 }, initialFocus: { type: Object, default: null }, id: { type: String, default: () => `headlessui-dialog-${
|
|
35266
|
+
let U5 = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", ET = q2({ name: "Dialog", inheritAttrs: !1, props: { as: { type: [Object, String], default: "div" }, static: { type: Boolean, default: !1 }, unmount: { type: Boolean, default: !0 }, open: { type: [Boolean, String], default: U5 }, initialFocus: { type: Object, default: null }, id: { type: String, default: () => `headlessui-dialog-${l4()}` } }, emits: { close: (t) => !0 }, setup(t, { emit: e, attrs: n, slots: i, expose: s }) {
|
|
35267
35267
|
var r;
|
|
35268
35268
|
let o = R2(!1);
|
|
35269
35269
|
s1(() => {
|
|
@@ -35326,7 +35326,7 @@ let U5 = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", ET = q2({ name: "Dialog", inher
|
|
|
35326
35326
|
return f1(V6, { force: !0 }, () => [f1(zL, () => f1(wT, { target: C.value }, () => f1(V6, { force: !1 }, () => f1(d0, { initialFocus: J2, containers: g, features: d.value ? n4(b.value, { parent: d0.features.RestoreFocus, leaf: d0.features.All & ~d0.features.FocusLock }) : d0.features.None }, () => f1(m, {}, () => P1({ ourProps: y1, theirProps: { ...S2, ...n }, slot: E2, attrs: n, slots: i, visible: h.value === 0, features: x8.RenderStrategy | x8.Static, name: "Dialog" })))))), f1(k)]);
|
|
35327
35327
|
};
|
|
35328
35328
|
} });
|
|
35329
|
-
q2({ name: "DialogOverlay", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: () => `headlessui-dialog-overlay-${
|
|
35329
|
+
q2({ name: "DialogOverlay", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: () => `headlessui-dialog-overlay-${l4()}` } }, setup(t, { attrs: e, slots: n }) {
|
|
35330
35330
|
let i = p5("DialogOverlay");
|
|
35331
35331
|
function s(r) {
|
|
35332
35332
|
r.target === r.currentTarget && (r.preventDefault(), r.stopPropagation(), i.close());
|
|
@@ -35336,7 +35336,7 @@ q2({ name: "DialogOverlay", props: { as: { type: [Object, String], default: "div
|
|
|
35336
35336
|
return P1({ ourProps: { id: r, "aria-hidden": !0, onClick: s }, theirProps: o, slot: { open: i.dialogState.value === 0 }, attrs: e, slots: n, name: "DialogOverlay" });
|
|
35337
35337
|
};
|
|
35338
35338
|
} });
|
|
35339
|
-
q2({ name: "DialogBackdrop", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: () => `headlessui-dialog-backdrop-${
|
|
35339
|
+
q2({ name: "DialogBackdrop", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: () => `headlessui-dialog-backdrop-${l4()}` } }, inheritAttrs: !1, setup(t, { attrs: e, slots: n, expose: i }) {
|
|
35340
35340
|
let s = p5("DialogBackdrop"), r = R2(null);
|
|
35341
35341
|
return i({ el: r, $el: r }), s1(() => {
|
|
35342
35342
|
if (s.panelRef.value === null)
|
|
@@ -35346,7 +35346,7 @@ q2({ name: "DialogBackdrop", props: { as: { type: [Object, String], default: "di
|
|
|
35346
35346
|
return f1(V6, { force: !0 }, () => f1(zL, () => P1({ ourProps: L, theirProps: { ...e, ...l }, slot: { open: s.dialogState.value === 0 }, attrs: e, slots: n, name: "DialogBackdrop" })));
|
|
35347
35347
|
};
|
|
35348
35348
|
} });
|
|
35349
|
-
let IT = q2({ name: "DialogPanel", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: () => `headlessui-dialog-panel-${
|
|
35349
|
+
let IT = q2({ name: "DialogPanel", props: { as: { type: [Object, String], default: "div" }, id: { type: String, default: () => `headlessui-dialog-panel-${l4()}` } }, setup(t, { attrs: e, slots: n, expose: i }) {
|
|
35350
35350
|
let s = p5("DialogPanel");
|
|
35351
35351
|
i({ el: s.panelRef, $el: s.panelRef });
|
|
35352
35352
|
function r(o) {
|
|
@@ -35356,7 +35356,7 @@ let IT = q2({ name: "DialogPanel", props: { as: { type: [Object, String], defaul
|
|
|
35356
35356
|
let { id: o, ...l } = t, L = { id: o, ref: s.panelRef, onClick: r };
|
|
35357
35357
|
return P1({ ourProps: L, theirProps: l, slot: { open: s.dialogState.value === 0 }, attrs: e, slots: n, name: "DialogPanel" });
|
|
35358
35358
|
};
|
|
35359
|
-
} }), FT = q2({ name: "DialogTitle", props: { as: { type: [Object, String], default: "h2" }, id: { type: String, default: () => `headlessui-dialog-title-${
|
|
35359
|
+
} }), FT = q2({ name: "DialogTitle", props: { as: { type: [Object, String], default: "h2" }, id: { type: String, default: () => `headlessui-dialog-title-${l4()}` } }, setup(t, { attrs: e, slots: n }) {
|
|
35360
35360
|
let i = p5("DialogTitle");
|
|
35361
35361
|
return s1(() => {
|
|
35362
35362
|
i.setTitleId(t.id), x1(() => i.setTitleId(null));
|
|
@@ -35383,7 +35383,7 @@ function GL({ slot: t = {}, name: e = "Label", props: n = {} } = {}) {
|
|
|
35383
35383
|
}
|
|
35384
35384
|
return L3($L, { register: s, slot: t, name: e, props: n }), F(() => i.value.length > 0 ? i.value.join(" ") : void 0);
|
|
35385
35385
|
}
|
|
35386
|
-
let OT = q2({ name: "Label", props: { as: { type: [Object, String], default: "label" }, passive: { type: [Boolean], default: !1 }, id: { type: String, default: () => `headlessui-label-${
|
|
35386
|
+
let OT = q2({ name: "Label", props: { as: { type: [Object, String], default: "label" }, passive: { type: [Boolean], default: !1 }, id: { type: String, default: () => `headlessui-label-${l4()}` } }, setup(t, { slots: e, attrs: n }) {
|
|
35387
35387
|
let i = VL();
|
|
35388
35388
|
return s1(() => x1(i.register(t.id))), () => {
|
|
35389
35389
|
let { name: s = "Label", slot: r = {}, props: o = {} } = i, { id: l, passive: L, ...a } = t, C = { ...Object.entries(o).reduce((c, [h, d]) => Object.assign(c, { [h]: I(d) }), {}), id: l };
|
|
@@ -35402,7 +35402,7 @@ function qL(t) {
|
|
|
35402
35402
|
}
|
|
35403
35403
|
return e;
|
|
35404
35404
|
}
|
|
35405
|
-
let DT = q2({ name: "RadioGroup", emits: { "update:modelValue": (t) => !0 }, props: { as: { type: [Object, String], default: "div" }, disabled: { type: [Boolean], default: !1 }, by: { type: [String, Function], default: () => NT }, modelValue: { type: [Object, String, Number, Boolean], default: void 0 }, defaultValue: { type: [Object, String, Number, Boolean], default: void 0 }, form: { type: String, optional: !0 }, name: { type: String, optional: !0 }, id: { type: String, default: () => `headlessui-radiogroup-${
|
|
35405
|
+
let DT = q2({ name: "RadioGroup", emits: { "update:modelValue": (t) => !0 }, props: { as: { type: [Object, String], default: "div" }, disabled: { type: [Boolean], default: !1 }, by: { type: [String, Function], default: () => NT }, modelValue: { type: [Object, String, Number, Boolean], default: void 0 }, defaultValue: { type: [Object, String, Number, Boolean], default: void 0 }, form: { type: String, optional: !0 }, name: { type: String, optional: !0 }, id: { type: String, default: () => `headlessui-radiogroup-${l4()}` } }, inheritAttrs: !1, setup(t, { emit: e, attrs: n, slots: i, expose: s }) {
|
|
35406
35406
|
let r = R2(null), o = R2([]), l = GL({ name: "RadioGroupLabel" }), L = Qt({ name: "RadioGroupDescription" });
|
|
35407
35407
|
s({ el: r, $el: r });
|
|
35408
35408
|
let [a, C] = LT(F(() => t.modelValue), (f) => e("update:modelValue", f), F(() => t.defaultValue)), c = { options: o, value: a, disabled: F(() => t.disabled), firstOption: F(() => o.value.find((f) => !f.propsRef.disabled)), containsCheckedOption: F(() => o.value.some((f) => c.compare(I2(f.propsRef.value), I2(t.modelValue)))), compare(f, x) {
|
|
@@ -35490,7 +35490,7 @@ let DT = q2({ name: "RadioGroup", emits: { "update:modelValue": (t) => !0 }, pro
|
|
|
35490
35490
|
};
|
|
35491
35491
|
} });
|
|
35492
35492
|
var PT = ((t) => (t[t.Empty = 1] = "Empty", t[t.Active = 2] = "Active", t))(PT || {});
|
|
35493
|
-
let BT = q2({ name: "RadioGroupOption", props: { as: { type: [Object, String], default: "div" }, value: { type: [Object, String, Number, Boolean] }, disabled: { type: Boolean, default: !1 }, id: { type: String, default: () => `headlessui-radiogroup-option-${
|
|
35493
|
+
let BT = q2({ name: "RadioGroupOption", props: { as: { type: [Object, String], default: "div" }, value: { type: [Object, String, Number, Boolean] }, disabled: { type: Boolean, default: !1 }, id: { type: String, default: () => `headlessui-radiogroup-option-${l4()}` } }, setup(t, { attrs: e, slots: n, expose: i }) {
|
|
35494
35494
|
let s = qL("RadioGroupOption"), r = GL({ name: "RadioGroupLabel" }), o = Qt({ name: "RadioGroupDescription" }), l = R2(null), L = F(() => ({ value: t.value, disabled: t.disabled })), a = R2(1);
|
|
35495
35495
|
i({ el: l, $el: l });
|
|
35496
35496
|
let C = F(() => a1(l));
|
|
@@ -35604,7 +35604,7 @@ let YL = x8.RenderStrategy, Y6 = q2({ props: { as: { type: [Object, String], def
|
|
|
35604
35604
|
return () => f1(QL, { ...t, onBeforeEnter: o, onAfterEnter: l, onBeforeLeave: L, onAfterLeave: a }, i);
|
|
35605
35605
|
let C = R2(null), c = F(() => t.unmount ? S4.Unmount : S4.Hidden);
|
|
35606
35606
|
s({ el: C, $el: C });
|
|
35607
|
-
let { show: h, appear: d } = $T(), { register: f, unregister: x } = VT(), Z = R2(h.value ? "visible" : "hidden"), m = { value: !0 }, g =
|
|
35607
|
+
let { show: h, appear: d } = $T(), { register: f, unregister: x } = VT(), Z = R2(h.value ? "visible" : "hidden"), m = { value: !0 }, g = l4(), w = { value: !1 }, k = KL(() => {
|
|
35608
35608
|
!w.value && Z.value !== "hidden" && (Z.value = "hidden", x(g), a());
|
|
35609
35609
|
});
|
|
35610
35610
|
s1(() => {
|
|
@@ -36048,7 +36048,7 @@ const QT = {
|
|
|
36048
36048
|
"aria-labelledby": "modal-title",
|
|
36049
36049
|
role: "dialog",
|
|
36050
36050
|
"aria-modal": "true"
|
|
36051
|
-
}, xS = { class: "footer text-skin-control bg-skin-title px-4 py-1 flex justify-between items-center gap-3" }, _S = { class: "flex items-center gap-3 color-base" }, vS = { class: "flex items-center" }, MS = ["checked"], RS = {
|
|
36051
|
+
}, xS = { class: "footer rounded text-skin-control bg-skin-title px-4 py-1 flex justify-between items-center gap-3" }, _S = { class: "flex items-center gap-3 color-base" }, vS = { class: "flex items-center" }, MS = ["checked"], RS = {
|
|
36052
36052
|
for: "order-display",
|
|
36053
36053
|
title: "Numbering the diagram",
|
|
36054
36054
|
class: "select-none"
|
|
@@ -36144,7 +36144,7 @@ function ZS(t, e, n, i, s, r) {
|
|
|
36144
36144
|
])
|
|
36145
36145
|
], 2);
|
|
36146
36146
|
}
|
|
36147
|
-
const XL = /* @__PURE__ */ K2(hS, [["render", ZS]]), TS = "3.
|
|
36147
|
+
const XL = /* @__PURE__ */ K2(hS, [["render", ZS]]), TS = "3.29.1";
|
|
36148
36148
|
function JL() {
|
|
36149
36149
|
return {
|
|
36150
36150
|
baseUrl: null,
|
|
@@ -36879,7 +36879,7 @@ function gs(t) {
|
|
|
36879
36879
|
i = t.charCodeAt(n), Math.random() > 0.5 && (i = "x" + i.toString(16)), e += "&#" + i + ";";
|
|
36880
36880
|
return e;
|
|
36881
36881
|
}
|
|
36882
|
-
class
|
|
36882
|
+
class f4 {
|
|
36883
36883
|
constructor(e) {
|
|
36884
36884
|
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e || s0, this.options.tokenizer = this.options.tokenizer || new en(), this.tokenizer = this.options.tokenizer, this.tokenizer.options = this.options, this.tokenizer.lexer = this, this.inlineQueue = [], this.state = {
|
|
36885
36885
|
inLink: !1,
|
|
@@ -36905,13 +36905,13 @@ class d4 {
|
|
|
36905
36905
|
* Static Lex Method
|
|
36906
36906
|
*/
|
|
36907
36907
|
static lex(e, n) {
|
|
36908
|
-
return new
|
|
36908
|
+
return new f4(n).lex(e);
|
|
36909
36909
|
}
|
|
36910
36910
|
/**
|
|
36911
36911
|
* Static Lex Inline Method
|
|
36912
36912
|
*/
|
|
36913
36913
|
static lexInline(e, n) {
|
|
36914
|
-
return new
|
|
36914
|
+
return new f4(n).inlineTokens(e);
|
|
36915
36915
|
}
|
|
36916
36916
|
/**
|
|
36917
36917
|
* Preprocessing
|
|
@@ -37258,7 +37258,7 @@ class ia {
|
|
|
37258
37258
|
return this.getNextSafeSlug(i, n.dryrun);
|
|
37259
37259
|
}
|
|
37260
37260
|
}
|
|
37261
|
-
class
|
|
37261
|
+
class p4 {
|
|
37262
37262
|
constructor(e) {
|
|
37263
37263
|
this.options = e || s0, this.options.renderer = this.options.renderer || new tn(), this.renderer = this.options.renderer, this.renderer.options = this.options, this.textRenderer = new na(), this.slugger = new ia();
|
|
37264
37264
|
}
|
|
@@ -37266,13 +37266,13 @@ class g4 {
|
|
|
37266
37266
|
* Static Parse Method
|
|
37267
37267
|
*/
|
|
37268
37268
|
static parse(e, n) {
|
|
37269
|
-
return new
|
|
37269
|
+
return new p4(n).parse(e);
|
|
37270
37270
|
}
|
|
37271
37271
|
/**
|
|
37272
37272
|
* Static Parse Inline Method
|
|
37273
37273
|
*/
|
|
37274
37274
|
static parseInline(e, n) {
|
|
37275
|
-
return new
|
|
37275
|
+
return new p4(n).parseInline(e);
|
|
37276
37276
|
}
|
|
37277
37277
|
/**
|
|
37278
37278
|
* Parse Loop
|
|
@@ -37441,7 +37441,7 @@ function M2(t, e, n) {
|
|
|
37441
37441
|
const i = e.highlight;
|
|
37442
37442
|
let s;
|
|
37443
37443
|
try {
|
|
37444
|
-
s =
|
|
37444
|
+
s = f4.lex(t, e);
|
|
37445
37445
|
} catch (l) {
|
|
37446
37446
|
return n(l);
|
|
37447
37447
|
}
|
|
@@ -37449,7 +37449,7 @@ function M2(t, e, n) {
|
|
|
37449
37449
|
let L;
|
|
37450
37450
|
if (!l)
|
|
37451
37451
|
try {
|
|
37452
|
-
e.walkTokens && M2.walkTokens(s, e.walkTokens), L =
|
|
37452
|
+
e.walkTokens && M2.walkTokens(s, e.walkTokens), L = p4.parse(s, e);
|
|
37453
37453
|
} catch (a) {
|
|
37454
37454
|
l = a;
|
|
37455
37455
|
}
|
|
@@ -37470,8 +37470,8 @@ function M2(t, e, n) {
|
|
|
37470
37470
|
return;
|
|
37471
37471
|
}
|
|
37472
37472
|
try {
|
|
37473
|
-
const i =
|
|
37474
|
-
return e.walkTokens && M2.walkTokens(i, e.walkTokens),
|
|
37473
|
+
const i = f4.lex(t, e);
|
|
37474
|
+
return e.walkTokens && M2.walkTokens(i, e.walkTokens), p4.parse(i, e);
|
|
37475
37475
|
} catch (i) {
|
|
37476
37476
|
if (i.message += `
|
|
37477
37477
|
Please report this to https://github.com/markedjs/marked.`, e.silent)
|
|
@@ -37563,8 +37563,8 @@ M2.parseInline = function(t, e) {
|
|
|
37563
37563
|
throw new Error("marked.parseInline(): input parameter is of type " + Object.prototype.toString.call(t) + ", string expected");
|
|
37564
37564
|
e = N3({}, M2.defaults, e || {}), ta(e);
|
|
37565
37565
|
try {
|
|
37566
|
-
const n =
|
|
37567
|
-
return e.walkTokens && M2.walkTokens(n, e.walkTokens),
|
|
37566
|
+
const n = f4.lexInline(t, e);
|
|
37567
|
+
return e.walkTokens && M2.walkTokens(n, e.walkTokens), p4.parseInline(n, e);
|
|
37568
37568
|
} catch (n) {
|
|
37569
37569
|
if (n.message += `
|
|
37570
37570
|
Please report this to https://github.com/markedjs/marked.`, e.silent)
|
|
@@ -37572,12 +37572,12 @@ Please report this to https://github.com/markedjs/marked.`, e.silent)
|
|
|
37572
37572
|
throw n;
|
|
37573
37573
|
}
|
|
37574
37574
|
};
|
|
37575
|
-
M2.Parser =
|
|
37576
|
-
M2.parser =
|
|
37575
|
+
M2.Parser = p4;
|
|
37576
|
+
M2.parser = p4.parse;
|
|
37577
37577
|
M2.Renderer = tn;
|
|
37578
37578
|
M2.TextRenderer = na;
|
|
37579
|
-
M2.Lexer =
|
|
37580
|
-
M2.lexer =
|
|
37579
|
+
M2.Lexer = f4;
|
|
37580
|
+
M2.lexer = f4.lex;
|
|
37581
37581
|
M2.Tokenizer = en;
|
|
37582
37582
|
M2.Slugger = ia;
|
|
37583
37583
|
M2.parse = M2;
|
|
@@ -37586,8 +37586,8 @@ M2.setOptions;
|
|
|
37586
37586
|
M2.use;
|
|
37587
37587
|
M2.walkTokens;
|
|
37588
37588
|
M2.parseInline;
|
|
37589
|
-
|
|
37590
|
-
|
|
37589
|
+
p4.parse;
|
|
37590
|
+
f4.lex;
|
|
37591
37591
|
/*! @license DOMPurify 3.1.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.5/LICENSE */
|
|
37592
37592
|
const {
|
|
37593
37593
|
entries: sa,
|
|
@@ -37918,16 +37918,16 @@ function La() {
|
|
|
37918
37918
|
return v instanceof c && (typeof v.nodeName != "string" || typeof v.textContent != "string" || typeof v.removeChild != "function" || !(v.attributes instanceof C) || typeof v.removeAttribute != "function" || typeof v.setAttribute != "function" || typeof v.namespaceURI != "string" || typeof v.insertBefore != "function" || typeof v.hasChildNodes != "function");
|
|
37919
37919
|
}, fn = function(v) {
|
|
37920
37920
|
return typeof l == "function" && v instanceof l;
|
|
37921
|
-
},
|
|
37921
|
+
}, L4 = function(v, K, d2) {
|
|
37922
37922
|
t2[v] && $5(t2[v], (i1) => {
|
|
37923
37923
|
i1.call(e, K, d2, w9);
|
|
37924
37924
|
});
|
|
37925
37925
|
}, pn = function(v) {
|
|
37926
37926
|
let K = null;
|
|
37927
|
-
if (
|
|
37927
|
+
if (L4("beforeSanitizeElements", v, null), gn(v))
|
|
37928
37928
|
return D3(v), !0;
|
|
37929
37929
|
const d2 = v1(v.nodeName);
|
|
37930
|
-
if (
|
|
37930
|
+
if (L4("uponSanitizeElement", v, {
|
|
37931
37931
|
tagName: d2,
|
|
37932
37932
|
allowedTags: S2
|
|
37933
37933
|
}), v.hasChildNodes() && !fn(v.firstElementChild) && z1(/<[/\w]/g, v.innerHTML) && z1(/<[/\w]/g, v.textContent) || v.nodeType === w0.progressingInstruction || p && v.nodeType === w0.comment && z1(/<[/\w]/g, v.data))
|
|
@@ -37951,7 +37951,7 @@ function La() {
|
|
|
37951
37951
|
K = p0(K, i1, " ");
|
|
37952
37952
|
}), v.textContent !== K && (f0(e.removed, {
|
|
37953
37953
|
element: v.cloneNode()
|
|
37954
|
-
}), v.textContent = K)),
|
|
37954
|
+
}), v.textContent = K)), L4("afterSanitizeElements", v, null), !1);
|
|
37955
37955
|
}, mn = function(v, K, d2) {
|
|
37956
37956
|
if (V && (K === "id" || K === "name") && (d2 in n || d2 in Na))
|
|
37957
37957
|
return !1;
|
|
@@ -37983,7 +37983,7 @@ function La() {
|
|
|
37983
37983
|
}, wn = function(v) {
|
|
37984
37984
|
return v !== "annotation-xml" && ms(v, g2);
|
|
37985
37985
|
}, xn = function(v) {
|
|
37986
|
-
|
|
37986
|
+
L4("beforeSanitizeAttributes", v, null);
|
|
37987
37987
|
const {
|
|
37988
37988
|
attributes: K
|
|
37989
37989
|
} = v;
|
|
@@ -38003,7 +38003,7 @@ function La() {
|
|
|
38003
38003
|
value: P3
|
|
38004
38004
|
} = E1, l0 = v1(k1);
|
|
38005
38005
|
let B1 = k1 === "value" ? P3 : QS(P3);
|
|
38006
|
-
if (d2.attrName = l0, d2.attrValue = B1, d2.keepAttr = !0, d2.forceKeepAttr = void 0,
|
|
38006
|
+
if (d2.attrName = l0, d2.attrValue = B1, d2.keepAttr = !0, d2.forceKeepAttr = void 0, L4("uponSanitizeAttribute", v, d2), B1 = d2.attrValue, d2.forceKeepAttr || (x5(k1, v), !d2.keepAttr))
|
|
38007
38007
|
continue;
|
|
38008
38008
|
if (!A1 && z1(/\/>/i, B1)) {
|
|
38009
38009
|
x5(k1, v);
|
|
@@ -38035,13 +38035,13 @@ function La() {
|
|
|
38035
38035
|
}
|
|
38036
38036
|
}
|
|
38037
38037
|
}
|
|
38038
|
-
|
|
38038
|
+
L4("afterSanitizeAttributes", v, null);
|
|
38039
38039
|
}, Ba = function f2(v) {
|
|
38040
38040
|
let K = null;
|
|
38041
38041
|
const d2 = dn(v);
|
|
38042
|
-
for (
|
|
38043
|
-
|
|
38044
|
-
|
|
38042
|
+
for (L4("beforeSanitizeShadowDOM", v, null); K = d2.nextNode(); )
|
|
38043
|
+
L4("uponSanitizeShadowNode", K, null), !pn(K) && (K.content instanceof r && f2(K.content), xn(K));
|
|
38044
|
+
L4("afterSanitizeShadowDOM", v, null);
|
|
38045
38045
|
};
|
|
38046
38046
|
return e.sanitize = function(f2) {
|
|
38047
38047
|
let v = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, K = null, d2 = null, i1 = null, E1 = null;
|
|
@@ -40073,7 +40073,7 @@ const UE = {
|
|
|
40073
40073
|
if (!t)
|
|
40074
40074
|
return !1;
|
|
40075
40075
|
let e = ((i = t.block()) == null ? void 0 : i.stat()) || [], n = e.length;
|
|
40076
|
-
return n > 1
|
|
40076
|
+
return n > 1 ? !0 : n === 1 && e[0].ret() == null;
|
|
40077
40077
|
}
|
|
40078
40078
|
},
|
|
40079
40079
|
// The following code will cause the Block to be created and mounted AFTER the occurrence (and upto DiagramFrame) is updated.
|
|
@@ -40092,7 +40092,7 @@ const UE = {
|
|
|
40092
40092
|
this.collapsed && (this.collapsed = !1);
|
|
40093
40093
|
}
|
|
40094
40094
|
}
|
|
40095
|
-
}, fa = (t) => (
|
|
40095
|
+
}, fa = (t) => (s4("data-v-2d5b6cca"), t = t(), r4(), t), WE = ["data-belongs-to", "data-x-offset", "data-debug-center-of"], HE = {
|
|
40096
40096
|
key: 0,
|
|
40097
40097
|
class: "absolute w-full left-0 bg-amber-700 h-3 -top-1 flex justify-center items-center"
|
|
40098
40098
|
}, $E = /* @__PURE__ */ fa(() => /* @__PURE__ */ A("div", { class: "w-px h-full bg-black" }, null, -1)), VE = [
|
|
@@ -40106,7 +40106,7 @@ const UE = {
|
|
|
40106
40106
|
function KE(t, e, n, i, s, r) {
|
|
40107
40107
|
const o = l2("collapse-button"), l = l2("block");
|
|
40108
40108
|
return S(), X("div", {
|
|
40109
|
-
class: v2(["occurrence shadow-occurrence border-skin-occurrence bg-skin-occurrence rounded-sm border-2 relative left-full", { "right-to-left": n.rtl }]),
|
|
40109
|
+
class: v2(["occurrence min-h-6 shadow-occurrence border-skin-occurrence bg-skin-occurrence rounded-sm border-2 relative left-full", { "right-to-left": n.rtl }]),
|
|
40110
40110
|
"data-el-type": "occurrence",
|
|
40111
40111
|
"data-belongs-to": n.participant,
|
|
40112
40112
|
"data-x-offset": t.center,
|
|
@@ -40128,7 +40128,7 @@ function KE(t, e, n, i, s, r) {
|
|
|
40128
40128
|
}, null, 8, ["origin", "context", "number", "collapsed"])) : x2("", !0)
|
|
40129
40129
|
], 10, WE);
|
|
40130
40130
|
}
|
|
40131
|
-
const pa = /* @__PURE__ */ K2(UE, [["render", KE], ["__scopeId", "data-v-
|
|
40131
|
+
const pa = /* @__PURE__ */ K2(UE, [["render", KE], ["__scopeId", "data-v-2d5b6cca"]]);
|
|
40132
40132
|
class r0 {
|
|
40133
40133
|
constructor(e, n, i, s) {
|
|
40134
40134
|
this.start = { line: e, col: n }, this.stop = { line: i, col: s };
|
|
@@ -40410,7 +40410,7 @@ const tI = /* @__PURE__ */ K2(YE, [["render", eI], ["__scopeId", "data-v-5803e4a
|
|
|
40410
40410
|
i.getters.onMessageClick(n, s.value);
|
|
40411
40411
|
};
|
|
40412
40412
|
return (a, C) => (S(), X("div", {
|
|
40413
|
-
class: "self-invocation message self flex items-start flex-col",
|
|
40413
|
+
class: "self-invocation message leading-none self flex items-start flex-col",
|
|
40414
40414
|
style: { "border-width": "0" },
|
|
40415
40415
|
onClick: L,
|
|
40416
40416
|
ref_key: "messageRef",
|
|
@@ -40557,7 +40557,7 @@ function cI(t, e, n, i, s, r) {
|
|
|
40557
40557
|
}, null, 8, ["context", "content", "rtl", "number", "classNames", "textStyle"])) : x2("", !0)
|
|
40558
40558
|
], 14, CI);
|
|
40559
40559
|
}
|
|
40560
|
-
const uI = /* @__PURE__ */ K2(aI, [["render", cI], ["__scopeId", "data-v-7ccc7a9c"]]), hI = (t) => (
|
|
40560
|
+
const uI = /* @__PURE__ */ K2(aI, [["render", cI], ["__scopeId", "data-v-7ccc7a9c"]]), hI = (t) => (s4("data-v-0083f8a9"), t = t(), r4(), t), dI = {
|
|
40561
40561
|
class: "message self flex items-start flex-col",
|
|
40562
40562
|
style: { "border-width": "0" }
|
|
40563
40563
|
}, gI = { class: "name group px-px hover:text-skin-message-hover hover:bg-skin-message-hover min-h-[1em]" }, fI = /* @__PURE__ */ hI(() => /* @__PURE__ */ A("svg", {
|
|
@@ -40898,7 +40898,7 @@ const SI = {
|
|
|
40898
40898
|
blockLength: E0
|
|
40899
40899
|
};
|
|
40900
40900
|
}
|
|
40901
|
-
}, xa = (t) => (
|
|
40901
|
+
}, xa = (t) => (s4("data-v-d7a294d3"), t = t(), r4(), t), bI = ["data-origin", "data-left-participant", "data-frame-padding-left", "data-frame-padding-right"], EI = { class: "segment" }, II = { class: "header bg-skin-fragment-header text-skin-fragment-header leading-4 rounded-t relative" }, FI = { class: "name font-semibold p-1 border-b" }, OI = { class: "p-0" }, NI = { class: "segment" }, DI = { class: "text-skin-fragment flex" }, PI = /* @__PURE__ */ xa(() => /* @__PURE__ */ A("label", { class: "else-if hidden" }, "else if", -1)), BI = {
|
|
40902
40902
|
key: 0,
|
|
40903
40903
|
class: "segment mt-2 border-t border-solid"
|
|
40904
40904
|
}, zI = /* @__PURE__ */ xa(() => /* @__PURE__ */ A("div", { class: "text-skin-fragment" }, [
|
|
@@ -41279,7 +41279,7 @@ const $O = {
|
|
|
41279
41279
|
blockInSection: s
|
|
41280
41280
|
};
|
|
41281
41281
|
}
|
|
41282
|
-
}, VO = (t) => (
|
|
41282
|
+
}, VO = (t) => (s4("data-v-eeca9da5"), t = t(), r4(), t), GO = ["data-origin", "data-left-participant", "data-frame-padding-left", "data-frame-padding-right"], jO = { class: "segment" }, qO = { class: "header bg-skin-fragment-header text-skin-fragment-header leading-4 rounded-t relative" }, KO = { class: "name font-semibold p-1 border-b" }, YO = { class: "p-0" }, QO = { class: "segment" }, XO = /* @__PURE__ */ VO(() => /* @__PURE__ */ A("div", { class: "text-skin-fragment flex" }, null, -1));
|
|
41283
41283
|
function JO(t, e, n, i, s, r) {
|
|
41284
41284
|
const o = l2("comment"), l = l2("Numbering"), L = l2("collapse-button"), a = l2("block");
|
|
41285
41285
|
return S(), X("div", {
|
|
@@ -41352,7 +41352,7 @@ const tN = {
|
|
|
41352
41352
|
blockInCritical: s
|
|
41353
41353
|
};
|
|
41354
41354
|
}
|
|
41355
|
-
}, nN = (t) => (
|
|
41355
|
+
}, nN = (t) => (s4("data-v-49f97c9c"), t = t(), r4(), t), iN = ["data-origin", "data-left-participant", "data-frame-padding-left", "data-frame-padding-right"], sN = { class: "segment" }, rN = { class: "header bg-skin-fragment-header text-skin-fragment-header leading-4 rounded-t relative" }, oN = { class: "name font-semibold p-1 border-b" }, lN = { class: "p-0" }, LN = { class: "segment" }, aN = /* @__PURE__ */ nN(() => /* @__PURE__ */ A("div", { class: "text-skin-fragment flex" }, null, -1));
|
|
41356
41356
|
function CN(t, e, n, i, s, r) {
|
|
41357
41357
|
const o = l2("comment"), l = l2("Numbering"), L = l2("collapse-button"), a = l2("block");
|
|
41358
41358
|
return S(), X("div", {
|
|
@@ -41426,7 +41426,7 @@ const uN = {
|
|
|
41426
41426
|
contentPosition: i
|
|
41427
41427
|
};
|
|
41428
41428
|
}
|
|
41429
|
-
}, hN = (t) => (
|
|
41429
|
+
}, hN = (t) => (s4("data-v-2321fa2c"), t = t(), r4(), t), dN = ["data-origin", "data-left-participant", "data-frame-padding-left", "data-frame-padding-right"], gN = { class: "header bg-skin-fragment-header text-skin-fragment-header leading-4 rounded-t absolute top-0 left-0" }, fN = { class: "text-skin-fragment relative w-9 h-8 -top-[1px] -left-[1px]" }, pN = /* @__PURE__ */ hN(() => /* @__PURE__ */ A("div", { class: "polygon-border absolute inset-0" }, null, -1)), mN = { class: "polygon-content bg-skin-frame text-skin-fragment-header absolute inset-[1px] flex flex-col items-center justify-center" };
|
|
41430
41430
|
function wN(t, e, n, i, s, r) {
|
|
41431
41431
|
const o = l2("Numbering"), l = l2("comment"), L = l2("MessageLabel");
|
|
41432
41432
|
return S(), X("div", {
|
|
@@ -41502,7 +41502,7 @@ const _N = {
|
|
|
41502
41502
|
return (e = t == null ? void 0 : t.braceBlock()) == null ? void 0 : e.block();
|
|
41503
41503
|
}
|
|
41504
41504
|
}
|
|
41505
|
-
}, ba = (t) => (
|
|
41505
|
+
}, ba = (t) => (s4("data-v-910d3f87"), t = t(), r4(), t), vN = ["data-origin", "data-left-participant", "data-frame-padding-left", "data-frame-padding-right"], MN = { class: "segment" }, RN = { class: "header bg-skin-fragment-header text-skin-fragment-header leading-4 rounded-t relative" }, yN = { class: "name font-semibold p-1 border-b" }, AN = { class: "segment" }, kN = /* @__PURE__ */ ba(() => /* @__PURE__ */ A("label", { class: "keyword catch p-1" }, "catch", -1)), ZN = { class: "exception p-1" }, TN = {
|
|
41506
41506
|
key: 0,
|
|
41507
41507
|
class: "segment mt-2 border-t border-solid"
|
|
41508
41508
|
}, SN = /* @__PURE__ */ ba(() => /* @__PURE__ */ A("div", { class: "header flex text-skin-fragment finally" }, [
|
|
@@ -41583,7 +41583,8 @@ function bN(t, e, n, i, s, r) {
|
|
|
41583
41583
|
], 2)
|
|
41584
41584
|
], 12, vN);
|
|
41585
41585
|
}
|
|
41586
|
-
const EN = /* @__PURE__ */ K2(_N, [["render", bN], ["__scopeId", "data-v-910d3f87"]])
|
|
41586
|
+
const EN = /* @__PURE__ */ K2(_N, [["render", bN], ["__scopeId", "data-v-910d3f87"]]);
|
|
41587
|
+
const IN = {
|
|
41587
41588
|
name: "return",
|
|
41588
41589
|
props: ["context", "comment", "commentObj", "number"],
|
|
41589
41590
|
mixins: [m7, w7],
|
|
@@ -41643,10 +41644,10 @@ const EN = /* @__PURE__ */ K2(_N, [["render", bN], ["__scopeId", "data-v-910d3f8
|
|
|
41643
41644
|
Comment: m5,
|
|
41644
41645
|
Message: d5
|
|
41645
41646
|
}
|
|
41646
|
-
}, FN = ["data-signature", "data-origin", "data-to", "data-source", "data-target"],
|
|
41647
|
+
}, FN = (t) => (s4("data-v-1501de70"), t = t(), r4(), t), ON = ["data-signature", "data-origin", "data-to", "data-source", "data-target"], NN = {
|
|
41647
41648
|
key: 1,
|
|
41648
41649
|
class: "flex items-center"
|
|
41649
|
-
},
|
|
41650
|
+
}, DN = /* @__PURE__ */ FN(() => /* @__PURE__ */ A("svg", {
|
|
41650
41651
|
class: "w-3 h-3 flex-shrink-0 fill-current m-1",
|
|
41651
41652
|
viewBox: "0 0 512 512"
|
|
41652
41653
|
}, [
|
|
@@ -41658,8 +41659,8 @@ const EN = /* @__PURE__ */ K2(_N, [["render", bN], ["__scopeId", "data-v-910d3f8
|
|
|
41658
41659
|
class: "cls-1",
|
|
41659
41660
|
d: "M288 192h-87.16l27.58-27.58a21.33 21.33 0 1 0-30.17-30.17l-64 64a21.33 21.33 0 0 0 0 30.17l64 64a21.33 21.33 0 0 0 30.17-30.17l-27.58-27.58H288a53.33 53.33 0 0 1 0 106.67h-32a21.33 21.33 0 0 0 0 42.66h32a96 96 0 0 0 0-192Z"
|
|
41660
41661
|
})
|
|
41661
|
-
], -1),
|
|
41662
|
-
function
|
|
41662
|
+
], -1)), PN = { class: "name" };
|
|
41663
|
+
function BN(t, e, n, i, s, r) {
|
|
41663
41664
|
const o = l2("comment"), l = l2("Message");
|
|
41664
41665
|
return S(), X("div", {
|
|
41665
41666
|
class: v2(["interaction return relative", {
|
|
@@ -41682,9 +41683,9 @@ function PN(t, e, n, i, s, r) {
|
|
|
41682
41683
|
key: 0,
|
|
41683
41684
|
commentObj: n.commentObj
|
|
41684
41685
|
}, null, 8, ["commentObj"])) : x2("", !0),
|
|
41685
|
-
t.isSelf ? (S(), X("div",
|
|
41686
|
-
|
|
41687
|
-
A("span",
|
|
41686
|
+
t.isSelf ? (S(), X("div", NN, [
|
|
41687
|
+
DN,
|
|
41688
|
+
A("span", PN, m1(r.signature), 1)
|
|
41688
41689
|
])) : x2("", !0),
|
|
41689
41690
|
t.isSelf ? x2("", !0) : (S(), T2(l, {
|
|
41690
41691
|
key: 2,
|
|
@@ -41696,9 +41697,9 @@ function PN(t, e, n, i, s, r) {
|
|
|
41696
41697
|
type: "return",
|
|
41697
41698
|
number: n.number
|
|
41698
41699
|
}, null, 8, ["classNames", "textStyle", "context", "content", "rtl", "number"]))
|
|
41699
|
-
], 14,
|
|
41700
|
+
], 14, ON);
|
|
41700
41701
|
}
|
|
41701
|
-
const
|
|
41702
|
+
const zN = /* @__PURE__ */ K2(IN, [["render", BN], ["__scopeId", "data-v-1501de70"]]), UN = [
|
|
41702
41703
|
"aliceblue",
|
|
41703
41704
|
"antiquewhite",
|
|
41704
41705
|
"aqua",
|
|
@@ -41847,20 +41848,20 @@ const BN = /* @__PURE__ */ K2(IN, [["render", PN]]), zN = [
|
|
|
41847
41848
|
"whitesmoke",
|
|
41848
41849
|
"yellow",
|
|
41849
41850
|
"yellowgreen"
|
|
41850
|
-
],
|
|
41851
|
+
], WN = ["italic", "oblique"], HN = ["bold", "bolder", "lighter"], $N = ["underline", "overline", "line-through"], I0 = (t) => {
|
|
41851
41852
|
const e = {}, n = [];
|
|
41852
41853
|
return t.forEach((i) => {
|
|
41853
41854
|
switch (!0) {
|
|
41854
|
-
case
|
|
41855
|
+
case UN.includes(i):
|
|
41855
41856
|
e.color = i;
|
|
41856
41857
|
break;
|
|
41857
|
-
case
|
|
41858
|
+
case WN.includes(i):
|
|
41858
41859
|
e.fontStyle = i;
|
|
41859
41860
|
break;
|
|
41860
|
-
case
|
|
41861
|
+
case HN.includes(i):
|
|
41861
41862
|
e.fontWeight = i;
|
|
41862
41863
|
break;
|
|
41863
|
-
case
|
|
41864
|
+
case $N.includes(i):
|
|
41864
41865
|
e.textDecoration = i;
|
|
41865
41866
|
break;
|
|
41866
41867
|
default:
|
|
@@ -41868,7 +41869,7 @@ const BN = /* @__PURE__ */ K2(IN, [["render", PN]]), zN = [
|
|
|
41868
41869
|
}
|
|
41869
41870
|
}), { textStyle: e, classNames: n };
|
|
41870
41871
|
};
|
|
41871
|
-
const
|
|
41872
|
+
const VN = {
|
|
41872
41873
|
name: "divider",
|
|
41873
41874
|
props: ["context", "origin"],
|
|
41874
41875
|
computed: {
|
|
@@ -41895,8 +41896,8 @@ const $N = {
|
|
|
41895
41896
|
return { style: I0([]), note: this.note };
|
|
41896
41897
|
}
|
|
41897
41898
|
}
|
|
41898
|
-
}, Ea = (t) => (
|
|
41899
|
-
function
|
|
41899
|
+
}, Ea = (t) => (s4("data-v-376dd717"), t = t(), r4(), t), GN = ["data-origin"], jN = /* @__PURE__ */ Ea(() => /* @__PURE__ */ A("div", { class: "left bg-skin-divider" }, null, -1)), qN = /* @__PURE__ */ Ea(() => /* @__PURE__ */ A("div", { class: "right bg-skin-divider" }, null, -1));
|
|
41900
|
+
function KN(t, e, n, i, s, r) {
|
|
41900
41901
|
return S(), X("div", {
|
|
41901
41902
|
class: "divider",
|
|
41902
41903
|
"data-origin": n.origin,
|
|
@@ -41905,16 +41906,16 @@ function qN(t, e, n, i, s, r) {
|
|
|
41905
41906
|
transform: "translateX(" + (-1 * r.centerOfOrigin + 10) + "px)"
|
|
41906
41907
|
})
|
|
41907
41908
|
}, [
|
|
41908
|
-
|
|
41909
|
+
jN,
|
|
41909
41910
|
A("div", {
|
|
41910
41911
|
class: v2(["name", r.messageStyle.style.classNames]),
|
|
41911
41912
|
style: w2(r.messageStyle.style.textStyle)
|
|
41912
41913
|
}, m1(r.messageStyle.note), 7),
|
|
41913
|
-
|
|
41914
|
-
], 12,
|
|
41914
|
+
qN
|
|
41915
|
+
], 12, GN);
|
|
41915
41916
|
}
|
|
41916
|
-
const
|
|
41917
|
-
function
|
|
41917
|
+
const YN = /* @__PURE__ */ K2(VN, [["render", KN], ["__scopeId", "data-v-376dd717"]]);
|
|
41918
|
+
function QN(t) {
|
|
41918
41919
|
const e = {
|
|
41919
41920
|
"<>": /* @__PURE__ */ new Set(),
|
|
41920
41921
|
"()": /* @__PURE__ */ new Set(),
|
|
@@ -41935,12 +41936,12 @@ function YN(t) {
|
|
|
41935
41936
|
t.slice(s)
|
|
41936
41937
|
];
|
|
41937
41938
|
}
|
|
41938
|
-
let
|
|
41939
|
+
let XN = class {
|
|
41939
41940
|
// Raw comment contains all spaces and newlines
|
|
41940
41941
|
constructor(e) {
|
|
41941
41942
|
this.text = "", this.classNames = [], this.textStyle = {}, this.commentStyle = {}, this.messageStyle = {}, this.commentClassNames = [], this.messageClassNames = [];
|
|
41942
41943
|
const n = e.slice(0, -1).split(`
|
|
41943
|
-
`), i = n[n.length - 1], [s, r, o, l] =
|
|
41944
|
+
`), i = n[n.length - 1], [s, r, o, l] = QN(i), { textStyle: L, classNames: a } = I0(s), { textStyle: C, classNames: c } = I0(r), { textStyle: h, classNames: d } = I0(o);
|
|
41944
41945
|
this.text = (n.slice(0, n.length - 1).join(`
|
|
41945
41946
|
`) + `
|
|
41946
41947
|
` + l).trim(), this.textStyle = { ...h, ...L, ...C }, this.classNames = [
|
|
@@ -41950,7 +41951,7 @@ let QN = class {
|
|
|
41950
41951
|
], this.commentStyle = { ...h, ...L }, this.messageStyle = { ...h, ...C }, this.commentClassNames = [...d, ...a], this.messageClassNames = [...d, ...c];
|
|
41951
41952
|
}
|
|
41952
41953
|
};
|
|
41953
|
-
const
|
|
41954
|
+
const JN = {
|
|
41954
41955
|
name: "statement",
|
|
41955
41956
|
props: ["origin", "context", "number", "collapsed"],
|
|
41956
41957
|
computed: {
|
|
@@ -41958,7 +41959,7 @@ const XN = {
|
|
|
41958
41959
|
return this.context.getComment() ? this.context.getComment() : "";
|
|
41959
41960
|
},
|
|
41960
41961
|
commentObj: function() {
|
|
41961
|
-
return new
|
|
41962
|
+
return new XN(this.comment);
|
|
41962
41963
|
},
|
|
41963
41964
|
subStatement: function() {
|
|
41964
41965
|
let t = this, e = {
|
|
@@ -41994,11 +41995,11 @@ const XN = {
|
|
|
41994
41995
|
FragmentRef: xN,
|
|
41995
41996
|
FragmentTryCatchFinally: EN,
|
|
41996
41997
|
FragmentLoop: nF,
|
|
41997
|
-
Divider:
|
|
41998
|
-
Return:
|
|
41998
|
+
Divider: YN,
|
|
41999
|
+
Return: zN
|
|
41999
42000
|
}
|
|
42000
42001
|
};
|
|
42001
|
-
function
|
|
42002
|
+
function eD(t, e, n, i, s, r) {
|
|
42002
42003
|
return S(), T2(B8(r.subStatement), {
|
|
42003
42004
|
class: v2(["text-left text-sm text-skin-message", { hidden: r.collapsedCheck }]),
|
|
42004
42005
|
origin: n.origin,
|
|
@@ -42008,7 +42009,7 @@ function JN(t, e, n, i, s, r) {
|
|
|
42008
42009
|
number: n.number
|
|
42009
42010
|
}, null, 8, ["origin", "class", "context", "comment", "commentObj", "number"]);
|
|
42010
42011
|
}
|
|
42011
|
-
const
|
|
42012
|
+
const tD = /* @__PURE__ */ K2(JN, [["render", eD]]), nD = ["data-origin"], iD = ["data-origin"], sD = /* @__PURE__ */ q2({
|
|
42012
42013
|
__name: "Block",
|
|
42013
42014
|
props: {
|
|
42014
42015
|
origin: null,
|
|
@@ -42027,31 +42028,31 @@ const eD = /* @__PURE__ */ K2(XN, [["render", JN]]), tD = ["data-origin"], nD =
|
|
|
42027
42028
|
"data-origin": t.origin
|
|
42028
42029
|
}, [
|
|
42029
42030
|
(S(!0), X(z2, null, J3(I(n), (o, l) => (S(), X("div", {
|
|
42030
|
-
class: "statement-container
|
|
42031
|
+
class: "statement-container my-4",
|
|
42031
42032
|
"data-origin": t.origin,
|
|
42032
42033
|
key: l
|
|
42033
42034
|
}, [
|
|
42034
|
-
U(
|
|
42035
|
+
U(tD, {
|
|
42035
42036
|
origin: t.origin,
|
|
42036
42037
|
context: o,
|
|
42037
42038
|
collapsed: t.collapsed,
|
|
42038
42039
|
number: i(l)
|
|
42039
42040
|
}, null, 8, ["origin", "context", "collapsed", "number"])
|
|
42040
|
-
], 8,
|
|
42041
|
-
], 8,
|
|
42041
|
+
], 8, iD))), 128))
|
|
42042
|
+
], 8, nD));
|
|
42042
42043
|
}
|
|
42043
42044
|
});
|
|
42044
|
-
function
|
|
42045
|
+
function rD(t) {
|
|
42045
42046
|
const e = Math.floor(t / 1e3), n = Math.floor(t % 1e3), i = Math.floor((t % 1e3 - n) * 1e3);
|
|
42046
42047
|
return e + "s " + n + "ms " + i + "μs";
|
|
42047
42048
|
}
|
|
42048
|
-
const
|
|
42049
|
+
const oD = (t, e) => {
|
|
42049
42050
|
const i = Ia() - e;
|
|
42050
|
-
return console.debug(t + " cost: " +
|
|
42051
|
-
}, Ia = () => performance.now(),
|
|
42052
|
-
class
|
|
42051
|
+
return console.debug(t + " cost: " + rD(i)), i;
|
|
42052
|
+
}, Ia = () => performance.now(), lD = y8.child({ name: "core" });
|
|
42053
|
+
class LD {
|
|
42053
42054
|
constructor(e, n = !1) {
|
|
42054
|
-
this._lastRenderingCostMilliseconds = 0, this.initialRender = !0, this.el = e, this.store = qo(lL()), this.app = o5(n ? $t : XL), this.app.component("Comment", m5), this.app.component("Block",
|
|
42055
|
+
this._lastRenderingCostMilliseconds = 0, this.initialRender = !0, this.el = e, this.store = qo(lL()), this.app = o5(n ? $t : XL), this.app.component("Comment", m5), this.app.component("Block", sD), this.app.use(this.store), this.app.mount(this.el), this.addPortalRootElement();
|
|
42055
42056
|
}
|
|
42056
42057
|
// DON'T REMOVE: headlessui portal root hack
|
|
42057
42058
|
// ref: https://github.com/tailwindlabs/headlessui/discussions/666#discussioncomment-4966117
|
|
@@ -42060,7 +42061,7 @@ class lD {
|
|
|
42060
42061
|
e.id = "headlessui-portal-root", e.className = "zenuml", e.append(document.createElement("div")), document.body.append(e);
|
|
42061
42062
|
}
|
|
42062
42063
|
async render(e, n) {
|
|
42063
|
-
return this._currentTimeout && (console.debug("rendering clearTimeout"), clearTimeout(this._currentTimeout)),
|
|
42064
|
+
return this._currentTimeout && (console.debug("rendering clearTimeout"), clearTimeout(this._currentTimeout)), lD.debug("rendering", e, n), this._code = e === void 0 ? this._code : e, this._theme = (n == null ? void 0 : n.theme) || this._theme, this.store.state.stickyOffset = (n == null ? void 0 : n.stickyOffset) || 0, this.store.state.theme = this._theme || "default", this.store.state.enableScopedTheming = (n == null ? void 0 : n.enableScopedTheming) || !1, this.store.state.mode = (n == null ? void 0 : n.mode) || q1.Dynamic, this.initialRender ? (this.initialRender = !1, await this.doRender(n)) : this._currentTimeout = setTimeout(
|
|
42064
42065
|
async () => await this.doRender(n),
|
|
42065
42066
|
this.calculateDebounceMilliseconds()
|
|
42066
42067
|
), this;
|
|
@@ -42071,7 +42072,7 @@ class lD {
|
|
|
42071
42072
|
iL(), this.store.commit("onContentChange", (e == null ? void 0 : e.onContentChange) || (() => {
|
|
42072
42073
|
})), this.store.commit("onThemeChange", (e == null ? void 0 : e.onThemeChange) || (() => {
|
|
42073
42074
|
})), this.store.commit("onEventEmit", (e == null ? void 0 : e.onEventEmit) || (() => {
|
|
42074
|
-
})), (e == null ? void 0 : e.enableMultiTheme) !== void 0 && (this.store.state.enableMultiTheme = e == null ? void 0 : e.enableMultiTheme), await this.store.dispatch("updateCode", { code: this._code }), this._lastRenderingCostMilliseconds =
|
|
42075
|
+
})), (e == null ? void 0 : e.enableMultiTheme) !== void 0 && (this.store.state.enableMultiTheme = e == null ? void 0 : e.enableMultiTheme), await this.store.dispatch("updateCode", { code: this._code }), this._lastRenderingCostMilliseconds = oD(
|
|
42075
42076
|
"rendering end",
|
|
42076
42077
|
n
|
|
42077
42078
|
);
|
|
@@ -42090,8 +42091,8 @@ class lD {
|
|
|
42090
42091
|
return this.el.children[0].__vue__.toPng();
|
|
42091
42092
|
}
|
|
42092
42093
|
}
|
|
42093
|
-
|
|
42094
|
-
const
|
|
42094
|
+
LD.version = TS;
|
|
42095
|
+
const ZD = {
|
|
42095
42096
|
createApp: o5,
|
|
42096
42097
|
createStore: qo,
|
|
42097
42098
|
Store: lL,
|
|
@@ -42106,14 +42107,14 @@ export {
|
|
|
42106
42107
|
m1 as E,
|
|
42107
42108
|
z2 as F,
|
|
42108
42109
|
Ql as G,
|
|
42109
|
-
|
|
42110
|
+
AD as H,
|
|
42110
42111
|
kf as I,
|
|
42111
42112
|
Ff as P,
|
|
42112
42113
|
QL as S,
|
|
42113
42114
|
s5 as T,
|
|
42114
42115
|
zL as U,
|
|
42115
|
-
|
|
42116
|
-
|
|
42116
|
+
ZD as V,
|
|
42117
|
+
LD as Z,
|
|
42117
42118
|
A as a,
|
|
42118
42119
|
F as b,
|
|
42119
42120
|
X as c,
|
|
@@ -42137,8 +42138,8 @@ export {
|
|
|
42137
42138
|
I as u,
|
|
42138
42139
|
q2 as v,
|
|
42139
42140
|
p3 as w,
|
|
42140
|
-
|
|
42141
|
+
CD as x,
|
|
42141
42142
|
I3 as y,
|
|
42142
42143
|
dL as z
|
|
42143
42144
|
};
|
|
42144
|
-
//# sourceMappingURL=core-
|
|
42145
|
+
//# sourceMappingURL=core-97be1854.js.map
|