@zenuml/core 3.16.1 → 3.17.0
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.9d0b732b.js → StylePanel.8a51b701.js} +2 -2
- package/dist/{close.90d091e8.js → close.fb6e16c8.js} +2 -2
- package/dist/{collapse-expanded.eb9a3ba5.js → collapse-expanded.00b3d687.js} +2 -2
- package/dist/{collapse-unexpanded.8d026d8d.js → collapse-unexpanded.4372fb21.js} +2 -2
- package/dist/{core.50792979.js → core.08e5aec1.js} +348 -346
- package/dist/{debug.23f6d4bc.js → debug.fbc802ca.js} +2 -2
- package/dist/{message-arrow.8c08ef8c.js → message-arrow.df3d65eb.js} +2 -2
- package/dist/{non-selected-cycle.c3e29d31.js → non-selected-cycle.2f730d84.js} +2 -2
- package/dist/{numbering.dccc49de.js → numbering.19c007c4.js} +2 -2
- package/dist/{privacy.a3d6717f.js → privacy.ad24827f.js} +2 -2
- package/dist/{selected-cycle.370422da.js → selected-cycle.7ddebd65.js} +2 -2
- package/dist/{theme.1e951585.js → theme.ae2dfd95.js} +2 -2
- package/dist/{tip.1aa8e520.js → tip.3dac22d8.js} +2 -2
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +19 -19
- package/dist/{zoom-in.00a1db1c.js → zoom-in.4a1b1709.js} +2 -2
- package/dist/{zoom-out.eeb65c14.js → zoom-out.be32153d.js} +2 -2
- package/package.json +1 -1
|
@@ -24842,7 +24842,7 @@ const V0 = VC, zC = V0(/[\n\r]/g, " "), GC = V0(/\s+/g, " "), jC = V0(/\s*([,;.(
|
|
|
24842
24842
|
r--;
|
|
24843
24843
|
}
|
|
24844
24844
|
return 0;
|
|
24845
|
-
},
|
|
24845
|
+
}, qO = (t, e) => {
|
|
24846
24846
|
const n = nh(t, e);
|
|
24847
24847
|
if (n === 0)
|
|
24848
24848
|
return "";
|
|
@@ -25295,7 +25295,7 @@ const uh = () => (ch = Y9(), {
|
|
|
25295
25295
|
}
|
|
25296
25296
|
},
|
|
25297
25297
|
setup(t) {
|
|
25298
|
-
const e = t, n = cs(() => Lv(/* @__PURE__ */ Object.assign({ "./icons/close.svg": () => import("./close.
|
|
25298
|
+
const e = t, n = cs(() => Lv(/* @__PURE__ */ Object.assign({ "./icons/close.svg": () => import("./close.fb6e16c8.js"), "./icons/collapse-expanded.svg": () => import("./collapse-expanded.00b3d687.js"), "./icons/collapse-unexpanded.svg": () => import("./collapse-unexpanded.4372fb21.js"), "./icons/debug.svg": () => import("./debug.fbc802ca.js"), "./icons/message-arrow.svg": () => import("./message-arrow.df3d65eb.js"), "./icons/non-selected-cycle.svg": () => import("./non-selected-cycle.2f730d84.js"), "./icons/numbering.svg": () => import("./numbering.19c007c4.js"), "./icons/privacy.svg": () => import("./privacy.ad24827f.js"), "./icons/selected-cycle.svg": () => import("./selected-cycle.7ddebd65.js"), "./icons/theme.svg": () => import("./theme.ae2dfd95.js"), "./icons/tip.svg": () => import("./tip.3dac22d8.js"), "./icons/zoom-in.svg": () => import("./zoom-in.4a1b1709.js"), "./icons/zoom-out.svg": () => import("./zoom-out.be32153d.js") }), `./icons/${e.name}.svg`));
|
|
25299
25299
|
return (r, s) => (R(), K("span", {
|
|
25300
25300
|
class: be(["flex items-center justify-center", t.iconClass]),
|
|
25301
25301
|
onClick: s[0] || (s[0] = (i) => r.$emit("icon-click"))
|
|
@@ -26842,7 +26842,7 @@ const Ew = /* @__PURE__ */ Ge(vw, [["render", ww]]), ru = b0.child({ name: "Life
|
|
|
26842
26842
|
let i = n.value + r.value;
|
|
26843
26843
|
n.value > Sw && (e == null ? void 0 : e.state.stickyOffset) && (i += e == null ? void 0 : e.state.stickyOffset);
|
|
26844
26844
|
const o = ((a = e == null ? void 0 : e.state.diagramElement) == null ? void 0 : a.clientHeight) || 0, l = e != null && e.state.diagramElement ? xh(e == null ? void 0 : e.state.diagramElement) : 0;
|
|
26845
|
-
return i
|
|
26845
|
+
return i <= 0 + l ? 0 : Math.min(i - l, o - Tw) - 0;
|
|
26846
26846
|
}) };
|
|
26847
26847
|
},
|
|
26848
26848
|
computed: {
|
|
@@ -26930,7 +26930,7 @@ const su = /* @__PURE__ */ Ge(Aw, [["render", kw]]), Ow = { class: "message-laye
|
|
|
26930
26930
|
context: null
|
|
26931
26931
|
},
|
|
26932
26932
|
setup(t) {
|
|
26933
|
-
const e = t, n = cs(() => import("./StylePanel.
|
|
26933
|
+
const e = t, n = cs(() => import("./StylePanel.8a51b701.js")), r = b0.child({ name: "MessageLayer" }), s = zr(), i = ne(() => s.getters.participants), o = ne(() => s.getters.centerOf), l = ne(() => {
|
|
26934
26934
|
var x, y;
|
|
26935
26935
|
const c = (x = e.context) == null ? void 0 : x.stat()[0].message();
|
|
26936
26936
|
if (!c)
|
|
@@ -27431,7 +27431,7 @@ const _E = /* @__PURE__ */ Ge(hE, [["render", LE], ["__scopeId", "data-v-ca07199
|
|
|
27431
27431
|
mounted() {
|
|
27432
27432
|
this.$store.state.widthProvider = this;
|
|
27433
27433
|
}
|
|
27434
|
-
}, wE = { class: "
|
|
27434
|
+
}, wE = { class: "hidden" };
|
|
27435
27435
|
function EE(t, e, n, r, s, i) {
|
|
27436
27436
|
const o = xe("message");
|
|
27437
27437
|
return R(), K("div", wE, [
|
|
@@ -28573,7 +28573,7 @@ function Lc({ slot: t = ge({}), name: e = "Description", props: n = {} } = {}) {
|
|
|
28573
28573
|
}
|
|
28574
28574
|
return Ut(Wh, { register: s, slot: t, name: e, props: n }), ne(() => r.value.length > 0 ? r.value.join(" ") : void 0);
|
|
28575
28575
|
}
|
|
28576
|
-
let
|
|
28576
|
+
let KO = Ye({ name: "Description", props: { as: { type: [Object, String], default: "p" }, id: { type: String, default: () => `headlessui-description-${Bn()}` } }, setup(t, { attrs: e, slots: n }) {
|
|
28577
28577
|
let r = iS();
|
|
28578
28578
|
return We(() => ht(r.register(t.id))), () => {
|
|
28579
28579
|
let { name: s = "Description", slot: i = ge({}), props: o = {} } = r, { id: l, ...a } = t, c = { ...Object.entries(o).reduce((u, [h, f]) => Object.assign(u, { [h]: Te(f) }), {}), id: l };
|
|
@@ -29439,16 +29439,16 @@ const kS = `<svg width="100%" height="100%" viewBox="0 0 200 130" fill="none" xm
|
|
|
29439
29439
|
"aria-labelledby": "modal-title",
|
|
29440
29440
|
role: "dialog",
|
|
29441
29441
|
"aria-modal": "true"
|
|
29442
|
-
}, YS = { class: "footer text-skin-control px-4 py-1 flex justify-between items-center" }, XS = { class: "flex items-center gap-3 color-base" }, QS = { class: "flex items-center" }, JS = ["checked"], eA = {
|
|
29442
|
+
}, YS = { class: "footer text-skin-control px-4 py-1 flex justify-between items-center gap-3" }, XS = { class: "flex items-center gap-3 color-base" }, QS = { class: "flex items-center" }, JS = ["checked"], eA = {
|
|
29443
29443
|
for: "order-display",
|
|
29444
29444
|
title: "Numbering the diagram",
|
|
29445
29445
|
class: "select-none"
|
|
29446
|
-
}, tA = { class: "zoom-controls bg-skin-base flex
|
|
29446
|
+
}, tA = { class: "zoom-controls bg-skin-base flex hide-export gap-1" }, nA = { class: "w-12 block text-center" }, rA = /* @__PURE__ */ S("a", {
|
|
29447
29447
|
target: "_blank",
|
|
29448
29448
|
href: "https://zenuml.com",
|
|
29449
|
-
class: "brand
|
|
29449
|
+
class: "brand text-xs hover:underline"
|
|
29450
29450
|
}, "ZenUML.com", -1);
|
|
29451
|
-
function
|
|
29451
|
+
function sA(t, e, n, r, s, i) {
|
|
29452
29452
|
const o = xe("debug"), l = xe("diagram-title"), a = xe("privacy"), c = xe("TipsDialog"), u = xe("seq-diagram"), h = xe("Icon"), f = xe("ThemeSelect"), p = xe("width-provider");
|
|
29453
29453
|
return R(), K("div", {
|
|
29454
29454
|
ref: "export",
|
|
@@ -29508,7 +29508,7 @@ function rA(t, e, n, r, s, i) {
|
|
|
29508
29508
|
]),
|
|
29509
29509
|
S("div", tA, [
|
|
29510
29510
|
S("button", {
|
|
29511
|
-
class: "zoom-in
|
|
29511
|
+
class: "zoom-in",
|
|
29512
29512
|
onClick: e[2] || (e[2] = (x) => i.zoomIn())
|
|
29513
29513
|
}, [
|
|
29514
29514
|
z(h, {
|
|
@@ -29516,9 +29516,9 @@ function rA(t, e, n, r, s, i) {
|
|
|
29516
29516
|
"icon-class": "w-4 h-4"
|
|
29517
29517
|
})
|
|
29518
29518
|
]),
|
|
29519
|
-
S("label",
|
|
29519
|
+
S("label", nA, $e(Number(t.scale * 100).toFixed(0)) + "%", 1),
|
|
29520
29520
|
S("button", {
|
|
29521
|
-
class: "zoom-out
|
|
29521
|
+
class: "zoom-out",
|
|
29522
29522
|
onClick: e[3] || (e[3] = (x) => i.zoomOut())
|
|
29523
29523
|
}, [
|
|
29524
29524
|
z(h, {
|
|
@@ -29527,13 +29527,13 @@ function rA(t, e, n, r, s, i) {
|
|
|
29527
29527
|
})
|
|
29528
29528
|
])
|
|
29529
29529
|
]),
|
|
29530
|
-
|
|
29531
|
-
|
|
29532
|
-
|
|
29530
|
+
rA
|
|
29531
|
+
]),
|
|
29532
|
+
z(p)
|
|
29533
29533
|
])
|
|
29534
29534
|
], 2);
|
|
29535
29535
|
}
|
|
29536
|
-
const n6 = /* @__PURE__ */ Ge(zS, [["render",
|
|
29536
|
+
const n6 = /* @__PURE__ */ Ge(zS, [["render", sA]]);
|
|
29537
29537
|
function r6() {
|
|
29538
29538
|
return {
|
|
29539
29539
|
baseUrl: null,
|
|
@@ -29558,50 +29558,50 @@ function r6() {
|
|
|
29558
29558
|
};
|
|
29559
29559
|
}
|
|
29560
29560
|
let Ds = r6();
|
|
29561
|
-
function
|
|
29561
|
+
function iA(t) {
|
|
29562
29562
|
Ds = t;
|
|
29563
29563
|
}
|
|
29564
|
-
const
|
|
29564
|
+
const oA = /[&<>"']/, lA = /[&<>"']/g, aA = /[<>"']|&(?!#?\w+;)/, cA = /[<>"']|&(?!#?\w+;)/g, uA = {
|
|
29565
29565
|
"&": "&",
|
|
29566
29566
|
"<": "<",
|
|
29567
29567
|
">": ">",
|
|
29568
29568
|
'"': """,
|
|
29569
29569
|
"'": "'"
|
|
29570
|
-
}, mu = (t) =>
|
|
29570
|
+
}, mu = (t) => uA[t];
|
|
29571
29571
|
function pt(t, e) {
|
|
29572
29572
|
if (e) {
|
|
29573
|
-
if (
|
|
29574
|
-
return t.replace(
|
|
29575
|
-
} else if (
|
|
29576
|
-
return t.replace(
|
|
29573
|
+
if (oA.test(t))
|
|
29574
|
+
return t.replace(lA, mu);
|
|
29575
|
+
} else if (aA.test(t))
|
|
29576
|
+
return t.replace(cA, mu);
|
|
29577
29577
|
return t;
|
|
29578
29578
|
}
|
|
29579
|
-
const
|
|
29579
|
+
const hA = /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;
|
|
29580
29580
|
function s6(t) {
|
|
29581
|
-
return t.replace(
|
|
29581
|
+
return t.replace(hA, (e, n) => (n = n.toLowerCase(), n === "colon" ? ":" : n.charAt(0) === "#" ? n.charAt(1) === "x" ? String.fromCharCode(parseInt(n.substring(2), 16)) : String.fromCharCode(+n.substring(1)) : ""));
|
|
29582
29582
|
}
|
|
29583
|
-
const
|
|
29583
|
+
const dA = /(^|[^\[])\^/g;
|
|
29584
29584
|
function Ze(t, e) {
|
|
29585
29585
|
t = t.source || t, e = e || "";
|
|
29586
29586
|
const n = {
|
|
29587
|
-
replace: (r, s) => (s = s.source || s, s = s.replace(
|
|
29587
|
+
replace: (r, s) => (s = s.source || s, s = s.replace(dA, "$1"), t = t.replace(r, s), n),
|
|
29588
29588
|
getRegex: () => new RegExp(t, e)
|
|
29589
29589
|
};
|
|
29590
29590
|
return n;
|
|
29591
29591
|
}
|
|
29592
|
-
const
|
|
29592
|
+
const fA = /[^\w:]/g, pA = /^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;
|
|
29593
29593
|
function xu(t, e, n) {
|
|
29594
29594
|
if (t) {
|
|
29595
29595
|
let r;
|
|
29596
29596
|
try {
|
|
29597
|
-
r = decodeURIComponent(s6(n)).replace(
|
|
29597
|
+
r = decodeURIComponent(s6(n)).replace(fA, "").toLowerCase();
|
|
29598
29598
|
} catch {
|
|
29599
29599
|
return null;
|
|
29600
29600
|
}
|
|
29601
29601
|
if (r.indexOf("javascript:") === 0 || r.indexOf("vbscript:") === 0 || r.indexOf("data:") === 0)
|
|
29602
29602
|
return null;
|
|
29603
29603
|
}
|
|
29604
|
-
e && !
|
|
29604
|
+
e && !pA.test(n) && (n = LA(e, n));
|
|
29605
29605
|
try {
|
|
29606
29606
|
n = encodeURI(n).replace(/%25/g, "%");
|
|
29607
29607
|
} catch {
|
|
@@ -29609,11 +29609,11 @@ function xu(t, e, n) {
|
|
|
29609
29609
|
}
|
|
29610
29610
|
return n;
|
|
29611
29611
|
}
|
|
29612
|
-
const Li = {},
|
|
29613
|
-
function
|
|
29614
|
-
Li[" " + t] || (
|
|
29612
|
+
const Li = {}, gA = /^[^:]+:\/*[^/]*$/, mA = /^([^:]+:)[\s\S]*$/, xA = /^([^:]+:\/*[^/]*)[\s\S]*$/;
|
|
29613
|
+
function LA(t, e) {
|
|
29614
|
+
Li[" " + t] || (gA.test(t) ? Li[" " + t] = t + "/" : Li[" " + t] = wi(t, "/", !0)), t = Li[" " + t];
|
|
29615
29615
|
const n = t.indexOf(":") === -1;
|
|
29616
|
-
return e.substring(0, 2) === "//" ? n ? e : t.replace(
|
|
29616
|
+
return e.substring(0, 2) === "//" ? n ? e : t.replace(mA, "$1") + e : e.charAt(0) === "/" ? n ? e : t.replace(xA, "$1") + e : t + e;
|
|
29617
29617
|
}
|
|
29618
29618
|
const Wi = { exec: function() {
|
|
29619
29619
|
} };
|
|
@@ -29659,7 +29659,7 @@ function wi(t, e, n) {
|
|
|
29659
29659
|
}
|
|
29660
29660
|
return t.substr(0, r - s);
|
|
29661
29661
|
}
|
|
29662
|
-
function
|
|
29662
|
+
function _A(t, e) {
|
|
29663
29663
|
if (t.indexOf(e[1]) === -1)
|
|
29664
29664
|
return -1;
|
|
29665
29665
|
const n = t.length;
|
|
@@ -29706,7 +29706,7 @@ function yu(t, e, n, r) {
|
|
|
29706
29706
|
text: pt(o)
|
|
29707
29707
|
};
|
|
29708
29708
|
}
|
|
29709
|
-
function
|
|
29709
|
+
function yA(t, e) {
|
|
29710
29710
|
const n = t.match(/^(\s+)(?:```)/);
|
|
29711
29711
|
if (n === null)
|
|
29712
29712
|
return e;
|
|
@@ -29749,7 +29749,7 @@ class Cc {
|
|
|
29749
29749
|
fences(e) {
|
|
29750
29750
|
const n = this.rules.block.fences.exec(e);
|
|
29751
29751
|
if (n) {
|
|
29752
|
-
const r = n[0], s =
|
|
29752
|
+
const r = n[0], s = yA(r, n[3] || "");
|
|
29753
29753
|
return {
|
|
29754
29754
|
type: "code",
|
|
29755
29755
|
raw: r,
|
|
@@ -29975,7 +29975,7 @@ class Cc {
|
|
|
29975
29975
|
if ((r.length - o.length) % 2 === 0)
|
|
29976
29976
|
return;
|
|
29977
29977
|
} else {
|
|
29978
|
-
const o =
|
|
29978
|
+
const o = _A(n[2], "()");
|
|
29979
29979
|
if (o > -1) {
|
|
29980
29980
|
const a = (n[0].indexOf("!") === 0 ? 5 : 4) + n[1].length + o;
|
|
29981
29981
|
n[2] = n[2].substring(0, o), n[0] = n[0].substring(0, a).trim(), n[3] = "";
|
|
@@ -30250,7 +30250,7 @@ ee.breaks = mn({}, ee.gfm, {
|
|
|
30250
30250
|
br: Ze(ee.br).replace("{2,}", "*").getRegex(),
|
|
30251
30251
|
text: Ze(ee.gfm.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
30252
30252
|
});
|
|
30253
|
-
function
|
|
30253
|
+
function CA(t) {
|
|
30254
30254
|
return t.replace(/---/g, "\u2014").replace(/--/g, "\u2013").replace(/(^|[-\u2014/(\[{"\s])'/g, "$1\u2018").replace(/'/g, "\u2019").replace(/(^|[-\u2014/(\[{\u2018\s])"/g, "$1\u201C").replace(/"/g, "\u201D").replace(/\.{3}/g, "\u2026");
|
|
30255
30255
|
}
|
|
30256
30256
|
function Cu(t) {
|
|
@@ -30446,7 +30446,7 @@ class Wn {
|
|
|
30446
30446
|
f = p.call({ lexer: this }, h), typeof f == "number" && f >= 0 && (u = Math.min(u, f));
|
|
30447
30447
|
}), u < 1 / 0 && u >= 0 && (i = e.substring(0, u + 1));
|
|
30448
30448
|
}
|
|
30449
|
-
if (r = this.tokenizer.inlineText(i,
|
|
30449
|
+
if (r = this.tokenizer.inlineText(i, CA)) {
|
|
30450
30450
|
e = e.substring(r.raw.length), r.raw.slice(-1) !== "_" && (c = r.raw.slice(-1)), a = !0, s = n[n.length - 1], s && s.type === "text" ? (s.raw += r.raw, s.text += r.text) : n.push(r);
|
|
30451
30451
|
continue;
|
|
30452
30452
|
}
|
|
@@ -30821,7 +30821,7 @@ Please report this to https://github.com/markedjs/marked.`, e.silent)
|
|
|
30821
30821
|
}
|
|
30822
30822
|
}
|
|
30823
30823
|
pe.options = pe.setOptions = function(t) {
|
|
30824
|
-
return mn(pe.defaults, t),
|
|
30824
|
+
return mn(pe.defaults, t), iA(pe.defaults), pe;
|
|
30825
30825
|
};
|
|
30826
30826
|
pe.getDefaults = r6;
|
|
30827
30827
|
pe.defaults = Ds;
|
|
@@ -30939,8 +30939,8 @@ function bc(t) {
|
|
|
30939
30939
|
typeof n == "object" && !Object.isFrozen(n) && bc(n);
|
|
30940
30940
|
}), t;
|
|
30941
30941
|
}
|
|
30942
|
-
var a6 = bc,
|
|
30943
|
-
a6.default =
|
|
30942
|
+
var a6 = bc, vA = bc;
|
|
30943
|
+
a6.default = vA;
|
|
30944
30944
|
class vu {
|
|
30945
30945
|
constructor(e) {
|
|
30946
30946
|
e.data === void 0 && (e.data = {}), this.data = e.data, this.isMatchIgnored = !1;
|
|
@@ -30961,8 +30961,8 @@ function lr(t, ...e) {
|
|
|
30961
30961
|
n[s] = r[s];
|
|
30962
30962
|
}), n;
|
|
30963
30963
|
}
|
|
30964
|
-
const
|
|
30965
|
-
class
|
|
30964
|
+
const bA = "</span>", bu = (t) => !!t.kind;
|
|
30965
|
+
class wA {
|
|
30966
30966
|
constructor(e, n) {
|
|
30967
30967
|
this.buffer = "", this.classPrefix = n.classPrefix, e.walk(this);
|
|
30968
30968
|
}
|
|
@@ -30976,7 +30976,7 @@ class bA {
|
|
|
30976
30976
|
e.sublanguage || (n = `${this.classPrefix}${n}`), this.span(n);
|
|
30977
30977
|
}
|
|
30978
30978
|
closeNode(e) {
|
|
30979
|
-
!bu(e) || (this.buffer +=
|
|
30979
|
+
!bu(e) || (this.buffer += bA);
|
|
30980
30980
|
}
|
|
30981
30981
|
value() {
|
|
30982
30982
|
return this.buffer;
|
|
@@ -31025,7 +31025,7 @@ class wc {
|
|
|
31025
31025
|
})));
|
|
31026
31026
|
}
|
|
31027
31027
|
}
|
|
31028
|
-
class
|
|
31028
|
+
class EA extends wc {
|
|
31029
31029
|
constructor(e) {
|
|
31030
31030
|
super(), this.options = e;
|
|
31031
31031
|
}
|
|
@@ -31040,40 +31040,40 @@ class wA extends wc {
|
|
|
31040
31040
|
r.kind = n, r.sublanguage = !0, this.add(r);
|
|
31041
31041
|
}
|
|
31042
31042
|
toHTML() {
|
|
31043
|
-
return new
|
|
31043
|
+
return new wA(this, this.options).value();
|
|
31044
31044
|
}
|
|
31045
31045
|
finalize() {
|
|
31046
31046
|
return !0;
|
|
31047
31047
|
}
|
|
31048
31048
|
}
|
|
31049
|
-
function
|
|
31049
|
+
function TA(t) {
|
|
31050
31050
|
return new RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&"), "m");
|
|
31051
31051
|
}
|
|
31052
31052
|
function C0(t) {
|
|
31053
31053
|
return t ? typeof t == "string" ? t : t.source : null;
|
|
31054
31054
|
}
|
|
31055
|
-
function
|
|
31055
|
+
function SA(...t) {
|
|
31056
31056
|
return t.map((n) => C0(n)).join("");
|
|
31057
31057
|
}
|
|
31058
|
-
function
|
|
31058
|
+
function AA(...t) {
|
|
31059
31059
|
return "(" + t.map((n) => C0(n)).join("|") + ")";
|
|
31060
31060
|
}
|
|
31061
|
-
function
|
|
31061
|
+
function RA(t) {
|
|
31062
31062
|
return new RegExp(t.toString() + "|").exec("").length - 1;
|
|
31063
31063
|
}
|
|
31064
|
-
function
|
|
31064
|
+
function kA(t, e) {
|
|
31065
31065
|
const n = t && t.exec(e);
|
|
31066
31066
|
return n && n.index === 0;
|
|
31067
31067
|
}
|
|
31068
|
-
const
|
|
31069
|
-
function
|
|
31068
|
+
const OA = /\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;
|
|
31069
|
+
function IA(t, e = "|") {
|
|
31070
31070
|
let n = 0;
|
|
31071
31071
|
return t.map((r) => {
|
|
31072
31072
|
n += 1;
|
|
31073
31073
|
const s = n;
|
|
31074
31074
|
let i = C0(r), o = "";
|
|
31075
31075
|
for (; i.length > 0; ) {
|
|
31076
|
-
const l =
|
|
31076
|
+
const l = OA.exec(i);
|
|
31077
31077
|
if (!l) {
|
|
31078
31078
|
o += i;
|
|
31079
31079
|
break;
|
|
@@ -31083,9 +31083,9 @@ function OA(t, e = "|") {
|
|
|
31083
31083
|
return o;
|
|
31084
31084
|
}).map((r) => `(${r})`).join(e);
|
|
31085
31085
|
}
|
|
31086
|
-
const
|
|
31086
|
+
const MA = /\b\B/, c6 = "[a-zA-Z]\\w*", Ec = "[a-zA-Z_]\\w*", Tc = "\\b\\d+(\\.\\d+)?", u6 = "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)", h6 = "\\b(0b[01]+)", NA = "!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~", PA = (t = {}) => {
|
|
31087
31087
|
const e = /^#![ ]*\//;
|
|
31088
|
-
return t.binary && (t.begin =
|
|
31088
|
+
return t.binary && (t.begin = SA(
|
|
31089
31089
|
e,
|
|
31090
31090
|
/.*\b/,
|
|
31091
31091
|
t.binary,
|
|
@@ -31102,13 +31102,13 @@ const IA = /\b\B/, c6 = "[a-zA-Z]\\w*", Ec = "[a-zA-Z_]\\w*", Tc = "\\b\\d+(\\.\
|
|
|
31102
31102
|
}, v0 = {
|
|
31103
31103
|
begin: "\\\\[\\s\\S]",
|
|
31104
31104
|
relevance: 0
|
|
31105
|
-
},
|
|
31105
|
+
}, FA = {
|
|
31106
31106
|
className: "string",
|
|
31107
31107
|
begin: "'",
|
|
31108
31108
|
end: "'",
|
|
31109
31109
|
illegal: "\\n",
|
|
31110
31110
|
contains: [v0]
|
|
31111
|
-
},
|
|
31111
|
+
}, DA = {
|
|
31112
31112
|
className: "string",
|
|
31113
31113
|
begin: '"',
|
|
31114
31114
|
end: '"',
|
|
@@ -31131,23 +31131,23 @@ const IA = /\b\B/, c6 = "[a-zA-Z]\\w*", Ec = "[a-zA-Z_]\\w*", Tc = "\\b\\d+(\\.\
|
|
|
31131
31131
|
begin: "(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",
|
|
31132
31132
|
relevance: 0
|
|
31133
31133
|
}), r;
|
|
31134
|
-
},
|
|
31134
|
+
}, BA = V1("//", "$"), $A = V1("/\\*", "\\*/"), HA = V1("#", "$"), UA = {
|
|
31135
31135
|
className: "number",
|
|
31136
31136
|
begin: Tc,
|
|
31137
31137
|
relevance: 0
|
|
31138
|
-
},
|
|
31138
|
+
}, VA = {
|
|
31139
31139
|
className: "number",
|
|
31140
31140
|
begin: u6,
|
|
31141
31141
|
relevance: 0
|
|
31142
|
-
},
|
|
31142
|
+
}, zA = {
|
|
31143
31143
|
className: "number",
|
|
31144
31144
|
begin: h6,
|
|
31145
31145
|
relevance: 0
|
|
31146
|
-
},
|
|
31146
|
+
}, GA = {
|
|
31147
31147
|
className: "number",
|
|
31148
31148
|
begin: Tc + "(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",
|
|
31149
31149
|
relevance: 0
|
|
31150
|
-
},
|
|
31150
|
+
}, jA = {
|
|
31151
31151
|
begin: /(?=\/[^/\n]*\/)/,
|
|
31152
31152
|
contains: [{
|
|
31153
31153
|
className: "regexp",
|
|
@@ -31164,18 +31164,18 @@ const IA = /\b\B/, c6 = "[a-zA-Z]\\w*", Ec = "[a-zA-Z_]\\w*", Tc = "\\b\\d+(\\.\
|
|
|
31164
31164
|
}
|
|
31165
31165
|
]
|
|
31166
31166
|
}]
|
|
31167
|
-
},
|
|
31167
|
+
}, ZA = {
|
|
31168
31168
|
className: "title",
|
|
31169
31169
|
begin: c6,
|
|
31170
31170
|
relevance: 0
|
|
31171
|
-
},
|
|
31171
|
+
}, WA = {
|
|
31172
31172
|
className: "title",
|
|
31173
31173
|
begin: Ec,
|
|
31174
31174
|
relevance: 0
|
|
31175
|
-
},
|
|
31175
|
+
}, qA = {
|
|
31176
31176
|
begin: "\\.\\s*" + Ec,
|
|
31177
31177
|
relevance: 0
|
|
31178
|
-
},
|
|
31178
|
+
}, KA = function(t) {
|
|
31179
31179
|
return Object.assign(
|
|
31180
31180
|
t,
|
|
31181
31181
|
{
|
|
@@ -31190,52 +31190,52 @@ const IA = /\b\B/, c6 = "[a-zA-Z]\\w*", Ec = "[a-zA-Z_]\\w*", Tc = "\\b\\d+(\\.\
|
|
|
31190
31190
|
};
|
|
31191
31191
|
var _i = /* @__PURE__ */ Object.freeze({
|
|
31192
31192
|
__proto__: null,
|
|
31193
|
-
MATCH_NOTHING_RE:
|
|
31193
|
+
MATCH_NOTHING_RE: MA,
|
|
31194
31194
|
IDENT_RE: c6,
|
|
31195
31195
|
UNDERSCORE_IDENT_RE: Ec,
|
|
31196
31196
|
NUMBER_RE: Tc,
|
|
31197
31197
|
C_NUMBER_RE: u6,
|
|
31198
31198
|
BINARY_NUMBER_RE: h6,
|
|
31199
|
-
RE_STARTERS_RE:
|
|
31200
|
-
SHEBANG:
|
|
31199
|
+
RE_STARTERS_RE: NA,
|
|
31200
|
+
SHEBANG: PA,
|
|
31201
31201
|
BACKSLASH_ESCAPE: v0,
|
|
31202
|
-
APOS_STRING_MODE:
|
|
31203
|
-
QUOTE_STRING_MODE:
|
|
31202
|
+
APOS_STRING_MODE: FA,
|
|
31203
|
+
QUOTE_STRING_MODE: DA,
|
|
31204
31204
|
PHRASAL_WORDS_MODE: d6,
|
|
31205
31205
|
COMMENT: V1,
|
|
31206
|
-
C_LINE_COMMENT_MODE:
|
|
31207
|
-
C_BLOCK_COMMENT_MODE:
|
|
31208
|
-
HASH_COMMENT_MODE:
|
|
31209
|
-
NUMBER_MODE:
|
|
31210
|
-
C_NUMBER_MODE:
|
|
31211
|
-
BINARY_NUMBER_MODE:
|
|
31212
|
-
CSS_NUMBER_MODE:
|
|
31213
|
-
REGEXP_MODE:
|
|
31214
|
-
TITLE_MODE:
|
|
31215
|
-
UNDERSCORE_TITLE_MODE:
|
|
31216
|
-
METHOD_GUARD:
|
|
31217
|
-
END_SAME_AS_BEGIN:
|
|
31206
|
+
C_LINE_COMMENT_MODE: BA,
|
|
31207
|
+
C_BLOCK_COMMENT_MODE: $A,
|
|
31208
|
+
HASH_COMMENT_MODE: HA,
|
|
31209
|
+
NUMBER_MODE: UA,
|
|
31210
|
+
C_NUMBER_MODE: VA,
|
|
31211
|
+
BINARY_NUMBER_MODE: zA,
|
|
31212
|
+
CSS_NUMBER_MODE: GA,
|
|
31213
|
+
REGEXP_MODE: jA,
|
|
31214
|
+
TITLE_MODE: ZA,
|
|
31215
|
+
UNDERSCORE_TITLE_MODE: WA,
|
|
31216
|
+
METHOD_GUARD: qA,
|
|
31217
|
+
END_SAME_AS_BEGIN: KA
|
|
31218
31218
|
});
|
|
31219
|
-
function KA(t, e) {
|
|
31220
|
-
t.input[t.index - 1] === "." && e.ignoreMatch();
|
|
31221
|
-
}
|
|
31222
31219
|
function YA(t, e) {
|
|
31223
|
-
|
|
31220
|
+
t.input[t.index - 1] === "." && e.ignoreMatch();
|
|
31224
31221
|
}
|
|
31225
31222
|
function XA(t, e) {
|
|
31226
|
-
!
|
|
31223
|
+
!e || !t.beginKeywords || (t.begin = "\\b(" + t.beginKeywords.split(" ").join("|") + ")(?!\\.)(?=\\b|\\s)", t.__beforeBegin = YA, t.keywords = t.keywords || t.beginKeywords, delete t.beginKeywords, t.relevance === void 0 && (t.relevance = 0));
|
|
31227
31224
|
}
|
|
31228
31225
|
function QA(t, e) {
|
|
31226
|
+
!Array.isArray(t.illegal) || (t.illegal = AA(...t.illegal));
|
|
31227
|
+
}
|
|
31228
|
+
function JA(t, e) {
|
|
31229
31229
|
if (!!t.match) {
|
|
31230
31230
|
if (t.begin || t.end)
|
|
31231
31231
|
throw new Error("begin & end are not supported with match");
|
|
31232
31232
|
t.begin = t.match, delete t.match;
|
|
31233
31233
|
}
|
|
31234
31234
|
}
|
|
31235
|
-
function
|
|
31235
|
+
function eR(t, e) {
|
|
31236
31236
|
t.relevance === void 0 && (t.relevance = 1);
|
|
31237
31237
|
}
|
|
31238
|
-
const
|
|
31238
|
+
const tR = [
|
|
31239
31239
|
"of",
|
|
31240
31240
|
"and",
|
|
31241
31241
|
"for",
|
|
@@ -31247,8 +31247,8 @@ const eR = [
|
|
|
31247
31247
|
"parent",
|
|
31248
31248
|
"list",
|
|
31249
31249
|
"value"
|
|
31250
|
-
],
|
|
31251
|
-
function f6(t, e, n =
|
|
31250
|
+
], nR = "keyword";
|
|
31251
|
+
function f6(t, e, n = nR) {
|
|
31252
31252
|
const r = {};
|
|
31253
31253
|
return typeof t == "string" ? s(n, t.split(" ")) : Array.isArray(t) ? s(n, t) : Object.keys(t).forEach(function(i) {
|
|
31254
31254
|
Object.assign(
|
|
@@ -31259,17 +31259,17 @@ function f6(t, e, n = tR) {
|
|
|
31259
31259
|
function s(i, o) {
|
|
31260
31260
|
e && (o = o.map((l) => l.toLowerCase())), o.forEach(function(l) {
|
|
31261
31261
|
const a = l.split("|");
|
|
31262
|
-
r[a[0]] = [i,
|
|
31262
|
+
r[a[0]] = [i, rR(a[0], a[1])];
|
|
31263
31263
|
});
|
|
31264
31264
|
}
|
|
31265
31265
|
}
|
|
31266
|
-
function
|
|
31267
|
-
return e ? Number(e) :
|
|
31266
|
+
function rR(t, e) {
|
|
31267
|
+
return e ? Number(e) : sR(t) ? 0 : 1;
|
|
31268
31268
|
}
|
|
31269
|
-
function
|
|
31270
|
-
return
|
|
31269
|
+
function sR(t) {
|
|
31270
|
+
return tR.includes(t.toLowerCase());
|
|
31271
31271
|
}
|
|
31272
|
-
function
|
|
31272
|
+
function iR(t, { plugins: e }) {
|
|
31273
31273
|
function n(l, a) {
|
|
31274
31274
|
return new RegExp(
|
|
31275
31275
|
C0(l),
|
|
@@ -31281,12 +31281,12 @@ function sR(t, { plugins: e }) {
|
|
|
31281
31281
|
this.matchIndexes = {}, this.regexes = [], this.matchAt = 1, this.position = 0;
|
|
31282
31282
|
}
|
|
31283
31283
|
addRule(a, c) {
|
|
31284
|
-
c.position = this.position++, this.matchIndexes[this.matchAt] = c, this.regexes.push([c, a]), this.matchAt +=
|
|
31284
|
+
c.position = this.position++, this.matchIndexes[this.matchAt] = c, this.regexes.push([c, a]), this.matchAt += RA(a) + 1;
|
|
31285
31285
|
}
|
|
31286
31286
|
compile() {
|
|
31287
31287
|
this.regexes.length === 0 && (this.exec = () => null);
|
|
31288
31288
|
const a = this.regexes.map((c) => c[1]);
|
|
31289
|
-
this.matcherRe = n(
|
|
31289
|
+
this.matcherRe = n(IA(a), !0), this.lastIndex = 0;
|
|
31290
31290
|
}
|
|
31291
31291
|
exec(a) {
|
|
31292
31292
|
this.matcherRe.lastIndex = this.lastIndex;
|
|
@@ -31336,17 +31336,17 @@ function sR(t, { plugins: e }) {
|
|
|
31336
31336
|
if (l.isCompiled)
|
|
31337
31337
|
return c;
|
|
31338
31338
|
[
|
|
31339
|
-
|
|
31339
|
+
JA
|
|
31340
31340
|
].forEach((h) => h(l, a)), t.compilerExtensions.forEach((h) => h(l, a)), l.__beforeBegin = null, [
|
|
31341
|
-
YA,
|
|
31342
31341
|
XA,
|
|
31343
|
-
|
|
31342
|
+
QA,
|
|
31343
|
+
eR
|
|
31344
31344
|
].forEach((h) => h(l, a)), l.isCompiled = !0;
|
|
31345
31345
|
let u = null;
|
|
31346
31346
|
if (typeof l.keywords == "object" && (u = l.keywords.$pattern, delete l.keywords.$pattern), l.keywords && (l.keywords = f6(l.keywords, t.case_insensitive)), l.lexemes && u)
|
|
31347
31347
|
throw new Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");
|
|
31348
31348
|
return u = u || l.lexemes || /\w+/, c.keywordPatternRe = n(u, !0), a && (l.begin || (l.begin = /\B|\b/), c.beginRe = n(l.begin), l.endSameAsBegin && (l.end = l.begin), !l.end && !l.endsWithParent && (l.end = /\B|\b/), l.end && (c.endRe = n(l.end)), c.terminatorEnd = C0(l.end) || "", l.endsWithParent && a.terminatorEnd && (c.terminatorEnd += (l.end ? "|" : "") + a.terminatorEnd)), l.illegal && (c.illegalRe = n(l.illegal)), l.contains || (l.contains = []), l.contains = [].concat(...l.contains.map(function(h) {
|
|
31349
|
-
return
|
|
31349
|
+
return oR(h === "self" ? l : h);
|
|
31350
31350
|
})), l.contains.forEach(function(h) {
|
|
31351
31351
|
o(h, c);
|
|
31352
31352
|
}), l.starts && o(l.starts, a), c.matcher = i(c), c;
|
|
@@ -31358,16 +31358,16 @@ function sR(t, { plugins: e }) {
|
|
|
31358
31358
|
function p6(t) {
|
|
31359
31359
|
return t ? t.endsWithParent || p6(t.starts) : !1;
|
|
31360
31360
|
}
|
|
31361
|
-
function
|
|
31361
|
+
function oR(t) {
|
|
31362
31362
|
return t.variants && !t.cachedVariants && (t.cachedVariants = t.variants.map(function(e) {
|
|
31363
31363
|
return lr(t, { variants: null }, e);
|
|
31364
31364
|
})), t.cachedVariants ? t.cachedVariants : p6(t) ? lr(t, { starts: t.starts ? lr(t.starts) : null }) : Object.isFrozen(t) ? lr(t) : t;
|
|
31365
31365
|
}
|
|
31366
|
-
var
|
|
31367
|
-
function
|
|
31366
|
+
var lR = "10.7.3";
|
|
31367
|
+
function aR(t) {
|
|
31368
31368
|
return Boolean(t || t === "");
|
|
31369
31369
|
}
|
|
31370
|
-
function
|
|
31370
|
+
function cR(t) {
|
|
31371
31371
|
const e = {
|
|
31372
31372
|
props: ["language", "code", "autodetect"],
|
|
31373
31373
|
data: function() {
|
|
@@ -31387,7 +31387,7 @@ function aR(t) {
|
|
|
31387
31387
|
return this.autoDetect ? (r = t.highlightAuto(this.code), this.detectedLanguage = r.language) : (r = t.highlight(this.language, this.code, this.ignoreIllegals), this.detectedLanguage = this.language), r.value;
|
|
31388
31388
|
},
|
|
31389
31389
|
autoDetect() {
|
|
31390
|
-
return !this.language ||
|
|
31390
|
+
return !this.language || aR(this.autodetect);
|
|
31391
31391
|
},
|
|
31392
31392
|
ignoreIllegals() {
|
|
31393
31393
|
return !0;
|
|
@@ -31408,13 +31408,13 @@ function aR(t) {
|
|
|
31408
31408
|
}
|
|
31409
31409
|
} };
|
|
31410
31410
|
}
|
|
31411
|
-
const
|
|
31411
|
+
const uR = {
|
|
31412
31412
|
"after:highlightElement": ({ el: t, result: e, text: n }) => {
|
|
31413
31413
|
const r = wu(t);
|
|
31414
31414
|
if (!r.length)
|
|
31415
31415
|
return;
|
|
31416
31416
|
const s = document.createElement("div");
|
|
31417
|
-
s.innerHTML = e.value, e.value =
|
|
31417
|
+
s.innerHTML = e.value, e.value = hR(r, wu(s), n);
|
|
31418
31418
|
}
|
|
31419
31419
|
};
|
|
31420
31420
|
function gl(t) {
|
|
@@ -31436,7 +31436,7 @@ function wu(t) {
|
|
|
31436
31436
|
return s;
|
|
31437
31437
|
}(t, 0), e;
|
|
31438
31438
|
}
|
|
31439
|
-
function
|
|
31439
|
+
function hR(t, e, n) {
|
|
31440
31440
|
let r = 0, s = "";
|
|
31441
31441
|
const i = [];
|
|
31442
31442
|
function o() {
|
|
@@ -31473,7 +31473,7 @@ const Eu = {}, mo = (t) => {
|
|
|
31473
31473
|
console.log(`WARN: ${t}`, ...e);
|
|
31474
31474
|
}, sn = (t, e) => {
|
|
31475
31475
|
Eu[`${t}/${e}`] || (console.log(`Deprecated as of ${t}. ${e}`), Eu[`${t}/${e}`] = !0);
|
|
31476
|
-
}, xo = fs, Su = lr, Au = Symbol("nomatch"),
|
|
31476
|
+
}, xo = fs, Su = lr, Au = Symbol("nomatch"), dR = function(t) {
|
|
31477
31477
|
const e = /* @__PURE__ */ Object.create(null), n = /* @__PURE__ */ Object.create(null), r = [];
|
|
31478
31478
|
let s = !0;
|
|
31479
31479
|
const i = /(^(<[^>]+>|\t|)+|\n)/gm, o = "Could not find the language '{}', did you forget to load/include a language module?", l = { disableAutodetect: !0, name: "Plain text", contains: [] };
|
|
@@ -31484,7 +31484,7 @@ const Eu = {}, mo = (t) => {
|
|
|
31484
31484
|
tabReplace: null,
|
|
31485
31485
|
useBR: !1,
|
|
31486
31486
|
languages: null,
|
|
31487
|
-
__emitter:
|
|
31487
|
+
__emitter: EA
|
|
31488
31488
|
};
|
|
31489
31489
|
function c(M) {
|
|
31490
31490
|
return a.noHighlightRe.test(M);
|
|
@@ -31562,7 +31562,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), xn = M, tt = se);
|
|
|
31562
31562
|
return Q.className && X.openNode(H.classNameAliases[Q.className] || Q.className), F = Object.create(Q, { parent: { value: F } }), F;
|
|
31563
31563
|
}
|
|
31564
31564
|
function g(Q, ce, we) {
|
|
31565
|
-
let Ie =
|
|
31565
|
+
let Ie = kA(Q.endRe, we);
|
|
31566
31566
|
if (Ie) {
|
|
31567
31567
|
if (Q["on:end"]) {
|
|
31568
31568
|
const xt = new vu(Q);
|
|
@@ -31585,7 +31585,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), xn = M, tt = se);
|
|
|
31585
31585
|
for (const ft of xt)
|
|
31586
31586
|
if (!!ft && (ft(Q, Ie), Ie.isMatchIgnored))
|
|
31587
31587
|
return L(ce);
|
|
31588
|
-
return we && we.endSameAsBegin && (we.endRe =
|
|
31588
|
+
return we && we.endSameAsBegin && (we.endRe = TA(ce)), we.skip ? te += ce : (we.excludeBegin && (te += ce), It(), !we.returnBegin && !we.excludeBegin && (te = ce)), Mt(we), we.returnBegin ? 0 : ce.length;
|
|
31589
31589
|
}
|
|
31590
31590
|
function I(Q) {
|
|
31591
31591
|
const ce = Q[0], we = se.substr(Q.index), Ie = g(F, Q, we);
|
|
@@ -31635,7 +31635,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), xn = M, tt = se);
|
|
|
31635
31635
|
const H = Ne(M);
|
|
31636
31636
|
if (!H)
|
|
31637
31637
|
throw mo(o.replace("{}", M)), new Error('Unknown language: "' + M + '"');
|
|
31638
|
-
const V =
|
|
31638
|
+
const V = iR(H, { plugins: r });
|
|
31639
31639
|
let N = "", F = Re || V;
|
|
31640
31640
|
const ie = {}, X = new a.__emitter(a);
|
|
31641
31641
|
O();
|
|
@@ -31865,18 +31865,18 @@ https://github.com/highlightjs/highlight.js/issues/2277`), xn = M, tt = se);
|
|
|
31865
31865
|
autoDetection: Y,
|
|
31866
31866
|
inherit: Su,
|
|
31867
31867
|
addPlugin: Xe,
|
|
31868
|
-
vuePlugin:
|
|
31868
|
+
vuePlugin: cR(t).VuePlugin
|
|
31869
31869
|
}), t.debugMode = function() {
|
|
31870
31870
|
s = !1;
|
|
31871
31871
|
}, t.safeMode = function() {
|
|
31872
31872
|
s = !0;
|
|
31873
|
-
}, t.versionString =
|
|
31873
|
+
}, t.versionString = lR;
|
|
31874
31874
|
for (const M in _i)
|
|
31875
31875
|
typeof _i[M] == "object" && a6(_i[M]);
|
|
31876
|
-
return Object.assign(t, _i), t.addPlugin(_), t.addPlugin(
|
|
31876
|
+
return Object.assign(t, _i), t.addPlugin(_), t.addPlugin(uR), t.addPlugin(C), t;
|
|
31877
31877
|
};
|
|
31878
|
-
var
|
|
31879
|
-
function
|
|
31878
|
+
var fR = dR({}), Pr = fR;
|
|
31879
|
+
function pR(t) {
|
|
31880
31880
|
return {
|
|
31881
31881
|
name: "Plain text",
|
|
31882
31882
|
aliases: [
|
|
@@ -31886,8 +31886,8 @@ function fR(t) {
|
|
|
31886
31886
|
disableAutodetect: !0
|
|
31887
31887
|
};
|
|
31888
31888
|
}
|
|
31889
|
-
var
|
|
31890
|
-
const Ru = "[A-Za-z$_][0-9A-Za-z$_]*",
|
|
31889
|
+
var gR = pR;
|
|
31890
|
+
const Ru = "[A-Za-z$_][0-9A-Za-z$_]*", mR = [
|
|
31891
31891
|
"as",
|
|
31892
31892
|
"in",
|
|
31893
31893
|
"of",
|
|
@@ -31926,14 +31926,14 @@ const Ru = "[A-Za-z$_][0-9A-Za-z$_]*", gR = [
|
|
|
31926
31926
|
"from",
|
|
31927
31927
|
"export",
|
|
31928
31928
|
"extends"
|
|
31929
|
-
],
|
|
31929
|
+
], xR = [
|
|
31930
31930
|
"true",
|
|
31931
31931
|
"false",
|
|
31932
31932
|
"null",
|
|
31933
31933
|
"undefined",
|
|
31934
31934
|
"NaN",
|
|
31935
31935
|
"Infinity"
|
|
31936
|
-
],
|
|
31936
|
+
], LR = [
|
|
31937
31937
|
"Intl",
|
|
31938
31938
|
"DataView",
|
|
31939
31939
|
"Number",
|
|
@@ -31968,7 +31968,7 @@ const Ru = "[A-Za-z$_][0-9A-Za-z$_]*", gR = [
|
|
|
31968
31968
|
"BigInt64Array",
|
|
31969
31969
|
"BigUint64Array",
|
|
31970
31970
|
"BigInt"
|
|
31971
|
-
],
|
|
31971
|
+
], _R = [
|
|
31972
31972
|
"EvalError",
|
|
31973
31973
|
"InternalError",
|
|
31974
31974
|
"RangeError",
|
|
@@ -31976,7 +31976,7 @@ const Ru = "[A-Za-z$_][0-9A-Za-z$_]*", gR = [
|
|
|
31976
31976
|
"SyntaxError",
|
|
31977
31977
|
"TypeError",
|
|
31978
31978
|
"URIError"
|
|
31979
|
-
],
|
|
31979
|
+
], yR = [
|
|
31980
31980
|
"setInterval",
|
|
31981
31981
|
"setTimeout",
|
|
31982
31982
|
"clearInterval",
|
|
@@ -31994,7 +31994,7 @@ const Ru = "[A-Za-z$_][0-9A-Za-z$_]*", gR = [
|
|
|
31994
31994
|
"encodeURIComponent",
|
|
31995
31995
|
"escape",
|
|
31996
31996
|
"unescape"
|
|
31997
|
-
],
|
|
31997
|
+
], CR = [
|
|
31998
31998
|
"arguments",
|
|
31999
31999
|
"this",
|
|
32000
32000
|
"super",
|
|
@@ -32004,22 +32004,22 @@ const Ru = "[A-Za-z$_][0-9A-Za-z$_]*", gR = [
|
|
|
32004
32004
|
"localStorage",
|
|
32005
32005
|
"module",
|
|
32006
32006
|
"global"
|
|
32007
|
-
],
|
|
32008
|
-
_R,
|
|
32007
|
+
], vR = [].concat(
|
|
32009
32008
|
yR,
|
|
32010
|
-
|
|
32011
|
-
LR
|
|
32009
|
+
CR,
|
|
32010
|
+
LR,
|
|
32011
|
+
_R
|
|
32012
32012
|
);
|
|
32013
|
-
function
|
|
32013
|
+
function bR(t) {
|
|
32014
32014
|
return t ? typeof t == "string" ? t : t.source : null;
|
|
32015
32015
|
}
|
|
32016
32016
|
function ku(t) {
|
|
32017
32017
|
return ml("(?=", t, ")");
|
|
32018
32018
|
}
|
|
32019
32019
|
function ml(...t) {
|
|
32020
|
-
return t.map((n) =>
|
|
32020
|
+
return t.map((n) => bR(n)).join("");
|
|
32021
32021
|
}
|
|
32022
|
-
function
|
|
32022
|
+
function wR(t) {
|
|
32023
32023
|
const e = (E, { after: P }) => {
|
|
32024
32024
|
const U = "</" + E[0].slice(1);
|
|
32025
32025
|
return E.input.indexOf(U, P) !== -1;
|
|
@@ -32039,9 +32039,9 @@ function bR(t) {
|
|
|
32039
32039
|
}
|
|
32040
32040
|
}, i = {
|
|
32041
32041
|
$pattern: Ru,
|
|
32042
|
-
keyword:
|
|
32043
|
-
literal:
|
|
32044
|
-
built_in:
|
|
32042
|
+
keyword: mR,
|
|
32043
|
+
literal: xR,
|
|
32044
|
+
built_in: vR
|
|
32045
32045
|
}, o = "[0-9](_?[0-9])*", l = `\\.(${o})`, a = "0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*", c = {
|
|
32046
32046
|
className: "number",
|
|
32047
32047
|
variants: [
|
|
@@ -32341,14 +32341,14 @@ function bR(t) {
|
|
|
32341
32341
|
]
|
|
32342
32342
|
};
|
|
32343
32343
|
}
|
|
32344
|
-
var
|
|
32345
|
-
function
|
|
32344
|
+
var ER = wR;
|
|
32345
|
+
function TR(t) {
|
|
32346
32346
|
return t ? typeof t == "string" ? t : t.source : null;
|
|
32347
32347
|
}
|
|
32348
|
-
function
|
|
32349
|
-
return t.map((n) =>
|
|
32348
|
+
function SR(...t) {
|
|
32349
|
+
return t.map((n) => TR(n)).join("");
|
|
32350
32350
|
}
|
|
32351
|
-
function
|
|
32351
|
+
function AR(t) {
|
|
32352
32352
|
const e = {}, n = {
|
|
32353
32353
|
begin: /\$\{/,
|
|
32354
32354
|
end: /\}/,
|
|
@@ -32363,7 +32363,7 @@ function SR(t) {
|
|
|
32363
32363
|
Object.assign(e, {
|
|
32364
32364
|
className: "variable",
|
|
32365
32365
|
variants: [
|
|
32366
|
-
{ begin:
|
|
32366
|
+
{ begin: SR(
|
|
32367
32367
|
/\$[\w\d#@][\w\d_]*/,
|
|
32368
32368
|
"(?![\\w\\d])(?![$])"
|
|
32369
32369
|
) },
|
|
@@ -32455,8 +32455,8 @@ function SR(t) {
|
|
|
32455
32455
|
]
|
|
32456
32456
|
};
|
|
32457
32457
|
}
|
|
32458
|
-
var
|
|
32459
|
-
function
|
|
32458
|
+
var RR = AR;
|
|
32459
|
+
function kR(t) {
|
|
32460
32460
|
var e = "true false yes no null", n = "[\\w#;/?:@&=+$,.~*'()[\\]]+", r = {
|
|
32461
32461
|
className: "attr",
|
|
32462
32462
|
variants: [
|
|
@@ -32579,12 +32579,12 @@ function RR(t) {
|
|
|
32579
32579
|
contains: y
|
|
32580
32580
|
};
|
|
32581
32581
|
}
|
|
32582
|
-
var
|
|
32583
|
-
Pr.registerLanguage("plaintext",
|
|
32584
|
-
Pr.registerLanguage("javascript",
|
|
32585
|
-
Pr.registerLanguage("bash",
|
|
32586
|
-
Pr.registerLanguage("yaml",
|
|
32587
|
-
const
|
|
32582
|
+
var OR = kR;
|
|
32583
|
+
Pr.registerLanguage("plaintext", gR);
|
|
32584
|
+
Pr.registerLanguage("javascript", ER);
|
|
32585
|
+
Pr.registerLanguage("bash", RR);
|
|
32586
|
+
Pr.registerLanguage("yaml", OR);
|
|
32587
|
+
const IR = {
|
|
32588
32588
|
codespan(t) {
|
|
32589
32589
|
let n = /(GET|HEAD|POST|PUT|DELETE|CONNECT|OPTIONS|TRACE|PATCH)\s+(.+)/gi.exec(t);
|
|
32590
32590
|
return (n == null ? void 0 : n.length) === 3 ? `
|
|
@@ -32604,8 +32604,8 @@ pe.setOptions({
|
|
|
32604
32604
|
},
|
|
32605
32605
|
breaks: !0
|
|
32606
32606
|
});
|
|
32607
|
-
pe.use({ renderer:
|
|
32608
|
-
const
|
|
32607
|
+
pe.use({ renderer: IR });
|
|
32608
|
+
const MR = {
|
|
32609
32609
|
name: "comment",
|
|
32610
32610
|
props: ["comment", "commentObj"],
|
|
32611
32611
|
computed: {
|
|
@@ -32622,27 +32622,27 @@ const IR = {
|
|
|
32622
32622
|
return (t = this.commentObj) == null ? void 0 : t.commentClassNames;
|
|
32623
32623
|
}
|
|
32624
32624
|
}
|
|
32625
|
-
},
|
|
32626
|
-
function
|
|
32627
|
-
return R(), K("div",
|
|
32625
|
+
}, NR = { class: "comments text-skin-comment min-w-[100px] flex text-left text-sm opacity-50 hover:opacity-100" }, PR = ["innerHTML"];
|
|
32626
|
+
function FR(t, e, n, r, s, i) {
|
|
32627
|
+
return R(), K("div", NR, [
|
|
32628
32628
|
S("div", {
|
|
32629
32629
|
innerHTML: i.markedComment,
|
|
32630
32630
|
class: be(i.classNames),
|
|
32631
32631
|
style: _e(i.commentStyle)
|
|
32632
|
-
}, null, 14,
|
|
32632
|
+
}, null, 14, PR)
|
|
32633
32633
|
]);
|
|
32634
32634
|
}
|
|
32635
|
-
const q0 = /* @__PURE__ */ Ge(
|
|
32636
|
-
const
|
|
32635
|
+
const q0 = /* @__PURE__ */ Ge(MR, [["render", FR], ["__scopeId", "data-v-49a61c68"]]);
|
|
32636
|
+
const DR = {
|
|
32637
32637
|
props: ["collapsed"],
|
|
32638
32638
|
emits: ["click"]
|
|
32639
|
-
},
|
|
32640
|
-
|
|
32641
|
-
],
|
|
32642
|
-
|
|
32639
|
+
}, BR = { class: "collapsible-header" }, $R = /* @__PURE__ */ h1('<g id="SVGRepo_bgCarrier" stroke-width="0" data-v-1bb203db></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" data-v-1bb203db></g><g id="SVGRepo_iconCarrier" data-v-1bb203db><line x1="13" y1="2" x2="13" y2="10" data-v-1bb203db></line><polyline points="9 7 13 11 17 7" data-v-1bb203db></polyline><line x1="13" y1="23" x2="13" y2="15" data-v-1bb203db></line><polyline points="9 19 13 15 17 19" data-v-1bb203db></polyline></g>', 3), HR = [
|
|
32640
|
+
$R
|
|
32641
|
+
], UR = /* @__PURE__ */ h1('<g id="SVGRepo_bgCarrier" stroke-width="0" data-v-1bb203db></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" data-v-1bb203db></g><g id="SVGRepo_iconCarrier" data-v-1bb203db><line x1="13" y1="1" x2="13" y2="9" data-v-1bb203db></line><polyline points="9 5 13 1 17 5" data-v-1bb203db></polyline><line x1="13" y1="13" x2="13" y2="13" data-v-1bb203db></line><line x1="13" y1="24" x2="13" y2="17" data-v-1bb203db></line><polyline points="9 20 13 24 17 20" data-v-1bb203db></polyline></g>', 3), VR = [
|
|
32642
|
+
UR
|
|
32643
32643
|
];
|
|
32644
|
-
function
|
|
32645
|
-
return R(), K("div",
|
|
32644
|
+
function zR(t, e, n, r, s, i) {
|
|
32645
|
+
return R(), K("div", BR, [
|
|
32646
32646
|
(R(), K("svg", {
|
|
32647
32647
|
width: "20px",
|
|
32648
32648
|
height: "20px",
|
|
@@ -32655,7 +32655,7 @@ function VR(t, e, n, r, s, i) {
|
|
|
32655
32655
|
"stroke-width": "1",
|
|
32656
32656
|
"stroke-linecap": "round",
|
|
32657
32657
|
"stroke-linejoin": "miter"
|
|
32658
|
-
},
|
|
32658
|
+
}, HR, 2)),
|
|
32659
32659
|
(R(), K("svg", {
|
|
32660
32660
|
width: "20px",
|
|
32661
32661
|
height: "20px",
|
|
@@ -32668,11 +32668,11 @@ function VR(t, e, n, r, s, i) {
|
|
|
32668
32668
|
"stroke-width": "1",
|
|
32669
32669
|
"stroke-linecap": "round",
|
|
32670
32670
|
"stroke-linejoin": "miter"
|
|
32671
|
-
},
|
|
32671
|
+
}, VR, 2))
|
|
32672
32672
|
]);
|
|
32673
32673
|
}
|
|
32674
|
-
const
|
|
32675
|
-
const
|
|
32674
|
+
const GR = /* @__PURE__ */ Ge(DR, [["render", zR], ["__scopeId", "data-v-1bb203db"]]);
|
|
32675
|
+
const jR = {
|
|
32676
32676
|
name: "occurrence",
|
|
32677
32677
|
props: ["context", "selfCallIndent", "participant", "rtl", "number"],
|
|
32678
32678
|
data: function() {
|
|
@@ -32705,14 +32705,14 @@ const GR = {
|
|
|
32705
32705
|
this.collapsed = !this.collapsed, lc.$emit("participant_set_top");
|
|
32706
32706
|
}
|
|
32707
32707
|
},
|
|
32708
|
-
components: { CollapseButton:
|
|
32708
|
+
components: { CollapseButton: GR },
|
|
32709
32709
|
watch: {
|
|
32710
32710
|
context() {
|
|
32711
32711
|
this.collapsed && (this.collapsed = !1);
|
|
32712
32712
|
}
|
|
32713
32713
|
}
|
|
32714
|
-
},
|
|
32715
|
-
function
|
|
32714
|
+
}, ZR = ["data-belongs-to", "data-x-offset", "data-debug-center-of"];
|
|
32715
|
+
function WR(t, e, n, r, s, i) {
|
|
32716
32716
|
const o = xe("collapse-button"), l = xe("block");
|
|
32717
32717
|
return R(), K("div", {
|
|
32718
32718
|
class: be(["occurrence shadow-occurrence border-skin-occurrence bg-skin-occurrence rounded-sm border-2 relative left-full", { "right-to-left": n.rtl }]),
|
|
@@ -32734,9 +32734,9 @@ function ZR(t, e, n, r, s, i) {
|
|
|
32734
32734
|
collapsed: t.collapsed,
|
|
32735
32735
|
inheritFromOccurrence: !0
|
|
32736
32736
|
}, null, 8, ["context", "selfCallIndent", "number", "collapsed"])) : ye("", !0)
|
|
32737
|
-
], 10,
|
|
32737
|
+
], 10, ZR);
|
|
32738
32738
|
}
|
|
32739
|
-
const g6 = /* @__PURE__ */ Ge(
|
|
32739
|
+
const g6 = /* @__PURE__ */ Ge(jR, [["render", WR], ["__scopeId", "data-v-11f91122"]]);
|
|
32740
32740
|
class Bs {
|
|
32741
32741
|
constructor(e, n, r, s) {
|
|
32742
32742
|
Z(this, "start");
|
|
@@ -32748,7 +32748,7 @@ class Bs {
|
|
|
32748
32748
|
return new Bs(n.line, n.column, r.line, r.column + r.text.length);
|
|
32749
32749
|
}
|
|
32750
32750
|
}
|
|
32751
|
-
const Ou = b0.child({ name: "Creation" }),
|
|
32751
|
+
const Ou = b0.child({ name: "Creation" }), qR = {
|
|
32752
32752
|
name: "creation",
|
|
32753
32753
|
props: ["context", "comment", "commentObj", "selfCallIndent", "number"],
|
|
32754
32754
|
computed: {
|
|
@@ -32824,11 +32824,11 @@ const Ou = b0.child({ name: "Creation" }), WR = {
|
|
|
32824
32824
|
Occurrence: g6,
|
|
32825
32825
|
Message: G0
|
|
32826
32826
|
}
|
|
32827
|
-
},
|
|
32827
|
+
}, KR = ["data-signature"], YR = ["data-to"], XR = {
|
|
32828
32828
|
ref: "participantPlaceHolder",
|
|
32829
32829
|
class: "invisible right-0 flex flex-col justify-center flex-shrink-0"
|
|
32830
32830
|
};
|
|
32831
|
-
function
|
|
32831
|
+
function QR(t, e, n, r, s, i) {
|
|
32832
32832
|
var u;
|
|
32833
32833
|
const o = xe("comment"), l = xe("message"), a = xe("participant"), c = xe("occurrence");
|
|
32834
32834
|
return R(), K("div", {
|
|
@@ -32863,12 +32863,12 @@ function XR(t, e, n, r, s, i) {
|
|
|
32863
32863
|
classNames: i.messageClassNames,
|
|
32864
32864
|
textStyle: i.messageTextStyle
|
|
32865
32865
|
}, null, 8, ["context", "content", "rtl", "number", "classNames", "textStyle"]),
|
|
32866
|
-
S("div",
|
|
32866
|
+
S("div", XR, [
|
|
32867
32867
|
z(a, {
|
|
32868
32868
|
entity: { name: i.to }
|
|
32869
32869
|
}, null, 8, ["entity"])
|
|
32870
32870
|
], 512)
|
|
32871
|
-
], 10,
|
|
32871
|
+
], 10, YR),
|
|
32872
32872
|
z(c, {
|
|
32873
32873
|
context: i.creation,
|
|
32874
32874
|
class: "pointer-events-auto",
|
|
@@ -32886,12 +32886,12 @@ function XR(t, e, n, r, s, i) {
|
|
|
32886
32886
|
classNames: i.messageClassNames,
|
|
32887
32887
|
textStyle: i.messageTextStyle
|
|
32888
32888
|
}, null, 8, ["context", "content", "rtl", "number", "classNames", "textStyle"])) : ye("", !0)
|
|
32889
|
-
], 14,
|
|
32889
|
+
], 14, KR);
|
|
32890
32890
|
}
|
|
32891
|
-
const
|
|
32891
|
+
const JR = /* @__PURE__ */ Ge(qR, [["render", QR]]), ek = { class: "name group px-px hover:text-skin-message-hover hover:bg-skin-message-hover relative min-h-[1em]" }, tk = {
|
|
32892
32892
|
key: 0,
|
|
32893
32893
|
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500"
|
|
32894
|
-
},
|
|
32894
|
+
}, nk = { key: 0 }, rk = /* @__PURE__ */ S("svg", {
|
|
32895
32895
|
class: "arrow text-skin-message-arrow",
|
|
32896
32896
|
width: "30",
|
|
32897
32897
|
height: "24"
|
|
@@ -32904,7 +32904,7 @@ const QR = /* @__PURE__ */ Ge(WR, [["render", XR]]), JR = { class: "name group p
|
|
|
32904
32904
|
class: "head stroke-current fill-current stroke-2",
|
|
32905
32905
|
points: "18,9 8,15 18,21"
|
|
32906
32906
|
})
|
|
32907
|
-
], -1),
|
|
32907
|
+
], -1), sk = /* @__PURE__ */ Ye({
|
|
32908
32908
|
__name: "SelfInvocation",
|
|
32909
32909
|
props: {
|
|
32910
32910
|
context: null,
|
|
@@ -32925,21 +32925,21 @@ const QR = /* @__PURE__ */ Ge(WR, [["render", XR]]), JR = { class: "name group p
|
|
|
32925
32925
|
ref_key: "messageRef",
|
|
32926
32926
|
ref: i
|
|
32927
32927
|
}, [
|
|
32928
|
-
S("label",
|
|
32929
|
-
Te(s) ? (R(), K("div",
|
|
32928
|
+
S("label", ek, [
|
|
32929
|
+
Te(s) ? (R(), K("div", tk, $e(t.number), 1)) : ye("", !0),
|
|
32930
32930
|
S("div", {
|
|
32931
32931
|
style: _e(t.textStyle),
|
|
32932
32932
|
class: be(t.classNames)
|
|
32933
32933
|
}, [
|
|
32934
|
-
t.assignee ? (R(), K("span",
|
|
32934
|
+
t.assignee ? (R(), K("span", nk, $e(t.assignee) + " = ", 1)) : ye("", !0),
|
|
32935
32935
|
dn(" " + $e(t.content), 1)
|
|
32936
32936
|
], 6)
|
|
32937
32937
|
]),
|
|
32938
|
-
|
|
32938
|
+
rk
|
|
32939
32939
|
], 512));
|
|
32940
32940
|
}
|
|
32941
32941
|
});
|
|
32942
|
-
const
|
|
32942
|
+
const ik = {
|
|
32943
32943
|
name: "interaction",
|
|
32944
32944
|
props: [
|
|
32945
32945
|
"context",
|
|
@@ -33039,12 +33039,12 @@ const sk = {
|
|
|
33039
33039
|
},
|
|
33040
33040
|
components: {
|
|
33041
33041
|
Message: G0,
|
|
33042
|
-
SelfInvocation:
|
|
33042
|
+
SelfInvocation: sk,
|
|
33043
33043
|
Comment: q0,
|
|
33044
33044
|
Occurrence: g6
|
|
33045
33045
|
}
|
|
33046
|
-
},
|
|
33047
|
-
function
|
|
33046
|
+
}, ok = ["data-to", "data-signature"];
|
|
33047
|
+
function lk(t, e, n, r, s, i) {
|
|
33048
33048
|
var c;
|
|
33049
33049
|
const o = xe("comment"), l = xe("occurrence"), a = xe("message");
|
|
33050
33050
|
return R(), K("div", {
|
|
@@ -33101,22 +33101,22 @@ function ok(t, e, n, r, s, i) {
|
|
|
33101
33101
|
classNames: i.messageClassNames,
|
|
33102
33102
|
textStyle: i.messageTextStyle
|
|
33103
33103
|
}, null, 8, ["context", "content", "rtl", "number", "classNames", "textStyle"])) : ye("", !0)
|
|
33104
|
-
], 14,
|
|
33104
|
+
], 14, ok);
|
|
33105
33105
|
}
|
|
33106
|
-
const
|
|
33107
|
-
const
|
|
33106
|
+
const ak = /* @__PURE__ */ Ge(ik, [["render", lk], ["__scopeId", "data-v-e6d7fb3f"]]);
|
|
33107
|
+
const ck = {
|
|
33108
33108
|
name: "self-invocation-async",
|
|
33109
33109
|
props: ["content", "number"],
|
|
33110
33110
|
computed: {
|
|
33111
33111
|
...Fn(["numbering"])
|
|
33112
33112
|
}
|
|
33113
|
-
},
|
|
33113
|
+
}, uk = (t) => (Ts("data-v-fbc5fa7e"), t = t(), Ss(), t), hk = {
|
|
33114
33114
|
class: "message self flex items-start flex-col",
|
|
33115
33115
|
style: { "border-width": "0" }
|
|
33116
|
-
},
|
|
33116
|
+
}, dk = { class: "name group px-px hover:text-skin-message-hover hover:bg-skin-message-hover min-h-[1em]" }, fk = {
|
|
33117
33117
|
key: 0,
|
|
33118
33118
|
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500"
|
|
33119
|
-
},
|
|
33119
|
+
}, pk = /* @__PURE__ */ uk(() => /* @__PURE__ */ S("svg", {
|
|
33120
33120
|
class: "arrow text-skin-message-arrow",
|
|
33121
33121
|
width: "34",
|
|
33122
33122
|
height: "34"
|
|
@@ -33130,20 +33130,20 @@ const ak = {
|
|
|
33130
33130
|
points: "11,19 1,25 11,31"
|
|
33131
33131
|
})
|
|
33132
33132
|
], -1));
|
|
33133
|
-
function
|
|
33134
|
-
return R(), K("div",
|
|
33135
|
-
S("label",
|
|
33136
|
-
t.numbering ? (R(), K("div",
|
|
33133
|
+
function gk(t, e, n, r, s, i) {
|
|
33134
|
+
return R(), K("div", hk, [
|
|
33135
|
+
S("label", dk, [
|
|
33136
|
+
t.numbering ? (R(), K("div", fk, $e(n.number), 1)) : ye("", !0),
|
|
33137
33137
|
dn(" " + $e(n.content), 1)
|
|
33138
33138
|
]),
|
|
33139
|
-
|
|
33139
|
+
pk
|
|
33140
33140
|
]);
|
|
33141
33141
|
}
|
|
33142
|
-
const
|
|
33142
|
+
const mk = /* @__PURE__ */ Ge(ck, [["render", gk], ["__scopeId", "data-v-fbc5fa7e"]]);
|
|
33143
33143
|
function Lo(t) {
|
|
33144
33144
|
return t == null;
|
|
33145
33145
|
}
|
|
33146
|
-
const
|
|
33146
|
+
const xk = {
|
|
33147
33147
|
name: "interaction-async",
|
|
33148
33148
|
props: ["context", "comment", "commentObj", "selfCallIndent", "number"],
|
|
33149
33149
|
computed: {
|
|
@@ -33229,11 +33229,11 @@ const mk = {
|
|
|
33229
33229
|
},
|
|
33230
33230
|
components: {
|
|
33231
33231
|
Comment: q0,
|
|
33232
|
-
SelfInvocationAsync:
|
|
33232
|
+
SelfInvocationAsync: mk,
|
|
33233
33233
|
Message: G0
|
|
33234
33234
|
}
|
|
33235
|
-
},
|
|
33236
|
-
function
|
|
33235
|
+
}, Lk = ["data-signature"];
|
|
33236
|
+
function _k(t, e, n, r, s, i) {
|
|
33237
33237
|
const o = xe("comment");
|
|
33238
33238
|
return R(), K("div", {
|
|
33239
33239
|
class: be(["interaction async", {
|
|
@@ -33264,18 +33264,18 @@ function Lk(t, e, n, r, s, i) {
|
|
|
33264
33264
|
type: "async",
|
|
33265
33265
|
number: n.number
|
|
33266
33266
|
}, null, 8, ["classNames", "textStyle", "context", "content", "rtl", "number"]))
|
|
33267
|
-
], 14,
|
|
33267
|
+
], 14, Lk);
|
|
33268
33268
|
}
|
|
33269
|
-
const
|
|
33270
|
-
const
|
|
33269
|
+
const yk = /* @__PURE__ */ Ge(xk, [["render", _k], ["__scopeId", "data-v-77b8885a"]]);
|
|
33270
|
+
const Ck = {
|
|
33271
33271
|
components: { Icon: hr },
|
|
33272
33272
|
props: ["label", "collapsed"],
|
|
33273
33273
|
emits: ["click"]
|
|
33274
|
-
},
|
|
33275
|
-
function
|
|
33274
|
+
}, vk = { class: "collapsible-header" }, bk = { class: "mb-0" };
|
|
33275
|
+
function wk(t, e, n, r, s, i) {
|
|
33276
33276
|
const o = xe("Icon");
|
|
33277
|
-
return R(), K("div",
|
|
33278
|
-
S("label",
|
|
33277
|
+
return R(), K("div", vk, [
|
|
33278
|
+
S("label", bk, $e(n.label), 1),
|
|
33279
33279
|
n.collapsed ? (R(), ke(o, {
|
|
33280
33280
|
key: 1,
|
|
33281
33281
|
name: "collapse-unexpanded",
|
|
@@ -33289,7 +33289,7 @@ function bk(t, e, n, r, s, i) {
|
|
|
33289
33289
|
}, null, 8, ["icon-class"]))
|
|
33290
33290
|
]);
|
|
33291
33291
|
}
|
|
33292
|
-
const
|
|
33292
|
+
const Ek = /* @__PURE__ */ Ge(Ck, [["render", wk], ["__scopeId", "data-v-048a5186"]]), K0 = {
|
|
33293
33293
|
computed: {
|
|
33294
33294
|
...pn(["coordinates"]),
|
|
33295
33295
|
offsetX: function() {
|
|
@@ -33319,13 +33319,13 @@ const wk = /* @__PURE__ */ Ge(yk, [["render", bk], ["__scopeId", "data-v-048a518
|
|
|
33319
33319
|
this.collapsed = !this.collapsed, lc.$emit("participant_set_top");
|
|
33320
33320
|
}
|
|
33321
33321
|
},
|
|
33322
|
-
components: { CollapseButton:
|
|
33322
|
+
components: { CollapseButton: Ek },
|
|
33323
33323
|
watch: {
|
|
33324
33324
|
context() {
|
|
33325
33325
|
this.collapsed && (this.collapsed = !1);
|
|
33326
33326
|
}
|
|
33327
33327
|
}
|
|
33328
|
-
},
|
|
33328
|
+
}, Tk = (t) => {
|
|
33329
33329
|
let e = {
|
|
33330
33330
|
loop: "FragmentLoop",
|
|
33331
33331
|
alt: "FragmentAlt",
|
|
@@ -33339,14 +33339,14 @@ const wk = /* @__PURE__ */ Ge(yk, [["render", bk], ["__scopeId", "data-v-048a518
|
|
|
33339
33339
|
ret: "Return"
|
|
33340
33340
|
}, n = Object.keys(e).find((r) => t[r]() !== null) || "";
|
|
33341
33341
|
return e[n];
|
|
33342
|
-
}, i0 = (t) => t && t.stat() ? t.stat().filter((e) =>
|
|
33342
|
+
}, i0 = (t) => t && t.stat() ? t.stat().filter((e) => Tk(e) !== "Divider").length : 0, m6 = (t, e) => {
|
|
33343
33343
|
if (t) {
|
|
33344
33344
|
const n = t.split(".");
|
|
33345
33345
|
return n[n.length - 1] = Number(n[n.length - 1]) + e, n.join(".");
|
|
33346
33346
|
} else
|
|
33347
33347
|
return String(e);
|
|
33348
33348
|
};
|
|
33349
|
-
const
|
|
33349
|
+
const Sk = {
|
|
33350
33350
|
name: "fragment-alt",
|
|
33351
33351
|
props: ["context", "comment", "selfCallIndent", "commentObj", "number"],
|
|
33352
33352
|
mixins: [K0],
|
|
@@ -33392,31 +33392,31 @@ const Tk = {
|
|
|
33392
33392
|
increaseNumber: m6,
|
|
33393
33393
|
blockLength: i0
|
|
33394
33394
|
}
|
|
33395
|
-
}, x6 = (t) => (Ts("data-v-3ed539bb"), t = t(), Ss(), t),
|
|
33395
|
+
}, x6 = (t) => (Ts("data-v-3ed539bb"), t = t(), Ss(), t), Ak = { class: "segment" }, Rk = { class: "header bg-skin-fragment-header text-skin-fragment-header text-base leading-4 rounded-t relative" }, kk = {
|
|
33396
33396
|
key: 0,
|
|
33397
33397
|
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500 text-sm font-thin leading-6"
|
|
33398
|
-
},
|
|
33398
|
+
}, Ok = { class: "name font-semibold p-1 border-b text-sm" }, Ik = { class: "p-0" }, Mk = { class: "segment" }, Nk = { class: "text-skin-fragment flex" }, Pk = { class: "condition px-1 text-sm inline-block" }, Fk = /* @__PURE__ */ x6(() => /* @__PURE__ */ S("label", { class: "else-if hidden" }, "else if", -1)), Dk = { class: "condition px-1" }, Bk = {
|
|
33399
33399
|
key: 0,
|
|
33400
33400
|
class: "segment mt-2 border-t border-solid"
|
|
33401
|
-
},
|
|
33401
|
+
}, $k = /* @__PURE__ */ x6(() => /* @__PURE__ */ S("div", { class: "text-skin-fragment" }, [
|
|
33402
33402
|
/* @__PURE__ */ S("label", { class: "p-1" }, "[else]")
|
|
33403
33403
|
], -1));
|
|
33404
|
-
function
|
|
33404
|
+
function Hk(t, e, n, r, s, i) {
|
|
33405
33405
|
const o = xe("comment"), l = xe("collapse-button"), a = xe("block");
|
|
33406
33406
|
return R(), K("div", {
|
|
33407
33407
|
class: "fragment alt border-skin-fragment rounded",
|
|
33408
33408
|
style: _e(t.fragmentStyle)
|
|
33409
33409
|
}, [
|
|
33410
|
-
S("div",
|
|
33410
|
+
S("div", Ak, [
|
|
33411
33411
|
n.comment ? (R(), ke(o, {
|
|
33412
33412
|
key: 0,
|
|
33413
33413
|
comment: n.comment,
|
|
33414
33414
|
commentObj: n.commentObj
|
|
33415
33415
|
}, null, 8, ["comment", "commentObj"])) : ye("", !0),
|
|
33416
|
-
S("div",
|
|
33417
|
-
t.numbering ? (R(), K("div",
|
|
33418
|
-
S("div",
|
|
33419
|
-
S("label",
|
|
33416
|
+
S("div", Rk, [
|
|
33417
|
+
t.numbering ? (R(), K("div", kk, $e(n.number), 1)) : ye("", !0),
|
|
33418
|
+
S("div", Ok, [
|
|
33419
|
+
S("label", Ik, [
|
|
33420
33420
|
z(l, {
|
|
33421
33421
|
label: "Alt",
|
|
33422
33422
|
collapsed: t.collapsed,
|
|
@@ -33431,9 +33431,9 @@ function $k(t, e, n, r, s, i) {
|
|
|
33431
33431
|
S("div", {
|
|
33432
33432
|
class: be({ hidden: t.collapsed })
|
|
33433
33433
|
}, [
|
|
33434
|
-
S("div",
|
|
33435
|
-
S("div",
|
|
33436
|
-
S("label",
|
|
33434
|
+
S("div", Mk, [
|
|
33435
|
+
S("div", Nk, [
|
|
33436
|
+
S("label", Pk, "[" + $e(i.condition) + "]", 1)
|
|
33437
33437
|
]),
|
|
33438
33438
|
i.blockInIfBlock ? (R(), ke(a, {
|
|
33439
33439
|
key: 0,
|
|
@@ -33452,8 +33452,8 @@ function $k(t, e, n, r, s, i) {
|
|
|
33452
33452
|
class: "text-skin-fragment",
|
|
33453
33453
|
key: u + 1e3
|
|
33454
33454
|
}, [
|
|
33455
|
-
|
|
33456
|
-
S("label",
|
|
33455
|
+
Fk,
|
|
33456
|
+
S("label", Dk, "[" + $e(i.conditionFromIfElseBlock(c)) + "]", 1)
|
|
33457
33457
|
])),
|
|
33458
33458
|
(R(), ke(a, {
|
|
33459
33459
|
style: _e({ paddingLeft: `${t.offsetX}px` }),
|
|
@@ -33464,8 +33464,8 @@ function $k(t, e, n, r, s, i) {
|
|
|
33464
33464
|
incremental: ""
|
|
33465
33465
|
}, null, 8, ["style", "context", "selfCallIndent", "number"]))
|
|
33466
33466
|
]))), 128)),
|
|
33467
|
-
i.elseBlock ? (R(), K("div",
|
|
33468
|
-
|
|
33467
|
+
i.elseBlock ? (R(), K("div", Bk, [
|
|
33468
|
+
$k,
|
|
33469
33469
|
z(a, {
|
|
33470
33470
|
style: _e({ paddingLeft: `${t.offsetX}px` }),
|
|
33471
33471
|
context: i.elseBlock,
|
|
@@ -33477,8 +33477,8 @@ function $k(t, e, n, r, s, i) {
|
|
|
33477
33477
|
], 2)
|
|
33478
33478
|
], 4);
|
|
33479
33479
|
}
|
|
33480
|
-
const
|
|
33481
|
-
const
|
|
33480
|
+
const Uk = /* @__PURE__ */ Ge(Sk, [["render", Hk], ["__scopeId", "data-v-3ed539bb"]]);
|
|
33481
|
+
const Vk = {
|
|
33482
33482
|
name: "fragment-par",
|
|
33483
33483
|
props: ["context", "comment", "commentObj", "selfCallIndent", "number"],
|
|
33484
33484
|
mixins: [K0],
|
|
@@ -33491,11 +33491,11 @@ const Uk = {
|
|
|
33491
33491
|
return this.context.par();
|
|
33492
33492
|
}
|
|
33493
33493
|
}
|
|
33494
|
-
},
|
|
33494
|
+
}, zk = { class: "header bg-skin-fragment-header text-skin-fragment-header text-base leading-4 rounded-t relative" }, Gk = {
|
|
33495
33495
|
key: 0,
|
|
33496
33496
|
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500 text-sm font-thin leading-6"
|
|
33497
|
-
},
|
|
33498
|
-
function
|
|
33497
|
+
}, jk = { class: "name font-semibold p-1 border-b" };
|
|
33498
|
+
function Zk(t, e, n, r, s, i) {
|
|
33499
33499
|
const o = xe("comment"), l = xe("collapse-button"), a = xe("block");
|
|
33500
33500
|
return R(), K("div", {
|
|
33501
33501
|
class: "fragment par border-skin-fragment rounded",
|
|
@@ -33506,9 +33506,9 @@ function jk(t, e, n, r, s, i) {
|
|
|
33506
33506
|
comment: n.comment,
|
|
33507
33507
|
commentObj: n.commentObj
|
|
33508
33508
|
}, null, 8, ["comment", "commentObj"])) : ye("", !0),
|
|
33509
|
-
S("div",
|
|
33510
|
-
t.numbering ? (R(), K("div",
|
|
33511
|
-
S("div",
|
|
33509
|
+
S("div", zk, [
|
|
33510
|
+
t.numbering ? (R(), K("div", Gk, $e(n.number), 1)) : ye("", !0),
|
|
33511
|
+
S("div", jk, [
|
|
33512
33512
|
z(l, {
|
|
33513
33513
|
label: "Par",
|
|
33514
33514
|
collapsed: t.collapsed,
|
|
@@ -33527,8 +33527,8 @@ function jk(t, e, n, r, s, i) {
|
|
|
33527
33527
|
}, null, 8, ["class", "style", "context", "selfCallIndent", "number"])
|
|
33528
33528
|
], 4);
|
|
33529
33529
|
}
|
|
33530
|
-
const
|
|
33531
|
-
const
|
|
33530
|
+
const Wk = /* @__PURE__ */ Ge(Vk, [["render", Zk], ["__scopeId", "data-v-12f63f5c"]]);
|
|
33531
|
+
const qk = {
|
|
33532
33532
|
name: "fragment-loop",
|
|
33533
33533
|
props: ["context", "comment", "commentObj", "selfCallIndent", "number"],
|
|
33534
33534
|
mixins: [K0],
|
|
@@ -33549,11 +33549,11 @@ const Wk = {
|
|
|
33549
33549
|
return (n = (e = (t = this.loop) == null ? void 0 : t.parExpr()) == null ? void 0 : e.condition()) == null ? void 0 : n.getFormattedText();
|
|
33550
33550
|
}
|
|
33551
33551
|
}
|
|
33552
|
-
},
|
|
33552
|
+
}, Kk = { class: "header text-skin-fragment-header bg-skin-fragment-header text-base leading-4 relative" }, Yk = {
|
|
33553
33553
|
key: 0,
|
|
33554
33554
|
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500 text-sm font-thin leading-6"
|
|
33555
|
-
},
|
|
33556
|
-
function
|
|
33555
|
+
}, Xk = { class: "name font-semibold p-1 border-b" }, Qk = { class: "segment" }, Jk = { class: "text-skin-fragment" }, eO = { class: "condition p-1" };
|
|
33556
|
+
function tO(t, e, n, r, s, i) {
|
|
33557
33557
|
const o = xe("comment"), l = xe("collapse-button"), a = xe("block");
|
|
33558
33558
|
return R(), K("div", {
|
|
33559
33559
|
class: "fragment loop border-skin-fragment rounded",
|
|
@@ -33564,9 +33564,9 @@ function eO(t, e, n, r, s, i) {
|
|
|
33564
33564
|
comment: n.comment,
|
|
33565
33565
|
commentObj: n.commentObj
|
|
33566
33566
|
}, null, 8, ["comment", "commentObj"])) : ye("", !0),
|
|
33567
|
-
S("div",
|
|
33568
|
-
t.numbering ? (R(), K("div",
|
|
33569
|
-
S("div",
|
|
33567
|
+
S("div", Kk, [
|
|
33568
|
+
t.numbering ? (R(), K("div", Yk, $e(n.number), 1)) : ye("", !0),
|
|
33569
|
+
S("div", Xk, [
|
|
33570
33570
|
z(l, {
|
|
33571
33571
|
label: "Loop",
|
|
33572
33572
|
collapsed: t.collapsed,
|
|
@@ -33579,9 +33579,9 @@ function eO(t, e, n, r, s, i) {
|
|
|
33579
33579
|
S("div", {
|
|
33580
33580
|
class: be({ hidden: t.collapsed })
|
|
33581
33581
|
}, [
|
|
33582
|
-
S("div",
|
|
33583
|
-
S("div",
|
|
33584
|
-
S("label",
|
|
33582
|
+
S("div", Qk, [
|
|
33583
|
+
S("div", Jk, [
|
|
33584
|
+
S("label", eO, "[" + $e(i.condition) + "]", 1)
|
|
33585
33585
|
]),
|
|
33586
33586
|
z(a, {
|
|
33587
33587
|
style: _e({ paddingLeft: `${t.offsetX}px` }),
|
|
@@ -33593,8 +33593,8 @@ function eO(t, e, n, r, s, i) {
|
|
|
33593
33593
|
], 2)
|
|
33594
33594
|
], 4);
|
|
33595
33595
|
}
|
|
33596
|
-
const
|
|
33597
|
-
const
|
|
33596
|
+
const nO = /* @__PURE__ */ Ge(qk, [["render", tO], ["__scopeId", "data-v-44ed1b4d"]]);
|
|
33597
|
+
const rO = {
|
|
33598
33598
|
name: "fragment-opt",
|
|
33599
33599
|
props: ["context", "comment", "commentObj", "selfCallIndent", "number"],
|
|
33600
33600
|
mixins: [K0],
|
|
@@ -33607,11 +33607,11 @@ const nO = {
|
|
|
33607
33607
|
return this.context.opt();
|
|
33608
33608
|
}
|
|
33609
33609
|
}
|
|
33610
|
-
},
|
|
33610
|
+
}, sO = { class: "header bg-skin-fragment-header text-skin-fragment-header text-base leading-4 relative" }, iO = {
|
|
33611
33611
|
key: 0,
|
|
33612
33612
|
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500 text-sm font-thin leading-6"
|
|
33613
|
-
},
|
|
33614
|
-
function
|
|
33613
|
+
}, oO = { class: "name font-semibold p-1 border-b" };
|
|
33614
|
+
function lO(t, e, n, r, s, i) {
|
|
33615
33615
|
const o = xe("comment"), l = xe("collapse-button"), a = xe("block");
|
|
33616
33616
|
return R(), K("div", {
|
|
33617
33617
|
class: "fragment opt border-skin-fragment rounded",
|
|
@@ -33622,9 +33622,9 @@ function oO(t, e, n, r, s, i) {
|
|
|
33622
33622
|
comment: n.comment,
|
|
33623
33623
|
commentObj: n.commentObj
|
|
33624
33624
|
}, null, 8, ["comment", "commentObj"])) : ye("", !0),
|
|
33625
|
-
S("div",
|
|
33626
|
-
t.numbering ? (R(), K("div",
|
|
33627
|
-
S("div",
|
|
33625
|
+
S("div", sO, [
|
|
33626
|
+
t.numbering ? (R(), K("div", iO, $e(n.number), 1)) : ye("", !0),
|
|
33627
|
+
S("div", oO, [
|
|
33628
33628
|
z(l, {
|
|
33629
33629
|
label: "Opt",
|
|
33630
33630
|
collapsed: t.collapsed,
|
|
@@ -33643,8 +33643,8 @@ function oO(t, e, n, r, s, i) {
|
|
|
33643
33643
|
}, null, 8, ["class", "style", "context", "selfCallIndent", "number"])
|
|
33644
33644
|
], 4);
|
|
33645
33645
|
}
|
|
33646
|
-
const
|
|
33647
|
-
const
|
|
33646
|
+
const aO = /* @__PURE__ */ Ge(rO, [["render", lO], ["__scopeId", "data-v-5a3911c0"]]);
|
|
33647
|
+
const cO = {
|
|
33648
33648
|
name: "fragment-tcf",
|
|
33649
33649
|
props: ["context", "comment", "commentObj", "selfCallIndent", "number"],
|
|
33650
33650
|
mixins: [K0],
|
|
@@ -33682,30 +33682,30 @@ const aO = {
|
|
|
33682
33682
|
return (e = t == null ? void 0 : t.braceBlock()) == null ? void 0 : e.block();
|
|
33683
33683
|
}
|
|
33684
33684
|
}
|
|
33685
|
-
}, L6 = (t) => (Ts("data-v-a74d5015"), t = t(), Ss(), t),
|
|
33685
|
+
}, L6 = (t) => (Ts("data-v-a74d5015"), t = t(), Ss(), t), uO = { class: "segment" }, hO = { class: "header bg-skin-fragment-header text-skin-fragment-header text-base leading-4 rounded-t relative" }, dO = {
|
|
33686
33686
|
key: 0,
|
|
33687
33687
|
class: "absolute right-[100%] top-0 pr-1 group-hover:hidden text-gray-500 text-sm font-thin leading-6"
|
|
33688
|
-
},
|
|
33688
|
+
}, fO = { class: "name font-semibold p-1 border-b text-sm" }, pO = { class: "segment" }, gO = /* @__PURE__ */ L6(() => /* @__PURE__ */ S("label", { class: "keyword catch p-1" }, "catch", -1)), mO = { class: "exception p-1" }, xO = {
|
|
33689
33689
|
key: 0,
|
|
33690
33690
|
class: "segment mt-2 border-t border-solid"
|
|
33691
|
-
},
|
|
33691
|
+
}, LO = /* @__PURE__ */ L6(() => /* @__PURE__ */ S("div", { class: "header flex text-skin-fragment finally" }, [
|
|
33692
33692
|
/* @__PURE__ */ S("label", { class: "keyword finally px-1 inline-block text-sm" }, "finally")
|
|
33693
33693
|
], -1));
|
|
33694
|
-
function
|
|
33694
|
+
function _O(t, e, n, r, s, i) {
|
|
33695
33695
|
const o = xe("comment"), l = xe("collapse-button"), a = xe("block");
|
|
33696
33696
|
return R(), K("div", {
|
|
33697
33697
|
class: "fragment tcf border-skin-fragment rounded",
|
|
33698
33698
|
style: _e(t.fragmentStyle)
|
|
33699
33699
|
}, [
|
|
33700
|
-
S("div",
|
|
33700
|
+
S("div", uO, [
|
|
33701
33701
|
n.comment ? (R(), ke(o, {
|
|
33702
33702
|
key: 0,
|
|
33703
33703
|
comment: n.comment,
|
|
33704
33704
|
commentObj: n.commentObj
|
|
33705
33705
|
}, null, 8, ["comment", "commentObj"])) : ye("", !0),
|
|
33706
|
-
S("div",
|
|
33707
|
-
t.numbering ? (R(), K("div",
|
|
33708
|
-
S("div",
|
|
33706
|
+
S("div", hO, [
|
|
33707
|
+
t.numbering ? (R(), K("div", dO, $e(n.number), 1)) : ye("", !0),
|
|
33708
|
+
S("div", fO, [
|
|
33709
33709
|
z(l, {
|
|
33710
33710
|
label: "Try",
|
|
33711
33711
|
collapsed: t.collapsed,
|
|
@@ -33717,7 +33717,7 @@ function LO(t, e, n, r, s, i) {
|
|
|
33717
33717
|
S("div", {
|
|
33718
33718
|
class: be({ hidden: t.collapsed })
|
|
33719
33719
|
}, [
|
|
33720
|
-
S("div",
|
|
33720
|
+
S("div", pO, [
|
|
33721
33721
|
i.blockInTryBlock ? (R(), ke(a, {
|
|
33722
33722
|
key: 0,
|
|
33723
33723
|
style: _e({ paddingLeft: `${t.offsetX}px` }),
|
|
@@ -33735,8 +33735,8 @@ function LO(t, e, n, r, s, i) {
|
|
|
33735
33735
|
class: "header inline-block",
|
|
33736
33736
|
key: u + 1e3
|
|
33737
33737
|
}, [
|
|
33738
|
-
|
|
33739
|
-
S("label",
|
|
33738
|
+
gO,
|
|
33739
|
+
S("label", mO, $e(i.exception(c)), 1)
|
|
33740
33740
|
])),
|
|
33741
33741
|
(R(), ke(a, {
|
|
33742
33742
|
style: _e({ paddingLeft: `${t.offsetX}px` }),
|
|
@@ -33747,8 +33747,8 @@ function LO(t, e, n, r, s, i) {
|
|
|
33747
33747
|
incremental: ""
|
|
33748
33748
|
}, null, 8, ["style", "context", "selfCallIndent", "number"]))
|
|
33749
33749
|
]))), 128)),
|
|
33750
|
-
i.finallyBlock ? (R(), K("div",
|
|
33751
|
-
|
|
33750
|
+
i.finallyBlock ? (R(), K("div", xO, [
|
|
33751
|
+
LO,
|
|
33752
33752
|
z(a, {
|
|
33753
33753
|
style: _e({ paddingLeft: `${t.offsetX}px` }),
|
|
33754
33754
|
context: i.finallyBlock,
|
|
@@ -33760,7 +33760,7 @@ function LO(t, e, n, r, s, i) {
|
|
|
33760
33760
|
], 2)
|
|
33761
33761
|
], 4);
|
|
33762
33762
|
}
|
|
33763
|
-
const
|
|
33763
|
+
const yO = /* @__PURE__ */ Ge(cO, [["render", _O], ["__scopeId", "data-v-a74d5015"]]), CO = {
|
|
33764
33764
|
name: "return",
|
|
33765
33765
|
props: ["context", "comment", "commentObj", "number"],
|
|
33766
33766
|
computed: {
|
|
@@ -33824,10 +33824,10 @@ const _O = /* @__PURE__ */ Ge(aO, [["render", LO], ["__scopeId", "data-v-a74d501
|
|
|
33824
33824
|
Comment: q0,
|
|
33825
33825
|
Message: G0
|
|
33826
33826
|
}
|
|
33827
|
-
},
|
|
33827
|
+
}, vO = ["data-signature"], bO = {
|
|
33828
33828
|
key: 1,
|
|
33829
33829
|
class: "flex items-center"
|
|
33830
|
-
},
|
|
33830
|
+
}, wO = /* @__PURE__ */ S("svg", {
|
|
33831
33831
|
class: "w-3 h-3 flex-shrink-0 fill-current m-1",
|
|
33832
33832
|
viewBox: "0 0 512 512"
|
|
33833
33833
|
}, [
|
|
@@ -33839,8 +33839,8 @@ const _O = /* @__PURE__ */ Ge(aO, [["render", LO], ["__scopeId", "data-v-a74d501
|
|
|
33839
33839
|
class: "cls-1",
|
|
33840
33840
|
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"
|
|
33841
33841
|
})
|
|
33842
|
-
], -1),
|
|
33843
|
-
function
|
|
33842
|
+
], -1), EO = { class: "name text-sm" };
|
|
33843
|
+
function TO(t, e, n, r, s, i) {
|
|
33844
33844
|
const o = xe("comment"), l = xe("Message");
|
|
33845
33845
|
return R(), K("div", {
|
|
33846
33846
|
class: be(["interaction return relative", {
|
|
@@ -33856,9 +33856,9 @@ function EO(t, e, n, r, s, i) {
|
|
|
33856
33856
|
key: 0,
|
|
33857
33857
|
commentObj: n.commentObj
|
|
33858
33858
|
}, null, 8, ["commentObj"])) : ye("", !0),
|
|
33859
|
-
i.isSelf ? (R(), K("div",
|
|
33860
|
-
|
|
33861
|
-
S("span",
|
|
33859
|
+
i.isSelf ? (R(), K("div", bO, [
|
|
33860
|
+
wO,
|
|
33861
|
+
S("span", EO, $e(i.signature), 1)
|
|
33862
33862
|
])) : ye("", !0),
|
|
33863
33863
|
i.isSelf ? ye("", !0) : (R(), ke(l, {
|
|
33864
33864
|
key: 2,
|
|
@@ -33870,9 +33870,9 @@ function EO(t, e, n, r, s, i) {
|
|
|
33870
33870
|
type: "return",
|
|
33871
33871
|
number: n.number
|
|
33872
33872
|
}, null, 8, ["classNames", "textStyle", "context", "content", "rtl", "number"]))
|
|
33873
|
-
], 14,
|
|
33873
|
+
], 14, vO);
|
|
33874
33874
|
}
|
|
33875
|
-
const
|
|
33875
|
+
const SO = /* @__PURE__ */ Ge(CO, [["render", TO]]), AO = [
|
|
33876
33876
|
"aliceblue",
|
|
33877
33877
|
"antiquewhite",
|
|
33878
33878
|
"aqua",
|
|
@@ -34021,20 +34021,20 @@ const TO = /* @__PURE__ */ Ge(yO, [["render", EO]]), SO = [
|
|
|
34021
34021
|
"whitesmoke",
|
|
34022
34022
|
"yellow",
|
|
34023
34023
|
"yellowgreen"
|
|
34024
|
-
],
|
|
34024
|
+
], RO = ["italic", "oblique"], kO = ["bold", "bolder", "lighter"], OO = ["underline", "overline", "line-through"], o0 = (t) => {
|
|
34025
34025
|
const e = {}, n = [];
|
|
34026
34026
|
return t.forEach((r) => {
|
|
34027
34027
|
switch (!0) {
|
|
34028
|
-
case
|
|
34028
|
+
case AO.includes(r):
|
|
34029
34029
|
e.color = r;
|
|
34030
34030
|
break;
|
|
34031
|
-
case
|
|
34031
|
+
case RO.includes(r):
|
|
34032
34032
|
e.fontStyle = r;
|
|
34033
34033
|
break;
|
|
34034
|
-
case
|
|
34034
|
+
case kO.includes(r):
|
|
34035
34035
|
e.fontWeight = r;
|
|
34036
34036
|
break;
|
|
34037
|
-
case
|
|
34037
|
+
case OO.includes(r):
|
|
34038
34038
|
e.textDecoration = r;
|
|
34039
34039
|
break;
|
|
34040
34040
|
default:
|
|
@@ -34042,7 +34042,7 @@ const TO = /* @__PURE__ */ Ge(yO, [["render", EO]]), SO = [
|
|
|
34042
34042
|
}
|
|
34043
34043
|
}), { textStyle: e, classNames: n };
|
|
34044
34044
|
};
|
|
34045
|
-
const
|
|
34045
|
+
const IO = {
|
|
34046
34046
|
name: "divider",
|
|
34047
34047
|
props: ["context"],
|
|
34048
34048
|
computed: {
|
|
@@ -34068,22 +34068,22 @@ const OO = {
|
|
|
34068
34068
|
return { style: o0([]), note: this.note };
|
|
34069
34069
|
}
|
|
34070
34070
|
}
|
|
34071
|
-
}, _6 = (t) => (Ts("data-v-49358971"), t = t(), Ss(), t),
|
|
34072
|
-
function
|
|
34071
|
+
}, _6 = (t) => (Ts("data-v-49358971"), t = t(), Ss(), t), MO = /* @__PURE__ */ _6(() => /* @__PURE__ */ S("div", { class: "left bg-skin-divider" }, null, -1)), NO = /* @__PURE__ */ _6(() => /* @__PURE__ */ S("div", { class: "right bg-skin-divider" }, null, -1));
|
|
34072
|
+
function PO(t, e, n, r, s, i) {
|
|
34073
34073
|
return R(), K("div", {
|
|
34074
34074
|
class: "divider",
|
|
34075
34075
|
style: _e({ width: i.width + "px", transform: "translateX(" + (-1 * i.centerOfFrom + 10) + "px)" })
|
|
34076
34076
|
}, [
|
|
34077
|
-
|
|
34077
|
+
MO,
|
|
34078
34078
|
S("div", {
|
|
34079
34079
|
class: be(["name", i.messageStyle.style.classNames]),
|
|
34080
34080
|
style: _e(i.messageStyle.style.textStyle)
|
|
34081
34081
|
}, $e(i.messageStyle.note), 7),
|
|
34082
|
-
|
|
34082
|
+
NO
|
|
34083
34083
|
], 4);
|
|
34084
34084
|
}
|
|
34085
|
-
const
|
|
34086
|
-
function
|
|
34085
|
+
const FO = /* @__PURE__ */ Ge(IO, [["render", PO], ["__scopeId", "data-v-49358971"]]);
|
|
34086
|
+
function DO(t) {
|
|
34087
34087
|
const e = {
|
|
34088
34088
|
"<>": /* @__PURE__ */ new Set(),
|
|
34089
34089
|
"()": /* @__PURE__ */ new Set(),
|
|
@@ -34104,7 +34104,7 @@ function FO(t) {
|
|
|
34104
34104
|
t.slice(s)
|
|
34105
34105
|
];
|
|
34106
34106
|
}
|
|
34107
|
-
class
|
|
34107
|
+
class BO {
|
|
34108
34108
|
constructor(e) {
|
|
34109
34109
|
Z(this, "text", "");
|
|
34110
34110
|
Z(this, "classNames", []);
|
|
@@ -34114,7 +34114,7 @@ class DO {
|
|
|
34114
34114
|
Z(this, "commentClassNames", []);
|
|
34115
34115
|
Z(this, "messageClassNames", []);
|
|
34116
34116
|
const n = e.slice(0, -1).split(`
|
|
34117
|
-
`), r = n[n.length - 1], [s, i, o, l] =
|
|
34117
|
+
`), r = n[n.length - 1], [s, i, o, l] = DO(r), { textStyle: a, classNames: c } = o0(s), { textStyle: u, classNames: h } = o0(i), { textStyle: f, classNames: p } = o0(o);
|
|
34118
34118
|
this.text = (n.slice(0, n.length - 1).join(`
|
|
34119
34119
|
`) + `
|
|
34120
34120
|
` + l).trim(), this.textStyle = { ...f, ...a, ...u }, this.classNames = [
|
|
@@ -34124,7 +34124,7 @@ class DO {
|
|
|
34124
34124
|
], this.commentStyle = { ...f, ...a }, this.messageStyle = { ...f, ...u }, this.commentClassNames = [...p, ...c], this.messageClassNames = [...p, ...h];
|
|
34125
34125
|
}
|
|
34126
34126
|
}
|
|
34127
|
-
const
|
|
34127
|
+
const $O = {
|
|
34128
34128
|
name: "statement",
|
|
34129
34129
|
props: [
|
|
34130
34130
|
"context",
|
|
@@ -34138,7 +34138,7 @@ const BO = {
|
|
|
34138
34138
|
return this.context.getComment() ? this.context.getComment() : "";
|
|
34139
34139
|
},
|
|
34140
34140
|
commentObj: function() {
|
|
34141
|
-
return new
|
|
34141
|
+
return new BO(this.comment);
|
|
34142
34142
|
},
|
|
34143
34143
|
subStatement: function() {
|
|
34144
34144
|
let t = this, e = {
|
|
@@ -34160,19 +34160,19 @@ const BO = {
|
|
|
34160
34160
|
}
|
|
34161
34161
|
},
|
|
34162
34162
|
components: {
|
|
34163
|
-
Creation:
|
|
34164
|
-
Interaction:
|
|
34165
|
-
InteractionAsync:
|
|
34166
|
-
FragmentAlt:
|
|
34167
|
-
FragmentPar:
|
|
34168
|
-
FragmentOpt:
|
|
34169
|
-
FragmentTryCatchFinally:
|
|
34170
|
-
FragmentLoop:
|
|
34171
|
-
Divider:
|
|
34172
|
-
Return:
|
|
34163
|
+
Creation: JR,
|
|
34164
|
+
Interaction: ak,
|
|
34165
|
+
InteractionAsync: yk,
|
|
34166
|
+
FragmentAlt: Uk,
|
|
34167
|
+
FragmentPar: Wk,
|
|
34168
|
+
FragmentOpt: aO,
|
|
34169
|
+
FragmentTryCatchFinally: yO,
|
|
34170
|
+
FragmentLoop: nO,
|
|
34171
|
+
Divider: FO,
|
|
34172
|
+
Return: SO
|
|
34173
34173
|
}
|
|
34174
34174
|
};
|
|
34175
|
-
function
|
|
34175
|
+
function HO(t, e, n, r, s, i) {
|
|
34176
34176
|
return R(), ke(As(i.subStatement), {
|
|
34177
34177
|
class: be(["text-left text-sm text-skin-message", { hidden: i.collapsedCheck }]),
|
|
34178
34178
|
context: n.context,
|
|
@@ -34183,7 +34183,7 @@ function $O(t, e, n, r, s, i) {
|
|
|
34183
34183
|
inheritFromOccurrence: n.inheritFromOccurrence
|
|
34184
34184
|
}, null, 8, ["class", "context", "comment", "commentObj", "selfCallIndent", "number", "inheritFromOccurrence"]);
|
|
34185
34185
|
}
|
|
34186
|
-
const
|
|
34186
|
+
const UO = /* @__PURE__ */ Ge($O, [["render", HO]]), VO = { class: "block" }, zO = /* @__PURE__ */ Ye({
|
|
34187
34187
|
__name: "Block",
|
|
34188
34188
|
props: {
|
|
34189
34189
|
context: null,
|
|
@@ -34198,12 +34198,12 @@ const HO = /* @__PURE__ */ Ge(BO, [["render", $O]]), UO = { class: "block" }, VO
|
|
|
34198
34198
|
var s;
|
|
34199
34199
|
return ((s = e.context) == null ? void 0 : s.stat()) || [];
|
|
34200
34200
|
}), r = (s) => e.number ? e.incremental ? m6(e.number, s) : `${e.number}.${s + 1}` : String(s + 1);
|
|
34201
|
-
return (s, i) => (R(), K("div",
|
|
34201
|
+
return (s, i) => (R(), K("div", VO, [
|
|
34202
34202
|
(R(!0), K(Ue, null, On(Te(n), (o, l) => (R(), K("div", {
|
|
34203
34203
|
class: "statement-container mt-1",
|
|
34204
34204
|
key: l
|
|
34205
34205
|
}, [
|
|
34206
|
-
z(
|
|
34206
|
+
z(UO, {
|
|
34207
34207
|
inheritFromOccurrence: t.inheritFromOccurrence,
|
|
34208
34208
|
context: o,
|
|
34209
34209
|
collapsed: t.collapsed,
|
|
@@ -34214,15 +34214,15 @@ const HO = /* @__PURE__ */ Ge(BO, [["render", $O]]), UO = { class: "block" }, VO
|
|
|
34214
34214
|
]));
|
|
34215
34215
|
}
|
|
34216
34216
|
});
|
|
34217
|
-
function
|
|
34217
|
+
function GO(t) {
|
|
34218
34218
|
const e = Math.floor(t / 1e3), n = Math.floor(t % 1e3), r = Math.floor((t % 1e3 - n) * 1e3);
|
|
34219
34219
|
return e + "s " + n + "ms " + r + "\u03BCs";
|
|
34220
34220
|
}
|
|
34221
|
-
const
|
|
34221
|
+
const jO = (t, e) => {
|
|
34222
34222
|
const r = y6() - e;
|
|
34223
|
-
return console.debug(t + " cost: " +
|
|
34224
|
-
}, y6 = () => performance.now(),
|
|
34225
|
-
class
|
|
34223
|
+
return console.debug(t + " cost: " + GO(r)), r;
|
|
34224
|
+
}, y6 = () => performance.now(), ZO = b0.child({ name: "core" });
|
|
34225
|
+
class YO {
|
|
34226
34226
|
constructor(e, n = !1) {
|
|
34227
34227
|
Z(this, "el");
|
|
34228
34228
|
Z(this, "_code");
|
|
@@ -34231,25 +34231,27 @@ class KO {
|
|
|
34231
34231
|
Z(this, "app");
|
|
34232
34232
|
Z(this, "_currentTimeout");
|
|
34233
34233
|
Z(this, "_lastRenderingCostMilliseconds", 0);
|
|
34234
|
-
|
|
34234
|
+
Z(this, "initialRender", !0);
|
|
34235
|
+
this.el = e, this.store = H5(uh()), this.app = P0(n ? hc : n6), this.app.component("Comment", q0), this.app.component("Block", zO), this.app.use(this.store), this.app.mount(this.el), this.addPortalRootElement();
|
|
34235
34236
|
}
|
|
34236
34237
|
addPortalRootElement() {
|
|
34237
34238
|
const e = document.createElement("div");
|
|
34238
34239
|
e.id = "headlessui-portal-root", e.className = "zenuml", e.append(document.createElement("div")), document.body.append(e);
|
|
34239
34240
|
}
|
|
34240
34241
|
async render(e, n) {
|
|
34241
|
-
return this._currentTimeout && (console.debug("rendering clearTimeout"), clearTimeout(this._currentTimeout)),
|
|
34242
|
-
|
|
34243
|
-
|
|
34244
|
-
|
|
34245
|
-
|
|
34246
|
-
|
|
34247
|
-
|
|
34248
|
-
|
|
34249
|
-
|
|
34250
|
-
|
|
34251
|
-
|
|
34252
|
-
|
|
34242
|
+
return this._currentTimeout && (console.debug("rendering clearTimeout"), clearTimeout(this._currentTimeout)), ZO.debug("rendering", e, n), this._code = e || this._code, 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.initialRender ? (this.initialRender = !1, await this.doRender(n)) : this._currentTimeout = setTimeout(
|
|
34243
|
+
async () => await this.doRender(n),
|
|
34244
|
+
this.calculateDebounceMilliseconds()
|
|
34245
|
+
), this;
|
|
34246
|
+
}
|
|
34247
|
+
async doRender(e) {
|
|
34248
|
+
console.debug("rendering start");
|
|
34249
|
+
const n = y6();
|
|
34250
|
+
ev(), this.store.commit("onContentChange", (e == null ? void 0 : e.onContentChange) || (() => {
|
|
34251
|
+
})), (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 = jO(
|
|
34252
|
+
"rendering end",
|
|
34253
|
+
n
|
|
34254
|
+
);
|
|
34253
34255
|
}
|
|
34254
34256
|
calculateDebounceMilliseconds() {
|
|
34255
34257
|
let e = this._lastRenderingCostMilliseconds;
|
|
@@ -34265,7 +34267,7 @@ class KO {
|
|
|
34265
34267
|
return this.el.children[0].__vue__.toPng();
|
|
34266
34268
|
}
|
|
34267
34269
|
}
|
|
34268
|
-
const
|
|
34270
|
+
const XO = {
|
|
34269
34271
|
createApp: P0,
|
|
34270
34272
|
createStore: H5,
|
|
34271
34273
|
Store: uh,
|
|
@@ -34279,13 +34281,13 @@ export {
|
|
|
34279
34281
|
$e as D,
|
|
34280
34282
|
nh as E,
|
|
34281
34283
|
Ue as F,
|
|
34282
|
-
|
|
34284
|
+
qO as G,
|
|
34283
34285
|
KC as H,
|
|
34284
34286
|
iv as P,
|
|
34285
34287
|
I0 as T,
|
|
34286
34288
|
Gh as U,
|
|
34287
|
-
|
|
34288
|
-
|
|
34289
|
+
XO as V,
|
|
34290
|
+
YO as Z,
|
|
34289
34291
|
S as a,
|
|
34290
34292
|
ne as b,
|
|
34291
34293
|
K as c,
|
|
@@ -34313,4 +34315,4 @@ export {
|
|
|
34313
34315
|
xh as y,
|
|
34314
34316
|
ke as z
|
|
34315
34317
|
};
|
|
34316
|
-
//# sourceMappingURL=core.
|
|
34318
|
+
//# sourceMappingURL=core.08e5aec1.js.map
|