@kestra-io/ui-libs 0.0.242 → 0.0.244
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/components/misc/Collapsible.vue.d.ts +2 -0
- package/dist/components/misc/Collapsible.vue.d.ts.map +1 -1
- package/dist/components/plugins/CollapsibleProperties.vue.d.ts +2 -0
- package/dist/components/plugins/CollapsibleProperties.vue.d.ts.map +1 -1
- package/dist/components/plugins/SchemaToHtml.vue.d.ts +2 -0
- package/dist/components/plugins/SchemaToHtml.vue.d.ts.map +1 -1
- package/dist/kestra-index.cjs.js +2 -2
- package/dist/kestra-index.cjs.js.map +1 -1
- package/dist/kestra-index.es.js +256 -236
- package/dist/kestra-index.es.js.map +1 -1
- package/dist/ui-libs.css +1 -1
- package/dist/utils/schemaUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/misc/Collapsible.vue +6 -1
- package/src/components/plugins/CollapsibleProperties.vue +12 -2
- package/src/components/plugins/SchemaToHtml.vue +11 -4
- package/src/utils/schemaUtils.ts +19 -3
package/dist/kestra-index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import yl, { Document as vl, YAMLMap as wn } from "yaml";
|
|
2
|
-
import { S as ct, r as
|
|
2
|
+
import { S as ct, r as Uo, E as U, U as Oe, h as Fo, d as xo, a as Ho, c as Bo, g as zo, C as El, l as Go } from "./VueFlowUtils-BlT9fRU-.js";
|
|
3
3
|
import { N as g_, V as h_, e as __, i as y_, b as v_, j as E_, s as C_, f as b_ } from "./VueFlowUtils-BlT9fRU-.js";
|
|
4
4
|
import { g as Wo, e as Ko, d as jo, r as Yo, a as qo, f as Xo, b as Zo, c as Jo, h as Qo, u as er, i as tr, j as nr, k as lr, l as ir, m as or, n as rr, s as ar, p as sr, o as ur, q as cr, t as _i, v as dr, w as fr, x as Cl, y as bl, z as mr, A as pr, B as yi, C as gr } from "./FlowYamlUtils-BrY8bEv7.js";
|
|
5
5
|
import { createElementBlock as c, openBlock as u, mergeProps as j, createElementVNode as C, createCommentVNode as w, toDisplayString as V, defineComponent as me, createBlock as Z, getCurrentInstance as an, inject as $n, ref as oe, shallowRef as Kt, computed as W, watch as Ge, onMounted as Rt, onUnmounted as vi, h as Et, createVNode as M, Text as At, Fragment as ve, nextTick as sn, onBeforeUnmount as Ei, renderSlot as se, createTextVNode as Ze, normalizeClass as ae, withCtx as G, normalizeStyle as dt, unref as P, toRef as kl, resolveComponent as jt, renderList as qe, resolveDynamicComponent as pt, createSlots as Ci, provide as Ll, normalizeProps as hr, guardReactiveProps as _r, withModifiers as bi, withAsyncContext as Sl, toRaw as yr, reactive as vr, defineAsyncComponent as Er, Comment as Cr, Suspense as br } from "vue";
|
|
@@ -127,12 +127,12 @@ const Nr = { lineWidth: 0 }, Tl = [
|
|
|
127
127
|
deletePluginDefaults: jo,
|
|
128
128
|
extractFieldFromMaps: Ko,
|
|
129
129
|
getVersionAtPosition: Wo
|
|
130
|
-
},
|
|
130
|
+
}, Ue = (e) => {
|
|
131
131
|
const t = document.querySelector(":root"), n = t ? getComputedStyle(t) : null;
|
|
132
132
|
return n == null ? void 0 : n.getPropertyValue(e);
|
|
133
133
|
};
|
|
134
|
-
var Ar =
|
|
135
|
-
const
|
|
134
|
+
var Ar = Uo();
|
|
135
|
+
const Ut = /* @__PURE__ */ yi(Ar), x = (e, t) => {
|
|
136
136
|
const n = e.__vccOpts || e;
|
|
137
137
|
for (const [l, o] of t)
|
|
138
138
|
n[l] = o;
|
|
@@ -175,7 +175,7 @@ function Pr(e, t, n, l, o, i) {
|
|
|
175
175
|
], 8, Dr))
|
|
176
176
|
], 16, Or);
|
|
177
177
|
}
|
|
178
|
-
const Nl = /* @__PURE__ */
|
|
178
|
+
const Nl = /* @__PURE__ */ x(Ir, [["render", Pr]]), Mr = {
|
|
179
179
|
name: "CheckCircleIcon",
|
|
180
180
|
emits: ["click"],
|
|
181
181
|
props: {
|
|
@@ -191,7 +191,7 @@ const Nl = /* @__PURE__ */ U(Ir, [["render", Pr]]), Mr = {
|
|
|
191
191
|
default: 24
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
}, Vr = ["aria-hidden", "aria-label"],
|
|
194
|
+
}, Vr = ["aria-hidden", "aria-label"], Ur = ["fill", "width", "height"], Fr = { d: "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z" }, xr = { key: 0 };
|
|
195
195
|
function Hr(e, t, n, l, o, i) {
|
|
196
196
|
return u(), c("span", j(e.$attrs, {
|
|
197
197
|
"aria-hidden": n.title ? null : !0,
|
|
@@ -208,12 +208,12 @@ function Hr(e, t, n, l, o, i) {
|
|
|
208
208
|
viewBox: "0 0 24 24"
|
|
209
209
|
}, [
|
|
210
210
|
C("path", Fr, [
|
|
211
|
-
n.title ? (u(), c("title",
|
|
211
|
+
n.title ? (u(), c("title", xr, V(n.title), 1)) : w("", !0)
|
|
212
212
|
])
|
|
213
|
-
], 8,
|
|
213
|
+
], 8, Ur))
|
|
214
214
|
], 16, Vr);
|
|
215
215
|
}
|
|
216
|
-
const Br = /* @__PURE__ */
|
|
216
|
+
const Br = /* @__PURE__ */ x(Mr, [["render", Hr]]), zr = {
|
|
217
217
|
name: "PlayCircleIcon",
|
|
218
218
|
emits: ["click"],
|
|
219
219
|
props: {
|
|
@@ -251,7 +251,7 @@ function Yr(e, t, n, l, o, i) {
|
|
|
251
251
|
], 8, Wr))
|
|
252
252
|
], 16, Gr);
|
|
253
253
|
}
|
|
254
|
-
const qr = /* @__PURE__ */
|
|
254
|
+
const qr = /* @__PURE__ */ x(zr, [["render", Yr]]), Xr = {
|
|
255
255
|
name: "CloseCircleIcon",
|
|
256
256
|
emits: ["click"],
|
|
257
257
|
props: {
|
|
@@ -289,7 +289,7 @@ function ta(e, t, n, l, o, i) {
|
|
|
289
289
|
], 8, Jr))
|
|
290
290
|
], 16, Zr);
|
|
291
291
|
}
|
|
292
|
-
const Rn = /* @__PURE__ */
|
|
292
|
+
const Rn = /* @__PURE__ */ x(Xr, [["render", ta]]), na = {
|
|
293
293
|
name: "StopCircleIcon",
|
|
294
294
|
emits: ["click"],
|
|
295
295
|
props: {
|
|
@@ -327,7 +327,7 @@ function aa(e, t, n, l, o, i) {
|
|
|
327
327
|
], 8, ia))
|
|
328
328
|
], 16, la);
|
|
329
329
|
}
|
|
330
|
-
const sa = /* @__PURE__ */
|
|
330
|
+
const sa = /* @__PURE__ */ x(na, [["render", aa]]), ua = {
|
|
331
331
|
name: "SkipPreviousCircleIcon",
|
|
332
332
|
emits: ["click"],
|
|
333
333
|
props: {
|
|
@@ -365,7 +365,7 @@ function pa(e, t, n, l, o, i) {
|
|
|
365
365
|
], 8, da))
|
|
366
366
|
], 16, ca);
|
|
367
367
|
}
|
|
368
|
-
const ga = /* @__PURE__ */
|
|
368
|
+
const ga = /* @__PURE__ */ x(ua, [["render", pa]]), ha = {
|
|
369
369
|
name: "AlertCircleIcon",
|
|
370
370
|
emits: ["click"],
|
|
371
371
|
props: {
|
|
@@ -403,7 +403,7 @@ function Ca(e, t, n, l, o, i) {
|
|
|
403
403
|
], 8, ya))
|
|
404
404
|
], 16, _a);
|
|
405
405
|
}
|
|
406
|
-
const Zt = /* @__PURE__ */
|
|
406
|
+
const Zt = /* @__PURE__ */ x(ha, [["render", Ca]]), ba = {
|
|
407
407
|
name: "DotsVerticalCircleIcon",
|
|
408
408
|
emits: ["click"],
|
|
409
409
|
props: {
|
|
@@ -441,7 +441,7 @@ function Ta(e, t, n, l, o, i) {
|
|
|
441
441
|
], 8, La))
|
|
442
442
|
], 16, ka);
|
|
443
443
|
}
|
|
444
|
-
const Na = /* @__PURE__ */
|
|
444
|
+
const Na = /* @__PURE__ */ x(ba, [["render", Ta]]), Aa = {
|
|
445
445
|
name: "MotionPauseOutlineIcon",
|
|
446
446
|
emits: ["click"],
|
|
447
447
|
props: {
|
|
@@ -479,7 +479,7 @@ function Ra(e, t, n, l, o, i) {
|
|
|
479
479
|
], 8, Oa))
|
|
480
480
|
], 16, Ia);
|
|
481
481
|
}
|
|
482
|
-
const Pa = /* @__PURE__ */
|
|
482
|
+
const Pa = /* @__PURE__ */ x(Aa, [["render", Ra]]), Ma = {
|
|
483
483
|
name: "RefreshIcon",
|
|
484
484
|
emits: ["click"],
|
|
485
485
|
props: {
|
|
@@ -495,7 +495,7 @@ const Pa = /* @__PURE__ */ U(Aa, [["render", Ra]]), Ma = {
|
|
|
495
495
|
default: 24
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
|
-
}, Va = ["aria-hidden", "aria-label"],
|
|
498
|
+
}, Va = ["aria-hidden", "aria-label"], Ua = ["fill", "width", "height"], Fa = { d: "M17.65,6.35C16.2,4.9 14.21,4 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C15.73,20 18.84,17.45 19.73,14H17.65C16.83,16.33 14.61,18 12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.66,6 15.14,6.69 16.22,7.78L13,11H20V4L17.65,6.35Z" }, xa = { key: 0 };
|
|
499
499
|
function Ha(e, t, n, l, o, i) {
|
|
500
500
|
return u(), c("span", j(e.$attrs, {
|
|
501
501
|
"aria-hidden": n.title ? null : !0,
|
|
@@ -512,12 +512,12 @@ function Ha(e, t, n, l, o, i) {
|
|
|
512
512
|
viewBox: "0 0 24 24"
|
|
513
513
|
}, [
|
|
514
514
|
C("path", Fa, [
|
|
515
|
-
n.title ? (u(), c("title",
|
|
515
|
+
n.title ? (u(), c("title", xa, V(n.title), 1)) : w("", !0)
|
|
516
516
|
])
|
|
517
|
-
], 8,
|
|
517
|
+
], 8, Ua))
|
|
518
518
|
], 16, Va);
|
|
519
519
|
}
|
|
520
|
-
const Al = /* @__PURE__ */
|
|
520
|
+
const Al = /* @__PURE__ */ x(Ma, [["render", Ha]]), Ba = {
|
|
521
521
|
name: "CancelIcon",
|
|
522
522
|
emits: ["click"],
|
|
523
523
|
props: {
|
|
@@ -555,7 +555,7 @@ function ja(e, t, n, l, o, i) {
|
|
|
555
555
|
], 8, Ga))
|
|
556
556
|
], 16, za);
|
|
557
557
|
}
|
|
558
|
-
const Il = /* @__PURE__ */
|
|
558
|
+
const Il = /* @__PURE__ */ x(Ba, [["render", ja]]), ee = Object.freeze({
|
|
559
559
|
CREATED: {
|
|
560
560
|
name: "CREATED",
|
|
561
561
|
color: "#1761FD",
|
|
@@ -754,7 +754,7 @@ class _e {
|
|
|
754
754
|
return ee[t] && ee[t] === ee.QUEUED;
|
|
755
755
|
}
|
|
756
756
|
static allStates() {
|
|
757
|
-
return
|
|
757
|
+
return Ut(ee, (t) => ({
|
|
758
758
|
key: t.name,
|
|
759
759
|
icon: t.icon,
|
|
760
760
|
color: ""
|
|
@@ -764,19 +764,19 @@ class _e {
|
|
|
764
764
|
return Object.values(ee);
|
|
765
765
|
}
|
|
766
766
|
static colorClass() {
|
|
767
|
-
return
|
|
767
|
+
return Ut(ee, (t) => t.colorClass);
|
|
768
768
|
}
|
|
769
769
|
static color() {
|
|
770
|
-
return
|
|
770
|
+
return Ut(
|
|
771
771
|
ee,
|
|
772
|
-
(t) =>
|
|
772
|
+
(t) => Ue("--bs-" + t.colorClass)
|
|
773
773
|
);
|
|
774
774
|
}
|
|
775
775
|
static getStateColor(t) {
|
|
776
776
|
return ee[t].color;
|
|
777
777
|
}
|
|
778
778
|
static icon() {
|
|
779
|
-
return
|
|
779
|
+
return Ut(ee, (t) => t.icon);
|
|
780
780
|
}
|
|
781
781
|
static getTerminatedStates() {
|
|
782
782
|
return Object.values(ee).filter((t) => !t.isRunning).map((t) => t.name);
|
|
@@ -867,7 +867,7 @@ function ls(e, t, n, l, o, i) {
|
|
|
867
867
|
], 8, es))
|
|
868
868
|
], 16, Qa);
|
|
869
869
|
}
|
|
870
|
-
const is = /* @__PURE__ */
|
|
870
|
+
const is = /* @__PURE__ */ x(Ja, [["render", ls]]), os = /* @__PURE__ */ me({
|
|
871
871
|
__name: "RotatingDots",
|
|
872
872
|
props: {
|
|
873
873
|
alt: {}
|
|
@@ -878,7 +878,7 @@ const is = /* @__PURE__ */ U(Ja, [["render", ls]]), os = /* @__PURE__ */ me({
|
|
|
878
878
|
alt: t.alt
|
|
879
879
|
}, null, 8, ["alt"]));
|
|
880
880
|
}
|
|
881
|
-
}), rs = /* @__PURE__ */
|
|
881
|
+
}), rs = /* @__PURE__ */ x(os, [["__scopeId", "data-v-a7ad4137"]]);
|
|
882
882
|
/*!
|
|
883
883
|
* shared v11.1.3
|
|
884
884
|
* (c) 2025 kazuya kawaguchi
|
|
@@ -906,7 +906,7 @@ function $l(e) {
|
|
|
906
906
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
907
907
|
}
|
|
908
908
|
const fs = Object.prototype.hasOwnProperty;
|
|
909
|
-
function
|
|
909
|
+
function xe(e, t) {
|
|
910
910
|
return fs.call(e, t);
|
|
911
911
|
}
|
|
912
912
|
const Ce = Array.isArray, fe = (e) => typeof e == "function", F = (e) => typeof e == "string", ye = (e) => typeof e == "boolean", le = (e) => e !== null && typeof e == "object", ms = (e) => le(e) && fe(e.then) && fe(e.catch), Si = Object.prototype.toString, Jn = (e) => Si.call(e), ne = (e) => Jn(e) === "[object Object]", ps = (e) => e == null ? "" : Ce(e) || ne(e) && e.toString === Si ? JSON.stringify(e, null, 2) : String(e);
|
|
@@ -966,15 +966,15 @@ function _s() {
|
|
|
966
966
|
}
|
|
967
967
|
};
|
|
968
968
|
}
|
|
969
|
-
const
|
|
969
|
+
const xt = (e) => !le(e) || Ce(e);
|
|
970
970
|
function qt(e, t) {
|
|
971
|
-
if (
|
|
971
|
+
if (xt(e) || xt(t))
|
|
972
972
|
throw new Error("Invalid value");
|
|
973
973
|
const n = [{ src: e, des: t }];
|
|
974
974
|
for (; n.length; ) {
|
|
975
975
|
const { src: l, des: o } = n.pop();
|
|
976
976
|
Object.keys(l).forEach((i) => {
|
|
977
|
-
i !== "__proto__" && (le(l[i]) && !le(o[i]) && (o[i] = Array.isArray(l[i]) ? [] : ue()),
|
|
977
|
+
i !== "__proto__" && (le(l[i]) && !le(o[i]) && (o[i] = Array.isArray(l[i]) ? [] : ue()), xt(o[i]) || xt(l[i]) ? o[i] = l[i] : n.push({ src: l[i], des: o[i] }));
|
|
978
978
|
});
|
|
979
979
|
}
|
|
980
980
|
}
|
|
@@ -1688,9 +1688,9 @@ function Ms(e, t = {}) {
|
|
|
1688
1688
|
}
|
|
1689
1689
|
function Vs(e) {
|
|
1690
1690
|
const t = e.body;
|
|
1691
|
-
return t.type === 2 ?
|
|
1691
|
+
return t.type === 2 ? Ul(t) : t.cases.forEach((n) => Ul(n)), e;
|
|
1692
1692
|
}
|
|
1693
|
-
function
|
|
1693
|
+
function Ul(e) {
|
|
1694
1694
|
if (e.items.length === 1) {
|
|
1695
1695
|
const t = e.items[0];
|
|
1696
1696
|
(t.type === 3 || t.type === 9) && (e.static = t.value, delete t.value);
|
|
@@ -1711,7 +1711,7 @@ function xl(e) {
|
|
|
1711
1711
|
}
|
|
1712
1712
|
}
|
|
1713
1713
|
}
|
|
1714
|
-
const
|
|
1714
|
+
const Us = "minifier";
|
|
1715
1715
|
function yt(e) {
|
|
1716
1716
|
switch (e.t = e.type, e.type) {
|
|
1717
1717
|
case 0: {
|
|
@@ -1759,14 +1759,14 @@ function yt(e) {
|
|
|
1759
1759
|
default:
|
|
1760
1760
|
if (process.env.NODE_ENV !== "production")
|
|
1761
1761
|
throw bt(K.UNHANDLED_MINIFIER_NODE_TYPE, null, {
|
|
1762
|
-
domain:
|
|
1762
|
+
domain: Us,
|
|
1763
1763
|
args: [e.type]
|
|
1764
1764
|
});
|
|
1765
1765
|
}
|
|
1766
1766
|
delete e.type;
|
|
1767
1767
|
}
|
|
1768
1768
|
const Fs = "parser";
|
|
1769
|
-
function
|
|
1769
|
+
function xs(e, t) {
|
|
1770
1770
|
const { filename: n, breakLineCode: l, needIndent: o } = t, i = t.location !== !1, r = {
|
|
1771
1771
|
filename: n,
|
|
1772
1772
|
code: "",
|
|
@@ -1899,7 +1899,7 @@ const Ws = (e, t = {}) => {
|
|
|
1899
1899
|
const n = F(t.mode) ? t.mode : "normal", l = F(t.filename) ? t.filename : "message.intl";
|
|
1900
1900
|
t.sourceMap;
|
|
1901
1901
|
const o = t.breakLineCode != null ? t.breakLineCode : n === "arrow" ? ";" : `
|
|
1902
|
-
`, i = t.needIndent ? t.needIndent : n !== "arrow", r = e.helpers || [], a =
|
|
1902
|
+
`, i = t.needIndent ? t.needIndent : n !== "arrow", r = e.helpers || [], a = xs(e, {
|
|
1903
1903
|
filename: l,
|
|
1904
1904
|
breakLineCode: o,
|
|
1905
1905
|
needIndent: i
|
|
@@ -1926,7 +1926,7 @@ function js() {
|
|
|
1926
1926
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (ut().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (ut().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
1927
1927
|
}
|
|
1928
1928
|
function He(e) {
|
|
1929
|
-
return le(e) && tl(e) === 0 && (
|
|
1929
|
+
return le(e) && tl(e) === 0 && (xe(e, "b") || xe(e, "body"));
|
|
1930
1930
|
}
|
|
1931
1931
|
const wi = ["b", "body"];
|
|
1932
1932
|
function Ys(e) {
|
|
@@ -1972,7 +1972,7 @@ function Qs(e) {
|
|
|
1972
1972
|
function lt(e, t, n) {
|
|
1973
1973
|
for (let l = 0; l < t.length; l++) {
|
|
1974
1974
|
const o = t[l];
|
|
1975
|
-
if (
|
|
1975
|
+
if (xe(e, o) && e[o] != null)
|
|
1976
1976
|
return e[o];
|
|
1977
1977
|
}
|
|
1978
1978
|
return n;
|
|
@@ -2027,17 +2027,17 @@ function Mn(e, t) {
|
|
|
2027
2027
|
return Ht(t, n);
|
|
2028
2028
|
case 4: {
|
|
2029
2029
|
const l = t;
|
|
2030
|
-
if (
|
|
2030
|
+
if (xe(l, "k") && l.k)
|
|
2031
2031
|
return e.interpolate(e.named(l.k));
|
|
2032
|
-
if (
|
|
2032
|
+
if (xe(l, "key") && l.key)
|
|
2033
2033
|
return e.interpolate(e.named(l.key));
|
|
2034
2034
|
throw It(n);
|
|
2035
2035
|
}
|
|
2036
2036
|
case 5: {
|
|
2037
2037
|
const l = t;
|
|
2038
|
-
if (
|
|
2038
|
+
if (xe(l, "i") && ke(l.i))
|
|
2039
2039
|
return e.interpolate(e.list(l.i));
|
|
2040
|
-
if (
|
|
2040
|
+
if (xe(l, "index") && ke(l.index))
|
|
2041
2041
|
return e.interpolate(e.list(l.index));
|
|
2042
2042
|
throw It(n);
|
|
2043
2043
|
}
|
|
@@ -2130,10 +2130,10 @@ const du = {
|
|
|
2130
2130
|
[Te.NOT_SUPPORT_LOCALE_TYPE]: "cannot support locale type"
|
|
2131
2131
|
};
|
|
2132
2132
|
function nl(e, t) {
|
|
2133
|
-
return t.locale != null ?
|
|
2133
|
+
return t.locale != null ? xl(t.locale) : xl(e.locale);
|
|
2134
2134
|
}
|
|
2135
2135
|
let An;
|
|
2136
|
-
function
|
|
2136
|
+
function xl(e) {
|
|
2137
2137
|
if (F(e))
|
|
2138
2138
|
return e;
|
|
2139
2139
|
if (fe(e)) {
|
|
@@ -2520,23 +2520,23 @@ let Vi;
|
|
|
2520
2520
|
function Nu(e) {
|
|
2521
2521
|
Vi = e;
|
|
2522
2522
|
}
|
|
2523
|
-
let
|
|
2523
|
+
let Ui;
|
|
2524
2524
|
function Au(e) {
|
|
2525
|
-
|
|
2525
|
+
Ui = e;
|
|
2526
2526
|
}
|
|
2527
2527
|
let Fi = null;
|
|
2528
2528
|
const Iu = /* @__NO_SIDE_EFFECTS__ */ (e) => {
|
|
2529
2529
|
Fi = e;
|
|
2530
2530
|
}, Ou = /* @__NO_SIDE_EFFECTS__ */ () => Fi;
|
|
2531
|
-
let
|
|
2531
|
+
let xi = null;
|
|
2532
2532
|
const Gl = (e) => {
|
|
2533
|
-
|
|
2534
|
-
}, Du = () =>
|
|
2533
|
+
xi = e;
|
|
2534
|
+
}, Du = () => xi;
|
|
2535
2535
|
let Wl = 0;
|
|
2536
2536
|
function $u(e = {}) {
|
|
2537
2537
|
const t = fe(e.onWarn) ? e.onWarn : nt, n = F(e.version) ? e.version : Su, l = F(e.locale) || fe(e.locale) ? e.locale : Qt, o = fe(l) ? Qt : l, i = Ce(e.fallbackLocale) || ne(e.fallbackLocale) || F(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : o, r = ne(e.messages) ? e.messages : In(o), a = ne(e.datetimeFormats) ? e.datetimeFormats : In(o), s = ne(e.numberFormats) ? e.numberFormats : In(o), d = Le(ue(), e.modifiers, wu()), y = e.pluralRules || ue(), h = fe(e.missing) ? e.missing : null, _ = ye(e.missingWarn) || Jt(e.missingWarn) ? e.missingWarn : !0, v = ye(e.fallbackWarn) || Jt(e.fallbackWarn) ? e.fallbackWarn : !0, O = !!e.fallbackFormat, L = !!e.unresolving, k = fe(e.postTranslation) ? e.postTranslation : null, m = ne(e.processor) ? e.processor : null, E = ye(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, T = !!e.escapeParameter, g = fe(e.messageCompiler) ? e.messageCompiler : Mi;
|
|
2538
2538
|
process.env.NODE_ENV !== "production" && fe(e.messageCompiler) && hs(mt(Ie.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
|
|
2539
|
-
const A = fe(e.messageResolver) ? e.messageResolver : Vi || Cu, $ = fe(e.localeFallbacker) ? e.localeFallbacker :
|
|
2539
|
+
const A = fe(e.messageResolver) ? e.messageResolver : Vi || Cu, $ = fe(e.localeFallbacker) ? e.localeFallbacker : Ui || fu, S = le(e.fallbackContext) ? e.fallbackContext : void 0, Y = e, J = le(Y.__datetimeFormatters) ? Y.__datetimeFormatters : /* @__PURE__ */ new Map(), ce = le(Y.__numberFormatters) ? Y.__numberFormatters : /* @__PURE__ */ new Map(), be = le(Y.__meta) ? Y.__meta : {};
|
|
2540
2540
|
Wl++;
|
|
2541
2541
|
const q = {
|
|
2542
2542
|
version: n,
|
|
@@ -2706,7 +2706,7 @@ function ql(e, ...t) {
|
|
|
2706
2706
|
const { numberFormats: n, unresolving: l, fallbackLocale: o, onWarn: i, localeFallbacker: r } = e, { __numberFormatters: a } = e;
|
|
2707
2707
|
if (process.env.NODE_ENV !== "production" && !zi.numberFormat)
|
|
2708
2708
|
return i(mt(Ie.CANNOT_FORMAT_NUMBER)), en;
|
|
2709
|
-
const [s, d, y, h] =
|
|
2709
|
+
const [s, d, y, h] = Un(...t), _ = ye(y.missingWarn) ? y.missingWarn : e.missingWarn, v = ye(y.fallbackWarn) ? y.fallbackWarn : e.fallbackWarn, O = !!y.part, L = nl(e, y), k = r(
|
|
2710
2710
|
e,
|
|
2711
2711
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
2712
2712
|
o,
|
|
@@ -2763,7 +2763,7 @@ const Wi = [
|
|
|
2763
2763
|
"roundingIncrement",
|
|
2764
2764
|
"trailingZeroDisplay"
|
|
2765
2765
|
];
|
|
2766
|
-
function
|
|
2766
|
+
function Un(...e) {
|
|
2767
2767
|
const [t, n, l, o] = e, i = ue();
|
|
2768
2768
|
let r = ue();
|
|
2769
2769
|
if (!ke(t))
|
|
@@ -2780,11 +2780,11 @@ function Xl(e, t, n) {
|
|
|
2780
2780
|
l.__numberFormatters.has(i) && l.__numberFormatters.delete(i);
|
|
2781
2781
|
}
|
|
2782
2782
|
}
|
|
2783
|
-
const Pu = (e) => e, Mu = (e) => "", Vu = "text",
|
|
2783
|
+
const Pu = (e) => e, Mu = (e) => "", Vu = "text", Uu = (e) => e.length === 0 ? "" : Qn(e), Fu = ps;
|
|
2784
2784
|
function Zl(e, t) {
|
|
2785
2785
|
return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
2786
2786
|
}
|
|
2787
|
-
function
|
|
2787
|
+
function xu(e) {
|
|
2788
2788
|
const t = ke(e.pluralIndex) ? e.pluralIndex : -1;
|
|
2789
2789
|
return e.named && (ke(e.named.count) || ke(e.named.n)) ? ke(e.named.count) ? e.named.count : ke(e.named.n) ? e.named.n : t : t;
|
|
2790
2790
|
}
|
|
@@ -2792,14 +2792,14 @@ function Hu(e, t) {
|
|
|
2792
2792
|
t.count || (t.count = e), t.n || (t.n = e);
|
|
2793
2793
|
}
|
|
2794
2794
|
function Bu(e = {}) {
|
|
2795
|
-
const t = e.locale, n =
|
|
2795
|
+
const t = e.locale, n = xu(e), l = le(e.pluralRules) && F(t) && fe(e.pluralRules[t]) ? e.pluralRules[t] : Zl, o = le(e.pluralRules) && F(t) && fe(e.pluralRules[t]) ? Zl : void 0, i = (m) => m[l(n, m.length, o)], r = e.list || [], a = (m) => r[m], s = e.named || ue();
|
|
2796
2796
|
ke(e.pluralIndex) && Hu(n, s);
|
|
2797
2797
|
const d = (m) => s[m];
|
|
2798
2798
|
function y(m, E) {
|
|
2799
2799
|
const T = fe(e.messages) ? e.messages(m, !!E) : le(e.messages) ? e.messages[m] : !1;
|
|
2800
2800
|
return T || (e.parent ? e.parent.message(m) : Mu);
|
|
2801
2801
|
}
|
|
2802
|
-
const h = (m) => e.modifiers ? e.modifiers[m] : Pu, _ = ne(e.processor) && fe(e.processor.normalize) ? e.processor.normalize :
|
|
2802
|
+
const h = (m) => e.modifiers ? e.modifiers[m] : Pu, _ = ne(e.processor) && fe(e.processor.normalize) ? e.processor.normalize : Uu, v = ne(e.processor) && fe(e.processor.interpolate) ? e.processor.interpolate : Fu, O = ne(e.processor) && F(e.processor.type) ? e.processor.type : Vu, k = {
|
|
2803
2803
|
list: a,
|
|
2804
2804
|
named: d,
|
|
2805
2805
|
plural: i,
|
|
@@ -3056,7 +3056,7 @@ const Xu = {
|
|
|
3056
3056
|
[Se.NOT_INSTALLED_WITH_PROVIDE]: "Need to install with `provide` function",
|
|
3057
3057
|
[Se.NOT_COMPATIBLE_LEGACY_VUE_I18N]: "Not compatible legacy VueI18n.",
|
|
3058
3058
|
[Se.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
|
|
3059
|
-
},
|
|
3059
|
+
}, xn = /* @__PURE__ */ Qe("__translateVNode"), Hn = /* @__PURE__ */ Qe("__datetimeParts"), Bn = /* @__PURE__ */ Qe("__numberParts"), zn = /* @__PURE__ */ Qe("__enableEmitter"), Gn = /* @__PURE__ */ Qe("__disableEmitter"), Zu = Qe("__setPluralRules"), Yi = /* @__PURE__ */ Qe("__injectWithOption"), Wn = /* @__PURE__ */ Qe("__dispose"), tt = {
|
|
3060
3060
|
FALLBACK_TO_ROOT: ku,
|
|
3061
3061
|
// 8
|
|
3062
3062
|
NOT_FOUND_PARENT_SCOPE: 9,
|
|
@@ -3090,7 +3090,7 @@ function $t(e) {
|
|
|
3090
3090
|
if (!le(e) || He(e))
|
|
3091
3091
|
return e;
|
|
3092
3092
|
for (const t in e)
|
|
3093
|
-
if (
|
|
3093
|
+
if (xe(e, t))
|
|
3094
3094
|
if (!t.includes("."))
|
|
3095
3095
|
le(e[t]) && $t(e[t]);
|
|
3096
3096
|
else {
|
|
@@ -3124,7 +3124,7 @@ function qi(e, t) {
|
|
|
3124
3124
|
F(a) && qt(JSON.parse(a), r);
|
|
3125
3125
|
}), o == null && i)
|
|
3126
3126
|
for (const a in r)
|
|
3127
|
-
|
|
3127
|
+
xe(r, a) && $t(r[a]);
|
|
3128
3128
|
return r;
|
|
3129
3129
|
}
|
|
3130
3130
|
function Xi(e) {
|
|
@@ -3284,7 +3284,7 @@ function nc(e = {}) {
|
|
|
3284
3284
|
return we((D) => Reflect.apply(jl, null, [D, ...b]), () => Vn(...b), "datetime format", (D) => Reflect.apply(D.d, D, [...b]), () => en, (D) => F(D));
|
|
3285
3285
|
}
|
|
3286
3286
|
function yn(...b) {
|
|
3287
|
-
return we((D) => Reflect.apply(ql, null, [D, ...b]), () =>
|
|
3287
|
+
return we((D) => Reflect.apply(ql, null, [D, ...b]), () => Un(...b), "number format", (D) => Reflect.apply(D.n, D, [...b]), () => en, (D) => F(D));
|
|
3288
3288
|
}
|
|
3289
3289
|
function vn(b) {
|
|
3290
3290
|
return b.map((D) => F(D) || ke(D) || ye(D) ? ei(String(D)) : D);
|
|
@@ -3304,10 +3304,10 @@ function nc(e = {}) {
|
|
|
3304
3304
|
he.processor = null;
|
|
3305
3305
|
}
|
|
3306
3306
|
return ie;
|
|
3307
|
-
}, () => Fn(...b), "translate", (D) => D[
|
|
3307
|
+
}, () => Fn(...b), "translate", (D) => D[xn](...b), (D) => [ei(D)], (D) => Ce(D));
|
|
3308
3308
|
}
|
|
3309
3309
|
function Cn(...b) {
|
|
3310
|
-
return we((D) => Reflect.apply(ql, null, [D, ...b]), () =>
|
|
3310
|
+
return we((D) => Reflect.apply(ql, null, [D, ...b]), () => Un(...b), "number format", (D) => D[Bn](...b), ni, (D) => F(D) || Ce(D));
|
|
3311
3311
|
}
|
|
3312
3312
|
function bn(...b) {
|
|
3313
3313
|
return we((D) => Reflect.apply(jl, null, [D, ...b]), () => Vn(...b), "datetime format", (D) => D[Hn](...b), ni, (D) => F(D) || Ce(D));
|
|
@@ -3346,7 +3346,7 @@ function nc(e = {}) {
|
|
|
3346
3346
|
if (o) {
|
|
3347
3347
|
const ie = { [b]: D };
|
|
3348
3348
|
for (const he in ie)
|
|
3349
|
-
|
|
3349
|
+
xe(ie, he) && $t(ie[he]);
|
|
3350
3350
|
D = ie[b];
|
|
3351
3351
|
}
|
|
3352
3352
|
d.value[b] = D, S.messages = d.value;
|
|
@@ -3356,7 +3356,7 @@ function nc(e = {}) {
|
|
|
3356
3356
|
const ie = { [b]: D };
|
|
3357
3357
|
if (o)
|
|
3358
3358
|
for (const he in ie)
|
|
3359
|
-
|
|
3359
|
+
xe(ie, he) && $t(ie[he]);
|
|
3360
3360
|
D = ie[b], qt(D, d.value[b]), S.messages = d.value;
|
|
3361
3361
|
}
|
|
3362
3362
|
function f(b) {
|
|
@@ -3451,7 +3451,7 @@ function nc(e = {}) {
|
|
|
3451
3451
|
setMissingHandler: B,
|
|
3452
3452
|
[Zu]: kn
|
|
3453
3453
|
};
|
|
3454
|
-
return te.datetimeFormats = Ae, te.numberFormats = We, te.rt = hn, te.te = Ln, te.tm = St, te.d = _n, te.n = yn, te.getDateTimeFormat = f, te.setDateTimeFormat = p, te.mergeDateTimeFormat = N, te.getNumberFormat = z, te.setNumberFormat = pe, te.mergeNumberFormat = ge, te[Yi] = n, te[
|
|
3454
|
+
return te.datetimeFormats = Ae, te.numberFormats = We, te.rt = hn, te.te = Ln, te.tm = St, te.d = _n, te.n = yn, te.getDateTimeFormat = f, te.setDateTimeFormat = p, te.mergeDateTimeFormat = N, te.getNumberFormat = z, te.setNumberFormat = pe, te.mergeNumberFormat = ge, te[Yi] = n, te[xn] = Mt, te[Hn] = bn, te[Bn] = Cn, process.env.NODE_ENV !== "production" && (te[zn] = (b) => {
|
|
3455
3455
|
S.__v_emitter = b;
|
|
3456
3456
|
}, te[Gn] = () => {
|
|
3457
3457
|
S.__v_emitter = void 0;
|
|
@@ -3678,8 +3678,8 @@ const re = /* @__PURE__ */ me({
|
|
|
3678
3678
|
let s = r.value && r.value.icon ? window.atob(r.value.icon) : void 0;
|
|
3679
3679
|
s || (s = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="0.75em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 384 512"><path d="M288 32H0v448h384V128l-96-96zm64 416H32V64h224l96 96v288z" fill="currentColor"/></svg>');
|
|
3680
3680
|
const d = document.getElementsByTagName("html")[0].className.indexOf("dark") >= 0;
|
|
3681
|
-
let y =
|
|
3682
|
-
return t.theme && (y = (t.theme === "dark" ?
|
|
3681
|
+
let y = Ue(d ? "--bs-gray-900" : "--bs-black") ?? "#FFFFFF";
|
|
3682
|
+
return t.theme && (y = (t.theme === "dark" ? Ue("--bs-gray-900") : Ue("--bs-black")) ?? y), t.variable && (y = Ue(t.variable) ?? y), s = s.replace(/currentColor/g, y), window.btoa(s);
|
|
3683
3683
|
}), r = W(() => t.cls ? (t.icons || {})[a(t.cls)] : t.customIcon);
|
|
3684
3684
|
function a(s) {
|
|
3685
3685
|
return s.includes("$") ? s.substring(0, s.indexOf("$")) : s;
|
|
@@ -3705,7 +3705,7 @@ const re = /* @__PURE__ */ me({
|
|
|
3705
3705
|
}, 8, ["title"]))
|
|
3706
3706
|
], 2));
|
|
3707
3707
|
}
|
|
3708
|
-
}), Qi = /* @__PURE__ */
|
|
3708
|
+
}), Qi = /* @__PURE__ */ x(fc, [["__scopeId", "data-v-23f8d853"]]), mc = {
|
|
3709
3709
|
name: "OpenInNewIcon",
|
|
3710
3710
|
emits: ["click"],
|
|
3711
3711
|
props: {
|
|
@@ -3743,7 +3743,7 @@ function yc(e, t, n, l, o, i) {
|
|
|
3743
3743
|
], 8, gc))
|
|
3744
3744
|
], 16, pc);
|
|
3745
3745
|
}
|
|
3746
|
-
const eo = /* @__PURE__ */
|
|
3746
|
+
const eo = /* @__PURE__ */ x(mc, [["render", yc]]), vc = {
|
|
3747
3747
|
name: "ArrowExpandAllIcon",
|
|
3748
3748
|
emits: ["click"],
|
|
3749
3749
|
props: {
|
|
@@ -3781,7 +3781,7 @@ function Lc(e, t, n, l, o, i) {
|
|
|
3781
3781
|
], 8, Cc))
|
|
3782
3782
|
], 16, Ec);
|
|
3783
3783
|
}
|
|
3784
|
-
const Sc = /* @__PURE__ */
|
|
3784
|
+
const Sc = /* @__PURE__ */ x(vc, [["render", Lc]]), wc = { class: "dependency-text d-flex flex-column flex-grow-1" }, Tc = { class: "dependency-flow-text text-truncate" }, Nc = { class: "dependency-namespace-text text-truncate" }, Ac = { class: "text-white top-button-div" }, Ic = /* @__PURE__ */ me({
|
|
3785
3785
|
name: "Dependencies",
|
|
3786
3786
|
inheritAttrs: !1,
|
|
3787
3787
|
__name: "DependenciesNode",
|
|
@@ -3804,10 +3804,10 @@ const Sc = /* @__PURE__ */ U(vc, [["render", Lc]]), wc = { class: "dependency-te
|
|
|
3804
3804
|
}
|
|
3805
3805
|
},
|
|
3806
3806
|
emits: [
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3807
|
+
U.EXPAND_DEPENDENCIES,
|
|
3808
|
+
U.OPEN_LINK,
|
|
3809
|
+
U.MOUSE_OVER,
|
|
3810
|
+
U.MOUSE_LEAVE
|
|
3811
3811
|
],
|
|
3812
3812
|
setup(e, { emit: t }) {
|
|
3813
3813
|
const n = t, { t: l } = mn(), o = W(() => window.btoa(`<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none">
|
|
@@ -3853,7 +3853,7 @@ const Sc = /* @__PURE__ */ U(vc, [["render", Lc]]), wc = { class: "dependency-te
|
|
|
3853
3853
|
e.data.link ? (u(), c("span", {
|
|
3854
3854
|
key: 0,
|
|
3855
3855
|
class: ae(["circle-button", [`bg-${e.data.color}`]]),
|
|
3856
|
-
onClick: r[0] || (r[0] = (a) => i.$emit(P(
|
|
3856
|
+
onClick: r[0] || (r[0] = (a) => i.$emit(P(U).OPEN_LINK, e.data))
|
|
3857
3857
|
}, [
|
|
3858
3858
|
M(re, {
|
|
3859
3859
|
title: P(l)("open")
|
|
@@ -3870,7 +3870,7 @@ const Sc = /* @__PURE__ */ U(vc, [["render", Lc]]), wc = { class: "dependency-te
|
|
|
3870
3870
|
e.data.expandEnabled ? (u(), c("span", {
|
|
3871
3871
|
key: 1,
|
|
3872
3872
|
class: ae(["circle-button", [`bg-${e.data.color}`]]),
|
|
3873
|
-
onClick: r[1] || (r[1] = (a) => n(P(
|
|
3873
|
+
onClick: r[1] || (r[1] = (a) => n(P(U).EXPAND_DEPENDENCIES, e.data))
|
|
3874
3874
|
}, [
|
|
3875
3875
|
M(re, {
|
|
3876
3876
|
title: P(l)("expand")
|
|
@@ -3893,7 +3893,7 @@ const Sc = /* @__PURE__ */ U(vc, [["render", Lc]]), wc = { class: "dependency-te
|
|
|
3893
3893
|
}, null, 8, ["position"])
|
|
3894
3894
|
], 64));
|
|
3895
3895
|
}
|
|
3896
|
-
}), s_ = /* @__PURE__ */
|
|
3896
|
+
}), s_ = /* @__PURE__ */ x(Ic, [["__scopeId", "data-v-2271d5b0"]]);
|
|
3897
3897
|
var ze = /* @__PURE__ */ ((e) => (e.Lines = "lines", e.Dots = "dots", e))(ze || {});
|
|
3898
3898
|
const to = function({ dimensions: e, size: t, color: n }) {
|
|
3899
3899
|
return Et("path", {
|
|
@@ -3989,7 +3989,7 @@ const Oc = {
|
|
|
3989
3989
|
se(r.$slots, "default", { id: o.value })
|
|
3990
3990
|
], 4));
|
|
3991
3991
|
}
|
|
3992
|
-
}),
|
|
3992
|
+
}), Uc = {
|
|
3993
3993
|
name: "ArrowCollapseIcon",
|
|
3994
3994
|
emits: ["click"],
|
|
3995
3995
|
props: {
|
|
@@ -4005,7 +4005,7 @@ const Oc = {
|
|
|
4005
4005
|
default: 24
|
|
4006
4006
|
}
|
|
4007
4007
|
}
|
|
4008
|
-
}, Fc = ["aria-hidden", "aria-label"],
|
|
4008
|
+
}, Fc = ["aria-hidden", "aria-label"], xc = ["fill", "width", "height"], Hc = { d: "M19.5,3.09L15,7.59V4H13V11H20V9H16.41L20.91,4.5L19.5,3.09M4,13V15H7.59L3.09,19.5L4.5,20.91L9,16.41V20H11V13H4Z" }, Bc = { key: 0 };
|
|
4009
4009
|
function zc(e, t, n, l, o, i) {
|
|
4010
4010
|
return u(), c("span", j(e.$attrs, {
|
|
4011
4011
|
"aria-hidden": n.title ? null : !0,
|
|
@@ -4024,10 +4024,10 @@ function zc(e, t, n, l, o, i) {
|
|
|
4024
4024
|
C("path", Hc, [
|
|
4025
4025
|
n.title ? (u(), c("title", Bc, V(n.title), 1)) : w("", !0)
|
|
4026
4026
|
])
|
|
4027
|
-
], 8,
|
|
4027
|
+
], 8, xc))
|
|
4028
4028
|
], 16, Fc);
|
|
4029
4029
|
}
|
|
4030
|
-
const Gc = /* @__PURE__ */
|
|
4030
|
+
const Gc = /* @__PURE__ */ x(Uc, [["render", zc]]), Wc = { class: "top-button-div text-white d-flex" }, Kc = {
|
|
4031
4031
|
inheritAttrs: !1,
|
|
4032
4032
|
components: { Tooltip: re },
|
|
4033
4033
|
data() {
|
|
@@ -4069,10 +4069,10 @@ const Gc = /* @__PURE__ */ U(xc, [["render", zc]]), Wc = { class: "top-button-di
|
|
|
4069
4069
|
default: void 0
|
|
4070
4070
|
}
|
|
4071
4071
|
},
|
|
4072
|
-
emits: [
|
|
4072
|
+
emits: [U.COLLAPSE],
|
|
4073
4073
|
setup(e, { emit: t }) {
|
|
4074
4074
|
const n = e, l = t, o = () => {
|
|
4075
|
-
l(
|
|
4075
|
+
l(U.COLLAPSE, n.id);
|
|
4076
4076
|
};
|
|
4077
4077
|
return (i, r) => (u(), c("div", {
|
|
4078
4078
|
class: ae(i.classes)
|
|
@@ -4101,7 +4101,7 @@ const Gc = /* @__PURE__ */ U(xc, [["render", zc]]), Wc = { class: "top-button-di
|
|
|
4101
4101
|
])
|
|
4102
4102
|
], 2));
|
|
4103
4103
|
}
|
|
4104
|
-
}), Yc = /* @__PURE__ */
|
|
4104
|
+
}), Yc = /* @__PURE__ */ x(jc, [["__scopeId", "data-v-0c251e77"]]), qc = {
|
|
4105
4105
|
name: "CircleIcon",
|
|
4106
4106
|
emits: ["click"],
|
|
4107
4107
|
props: {
|
|
@@ -4139,7 +4139,7 @@ function ed(e, t, n, l, o, i) {
|
|
|
4139
4139
|
], 8, Zc))
|
|
4140
4140
|
], 16, Xc);
|
|
4141
4141
|
}
|
|
4142
|
-
const lo = /* @__PURE__ */
|
|
4142
|
+
const lo = /* @__PURE__ */ x(qc, [["render", ed]]), td = {
|
|
4143
4143
|
name: "Dot",
|
|
4144
4144
|
components: { Handle: Ve, CircleIcon: lo },
|
|
4145
4145
|
inheritAttrs: !1,
|
|
@@ -4194,7 +4194,7 @@ const lo = /* @__PURE__ */ U(qc, [["render", ed]]), td = {
|
|
|
4194
4194
|
}, null, 8, ["position"])
|
|
4195
4195
|
], 2));
|
|
4196
4196
|
}
|
|
4197
|
-
}), ld = /* @__PURE__ */
|
|
4197
|
+
}), ld = /* @__PURE__ */ x(nd, [["__scopeId", "data-v-666f472b"]]), id = {
|
|
4198
4198
|
name: "PlusIcon",
|
|
4199
4199
|
emits: ["click"],
|
|
4200
4200
|
props: {
|
|
@@ -4232,7 +4232,7 @@ function ud(e, t, n, l, o, i) {
|
|
|
4232
4232
|
], 8, rd))
|
|
4233
4233
|
], 16, od);
|
|
4234
4234
|
}
|
|
4235
|
-
const cd = /* @__PURE__ */
|
|
4235
|
+
const cd = /* @__PURE__ */ x(id, [["render", ud]]), dd = { class: "add-task-div rounded d-flex justify-content-center align-items-center" }, fd = /* @__PURE__ */ me({
|
|
4236
4236
|
name: "AddTaskButton",
|
|
4237
4237
|
__name: "AddTaskButton",
|
|
4238
4238
|
props: {
|
|
@@ -4246,7 +4246,7 @@ const cd = /* @__PURE__ */ U(id, [["render", ud]]), dd = { class: "add-task-div
|
|
|
4246
4246
|
})) : w("", !0)
|
|
4247
4247
|
]));
|
|
4248
4248
|
}
|
|
4249
|
-
}), md = /* @__PURE__ */
|
|
4249
|
+
}), md = /* @__PURE__ */ x(fd, [["__scopeId", "data-v-4afc4738"]]), pd = {
|
|
4250
4250
|
data() {
|
|
4251
4251
|
return {
|
|
4252
4252
|
tooltips: []
|
|
@@ -4300,7 +4300,7 @@ const cd = /* @__PURE__ */ U(id, [["render", ud]]), dd = { class: "add-task-div
|
|
|
4300
4300
|
return Oe;
|
|
4301
4301
|
},
|
|
4302
4302
|
EVENTS() {
|
|
4303
|
-
return
|
|
4303
|
+
return U;
|
|
4304
4304
|
},
|
|
4305
4305
|
classes() {
|
|
4306
4306
|
return {
|
|
@@ -4359,7 +4359,7 @@ function hd(e, t, n, l, o, i) {
|
|
|
4359
4359
|
})
|
|
4360
4360
|
], 64);
|
|
4361
4361
|
}
|
|
4362
|
-
const _d = /* @__PURE__ */
|
|
4362
|
+
const _d = /* @__PURE__ */ x(pd, [["render", hd], ["__scopeId", "data-v-f08e204f"]]), yd = ["innerHTML"], vd = /* @__PURE__ */ me({
|
|
4363
4363
|
__name: "Duration",
|
|
4364
4364
|
props: {
|
|
4365
4365
|
histories: {}
|
|
@@ -4414,7 +4414,7 @@ const _d = /* @__PURE__ */ U(pd, [["render", hd], ["__scopeId", "data-v-f08e204f
|
|
|
4414
4414
|
class: ae(["ks-duration-tt-square", _(L.state)])
|
|
4415
4415
|
}, null, 2),
|
|
4416
4416
|
C("strong", null, V(L.state) + ": ", 1),
|
|
4417
|
-
Ze(V(
|
|
4417
|
+
Ze(V(xo(L.date.toISOString(), "iso")) + " ", 1),
|
|
4418
4418
|
O[0] || (O[0] = C("br", null, null, -1))
|
|
4419
4419
|
]))), 128))
|
|
4420
4420
|
]),
|
|
@@ -4473,7 +4473,7 @@ const _d = /* @__PURE__ */ U(pd, [["render", hd], ["__scopeId", "data-v-f08e204f
|
|
|
4473
4473
|
])) : w("", !0)
|
|
4474
4474
|
]));
|
|
4475
4475
|
}
|
|
4476
|
-
}), Sd = /* @__PURE__ */
|
|
4476
|
+
}), Sd = /* @__PURE__ */ x(Ld, [["__scopeId", "data-v-96fa5d6e"]]), wd = {
|
|
4477
4477
|
name: "InformationOutlineIcon",
|
|
4478
4478
|
emits: ["click"],
|
|
4479
4479
|
props: {
|
|
@@ -4511,7 +4511,7 @@ function Od(e, t, n, l, o, i) {
|
|
|
4511
4511
|
], 8, Nd))
|
|
4512
4512
|
], 16, Td);
|
|
4513
4513
|
}
|
|
4514
|
-
const Dd = /* @__PURE__ */
|
|
4514
|
+
const Dd = /* @__PURE__ */ x(wd, [["render", Od]]), $d = {
|
|
4515
4515
|
name: "ArrowExpandIcon",
|
|
4516
4516
|
emits: ["click"],
|
|
4517
4517
|
props: {
|
|
@@ -4528,7 +4528,7 @@ const Dd = /* @__PURE__ */ U(wd, [["render", Od]]), $d = {
|
|
|
4528
4528
|
}
|
|
4529
4529
|
}
|
|
4530
4530
|
}, Rd = ["aria-hidden", "aria-label"], Pd = ["fill", "width", "height"], Md = { d: "M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z" }, Vd = { key: 0 };
|
|
4531
|
-
function
|
|
4531
|
+
function Ud(e, t, n, l, o, i) {
|
|
4532
4532
|
return u(), c("span", j(e.$attrs, {
|
|
4533
4533
|
"aria-hidden": n.title ? null : !0,
|
|
4534
4534
|
"aria-label": n.title,
|
|
@@ -4549,7 +4549,7 @@ function xd(e, t, n, l, o, i) {
|
|
|
4549
4549
|
], 8, Pd))
|
|
4550
4550
|
], 16, Rd);
|
|
4551
4551
|
}
|
|
4552
|
-
const rl = /* @__PURE__ */
|
|
4552
|
+
const rl = /* @__PURE__ */ x($d, [["render", Ud]]), Fd = { class: "icon rounded" }, xd = { class: "node-content" }, Hd = { class: "d-flex node-title" }, Bd = { class: "text-truncate task-title" }, zd = {
|
|
4553
4553
|
key: 0,
|
|
4554
4554
|
class: "d-flex"
|
|
4555
4555
|
}, Gd = { class: "text-white top-button-div" }, Wd = /* @__PURE__ */ me({
|
|
@@ -4568,24 +4568,24 @@ const rl = /* @__PURE__ */ U($d, [["render", xd]]), Fd = { class: "icon rounded"
|
|
|
4568
4568
|
class: {}
|
|
4569
4569
|
},
|
|
4570
4570
|
emits: [
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4571
|
+
U.EXPAND,
|
|
4572
|
+
U.OPEN_LINK,
|
|
4573
|
+
U.SHOW_LOGS,
|
|
4574
|
+
U.MOUSE_OVER,
|
|
4575
|
+
U.MOUSE_LEAVE,
|
|
4576
|
+
U.ADD_ERROR,
|
|
4577
|
+
U.EDIT,
|
|
4578
|
+
U.DELETE,
|
|
4579
|
+
U.ADD_TASK,
|
|
4580
|
+
U.SHOW_DESCRIPTION
|
|
4581
4581
|
],
|
|
4582
4582
|
setup(e, { emit: t }) {
|
|
4583
4583
|
const n = t, l = e;
|
|
4584
4584
|
function o() {
|
|
4585
|
-
n(
|
|
4585
|
+
n(U.MOUSE_OVER, l.data.node);
|
|
4586
4586
|
}
|
|
4587
4587
|
function i() {
|
|
4588
|
-
n(
|
|
4588
|
+
n(U.MOUSE_LEAVE);
|
|
4589
4589
|
}
|
|
4590
4590
|
const r = W(() => {
|
|
4591
4591
|
var v;
|
|
@@ -4630,7 +4630,7 @@ const rl = /* @__PURE__ */ U($d, [["render", xd]]), Fd = { class: "icon rounded"
|
|
|
4630
4630
|
icons: v.icons
|
|
4631
4631
|
}, null, 8, ["cls", "class", "icons"]))
|
|
4632
4632
|
]),
|
|
4633
|
-
C("div",
|
|
4633
|
+
C("div", xd, [
|
|
4634
4634
|
C("div", Hd, [
|
|
4635
4635
|
C("div", Bd, [
|
|
4636
4636
|
M(re, { title: _.value }, {
|
|
@@ -4647,7 +4647,7 @@ const rl = /* @__PURE__ */ U($d, [["render", xd]]), Fd = { class: "icon rounded"
|
|
|
4647
4647
|
}, {
|
|
4648
4648
|
default: G(() => [
|
|
4649
4649
|
M(Dd, {
|
|
4650
|
-
onClick: O[0] || (O[0] = (L) => v.$emit(P(
|
|
4650
|
+
onClick: O[0] || (O[0] = (L) => v.$emit(P(U).SHOW_DESCRIPTION, { id: s.value, description: a.value })),
|
|
4651
4651
|
class: "description-button ms-2"
|
|
4652
4652
|
})
|
|
4653
4653
|
]),
|
|
@@ -4662,7 +4662,7 @@ const rl = /* @__PURE__ */ U($d, [["render", xd]]), Fd = { class: "icon rounded"
|
|
|
4662
4662
|
v.data.link ? (u(), c("span", {
|
|
4663
4663
|
key: 0,
|
|
4664
4664
|
class: ae(["circle-button", [`bg-${v.data.color}`]]),
|
|
4665
|
-
onClick: O[1] || (O[1] = (L) => v.$emit(P(
|
|
4665
|
+
onClick: O[1] || (O[1] = (L) => v.$emit(P(U).OPEN_LINK, { link: v.data.link }))
|
|
4666
4666
|
}, [
|
|
4667
4667
|
M(re, {
|
|
4668
4668
|
title: v.$t("open")
|
|
@@ -4679,7 +4679,7 @@ const rl = /* @__PURE__ */ U($d, [["render", xd]]), Fd = { class: "icon rounded"
|
|
|
4679
4679
|
r.value ? (u(), c("span", {
|
|
4680
4680
|
key: 1,
|
|
4681
4681
|
class: ae(["circle-button", [`bg-${v.data.color}`]]),
|
|
4682
|
-
onClick: O[2] || (O[2] = (L) => v.$emit(P(
|
|
4682
|
+
onClick: O[2] || (O[2] = (L) => v.$emit(P(U).EXPAND))
|
|
4683
4683
|
}, [
|
|
4684
4684
|
M(re, {
|
|
4685
4685
|
title: v.$t("expand")
|
|
@@ -4697,7 +4697,7 @@ const rl = /* @__PURE__ */ U($d, [["render", xd]]), Fd = { class: "icon rounded"
|
|
|
4697
4697
|
])
|
|
4698
4698
|
], 38));
|
|
4699
4699
|
}
|
|
4700
|
-
}), io = /* @__PURE__ */
|
|
4700
|
+
}), io = /* @__PURE__ */ x(Wd, [["__scopeId", "data-v-394f20a4"]]), al = Symbol("execution-injection-key"), oo = Symbol("subflows-executions-injection-key"), Kd = {
|
|
4701
4701
|
name: "PencilIcon",
|
|
4702
4702
|
emits: ["click"],
|
|
4703
4703
|
props: {
|
|
@@ -4735,7 +4735,7 @@ function Zd(e, t, n, l, o, i) {
|
|
|
4735
4735
|
], 8, Yd))
|
|
4736
4736
|
], 16, jd);
|
|
4737
4737
|
}
|
|
4738
|
-
const sl = /* @__PURE__ */
|
|
4738
|
+
const sl = /* @__PURE__ */ x(Kd, [["render", Zd]]), Jd = {
|
|
4739
4739
|
name: "DeleteIcon",
|
|
4740
4740
|
emits: ["click"],
|
|
4741
4741
|
props: {
|
|
@@ -4773,7 +4773,7 @@ function lf(e, t, n, l, o, i) {
|
|
|
4773
4773
|
], 8, ef))
|
|
4774
4774
|
], 16, Qd);
|
|
4775
4775
|
}
|
|
4776
|
-
const ul = /* @__PURE__ */
|
|
4776
|
+
const ul = /* @__PURE__ */ x(Jd, [["render", lf]]), of = {
|
|
4777
4777
|
name: "TextBoxSearchIcon",
|
|
4778
4778
|
emits: ["click"],
|
|
4779
4779
|
props: {
|
|
@@ -4811,7 +4811,7 @@ function cf(e, t, n, l, o, i) {
|
|
|
4811
4811
|
], 8, af))
|
|
4812
4812
|
], 16, rf);
|
|
4813
4813
|
}
|
|
4814
|
-
const df = /* @__PURE__ */
|
|
4814
|
+
const df = /* @__PURE__ */ x(of, [["render", cf]]), ff = {
|
|
4815
4815
|
name: "AlertOutlineIcon",
|
|
4816
4816
|
emits: ["click"],
|
|
4817
4817
|
props: {
|
|
@@ -4849,7 +4849,7 @@ function _f(e, t, n, l, o, i) {
|
|
|
4849
4849
|
], 8, pf))
|
|
4850
4850
|
], 16, mf);
|
|
4851
4851
|
}
|
|
4852
|
-
const yf = /* @__PURE__ */
|
|
4852
|
+
const yf = /* @__PURE__ */ x(ff, [["render", _f]]), vf = {
|
|
4853
4853
|
name: "SendLockIcon",
|
|
4854
4854
|
emits: ["click"],
|
|
4855
4855
|
props: {
|
|
@@ -4887,7 +4887,7 @@ function Lf(e, t, n, l, o, i) {
|
|
|
4887
4887
|
], 8, Cf))
|
|
4888
4888
|
], 16, Ef);
|
|
4889
4889
|
}
|
|
4890
|
-
const Sf = /* @__PURE__ */
|
|
4890
|
+
const Sf = /* @__PURE__ */ x(vf, [["render", Lf]]), wf = {
|
|
4891
4891
|
name: "PlayIcon",
|
|
4892
4892
|
emits: ["click"],
|
|
4893
4893
|
props: {
|
|
@@ -4925,7 +4925,7 @@ function Of(e, t, n, l, o, i) {
|
|
|
4925
4925
|
], 8, Nf))
|
|
4926
4926
|
], 16, Tf);
|
|
4927
4927
|
}
|
|
4928
|
-
const Df = /* @__PURE__ */
|
|
4928
|
+
const Df = /* @__PURE__ */ x(wf, [["render", Of]]), $f = {
|
|
4929
4929
|
name: "CheckIcon",
|
|
4930
4930
|
emits: ["click"],
|
|
4931
4931
|
props: {
|
|
@@ -4942,7 +4942,7 @@ const Df = /* @__PURE__ */ U(wf, [["render", Of]]), $f = {
|
|
|
4942
4942
|
}
|
|
4943
4943
|
}
|
|
4944
4944
|
}, Rf = ["aria-hidden", "aria-label"], Pf = ["fill", "width", "height"], Mf = { d: "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" }, Vf = { key: 0 };
|
|
4945
|
-
function
|
|
4945
|
+
function Uf(e, t, n, l, o, i) {
|
|
4946
4946
|
return u(), c("span", j(e.$attrs, {
|
|
4947
4947
|
"aria-hidden": n.title ? null : !0,
|
|
4948
4948
|
"aria-label": n.title,
|
|
@@ -4963,7 +4963,7 @@ function xf(e, t, n, l, o, i) {
|
|
|
4963
4963
|
], 8, Pf))
|
|
4964
4964
|
], 16, Rf);
|
|
4965
4965
|
}
|
|
4966
|
-
const ro = /* @__PURE__ */
|
|
4966
|
+
const ro = /* @__PURE__ */ x($f, [["render", Uf]]), Ff = {
|
|
4967
4967
|
name: "AlertIcon",
|
|
4968
4968
|
emits: ["click"],
|
|
4969
4969
|
props: {
|
|
@@ -4979,7 +4979,7 @@ const ro = /* @__PURE__ */ U($f, [["render", xf]]), Ff = {
|
|
|
4979
4979
|
default: 24
|
|
4980
4980
|
}
|
|
4981
4981
|
}
|
|
4982
|
-
},
|
|
4982
|
+
}, xf = ["aria-hidden", "aria-label"], Hf = ["fill", "width", "height"], Bf = { d: "M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z" }, zf = { key: 0 };
|
|
4983
4983
|
function Gf(e, t, n, l, o, i) {
|
|
4984
4984
|
return u(), c("span", j(e.$attrs, {
|
|
4985
4985
|
"aria-hidden": n.title ? null : !0,
|
|
@@ -4999,9 +4999,9 @@ function Gf(e, t, n, l, o, i) {
|
|
|
4999
4999
|
n.title ? (u(), c("title", zf, V(n.title), 1)) : w("", !0)
|
|
5000
5000
|
])
|
|
5001
5001
|
], 8, Hf))
|
|
5002
|
-
], 16,
|
|
5002
|
+
], 16, xf);
|
|
5003
5003
|
}
|
|
5004
|
-
const cl = /* @__PURE__ */
|
|
5004
|
+
const cl = /* @__PURE__ */ x(Ff, [["render", Gf]]), Wf = {
|
|
5005
5005
|
name: "SkipForwardIcon",
|
|
5006
5006
|
emits: ["click"],
|
|
5007
5007
|
props: {
|
|
@@ -5039,7 +5039,7 @@ function Xf(e, t, n, l, o, i) {
|
|
|
5039
5039
|
], 8, jf))
|
|
5040
5040
|
], 16, Kf);
|
|
5041
5041
|
}
|
|
5042
|
-
const Zf = /* @__PURE__ */
|
|
5042
|
+
const Zf = /* @__PURE__ */ x(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
5043
5043
|
name: "TaskNode",
|
|
5044
5044
|
inheritAttrs: !1,
|
|
5045
5045
|
__name: "TaskNode",
|
|
@@ -5128,11 +5128,11 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5128
5128
|
class: ae(_.value),
|
|
5129
5129
|
icons: k.icons,
|
|
5130
5130
|
"icon-component": k.iconComponent,
|
|
5131
|
-
onShowDescription: m[6] || (m[6] = (E) => l(P(
|
|
5132
|
-
onExpand: m[7] || (m[7] = (E) => l(P(
|
|
5133
|
-
onOpenLink: m[8] || (m[8] = (E) => l(P(
|
|
5134
|
-
onMouseover: m[9] || (m[9] = (E) => l(P(
|
|
5135
|
-
onMouseleave: m[10] || (m[10] = (E) => l(P(
|
|
5131
|
+
onShowDescription: m[6] || (m[6] = (E) => l(P(U).SHOW_DESCRIPTION, E)),
|
|
5132
|
+
onExpand: m[7] || (m[7] = (E) => l(P(U).EXPAND, v.value)),
|
|
5133
|
+
onOpenLink: m[8] || (m[8] = (E) => l(P(U).OPEN_LINK, E)),
|
|
5134
|
+
onMouseover: m[9] || (m[9] = (E) => l(P(U).MOUSE_OVER, E)),
|
|
5135
|
+
onMouseleave: m[10] || (m[10] = (E) => l(P(U).MOUSE_LEAVE))
|
|
5136
5136
|
}, {
|
|
5137
5137
|
content: G(() => {
|
|
5138
5138
|
var E, T;
|
|
@@ -5150,7 +5150,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5150
5150
|
key: 0,
|
|
5151
5151
|
type: "button",
|
|
5152
5152
|
class: "playground-button",
|
|
5153
|
-
onClick: m[0] || (m[0] = (g) => l(P(
|
|
5153
|
+
onClick: m[0] || (m[0] = (g) => l(P(U).RUN_TASK, { task: k.data.node.task }))
|
|
5154
5154
|
}, [
|
|
5155
5155
|
M(re, {
|
|
5156
5156
|
style: { display: "flex" },
|
|
@@ -5204,7 +5204,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5204
5204
|
k.data.node.task && k.data.node.task.runIf ? (u(), c("span", {
|
|
5205
5205
|
key: 0,
|
|
5206
5206
|
class: ae(["circle-button", ["bg-warning"]]),
|
|
5207
|
-
onClick: m[1] || (m[1] = (E) => l(P(
|
|
5207
|
+
onClick: m[1] || (m[1] = (E) => l(P(U).SHOW_CONDITION, { id: a.value, task: k.data.node.task, section: P(ct).TASKS }))
|
|
5208
5208
|
}, [
|
|
5209
5209
|
M(re, {
|
|
5210
5210
|
title: k.$t("show task condition")
|
|
@@ -5221,7 +5221,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5221
5221
|
s.value ? (u(), c("span", {
|
|
5222
5222
|
key: 1,
|
|
5223
5223
|
class: ae(["circle-button", [`bg-${r.value}`]]),
|
|
5224
|
-
onClick: m[2] || (m[2] = (E) => l(P(
|
|
5224
|
+
onClick: m[2] || (m[2] = (E) => l(P(U).SHOW_LOGS, { id: a.value, execution: s.value, taskRuns: y.value }))
|
|
5225
5225
|
}, [
|
|
5226
5226
|
M(re, {
|
|
5227
5227
|
title: k.$t("show task logs")
|
|
@@ -5238,7 +5238,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5238
5238
|
!s.value && !k.data.isReadOnly && k.data.isFlowable ? (u(), c("span", {
|
|
5239
5239
|
key: 2,
|
|
5240
5240
|
class: ae(["circle-button", [`bg-${r.value}`]]),
|
|
5241
|
-
onClick: m[3] || (m[3] = (E) => l(P(
|
|
5241
|
+
onClick: m[3] || (m[3] = (E) => l(P(U).ADD_ERROR, { task: k.data.node.task }))
|
|
5242
5242
|
}, [
|
|
5243
5243
|
M(re, {
|
|
5244
5244
|
title: k.$t("add error handler")
|
|
@@ -5255,7 +5255,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5255
5255
|
!s.value && !k.data.isReadOnly ? (u(), c("span", {
|
|
5256
5256
|
key: 3,
|
|
5257
5257
|
class: ae(["circle-button", [`bg-${r.value}`]]),
|
|
5258
|
-
onClick: m[4] || (m[4] = (E) => l(P(
|
|
5258
|
+
onClick: m[4] || (m[4] = (E) => l(P(U).EDIT, { task: k.data.node.task, section: P(ct).TASKS }))
|
|
5259
5259
|
}, [
|
|
5260
5260
|
M(re, {
|
|
5261
5261
|
title: k.$t("edit")
|
|
@@ -5272,7 +5272,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5272
5272
|
!s.value && !k.data.isReadOnly ? (u(), c("span", {
|
|
5273
5273
|
key: 4,
|
|
5274
5274
|
class: ae(["circle-button", [`bg-${r.value}`]]),
|
|
5275
|
-
onClick: m[5] || (m[5] = (E) => l(P(
|
|
5275
|
+
onClick: m[5] || (m[5] = (E) => l(P(U).DELETE, { id: a.value, section: P(ct).TASKS }))
|
|
5276
5276
|
}, [
|
|
5277
5277
|
M(re, {
|
|
5278
5278
|
title: k.$t("delete")
|
|
@@ -5295,7 +5295,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5295
5295
|
}, null, 8, ["position"])
|
|
5296
5296
|
], 64));
|
|
5297
5297
|
}
|
|
5298
|
-
}), Qf = /* @__PURE__ */
|
|
5298
|
+
}), Qf = /* @__PURE__ */ x(Jf, [["__scopeId", "data-v-a1d3d303"]]), em = {
|
|
5299
5299
|
name: "Task",
|
|
5300
5300
|
inheritAttrs: !1,
|
|
5301
5301
|
inject: {
|
|
@@ -5308,7 +5308,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5308
5308
|
return ct;
|
|
5309
5309
|
},
|
|
5310
5310
|
EVENTS() {
|
|
5311
|
-
return
|
|
5311
|
+
return U;
|
|
5312
5312
|
},
|
|
5313
5313
|
color() {
|
|
5314
5314
|
return this.data.color ?? "primary";
|
|
@@ -5325,9 +5325,9 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5325
5325
|
}
|
|
5326
5326
|
},
|
|
5327
5327
|
emits: [
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
|
|
5328
|
+
U.DELETE,
|
|
5329
|
+
U.EDIT,
|
|
5330
|
+
U.SHOW_DESCRIPTION
|
|
5331
5331
|
],
|
|
5332
5332
|
components: {
|
|
5333
5333
|
Delete: ul,
|
|
@@ -5379,8 +5379,8 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5379
5379
|
color: t.color,
|
|
5380
5380
|
icons: e.icons,
|
|
5381
5381
|
"icon-component": e.iconComponent,
|
|
5382
|
-
onShowDescription: n[2] || (n[2] = (l) => t.forwardEvent(P(
|
|
5383
|
-
onExpand: n[3] || (n[3] = (l) => t.forwardEvent(P(
|
|
5382
|
+
onShowDescription: n[2] || (n[2] = (l) => t.forwardEvent(P(U).SHOW_DESCRIPTION, l)),
|
|
5383
|
+
onExpand: n[3] || (n[3] = (l) => t.forwardEvent(P(U).EXPAND, { id: e.id }))
|
|
5384
5384
|
}, Ci({ _: 2 }, [
|
|
5385
5385
|
e.data.isReadOnly ? void 0 : {
|
|
5386
5386
|
name: "badge-button-before",
|
|
@@ -5388,7 +5388,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5388
5388
|
t.execution ? w("", !0) : (u(), c("span", {
|
|
5389
5389
|
key: 0,
|
|
5390
5390
|
class: ae(["circle-button", [`bg-${t.color}`]]),
|
|
5391
|
-
onClick: n[0] || (n[0] = (l) => t.$emit(P(
|
|
5391
|
+
onClick: n[0] || (n[0] = (l) => t.$emit(P(U).EDIT, { task: e.data.node.triggerDeclaration, section: P(ct).TRIGGERS }))
|
|
5392
5392
|
}, [
|
|
5393
5393
|
M(re, {
|
|
5394
5394
|
title: t.$t("edit")
|
|
@@ -5405,7 +5405,7 @@ const Zf = /* @__PURE__ */ U(Wf, [["render", Xf]]), Jf = /* @__PURE__ */ me({
|
|
|
5405
5405
|
t.execution ? w("", !0) : (u(), c("span", {
|
|
5406
5406
|
key: 1,
|
|
5407
5407
|
class: ae(["circle-button", [`bg-${t.color}`]]),
|
|
5408
|
-
onClick: n[1] || (n[1] = (l) => t.$emit(P(
|
|
5408
|
+
onClick: n[1] || (n[1] = (l) => t.$emit(P(U).DELETE, { id: t.triggerId, section: P(ct).TRIGGERS }))
|
|
5409
5409
|
}, [
|
|
5410
5410
|
M(re, {
|
|
5411
5411
|
title: t.$t("delete")
|
|
@@ -5467,7 +5467,7 @@ function am(e, t, n, l, o, i) {
|
|
|
5467
5467
|
], 8, im))
|
|
5468
5468
|
], 16, lm);
|
|
5469
5469
|
}
|
|
5470
|
-
const sm = /* @__PURE__ */
|
|
5470
|
+
const sm = /* @__PURE__ */ x(nm, [["render", am]]), um = { class: "collapsed-cluster-node d-flex" }, cm = { class: "node-text" }, dm = { class: "text-white top-button-div" }, fm = {
|
|
5471
5471
|
components: {
|
|
5472
5472
|
Tooltip: re,
|
|
5473
5473
|
Handle: Ve,
|
|
@@ -5501,7 +5501,7 @@ const sm = /* @__PURE__ */ U(nm, [["render", am]]), um = { class: "collapsed-clu
|
|
|
5501
5501
|
},
|
|
5502
5502
|
computed: {
|
|
5503
5503
|
EVENTS() {
|
|
5504
|
-
return
|
|
5504
|
+
return U;
|
|
5505
5505
|
},
|
|
5506
5506
|
expandable() {
|
|
5507
5507
|
var e;
|
|
@@ -5533,7 +5533,7 @@ const sm = /* @__PURE__ */ U(nm, [["render", am]]), um = { class: "collapsed-clu
|
|
|
5533
5533
|
t.expandable ? (u(), c("span", {
|
|
5534
5534
|
key: 0,
|
|
5535
5535
|
class: ae(["circle-button", [`bg-${e.data.color}`]]),
|
|
5536
|
-
onClick: n[0] || (n[0] = (l) => t.$emit(P(
|
|
5536
|
+
onClick: n[0] || (n[0] = (l) => t.$emit(P(U).EXPAND, { id: e.id }))
|
|
5537
5537
|
}, [
|
|
5538
5538
|
M(re, {
|
|
5539
5539
|
title: t.$t("expand")
|
|
@@ -5556,7 +5556,7 @@ const sm = /* @__PURE__ */ U(nm, [["render", am]]), um = { class: "collapsed-clu
|
|
|
5556
5556
|
}, null, 8, ["position"])
|
|
5557
5557
|
], 64));
|
|
5558
5558
|
}
|
|
5559
|
-
}), pm = /* @__PURE__ */
|
|
5559
|
+
}), pm = /* @__PURE__ */ x(mm, [["__scopeId", "data-v-89413b39"]]), gm = {
|
|
5560
5560
|
name: "SplitCellsVerticalIcon",
|
|
5561
5561
|
emits: ["click"]
|
|
5562
5562
|
}, hm = {
|
|
@@ -5586,7 +5586,7 @@ function _m(e, t, n, l, o, i) {
|
|
|
5586
5586
|
], -1)
|
|
5587
5587
|
]));
|
|
5588
5588
|
}
|
|
5589
|
-
const ym = /* @__PURE__ */
|
|
5589
|
+
const ym = /* @__PURE__ */ x(gm, [["render", _m], ["__scopeId", "data-v-084c51e6"]]), vm = {
|
|
5590
5590
|
name: "SplitCellsHorizontalIcon",
|
|
5591
5591
|
emits: ["click"]
|
|
5592
5592
|
}, Em = {
|
|
@@ -5615,7 +5615,7 @@ function Cm(e, t, n, l, o, i) {
|
|
|
5615
5615
|
], -1)
|
|
5616
5616
|
]));
|
|
5617
5617
|
}
|
|
5618
|
-
const bm = /* @__PURE__ */
|
|
5618
|
+
const bm = /* @__PURE__ */ x(vm, [["render", Cm], ["__scopeId", "data-v-c77c1469"]]), km = {
|
|
5619
5619
|
name: "DownloadIcon",
|
|
5620
5620
|
emits: ["click"],
|
|
5621
5621
|
props: {
|
|
@@ -5653,7 +5653,7 @@ function Nm(e, t, n, l, o, i) {
|
|
|
5653
5653
|
], 8, Sm))
|
|
5654
5654
|
], 16, Lm);
|
|
5655
5655
|
}
|
|
5656
|
-
const Am = /* @__PURE__ */
|
|
5656
|
+
const Am = /* @__PURE__ */ x(km, [["render", Nm]]);
|
|
5657
5657
|
function Im(e, t) {
|
|
5658
5658
|
if (e.match(/^[a-z]+:\/\//i))
|
|
5659
5659
|
return e;
|
|
@@ -5726,7 +5726,7 @@ const De = (e, t) => {
|
|
|
5726
5726
|
const n = Object.getPrototypeOf(e);
|
|
5727
5727
|
return n === null ? !1 : n.constructor.name === t.name || De(n, t);
|
|
5728
5728
|
};
|
|
5729
|
-
function
|
|
5729
|
+
function Um(e) {
|
|
5730
5730
|
const t = e.getPropertyValue("content");
|
|
5731
5731
|
return `${e.cssText} content: '${t.replace(/'|"/g, "")}';`;
|
|
5732
5732
|
}
|
|
@@ -5736,8 +5736,8 @@ function Fm(e) {
|
|
|
5736
5736
|
return `${t}: ${n}${l ? " !important" : ""};`;
|
|
5737
5737
|
}).join(" ");
|
|
5738
5738
|
}
|
|
5739
|
-
function
|
|
5740
|
-
const l = `.${e}:${t}`, o = n.cssText ?
|
|
5739
|
+
function xm(e, t, n) {
|
|
5740
|
+
const l = `.${e}:${t}`, o = n.cssText ? Um(n) : Fm(n);
|
|
5741
5741
|
return document.createTextNode(`${l}{${o}}`);
|
|
5742
5742
|
}
|
|
5743
5743
|
function ri(e, t, n) {
|
|
@@ -5751,7 +5751,7 @@ function ri(e, t, n) {
|
|
|
5751
5751
|
return;
|
|
5752
5752
|
}
|
|
5753
5753
|
const r = document.createElement("style");
|
|
5754
|
-
r.appendChild(
|
|
5754
|
+
r.appendChild(xm(i, n, l)), t.appendChild(r);
|
|
5755
5755
|
}
|
|
5756
5756
|
function Hm(e, t) {
|
|
5757
5757
|
ri(e, t, ":before"), ri(e, t, ":after");
|
|
@@ -6220,21 +6220,21 @@ const k1 = {
|
|
|
6220
6220
|
}
|
|
6221
6221
|
},
|
|
6222
6222
|
emits: [
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6223
|
+
U.EDIT,
|
|
6224
|
+
U.DELETE,
|
|
6225
|
+
U.RUN_TASK,
|
|
6226
|
+
U.OPEN_LINK,
|
|
6227
|
+
U.SHOW_LOGS,
|
|
6228
|
+
U.SHOW_DESCRIPTION,
|
|
6229
|
+
U.RUN_TASK,
|
|
6230
6230
|
"on-add-flowable-error",
|
|
6231
|
-
|
|
6231
|
+
U.ADD_TASK,
|
|
6232
6232
|
"toggle-orientation",
|
|
6233
6233
|
"loading",
|
|
6234
6234
|
"swapped-task",
|
|
6235
6235
|
"message",
|
|
6236
6236
|
"expand-subflow",
|
|
6237
|
-
|
|
6237
|
+
U.SHOW_CONDITION
|
|
6238
6238
|
],
|
|
6239
6239
|
setup(e, { emit: t }) {
|
|
6240
6240
|
const n = e, l = oe(!1), o = oe(), { getNodes: i, onNodeDrag: r, onNodeDragStart: a, onNodeDragStop: s, fitView: d, setElements: y, vueFlowRef: h } = ki(n.id), _ = oe({}), v = oe([]), O = oe(/* @__PURE__ */ new Set()), L = oe([]), { capture: k } = b1();
|
|
@@ -6271,7 +6271,7 @@ const k1 = {
|
|
|
6271
6271
|
});
|
|
6272
6272
|
}, T = (H) => {
|
|
6273
6273
|
l.value || Go(n.id, H.uid).forEach((R) => {
|
|
6274
|
-
(R == null ? void 0 : R.type) === "task" && (R.style = { ...R.style, outline: "0.5px solid " +
|
|
6274
|
+
(R == null ? void 0 : R.type) === "task" && (R.style = { ...R.style, outline: "0.5px solid " + Ue("--bs-gray-900") }, R.class = "rounded-3");
|
|
6275
6275
|
});
|
|
6276
6276
|
}, g = () => {
|
|
6277
6277
|
A();
|
|
@@ -6318,8 +6318,8 @@ const k1 = {
|
|
|
6318
6318
|
var Q;
|
|
6319
6319
|
R.type === "trigger" || R.type === "task" && (R.id.startsWith(H.node.id + ".") || H.node.id.startsWith(R.id + ".")) || (Q = $ == null ? void 0 : $.value) != null && Q.some((B) => R.id.startsWith(B)) ? R.style = { ...R.style, opacity: "0.5" } : R.style = { ...R.style, opacity: "1" };
|
|
6320
6320
|
}), H.intersections && !S(H.intersections, H.node) && H.intersections.filter((R) => R.type === "task").length === 1 && (H.intersections.forEach((R) => {
|
|
6321
|
-
R.type === "task" && (R.style = { ...R.style, outline: "0.5px solid " +
|
|
6322
|
-
}), H.node.style = { ...H.node.style, outline: "0.5px solid " +
|
|
6321
|
+
R.type === "task" && (R.style = { ...R.style, outline: "0.5px solid " + Ue("--bs-primary") }, R.class = "rounded-3");
|
|
6322
|
+
}), H.node.style = { ...H.node.style, outline: "0.5px solid " + Ue("--bs-primary") }, H.node.class = "rounded-3");
|
|
6323
6323
|
});
|
|
6324
6324
|
const S = (H, R) => {
|
|
6325
6325
|
const Q = H.filter((B) => B.type === "task").map((B) => Oe.afterLastDot(B.id));
|
|
@@ -6371,7 +6371,7 @@ const k1 = {
|
|
|
6371
6371
|
}
|
|
6372
6372
|
return (H, R) => (u(), Z(P(Sr), {
|
|
6373
6373
|
id: e.id,
|
|
6374
|
-
"default-marker-color": P(
|
|
6374
|
+
"default-marker-color": P(Ue)("--bs-cyan"),
|
|
6375
6375
|
"fit-view-on-init": "",
|
|
6376
6376
|
"nodes-draggable": !1,
|
|
6377
6377
|
"nodes-connectable": !1,
|
|
@@ -6392,14 +6392,14 @@ const k1 = {
|
|
|
6392
6392
|
"icon-component": e.iconComponent,
|
|
6393
6393
|
"playground-enabled": e.playgroundEnabled,
|
|
6394
6394
|
"playground-ready-to-start": e.playgroundReadyToStart,
|
|
6395
|
-
onEdit: R[1] || (R[1] = (B) => m(P(
|
|
6396
|
-
onDelete: R[2] || (R[2] = (B) => m(P(
|
|
6397
|
-
onRunTask: R[3] || (R[3] = (B) => m(P(
|
|
6395
|
+
onEdit: R[1] || (R[1] = (B) => m(P(U).EDIT, B)),
|
|
6396
|
+
onDelete: R[2] || (R[2] = (B) => m(P(U).DELETE, B)),
|
|
6397
|
+
onRunTask: R[3] || (R[3] = (B) => m(P(U).RUN_TASK, B)),
|
|
6398
6398
|
onExpand: R[4] || (R[4] = (B) => J(B)),
|
|
6399
|
-
onOpenLink: R[5] || (R[5] = (B) => m(P(
|
|
6400
|
-
onShowLogs: R[6] || (R[6] = (B) => m(P(
|
|
6401
|
-
onShowDescription: R[7] || (R[7] = (B) => m(P(
|
|
6402
|
-
onShowCondition: R[8] || (R[8] = (B) => m(P(
|
|
6399
|
+
onOpenLink: R[5] || (R[5] = (B) => m(P(U).OPEN_LINK, B)),
|
|
6400
|
+
onShowLogs: R[6] || (R[6] = (B) => m(P(U).SHOW_LOGS, B)),
|
|
6401
|
+
onShowDescription: R[7] || (R[7] = (B) => m(P(U).SHOW_DESCRIPTION, B)),
|
|
6402
|
+
onShowCondition: R[8] || (R[8] = (B) => m(P(U).SHOW_CONDITION, B)),
|
|
6403
6403
|
onMouseover: R[9] || (R[9] = (B) => T(B)),
|
|
6404
6404
|
onMouseleave: R[10] || (R[10] = (B) => g()),
|
|
6405
6405
|
onAddError: R[11] || (R[11] = (B) => m("on-add-flowable-error", B)),
|
|
@@ -6412,9 +6412,9 @@ const k1 = {
|
|
|
6412
6412
|
"icon-component": e.iconComponent,
|
|
6413
6413
|
"is-read-only": e.isReadOnly,
|
|
6414
6414
|
"is-allowed-edit": e.isAllowedEdit,
|
|
6415
|
-
onDelete: R[12] || (R[12] = (B) => m(P(
|
|
6416
|
-
onEdit: R[13] || (R[13] = (B) => m(P(
|
|
6417
|
-
onShowDescription: R[14] || (R[14] = (B) => m(P(
|
|
6415
|
+
onDelete: R[12] || (R[12] = (B) => m(P(U).DELETE, B)),
|
|
6416
|
+
onEdit: R[13] || (R[13] = (B) => m(P(U).EDIT, B)),
|
|
6417
|
+
onShowDescription: R[14] || (R[14] = (B) => m(P(U).SHOW_DESCRIPTION, B))
|
|
6418
6418
|
}), null, 16, ["icons", "icon-component", "is-read-only", "is-allowed-edit"])
|
|
6419
6419
|
]),
|
|
6420
6420
|
"node-collapsedcluster": G((Q) => [
|
|
@@ -6425,14 +6425,14 @@ const k1 = {
|
|
|
6425
6425
|
"edge-edge": G((Q) => [
|
|
6426
6426
|
M(_d, j(Q, {
|
|
6427
6427
|
"yaml-source": e.source,
|
|
6428
|
-
onAddTask: R[16] || (R[16] = (B) => m(P(
|
|
6428
|
+
onAddTask: R[16] || (R[16] = (B) => m(P(U).ADD_TASK, B)),
|
|
6429
6429
|
"is-read-only": e.isReadOnly,
|
|
6430
6430
|
"is-allowed-edit": e.isAllowedEdit
|
|
6431
6431
|
}), null, 16, ["yaml-source", "is-read-only", "is-allowed-edit"])
|
|
6432
6432
|
]),
|
|
6433
6433
|
default: G(() => [
|
|
6434
6434
|
M(P(Vc), {
|
|
6435
|
-
"pattern-color": ce ? P(
|
|
6435
|
+
"pattern-color": ce ? P(Ue)("--bs-grey-500") : P(Ue)("--bs-grey-300")
|
|
6436
6436
|
}, null, 8, ["pattern-color"]),
|
|
6437
6437
|
be.value ? (u(), Z(P(wr), {
|
|
6438
6438
|
key: 0,
|
|
@@ -6471,7 +6471,7 @@ const k1 = {
|
|
|
6471
6471
|
_: 1
|
|
6472
6472
|
}, 8, ["id", "default-marker-color"]));
|
|
6473
6473
|
}
|
|
6474
|
-
}), u_ = /* @__PURE__ */
|
|
6474
|
+
}), u_ = /* @__PURE__ */ x(L1, [["__scopeId", "data-v-52da5473"]]), S1 = {
|
|
6475
6475
|
name: "ContentCopyIcon",
|
|
6476
6476
|
emits: ["click"],
|
|
6477
6477
|
props: {
|
|
@@ -6509,7 +6509,7 @@ function I1(e, t, n, l, o, i) {
|
|
|
6509
6509
|
], 8, T1))
|
|
6510
6510
|
], 16, w1);
|
|
6511
6511
|
}
|
|
6512
|
-
const O1 = /* @__PURE__ */
|
|
6512
|
+
const O1 = /* @__PURE__ */ x(S1, [["render", I1]]), D1 = {
|
|
6513
6513
|
key: 0,
|
|
6514
6514
|
class: "language"
|
|
6515
6515
|
}, $1 = ["innerHTML"], R1 = /* @__PURE__ */ me({
|
|
@@ -6574,7 +6574,7 @@ const O1 = /* @__PURE__ */ U(S1, [["render", I1]]), D1 = {
|
|
|
6574
6574
|
C("div", { innerHTML: s.value }, null, 8, $1)
|
|
6575
6575
|
], 32));
|
|
6576
6576
|
}
|
|
6577
|
-
}), mi = /* @__PURE__ */
|
|
6577
|
+
}), mi = /* @__PURE__ */ x(R1, [["__scopeId", "data-v-a899f6a1"]]), P1 = {
|
|
6578
6578
|
name: "MenuRightIcon",
|
|
6579
6579
|
emits: ["click"],
|
|
6580
6580
|
props: {
|
|
@@ -6590,8 +6590,8 @@ const O1 = /* @__PURE__ */ U(S1, [["render", I1]]), D1 = {
|
|
|
6590
6590
|
default: 24
|
|
6591
6591
|
}
|
|
6592
6592
|
}
|
|
6593
|
-
}, M1 = ["aria-hidden", "aria-label"], V1 = ["fill", "width", "height"],
|
|
6594
|
-
function
|
|
6593
|
+
}, M1 = ["aria-hidden", "aria-label"], V1 = ["fill", "width", "height"], U1 = { d: "M10,17L15,12L10,7V17Z" }, F1 = { key: 0 };
|
|
6594
|
+
function x1(e, t, n, l, o, i) {
|
|
6595
6595
|
return u(), c("span", j(e.$attrs, {
|
|
6596
6596
|
"aria-hidden": n.title ? null : !0,
|
|
6597
6597
|
"aria-label": n.title,
|
|
@@ -6606,13 +6606,13 @@ function U1(e, t, n, l, o, i) {
|
|
|
6606
6606
|
height: n.size,
|
|
6607
6607
|
viewBox: "0 0 24 24"
|
|
6608
6608
|
}, [
|
|
6609
|
-
C("path",
|
|
6609
|
+
C("path", U1, [
|
|
6610
6610
|
n.title ? (u(), c("title", F1, V(n.title), 1)) : w("", !0)
|
|
6611
6611
|
])
|
|
6612
6612
|
], 8, V1))
|
|
6613
6613
|
], 16, M1);
|
|
6614
6614
|
}
|
|
6615
|
-
const H1 = /* @__PURE__ */
|
|
6615
|
+
const H1 = /* @__PURE__ */ x(P1, [["render", x1]]), B1 = {
|
|
6616
6616
|
name: "MenuDownIcon",
|
|
6617
6617
|
emits: ["click"],
|
|
6618
6618
|
props: {
|
|
@@ -6650,7 +6650,7 @@ function j1(e, t, n, l, o, i) {
|
|
|
6650
6650
|
], 8, G1))
|
|
6651
6651
|
], 16, z1);
|
|
6652
6652
|
}
|
|
6653
|
-
const Y1 = /* @__PURE__ */
|
|
6653
|
+
const Y1 = /* @__PURE__ */ x(B1, [["render", j1]]), q1 = ["id", "open"], X1 = { class: "d-flex gap-2 align-items-center" }, Z1 = {
|
|
6654
6654
|
key: 0,
|
|
6655
6655
|
class: "d-flex flex-grow-1"
|
|
6656
6656
|
}, J1 = ["id"], Q1 = /* @__PURE__ */ me({
|
|
@@ -6659,12 +6659,13 @@ const Y1 = /* @__PURE__ */ U(B1, [["render", j1]]), q1 = ["id", "open"], X1 = {
|
|
|
6659
6659
|
href: { default: Math.random().toString(36).substring(2, 5) },
|
|
6660
6660
|
clickableText: {},
|
|
6661
6661
|
arrow: { type: Boolean, default: !0 },
|
|
6662
|
-
initiallyExpanded: { type: Boolean, default: !1 }
|
|
6662
|
+
initiallyExpanded: { type: Boolean, default: !1 },
|
|
6663
|
+
noUrlChange: { type: Boolean, default: !1 }
|
|
6663
6664
|
},
|
|
6664
6665
|
emits: ["expand"],
|
|
6665
6666
|
setup(e, { emit: t }) {
|
|
6666
6667
|
const n = e, l = oe(!0), o = Zn(), i = t, r = W(() => `#${n.href}-body`), a = (d) => {
|
|
6667
|
-
d.preventDefault(), l.value = !l.value, s.value = !l.value, l.value || i("expand"), window.location.hash = l.value ? "" : r.value;
|
|
6668
|
+
d.preventDefault(), l.value = !l.value, s.value = !l.value, l.value || i("expand"), !n.noUrlChange && (window.location.hash = l.value ? "" : r.value);
|
|
6668
6669
|
}, s = oe(!1);
|
|
6669
6670
|
return Ge(
|
|
6670
6671
|
() => n.initiallyExpanded,
|
|
@@ -6708,7 +6709,7 @@ const Y1 = /* @__PURE__ */ U(B1, [["render", j1]]), q1 = ["id", "open"], X1 = {
|
|
|
6708
6709
|
], 8, J1)) : w("", !0)
|
|
6709
6710
|
], 8, q1));
|
|
6710
6711
|
}
|
|
6711
|
-
}), ln = /* @__PURE__ */
|
|
6712
|
+
}), ln = /* @__PURE__ */ x(Q1, [["__scopeId", "data-v-d580b6d0"]]);
|
|
6712
6713
|
function Gt(e) {
|
|
6713
6714
|
if (e.type)
|
|
6714
6715
|
return Array.isArray(e.type) ? e.type : [e.type];
|
|
@@ -6735,9 +6736,19 @@ function tp(e) {
|
|
|
6735
6736
|
}), { ...e }), delete e.allOf), e;
|
|
6736
6737
|
}
|
|
6737
6738
|
function ho(e) {
|
|
6738
|
-
var
|
|
6739
|
-
const t = {}, n =
|
|
6740
|
-
|
|
6739
|
+
var o, i;
|
|
6740
|
+
const t = {}, n = (r) => {
|
|
6741
|
+
const a = Gt(r);
|
|
6742
|
+
if (a && a.length > 0)
|
|
6743
|
+
return a;
|
|
6744
|
+
if (r.anyOf)
|
|
6745
|
+
return r.anyOf.flatMap(Gt).filter((s) => s !== void 0).filter(Oe.distinctFilter);
|
|
6746
|
+
}, l = n(e);
|
|
6747
|
+
if (l ? t.types = l : t.types = ["object"], t.types.includes("array") && e.items) {
|
|
6748
|
+
const r = n(e.items);
|
|
6749
|
+
r && e.items.anyOf && (t.types = t.types.filter((a) => a !== "array").concat(r));
|
|
6750
|
+
}
|
|
6751
|
+
return e.additionalProperties ? t.subType = (o = Gt(e.additionalProperties)) == null ? void 0 : o[0] : e.items && (t.subType = (i = Gt(e.items)) == null ? void 0 : i[0]), t;
|
|
6741
6752
|
}
|
|
6742
6753
|
const np = {
|
|
6743
6754
|
name: "ChevronDownIcon",
|
|
@@ -6777,7 +6788,7 @@ function ap(e, t, n, l, o, i) {
|
|
|
6777
6788
|
], 8, ip))
|
|
6778
6789
|
], 16, lp);
|
|
6779
6790
|
}
|
|
6780
|
-
const sp = /* @__PURE__ */
|
|
6791
|
+
const sp = /* @__PURE__ */ x(np, [["render", ap]]), up = {
|
|
6781
6792
|
name: "EyeOutlineIcon",
|
|
6782
6793
|
emits: ["click"],
|
|
6783
6794
|
props: {
|
|
@@ -6815,7 +6826,7 @@ function pp(e, t, n, l, o, i) {
|
|
|
6815
6826
|
], 8, dp))
|
|
6816
6827
|
], 16, cp);
|
|
6817
6828
|
}
|
|
6818
|
-
const _o = /* @__PURE__ */
|
|
6829
|
+
const _o = /* @__PURE__ */ x(up, [["render", pp]]), gp = {
|
|
6819
6830
|
name: "FileDocumentIcon",
|
|
6820
6831
|
emits: ["click"],
|
|
6821
6832
|
props: {
|
|
@@ -6853,7 +6864,7 @@ function Ep(e, t, n, l, o, i) {
|
|
|
6853
6864
|
], 8, _p))
|
|
6854
6865
|
], 16, hp);
|
|
6855
6866
|
}
|
|
6856
|
-
const Cp = /* @__PURE__ */
|
|
6867
|
+
const Cp = /* @__PURE__ */ x(gp, [["render", Ep]]), bp = { class: "me-3" }, kp = { class: "d-flex flex-column" }, Lp = /* @__PURE__ */ me({
|
|
6857
6868
|
name: "Alert",
|
|
6858
6869
|
__name: "Alert",
|
|
6859
6870
|
props: {
|
|
@@ -6886,10 +6897,10 @@ const Cp = /* @__PURE__ */ U(gp, [["render", Ep]]), bp = { class: "me-3" }, kp =
|
|
|
6886
6897
|
])
|
|
6887
6898
|
], 2));
|
|
6888
6899
|
}
|
|
6889
|
-
}), Sp = /* @__PURE__ */
|
|
6900
|
+
}), Sp = /* @__PURE__ */ x(Lp, [["__scopeId", "data-v-f7fd8bc1"]]), wp = { class: "property-detail" }, Tp = { key: 0 }, Np = ["href"], Ap = { class: "d-flex fw-bold type-box rounded fs-7 px-2 py-1" }, Ip = { class: "ref-type" }, Op = {
|
|
6890
6901
|
key: 1,
|
|
6891
6902
|
class: "type-box rounded fs-7 px-2 py-1"
|
|
6892
|
-
}, Dp = { key: 1 }, $p = { class: "border rounded px-2 py-1" }, Rp = { key: 2 }, Pp = { class: "border rounded px-2 py-1" }, Mp = { key: 3 }, Vp = { class: "border rounded px-2 py-1" },
|
|
6903
|
+
}, Dp = { key: 1 }, $p = { class: "border rounded px-2 py-1" }, Rp = { key: 2 }, Pp = { class: "border rounded px-2 py-1" }, Mp = { key: 3 }, Vp = { class: "border rounded px-2 py-1" }, Up = { key: 4 }, Fp = { class: "border rounded px-2 py-1" }, xp = { key: 5 }, Hp = { class: "border rounded px-2 py-1" }, Bp = { key: 6 }, zp = { class: "border rounded px-2 py-1" }, Gp = { key: 7 }, Wp = { class: "border rounded px-2 py-1" }, Kp = { key: 8 }, jp = { class: "border rounded px-2 py-1" }, Yp = { key: 9 }, qp = { class: "border rounded px-2 py-1" }, Xp = { key: 10 }, Zp = { class: "border rounded px-2 py-1" }, Jp = { key: 11 }, Qp = { class: "border rounded px-2 py-1" }, eg = { key: 12 }, tg = { class: "border rounded px-2 py-1" }, ng = { key: 13 }, lg = { class: "d-flex flex-wrap justify-content-end gap-7 p-0" }, ig = { key: 14 }, og = { class: "property-description markdown" }, rg = { key: 2 }, ag = /* @__PURE__ */ me({
|
|
6893
6904
|
__name: "PropertyDetail",
|
|
6894
6905
|
props: {
|
|
6895
6906
|
property: {}
|
|
@@ -6923,11 +6934,11 @@ const Cp = /* @__PURE__ */ U(gp, [["render", Ep]]), bp = { class: "me-3" }, kp =
|
|
|
6923
6934
|
r[4] || (r[4] = C("span", null, " Unit ", -1)),
|
|
6924
6935
|
C("code", Vp, V(i.property.unit), 1)
|
|
6925
6936
|
])) : w("", !0),
|
|
6926
|
-
i.property.minLength !== void 0 ? (u(), c("div",
|
|
6937
|
+
i.property.minLength !== void 0 ? (u(), c("div", Up, [
|
|
6927
6938
|
r[5] || (r[5] = C("span", null, " Min length ", -1)),
|
|
6928
6939
|
C("code", Fp, V(i.property.minLength), 1)
|
|
6929
6940
|
])) : w("", !0),
|
|
6930
|
-
i.property.maxLength !== void 0 ? (u(), c("div",
|
|
6941
|
+
i.property.maxLength !== void 0 ? (u(), c("div", xp, [
|
|
6931
6942
|
r[6] || (r[6] = C("span", null, " Max length ", -1)),
|
|
6932
6943
|
C("code", Hp, V(i.property.maxLength), 1)
|
|
6933
6944
|
])) : w("", !0),
|
|
@@ -6990,7 +7001,7 @@ const Cp = /* @__PURE__ */ U(gp, [["render", Ep]]), bp = { class: "me-3" }, kp =
|
|
|
6990
7001
|
])) : w("", !0)
|
|
6991
7002
|
]));
|
|
6992
7003
|
}
|
|
6993
|
-
}), sg = /* @__PURE__ */
|
|
7004
|
+
}), sg = /* @__PURE__ */ x(ag, [["__scopeId", "data-v-79715a4e"]]), ug = {
|
|
6994
7005
|
name: "ChevronUpIcon",
|
|
6995
7006
|
emits: ["click"],
|
|
6996
7007
|
props: {
|
|
@@ -7028,7 +7039,7 @@ function pg(e, t, n, l, o, i) {
|
|
|
7028
7039
|
], 8, dg))
|
|
7029
7040
|
], 16, cg);
|
|
7030
7041
|
}
|
|
7031
|
-
const gg = /* @__PURE__ */
|
|
7042
|
+
const gg = /* @__PURE__ */ x(ug, [["render", pg]]), hg = {
|
|
7032
7043
|
name: "SnowflakeIcon",
|
|
7033
7044
|
emits: ["click"],
|
|
7034
7045
|
props: {
|
|
@@ -7066,7 +7077,7 @@ function Cg(e, t, n, l, o, i) {
|
|
|
7066
7077
|
], 8, yg))
|
|
7067
7078
|
], 16, _g);
|
|
7068
7079
|
}
|
|
7069
|
-
const bg = /* @__PURE__ */
|
|
7080
|
+
const bg = /* @__PURE__ */ x(hg, [["render", Cg]]), kg = {
|
|
7070
7081
|
name: "AlphaBBoxIcon",
|
|
7071
7082
|
emits: ["click"],
|
|
7072
7083
|
props: {
|
|
@@ -7104,7 +7115,7 @@ function Ng(e, t, n, l, o, i) {
|
|
|
7104
7115
|
], 8, Sg))
|
|
7105
7116
|
], 16, Lg);
|
|
7106
7117
|
}
|
|
7107
|
-
const Ag = /* @__PURE__ */
|
|
7118
|
+
const Ag = /* @__PURE__ */ x(kg, [["render", Ng]]), Ig = { class: "border overflow-hidden" }, Og = { class: "d-flex flex-grow-1 align-items-center justify-content-between" }, Dg = { class: "d-flex gap-2" }, $g = { class: "d-flex flex-wrap justify-content-end gap-2" }, Rg = ["href"], Pg = { class: "ref-type" }, Mg = {
|
|
7108
7119
|
key: 1,
|
|
7109
7120
|
class: "type-box rounded fs-7 px-2 py-1"
|
|
7110
7121
|
}, Vg = /* @__PURE__ */ me({
|
|
@@ -7115,7 +7126,8 @@ const Ag = /* @__PURE__ */ U(kg, [["render", Ng]]), Ig = { class: "border overfl
|
|
|
7115
7126
|
properties: { default: void 0 },
|
|
7116
7127
|
showDynamic: { type: Boolean, default: !0 },
|
|
7117
7128
|
initiallyExpanded: { type: Boolean, default: !1 },
|
|
7118
|
-
forceInclude: { default: () => [] }
|
|
7129
|
+
forceInclude: { default: () => [] },
|
|
7130
|
+
noUrlChange: { type: Boolean, default: !1 }
|
|
7119
7131
|
},
|
|
7120
7132
|
emits: ["expand"],
|
|
7121
7133
|
setup(e, { emit: t }) {
|
|
@@ -7157,7 +7169,8 @@ const Ag = /* @__PURE__ */ U(kg, [["render", Ng]]), Ig = { class: "border overfl
|
|
|
7157
7169
|
arrow: !1,
|
|
7158
7170
|
"clickable-text": y,
|
|
7159
7171
|
href: a.href + "_" + y,
|
|
7160
|
-
onExpand: s[1] || (s[1] = (h) => o.value = !0)
|
|
7172
|
+
onExpand: s[1] || (s[1] = (h) => o.value = !0),
|
|
7173
|
+
"no-url-change": a.noUrlChange
|
|
7161
7174
|
}, {
|
|
7162
7175
|
additionalButtonText: G(() => [
|
|
7163
7176
|
d.$required ? (u(), Z(re, {
|
|
@@ -7231,18 +7244,18 @@ const Ag = /* @__PURE__ */ U(kg, [["render", Ng]]), Ig = { class: "border overfl
|
|
|
7231
7244
|
}, 1032, ["property"])
|
|
7232
7245
|
]),
|
|
7233
7246
|
_: 2
|
|
7234
|
-
}, 1032, ["clickable-text", "href"]))), 128))
|
|
7247
|
+
}, 1032, ["clickable-text", "href", "no-url-change"]))), 128))
|
|
7235
7248
|
])
|
|
7236
7249
|
]),
|
|
7237
7250
|
key: "0"
|
|
7238
7251
|
} : void 0
|
|
7239
7252
|
]), 1032, ["clickable-text", "href", "initially-expanded"]));
|
|
7240
7253
|
}
|
|
7241
|
-
}), Wt = /* @__PURE__ */
|
|
7254
|
+
}), Wt = /* @__PURE__ */ x(Vg, [["__scopeId", "data-v-1d731489"]]), Ug = { class: "d-flex flex-column gap-6" }, Fg = {
|
|
7242
7255
|
key: 0,
|
|
7243
7256
|
class: "alert alert-info mb-2",
|
|
7244
7257
|
role: "alert"
|
|
7245
|
-
},
|
|
7258
|
+
}, xg = {
|
|
7246
7259
|
key: 1,
|
|
7247
7260
|
class: "plugin-title markdown"
|
|
7248
7261
|
}, Hg = {
|
|
@@ -7258,7 +7271,8 @@ const Ag = /* @__PURE__ */ U(kg, [["render", Ng]]), Ig = { class: "border overfl
|
|
|
7258
7271
|
pluginType: {},
|
|
7259
7272
|
darkMode: { type: Boolean, default: !0 },
|
|
7260
7273
|
propsInitiallyExpanded: { type: Boolean, default: !1 },
|
|
7261
|
-
forceIncludeProperties: { default: () => [] }
|
|
7274
|
+
forceIncludeProperties: { default: () => [] },
|
|
7275
|
+
noUrlChange: { type: Boolean, default: !1 }
|
|
7262
7276
|
},
|
|
7263
7277
|
async setup(e) {
|
|
7264
7278
|
let t, n;
|
|
@@ -7325,12 +7339,12 @@ type: "${l.pluginType}"
|
|
|
7325
7339
|
window.removeEventListener("hashchange", a), (g = d.value) == null || g.dispose();
|
|
7326
7340
|
}), (g, A) => {
|
|
7327
7341
|
var $, S, Y, J, ce, be;
|
|
7328
|
-
return u(), c("div",
|
|
7342
|
+
return u(), c("div", Ug, [
|
|
7329
7343
|
C("div", null, [
|
|
7330
7344
|
($ = g.schema.properties) != null && $.$beta ? (u(), c("div", Fg, A[0] || (A[0] = [
|
|
7331
7345
|
C("p", null, " This plugin is currently in beta. While it is considered safe for use, please be aware that its API could change in ways that are not compatible with earlier versions in future releases, or it might become unsupported. ", -1)
|
|
7332
7346
|
]))) : w("", !0),
|
|
7333
|
-
(S = g.schema.properties) != null && S.title ? (u(), c("div",
|
|
7347
|
+
(S = g.schema.properties) != null && S.title ? (u(), c("div", xg, [
|
|
7334
7348
|
se(g.$slots, "markdown", {
|
|
7335
7349
|
content: g.schema.properties.title.replaceAll(/ *:(?![ /])/g, ": ")
|
|
7336
7350
|
}, void 0, !0)
|
|
@@ -7356,7 +7370,8 @@ type: "${l.pluginType}"
|
|
|
7356
7370
|
key: 0,
|
|
7357
7371
|
class: "plugin-section",
|
|
7358
7372
|
"clickable-text": "Examples",
|
|
7359
|
-
href: "examples"
|
|
7373
|
+
href: "examples",
|
|
7374
|
+
"no-url-change": g.noUrlChange
|
|
7360
7375
|
}, {
|
|
7361
7376
|
content: G(() => [
|
|
7362
7377
|
C("div", Bg, [
|
|
@@ -7383,7 +7398,7 @@ type: "${l.pluginType}"
|
|
|
7383
7398
|
])
|
|
7384
7399
|
]),
|
|
7385
7400
|
_: 3
|
|
7386
|
-
})) : w("", !0),
|
|
7401
|
+
}, 8, ["no-url-change"])) : w("", !0),
|
|
7387
7402
|
(J = g.schema.properties) != null && J.properties ? (u(), Z(Wt, {
|
|
7388
7403
|
key: 1,
|
|
7389
7404
|
class: "plugin-section",
|
|
@@ -7391,7 +7406,8 @@ type: "${l.pluginType}"
|
|
|
7391
7406
|
"section-name": "Properties",
|
|
7392
7407
|
href: "properties",
|
|
7393
7408
|
"initially-expanded": g.propsInitiallyExpanded,
|
|
7394
|
-
"force-include": g.forceIncludeProperties
|
|
7409
|
+
"force-include": g.forceIncludeProperties,
|
|
7410
|
+
"no-url-change": g.noUrlChange
|
|
7395
7411
|
}, {
|
|
7396
7412
|
markdown: G(({ content: q }) => [
|
|
7397
7413
|
C("div", Kg, [
|
|
@@ -7399,14 +7415,15 @@ type: "${l.pluginType}"
|
|
|
7399
7415
|
])
|
|
7400
7416
|
]),
|
|
7401
7417
|
_: 3
|
|
7402
|
-
}, 8, ["properties", "initially-expanded", "force-include"])) : w("", !0),
|
|
7418
|
+
}, 8, ["properties", "initially-expanded", "force-include", "no-url-change"])) : w("", !0),
|
|
7403
7419
|
(ce = g.schema.outputs) != null && ce.properties && Object.keys(g.schema.outputs.properties).length > 0 ? (u(), Z(Wt, {
|
|
7404
7420
|
key: 2,
|
|
7405
7421
|
class: "plugin-section",
|
|
7406
7422
|
properties: g.schema.outputs.properties,
|
|
7407
7423
|
"section-name": "Outputs",
|
|
7408
7424
|
href: "outputs",
|
|
7409
|
-
"show-dynamic": !1
|
|
7425
|
+
"show-dynamic": !1,
|
|
7426
|
+
"no-url-change": g.noUrlChange
|
|
7410
7427
|
}, {
|
|
7411
7428
|
markdown: G(({ content: q }) => [
|
|
7412
7429
|
C("div", jg, [
|
|
@@ -7414,14 +7431,15 @@ type: "${l.pluginType}"
|
|
|
7414
7431
|
])
|
|
7415
7432
|
]),
|
|
7416
7433
|
_: 3
|
|
7417
|
-
}, 8, ["properties"])) : w("", !0),
|
|
7434
|
+
}, 8, ["properties", "no-url-change"])) : w("", !0),
|
|
7418
7435
|
(be = g.schema.properties) != null && be.$metrics ? (u(), Z(Wt, {
|
|
7419
7436
|
key: 3,
|
|
7420
7437
|
class: "plugin-section",
|
|
7421
7438
|
properties: h.value,
|
|
7422
7439
|
"section-name": "Metrics",
|
|
7423
7440
|
href: "metrics",
|
|
7424
|
-
"show-dynamic": !1
|
|
7441
|
+
"show-dynamic": !1,
|
|
7442
|
+
"no-url-change": g.noUrlChange
|
|
7425
7443
|
}, {
|
|
7426
7444
|
markdown: G(({ content: q }) => [
|
|
7427
7445
|
C("div", Yg, [
|
|
@@ -7429,13 +7447,14 @@ type: "${l.pluginType}"
|
|
|
7429
7447
|
])
|
|
7430
7448
|
]),
|
|
7431
7449
|
_: 3
|
|
7432
|
-
}, 8, ["properties"])) : w("", !0),
|
|
7450
|
+
}, 8, ["properties", "no-url-change"])) : w("", !0),
|
|
7433
7451
|
g.schema.definitions && Object.keys(g.schema.definitions).length > 0 ? (u(), Z(ln, {
|
|
7434
7452
|
class: "plugin-section",
|
|
7435
7453
|
"clickable-text": "Definitions",
|
|
7436
7454
|
href: "definitions",
|
|
7437
7455
|
"initially-expanded": o.value,
|
|
7438
|
-
key: `definitions-${g.pluginType}-${r.value}
|
|
7456
|
+
key: `definitions-${g.pluginType}-${r.value}`,
|
|
7457
|
+
"no-url-change": g.noUrlChange
|
|
7439
7458
|
}, {
|
|
7440
7459
|
content: G(() => [
|
|
7441
7460
|
C("div", qg, [
|
|
@@ -7449,7 +7468,8 @@ type: "${l.pluginType}"
|
|
|
7449
7468
|
class: "plugin-section nested-button-py-2",
|
|
7450
7469
|
onExpand: (We) => {
|
|
7451
7470
|
o.value = !0, i.value.add(q);
|
|
7452
|
-
}
|
|
7471
|
+
},
|
|
7472
|
+
"no-url-change": g.noUrlChange
|
|
7453
7473
|
}, {
|
|
7454
7474
|
markdown: G(({ content: We }) => [
|
|
7455
7475
|
C("div", Xg, [
|
|
@@ -7457,16 +7477,16 @@ type: "${l.pluginType}"
|
|
|
7457
7477
|
])
|
|
7458
7478
|
]),
|
|
7459
7479
|
_: 2
|
|
7460
|
-
}, 1032, ["properties", "section-name", "href", "initially-expanded", "onExpand"]))), 128))
|
|
7480
|
+
}, 1032, ["properties", "section-name", "href", "initially-expanded", "onExpand", "no-url-change"]))), 128))
|
|
7461
7481
|
])
|
|
7462
7482
|
]),
|
|
7463
7483
|
_: 3
|
|
7464
|
-
}, 8, ["initially-expanded"])) : w("", !0)
|
|
7484
|
+
}, 8, ["initially-expanded", "no-url-change"])) : w("", !0)
|
|
7465
7485
|
]))
|
|
7466
7486
|
]);
|
|
7467
7487
|
};
|
|
7468
7488
|
}
|
|
7469
|
-
}), c_ = /* @__PURE__ */
|
|
7489
|
+
}), c_ = /* @__PURE__ */ x(Zg, [["__scopeId", "data-v-878c7113"]]), Jg = {
|
|
7470
7490
|
name: "ChevronRightIcon",
|
|
7471
7491
|
emits: ["click"],
|
|
7472
7492
|
props: {
|
|
@@ -7504,7 +7524,7 @@ function lh(e, t, n, l, o, i) {
|
|
|
7504
7524
|
], 8, eh))
|
|
7505
7525
|
], 16, Qg);
|
|
7506
7526
|
}
|
|
7507
|
-
const ih = /* @__PURE__ */
|
|
7527
|
+
const ih = /* @__PURE__ */ x(Jg, [["render", lh]]), oh = ["href"], rh = ["src", "alt"], ah = /* @__PURE__ */ me({
|
|
7508
7528
|
__name: "RowLink",
|
|
7509
7529
|
props: {
|
|
7510
7530
|
iconB64Svg: {},
|
|
@@ -7525,7 +7545,7 @@ const ih = /* @__PURE__ */ U(Jg, [["render", lh]]), oh = ["href"], rh = ["src",
|
|
|
7525
7545
|
M(ih, { class: "ms-auto" })
|
|
7526
7546
|
], 8, oh));
|
|
7527
7547
|
}
|
|
7528
|
-
}), pi = /* @__PURE__ */
|
|
7548
|
+
}), pi = /* @__PURE__ */ x(ah, [["__scopeId", "data-v-b787c0f3"]]), sh = { class: "d-flex flex-column gap-4" }, uh = {
|
|
7529
7549
|
key: 1,
|
|
7530
7550
|
class: "d-flex flex-column"
|
|
7531
7551
|
}, ch = ["id"], dh = { class: "d-flex flex-column" }, d_ = /* @__PURE__ */ me({
|
|
@@ -8987,7 +9007,7 @@ function $h(e, t) {
|
|
|
8987
9007
|
function Rh(e, t) {
|
|
8988
9008
|
return t.split(".").reduce((n, l) => n && n[l], e);
|
|
8989
9009
|
}
|
|
8990
|
-
const qn = "default", Do = /^@|^v-on:/, $o = /^:|^v-bind:/, Ph = /^v-model/, Mh = ["select", "textarea", "input"], Vh = ["math", "svg"],
|
|
9010
|
+
const qn = "default", Do = /^@|^v-on:/, $o = /^:|^v-bind:/, Ph = /^v-model/, Mh = ["select", "textarea", "input"], Vh = ["math", "svg"], Uh = Object.fromEntries(["p", "a", "blockquote", "code", "pre", "code", "em", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "img", "ul", "ol", "li", "strong", "table", "thead", "tbody", "td", "th", "tr", "script"].map((e) => [e, `prose-${e}`])), Fh = me({
|
|
8991
9011
|
name: "MDCRenderer",
|
|
8992
9012
|
props: {
|
|
8993
9013
|
/**
|
|
@@ -9044,7 +9064,7 @@ const qn = "default", Do = /^@|^v-on:/, $o = /^:|^v-bind:/, Ph = /^v-model/, Mh
|
|
|
9044
9064
|
async setup(e) {
|
|
9045
9065
|
var d, y, h, _, v, O, L;
|
|
9046
9066
|
const t = (y = (d = an()) == null ? void 0 : d.appContext) == null ? void 0 : y.app, n = t == null ? void 0 : t.$nuxt, l = (n == null ? void 0 : n.$route) || (n == null ? void 0 : n._route), { mdc: o } = ((h = n == null ? void 0 : n.$config) == null ? void 0 : h.public) || {}, i = {
|
|
9047
|
-
...(_ = o == null ? void 0 : o.components) != null && _.prose && e.prose !== !1 ?
|
|
9067
|
+
...(_ = o == null ? void 0 : o.components) != null && _.prose && e.prose !== !1 ? Uh : {},
|
|
9048
9068
|
...((v = o == null ? void 0 : o.components) == null ? void 0 : v.map) || {},
|
|
9049
9069
|
...yr(((L = (O = e.data) == null ? void 0 : O.mdc) == null ? void 0 : L.components) || {}),
|
|
9050
9070
|
...e.components
|
|
@@ -9080,7 +9100,7 @@ const qn = "default", Do = /^@|^v-on:/, $o = /^:|^v-bind:/, Ph = /^v-model/, Mh
|
|
|
9080
9100
|
}
|
|
9081
9101
|
}
|
|
9082
9102
|
});
|
|
9083
|
-
function
|
|
9103
|
+
function xh(e, t, n) {
|
|
9084
9104
|
const { documentMeta: l, parentScope: o, resolveComponent: i } = n;
|
|
9085
9105
|
if (e.type === "text")
|
|
9086
9106
|
return t(At, e.value);
|
|
@@ -9126,7 +9146,7 @@ function Ro(e, t, n) {
|
|
|
9126
9146
|
});
|
|
9127
9147
|
return Object.entries(a).reduce((d, [y, { props: h, children: _ }]) => (_.length && (d[y] = (v = {}) => {
|
|
9128
9148
|
const O = $h(v, Object.keys(h || {}));
|
|
9129
|
-
let L = _.map((k) =>
|
|
9149
|
+
let L = _.map((k) => xh(
|
|
9130
9150
|
k,
|
|
9131
9151
|
t,
|
|
9132
9152
|
{
|
|
@@ -9266,7 +9286,7 @@ const f_ = /* @__PURE__ */ me({
|
|
|
9266
9286
|
export {
|
|
9267
9287
|
El as CLUSTER_PREFIX,
|
|
9268
9288
|
s_ as DependenciesNode,
|
|
9269
|
-
|
|
9289
|
+
U as EVENTS,
|
|
9270
9290
|
f_ as MDCRenderer,
|
|
9271
9291
|
g_ as NODE_SIZES,
|
|
9272
9292
|
d_ as PluginIndex,
|
|
@@ -9280,7 +9300,7 @@ export {
|
|
|
9280
9300
|
Oe as Utils,
|
|
9281
9301
|
h_ as VueFlowUtils,
|
|
9282
9302
|
r_ as YamlUtils,
|
|
9283
|
-
|
|
9303
|
+
Ue as cssVariable,
|
|
9284
9304
|
__ as editorViewTypes,
|
|
9285
9305
|
y_ as executeFlowBehaviours,
|
|
9286
9306
|
a_ as getMDCParser,
|