@kestra-io/ui-libs 0.0.185 → 0.0.187
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/plugins/CollapsibleProperties.vue.d.ts +1 -1
- package/dist/components/plugins/CollapsibleProperties.vue.d.ts.map +1 -1
- package/dist/components/plugins/PropertyDetail.vue.d.ts +1 -5
- package/dist/components/plugins/PropertyDetail.vue.d.ts.map +1 -1
- package/dist/components/plugins/SchemaToHtml.vue.d.ts.map +1 -1
- package/dist/kestra-index.cjs.js +12 -12
- package/dist/kestra-index.cjs.js.map +1 -1
- package/dist/kestra-index.es.js +671 -684
- package/dist/kestra-index.es.js.map +1 -1
- package/dist/ui-libs.css +1 -1
- package/package.json +5 -5
- package/src/components/plugins/CollapsibleProperties.vue +2 -1
- package/src/components/plugins/PropertyDetail.vue +3 -18
- package/src/components/plugins/SchemaToHtml.vue +0 -1
package/dist/kestra-index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import gc, { Document as mc, YAMLMap as xn } from "yaml";
|
|
2
2
|
import { deletePluginDefaults as b1, replacePluginDefaultsInDocument as E1, extractPluginDefault as C1, flowHaveTasks as xm, deleteMetadata as w1, getMetadata as S1, cleanMetadata as T1, updateMetadata as k1, replaceIdAndNamespace as O1, insertErrorInFlowable as L1, getTypeAtPosition as A1, localizeElementAtIndex as I1, getChartAtPosition as R1, getAllCharts as N1, sort as D1, pairsToMap as P1, parse as M1, stringify as q1, isParentChildrenRelation as $m, checkBlockAlreadyExists as x1, getLastBlock as $1, deleteBlock as vc, insertBlock as _c, replaceBlockInDocument as F1, extractBlock as U1, swapBlocks as V1 } from "./kestra-flowyamlutils.es.js";
|
|
3
|
-
import { createElementBlock as k, openBlock as b, mergeProps as ae, createElementVNode as
|
|
3
|
+
import { createElementBlock as k, openBlock as b, mergeProps as ae, createElementVNode as I, createCommentVNode as q, toDisplayString as K, getCurrentInstance as cr, inject as H1, ref as Se, shallowRef as zr, computed as _e, watch as ht, onMounted as ln, onUnmounted as Fm, defineComponent as Me, h as dr, createVNode as Y, Text as kr, Fragment as $e, nextTick as Au, onBeforeUnmount as Um, renderSlot as Te, createTextVNode as At, normalizeClass as ve, createBlock as pe, withCtx as te, normalizeStyle as Or, unref as B, toRef as yc, resolveComponent as Kr, effectScope as G1, reactive as Vm, resolveDynamicComponent as Zt, renderList as Ot, createSlots as Hm, normalizeProps as j1, guardReactiveProps as B1, withModifiers as Gm, withAsyncContext as bc, toRaw as W1, defineAsyncComponent as z1, Comment as K1, Suspense as Y1 } from "vue";
|
|
4
4
|
import X1 from "humanize-duration";
|
|
5
5
|
import Tr from "moment";
|
|
6
6
|
import Z1 from "moment-timezone";
|
|
@@ -26,10 +26,10 @@ const Ut = {
|
|
|
26
26
|
ADD_ERROR: "addError",
|
|
27
27
|
EXPAND_DEPENDENCIES: "expandDependencies",
|
|
28
28
|
SHOW_CONDITION: "showCondition"
|
|
29
|
-
}, zt = "cluster_",
|
|
29
|
+
}, zt = "cluster_", iN = {
|
|
30
30
|
EXECUTIONS: "executions",
|
|
31
31
|
TASKRUNS: "taskruns"
|
|
32
|
-
},
|
|
32
|
+
}, aN = {
|
|
33
33
|
ALL: "all",
|
|
34
34
|
ERROR: "error",
|
|
35
35
|
HIDDEN: "hidden",
|
|
@@ -45,14 +45,14 @@ const Ut = {
|
|
|
45
45
|
COLLAPSED_CLUSTER_HEIGHT: 44,
|
|
46
46
|
TRIGGER_CLUSTER_WIDTH: 350,
|
|
47
47
|
TRIGGER_CLUSTER_HEIGHT: 180
|
|
48
|
-
},
|
|
48
|
+
}, oN = {
|
|
49
49
|
STORAGE_KEY: "view-type",
|
|
50
50
|
SOURCE: "source",
|
|
51
51
|
SOURCE_TOPOLOGY: "source-topology",
|
|
52
52
|
SOURCE_DOC: "source-doc",
|
|
53
53
|
TOPOLOGY: "topology",
|
|
54
54
|
SOURCE_BLUEPRINTS: "source-blueprints"
|
|
55
|
-
},
|
|
55
|
+
}, sN = {
|
|
56
56
|
DISPLAY_EXECUTIONS_COLUMNS: "displayExecutionsColumns",
|
|
57
57
|
DISPLAY_FLOW_EXECUTIONS_COLUMNS: "displayFlowExecutionsColumns",
|
|
58
58
|
SELECTED_TENANT: "selectedTenant",
|
|
@@ -65,10 +65,10 @@ const Ut = {
|
|
|
65
65
|
PAGINATION_SIZE: "paginationSize",
|
|
66
66
|
IMPERSONATE: "impersonate",
|
|
67
67
|
EDITOR_VIEW_TYPE: "editorViewType"
|
|
68
|
-
},
|
|
68
|
+
}, lN = {
|
|
69
69
|
SAME_TAB: "same tab",
|
|
70
70
|
NEW_TAB: "new tab"
|
|
71
|
-
},
|
|
71
|
+
}, uN = {
|
|
72
72
|
INPROGRESS: "IN-PROGRESS"
|
|
73
73
|
}, ay = { lineWidth: 0 }, Cc = [
|
|
74
74
|
"tasks",
|
|
@@ -77,7 +77,7 @@ const Ut = {
|
|
|
77
77
|
"finally",
|
|
78
78
|
"afterExecution",
|
|
79
79
|
"pluginDefaults"
|
|
80
|
-
],
|
|
80
|
+
], cN = {
|
|
81
81
|
stringify: q1,
|
|
82
82
|
parse: M1,
|
|
83
83
|
pairsToMap: P1,
|
|
@@ -492,8 +492,8 @@ var ci, Xc;
|
|
|
492
492
|
function my() {
|
|
493
493
|
if (Xc) return ci;
|
|
494
494
|
Xc = 1;
|
|
495
|
-
var e = Jt(), t = Du(), r = St(), n = "[object Arguments]", i = "[object Array]", a = "[object Boolean]", o = "[object Date]", s = "[object Error]", l = "[object Function]", u = "[object Map]", c = "[object Number]", d = "[object Object]", f = "[object RegExp]", p = "[object Set]", C = "[object String]", _ = "[object WeakMap]", m = "[object ArrayBuffer]", h = "[object DataView]", g = "[object Float32Array]", y = "[object Float64Array]", v = "[object Int8Array]", w = "[object Int16Array]", T = "[object Int32Array]", E = "[object Uint8Array]",
|
|
496
|
-
M[g] = M[y] = M[v] = M[w] = M[T] = M[E] = M[
|
|
495
|
+
var e = Jt(), t = Du(), r = St(), n = "[object Arguments]", i = "[object Array]", a = "[object Boolean]", o = "[object Date]", s = "[object Error]", l = "[object Function]", u = "[object Map]", c = "[object Number]", d = "[object Object]", f = "[object RegExp]", p = "[object Set]", C = "[object String]", _ = "[object WeakMap]", m = "[object ArrayBuffer]", h = "[object DataView]", g = "[object Float32Array]", y = "[object Float64Array]", v = "[object Int8Array]", w = "[object Int16Array]", T = "[object Int32Array]", E = "[object Uint8Array]", A = "[object Uint8ClampedArray]", L = "[object Uint16Array]", D = "[object Uint32Array]", M = {};
|
|
496
|
+
M[g] = M[y] = M[v] = M[w] = M[T] = M[E] = M[A] = M[L] = M[D] = !0, M[n] = M[i] = M[m] = M[a] = M[h] = M[o] = M[s] = M[l] = M[u] = M[c] = M[d] = M[f] = M[p] = M[C] = M[_] = !1;
|
|
497
497
|
function G(J) {
|
|
498
498
|
return r(J) && t(J.length) && !!M[e(J)];
|
|
499
499
|
}
|
|
@@ -1032,9 +1032,9 @@ function Zm() {
|
|
|
1032
1032
|
break;
|
|
1033
1033
|
}
|
|
1034
1034
|
if (y) {
|
|
1035
|
-
if (!t(s, function(E,
|
|
1036
|
-
if (!r(y,
|
|
1037
|
-
return y.push(
|
|
1035
|
+
if (!t(s, function(E, A) {
|
|
1036
|
+
if (!r(y, A) && (v === E || c(v, E, l, u, d)))
|
|
1037
|
+
return y.push(A);
|
|
1038
1038
|
})) {
|
|
1039
1039
|
g = !1;
|
|
1040
1040
|
break;
|
|
@@ -1084,8 +1084,8 @@ function jy() {
|
|
|
1084
1084
|
if (zd) return oa;
|
|
1085
1085
|
zd = 1;
|
|
1086
1086
|
var e = hr(), t = Jm(), r = gr(), n = Zm(), i = Gy(), a = Fu(), o = 1, s = 2, l = "[object Boolean]", u = "[object Date]", c = "[object Error]", d = "[object Map]", f = "[object Number]", p = "[object RegExp]", C = "[object Set]", _ = "[object String]", m = "[object Symbol]", h = "[object ArrayBuffer]", g = "[object DataView]", y = e ? e.prototype : void 0, v = y ? y.valueOf : void 0;
|
|
1087
|
-
function w(T, E,
|
|
1088
|
-
switch (
|
|
1087
|
+
function w(T, E, A, L, D, M, G) {
|
|
1088
|
+
switch (A) {
|
|
1089
1089
|
case g:
|
|
1090
1090
|
if (T.byteLength != E.byteLength || T.byteOffset != E.byteOffset)
|
|
1091
1091
|
return !1;
|
|
@@ -1209,8 +1209,8 @@ function By() {
|
|
|
1209
1209
|
h = f[m];
|
|
1210
1210
|
var T = a[h], E = o[h];
|
|
1211
1211
|
if (l)
|
|
1212
|
-
var
|
|
1213
|
-
if (!(
|
|
1212
|
+
var A = d ? l(E, T, h, o, a, c) : l(T, E, h, a, o, c);
|
|
1213
|
+
if (!(A === void 0 ? T === E || u(T, E, s, l, c) : A)) {
|
|
1214
1214
|
v = !1;
|
|
1215
1215
|
break;
|
|
1216
1216
|
}
|
|
@@ -1281,9 +1281,9 @@ function Yy() {
|
|
|
1281
1281
|
sf = 1;
|
|
1282
1282
|
var e = vn(), t = Zm(), r = jy(), n = By(), i = mr(), a = Fe(), o = pr(), s = Pr(), l = 1, u = "[object Arguments]", c = "[object Array]", d = "[object Object]", f = Object.prototype, p = f.hasOwnProperty;
|
|
1283
1283
|
function C(_, m, h, g, y, v) {
|
|
1284
|
-
var w = a(_), T = a(m), E = w ? c : i(_),
|
|
1285
|
-
E = E == u ? d : E,
|
|
1286
|
-
var L = E == d, D =
|
|
1284
|
+
var w = a(_), T = a(m), E = w ? c : i(_), A = T ? c : i(m);
|
|
1285
|
+
E = E == u ? d : E, A = A == u ? d : A;
|
|
1286
|
+
var L = E == d, D = A == d, M = E == A;
|
|
1287
1287
|
if (M && o(_)) {
|
|
1288
1288
|
if (!o(m))
|
|
1289
1289
|
return !1;
|
|
@@ -1696,8 +1696,8 @@ function pb(e, t, r, n, i, a) {
|
|
|
1696
1696
|
height: r.size,
|
|
1697
1697
|
viewBox: "0 0 24 24"
|
|
1698
1698
|
}, [
|
|
1699
|
-
|
|
1700
|
-
r.title ? (b(), k("title", hb,
|
|
1699
|
+
I("path", fb, [
|
|
1700
|
+
r.title ? (b(), k("title", hb, K(r.title), 1)) : q("", !0)
|
|
1701
1701
|
])
|
|
1702
1702
|
], 8, db))
|
|
1703
1703
|
], 16, cb);
|
|
@@ -1734,8 +1734,8 @@ function Eb(e, t, r, n, i, a) {
|
|
|
1734
1734
|
height: r.size,
|
|
1735
1735
|
viewBox: "0 0 24 24"
|
|
1736
1736
|
}, [
|
|
1737
|
-
|
|
1738
|
-
r.title ? (b(), k("title", bb,
|
|
1737
|
+
I("path", yb, [
|
|
1738
|
+
r.title ? (b(), k("title", bb, K(r.title), 1)) : q("", !0)
|
|
1739
1739
|
])
|
|
1740
1740
|
], 8, _b))
|
|
1741
1741
|
], 16, vb);
|
|
@@ -1772,8 +1772,8 @@ function Lb(e, t, r, n, i, a) {
|
|
|
1772
1772
|
height: r.size,
|
|
1773
1773
|
viewBox: "0 0 24 24"
|
|
1774
1774
|
}, [
|
|
1775
|
-
|
|
1776
|
-
r.title ? (b(), k("title", Ob,
|
|
1775
|
+
I("path", kb, [
|
|
1776
|
+
r.title ? (b(), k("title", Ob, K(r.title), 1)) : q("", !0)
|
|
1777
1777
|
])
|
|
1778
1778
|
], 8, Tb))
|
|
1779
1779
|
], 16, Sb);
|
|
@@ -1810,8 +1810,8 @@ function Mb(e, t, r, n, i, a) {
|
|
|
1810
1810
|
height: r.size,
|
|
1811
1811
|
viewBox: "0 0 24 24"
|
|
1812
1812
|
}, [
|
|
1813
|
-
|
|
1814
|
-
r.title ? (b(), k("title", Pb,
|
|
1813
|
+
I("path", Db, [
|
|
1814
|
+
r.title ? (b(), k("title", Pb, K(r.title), 1)) : q("", !0)
|
|
1815
1815
|
])
|
|
1816
1816
|
], 8, Nb))
|
|
1817
1817
|
], 16, Rb);
|
|
@@ -1848,8 +1848,8 @@ function Vb(e, t, r, n, i, a) {
|
|
|
1848
1848
|
height: r.size,
|
|
1849
1849
|
viewBox: "0 0 24 24"
|
|
1850
1850
|
}, [
|
|
1851
|
-
|
|
1852
|
-
r.title ? (b(), k("title", Ub,
|
|
1851
|
+
I("path", Fb, [
|
|
1852
|
+
r.title ? (b(), k("title", Ub, K(r.title), 1)) : q("", !0)
|
|
1853
1853
|
])
|
|
1854
1854
|
], 8, $b))
|
|
1855
1855
|
], 16, xb);
|
|
@@ -1886,8 +1886,8 @@ function Kb(e, t, r, n, i, a) {
|
|
|
1886
1886
|
height: r.size,
|
|
1887
1887
|
viewBox: "0 0 24 24"
|
|
1888
1888
|
}, [
|
|
1889
|
-
|
|
1890
|
-
r.title ? (b(), k("title", zb,
|
|
1889
|
+
I("path", Wb, [
|
|
1890
|
+
r.title ? (b(), k("title", zb, K(r.title), 1)) : q("", !0)
|
|
1891
1891
|
])
|
|
1892
1892
|
], 8, Bb))
|
|
1893
1893
|
], 16, jb);
|
|
@@ -1924,8 +1924,8 @@ function tE(e, t, r, n, i, a) {
|
|
|
1924
1924
|
height: r.size,
|
|
1925
1925
|
viewBox: "0 0 24 24"
|
|
1926
1926
|
}, [
|
|
1927
|
-
|
|
1928
|
-
r.title ? (b(), k("title", eE,
|
|
1927
|
+
I("path", Qb, [
|
|
1928
|
+
r.title ? (b(), k("title", eE, K(r.title), 1)) : q("", !0)
|
|
1929
1929
|
])
|
|
1930
1930
|
], 8, Jb))
|
|
1931
1931
|
], 16, Zb);
|
|
@@ -1962,8 +1962,8 @@ function sE(e, t, r, n, i, a) {
|
|
|
1962
1962
|
height: r.size,
|
|
1963
1963
|
viewBox: "0 0 24 24"
|
|
1964
1964
|
}, [
|
|
1965
|
-
|
|
1966
|
-
r.title ? (b(), k("title", oE,
|
|
1965
|
+
I("path", aE, [
|
|
1966
|
+
r.title ? (b(), k("title", oE, K(r.title), 1)) : q("", !0)
|
|
1967
1967
|
])
|
|
1968
1968
|
], 8, iE))
|
|
1969
1969
|
], 16, nE);
|
|
@@ -2000,8 +2000,8 @@ function pE(e, t, r, n, i, a) {
|
|
|
2000
2000
|
height: r.size,
|
|
2001
2001
|
viewBox: "0 0 24 24"
|
|
2002
2002
|
}, [
|
|
2003
|
-
|
|
2004
|
-
r.title ? (b(), k("title", hE,
|
|
2003
|
+
I("path", fE, [
|
|
2004
|
+
r.title ? (b(), k("title", hE, K(r.title), 1)) : q("", !0)
|
|
2005
2005
|
])
|
|
2006
2006
|
], 8, dE))
|
|
2007
2007
|
], 16, cE);
|
|
@@ -2038,8 +2038,8 @@ function EE(e, t, r, n, i, a) {
|
|
|
2038
2038
|
height: r.size,
|
|
2039
2039
|
viewBox: "0 0 24 24"
|
|
2040
2040
|
}, [
|
|
2041
|
-
|
|
2042
|
-
r.title ? (b(), k("title", bE,
|
|
2041
|
+
I("path", yE, [
|
|
2042
|
+
r.title ? (b(), k("title", bE, K(r.title), 1)) : q("", !0)
|
|
2043
2043
|
])
|
|
2044
2044
|
], 8, _E))
|
|
2045
2045
|
], 16, vE);
|
|
@@ -2076,13 +2076,13 @@ function OE(e, t, r, n, i, a) {
|
|
|
2076
2076
|
height: r.size,
|
|
2077
2077
|
viewBox: "0 0 24 24"
|
|
2078
2078
|
}, [
|
|
2079
|
-
|
|
2080
|
-
r.title ? (b(), k("title", kE,
|
|
2079
|
+
I("path", TE, [
|
|
2080
|
+
r.title ? (b(), k("title", kE, K(r.title), 1)) : q("", !0)
|
|
2081
2081
|
])
|
|
2082
2082
|
], 8, SE))
|
|
2083
2083
|
], 16, wE);
|
|
2084
2084
|
}
|
|
2085
|
-
const xf = /* @__PURE__ */ ee(CE, [["render", OE]]),
|
|
2085
|
+
const xf = /* @__PURE__ */ ee(CE, [["render", OE]]), ge = Object.freeze({
|
|
2086
2086
|
CREATED: {
|
|
2087
2087
|
name: "CREATED",
|
|
2088
2088
|
color: "#1761FD",
|
|
@@ -2212,86 +2212,86 @@ const xf = /* @__PURE__ */ ee(CE, [["render", OE]]), me = Object.freeze({
|
|
|
2212
2212
|
});
|
|
2213
2213
|
class He {
|
|
2214
2214
|
static get CREATED() {
|
|
2215
|
-
return
|
|
2215
|
+
return ge.CREATED.name;
|
|
2216
2216
|
}
|
|
2217
2217
|
static get RESTARTED() {
|
|
2218
|
-
return
|
|
2218
|
+
return ge.RESTARTED.name;
|
|
2219
2219
|
}
|
|
2220
2220
|
static get SUCCESS() {
|
|
2221
|
-
return
|
|
2221
|
+
return ge.SUCCESS.name;
|
|
2222
2222
|
}
|
|
2223
2223
|
static get RUNNING() {
|
|
2224
|
-
return
|
|
2224
|
+
return ge.RUNNING.name;
|
|
2225
2225
|
}
|
|
2226
2226
|
static get KILLING() {
|
|
2227
|
-
return
|
|
2227
|
+
return ge.KILLING.name;
|
|
2228
2228
|
}
|
|
2229
2229
|
static get KILLED() {
|
|
2230
|
-
return
|
|
2230
|
+
return ge.KILLED.name;
|
|
2231
2231
|
}
|
|
2232
2232
|
static get FAILED() {
|
|
2233
|
-
return
|
|
2233
|
+
return ge.FAILED.name;
|
|
2234
2234
|
}
|
|
2235
2235
|
static get WARNING() {
|
|
2236
|
-
return
|
|
2236
|
+
return ge.WARNING.name;
|
|
2237
2237
|
}
|
|
2238
2238
|
static get PAUSED() {
|
|
2239
|
-
return
|
|
2239
|
+
return ge.PAUSED.name;
|
|
2240
2240
|
}
|
|
2241
2241
|
static get CANCELLED() {
|
|
2242
|
-
return
|
|
2242
|
+
return ge.CANCELLED.name;
|
|
2243
2243
|
}
|
|
2244
2244
|
static get QUEUED() {
|
|
2245
|
-
return
|
|
2245
|
+
return ge.QUEUED.name;
|
|
2246
2246
|
}
|
|
2247
2247
|
static get RETRYING() {
|
|
2248
|
-
return
|
|
2248
|
+
return ge.RETRYING.name;
|
|
2249
2249
|
}
|
|
2250
2250
|
static get RETRIED() {
|
|
2251
|
-
return
|
|
2251
|
+
return ge.RETRIED.name;
|
|
2252
2252
|
}
|
|
2253
2253
|
static isRunning(t) {
|
|
2254
|
-
return
|
|
2254
|
+
return ge[t] && ge[t].isRunning;
|
|
2255
2255
|
}
|
|
2256
2256
|
static isKillable(t) {
|
|
2257
|
-
return
|
|
2257
|
+
return ge[t] && ge[t].isKillable;
|
|
2258
2258
|
}
|
|
2259
2259
|
static isPaused(t) {
|
|
2260
|
-
return
|
|
2260
|
+
return ge[t] && ge[t] === ge.PAUSED;
|
|
2261
2261
|
}
|
|
2262
2262
|
static isFailed(t) {
|
|
2263
|
-
return
|
|
2263
|
+
return ge[t] && ge[t].isFailed;
|
|
2264
2264
|
}
|
|
2265
2265
|
static isQueued(t) {
|
|
2266
|
-
return
|
|
2266
|
+
return ge[t] && ge[t] === ge.QUEUED;
|
|
2267
2267
|
}
|
|
2268
2268
|
static allStates() {
|
|
2269
|
-
return Fr(
|
|
2269
|
+
return Fr(ge, (t) => ({
|
|
2270
2270
|
key: t.name,
|
|
2271
2271
|
icon: t.icon,
|
|
2272
2272
|
color: ""
|
|
2273
2273
|
}));
|
|
2274
2274
|
}
|
|
2275
2275
|
static arrayAllStates() {
|
|
2276
|
-
return Object.values(
|
|
2276
|
+
return Object.values(ge);
|
|
2277
2277
|
}
|
|
2278
2278
|
static colorClass() {
|
|
2279
|
-
return Fr(
|
|
2279
|
+
return Fr(ge, (t) => t.colorClass);
|
|
2280
2280
|
}
|
|
2281
2281
|
static color() {
|
|
2282
2282
|
return Fr(
|
|
2283
|
-
|
|
2283
|
+
ge,
|
|
2284
2284
|
(t) => st("--bs-" + t.colorClass)
|
|
2285
2285
|
);
|
|
2286
2286
|
}
|
|
2287
2287
|
static getStateColor(t) {
|
|
2288
|
-
return
|
|
2288
|
+
return ge[t].color;
|
|
2289
2289
|
}
|
|
2290
2290
|
static icon() {
|
|
2291
|
-
return Fr(
|
|
2291
|
+
return Fr(ge, (t) => t.icon);
|
|
2292
2292
|
}
|
|
2293
2293
|
static getTerminatedStates() {
|
|
2294
|
-
return Object.values(
|
|
2294
|
+
return Object.values(ge).filter((t) => !t.isRunning).map((t) => t.name);
|
|
2295
2295
|
}
|
|
2296
2296
|
}
|
|
2297
2297
|
const LE = {
|
|
@@ -2586,7 +2586,7 @@ function HE() {
|
|
|
2586
2586
|
if (ah) return go;
|
|
2587
2587
|
ah = 1;
|
|
2588
2588
|
var e = Bu(), t = FE(), r = UE(), n = VE(), i = gv(), a = "[object Boolean]", o = "[object Date]", s = "[object Map]", l = "[object Number]", u = "[object RegExp]", c = "[object Set]", d = "[object String]", f = "[object Symbol]", p = "[object ArrayBuffer]", C = "[object DataView]", _ = "[object Float32Array]", m = "[object Float64Array]", h = "[object Int8Array]", g = "[object Int16Array]", y = "[object Int32Array]", v = "[object Uint8Array]", w = "[object Uint8ClampedArray]", T = "[object Uint16Array]", E = "[object Uint32Array]";
|
|
2589
|
-
function
|
|
2589
|
+
function A(L, D, M) {
|
|
2590
2590
|
var G = L.constructor;
|
|
2591
2591
|
switch (D) {
|
|
2592
2592
|
case p:
|
|
@@ -2619,7 +2619,7 @@ function HE() {
|
|
|
2619
2619
|
return n(L);
|
|
2620
2620
|
}
|
|
2621
2621
|
}
|
|
2622
|
-
return go =
|
|
2622
|
+
return go = A, go;
|
|
2623
2623
|
}
|
|
2624
2624
|
var mo, oh;
|
|
2625
2625
|
function mv() {
|
|
@@ -2688,10 +2688,10 @@ var Co, fh;
|
|
|
2688
2688
|
function _v() {
|
|
2689
2689
|
if (fh) return Co;
|
|
2690
2690
|
fh = 1;
|
|
2691
|
-
var e = vn(), t = ju(), r = En(), n = RE(), i = PE(), a = fv(), o = hv(), s = ME(), l = qE(), u = rv(), c = xE(), d = mr(), f = $E(), p = HE(), C = vv(), _ = Fe(), m = pr(), h = jE(), g = ut(), y = WE(), v = Vt(), w = tr(), T = 1, E = 2,
|
|
2692
|
-
le[L] = le[D] = le[R] = le[x] = le[M] = le[G] = le[H] = le[
|
|
2691
|
+
var e = vn(), t = ju(), r = En(), n = RE(), i = PE(), a = fv(), o = hv(), s = ME(), l = qE(), u = rv(), c = xE(), d = mr(), f = $E(), p = HE(), C = vv(), _ = Fe(), m = pr(), h = jE(), g = ut(), y = WE(), v = Vt(), w = tr(), T = 1, E = 2, A = 4, L = "[object Arguments]", D = "[object Array]", M = "[object Boolean]", G = "[object Date]", J = "[object Error]", ie = "[object Function]", F = "[object GeneratorFunction]", P = "[object Map]", ne = "[object Number]", X = "[object Object]", j = "[object RegExp]", ce = "[object Set]", Le = "[object String]", We = "[object Symbol]", Ke = "[object WeakMap]", R = "[object ArrayBuffer]", x = "[object DataView]", H = "[object Float32Array]", z = "[object Float64Array]", se = "[object Int8Array]", Ce = "[object Int16Array]", Ae = "[object Int32Array]", Ve = "[object Uint8Array]", Pt = "[object Uint8ClampedArray]", qe = "[object Uint16Array]", Ne = "[object Uint32Array]", le = {};
|
|
2692
|
+
le[L] = le[D] = le[R] = le[x] = le[M] = le[G] = le[H] = le[z] = le[se] = le[Ce] = le[Ae] = le[P] = le[ne] = le[X] = le[j] = le[ce] = le[Le] = le[We] = le[Ve] = le[Pt] = le[qe] = le[Ne] = !0, le[J] = le[ie] = le[Ke] = !1;
|
|
2693
2693
|
function rt(de, S, O, $, Q, be) {
|
|
2694
|
-
var fe, ue = S & T, N = S & E, U = S &
|
|
2694
|
+
var fe, ue = S & T, N = S & E, U = S & A;
|
|
2695
2695
|
if (O && (fe = Q ? O(de, $, Q, be) : O(de)), fe !== void 0)
|
|
2696
2696
|
return fe;
|
|
2697
2697
|
if (!g(de))
|
|
@@ -4189,17 +4189,17 @@ function Y0() {
|
|
|
4189
4189
|
zp = 1;
|
|
4190
4190
|
var e = Uv(), t = fv(), r = gv(), n = hv(), i = vv(), a = Dr(), o = Fe(), s = Rv(), l = pr(), u = Nr(), c = ut(), d = z0(), f = Pr(), p = Vv(), C = K0();
|
|
4191
4191
|
function _(m, h, g, y, v, w, T) {
|
|
4192
|
-
var E = p(m, g),
|
|
4192
|
+
var E = p(m, g), A = p(h, g), L = T.get(A);
|
|
4193
4193
|
if (L) {
|
|
4194
4194
|
e(m, g, L);
|
|
4195
4195
|
return;
|
|
4196
4196
|
}
|
|
4197
|
-
var D = w ? w(E,
|
|
4197
|
+
var D = w ? w(E, A, g + "", m, h, T) : void 0, M = D === void 0;
|
|
4198
4198
|
if (M) {
|
|
4199
|
-
var G = o(
|
|
4200
|
-
D =
|
|
4199
|
+
var G = o(A), J = !G && l(A), ie = !G && !J && f(A);
|
|
4200
|
+
D = A, G || J || ie ? o(E) ? D = E : s(E) ? D = n(E) : J ? (M = !1, D = t(A, !0)) : ie ? (M = !1, D = r(A, !0)) : D = [] : d(A) || a(A) ? (D = E, a(E) ? D = C(E) : (!c(E) || u(E)) && (D = i(A))) : M = !1;
|
|
4201
4201
|
}
|
|
4202
|
-
M && (T.set(
|
|
4202
|
+
M && (T.set(A, D), v(D, A, y, w, T), T.delete(A)), e(m, g, D);
|
|
4203
4203
|
}
|
|
4204
4204
|
return nl = _, nl;
|
|
4205
4205
|
}
|
|
@@ -4743,8 +4743,8 @@ function Je() {
|
|
|
4743
4743
|
var g = m.x, y = m.y, v = h.x - g, w = h.y - y, T = m.width / 2, E = m.height / 2;
|
|
4744
4744
|
if (!v && !w)
|
|
4745
4745
|
throw new Error("Not possible to find intersection inside of the rectangle");
|
|
4746
|
-
var
|
|
4747
|
-
return Math.abs(w) * T > Math.abs(v) * E ? (w < 0 && (E = -E),
|
|
4746
|
+
var A, L;
|
|
4747
|
+
return Math.abs(w) * T > Math.abs(v) * E ? (w < 0 && (E = -E), A = E * v / w, L = E) : (v < 0 && (T = -T), A = T, L = T * w / v), { x: g + A, y: y + L };
|
|
4748
4748
|
}
|
|
4749
4749
|
function l(m) {
|
|
4750
4750
|
var h = e.map(e.range(f(m) + 1), function() {
|
|
@@ -4940,11 +4940,11 @@ function CC() {
|
|
|
4940
4940
|
y.edge(w, E).cutvalue = c(y, v, w);
|
|
4941
4941
|
}
|
|
4942
4942
|
function c(y, v, w) {
|
|
4943
|
-
var T = y.node(w), E = T.parent,
|
|
4944
|
-
return L || (
|
|
4943
|
+
var T = y.node(w), E = T.parent, A = !0, L = v.edge(w, E), D = 0;
|
|
4944
|
+
return L || (A = !1, L = v.edge(E, w)), D = L.weight, e.forEach(v.nodeEdges(w), function(M) {
|
|
4945
4945
|
var G = M.v === w, J = G ? M.w : M.v;
|
|
4946
4946
|
if (J !== E) {
|
|
4947
|
-
var ie = G ===
|
|
4947
|
+
var ie = G === A, F = v.edge(M).weight;
|
|
4948
4948
|
if (D += ie ? F : -F, h(y, w, J)) {
|
|
4949
4949
|
var P = y.edge(w, J).cutvalue;
|
|
4950
4950
|
D += ie ? -P : P;
|
|
@@ -4956,10 +4956,10 @@ function CC() {
|
|
|
4956
4956
|
arguments.length < 2 && (v = y.nodes()[0]), f(y, {}, 1, v);
|
|
4957
4957
|
}
|
|
4958
4958
|
function f(y, v, w, T, E) {
|
|
4959
|
-
var
|
|
4959
|
+
var A = w, L = y.node(T);
|
|
4960
4960
|
return v[T] = !0, e.forEach(y.neighbors(T), function(D) {
|
|
4961
4961
|
e.has(v, D) || (w = f(y, v, w, D, T));
|
|
4962
|
-
}), L.low =
|
|
4962
|
+
}), L.low = A, L.lim = w++, E ? L.parent = E : delete L.parent, w;
|
|
4963
4963
|
}
|
|
4964
4964
|
function p(y) {
|
|
4965
4965
|
return e.find(y.edges(), function(v) {
|
|
@@ -4969,8 +4969,8 @@ function CC() {
|
|
|
4969
4969
|
function C(y, v, w) {
|
|
4970
4970
|
var T = w.v, E = w.w;
|
|
4971
4971
|
v.hasEdge(T, E) || (T = w.w, E = w.v);
|
|
4972
|
-
var
|
|
4973
|
-
|
|
4972
|
+
var A = y.node(T), L = y.node(E), D = A, M = !1;
|
|
4973
|
+
A.lim > L.lim && (D = L, M = !0);
|
|
4974
4974
|
var G = e.filter(v.edges(), function(J) {
|
|
4975
4975
|
return M === g(y, y.node(J.v), D) && M !== g(y, y.node(J.w), D);
|
|
4976
4976
|
});
|
|
@@ -4979,16 +4979,16 @@ function CC() {
|
|
|
4979
4979
|
});
|
|
4980
4980
|
}
|
|
4981
4981
|
function _(y, v, w, T) {
|
|
4982
|
-
var E = w.v,
|
|
4983
|
-
y.removeEdge(E,
|
|
4982
|
+
var E = w.v, A = w.w;
|
|
4983
|
+
y.removeEdge(E, A), y.setEdge(T.v, T.w, {}), d(y), l(y, v), m(y, v);
|
|
4984
4984
|
}
|
|
4985
4985
|
function m(y, v) {
|
|
4986
4986
|
var w = e.find(y.nodes(), function(E) {
|
|
4987
4987
|
return !v.node(E).parent;
|
|
4988
4988
|
}), T = i(y, w);
|
|
4989
4989
|
T = T.slice(1), e.forEach(T, function(E) {
|
|
4990
|
-
var
|
|
4991
|
-
L || (L = v.edge(
|
|
4990
|
+
var A = y.node(E).parent, L = v.edge(E, A), D = !1;
|
|
4991
|
+
L || (L = v.edge(A, E), D = !0), v.node(E).rank = v.node(A).rank + (D ? L.minlen : -L.minlen);
|
|
4992
4992
|
});
|
|
4993
4993
|
}
|
|
4994
4994
|
function h(y, v, w) {
|
|
@@ -5540,24 +5540,24 @@ function xC() {
|
|
|
5540
5540
|
function n(h, g) {
|
|
5541
5541
|
var y = {};
|
|
5542
5542
|
function v(w, T) {
|
|
5543
|
-
var E = 0,
|
|
5543
|
+
var E = 0, A = 0, L = w.length, D = e.last(T);
|
|
5544
5544
|
return e.forEach(T, function(M, G) {
|
|
5545
5545
|
var J = a(h, M), ie = J ? h.node(J).order : L;
|
|
5546
|
-
(J || M === D) && (e.forEach(T.slice(
|
|
5546
|
+
(J || M === D) && (e.forEach(T.slice(A, G + 1), function(F) {
|
|
5547
5547
|
e.forEach(h.predecessors(F), function(P) {
|
|
5548
5548
|
var ne = h.node(P), X = ne.order;
|
|
5549
5549
|
(X < E || ie < X) && !(ne.dummy && h.node(F).dummy) && o(y, P, F);
|
|
5550
5550
|
});
|
|
5551
|
-
}),
|
|
5551
|
+
}), A = G + 1, E = ie);
|
|
5552
5552
|
}), T;
|
|
5553
5553
|
}
|
|
5554
5554
|
return e.reduce(g, v), y;
|
|
5555
5555
|
}
|
|
5556
5556
|
function i(h, g) {
|
|
5557
5557
|
var y = {};
|
|
5558
|
-
function v(T, E,
|
|
5558
|
+
function v(T, E, A, L, D) {
|
|
5559
5559
|
var M;
|
|
5560
|
-
e.forEach(e.range(E,
|
|
5560
|
+
e.forEach(e.range(E, A), function(G) {
|
|
5561
5561
|
M = T[G], h.node(M).dummy && e.forEach(h.predecessors(M), function(J) {
|
|
5562
5562
|
var ie = h.node(J);
|
|
5563
5563
|
ie.dummy && (ie.order < L || ie.order > D) && o(y, J, M);
|
|
@@ -5565,11 +5565,11 @@ function xC() {
|
|
|
5565
5565
|
});
|
|
5566
5566
|
}
|
|
5567
5567
|
function w(T, E) {
|
|
5568
|
-
var
|
|
5568
|
+
var A = -1, L, D = 0;
|
|
5569
5569
|
return e.forEach(E, function(M, G) {
|
|
5570
5570
|
if (h.node(M).dummy === "border") {
|
|
5571
5571
|
var J = h.predecessors(M);
|
|
5572
|
-
J.length && (L = h.node(J[0]).order, v(E, D, G,
|
|
5572
|
+
J.length && (L = h.node(J[0]).order, v(E, D, G, A, L), D = G, A = L);
|
|
5573
5573
|
}
|
|
5574
5574
|
v(E, D, E.length, L, T.length);
|
|
5575
5575
|
}), E;
|
|
@@ -5599,13 +5599,13 @@ function xC() {
|
|
|
5599
5599
|
}
|
|
5600
5600
|
function l(h, g, y, v) {
|
|
5601
5601
|
var w = {}, T = {}, E = {};
|
|
5602
|
-
return e.forEach(g, function(
|
|
5603
|
-
e.forEach(
|
|
5602
|
+
return e.forEach(g, function(A) {
|
|
5603
|
+
e.forEach(A, function(L, D) {
|
|
5604
5604
|
w[L] = L, T[L] = L, E[L] = D;
|
|
5605
5605
|
});
|
|
5606
|
-
}), e.forEach(g, function(
|
|
5606
|
+
}), e.forEach(g, function(A) {
|
|
5607
5607
|
var L = -1;
|
|
5608
|
-
e.forEach(
|
|
5608
|
+
e.forEach(A, function(D) {
|
|
5609
5609
|
var M = v(D);
|
|
5610
5610
|
if (M.length) {
|
|
5611
5611
|
M = e.sortBy(M, function(P) {
|
|
@@ -5620,7 +5620,7 @@ function xC() {
|
|
|
5620
5620
|
}), { root: w, align: T };
|
|
5621
5621
|
}
|
|
5622
5622
|
function u(h, g, y, v, w) {
|
|
5623
|
-
var T = {}, E = c(h, g, y, w),
|
|
5623
|
+
var T = {}, E = c(h, g, y, w), A = w ? "borderLeft" : "borderRight";
|
|
5624
5624
|
function L(G, J) {
|
|
5625
5625
|
for (var ie = E.nodes(), F = ie.pop(), P = {}; F; )
|
|
5626
5626
|
P[F] ? G(F) : (P[F] = !0, ie.push(F), ie = ie.concat(J(F))), F = ie.pop();
|
|
@@ -5634,7 +5634,7 @@ function xC() {
|
|
|
5634
5634
|
var J = E.outEdges(G).reduce(function(F, P) {
|
|
5635
5635
|
return Math.min(F, T[P.w] - E.edge(P));
|
|
5636
5636
|
}, Number.POSITIVE_INFINITY), ie = h.node(G);
|
|
5637
|
-
J !== Number.POSITIVE_INFINITY && ie.borderType !==
|
|
5637
|
+
J !== Number.POSITIVE_INFINITY && ie.borderType !== A && (T[G] = Math.max(T[G], J));
|
|
5638
5638
|
}
|
|
5639
5639
|
return L(D, E.predecessors.bind(E)), L(M, E.successors.bind(E)), e.forEach(v, function(G) {
|
|
5640
5640
|
T[G] = T[y[G]];
|
|
@@ -5642,9 +5642,9 @@ function xC() {
|
|
|
5642
5642
|
}
|
|
5643
5643
|
function c(h, g, y, v) {
|
|
5644
5644
|
var w = new t(), T = h.graph(), E = _(T.nodesep, T.edgesep, v);
|
|
5645
|
-
return e.forEach(g, function(
|
|
5645
|
+
return e.forEach(g, function(A) {
|
|
5646
5646
|
var L;
|
|
5647
|
-
e.forEach(
|
|
5647
|
+
e.forEach(A, function(D) {
|
|
5648
5648
|
var M = y[D];
|
|
5649
5649
|
if (w.setNode(M), L) {
|
|
5650
5650
|
var G = y[L], J = w.edge(G, M);
|
|
@@ -5658,8 +5658,8 @@ function xC() {
|
|
|
5658
5658
|
return e.minBy(e.values(g), function(y) {
|
|
5659
5659
|
var v = Number.NEGATIVE_INFINITY, w = Number.POSITIVE_INFINITY;
|
|
5660
5660
|
return e.forIn(y, function(T, E) {
|
|
5661
|
-
var
|
|
5662
|
-
v = Math.max(T +
|
|
5661
|
+
var A = m(h, E) / 2;
|
|
5662
|
+
v = Math.max(T + A, v), w = Math.min(T - A, w);
|
|
5663
5663
|
}), v - w;
|
|
5664
5664
|
});
|
|
5665
5665
|
}
|
|
@@ -5667,10 +5667,10 @@ function xC() {
|
|
|
5667
5667
|
var y = e.values(g), v = e.min(y), w = e.max(y);
|
|
5668
5668
|
e.forEach(["u", "d"], function(T) {
|
|
5669
5669
|
e.forEach(["l", "r"], function(E) {
|
|
5670
|
-
var
|
|
5670
|
+
var A = T + E, L = h[A], D;
|
|
5671
5671
|
if (L !== g) {
|
|
5672
5672
|
var M = e.values(L);
|
|
5673
|
-
D = E === "l" ? v - e.min(M) : w - e.max(M), D && (h[
|
|
5673
|
+
D = E === "l" ? v - e.min(M) : w - e.max(M), D && (h[A] = e.mapValues(L, function(G) {
|
|
5674
5674
|
return G + D;
|
|
5675
5675
|
}));
|
|
5676
5676
|
}
|
|
@@ -5691,8 +5691,8 @@ function xC() {
|
|
|
5691
5691
|
i(h, g)
|
|
5692
5692
|
), v = {}, w;
|
|
5693
5693
|
e.forEach(["u", "d"], function(E) {
|
|
5694
|
-
w = E === "u" ? g : e.values(g).reverse(), e.forEach(["l", "r"], function(
|
|
5695
|
-
|
|
5694
|
+
w = E === "u" ? g : e.values(g).reverse(), e.forEach(["l", "r"], function(A) {
|
|
5695
|
+
A === "r" && (w = e.map(w, function(G) {
|
|
5696
5696
|
return e.values(G).reverse();
|
|
5697
5697
|
}));
|
|
5698
5698
|
var L = (E === "u" ? h.predecessors : h.successors).bind(h), D = l(h, w, y, L), M = u(
|
|
@@ -5700,11 +5700,11 @@ function xC() {
|
|
|
5700
5700
|
w,
|
|
5701
5701
|
D.root,
|
|
5702
5702
|
D.align,
|
|
5703
|
-
|
|
5703
|
+
A === "r"
|
|
5704
5704
|
);
|
|
5705
|
-
|
|
5705
|
+
A === "r" && (M = e.mapValues(M, function(G) {
|
|
5706
5706
|
return -G;
|
|
5707
|
-
})), v[E +
|
|
5707
|
+
})), v[E + A] = M;
|
|
5708
5708
|
});
|
|
5709
5709
|
});
|
|
5710
5710
|
var T = d(h, v);
|
|
@@ -5712,7 +5712,7 @@ function xC() {
|
|
|
5712
5712
|
}
|
|
5713
5713
|
function _(h, g, y) {
|
|
5714
5714
|
return function(v, w, T) {
|
|
5715
|
-
var E = v.node(w),
|
|
5715
|
+
var E = v.node(w), A = v.node(T), L = 0, D;
|
|
5716
5716
|
if (L += E.width / 2, e.has(E, "labelpos"))
|
|
5717
5717
|
switch (E.labelpos.toLowerCase()) {
|
|
5718
5718
|
case "l":
|
|
@@ -5722,13 +5722,13 @@ function xC() {
|
|
|
5722
5722
|
D = E.width / 2;
|
|
5723
5723
|
break;
|
|
5724
5724
|
}
|
|
5725
|
-
if (D && (L += y ? D : -D), D = 0, L += (E.dummy ? g : h) / 2, L += (
|
|
5726
|
-
switch (
|
|
5725
|
+
if (D && (L += y ? D : -D), D = 0, L += (E.dummy ? g : h) / 2, L += (A.dummy ? g : h) / 2, L += A.width / 2, e.has(A, "labelpos"))
|
|
5726
|
+
switch (A.labelpos.toLowerCase()) {
|
|
5727
5727
|
case "l":
|
|
5728
|
-
D =
|
|
5728
|
+
D = A.width / 2;
|
|
5729
5729
|
break;
|
|
5730
5730
|
case "r":
|
|
5731
|
-
D = -
|
|
5731
|
+
D = -A.width / 2;
|
|
5732
5732
|
break;
|
|
5733
5733
|
}
|
|
5734
5734
|
return D && (L += y ? D : -D), D = 0, L;
|
|
@@ -5772,13 +5772,13 @@ function FC() {
|
|
|
5772
5772
|
function C(R, x) {
|
|
5773
5773
|
var H = x && x.debugTiming ? f.time : f.notime;
|
|
5774
5774
|
H("layout", function() {
|
|
5775
|
-
var
|
|
5775
|
+
var z = H(" buildLayoutGraph", function() {
|
|
5776
5776
|
return L(R);
|
|
5777
5777
|
});
|
|
5778
5778
|
H(" runLayout", function() {
|
|
5779
|
-
_(
|
|
5779
|
+
_(z, H);
|
|
5780
5780
|
}), H(" updateInputGraph", function() {
|
|
5781
|
-
m(R,
|
|
5781
|
+
m(R, z);
|
|
5782
5782
|
});
|
|
5783
5783
|
});
|
|
5784
5784
|
}
|
|
@@ -5841,11 +5841,11 @@ function FC() {
|
|
|
5841
5841
|
}
|
|
5842
5842
|
function m(R, x) {
|
|
5843
5843
|
e.forEach(R.nodes(), function(H) {
|
|
5844
|
-
var
|
|
5845
|
-
|
|
5844
|
+
var z = R.node(H), se = x.node(H);
|
|
5845
|
+
z && (z.x = se.x, z.y = se.y, x.children(H).length && (z.width = se.width, z.height = se.height));
|
|
5846
5846
|
}), e.forEach(R.edges(), function(H) {
|
|
5847
|
-
var
|
|
5848
|
-
|
|
5847
|
+
var z = R.edge(H), se = x.edge(H);
|
|
5848
|
+
z.points = se.points, e.has(se, "x") && (z.x = se.x, z.y = se.y);
|
|
5849
5849
|
}), R.graph().width = x.graph().width, R.graph().height = x.graph().height;
|
|
5850
5850
|
}
|
|
5851
5851
|
var h = ["nodesep", "edgesep", "ranksep", "marginx", "marginy"], g = { ranksep: 50, edgesep: 20, nodesep: 50, rankdir: "tb" }, y = ["acyclicer", "ranker", "rankdir", "align"], v = ["width", "height"], w = { width: 0, height: 0 }, T = ["minlen", "weight", "width", "height", "labeloffset"], E = {
|
|
@@ -5855,7 +5855,7 @@ function FC() {
|
|
|
5855
5855
|
height: 0,
|
|
5856
5856
|
labeloffset: 10,
|
|
5857
5857
|
labelpos: "r"
|
|
5858
|
-
},
|
|
5858
|
+
}, A = ["labelpos"];
|
|
5859
5859
|
function L(R) {
|
|
5860
5860
|
var x = new p({ multigraph: !0, compound: !0 }), H = Ke(R.graph());
|
|
5861
5861
|
return x.setGraph(e.merge(
|
|
@@ -5863,31 +5863,31 @@ function FC() {
|
|
|
5863
5863
|
g,
|
|
5864
5864
|
We(H, h),
|
|
5865
5865
|
e.pick(H, y)
|
|
5866
|
-
)), e.forEach(R.nodes(), function(
|
|
5867
|
-
var se = Ke(R.node(
|
|
5868
|
-
x.setNode(
|
|
5869
|
-
}), e.forEach(R.edges(), function(
|
|
5870
|
-
var se = Ke(R.edge(
|
|
5871
|
-
x.setEdge(
|
|
5866
|
+
)), e.forEach(R.nodes(), function(z) {
|
|
5867
|
+
var se = Ke(R.node(z));
|
|
5868
|
+
x.setNode(z, e.defaults(We(se, v), w)), x.setParent(z, R.parent(z));
|
|
5869
|
+
}), e.forEach(R.edges(), function(z) {
|
|
5870
|
+
var se = Ke(R.edge(z));
|
|
5871
|
+
x.setEdge(z, e.merge(
|
|
5872
5872
|
{},
|
|
5873
5873
|
E,
|
|
5874
5874
|
We(se, T),
|
|
5875
|
-
e.pick(se,
|
|
5875
|
+
e.pick(se, A)
|
|
5876
5876
|
));
|
|
5877
5877
|
}), x;
|
|
5878
5878
|
}
|
|
5879
5879
|
function D(R) {
|
|
5880
5880
|
var x = R.graph();
|
|
5881
5881
|
x.ranksep /= 2, e.forEach(R.edges(), function(H) {
|
|
5882
|
-
var
|
|
5883
|
-
|
|
5882
|
+
var z = R.edge(H);
|
|
5883
|
+
z.minlen *= 2, z.labelpos.toLowerCase() !== "c" && (x.rankdir === "TB" || x.rankdir === "BT" ? z.width += z.labeloffset : z.height += z.labeloffset);
|
|
5884
5884
|
});
|
|
5885
5885
|
}
|
|
5886
5886
|
function M(R) {
|
|
5887
5887
|
e.forEach(R.edges(), function(x) {
|
|
5888
5888
|
var H = R.edge(x);
|
|
5889
5889
|
if (H.width && H.height) {
|
|
5890
|
-
var
|
|
5890
|
+
var z = R.node(x.v), se = R.node(x.w), Ce = { rank: (se.rank - z.rank) / 2 + z.rank, e: x };
|
|
5891
5891
|
f.addDummyNode(R, "edge-proxy", Ce, "_ep");
|
|
5892
5892
|
}
|
|
5893
5893
|
});
|
|
@@ -5895,8 +5895,8 @@ function FC() {
|
|
|
5895
5895
|
function G(R) {
|
|
5896
5896
|
var x = 0;
|
|
5897
5897
|
e.forEach(R.nodes(), function(H) {
|
|
5898
|
-
var
|
|
5899
|
-
|
|
5898
|
+
var z = R.node(H);
|
|
5899
|
+
z.borderTop && (z.minRank = R.node(z.borderTop).rank, z.maxRank = R.node(z.borderBottom).rank, x = e.max(x, z.maxRank));
|
|
5900
5900
|
}), R.graph().maxRank = x;
|
|
5901
5901
|
}
|
|
5902
5902
|
function J(R) {
|
|
@@ -5906,30 +5906,30 @@ function FC() {
|
|
|
5906
5906
|
});
|
|
5907
5907
|
}
|
|
5908
5908
|
function ie(R) {
|
|
5909
|
-
var x = Number.POSITIVE_INFINITY, H = 0,
|
|
5909
|
+
var x = Number.POSITIVE_INFINITY, H = 0, z = Number.POSITIVE_INFINITY, se = 0, Ce = R.graph(), Ae = Ce.marginx || 0, Ve = Ce.marginy || 0;
|
|
5910
5910
|
function Pt(qe) {
|
|
5911
5911
|
var Ne = qe.x, le = qe.y, rt = qe.width, de = qe.height;
|
|
5912
|
-
x = Math.min(x, Ne - rt / 2), H = Math.max(H, Ne + rt / 2),
|
|
5912
|
+
x = Math.min(x, Ne - rt / 2), H = Math.max(H, Ne + rt / 2), z = Math.min(z, le - de / 2), se = Math.max(se, le + de / 2);
|
|
5913
5913
|
}
|
|
5914
5914
|
e.forEach(R.nodes(), function(qe) {
|
|
5915
5915
|
Pt(R.node(qe));
|
|
5916
5916
|
}), e.forEach(R.edges(), function(qe) {
|
|
5917
5917
|
var Ne = R.edge(qe);
|
|
5918
5918
|
e.has(Ne, "x") && Pt(Ne);
|
|
5919
|
-
}), x -= Ae,
|
|
5919
|
+
}), x -= Ae, z -= Ve, e.forEach(R.nodes(), function(qe) {
|
|
5920
5920
|
var Ne = R.node(qe);
|
|
5921
|
-
Ne.x -= x, Ne.y -=
|
|
5921
|
+
Ne.x -= x, Ne.y -= z;
|
|
5922
5922
|
}), e.forEach(R.edges(), function(qe) {
|
|
5923
5923
|
var Ne = R.edge(qe);
|
|
5924
5924
|
e.forEach(Ne.points, function(le) {
|
|
5925
|
-
le.x -= x, le.y -=
|
|
5926
|
-
}), e.has(Ne, "x") && (Ne.x -= x), e.has(Ne, "y") && (Ne.y -=
|
|
5927
|
-
}), Ce.width = H - x + Ae, Ce.height = se -
|
|
5925
|
+
le.x -= x, le.y -= z;
|
|
5926
|
+
}), e.has(Ne, "x") && (Ne.x -= x), e.has(Ne, "y") && (Ne.y -= z);
|
|
5927
|
+
}), Ce.width = H - x + Ae, Ce.height = se - z + Ve;
|
|
5928
5928
|
}
|
|
5929
5929
|
function F(R) {
|
|
5930
5930
|
e.forEach(R.edges(), function(x) {
|
|
5931
|
-
var H = R.edge(x),
|
|
5932
|
-
H.points ? (Ce = H.points[0], Ae = H.points[H.points.length - 1]) : (H.points = [], Ce = se, Ae =
|
|
5931
|
+
var H = R.edge(x), z = R.node(x.v), se = R.node(x.w), Ce, Ae;
|
|
5932
|
+
H.points ? (Ce = H.points[0], Ae = H.points[H.points.length - 1]) : (H.points = [], Ce = se, Ae = z), H.points.unshift(f.intersectRect(z, Ce)), H.points.push(f.intersectRect(se, Ae));
|
|
5933
5933
|
});
|
|
5934
5934
|
}
|
|
5935
5935
|
function P(R) {
|
|
@@ -5955,8 +5955,8 @@ function FC() {
|
|
|
5955
5955
|
function X(R) {
|
|
5956
5956
|
e.forEach(R.nodes(), function(x) {
|
|
5957
5957
|
if (R.children(x).length) {
|
|
5958
|
-
var H = R.node(x),
|
|
5959
|
-
H.width = Math.abs(Ae.x - Ce.x), H.height = Math.abs(se.y -
|
|
5958
|
+
var H = R.node(x), z = R.node(H.borderTop), se = R.node(H.borderBottom), Ce = R.node(e.last(H.borderLeft)), Ae = R.node(e.last(H.borderRight));
|
|
5959
|
+
H.width = Math.abs(Ae.x - Ce.x), H.height = Math.abs(se.y - z.y), H.x = Ce.x + H.width / 2, H.y = z.y + H.height / 2;
|
|
5960
5960
|
}
|
|
5961
5961
|
}), e.forEach(R.nodes(), function(x) {
|
|
5962
5962
|
R.node(x).dummy === "border" && R.removeNode(x);
|
|
@@ -5973,15 +5973,15 @@ function FC() {
|
|
|
5973
5973
|
function ce(R) {
|
|
5974
5974
|
var x = f.buildLayerMatrix(R);
|
|
5975
5975
|
e.forEach(x, function(H) {
|
|
5976
|
-
var
|
|
5976
|
+
var z = 0;
|
|
5977
5977
|
e.forEach(H, function(se, Ce) {
|
|
5978
5978
|
var Ae = R.node(se);
|
|
5979
|
-
Ae.order = Ce +
|
|
5979
|
+
Ae.order = Ce + z, e.forEach(Ae.selfEdges, function(Ve) {
|
|
5980
5980
|
f.addDummyNode(R, "selfedge", {
|
|
5981
5981
|
width: Ve.label.width,
|
|
5982
5982
|
height: Ve.label.height,
|
|
5983
5983
|
rank: Ae.rank,
|
|
5984
|
-
order: Ce + ++
|
|
5984
|
+
order: Ce + ++z,
|
|
5985
5985
|
e: Ve.e,
|
|
5986
5986
|
label: Ve.label
|
|
5987
5987
|
}, "_se");
|
|
@@ -5993,7 +5993,7 @@ function FC() {
|
|
|
5993
5993
|
e.forEach(R.nodes(), function(x) {
|
|
5994
5994
|
var H = R.node(x);
|
|
5995
5995
|
if (H.dummy === "selfedge") {
|
|
5996
|
-
var
|
|
5996
|
+
var z = R.node(H.e.v), se = z.x + z.width / 2, Ce = z.y, Ae = H.x - se, Ve = z.height / 2;
|
|
5997
5997
|
R.setEdge(H.e, H.label), R.removeNode(x), H.label.points = [
|
|
5998
5998
|
{ x: se + 2 * Ae / 3, y: Ce - Ve },
|
|
5999
5999
|
{ x: se + 5 * Ae / 6, y: Ce - Ve },
|
|
@@ -6009,8 +6009,8 @@ function FC() {
|
|
|
6009
6009
|
}
|
|
6010
6010
|
function Ke(R) {
|
|
6011
6011
|
var x = {};
|
|
6012
|
-
return e.forEach(R, function(H,
|
|
6013
|
-
x[
|
|
6012
|
+
return e.forEach(R, function(H, z) {
|
|
6013
|
+
x[z.toLowerCase()] = H;
|
|
6014
6014
|
}), x;
|
|
6015
6015
|
}
|
|
6016
6016
|
return Jl;
|
|
@@ -6218,7 +6218,7 @@ const Wg = /* @__PURE__ */ Ru(GC), xt = "root.Triggers", ru = {
|
|
|
6218
6218
|
return n.branchType === "ERROR" || r.branchType === "ERROR" ? "error" : n.branchType === "FINALLY" || r.branchType === "FINALLY" ? "warning" : null;
|
|
6219
6219
|
},
|
|
6220
6220
|
generateGraph(e, t, r, n, i, a, o, s, l, u, c, d, f) {
|
|
6221
|
-
var E,
|
|
6221
|
+
var E, A, L, D, M, G, J, ie, F, P, ne, X;
|
|
6222
6222
|
const p = [], C = [zt + xt];
|
|
6223
6223
|
if (!n || i && !this.flowHaveTasks(i)) {
|
|
6224
6224
|
p.push({
|
|
@@ -6276,7 +6276,7 @@ const Wg = /* @__PURE__ */ Ru(GC), xt = "root.Triggers", ru = {
|
|
|
6276
6276
|
);
|
|
6277
6277
|
for (const j of h)
|
|
6278
6278
|
if (!s[j.cluster.uid] && !l.has(j.cluster.uid)) {
|
|
6279
|
-
((
|
|
6279
|
+
((A = (E = j.cluster.taskNode) == null ? void 0 : E.task) == null ? void 0 : A.type) === "io.kestra.core.tasks.flows.Dag" && y.push(j.cluster.taskNode.uid);
|
|
6280
6280
|
for (const R of j.nodes)
|
|
6281
6281
|
m[R] = j.cluster;
|
|
6282
6282
|
const ce = j.cluster.uid, Le = _.node(ce), We = j.parents ? j.parents[j.parents.length - 1] : void 0, Ke = this.computeClusterColor(j.cluster);
|
|
@@ -6397,7 +6397,7 @@ const Wg = /* @__PURE__ */ Ru(GC), xt = "root.Triggers", ru = {
|
|
|
6397
6397
|
}
|
|
6398
6398
|
};
|
|
6399
6399
|
let Ur;
|
|
6400
|
-
async function
|
|
6400
|
+
async function dN() {
|
|
6401
6401
|
if (Ur)
|
|
6402
6402
|
return Ur;
|
|
6403
6403
|
const e = await import("./useMarkdownParser-DLd0wJXB.js").then((r) => r.W);
|
|
@@ -6462,7 +6462,7 @@ const KC = /\{([0-9a-zA-Z]+)\}/g;
|
|
|
6462
6462
|
function kn(e, ...t) {
|
|
6463
6463
|
return t.length === 1 && ye(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(KC, (r, n) => t.hasOwnProperty(n) ? t[n] : "");
|
|
6464
6464
|
}
|
|
6465
|
-
const Dt = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), YC = (e, t, r) => XC({ l: e, k: t, s: r }), XC = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), Ge = (e) => typeof e == "number" && isFinite(e), ZC = (e) => Xu(e) === "[object Date]", Jr = (e) => Xu(e) === "[object RegExp]", On = (e) =>
|
|
6465
|
+
const Dt = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), YC = (e, t, r) => XC({ l: e, k: t, s: r }), XC = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), Ge = (e) => typeof e == "number" && isFinite(e), ZC = (e) => Xu(e) === "[object Date]", Jr = (e) => Xu(e) === "[object RegExp]", On = (e) => me(e) && Object.keys(e).length === 0, je = Object.assign, JC = Object.create, ke = (e = null) => JC(e);
|
|
6466
6466
|
let Kg;
|
|
6467
6467
|
const Kt = () => Kg || (Kg = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : ke());
|
|
6468
6468
|
function Yg(e) {
|
|
@@ -6472,7 +6472,7 @@ const QC = Object.prototype.hasOwnProperty;
|
|
|
6472
6472
|
function dt(e, t) {
|
|
6473
6473
|
return QC.call(e, t);
|
|
6474
6474
|
}
|
|
6475
|
-
const Ue = Array.isArray, Ie = (e) => typeof e == "function", Z = (e) => typeof e == "string", De = (e) => typeof e == "boolean", ye = (e) => e !== null && typeof e == "object", ew = (e) => ye(e) && Ie(e.then) && Ie(e.catch), Bv = Object.prototype.toString, Xu = (e) => Bv.call(e),
|
|
6475
|
+
const Ue = Array.isArray, Ie = (e) => typeof e == "function", Z = (e) => typeof e == "string", De = (e) => typeof e == "boolean", ye = (e) => e !== null && typeof e == "object", ew = (e) => ye(e) && Ie(e.then) && Ie(e.catch), Bv = Object.prototype.toString, Xu = (e) => Bv.call(e), me = (e) => Xu(e) === "[object Object]", tw = (e) => e == null ? "" : Ue(e) || me(e) && e.toString === Bv ? JSON.stringify(e, null, 2) : String(e);
|
|
6476
6476
|
function Zu(e, t = "") {
|
|
6477
6477
|
return e.reduce((r, n, i) => i === 0 ? r + n : r + t + n, "");
|
|
6478
6478
|
}
|
|
@@ -6743,7 +6743,7 @@ function vw(e, t = {}) {
|
|
|
6743
6743
|
const Q = h(S.currentPeek());
|
|
6744
6744
|
return S.resetPeek(), Q;
|
|
6745
6745
|
}
|
|
6746
|
-
function
|
|
6746
|
+
function A(S, O) {
|
|
6747
6747
|
const { currentType: $ } = O;
|
|
6748
6748
|
if (!($ === 7 || $ === 11))
|
|
6749
6749
|
return !1;
|
|
@@ -6860,11 +6860,11 @@ function vw(e, t = {}) {
|
|
|
6860
6860
|
m(S), C(S, "'");
|
|
6861
6861
|
let O = "", $ = "";
|
|
6862
6862
|
for (; O = G(S, x); )
|
|
6863
|
-
O === "\\" ? $ +=
|
|
6863
|
+
O === "\\" ? $ += z(S) : $ += O;
|
|
6864
6864
|
const Q = S.currentChar();
|
|
6865
6865
|
return Q === Ye || Q === $t ? (d(re.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), Q === Ye && (S.next(), C(S, "'")), $) : (C(S, "'"), $);
|
|
6866
6866
|
}
|
|
6867
|
-
function
|
|
6867
|
+
function z(S) {
|
|
6868
6868
|
const O = S.currentChar();
|
|
6869
6869
|
switch (O) {
|
|
6870
6870
|
case "\\":
|
|
@@ -6988,7 +6988,7 @@ function vw(e, t = {}) {
|
|
|
6988
6988
|
/* TokenChars.LinkedDelimiter */
|
|
6989
6989
|
);
|
|
6990
6990
|
default:
|
|
6991
|
-
return D(S) ? (Q = f(O, 1, qe(S)), O.braceNest = 0, O.inLinked = !1, Q) : T(S, O) ||
|
|
6991
|
+
return D(S) ? (Q = f(O, 1, qe(S)), O.braceNest = 0, O.inLinked = !1, Q) : T(S, O) || A(S, O) ? (m(S), le(S, O)) : E(S, O) ? (m(S), f(O, 11, Ve(S))) : L(S, O) ? (m(S), be === "{" ? Ne(S, O) || Q : f(O, 10, Pt(S))) : ($ === 7 && d(re.INVALID_LINKED_FORMAT, a(), 0), O.braceNest = 0, O.inLinked = !1, rt(S, O));
|
|
6992
6992
|
}
|
|
6993
6993
|
}
|
|
6994
6994
|
function rt(S, O) {
|
|
@@ -7056,11 +7056,11 @@ function Ew(e = {}) {
|
|
|
7056
7056
|
function n(h, g, y, v, ...w) {
|
|
7057
7057
|
const T = h.currentPosition();
|
|
7058
7058
|
if (T.offset += v, T.column += v, r) {
|
|
7059
|
-
const E = t ? du(y, T) : null,
|
|
7059
|
+
const E = t ? du(y, T) : null, A = _r(g, E, {
|
|
7060
7060
|
domain: _w,
|
|
7061
7061
|
args: w
|
|
7062
7062
|
});
|
|
7063
|
-
r(
|
|
7063
|
+
r(A);
|
|
7064
7064
|
}
|
|
7065
7065
|
}
|
|
7066
7066
|
function i(h, g, y) {
|
|
@@ -7158,8 +7158,8 @@ function Ew(e = {}) {
|
|
|
7158
7158
|
}
|
|
7159
7159
|
}
|
|
7160
7160
|
} while (g.currentType !== 13 && g.currentType !== 1);
|
|
7161
|
-
const E = g.currentType === 1 ? g.lastOffset : h.currentOffset(),
|
|
7162
|
-
return a(w, E,
|
|
7161
|
+
const E = g.currentType === 1 ? g.lastOffset : h.currentOffset(), A = g.currentType === 1 ? g.lastEndLoc : h.currentPosition();
|
|
7162
|
+
return a(w, E, A), w;
|
|
7163
7163
|
}
|
|
7164
7164
|
function C(h, g, y, v) {
|
|
7165
7165
|
const w = h.context();
|
|
@@ -7167,8 +7167,8 @@ function Ew(e = {}) {
|
|
|
7167
7167
|
const E = i(1, g, y);
|
|
7168
7168
|
E.cases = [], E.cases.push(v);
|
|
7169
7169
|
do {
|
|
7170
|
-
const
|
|
7171
|
-
T || (T =
|
|
7170
|
+
const A = p(h);
|
|
7171
|
+
T || (T = A.items.length === 0), E.cases.push(A);
|
|
7172
7172
|
} while (w.currentType !== 13);
|
|
7173
7173
|
return T && n(h, re.MUST_HAVE_MESSAGES_IN_PLURAL, y, 0), a(E, h.currentOffset(), h.currentPosition()), E;
|
|
7174
7174
|
}
|
|
@@ -7727,7 +7727,7 @@ function t_(e, t, r) {
|
|
|
7727
7727
|
let o = [r];
|
|
7728
7728
|
for (; Ue(o); )
|
|
7729
7729
|
o = nm(a, o, t);
|
|
7730
|
-
const s = Ue(t) || !
|
|
7730
|
+
const s = Ue(t) || !me(t) ? t : t.default ? t.default : null;
|
|
7731
7731
|
o = Z(s) ? [s] : s, Ue(o) && nm(a, o, !1), i.__localeChainCache.set(n, a);
|
|
7732
7732
|
}
|
|
7733
7733
|
return a;
|
|
@@ -7754,7 +7754,7 @@ function tS(e, t, r) {
|
|
|
7754
7754
|
if (!e.includes(t) && (n = !0, t)) {
|
|
7755
7755
|
n = t[t.length - 1] !== "!";
|
|
7756
7756
|
const i = t.replace(/!/g, "");
|
|
7757
|
-
e.push(i), (Ue(r) ||
|
|
7757
|
+
e.push(i), (Ue(r) || me(r)) && r[i] && (n = r[i]);
|
|
7758
7758
|
}
|
|
7759
7759
|
return n;
|
|
7760
7760
|
}
|
|
@@ -8097,9 +8097,9 @@ const om = (e) => {
|
|
|
8097
8097
|
}, yS = () => o_;
|
|
8098
8098
|
let sm = 0;
|
|
8099
8099
|
function bS(e = {}) {
|
|
8100
|
-
const t = Ie(e.onWarn) ? e.onWarn : Ht, r = Z(e.version) ? e.version : fS, n = Z(e.locale) || Ie(e.locale) ? e.locale : Qr, i = Ie(n) ? Qr : n, a = Ue(e.fallbackLocale) ||
|
|
8100
|
+
const t = Ie(e.onWarn) ? e.onWarn : Ht, r = Z(e.version) ? e.version : fS, n = Z(e.locale) || Ie(e.locale) ? e.locale : Qr, i = Ie(n) ? Qr : n, a = Ue(e.fallbackLocale) || me(e.fallbackLocale) || Z(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : i, o = me(e.messages) ? e.messages : au(i), s = me(e.datetimeFormats) ? e.datetimeFormats : au(i), l = me(e.numberFormats) ? e.numberFormats : au(i), u = je(ke(), e.modifiers, hS()), c = e.pluralRules || ke(), d = Ie(e.missing) ? e.missing : null, f = De(e.missingWarn) || Jr(e.missingWarn) ? e.missingWarn : !0, p = De(e.fallbackWarn) || Jr(e.fallbackWarn) ? e.fallbackWarn : !0, C = !!e.fallbackFormat, _ = !!e.unresolving, m = Ie(e.postTranslation) ? e.postTranslation : null, h = me(e.processor) ? e.processor : null, g = De(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, y = !!e.escapeParameter, v = Ie(e.messageCompiler) ? e.messageCompiler : r_;
|
|
8101
8101
|
process.env.NODE_ENV !== "production" && Ie(e.messageCompiler) && nw(Xt(Ze.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
|
|
8102
|
-
const w = Ie(e.messageResolver) ? e.messageResolver : n_ || lS, T = Ie(e.localeFallbacker) ? e.localeFallbacker : i_ || Qw, E = ye(e.fallbackContext) ? e.fallbackContext : void 0,
|
|
8102
|
+
const w = Ie(e.messageResolver) ? e.messageResolver : n_ || lS, T = Ie(e.localeFallbacker) ? e.localeFallbacker : i_ || Qw, E = ye(e.fallbackContext) ? e.fallbackContext : void 0, A = e, L = ye(A.__datetimeFormatters) ? A.__datetimeFormatters : /* @__PURE__ */ new Map(), D = ye(A.__numberFormatters) ? A.__numberFormatters : /* @__PURE__ */ new Map(), M = ye(A.__meta) ? A.__meta : {};
|
|
8103
8103
|
sm++;
|
|
8104
8104
|
const G = {
|
|
8105
8105
|
version: r,
|
|
@@ -8125,7 +8125,7 @@ function bS(e = {}) {
|
|
|
8125
8125
|
onWarn: t,
|
|
8126
8126
|
__meta: M
|
|
8127
8127
|
};
|
|
8128
|
-
return G.datetimeFormats = s, G.numberFormats = l, G.__datetimeFormatters = L, G.__numberFormatters = D, process.env.NODE_ENV !== "production" && (G.__v_emitter =
|
|
8128
|
+
return G.datetimeFormats = s, G.numberFormats = l, G.__datetimeFormatters = L, G.__numberFormatters = D, process.env.NODE_ENV !== "production" && (G.__v_emitter = A.__v_emitter != null ? A.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && Kw(G, r, M), G;
|
|
8129
8129
|
}
|
|
8130
8130
|
const au = (e) => ({ [e]: ke() });
|
|
8131
8131
|
function An(e, t) {
|
|
@@ -8199,16 +8199,16 @@ function um(e, ...t) {
|
|
|
8199
8199
|
groupId: `${T}:${l}`
|
|
8200
8200
|
});
|
|
8201
8201
|
}
|
|
8202
|
-
if (h = r[g] || {}, y = h[l],
|
|
8202
|
+
if (h = r[g] || {}, y = h[l], me(y))
|
|
8203
8203
|
break;
|
|
8204
8204
|
tc(e, l, g, f, T), v = w;
|
|
8205
8205
|
}
|
|
8206
|
-
if (!
|
|
8206
|
+
if (!me(y) || !Z(g))
|
|
8207
8207
|
return n ? Ln : l;
|
|
8208
8208
|
let E = `${g}__${l}`;
|
|
8209
8209
|
On(d) || (E = `${E}__${JSON.stringify(d)}`);
|
|
8210
|
-
let
|
|
8211
|
-
return
|
|
8210
|
+
let A = s.get(E);
|
|
8211
|
+
return A || (A = new Intl.DateTimeFormat(g, je({}, y, d)), s.set(E, A)), C ? A.formatToParts(u) : A.format(u);
|
|
8212
8212
|
}
|
|
8213
8213
|
const c_ = [
|
|
8214
8214
|
"localeMatcher",
|
|
@@ -8254,9 +8254,9 @@ function hu(...e) {
|
|
|
8254
8254
|
s = t;
|
|
8255
8255
|
else
|
|
8256
8256
|
throw kt(ze.INVALID_ARGUMENT);
|
|
8257
|
-
return Z(r) ? a.key = r :
|
|
8257
|
+
return Z(r) ? a.key = r : me(r) && Object.keys(r).forEach((l) => {
|
|
8258
8258
|
c_.includes(l) ? o[l] = r[l] : a[l] = r[l];
|
|
8259
|
-
}), Z(n) ? a.locale = n :
|
|
8259
|
+
}), Z(n) ? a.locale = n : me(n) && (o = n), me(i) && (o = i), [a.key || "", s, a, o];
|
|
8260
8260
|
}
|
|
8261
8261
|
function cm(e, t, r) {
|
|
8262
8262
|
const n = e;
|
|
@@ -8293,16 +8293,16 @@ function dm(e, ...t) {
|
|
|
8293
8293
|
groupId: `${T}:${l}`
|
|
8294
8294
|
});
|
|
8295
8295
|
}
|
|
8296
|
-
if (h = r[g] || {}, y = h[l],
|
|
8296
|
+
if (h = r[g] || {}, y = h[l], me(y))
|
|
8297
8297
|
break;
|
|
8298
8298
|
tc(e, l, g, f, T), v = w;
|
|
8299
8299
|
}
|
|
8300
|
-
if (!
|
|
8300
|
+
if (!me(y) || !Z(g))
|
|
8301
8301
|
return n ? Ln : l;
|
|
8302
8302
|
let E = `${g}__${l}`;
|
|
8303
8303
|
On(d) || (E = `${E}__${JSON.stringify(d)}`);
|
|
8304
|
-
let
|
|
8305
|
-
return
|
|
8304
|
+
let A = s.get(E);
|
|
8305
|
+
return A || (A = new Intl.NumberFormat(g, je({}, y, d)), s.set(E, A)), C ? A.formatToParts(u) : A.format(u);
|
|
8306
8306
|
}
|
|
8307
8307
|
const d_ = [
|
|
8308
8308
|
"localeMatcher",
|
|
@@ -8332,9 +8332,9 @@ function pu(...e) {
|
|
|
8332
8332
|
if (!Ge(t))
|
|
8333
8333
|
throw kt(ze.INVALID_ARGUMENT);
|
|
8334
8334
|
const s = t;
|
|
8335
|
-
return Z(r) ? a.key = r :
|
|
8335
|
+
return Z(r) ? a.key = r : me(r) && Object.keys(r).forEach((l) => {
|
|
8336
8336
|
d_.includes(l) ? o[l] = r[l] : a[l] = r[l];
|
|
8337
|
-
}), Z(n) ? a.locale = n :
|
|
8337
|
+
}), Z(n) ? a.locale = n : me(n) && (o = n), me(i) && (o = i), [a.key || "", s, a, o];
|
|
8338
8338
|
}
|
|
8339
8339
|
function fm(e, t, r) {
|
|
8340
8340
|
const n = e;
|
|
@@ -8362,7 +8362,7 @@ function AS(e = {}) {
|
|
|
8362
8362
|
const y = Ie(e.messages) ? e.messages(h, !!g) : ye(e.messages) ? e.messages[h] : !1;
|
|
8363
8363
|
return y || (e.parent ? e.parent.message(h) : wS);
|
|
8364
8364
|
}
|
|
8365
|
-
const d = (h) => e.modifiers ? e.modifiers[h] : CS, f =
|
|
8365
|
+
const d = (h) => e.modifiers ? e.modifiers[h] : CS, f = me(e.processor) && Ie(e.processor.normalize) ? e.processor.normalize : TS, p = me(e.processor) && Ie(e.processor.interpolate) ? e.processor.interpolate : kS, C = me(e.processor) && Z(e.processor.type) ? e.processor.type : SS, m = {
|
|
8366
8366
|
list: s,
|
|
8367
8367
|
named: u,
|
|
8368
8368
|
plural: a,
|
|
@@ -8370,11 +8370,11 @@ function AS(e = {}) {
|
|
|
8370
8370
|
const [y, v] = g;
|
|
8371
8371
|
let w = "text", T = "";
|
|
8372
8372
|
g.length === 1 ? ye(y) ? (T = y.modifier || T, w = y.type || w) : Z(y) && (T = y || T) : g.length === 2 && (Z(y) && (T = y || T), Z(v) && (w = v || w));
|
|
8373
|
-
const E = c(h, !0)(m),
|
|
8373
|
+
const E = c(h, !0)(m), A = (
|
|
8374
8374
|
// The message in vnode resolved with linked are returned as an array by processor.nomalize
|
|
8375
8375
|
w === "vnode" && Ue(E) && T ? E[0] : E
|
|
8376
8376
|
);
|
|
8377
|
-
return T ? d(T)(
|
|
8377
|
+
return T ? d(T)(A, w) : A;
|
|
8378
8378
|
},
|
|
8379
8379
|
message: c,
|
|
8380
8380
|
type: C,
|
|
@@ -8400,10 +8400,10 @@ function gm(e, ...t) {
|
|
|
8400
8400
|
let T = !1;
|
|
8401
8401
|
const E = () => {
|
|
8402
8402
|
T = !0;
|
|
8403
|
-
},
|
|
8403
|
+
}, A = lt(v) ? v : h_(e, l, g, v, w, E);
|
|
8404
8404
|
if (T)
|
|
8405
8405
|
return v;
|
|
8406
|
-
const L = PS(e, g, y, u), D = AS(L), M = RS(e,
|
|
8406
|
+
const L = PS(e, g, y, u), D = AS(L), M = RS(e, A, D), G = n ? n(M, l) : M;
|
|
8407
8407
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
8408
8408
|
const J = {
|
|
8409
8409
|
timestamp: Date.now(),
|
|
@@ -8512,7 +8512,7 @@ function gu(...e) {
|
|
|
8512
8512
|
if (!Z(t) && !Ge(t) && !lt(t) && !ft(t))
|
|
8513
8513
|
throw kt(ze.INVALID_ARGUMENT);
|
|
8514
8514
|
const a = Ge(t) ? String(t) : (lt(t), t);
|
|
8515
|
-
return Ge(r) ? i.plural = r : Z(r) ? i.default = r :
|
|
8515
|
+
return Ge(r) ? i.plural = r : Z(r) ? i.default = r : me(r) && !On(r) ? i.named = r : Ue(r) && (i.list = r), Ge(n) ? i.plural = n : Z(n) ? i.default = n : me(n) && je(i, n), [a, i];
|
|
8516
8516
|
}
|
|
8517
8517
|
function NS(e, t, r, n, i, a) {
|
|
8518
8518
|
return {
|
|
@@ -8768,7 +8768,7 @@ function Rr(e) {
|
|
|
8768
8768
|
return e;
|
|
8769
8769
|
}
|
|
8770
8770
|
function m_(e, t) {
|
|
8771
|
-
const { messages: r, __i18n: n, messageResolver: i, flatJson: a } = t, o =
|
|
8771
|
+
const { messages: r, __i18n: n, messageResolver: i, flatJson: a } = t, o = me(r) ? r : Ue(n) ? ke() : { [e]: ke() };
|
|
8772
8772
|
if (Ue(n) && n.forEach((s) => {
|
|
8773
8773
|
if ("locale" in s && "resource" in s) {
|
|
8774
8774
|
const { locale: l, resource: u } = s;
|
|
@@ -8829,10 +8829,10 @@ function ZS(e = {}) {
|
|
|
8829
8829
|
t && o ? t.locale.value : Z(e.locale) ? e.locale : Qr
|
|
8830
8830
|
), l = a(
|
|
8831
8831
|
// prettier-ignore
|
|
8832
|
-
t && o ? t.fallbackLocale.value : Z(e.fallbackLocale) || Ue(e.fallbackLocale) ||
|
|
8833
|
-
), u = a(m_(s.value, e)), c = a(
|
|
8832
|
+
t && o ? t.fallbackLocale.value : Z(e.fallbackLocale) || Ue(e.fallbackLocale) || me(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : s.value
|
|
8833
|
+
), u = a(m_(s.value, e)), c = a(me(e.datetimeFormats) ? e.datetimeFormats : { [s.value]: {} }), d = a(me(e.numberFormats) ? e.numberFormats : { [s.value]: {} });
|
|
8834
8834
|
let f = t ? t.missingWarn : De(e.missingWarn) || Jr(e.missingWarn) ? e.missingWarn : !0, p = t ? t.fallbackWarn : De(e.fallbackWarn) || Jr(e.fallbackWarn) ? e.fallbackWarn : !0, C = t ? t.fallbackRoot : De(e.fallbackRoot) ? e.fallbackRoot : !0, _ = !!e.fallbackFormat, m = Ie(e.missing) ? e.missing : null, h = Ie(e.missing) ? bm(e.missing) : null, g = Ie(e.postTranslation) ? e.postTranslation : null, y = t ? t.warnHtmlMessage : De(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, v = !!e.escapeParameter;
|
|
8835
|
-
const w = t ? t.modifiers :
|
|
8835
|
+
const w = t ? t.modifiers : me(e.modifiers) ? e.modifiers : {};
|
|
8836
8836
|
let T = e.pluralRules || t && t.pluralRules, E;
|
|
8837
8837
|
E = (() => {
|
|
8838
8838
|
n && om(null);
|
|
@@ -8855,7 +8855,7 @@ function ZS(e = {}) {
|
|
|
8855
8855
|
messageCompiler: e.messageCompiler,
|
|
8856
8856
|
__meta: { framework: "vue" }
|
|
8857
8857
|
};
|
|
8858
|
-
N.datetimeFormats = c.value, N.numberFormats = d.value, N.__datetimeFormatters =
|
|
8858
|
+
N.datetimeFormats = c.value, N.numberFormats = d.value, N.__datetimeFormatters = me(E) ? E.__datetimeFormatters : void 0, N.__numberFormatters = me(E) ? E.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (N.__v_emitter = me(E) ? E.__v_emitter : void 0);
|
|
8859
8859
|
const U = bS(N);
|
|
8860
8860
|
return n && om(U), U;
|
|
8861
8861
|
})(), Er(E, s.value, l.value);
|
|
@@ -8942,7 +8942,7 @@ function ZS(e = {}) {
|
|
|
8942
8942
|
function x(N) {
|
|
8943
8943
|
return N.map((U) => Z(U) || Ge(U) || De(U) ? mm(String(U)) : U);
|
|
8944
8944
|
}
|
|
8945
|
-
const
|
|
8945
|
+
const z = {
|
|
8946
8946
|
normalize: x,
|
|
8947
8947
|
interpolate: (N) => N,
|
|
8948
8948
|
type: "vnode"
|
|
@@ -8952,7 +8952,7 @@ function ZS(e = {}) {
|
|
|
8952
8952
|
let he;
|
|
8953
8953
|
const we = U;
|
|
8954
8954
|
try {
|
|
8955
|
-
we.processor =
|
|
8955
|
+
we.processor = z, he = Reflect.apply(gm, null, [we, ...N]);
|
|
8956
8956
|
} finally {
|
|
8957
8957
|
we.processor = null;
|
|
8958
8958
|
}
|
|
@@ -9181,44 +9181,44 @@ je({
|
|
|
9181
9181
|
type: [String, Object]
|
|
9182
9182
|
}
|
|
9183
9183
|
}, nc);
|
|
9184
|
-
const
|
|
9184
|
+
const eT = /* @__PURE__ */ Dt("global-vue-i18n");
|
|
9185
9185
|
function In(e = {}) {
|
|
9186
9186
|
const t = cr();
|
|
9187
9187
|
if (t == null)
|
|
9188
9188
|
throw Ir(Be.MUST_BE_CALL_SETUP_TOP);
|
|
9189
9189
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
9190
9190
|
throw Ir(Be.NOT_INSTALLED);
|
|
9191
|
-
const r =
|
|
9191
|
+
const r = tT(t), n = nT(r), i = v_(t), a = rT(e, i);
|
|
9192
9192
|
if (a === "global")
|
|
9193
9193
|
return KS(n, e, i), n;
|
|
9194
9194
|
if (a === "parent") {
|
|
9195
|
-
let l =
|
|
9195
|
+
let l = iT(r, t, e.__useComponent);
|
|
9196
9196
|
return l == null && (process.env.NODE_ENV !== "production" && Ht(rc(Ft.NOT_FOUND_PARENT_SCOPE)), l = n), l;
|
|
9197
9197
|
}
|
|
9198
9198
|
const o = r;
|
|
9199
9199
|
let s = o.__getInstance(t);
|
|
9200
9200
|
if (s == null) {
|
|
9201
9201
|
const l = je({}, e);
|
|
9202
|
-
"__i18n" in i && (l.__i18n = i.__i18n), n && (l.__root = n), s = ZS(l), o.__composerExtend && (s[Cu] = o.__composerExtend(s)),
|
|
9202
|
+
"__i18n" in i && (l.__i18n = i.__i18n), n && (l.__root = n), s = ZS(l), o.__composerExtend && (s[Cu] = o.__composerExtend(s)), oT(o, t, s), o.__setInstance(t, s);
|
|
9203
9203
|
}
|
|
9204
9204
|
return s;
|
|
9205
9205
|
}
|
|
9206
|
-
function
|
|
9207
|
-
const t = H1(e.isCE ?
|
|
9206
|
+
function tT(e) {
|
|
9207
|
+
const t = H1(e.isCE ? eT : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
9208
9208
|
if (!t)
|
|
9209
9209
|
throw Ir(e.isCE ? Be.NOT_INSTALLED_WITH_PROVIDE : Be.UNEXPECTED_ERROR);
|
|
9210
9210
|
return t;
|
|
9211
9211
|
}
|
|
9212
|
-
function
|
|
9212
|
+
function rT(e, t) {
|
|
9213
9213
|
return On(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
|
|
9214
9214
|
}
|
|
9215
|
-
function
|
|
9215
|
+
function nT(e) {
|
|
9216
9216
|
return e.mode === "composition" ? e.global : e.global.__composer;
|
|
9217
9217
|
}
|
|
9218
|
-
function
|
|
9218
|
+
function iT(e, t, r = !1) {
|
|
9219
9219
|
let n = null;
|
|
9220
9220
|
const i = t.root;
|
|
9221
|
-
let a =
|
|
9221
|
+
let a = aT(t, r);
|
|
9222
9222
|
for (; a != null; ) {
|
|
9223
9223
|
const o = e;
|
|
9224
9224
|
if (e.mode === "composition")
|
|
@@ -9233,10 +9233,10 @@ function i2(e, t, r = !1) {
|
|
|
9233
9233
|
}
|
|
9234
9234
|
return n;
|
|
9235
9235
|
}
|
|
9236
|
-
function
|
|
9236
|
+
function aT(e, t = !1) {
|
|
9237
9237
|
return e == null ? null : t && e.vnode.ctx || e.parent;
|
|
9238
9238
|
}
|
|
9239
|
-
function
|
|
9239
|
+
function oT(e, t, r) {
|
|
9240
9240
|
let n = null;
|
|
9241
9241
|
ln(() => {
|
|
9242
9242
|
if (process.env.NODE_ENV !== "production" && t.vnode.el) {
|
|
@@ -9294,24 +9294,24 @@ const Ee = /* @__PURE__ */ Me({
|
|
|
9294
9294
|
var o;
|
|
9295
9295
|
(o = n.value) == null || o.dispose();
|
|
9296
9296
|
}), (o, s) => (b(), k($e, null, [
|
|
9297
|
-
|
|
9297
|
+
I("span", ae({
|
|
9298
9298
|
ref_key: "$tooltip",
|
|
9299
9299
|
ref: i
|
|
9300
9300
|
}, o.$attrs), [
|
|
9301
9301
|
Te(o.$slots, "default")
|
|
9302
9302
|
], 16),
|
|
9303
|
-
|
|
9303
|
+
I("span", {
|
|
9304
9304
|
class: "d-none",
|
|
9305
9305
|
ref_key: "$tooltipContent",
|
|
9306
9306
|
ref: a
|
|
9307
9307
|
}, [
|
|
9308
9308
|
Te(o.$slots, "content", {}, () => [
|
|
9309
|
-
At(
|
|
9309
|
+
At(K(o.title), 1)
|
|
9310
9310
|
])
|
|
9311
9311
|
], 512)
|
|
9312
9312
|
], 64));
|
|
9313
9313
|
}
|
|
9314
|
-
}),
|
|
9314
|
+
}), sT = /* @__PURE__ */ Me({
|
|
9315
9315
|
name: "TaskIcon",
|
|
9316
9316
|
__name: "TaskIcon",
|
|
9317
9317
|
props: {
|
|
@@ -9338,7 +9338,7 @@ const Ee = /* @__PURE__ */ Me({
|
|
|
9338
9338
|
return l.includes("$") ? l.substring(0, l.indexOf("$")) : l;
|
|
9339
9339
|
}
|
|
9340
9340
|
return (l, u) => (b(), k("div", {
|
|
9341
|
-
class:
|
|
9341
|
+
class: ve([n.value, "wrapper"])
|
|
9342
9342
|
}, [
|
|
9343
9343
|
l.onlyIcon ? (b(), k("div", {
|
|
9344
9344
|
key: 1,
|
|
@@ -9349,7 +9349,7 @@ const Ee = /* @__PURE__ */ Me({
|
|
|
9349
9349
|
title: l.cls
|
|
9350
9350
|
}, {
|
|
9351
9351
|
default: te(() => [
|
|
9352
|
-
|
|
9352
|
+
I("div", {
|
|
9353
9353
|
class: "icon",
|
|
9354
9354
|
style: Or(i.value)
|
|
9355
9355
|
}, null, 4)
|
|
@@ -9358,7 +9358,7 @@ const Ee = /* @__PURE__ */ Me({
|
|
|
9358
9358
|
}, 8, ["title"]))
|
|
9359
9359
|
], 2));
|
|
9360
9360
|
}
|
|
9361
|
-
}), b_ = /* @__PURE__ */ ee(
|
|
9361
|
+
}), b_ = /* @__PURE__ */ ee(sT, [["__scopeId", "data-v-23f8d853"]]), lT = {
|
|
9362
9362
|
name: "OpenInNewIcon",
|
|
9363
9363
|
emits: ["click"],
|
|
9364
9364
|
props: {
|
|
@@ -9374,8 +9374,8 @@ const Ee = /* @__PURE__ */ Me({
|
|
|
9374
9374
|
default: 24
|
|
9375
9375
|
}
|
|
9376
9376
|
}
|
|
9377
|
-
},
|
|
9378
|
-
function
|
|
9377
|
+
}, uT = ["aria-hidden", "aria-label"], cT = ["fill", "width", "height"], dT = { d: "M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z" }, fT = { key: 0 };
|
|
9378
|
+
function hT(e, t, r, n, i, a) {
|
|
9379
9379
|
return b(), k("span", ae(e.$attrs, {
|
|
9380
9380
|
"aria-hidden": r.title ? null : !0,
|
|
9381
9381
|
"aria-label": r.title,
|
|
@@ -9390,13 +9390,13 @@ function h2(e, t, r, n, i, a) {
|
|
|
9390
9390
|
height: r.size,
|
|
9391
9391
|
viewBox: "0 0 24 24"
|
|
9392
9392
|
}, [
|
|
9393
|
-
|
|
9394
|
-
r.title ? (b(), k("title",
|
|
9393
|
+
I("path", dT, [
|
|
9394
|
+
r.title ? (b(), k("title", fT, K(r.title), 1)) : q("", !0)
|
|
9395
9395
|
])
|
|
9396
|
-
], 8,
|
|
9397
|
-
], 16,
|
|
9396
|
+
], 8, cT))
|
|
9397
|
+
], 16, uT);
|
|
9398
9398
|
}
|
|
9399
|
-
const ic = /* @__PURE__ */ ee(
|
|
9399
|
+
const ic = /* @__PURE__ */ ee(lT, [["render", hT]]), pT = {
|
|
9400
9400
|
name: "ArrowExpandAllIcon",
|
|
9401
9401
|
emits: ["click"],
|
|
9402
9402
|
props: {
|
|
@@ -9412,8 +9412,8 @@ const ic = /* @__PURE__ */ ee(l2, [["render", h2]]), p2 = {
|
|
|
9412
9412
|
default: 24
|
|
9413
9413
|
}
|
|
9414
9414
|
}
|
|
9415
|
-
},
|
|
9416
|
-
function
|
|
9415
|
+
}, gT = ["aria-hidden", "aria-label"], mT = ["fill", "width", "height"], vT = { d: "M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z" }, _T = { key: 0 };
|
|
9416
|
+
function yT(e, t, r, n, i, a) {
|
|
9417
9417
|
return b(), k("span", ae(e.$attrs, {
|
|
9418
9418
|
"aria-hidden": r.title ? null : !0,
|
|
9419
9419
|
"aria-label": r.title,
|
|
@@ -9428,13 +9428,13 @@ function y2(e, t, r, n, i, a) {
|
|
|
9428
9428
|
height: r.size,
|
|
9429
9429
|
viewBox: "0 0 24 24"
|
|
9430
9430
|
}, [
|
|
9431
|
-
|
|
9432
|
-
r.title ? (b(), k("title",
|
|
9431
|
+
I("path", vT, [
|
|
9432
|
+
r.title ? (b(), k("title", _T, K(r.title), 1)) : q("", !0)
|
|
9433
9433
|
])
|
|
9434
|
-
], 8,
|
|
9435
|
-
], 16,
|
|
9434
|
+
], 8, mT))
|
|
9435
|
+
], 16, gT);
|
|
9436
9436
|
}
|
|
9437
|
-
const
|
|
9437
|
+
const bT = /* @__PURE__ */ ee(pT, [["render", yT]]), ET = { class: "dependency-text d-flex flex-column flex-grow-1" }, CT = { class: "dependency-flow-text text-truncate" }, wT = { class: "dependency-namespace-text text-truncate" }, ST = { class: "text-white top-button-div" }, TT = /* @__PURE__ */ Me({
|
|
9438
9438
|
name: "Dependencies",
|
|
9439
9439
|
inheritAttrs: !1,
|
|
9440
9440
|
__name: "DependenciesNode",
|
|
@@ -9471,41 +9471,41 @@ const b2 = /* @__PURE__ */ ee(p2, [["render", y2]]), E2 = { class: "dependency-t
|
|
|
9471
9471
|
type: "source",
|
|
9472
9472
|
position: e.sourcePosition
|
|
9473
9473
|
}, null, 8, ["position"]),
|
|
9474
|
-
|
|
9475
|
-
class:
|
|
9474
|
+
I("div", {
|
|
9475
|
+
class: ve([[`border-${e.data.color}`], "dependency-node-wrapper rounded-3 border"])
|
|
9476
9476
|
}, [
|
|
9477
9477
|
Y(b_, {
|
|
9478
9478
|
"custom-icon": { icon: i.value },
|
|
9479
9479
|
class: "bg-pink rounded",
|
|
9480
9480
|
theme: "light"
|
|
9481
9481
|
}, null, 8, ["custom-icon"]),
|
|
9482
|
-
|
|
9483
|
-
|
|
9482
|
+
I("div", ET, [
|
|
9483
|
+
I("div", CT, [
|
|
9484
9484
|
Y(Ee, {
|
|
9485
9485
|
title: e.data.flowId
|
|
9486
9486
|
}, {
|
|
9487
9487
|
default: te(() => [
|
|
9488
|
-
At(
|
|
9488
|
+
At(K(e.data.flowId), 1)
|
|
9489
9489
|
]),
|
|
9490
9490
|
_: 1
|
|
9491
9491
|
}, 8, ["title"])
|
|
9492
9492
|
]),
|
|
9493
|
-
|
|
9493
|
+
I("div", wT, [
|
|
9494
9494
|
Y(Ee, {
|
|
9495
9495
|
title: e.data.namespace
|
|
9496
9496
|
}, {
|
|
9497
9497
|
default: te(() => [
|
|
9498
|
-
At(
|
|
9498
|
+
At(K(e.data.namespace), 1)
|
|
9499
9499
|
]),
|
|
9500
9500
|
_: 1
|
|
9501
9501
|
}, 8, ["title"])
|
|
9502
9502
|
])
|
|
9503
9503
|
]),
|
|
9504
|
-
|
|
9504
|
+
I("div", ST, [
|
|
9505
9505
|
Te(a.$slots, "badge-button-before", {}, void 0, !0),
|
|
9506
9506
|
e.data.link ? (b(), k("span", {
|
|
9507
9507
|
key: 0,
|
|
9508
|
-
class:
|
|
9508
|
+
class: ve(["circle-button", [`bg-${e.data.color}`]]),
|
|
9509
9509
|
onClick: o[0] || (o[0] = (s) => a.$emit(B(W).OPEN_LINK, e.data))
|
|
9510
9510
|
}, [
|
|
9511
9511
|
Y(Ee, {
|
|
@@ -9522,14 +9522,14 @@ const b2 = /* @__PURE__ */ ee(p2, [["render", y2]]), E2 = { class: "dependency-t
|
|
|
9522
9522
|
], 2)) : q("", !0),
|
|
9523
9523
|
e.data.expandEnabled ? (b(), k("span", {
|
|
9524
9524
|
key: 1,
|
|
9525
|
-
class:
|
|
9525
|
+
class: ve(["circle-button", [`bg-${e.data.color}`]]),
|
|
9526
9526
|
onClick: o[1] || (o[1] = (s) => r(B(W).EXPAND_DEPENDENCIES, e.data))
|
|
9527
9527
|
}, [
|
|
9528
9528
|
Y(Ee, {
|
|
9529
9529
|
title: B(n)("expand")
|
|
9530
9530
|
}, {
|
|
9531
9531
|
default: te(() => [
|
|
9532
|
-
Y(
|
|
9532
|
+
Y(bT, {
|
|
9533
9533
|
class: "button-icon",
|
|
9534
9534
|
alt: "Expand task"
|
|
9535
9535
|
})
|
|
@@ -9546,7 +9546,7 @@ const b2 = /* @__PURE__ */ ee(p2, [["render", y2]]), E2 = { class: "dependency-t
|
|
|
9546
9546
|
}, null, 8, ["position"])
|
|
9547
9547
|
], 64));
|
|
9548
9548
|
}
|
|
9549
|
-
}),
|
|
9549
|
+
}), fN = /* @__PURE__ */ ee(TT, [["__scopeId", "data-v-2271d5b0"]]);
|
|
9550
9550
|
var wt = /* @__PURE__ */ ((e) => (e.Lines = "lines", e.Dots = "dots", e))(wt || {});
|
|
9551
9551
|
const E_ = function({ dimensions: e, size: t, color: r }) {
|
|
9552
9552
|
return dr("path", {
|
|
@@ -9558,18 +9558,18 @@ const E_ = function({ dimensions: e, size: t, color: r }) {
|
|
|
9558
9558
|
return dr("circle", { cx: e, cy: e, r: e, fill: t });
|
|
9559
9559
|
};
|
|
9560
9560
|
wt.Lines + "", wt.Dots + "";
|
|
9561
|
-
const
|
|
9561
|
+
const kT = {
|
|
9562
9562
|
[wt.Dots]: "#81818a",
|
|
9563
9563
|
[wt.Lines]: "#eee"
|
|
9564
|
-
},
|
|
9564
|
+
}, OT = ["id", "x", "y", "width", "height", "patternTransform"], LT = {
|
|
9565
9565
|
key: 2,
|
|
9566
9566
|
height: "100",
|
|
9567
9567
|
width: "100"
|
|
9568
|
-
},
|
|
9568
|
+
}, AT = ["fill"], IT = ["x", "y", "fill"], RT = {
|
|
9569
9569
|
name: "Background",
|
|
9570
9570
|
compatConfig: { MODE: 3 }
|
|
9571
|
-
},
|
|
9572
|
-
...
|
|
9571
|
+
}, NT = /* @__PURE__ */ Me({
|
|
9572
|
+
...RT,
|
|
9573
9573
|
props: {
|
|
9574
9574
|
id: {},
|
|
9575
9575
|
variant: { default: () => wt.Dots },
|
|
@@ -9593,7 +9593,7 @@ const k2 = {
|
|
|
9593
9593
|
offset: c,
|
|
9594
9594
|
size: u
|
|
9595
9595
|
};
|
|
9596
|
-
}), i = yc(() => `pattern-${t}${e.id ? `-${e.id}` : ""}`), a = yc(() => e.color || e.patternColor ||
|
|
9596
|
+
}), i = yc(() => `pattern-${t}${e.id ? `-${e.id}` : ""}`), a = yc(() => e.color || e.patternColor || kT[e.variant || wt.Dots]);
|
|
9597
9597
|
return (o, s) => (b(), k("svg", {
|
|
9598
9598
|
class: "vue-flow__background vue-flow__container",
|
|
9599
9599
|
style: Or({
|
|
@@ -9602,7 +9602,7 @@ const k2 = {
|
|
|
9602
9602
|
})
|
|
9603
9603
|
}, [
|
|
9604
9604
|
Te(o.$slots, "pattern-container", { id: i.value }, () => [
|
|
9605
|
-
|
|
9605
|
+
I("pattern", {
|
|
9606
9606
|
id: i.value,
|
|
9607
9607
|
x: B(r).x % n.value.scaledGap[0],
|
|
9608
9608
|
y: B(r).y % n.value.scaledGap[1],
|
|
@@ -9622,27 +9622,27 @@ const k2 = {
|
|
|
9622
9622
|
color: a.value,
|
|
9623
9623
|
radius: n.value.size / o.offset
|
|
9624
9624
|
}, null, 8, ["color", "radius"])) : q("", !0),
|
|
9625
|
-
o.bgColor ? (b(), k("svg",
|
|
9626
|
-
|
|
9625
|
+
o.bgColor ? (b(), k("svg", LT, [
|
|
9626
|
+
I("rect", {
|
|
9627
9627
|
width: "100%",
|
|
9628
9628
|
height: "100%",
|
|
9629
9629
|
fill: o.bgColor
|
|
9630
|
-
}, null, 8,
|
|
9630
|
+
}, null, 8, AT)
|
|
9631
9631
|
])) : q("", !0)
|
|
9632
9632
|
])
|
|
9633
|
-
], 8,
|
|
9633
|
+
], 8, OT)
|
|
9634
9634
|
]),
|
|
9635
|
-
|
|
9635
|
+
I("rect", {
|
|
9636
9636
|
x: o.x,
|
|
9637
9637
|
y: o.y,
|
|
9638
9638
|
width: "100%",
|
|
9639
9639
|
height: "100%",
|
|
9640
9640
|
fill: `url(#${i.value})`
|
|
9641
|
-
}, null, 8,
|
|
9641
|
+
}, null, 8, IT),
|
|
9642
9642
|
Te(o.$slots, "default", { id: i.value })
|
|
9643
9643
|
], 4));
|
|
9644
9644
|
}
|
|
9645
|
-
}),
|
|
9645
|
+
}), DT = {
|
|
9646
9646
|
name: "ArrowCollapseIcon",
|
|
9647
9647
|
emits: ["click"],
|
|
9648
9648
|
props: {
|
|
@@ -9658,8 +9658,8 @@ const k2 = {
|
|
|
9658
9658
|
default: 24
|
|
9659
9659
|
}
|
|
9660
9660
|
}
|
|
9661
|
-
},
|
|
9662
|
-
function $
|
|
9661
|
+
}, PT = ["aria-hidden", "aria-label"], MT = ["fill", "width", "height"], qT = { d: "M19.5,3.09L15,7.59V4H13V11H20V9H16.41L20.91,4.5L19.5,3.09M4,13V15H7.59L3.09,19.5L4.5,20.91L9,16.41V20H11V13H4Z" }, xT = { key: 0 };
|
|
9662
|
+
function $T(e, t, r, n, i, a) {
|
|
9663
9663
|
return b(), k("span", ae(e.$attrs, {
|
|
9664
9664
|
"aria-hidden": r.title ? null : !0,
|
|
9665
9665
|
"aria-label": r.title,
|
|
@@ -9674,13 +9674,13 @@ function $2(e, t, r, n, i, a) {
|
|
|
9674
9674
|
height: r.size,
|
|
9675
9675
|
viewBox: "0 0 24 24"
|
|
9676
9676
|
}, [
|
|
9677
|
-
|
|
9678
|
-
r.title ? (b(), k("title",
|
|
9677
|
+
I("path", qT, [
|
|
9678
|
+
r.title ? (b(), k("title", xT, K(r.title), 1)) : q("", !0)
|
|
9679
9679
|
])
|
|
9680
|
-
], 8,
|
|
9681
|
-
], 16,
|
|
9680
|
+
], 8, MT))
|
|
9681
|
+
], 16, PT);
|
|
9682
9682
|
}
|
|
9683
|
-
const
|
|
9683
|
+
const FT = /* @__PURE__ */ ee(DT, [["render", $T]]), UT = { class: "top-button-div text-white d-flex" }, VT = {
|
|
9684
9684
|
inheritAttrs: !1,
|
|
9685
9685
|
components: { Tooltip: Ee },
|
|
9686
9686
|
data() {
|
|
@@ -9702,7 +9702,7 @@ const F2 = /* @__PURE__ */ ee(D2, [["render", $2]]), U2 = { class: "top-button-d
|
|
|
9702
9702
|
return Pe.afterLastDot(this.id);
|
|
9703
9703
|
}
|
|
9704
9704
|
}
|
|
9705
|
-
},
|
|
9705
|
+
}, HT = /* @__PURE__ */ Object.assign(VT, {
|
|
9706
9706
|
__name: "ClusterNode",
|
|
9707
9707
|
props: {
|
|
9708
9708
|
data: {
|
|
@@ -9728,22 +9728,22 @@ const F2 = /* @__PURE__ */ ee(D2, [["render", $2]]), U2 = { class: "top-button-d
|
|
|
9728
9728
|
n(W.COLLAPSE, r.id);
|
|
9729
9729
|
};
|
|
9730
9730
|
return (a, o) => (b(), k("div", {
|
|
9731
|
-
class:
|
|
9731
|
+
class: ve(a.classes)
|
|
9732
9732
|
}, [
|
|
9733
|
-
|
|
9734
|
-
class:
|
|
9735
|
-
},
|
|
9736
|
-
|
|
9733
|
+
I("span", {
|
|
9734
|
+
class: ve(["badge rounded-pill text-truncate text-color position-reliative", [`bg-${e.data.color}`]])
|
|
9735
|
+
}, K(a.clusterName), 3),
|
|
9736
|
+
I("div", UT, [
|
|
9737
9737
|
e.data.collapsable ? (b(), k("span", {
|
|
9738
9738
|
key: 0,
|
|
9739
|
-
class:
|
|
9739
|
+
class: ve(["circle-button", [`bg-${e.data.color}`]]),
|
|
9740
9740
|
onClick: o[0] || (o[0] = (s) => i())
|
|
9741
9741
|
}, [
|
|
9742
9742
|
Y(Ee, {
|
|
9743
9743
|
title: a.$t("collapse")
|
|
9744
9744
|
}, {
|
|
9745
9745
|
default: te(() => [
|
|
9746
|
-
Y(
|
|
9746
|
+
Y(FT, {
|
|
9747
9747
|
class: "button-icon",
|
|
9748
9748
|
alt: "Collapse task"
|
|
9749
9749
|
})
|
|
@@ -9754,7 +9754,7 @@ const F2 = /* @__PURE__ */ ee(D2, [["render", $2]]), U2 = { class: "top-button-d
|
|
|
9754
9754
|
])
|
|
9755
9755
|
], 2));
|
|
9756
9756
|
}
|
|
9757
|
-
}),
|
|
9757
|
+
}), GT = /* @__PURE__ */ ee(HT, [["__scopeId", "data-v-0c251e77"]]), jT = {
|
|
9758
9758
|
name: "CircleIcon",
|
|
9759
9759
|
emits: ["click"],
|
|
9760
9760
|
props: {
|
|
@@ -9770,8 +9770,8 @@ const F2 = /* @__PURE__ */ ee(D2, [["render", $2]]), U2 = { class: "top-button-d
|
|
|
9770
9770
|
default: 24
|
|
9771
9771
|
}
|
|
9772
9772
|
}
|
|
9773
|
-
},
|
|
9774
|
-
function
|
|
9773
|
+
}, BT = ["aria-hidden", "aria-label"], WT = ["fill", "width", "height"], zT = { d: "M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" }, KT = { key: 0 };
|
|
9774
|
+
function YT(e, t, r, n, i, a) {
|
|
9775
9775
|
return b(), k("span", ae(e.$attrs, {
|
|
9776
9776
|
"aria-hidden": r.title ? null : !0,
|
|
9777
9777
|
"aria-label": r.title,
|
|
@@ -9786,13 +9786,13 @@ function Y2(e, t, r, n, i, a) {
|
|
|
9786
9786
|
height: r.size,
|
|
9787
9787
|
viewBox: "0 0 24 24"
|
|
9788
9788
|
}, [
|
|
9789
|
-
|
|
9790
|
-
r.title ? (b(), k("title",
|
|
9789
|
+
I("path", zT, [
|
|
9790
|
+
r.title ? (b(), k("title", KT, K(r.title), 1)) : q("", !0)
|
|
9791
9791
|
])
|
|
9792
|
-
], 8,
|
|
9793
|
-
], 16,
|
|
9792
|
+
], 8, WT))
|
|
9793
|
+
], 16, BT);
|
|
9794
9794
|
}
|
|
9795
|
-
const w_ = /* @__PURE__ */ ee(
|
|
9795
|
+
const w_ = /* @__PURE__ */ ee(jT, [["render", YT]]), XT = {
|
|
9796
9796
|
name: "Dot",
|
|
9797
9797
|
components: { Handle: et, CircleIcon: w_ },
|
|
9798
9798
|
inheritAttrs: !1,
|
|
@@ -9822,21 +9822,21 @@ const w_ = /* @__PURE__ */ ee(j2, [["render", Y2]]), X2 = {
|
|
|
9822
9822
|
};
|
|
9823
9823
|
}
|
|
9824
9824
|
}
|
|
9825
|
-
},
|
|
9825
|
+
}, ZT = /* @__PURE__ */ Object.assign(XT, {
|
|
9826
9826
|
setup(e) {
|
|
9827
9827
|
return (t, r) => (b(), k("div", {
|
|
9828
|
-
class:
|
|
9828
|
+
class: ve(t.classes)
|
|
9829
9829
|
}, [
|
|
9830
9830
|
Y(B(et), {
|
|
9831
9831
|
type: "source",
|
|
9832
9832
|
class: "custom-handle",
|
|
9833
9833
|
position: e.sourcePosition
|
|
9834
9834
|
}, null, 8, ["position"]),
|
|
9835
|
-
|
|
9836
|
-
class:
|
|
9835
|
+
I("div", {
|
|
9836
|
+
class: ve(["dot", t.classes])
|
|
9837
9837
|
}, [
|
|
9838
9838
|
Y(w_, {
|
|
9839
|
-
class:
|
|
9839
|
+
class: ve([{ "text-danger": e.data.node.branchType === "ERROR" }, "circle"]),
|
|
9840
9840
|
alt: "circle"
|
|
9841
9841
|
}, null, 8, ["class"])
|
|
9842
9842
|
], 2),
|
|
@@ -9847,7 +9847,7 @@ const w_ = /* @__PURE__ */ ee(j2, [["render", Y2]]), X2 = {
|
|
|
9847
9847
|
}, null, 8, ["position"])
|
|
9848
9848
|
], 2));
|
|
9849
9849
|
}
|
|
9850
|
-
}),
|
|
9850
|
+
}), JT = /* @__PURE__ */ ee(ZT, [["__scopeId", "data-v-666f472b"]]), QT = {
|
|
9851
9851
|
name: "PlusIcon",
|
|
9852
9852
|
emits: ["click"],
|
|
9853
9853
|
props: {
|
|
@@ -9863,8 +9863,8 @@ const w_ = /* @__PURE__ */ ee(j2, [["render", Y2]]), X2 = {
|
|
|
9863
9863
|
default: 24
|
|
9864
9864
|
}
|
|
9865
9865
|
}
|
|
9866
|
-
},
|
|
9867
|
-
function
|
|
9866
|
+
}, e2 = ["aria-hidden", "aria-label"], t2 = ["fill", "width", "height"], r2 = { d: "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" }, n2 = { key: 0 };
|
|
9867
|
+
function i2(e, t, r, n, i, a) {
|
|
9868
9868
|
return b(), k("span", ae(e.$attrs, {
|
|
9869
9869
|
"aria-hidden": r.title ? null : !0,
|
|
9870
9870
|
"aria-label": r.title,
|
|
@@ -9879,27 +9879,27 @@ function iT(e, t, r, n, i, a) {
|
|
|
9879
9879
|
height: r.size,
|
|
9880
9880
|
viewBox: "0 0 24 24"
|
|
9881
9881
|
}, [
|
|
9882
|
-
|
|
9883
|
-
r.title ? (b(), k("title",
|
|
9882
|
+
I("path", r2, [
|
|
9883
|
+
r.title ? (b(), k("title", n2, K(r.title), 1)) : q("", !0)
|
|
9884
9884
|
])
|
|
9885
|
-
], 8,
|
|
9886
|
-
], 16,
|
|
9885
|
+
], 8, t2))
|
|
9886
|
+
], 16, e2);
|
|
9887
9887
|
}
|
|
9888
|
-
const
|
|
9888
|
+
const a2 = /* @__PURE__ */ ee(QT, [["render", i2]]), o2 = { class: "add-task-div rounded d-flex justify-content-center align-items-center" }, s2 = /* @__PURE__ */ Me({
|
|
9889
9889
|
name: "AddTaskButton",
|
|
9890
9890
|
__name: "AddTaskButton",
|
|
9891
9891
|
props: {
|
|
9892
9892
|
addTask: { type: Boolean }
|
|
9893
9893
|
},
|
|
9894
9894
|
setup(e) {
|
|
9895
|
-
return (t, r) => (b(), k("div",
|
|
9896
|
-
t.addTask ? (b(), pe(
|
|
9895
|
+
return (t, r) => (b(), k("div", o2, [
|
|
9896
|
+
t.addTask ? (b(), pe(a2, {
|
|
9897
9897
|
key: 0,
|
|
9898
9898
|
alt: "add task icon"
|
|
9899
9899
|
})) : q("", !0)
|
|
9900
9900
|
]));
|
|
9901
9901
|
}
|
|
9902
|
-
}),
|
|
9902
|
+
}), l2 = /* @__PURE__ */ ee(s2, [["__scopeId", "data-v-b42f2cb4"]]), u2 = {
|
|
9903
9903
|
data() {
|
|
9904
9904
|
return {
|
|
9905
9905
|
tooltips: []
|
|
@@ -9944,7 +9944,7 @@ const aT = /* @__PURE__ */ ee(Q2, [["render", iT]]), oT = { class: "add-task-div
|
|
|
9944
9944
|
}
|
|
9945
9945
|
},
|
|
9946
9946
|
components: {
|
|
9947
|
-
AddTaskButton:
|
|
9947
|
+
AddTaskButton: l2,
|
|
9948
9948
|
EdgeLabelRenderer: Q1,
|
|
9949
9949
|
Tooltip: Ee
|
|
9950
9950
|
},
|
|
@@ -9973,22 +9973,22 @@ const aT = /* @__PURE__ */ ee(Q2, [["render", iT]]), oT = { class: "add-task-div
|
|
|
9973
9973
|
};
|
|
9974
9974
|
},
|
|
9975
9975
|
inheritAttrs: !1
|
|
9976
|
-
},
|
|
9977
|
-
function
|
|
9976
|
+
}, c2 = ["id", "d", "marker-end"];
|
|
9977
|
+
function d2(e, t, r, n, i, a) {
|
|
9978
9978
|
const o = Kr("AddTaskButton"), s = Kr("tooltip"), l = Kr("EdgeLabelRenderer");
|
|
9979
9979
|
return b(), k($e, null, [
|
|
9980
|
-
|
|
9980
|
+
I("path", {
|
|
9981
9981
|
id: r.id,
|
|
9982
|
-
class:
|
|
9982
|
+
class: ve(a.classes),
|
|
9983
9983
|
style: Or(r.data.haveDashArray ? {
|
|
9984
9984
|
strokeDasharray: "2"
|
|
9985
9985
|
} : {}),
|
|
9986
9986
|
d: n.path[0],
|
|
9987
9987
|
"marker-end": r.markerEnd
|
|
9988
|
-
}, null, 14,
|
|
9988
|
+
}, null, 14, c2),
|
|
9989
9989
|
Y(l, { style: { "z-index": "10" } }, {
|
|
9990
9990
|
default: te(() => [
|
|
9991
|
-
|
|
9991
|
+
I("div", {
|
|
9992
9992
|
style: Or({
|
|
9993
9993
|
pointerEvents: "all",
|
|
9994
9994
|
position: "absolute",
|
|
@@ -10001,7 +10001,7 @@ function dT(e, t, r, n, i, a) {
|
|
|
10001
10001
|
key: 0,
|
|
10002
10002
|
"add-task": !0,
|
|
10003
10003
|
onClick: t[0] || (t[0] = (u) => e.$emit(a.EVENTS.ADD_TASK, r.data.haveAdd)),
|
|
10004
|
-
class:
|
|
10004
|
+
class: ve({ "text-danger": r.data.color })
|
|
10005
10005
|
}, null, 8, ["class"])) : q("", !0)
|
|
10006
10006
|
]),
|
|
10007
10007
|
_: 1
|
|
@@ -10012,7 +10012,7 @@ function dT(e, t, r, n, i, a) {
|
|
|
10012
10012
|
})
|
|
10013
10013
|
], 64);
|
|
10014
10014
|
}
|
|
10015
|
-
const
|
|
10015
|
+
const f2 = /* @__PURE__ */ ee(u2, [["render", d2], ["__scopeId", "data-v-0205dbbb"]]), h2 = {
|
|
10016
10016
|
name: "InformationOutlineIcon",
|
|
10017
10017
|
emits: ["click"],
|
|
10018
10018
|
props: {
|
|
@@ -10028,8 +10028,8 @@ const fT = /* @__PURE__ */ ee(uT, [["render", dT], ["__scopeId", "data-v-0205dbb
|
|
|
10028
10028
|
default: 24
|
|
10029
10029
|
}
|
|
10030
10030
|
}
|
|
10031
|
-
},
|
|
10032
|
-
function
|
|
10031
|
+
}, p2 = ["aria-hidden", "aria-label"], g2 = ["fill", "width", "height"], m2 = { d: "M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z" }, v2 = { key: 0 };
|
|
10032
|
+
function _2(e, t, r, n, i, a) {
|
|
10033
10033
|
return b(), k("span", ae(e.$attrs, {
|
|
10034
10034
|
"aria-hidden": r.title ? null : !0,
|
|
10035
10035
|
"aria-label": r.title,
|
|
@@ -10044,13 +10044,13 @@ function _T(e, t, r, n, i, a) {
|
|
|
10044
10044
|
height: r.size,
|
|
10045
10045
|
viewBox: "0 0 24 24"
|
|
10046
10046
|
}, [
|
|
10047
|
-
|
|
10048
|
-
r.title ? (b(), k("title",
|
|
10047
|
+
I("path", m2, [
|
|
10048
|
+
r.title ? (b(), k("title", v2, K(r.title), 1)) : q("", !0)
|
|
10049
10049
|
])
|
|
10050
|
-
], 8,
|
|
10051
|
-
], 16,
|
|
10050
|
+
], 8, g2))
|
|
10051
|
+
], 16, p2);
|
|
10052
10052
|
}
|
|
10053
|
-
const S_ = /* @__PURE__ */ ee(
|
|
10053
|
+
const S_ = /* @__PURE__ */ ee(h2, [["render", _2]]), y2 = {
|
|
10054
10054
|
name: "ArrowExpandIcon",
|
|
10055
10055
|
emits: ["click"],
|
|
10056
10056
|
props: {
|
|
@@ -10066,8 +10066,8 @@ const S_ = /* @__PURE__ */ ee(hT, [["render", _T]]), yT = {
|
|
|
10066
10066
|
default: 24
|
|
10067
10067
|
}
|
|
10068
10068
|
}
|
|
10069
|
-
},
|
|
10070
|
-
function
|
|
10069
|
+
}, b2 = ["aria-hidden", "aria-label"], E2 = ["fill", "width", "height"], C2 = { d: "M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z" }, w2 = { key: 0 };
|
|
10070
|
+
function S2(e, t, r, n, i, a) {
|
|
10071
10071
|
return b(), k("span", ae(e.$attrs, {
|
|
10072
10072
|
"aria-hidden": r.title ? null : !0,
|
|
10073
10073
|
"aria-label": r.title,
|
|
@@ -10082,19 +10082,19 @@ function ST(e, t, r, n, i, a) {
|
|
|
10082
10082
|
height: r.size,
|
|
10083
10083
|
viewBox: "0 0 24 24"
|
|
10084
10084
|
}, [
|
|
10085
|
-
|
|
10086
|
-
r.title ? (b(), k("title",
|
|
10085
|
+
I("path", C2, [
|
|
10086
|
+
r.title ? (b(), k("title", w2, K(r.title), 1)) : q("", !0)
|
|
10087
10087
|
])
|
|
10088
|
-
], 8,
|
|
10089
|
-
], 16,
|
|
10088
|
+
], 8, E2))
|
|
10089
|
+
], 16, b2);
|
|
10090
10090
|
}
|
|
10091
|
-
const Rn = /* @__PURE__ */ ee(
|
|
10091
|
+
const Rn = /* @__PURE__ */ ee(y2, [["render", S2]]);
|
|
10092
10092
|
/*!
|
|
10093
10093
|
* vuex v4.1.0
|
|
10094
10094
|
* (c) 2022 Evan You
|
|
10095
10095
|
* @license MIT
|
|
10096
10096
|
*/
|
|
10097
|
-
var
|
|
10097
|
+
var T2 = "store";
|
|
10098
10098
|
function rr(e, t) {
|
|
10099
10099
|
Object.keys(e).forEach(function(r) {
|
|
10100
10100
|
return t(e[r], r);
|
|
@@ -10103,14 +10103,14 @@ function rr(e, t) {
|
|
|
10103
10103
|
function T_(e) {
|
|
10104
10104
|
return e !== null && typeof e == "object";
|
|
10105
10105
|
}
|
|
10106
|
-
function
|
|
10106
|
+
function k2(e) {
|
|
10107
10107
|
return e && typeof e.then == "function";
|
|
10108
10108
|
}
|
|
10109
10109
|
function gt(e, t) {
|
|
10110
10110
|
if (!e)
|
|
10111
10111
|
throw new Error("[vuex] " + t);
|
|
10112
10112
|
}
|
|
10113
|
-
function
|
|
10113
|
+
function O2(e, t) {
|
|
10114
10114
|
return function() {
|
|
10115
10115
|
return e(t);
|
|
10116
10116
|
};
|
|
@@ -10132,7 +10132,7 @@ function ac(e, t, r) {
|
|
|
10132
10132
|
var a = e._wrappedGetters, o = {}, s = {}, l = G1(!0);
|
|
10133
10133
|
l.run(function() {
|
|
10134
10134
|
rr(a, function(u, c) {
|
|
10135
|
-
o[c] =
|
|
10135
|
+
o[c] = O2(u, e), s[c] = _e(function() {
|
|
10136
10136
|
return o[c]();
|
|
10137
10137
|
}), Object.defineProperty(e.getters, c, {
|
|
10138
10138
|
get: function() {
|
|
@@ -10144,7 +10144,7 @@ function ac(e, t, r) {
|
|
|
10144
10144
|
});
|
|
10145
10145
|
}), e._state = Vm({
|
|
10146
10146
|
data: t
|
|
10147
|
-
}), e._scope = l, e.strict &&
|
|
10147
|
+
}), e._scope = l, e.strict && N2(e), n && r && e._withCommit(function() {
|
|
10148
10148
|
n.data = null;
|
|
10149
10149
|
}), i && i.stop();
|
|
10150
10150
|
}
|
|
@@ -10158,21 +10158,21 @@ function Nn(e, t, r, n, i) {
|
|
|
10158
10158
|
), s[l] = n.state;
|
|
10159
10159
|
});
|
|
10160
10160
|
}
|
|
10161
|
-
var u = n.context =
|
|
10161
|
+
var u = n.context = L2(e, o, r);
|
|
10162
10162
|
n.forEachMutation(function(c, d) {
|
|
10163
10163
|
var f = o + d;
|
|
10164
|
-
|
|
10164
|
+
A2(e, f, c, u);
|
|
10165
10165
|
}), n.forEachAction(function(c, d) {
|
|
10166
10166
|
var f = c.root ? d : o + d, p = c.handler || c;
|
|
10167
|
-
|
|
10167
|
+
I2(e, f, p, u);
|
|
10168
10168
|
}), n.forEachGetter(function(c, d) {
|
|
10169
10169
|
var f = o + d;
|
|
10170
|
-
|
|
10170
|
+
R2(e, f, c, u);
|
|
10171
10171
|
}), n.forEachChild(function(c, d) {
|
|
10172
10172
|
Nn(e, t, r.concat(d), c, i);
|
|
10173
10173
|
});
|
|
10174
10174
|
}
|
|
10175
|
-
function
|
|
10175
|
+
function L2(e, t, r) {
|
|
10176
10176
|
var n = t === "", i = {
|
|
10177
10177
|
dispatch: n ? e.dispatch : function(a, o, s) {
|
|
10178
10178
|
var l = tn(a, o, s), u = l.payload, c = l.options, d = l.type;
|
|
@@ -10223,13 +10223,13 @@ function L_(e, t) {
|
|
|
10223
10223
|
}
|
|
10224
10224
|
return e._makeLocalGettersCache[t];
|
|
10225
10225
|
}
|
|
10226
|
-
function
|
|
10226
|
+
function A2(e, t, r, n) {
|
|
10227
10227
|
var i = e._mutations[t] || (e._mutations[t] = []);
|
|
10228
10228
|
i.push(function(o) {
|
|
10229
10229
|
r.call(e, n.state, o);
|
|
10230
10230
|
});
|
|
10231
10231
|
}
|
|
10232
|
-
function
|
|
10232
|
+
function I2(e, t, r, n) {
|
|
10233
10233
|
var i = e._actions[t] || (e._actions[t] = []);
|
|
10234
10234
|
i.push(function(o) {
|
|
10235
10235
|
var s = r.call(e, {
|
|
@@ -10240,12 +10240,12 @@ function IT(e, t, r, n) {
|
|
|
10240
10240
|
rootGetters: e.getters,
|
|
10241
10241
|
rootState: e.state
|
|
10242
10242
|
}, o);
|
|
10243
|
-
return
|
|
10243
|
+
return k2(s) || (s = Promise.resolve(s)), e._devtoolHook ? s.catch(function(l) {
|
|
10244
10244
|
throw e._devtoolHook.emit("vuex:error", l), l;
|
|
10245
10245
|
}) : s;
|
|
10246
10246
|
});
|
|
10247
10247
|
}
|
|
10248
|
-
function
|
|
10248
|
+
function R2(e, t, r, n) {
|
|
10249
10249
|
if (e._wrappedGetters[t]) {
|
|
10250
10250
|
process.env.NODE_ENV !== "production" && console.error("[vuex] duplicate getter key: " + t);
|
|
10251
10251
|
return;
|
|
@@ -10263,7 +10263,7 @@ function RT(e, t, r, n) {
|
|
|
10263
10263
|
);
|
|
10264
10264
|
};
|
|
10265
10265
|
}
|
|
10266
|
-
function
|
|
10266
|
+
function N2(e) {
|
|
10267
10267
|
ht(function() {
|
|
10268
10268
|
return e._state.data;
|
|
10269
10269
|
}, function() {
|
|
@@ -10278,8 +10278,8 @@ function oc(e, t) {
|
|
|
10278
10278
|
function tn(e, t, r) {
|
|
10279
10279
|
return T_(e) && e.type && (r = t, t = e, e = e.type), process.env.NODE_ENV !== "production" && gt(typeof e == "string", "expects string as the type, but found " + typeof e + "."), { type: e, payload: t, options: r };
|
|
10280
10280
|
}
|
|
10281
|
-
var
|
|
10282
|
-
function
|
|
10281
|
+
var D2 = "vuex bindings", Cm = "vuex:mutations", ou = "vuex:actions", or = "vuex", P2 = 0;
|
|
10282
|
+
function M2(e, t) {
|
|
10283
10283
|
HS(
|
|
10284
10284
|
{
|
|
10285
10285
|
id: "org.vuejs.vuex",
|
|
@@ -10288,7 +10288,7 @@ function MT(e, t) {
|
|
|
10288
10288
|
homepage: "https://next.vuex.vuejs.org/",
|
|
10289
10289
|
logo: "https://vuejs.org/images/icons/favicon-96x96.png",
|
|
10290
10290
|
packageName: "vuex",
|
|
10291
|
-
componentStateTypes: [
|
|
10291
|
+
componentStateTypes: [D2]
|
|
10292
10292
|
},
|
|
10293
10293
|
function(r) {
|
|
10294
10294
|
r.addTimelineLayer({
|
|
@@ -10316,8 +10316,8 @@ function MT(e, t) {
|
|
|
10316
10316
|
}), r.on.getInspectorState(function(n) {
|
|
10317
10317
|
if (n.app === e && n.inspectorId === or) {
|
|
10318
10318
|
var i = n.nodeId;
|
|
10319
|
-
L_(t, i), n.state = $
|
|
10320
|
-
|
|
10319
|
+
L_(t, i), n.state = $2(
|
|
10320
|
+
U2(t._modules, i),
|
|
10321
10321
|
i === "root" ? t.getters : t._makeLocalGettersCache,
|
|
10322
10322
|
i
|
|
10323
10323
|
);
|
|
@@ -10342,7 +10342,7 @@ function MT(e, t) {
|
|
|
10342
10342
|
}), t.subscribeAction({
|
|
10343
10343
|
before: function(n, i) {
|
|
10344
10344
|
var a = {};
|
|
10345
|
-
n.payload && (a.payload = n.payload), n._id =
|
|
10345
|
+
n.payload && (a.payload = n.payload), n._id = P2++, n._time = Date.now(), a.state = i, r.addTimelineEvent({
|
|
10346
10346
|
layerId: ou,
|
|
10347
10347
|
event: {
|
|
10348
10348
|
time: n._time,
|
|
@@ -10377,10 +10377,10 @@ function MT(e, t) {
|
|
|
10377
10377
|
}
|
|
10378
10378
|
);
|
|
10379
10379
|
}
|
|
10380
|
-
var wm = 8702998,
|
|
10380
|
+
var wm = 8702998, q2 = 6710886, x2 = 16777215, A_ = {
|
|
10381
10381
|
label: "namespaced",
|
|
10382
|
-
textColor:
|
|
10383
|
-
backgroundColor:
|
|
10382
|
+
textColor: x2,
|
|
10383
|
+
backgroundColor: q2
|
|
10384
10384
|
};
|
|
10385
10385
|
function I_(e) {
|
|
10386
10386
|
return e && e !== "root" ? e.split("/").slice(-2, -1)[0] : "Root";
|
|
@@ -10412,7 +10412,7 @@ function N_(e, t, r, n) {
|
|
|
10412
10412
|
N_(e, t._children[i], r, n + i + "/");
|
|
10413
10413
|
});
|
|
10414
10414
|
}
|
|
10415
|
-
function $
|
|
10415
|
+
function $2(e, t, r) {
|
|
10416
10416
|
t = r === "root" ? t : t[r];
|
|
10417
10417
|
var n = Object.keys(t), i = {
|
|
10418
10418
|
state: Object.keys(e.state).map(function(o) {
|
|
@@ -10424,7 +10424,7 @@ function $T(e, t, r) {
|
|
|
10424
10424
|
})
|
|
10425
10425
|
};
|
|
10426
10426
|
if (n.length) {
|
|
10427
|
-
var a =
|
|
10427
|
+
var a = F2(t);
|
|
10428
10428
|
i.getters = Object.keys(a).map(function(o) {
|
|
10429
10429
|
return {
|
|
10430
10430
|
key: o.endsWith("/") ? I_(o) : o,
|
|
@@ -10437,7 +10437,7 @@ function $T(e, t, r) {
|
|
|
10437
10437
|
}
|
|
10438
10438
|
return i;
|
|
10439
10439
|
}
|
|
10440
|
-
function
|
|
10440
|
+
function F2(e) {
|
|
10441
10441
|
var t = {};
|
|
10442
10442
|
return Object.keys(e).forEach(function(r) {
|
|
10443
10443
|
var n = r.split("/");
|
|
@@ -10461,7 +10461,7 @@ function FT(e) {
|
|
|
10461
10461
|
});
|
|
10462
10462
|
}), t;
|
|
10463
10463
|
}
|
|
10464
|
-
function
|
|
10464
|
+
function U2(e, t) {
|
|
10465
10465
|
var r = t.split("/").filter(function(n) {
|
|
10466
10466
|
return n;
|
|
10467
10467
|
});
|
|
@@ -10584,7 +10584,7 @@ var Sm = {
|
|
|
10584
10584
|
return typeof e == "function";
|
|
10585
10585
|
},
|
|
10586
10586
|
expected: "function"
|
|
10587
|
-
},
|
|
10587
|
+
}, V2 = {
|
|
10588
10588
|
assert: function(e) {
|
|
10589
10589
|
return typeof e == "function" || typeof e == "object" && typeof e.handler == "function";
|
|
10590
10590
|
},
|
|
@@ -10592,7 +10592,7 @@ var Sm = {
|
|
|
10592
10592
|
}, Tm = {
|
|
10593
10593
|
getters: Sm,
|
|
10594
10594
|
mutations: Sm,
|
|
10595
|
-
actions:
|
|
10595
|
+
actions: V2
|
|
10596
10596
|
};
|
|
10597
10597
|
function M_(e, t) {
|
|
10598
10598
|
Object.keys(Tm).forEach(function(r) {
|
|
@@ -10601,13 +10601,13 @@ function M_(e, t) {
|
|
|
10601
10601
|
rr(t[r], function(i, a) {
|
|
10602
10602
|
gt(
|
|
10603
10603
|
n.assert(i),
|
|
10604
|
-
|
|
10604
|
+
H2(e, r, a, i, n.expected)
|
|
10605
10605
|
);
|
|
10606
10606
|
});
|
|
10607
10607
|
}
|
|
10608
10608
|
});
|
|
10609
10609
|
}
|
|
10610
|
-
function
|
|
10610
|
+
function H2(e, t, r, n, i) {
|
|
10611
10611
|
var a = t + " should be " + i + ' but "' + t + "." + r + '"';
|
|
10612
10612
|
return e.length > 0 && (a += ' in module "' + e.join(".") + '"'), a += " is " + JSON.stringify(n) + ".", a;
|
|
10613
10613
|
}
|
|
@@ -10632,9 +10632,9 @@ var ot = function e(t) {
|
|
|
10632
10632
|
});
|
|
10633
10633
|
}, sc = { state: { configurable: !0 } };
|
|
10634
10634
|
ot.prototype.install = function(t, r) {
|
|
10635
|
-
t.provide(r ||
|
|
10635
|
+
t.provide(r || T2, this), t.config.globalProperties.$store = this;
|
|
10636
10636
|
var n = this._devtools !== void 0 ? this._devtools : process.env.NODE_ENV !== "production" || !1;
|
|
10637
|
-
n &&
|
|
10637
|
+
n && M2(t, this);
|
|
10638
10638
|
};
|
|
10639
10639
|
sc.state.get = function() {
|
|
10640
10640
|
return this._state.data;
|
|
@@ -10757,7 +10757,7 @@ var lc = x_(function(e, t) {
|
|
|
10757
10757
|
return typeof a == "function" ? a.call(this, s, l) : s[a];
|
|
10758
10758
|
}, r[i].vuex = !0;
|
|
10759
10759
|
}), r;
|
|
10760
|
-
}),
|
|
10760
|
+
}), G2 = x_(function(e, t) {
|
|
10761
10761
|
var r = {};
|
|
10762
10762
|
return process.env.NODE_ENV !== "production" && !uc(t) && console.error("[vuex] mapGetters: mapper parameter must be either an Array or an Object"), q_(t).forEach(function(n) {
|
|
10763
10763
|
var i = n.key, a = n.val;
|
|
@@ -10791,10 +10791,10 @@ function $_(e, t, r) {
|
|
|
10791
10791
|
var n = e._modulesNamespaceMap[r];
|
|
10792
10792
|
return process.env.NODE_ENV !== "production" && !n && console.error("[vuex] module namespace not found in " + t + "(): " + r), n;
|
|
10793
10793
|
}
|
|
10794
|
-
const
|
|
10794
|
+
const j2 = { class: "icon rounded" }, B2 = { class: "node-content" }, W2 = { class: "d-flex node-title" }, z2 = { class: "text-truncate task-title" }, K2 = {
|
|
10795
10795
|
key: 0,
|
|
10796
10796
|
class: "d-flex"
|
|
10797
|
-
},
|
|
10797
|
+
}, Y2 = { class: "text-white top-button-div" }, X2 = {
|
|
10798
10798
|
components: {
|
|
10799
10799
|
ArrowExpand: Rn,
|
|
10800
10800
|
InformationOutline: S_,
|
|
@@ -10922,37 +10922,37 @@ const jT = { class: "icon rounded" }, BT = { class: "node-content" }, WT = { cla
|
|
|
10922
10922
|
return this.trimmedId;
|
|
10923
10923
|
}
|
|
10924
10924
|
}
|
|
10925
|
-
},
|
|
10925
|
+
}, Z2 = /* @__PURE__ */ Object.assign(X2, {
|
|
10926
10926
|
__name: "BasicNode",
|
|
10927
10927
|
setup(e) {
|
|
10928
10928
|
return (t, r) => (b(), k("div", {
|
|
10929
|
-
class:
|
|
10929
|
+
class: ve([t.classes, "node-wrapper rounded-3 border"]),
|
|
10930
10930
|
onMouseover: r[3] || (r[3] = (...n) => t.mouseover && t.mouseover(...n)),
|
|
10931
10931
|
onMouseleave: r[4] || (r[4] = (...n) => t.mouseleave && t.mouseleave(...n))
|
|
10932
10932
|
}, [
|
|
10933
10933
|
e.state ? (b(), k("div", {
|
|
10934
10934
|
key: 0,
|
|
10935
|
-
class:
|
|
10935
|
+
class: ve(["status-div", [`bg-${t.stateColor}`]])
|
|
10936
10936
|
}, null, 2)) : q("", !0),
|
|
10937
|
-
|
|
10937
|
+
I("div", j2, [
|
|
10938
10938
|
(b(), pe(Zt(e.iconComponent || b_), {
|
|
10939
10939
|
cls: t.cls,
|
|
10940
|
-
class:
|
|
10940
|
+
class: ve([t.taskIconBg, "rounded bg-white"]),
|
|
10941
10941
|
theme: "light",
|
|
10942
10942
|
icons: e.icons
|
|
10943
10943
|
}, null, 8, ["cls", "class", "icons"]))
|
|
10944
10944
|
]),
|
|
10945
|
-
|
|
10946
|
-
|
|
10947
|
-
|
|
10945
|
+
I("div", B2, [
|
|
10946
|
+
I("div", W2, [
|
|
10947
|
+
I("div", z2, [
|
|
10948
10948
|
Y(Ee, { title: t.hoverTooltip }, {
|
|
10949
10949
|
default: te(() => [
|
|
10950
|
-
At(
|
|
10950
|
+
At(K(t.trimmedId), 1)
|
|
10951
10951
|
]),
|
|
10952
10952
|
_: 1
|
|
10953
10953
|
}, 8, ["title"])
|
|
10954
10954
|
]),
|
|
10955
|
-
t.description ? (b(), k("span",
|
|
10955
|
+
t.description ? (b(), k("span", K2, [
|
|
10956
10956
|
Y(Ee, {
|
|
10957
10957
|
title: t.$t("show description"),
|
|
10958
10958
|
class: "d-flex align-items-center"
|
|
@@ -10969,11 +10969,11 @@ const jT = { class: "icon rounded" }, BT = { class: "node-content" }, WT = { cla
|
|
|
10969
10969
|
]),
|
|
10970
10970
|
Te(t.$slots, "content", {}, void 0, !0)
|
|
10971
10971
|
]),
|
|
10972
|
-
|
|
10972
|
+
I("div", Y2, [
|
|
10973
10973
|
Te(t.$slots, "badge-button-before", {}, void 0, !0),
|
|
10974
10974
|
e.data.link ? (b(), k("span", {
|
|
10975
10975
|
key: 0,
|
|
10976
|
-
class:
|
|
10976
|
+
class: ve(["circle-button", [`bg-${e.data.color}`]]),
|
|
10977
10977
|
onClick: r[1] || (r[1] = (n) => t.$emit(B(W).OPEN_LINK, { link: e.data.link }))
|
|
10978
10978
|
}, [
|
|
10979
10979
|
Y(Ee, {
|
|
@@ -10990,7 +10990,7 @@ const jT = { class: "icon rounded" }, BT = { class: "node-content" }, WT = { cla
|
|
|
10990
10990
|
], 2)) : q("", !0),
|
|
10991
10991
|
t.expandable ? (b(), k("span", {
|
|
10992
10992
|
key: 1,
|
|
10993
|
-
class:
|
|
10993
|
+
class: ve(["circle-button", [`bg-${e.data.color}`]]),
|
|
10994
10994
|
onClick: r[2] || (r[2] = (n) => t.$emit(B(W).EXPAND))
|
|
10995
10995
|
}, [
|
|
10996
10996
|
Y(Ee, {
|
|
@@ -11009,7 +11009,7 @@ const jT = { class: "icon rounded" }, BT = { class: "node-content" }, WT = { cla
|
|
|
11009
11009
|
])
|
|
11010
11010
|
], 34));
|
|
11011
11011
|
}
|
|
11012
|
-
}), F_ = /* @__PURE__ */ ee(
|
|
11012
|
+
}), F_ = /* @__PURE__ */ ee(Z2, [["__scopeId", "data-v-ecb1f5b4"]]), J2 = ["innerHTML"], Q2 = /* @__PURE__ */ Me({
|
|
11013
11013
|
__name: "Duration",
|
|
11014
11014
|
props: {
|
|
11015
11015
|
histories: {}
|
|
@@ -11060,16 +11060,16 @@ const jT = { class: "icon rounded" }, BT = { class: "node-content" }, WT = { cla
|
|
|
11060
11060
|
key: "tt-" + m,
|
|
11061
11061
|
class: "ks-duration-tt"
|
|
11062
11062
|
}, [
|
|
11063
|
-
|
|
11064
|
-
class:
|
|
11063
|
+
I("span", {
|
|
11064
|
+
class: ve(["ks-duration-tt-square", f(_.state)])
|
|
11065
11065
|
}, null, 2),
|
|
11066
|
-
|
|
11067
|
-
At(
|
|
11068
|
-
C[0] || (C[0] =
|
|
11066
|
+
I("strong", null, K(_.state) + ": ", 1),
|
|
11067
|
+
At(K(B(Pe).dateFilter(_.date.toString(), "iso")) + " ", 1),
|
|
11068
|
+
C[0] || (C[0] = I("br", null, null, -1))
|
|
11069
11069
|
]))), 128))
|
|
11070
11070
|
]),
|
|
11071
11071
|
default: te(() => [
|
|
11072
|
-
|
|
11072
|
+
I("span", { innerHTML: r.value }, null, 8, J2)
|
|
11073
11073
|
]),
|
|
11074
11074
|
_: 1
|
|
11075
11075
|
}));
|
|
@@ -11134,10 +11134,10 @@ const jT = { class: "icon rounded" }, BT = { class: "node-content" }, WT = { cla
|
|
|
11134
11134
|
];
|
|
11135
11135
|
});
|
|
11136
11136
|
return (o, s) => (b(), k("div", ek, [
|
|
11137
|
-
n.value.length > 0 ? (b(), k("span", tk,
|
|
11137
|
+
n.value.length > 0 ? (b(), k("span", tk, K(n.value.length) + " task runs", 1)) : q("", !0),
|
|
11138
11138
|
n.value.length > 0 ? (b(), k("span", rk, " | ")) : q("", !0),
|
|
11139
11139
|
a.value ? (b(), k("span", nk, [
|
|
11140
|
-
Y(
|
|
11140
|
+
Y(Q2, { histories: a.value }, null, 8, ["histories"])
|
|
11141
11141
|
])) : q("", !0)
|
|
11142
11142
|
]));
|
|
11143
11143
|
}
|
|
@@ -11173,8 +11173,8 @@ function ck(e, t, r, n, i, a) {
|
|
|
11173
11173
|
height: r.size,
|
|
11174
11174
|
viewBox: "0 0 24 24"
|
|
11175
11175
|
}, [
|
|
11176
|
-
|
|
11177
|
-
r.title ? (b(), k("title", uk,
|
|
11176
|
+
I("path", lk, [
|
|
11177
|
+
r.title ? (b(), k("title", uk, K(r.title), 1)) : q("", !0)
|
|
11178
11178
|
])
|
|
11179
11179
|
], 8, sk))
|
|
11180
11180
|
], 16, ok);
|
|
@@ -11211,8 +11211,8 @@ function mk(e, t, r, n, i, a) {
|
|
|
11211
11211
|
height: r.size,
|
|
11212
11212
|
viewBox: "0 0 24 24"
|
|
11213
11213
|
}, [
|
|
11214
|
-
|
|
11215
|
-
r.title ? (b(), k("title", gk,
|
|
11214
|
+
I("path", pk, [
|
|
11215
|
+
r.title ? (b(), k("title", gk, K(r.title), 1)) : q("", !0)
|
|
11216
11216
|
])
|
|
11217
11217
|
], 8, hk))
|
|
11218
11218
|
], 16, fk);
|
|
@@ -11249,8 +11249,8 @@ function Ck(e, t, r, n, i, a) {
|
|
|
11249
11249
|
height: r.size,
|
|
11250
11250
|
viewBox: "0 0 24 24"
|
|
11251
11251
|
}, [
|
|
11252
|
-
|
|
11253
|
-
r.title ? (b(), k("title", Ek,
|
|
11252
|
+
I("path", bk, [
|
|
11253
|
+
r.title ? (b(), k("title", Ek, K(r.title), 1)) : q("", !0)
|
|
11254
11254
|
])
|
|
11255
11255
|
], 8, yk))
|
|
11256
11256
|
], 16, _k);
|
|
@@ -11287,8 +11287,8 @@ function Lk(e, t, r, n, i, a) {
|
|
|
11287
11287
|
height: r.size,
|
|
11288
11288
|
viewBox: "0 0 24 24"
|
|
11289
11289
|
}, [
|
|
11290
|
-
|
|
11291
|
-
r.title ? (b(), k("title", Ok,
|
|
11290
|
+
I("path", kk, [
|
|
11291
|
+
r.title ? (b(), k("title", Ok, K(r.title), 1)) : q("", !0)
|
|
11292
11292
|
])
|
|
11293
11293
|
], 8, Tk))
|
|
11294
11294
|
], 16, Sk);
|
|
@@ -11325,8 +11325,8 @@ function Pk(e, t, r, n, i, a) {
|
|
|
11325
11325
|
height: r.size,
|
|
11326
11326
|
viewBox: "0 0 24 24"
|
|
11327
11327
|
}, [
|
|
11328
|
-
|
|
11329
|
-
r.title ? (b(), k("title", Dk,
|
|
11328
|
+
I("path", Nk, [
|
|
11329
|
+
r.title ? (b(), k("title", Dk, K(r.title), 1)) : q("", !0)
|
|
11330
11330
|
])
|
|
11331
11331
|
], 8, Rk))
|
|
11332
11332
|
], 16, Ik);
|
|
@@ -11346,7 +11346,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11346
11346
|
inheritAttrs: !1,
|
|
11347
11347
|
computed: {
|
|
11348
11348
|
...lc("execution", ["execution"]),
|
|
11349
|
-
...
|
|
11349
|
+
...G2("execution", ["subflowsExecutions"]),
|
|
11350
11350
|
SECTIONS() {
|
|
11351
11351
|
return Ut;
|
|
11352
11352
|
},
|
|
@@ -11479,7 +11479,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11479
11479
|
id: e.id,
|
|
11480
11480
|
data: t.dataWithLink,
|
|
11481
11481
|
state: t.state,
|
|
11482
|
-
class:
|
|
11482
|
+
class: ve(t.classes),
|
|
11483
11483
|
icons: e.icons,
|
|
11484
11484
|
"icon-component": e.iconComponent,
|
|
11485
11485
|
onShowDescription: r[5] || (r[5] = (n) => t.forwardEvent(B(W).SHOW_DESCRIPTION, n)),
|
|
@@ -11500,7 +11500,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11500
11500
|
"badge-button-before": te(() => [
|
|
11501
11501
|
e.data.node.task && e.data.node.task.runIf ? (b(), k("span", {
|
|
11502
11502
|
key: 0,
|
|
11503
|
-
class:
|
|
11503
|
+
class: ve(["circle-button", ["bg-warning"]]),
|
|
11504
11504
|
onClick: r[0] || (r[0] = (n) => t.$emit(B(W).SHOW_CONDITION, { id: t.taskId, task: e.data.node.task, section: B(Ut).TASKS }))
|
|
11505
11505
|
}, [
|
|
11506
11506
|
Y(Ee, {
|
|
@@ -11517,7 +11517,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11517
11517
|
])) : q("", !0),
|
|
11518
11518
|
t.taskExecution ? (b(), k("span", {
|
|
11519
11519
|
key: 1,
|
|
11520
|
-
class:
|
|
11520
|
+
class: ve(["circle-button", [`bg-${t.color}`]]),
|
|
11521
11521
|
onClick: r[1] || (r[1] = (n) => t.$emit(B(W).SHOW_LOGS, { id: t.taskId, execution: t.taskExecution, taskRuns: t.taskRuns }))
|
|
11522
11522
|
}, [
|
|
11523
11523
|
Y(Ee, {
|
|
@@ -11534,7 +11534,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11534
11534
|
], 2)) : q("", !0),
|
|
11535
11535
|
!t.taskExecution && !e.data.isReadOnly && e.data.isFlowable ? (b(), k("span", {
|
|
11536
11536
|
key: 2,
|
|
11537
|
-
class:
|
|
11537
|
+
class: ve(["circle-button", [`bg-${t.color}`]]),
|
|
11538
11538
|
onClick: r[2] || (r[2] = (n) => t.$emit(B(W).ADD_ERROR, { task: e.data.node.task }))
|
|
11539
11539
|
}, [
|
|
11540
11540
|
Y(Ee, {
|
|
@@ -11551,7 +11551,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11551
11551
|
], 2)) : q("", !0),
|
|
11552
11552
|
!t.taskExecution && !e.data.isReadOnly ? (b(), k("span", {
|
|
11553
11553
|
key: 3,
|
|
11554
|
-
class:
|
|
11554
|
+
class: ve(["circle-button", [`bg-${t.color}`]]),
|
|
11555
11555
|
onClick: r[3] || (r[3] = (n) => t.$emit(B(W).EDIT, { task: e.data.node.task, section: B(Ut).TASKS }))
|
|
11556
11556
|
}, [
|
|
11557
11557
|
Y(Ee, {
|
|
@@ -11568,7 +11568,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11568
11568
|
], 2)) : q("", !0),
|
|
11569
11569
|
!t.taskExecution && !e.data.isReadOnly ? (b(), k("span", {
|
|
11570
11570
|
key: 4,
|
|
11571
|
-
class:
|
|
11571
|
+
class: ve(["circle-button", [`bg-${t.color}`]]),
|
|
11572
11572
|
onClick: r[4] || (r[4] = (n) => t.$emit(B(W).DELETE, { id: t.taskId, section: B(Ut).TASKS }))
|
|
11573
11573
|
}, [
|
|
11574
11574
|
Y(Ee, {
|
|
@@ -11680,7 +11680,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11680
11680
|
fn: te(() => [
|
|
11681
11681
|
t.execution ? q("", !0) : (b(), k("span", {
|
|
11682
11682
|
key: 0,
|
|
11683
|
-
class:
|
|
11683
|
+
class: ve(["circle-button", [`bg-${t.color}`]]),
|
|
11684
11684
|
onClick: r[0] || (r[0] = (n) => t.$emit(B(W).EDIT, { task: e.data.node.triggerDeclaration, section: B(Ut).TRIGGERS }))
|
|
11685
11685
|
}, [
|
|
11686
11686
|
Y(Ee, {
|
|
@@ -11697,7 +11697,7 @@ const G_ = /* @__PURE__ */ ee(Ak, [["render", Pk]]), Mk = {
|
|
|
11697
11697
|
], 2)),
|
|
11698
11698
|
t.execution ? q("", !0) : (b(), k("span", {
|
|
11699
11699
|
key: 1,
|
|
11700
|
-
class:
|
|
11700
|
+
class: ve(["circle-button", [`bg-${t.color}`]]),
|
|
11701
11701
|
onClick: r[1] || (r[1] = (n) => t.$emit(B(W).DELETE, { id: t.triggerId, section: B(Ut).TRIGGERS }))
|
|
11702
11702
|
}, [
|
|
11703
11703
|
Y(Ee, {
|
|
@@ -11754,8 +11754,8 @@ function jk(e, t, r, n, i, a) {
|
|
|
11754
11754
|
height: r.size,
|
|
11755
11755
|
viewBox: "0 0 24 24"
|
|
11756
11756
|
}, [
|
|
11757
|
-
|
|
11758
|
-
r.title ? (b(), k("title", Gk,
|
|
11757
|
+
I("path", Hk, [
|
|
11758
|
+
r.title ? (b(), k("title", Gk, K(r.title), 1)) : q("", !0)
|
|
11759
11759
|
])
|
|
11760
11760
|
], 8, Vk))
|
|
11761
11761
|
], 16, Uk);
|
|
@@ -11813,19 +11813,19 @@ const Bk = /* @__PURE__ */ ee(Fk, [["render", jk]]), Wk = { class: "collapsed-cl
|
|
|
11813
11813
|
type: "source",
|
|
11814
11814
|
position: e.sourcePosition
|
|
11815
11815
|
}, null, 8, ["position"]),
|
|
11816
|
-
|
|
11817
|
-
|
|
11816
|
+
I("div", Wk, [
|
|
11817
|
+
I("span", zk, [
|
|
11818
11818
|
e.data.iconComponent ? (b(), pe(Zt(e.data.iconComponent), {
|
|
11819
11819
|
key: 0,
|
|
11820
|
-
class:
|
|
11820
|
+
class: ve(`text-${e.data.color} me-2`)
|
|
11821
11821
|
}, null, 8, ["class"])) : q("", !0),
|
|
11822
|
-
At(" " +
|
|
11822
|
+
At(" " + K(B(Pe).afterLastDot(e.id)), 1)
|
|
11823
11823
|
]),
|
|
11824
|
-
|
|
11824
|
+
I("div", Kk, [
|
|
11825
11825
|
Te(t.$slots, "badge-button-before", {}, void 0, !0),
|
|
11826
11826
|
t.expandable ? (b(), k("span", {
|
|
11827
11827
|
key: 0,
|
|
11828
|
-
class:
|
|
11828
|
+
class: ve(["circle-button", [`bg-${e.data.color}`]]),
|
|
11829
11829
|
onClick: r[0] || (r[0] = (n) => t.$emit(B(W).EXPAND, { id: e.id }))
|
|
11830
11830
|
}, [
|
|
11831
11831
|
Y(Ee, {
|
|
@@ -11861,15 +11861,15 @@ const Bk = /* @__PURE__ */ ee(Fk, [["render", jk]]), Wk = { class: "collapsed-cl
|
|
|
11861
11861
|
};
|
|
11862
11862
|
function eO(e, t, r, n, i, a) {
|
|
11863
11863
|
return b(), k("svg", Qk, t[0] || (t[0] = [
|
|
11864
|
-
|
|
11865
|
-
|
|
11864
|
+
I("g", { "clip-path": "url(#clip0_1111_7266)" }, [
|
|
11865
|
+
I("path", {
|
|
11866
11866
|
d: "M1.97852 2.63349C1.97852 2.26366 2.27832 1.96387 2.64814 1.96387L13.3621 1.96387C13.7319 1.96387 14.0317 2.26366 14.0317 2.63349L14.0317 13.3475C14.0317 13.7173 13.7319 14.0171 13.3621 14.0171L2.64814 14.0171C2.27832 14.0171 1.97852 13.7173 1.97852 13.3475L1.97852 2.63349ZM3.31776 8.6601L3.31776 12.6778L12.6925 12.6778L12.6925 8.6601L10.014 8.6601L10.014 7.32085L12.6925 7.32085L12.6925 3.30311L3.31776 3.30311L3.31776 7.32086L5.99626 7.32085L5.99626 8.6601L3.31776 8.6601ZM5.99626 5.98161L8.00513 3.97274L10.014 5.98161L8.67475 5.98161L8.67475 9.99935L10.014 9.99935L8.00513 12.0082L5.99626 9.99935L7.3355 9.99935L7.3355 5.98161L5.99626 5.98161Z",
|
|
11867
11867
|
fill: "currentColor"
|
|
11868
11868
|
})
|
|
11869
11869
|
], -1),
|
|
11870
|
-
|
|
11871
|
-
|
|
11872
|
-
|
|
11870
|
+
I("defs", null, [
|
|
11871
|
+
I("clipPath", { id: "clip0_1111_7266" }, [
|
|
11872
|
+
I("rect", {
|
|
11873
11873
|
width: "16",
|
|
11874
11874
|
height: "16",
|
|
11875
11875
|
fill: "currentColor",
|
|
@@ -11891,15 +11891,15 @@ const tO = /* @__PURE__ */ ee(Jk, [["render", eO], ["__scopeId", "data-v-084c51e
|
|
|
11891
11891
|
};
|
|
11892
11892
|
function iO(e, t, r, n, i, a) {
|
|
11893
11893
|
return b(), k("svg", nO, t[0] || (t[0] = [
|
|
11894
|
-
|
|
11895
|
-
|
|
11894
|
+
I("g", { "clip-path": "url(#clip0_796_3996)" }, [
|
|
11895
|
+
I("path", {
|
|
11896
11896
|
d: "M13.367 1.979C13.7368 1.979 14.0366 2.27881 14.0366 2.64863V13.3626C14.0366 13.7324 13.7368 14.0322 13.367 14.0322H2.65302C2.2832 14.0322 1.9834 13.7324 1.9834 13.3626V2.64863C1.9834 2.27881 2.2832 1.979 2.65302 1.979H13.367ZM7.34039 3.31825H3.32265V12.693H7.34039V10.0145H8.67963V12.693H12.6974V3.31825H8.67963V5.99675H7.34039V3.31825ZM10.0189 5.99675L12.0278 8.00562L10.0189 10.0145V8.67524H6.00114V10.0145L3.99227 8.00562L6.00114 5.99675V7.33599H10.0189V5.99675Z",
|
|
11897
11897
|
fill: "currentColor"
|
|
11898
11898
|
})
|
|
11899
11899
|
], -1),
|
|
11900
|
-
|
|
11901
|
-
|
|
11902
|
-
|
|
11900
|
+
I("defs", null, [
|
|
11901
|
+
I("clipPath", { id: "clip0_796_3996" }, [
|
|
11902
|
+
I("rect", {
|
|
11903
11903
|
width: "16",
|
|
11904
11904
|
height: "16",
|
|
11905
11905
|
fill: "currentColor"
|
|
@@ -11940,8 +11940,8 @@ function dO(e, t, r, n, i, a) {
|
|
|
11940
11940
|
height: r.size,
|
|
11941
11941
|
viewBox: "0 0 24 24"
|
|
11942
11942
|
}, [
|
|
11943
|
-
|
|
11944
|
-
r.title ? (b(), k("title", cO,
|
|
11943
|
+
I("path", uO, [
|
|
11944
|
+
r.title ? (b(), k("title", cO, K(r.title), 1)) : q("", !0)
|
|
11945
11945
|
])
|
|
11946
11946
|
], 8, lO))
|
|
11947
11947
|
], 16, sO);
|
|
@@ -12526,7 +12526,7 @@ const oL = {
|
|
|
12526
12526
|
ru.cleanGraph(r.id), Au(() => {
|
|
12527
12527
|
h("loading", !0);
|
|
12528
12528
|
const F = C.value;
|
|
12529
|
-
C.value = /* @__PURE__ */ new Set(), p.value = [], f.value = {}, F.forEach((ne) =>
|
|
12529
|
+
C.value = /* @__PURE__ */ new Set(), p.value = [], f.value = {}, F.forEach((ne) => A(zt + ne, !1, !1));
|
|
12530
12530
|
const P = ru.generateGraph(
|
|
12531
12531
|
r.id,
|
|
12532
12532
|
r.flowId,
|
|
@@ -12613,7 +12613,7 @@ const oL = {
|
|
|
12613
12613
|
return "parentchildrenerror";
|
|
12614
12614
|
}
|
|
12615
12615
|
return F.filter((X) => X.type === "trigger").length > 0 ? "triggererror" : null;
|
|
12616
|
-
},
|
|
12616
|
+
}, A = (F, P, ne = !1) => {
|
|
12617
12617
|
const X = r.flowGraph.clusters.find((ce) => ce.cluster.uid.endsWith(F)), j = F.replace(zt, "");
|
|
12618
12618
|
C.value.add(j), p.value = p.value.concat(X.nodes.filter((ce) => ce !== j || ne)), p.value = p.value.concat([X.cluster.uid]), f.value = {
|
|
12619
12619
|
...f.value,
|
|
@@ -12622,7 +12622,7 @@ const oL = {
|
|
|
12622
12622
|
[X.end]: j
|
|
12623
12623
|
};
|
|
12624
12624
|
for (let ce of X.nodes)
|
|
12625
|
-
r.flowGraph.clusters.map((Le) => Le.cluster.uid).includes(ce) &&
|
|
12625
|
+
r.flowGraph.clusters.map((Le) => Le.cluster.uid).includes(ce) && A(ce, !1, !0);
|
|
12626
12626
|
P && g();
|
|
12627
12627
|
}, L = (F) => {
|
|
12628
12628
|
if ([
|
|
@@ -12635,7 +12635,7 @@ const oL = {
|
|
|
12635
12635
|
h("expand-subflow", [...r.expandedSubflows, F.id]);
|
|
12636
12636
|
return;
|
|
12637
12637
|
}
|
|
12638
|
-
f.value = {}, p.value = [], _.value = [], C.value.delete(F.id), C.value.forEach((ne) =>
|
|
12638
|
+
f.value = {}, p.value = [], _.value = [], C.value.delete(F.id), C.value.forEach((ne) => A(ne, !1, !1)), g();
|
|
12639
12639
|
}, D = document.getElementsByTagName("html")[0].className.indexOf("dark") >= 0, M = Se(!0), G = Se(!1), J = () => G.value = !G.value;
|
|
12640
12640
|
function ie(F) {
|
|
12641
12641
|
if (!d.value) {
|
|
@@ -12654,12 +12654,12 @@ const oL = {
|
|
|
12654
12654
|
"elevate-edges-on-select": !1
|
|
12655
12655
|
}, {
|
|
12656
12656
|
"node-cluster": te((ne) => [
|
|
12657
|
-
Y(
|
|
12658
|
-
onCollapse: P[0] || (P[0] = (X) =>
|
|
12657
|
+
Y(GT, ae(ne, {
|
|
12658
|
+
onCollapse: P[0] || (P[0] = (X) => A(X, !0))
|
|
12659
12659
|
}), null, 16)
|
|
12660
12660
|
]),
|
|
12661
12661
|
"node-dot": te((ne) => [
|
|
12662
|
-
Y(
|
|
12662
|
+
Y(JT, j1(B1(ne)), null, 16)
|
|
12663
12663
|
]),
|
|
12664
12664
|
"node-task": te((ne) => [
|
|
12665
12665
|
Y(qk, ae(ne, {
|
|
@@ -12695,7 +12695,7 @@ const oL = {
|
|
|
12695
12695
|
}), null, 16)
|
|
12696
12696
|
]),
|
|
12697
12697
|
"edge-edge": te((ne) => [
|
|
12698
|
-
Y(
|
|
12698
|
+
Y(f2, ae(ne, {
|
|
12699
12699
|
"yaml-source": e.source,
|
|
12700
12700
|
onAddTask: P[15] || (P[15] = (X) => h(B(W).ADD_TASK, X)),
|
|
12701
12701
|
"is-read-only": e.isReadOnly,
|
|
@@ -12703,7 +12703,7 @@ const oL = {
|
|
|
12703
12703
|
}), null, 16, ["yaml-source", "is-read-only", "is-allowed-edit"])
|
|
12704
12704
|
]),
|
|
12705
12705
|
default: te(() => [
|
|
12706
|
-
Y(B(
|
|
12706
|
+
Y(B(NT), {
|
|
12707
12707
|
"pattern-color": D ? B(st)("--bs-grey-500") : B(st)("--bs-grey-300")
|
|
12708
12708
|
}, null, 8, ["pattern-color"]),
|
|
12709
12709
|
M.value ? (b(), pe(B(ry), {
|
|
@@ -12727,11 +12727,11 @@ const oL = {
|
|
|
12727
12727
|
_: 1
|
|
12728
12728
|
}),
|
|
12729
12729
|
G.value ? (b(), k("ul", oL, [
|
|
12730
|
-
|
|
12730
|
+
I("li", {
|
|
12731
12731
|
onClick: P[17] || (P[17] = (ne) => ie("jpeg")),
|
|
12732
12732
|
class: "item"
|
|
12733
12733
|
}, " Export as .JPEG "),
|
|
12734
|
-
|
|
12734
|
+
I("li", {
|
|
12735
12735
|
onClick: P[18] || (P[18] = (ne) => ie("png")),
|
|
12736
12736
|
class: "item"
|
|
12737
12737
|
}, " Export as .PNG ")
|
|
@@ -12743,7 +12743,7 @@ const oL = {
|
|
|
12743
12743
|
_: 1
|
|
12744
12744
|
}, 8, ["id", "default-marker-color"]));
|
|
12745
12745
|
}
|
|
12746
|
-
}),
|
|
12746
|
+
}), hN = /* @__PURE__ */ ee(sL, [["__scopeId", "data-v-ecaa6943"]]), lL = {
|
|
12747
12747
|
name: "CheckIcon",
|
|
12748
12748
|
emits: ["click"],
|
|
12749
12749
|
props: {
|
|
@@ -12775,8 +12775,8 @@ function hL(e, t, r, n, i, a) {
|
|
|
12775
12775
|
height: r.size,
|
|
12776
12776
|
viewBox: "0 0 24 24"
|
|
12777
12777
|
}, [
|
|
12778
|
-
|
|
12779
|
-
r.title ? (b(), k("title", fL,
|
|
12778
|
+
I("path", dL, [
|
|
12779
|
+
r.title ? (b(), k("title", fL, K(r.title), 1)) : q("", !0)
|
|
12780
12780
|
])
|
|
12781
12781
|
], 8, cL))
|
|
12782
12782
|
], 16, uL);
|
|
@@ -12813,8 +12813,8 @@ function bL(e, t, r, n, i, a) {
|
|
|
12813
12813
|
height: r.size,
|
|
12814
12814
|
viewBox: "0 0 24 24"
|
|
12815
12815
|
}, [
|
|
12816
|
-
|
|
12817
|
-
r.title ? (b(), k("title", yL,
|
|
12816
|
+
I("path", _L, [
|
|
12817
|
+
r.title ? (b(), k("title", yL, K(r.title), 1)) : q("", !0)
|
|
12818
12818
|
])
|
|
12819
12819
|
], 8, vL))
|
|
12820
12820
|
], 16, mL);
|
|
@@ -12858,9 +12858,9 @@ const EL = /* @__PURE__ */ ee(gL, [["render", bL]]), CL = {
|
|
|
12858
12858
|
onMouseover: u,
|
|
12859
12859
|
onMouseleave: f[0] || (f[0] = (p) => n.value = !1)
|
|
12860
12860
|
}, [
|
|
12861
|
-
d.language && !n.value ? (b(), k("div", CL,
|
|
12861
|
+
d.language && !n.value ? (b(), k("div", CL, K(d.language), 1)) : q("", !0),
|
|
12862
12862
|
n.value ? (b(), k($e, { key: 1 }, [
|
|
12863
|
-
|
|
12863
|
+
I("button", {
|
|
12864
12864
|
ref_key: "copyButton",
|
|
12865
12865
|
ref: o,
|
|
12866
12866
|
class: "copy"
|
|
@@ -12875,13 +12875,13 @@ const EL = /* @__PURE__ */ ee(gL, [["render", bL]]), CL = {
|
|
|
12875
12875
|
role: "tooltip"
|
|
12876
12876
|
}, f[1] || (f[1] = [
|
|
12877
12877
|
At(" Copied! "),
|
|
12878
|
-
|
|
12878
|
+
I("div", {
|
|
12879
12879
|
id: "arrow",
|
|
12880
12880
|
"data-popper-arrow": ""
|
|
12881
12881
|
}, null, -1)
|
|
12882
12882
|
]), 512)) : q("", !0)
|
|
12883
12883
|
], 64)) : q("", !0),
|
|
12884
|
-
|
|
12884
|
+
I("div", { innerHTML: l.value }, null, 8, wL)
|
|
12885
12885
|
], 32));
|
|
12886
12886
|
}
|
|
12887
12887
|
}), Dm = /* @__PURE__ */ ee(SL, [["__scopeId", "data-v-43f26c29"]]), TL = {
|
|
@@ -12916,8 +12916,8 @@ function IL(e, t, r, n, i, a) {
|
|
|
12916
12916
|
height: r.size,
|
|
12917
12917
|
viewBox: "0 0 24 24"
|
|
12918
12918
|
}, [
|
|
12919
|
-
|
|
12920
|
-
r.title ? (b(), k("title", AL,
|
|
12919
|
+
I("path", LL, [
|
|
12920
|
+
r.title ? (b(), k("title", AL, K(r.title), 1)) : q("", !0)
|
|
12921
12921
|
])
|
|
12922
12922
|
], 8, OL))
|
|
12923
12923
|
], 16, kL);
|
|
@@ -12954,8 +12954,8 @@ function xL(e, t, r, n, i, a) {
|
|
|
12954
12954
|
height: r.size,
|
|
12955
12955
|
viewBox: "0 0 24 24"
|
|
12956
12956
|
}, [
|
|
12957
|
-
|
|
12958
|
-
r.title ? (b(), k("title", qL,
|
|
12957
|
+
I("path", ML, [
|
|
12958
|
+
r.title ? (b(), k("title", qL, K(r.title), 1)) : q("", !0)
|
|
12959
12959
|
])
|
|
12960
12960
|
], 8, PL))
|
|
12961
12961
|
], 16, DL);
|
|
@@ -12990,22 +12990,22 @@ const $L = /* @__PURE__ */ ee(NL, [["render", xL]]), FL = ["id"], UL = ["data-ta
|
|
|
12990
12990
|
{ immediate: !0 }
|
|
12991
12991
|
), (u, c) => (b(), k("div", {
|
|
12992
12992
|
id: u.href,
|
|
12993
|
-
class:
|
|
12993
|
+
class: ve(["d-flex flex-column", { "gap-2": !n.value }])
|
|
12994
12994
|
}, [
|
|
12995
|
-
|
|
12995
|
+
I("button", {
|
|
12996
12996
|
onClick: s,
|
|
12997
|
-
class:
|
|
12997
|
+
class: ve(["d-flex align-items-center justify-content-between fw-bold gap-2 collapse-button", { collapsed: n.value }]),
|
|
12998
12998
|
"data-toggle": "collapse",
|
|
12999
12999
|
"data-target": o.value,
|
|
13000
13000
|
"aria-expanded": "false",
|
|
13001
13001
|
"aria-controls": u.href + "-body"
|
|
13002
13002
|
}, [
|
|
13003
|
-
|
|
13003
|
+
I("span", VL, [
|
|
13004
13004
|
u.arrow ? (b(), pe(Zt(n.value ? RL : $L), {
|
|
13005
13005
|
key: 0,
|
|
13006
13006
|
class: "arrow"
|
|
13007
13007
|
})) : q("", !0),
|
|
13008
|
-
At(
|
|
13008
|
+
At(K(u.clickableText), 1),
|
|
13009
13009
|
Te(u.$slots, "additionalButtonText", {}, void 0, !0)
|
|
13010
13010
|
]),
|
|
13011
13011
|
u.$slots.buttonRight ? (b(), k("span", HL, [
|
|
@@ -13015,9 +13015,9 @@ const $L = /* @__PURE__ */ ee(NL, [["render", xL]]), FL = ["id"], UL = ["data-ta
|
|
|
13015
13015
|
u.$slots.content ? (b(), k("div", {
|
|
13016
13016
|
key: 0,
|
|
13017
13017
|
id: u.href + "-body",
|
|
13018
|
-
class:
|
|
13018
|
+
class: ve(["collapsible-body", { collapsed: n.value }])
|
|
13019
13019
|
}, [
|
|
13020
|
-
|
|
13020
|
+
I("div", null, [
|
|
13021
13021
|
Te(u.$slots, "content", {}, void 0, !0)
|
|
13022
13022
|
])
|
|
13023
13023
|
], 10, GL)) : q("", !0)
|
|
@@ -13085,8 +13085,8 @@ function JL(e, t, r, n, i, a) {
|
|
|
13085
13085
|
height: r.size,
|
|
13086
13086
|
viewBox: "0 0 24 24"
|
|
13087
13087
|
}, [
|
|
13088
|
-
|
|
13089
|
-
r.title ? (b(), k("title", ZL,
|
|
13088
|
+
I("path", XL, [
|
|
13089
|
+
r.title ? (b(), k("title", ZL, K(r.title), 1)) : q("", !0)
|
|
13090
13090
|
])
|
|
13091
13091
|
], 8, YL))
|
|
13092
13092
|
], 16, KL);
|
|
@@ -13123,8 +13123,8 @@ function aA(e, t, r, n, i, a) {
|
|
|
13123
13123
|
height: r.size,
|
|
13124
13124
|
viewBox: "0 0 24 24"
|
|
13125
13125
|
}, [
|
|
13126
|
-
|
|
13127
|
-
r.title ? (b(), k("title", iA,
|
|
13126
|
+
I("path", nA, [
|
|
13127
|
+
r.title ? (b(), k("title", iA, K(r.title), 1)) : q("", !0)
|
|
13128
13128
|
])
|
|
13129
13129
|
], 8, rA))
|
|
13130
13130
|
], 16, tA);
|
|
@@ -13161,8 +13161,8 @@ function dA(e, t, r, n, i, a) {
|
|
|
13161
13161
|
height: r.size,
|
|
13162
13162
|
viewBox: "0 0 24 24"
|
|
13163
13163
|
}, [
|
|
13164
|
-
|
|
13165
|
-
r.title ? (b(), k("title", cA,
|
|
13164
|
+
I("path", uA, [
|
|
13165
|
+
r.title ? (b(), k("title", cA, K(r.title), 1)) : q("", !0)
|
|
13166
13166
|
])
|
|
13167
13167
|
], 8, lA))
|
|
13168
13168
|
], 16, sA);
|
|
@@ -13199,8 +13199,8 @@ function _A(e, t, r, n, i, a) {
|
|
|
13199
13199
|
height: r.size,
|
|
13200
13200
|
viewBox: "0 0 24 24"
|
|
13201
13201
|
}, [
|
|
13202
|
-
|
|
13203
|
-
r.title ? (b(), k("title", vA,
|
|
13202
|
+
I("path", mA, [
|
|
13203
|
+
r.title ? (b(), k("title", vA, K(r.title), 1)) : q("", !0)
|
|
13204
13204
|
])
|
|
13205
13205
|
], 8, gA))
|
|
13206
13206
|
], 16, pA);
|
|
@@ -13227,13 +13227,13 @@ const e1 = /* @__PURE__ */ ee(hA, [["render", _A]]), yA = { class: "me-3" }, bA
|
|
|
13227
13227
|
}
|
|
13228
13228
|
});
|
|
13229
13229
|
return (n, i) => (b(), k("div", {
|
|
13230
|
-
class:
|
|
13230
|
+
class: ve("doc-alert alert alert-" + n.type),
|
|
13231
13231
|
role: "alert"
|
|
13232
13232
|
}, [
|
|
13233
|
-
|
|
13233
|
+
I("div", yA, [
|
|
13234
13234
|
(b(), pe(Zt(r.value), { class: "alert-icon" }))
|
|
13235
13235
|
]),
|
|
13236
|
-
|
|
13236
|
+
I("div", bA, [
|
|
13237
13237
|
Te(n.$slots, "default", {}, void 0, !0)
|
|
13238
13238
|
])
|
|
13239
13239
|
], 2));
|
|
@@ -13241,95 +13241,87 @@ const e1 = /* @__PURE__ */ ee(hA, [["render", _A]]), yA = { class: "me-3" }, bA
|
|
|
13241
13241
|
}), CA = /* @__PURE__ */ ee(EA, [["__scopeId", "data-v-f7fd8bc1"]]), wA = { class: "property-detail" }, SA = { key: 0 }, TA = ["href"], kA = { class: "d-flex fw-bold type-box rounded fs-7 px-2 py-1" }, OA = { class: "ref-type" }, LA = {
|
|
13242
13242
|
key: 1,
|
|
13243
13243
|
class: "type-box rounded fs-7 px-2 py-1"
|
|
13244
|
-
}, AA = { key: 1 }, IA = {
|
|
13244
|
+
}, AA = { key: 1 }, IA = { class: "border rounded px-2 py-1" }, RA = { key: 2 }, NA = { class: "border rounded px-2 py-1" }, DA = { key: 3 }, PA = { class: "border rounded px-2 py-1" }, MA = { key: 4 }, qA = { class: "border rounded px-2 py-1" }, xA = { key: 5 }, $A = { class: "border rounded px-2 py-1" }, FA = { key: 6 }, UA = { class: "border rounded px-2 py-1" }, VA = { key: 7 }, HA = { class: "border rounded px-2 py-1" }, GA = { key: 8 }, jA = { class: "border rounded px-2 py-1" }, BA = { key: 9 }, WA = { class: "border rounded px-2 py-1" }, zA = { key: 10 }, KA = { class: "border rounded px-2 py-1" }, YA = { key: 11 }, XA = { class: "border rounded px-2 py-1" }, ZA = { key: 12 }, JA = { class: "border rounded px-2 py-1" }, QA = { key: 13 }, eI = { class: "d-flex flex-wrap justify-content-end gap-7 p-0" }, tI = { key: 14 }, rI = { class: "property-description markdown" }, nI = { key: 2 }, iI = /* @__PURE__ */ Me({
|
|
13245
13245
|
__name: "PropertyDetail",
|
|
13246
13246
|
props: {
|
|
13247
|
-
property: {}
|
|
13248
|
-
isDynamic: { type: Boolean },
|
|
13249
|
-
showDynamic: { type: Boolean, default: !0 }
|
|
13247
|
+
property: {}
|
|
13250
13248
|
},
|
|
13251
13249
|
setup(e) {
|
|
13252
13250
|
const t = e, r = Se(J_(t.property).subType), n = Se(BL(t.property)), i = (a) => a.replaceAll(/(```)(?:bash|yaml|js|console|json)(\n) *([\s\S]*?```)/g, "$1$2$3").replaceAll(new RegExp("(?<!:):(?![: /])", "g"), ": ");
|
|
13253
13251
|
return (a, o) => (b(), k("div", wA, [
|
|
13254
13252
|
r.value ? (b(), k("div", SA, [
|
|
13255
|
-
o[1] || (o[1] =
|
|
13253
|
+
o[1] || (o[1] = I("span", null, " SubType ", -1)),
|
|
13256
13254
|
r.value.startsWith("#") ? (b(), k("a", {
|
|
13257
13255
|
key: 0,
|
|
13258
13256
|
href: r.value,
|
|
13259
13257
|
onClick: o[0] || (o[0] = Gm(() => {
|
|
13260
13258
|
}, ["stop"]))
|
|
13261
13259
|
}, [
|
|
13262
|
-
|
|
13263
|
-
|
|
13260
|
+
I("button", kA, [
|
|
13261
|
+
I("span", OA, K(B(Z_)(r.value)), 1),
|
|
13264
13262
|
Y(Q_)
|
|
13265
13263
|
])
|
|
13266
|
-
], 8, TA)) : (b(), k("span", LA,
|
|
13267
|
-
])) : q("", !0),
|
|
13268
|
-
a.showDynamic ? (b(), k("div", AA, [
|
|
13269
|
-
o[2] || (o[2] = A("span", null, " Dynamic ", -1)),
|
|
13270
|
-
A("code", {
|
|
13271
|
-
class: ge(["border rounded px-2 py-1", { "border-red": !a.isDynamic }])
|
|
13272
|
-
}, z(a.isDynamic ? "YES" : "NO"), 3)
|
|
13264
|
+
], 8, TA)) : (b(), k("span", LA, K(r.value), 1))
|
|
13273
13265
|
])) : q("", !0),
|
|
13274
|
-
a.property.default !== void 0 ? (b(), k("div",
|
|
13275
|
-
o[
|
|
13276
|
-
|
|
13266
|
+
a.property.default !== void 0 ? (b(), k("div", AA, [
|
|
13267
|
+
o[2] || (o[2] = I("span", null, " Default ", -1)),
|
|
13268
|
+
I("code", IA, K(a.property.default), 1)
|
|
13277
13269
|
])) : q("", !0),
|
|
13278
|
-
a.property.pattern !== void 0 ? (b(), k("div",
|
|
13279
|
-
o[
|
|
13280
|
-
|
|
13270
|
+
a.property.pattern !== void 0 ? (b(), k("div", RA, [
|
|
13271
|
+
o[3] || (o[3] = I("span", null, " Validation RegExp ", -1)),
|
|
13272
|
+
I("code", NA, K(a.property.pattern), 1)
|
|
13281
13273
|
])) : q("", !0),
|
|
13282
|
-
a.property.unit !== void 0 && a.property.unit.trim().length > 0 ? (b(), k("div",
|
|
13283
|
-
o[
|
|
13284
|
-
|
|
13274
|
+
a.property.unit !== void 0 && a.property.unit.trim().length > 0 ? (b(), k("div", DA, [
|
|
13275
|
+
o[4] || (o[4] = I("span", null, " Unit ", -1)),
|
|
13276
|
+
I("code", PA, K(a.property.unit), 1)
|
|
13285
13277
|
])) : q("", !0),
|
|
13286
|
-
a.property.minLength !== void 0 ? (b(), k("div",
|
|
13287
|
-
o[
|
|
13288
|
-
|
|
13278
|
+
a.property.minLength !== void 0 ? (b(), k("div", MA, [
|
|
13279
|
+
o[5] || (o[5] = I("span", null, " Min length ", -1)),
|
|
13280
|
+
I("code", qA, K(a.property.minLength), 1)
|
|
13289
13281
|
])) : q("", !0),
|
|
13290
|
-
a.property.maxLength !== void 0 ? (b(), k("div",
|
|
13291
|
-
o[
|
|
13292
|
-
|
|
13282
|
+
a.property.maxLength !== void 0 ? (b(), k("div", xA, [
|
|
13283
|
+
o[6] || (o[6] = I("span", null, " Max length ", -1)),
|
|
13284
|
+
I("code", $A, K(a.property.maxLength), 1)
|
|
13293
13285
|
])) : q("", !0),
|
|
13294
|
-
a.property.minItems !== void 0 ? (b(), k("div",
|
|
13295
|
-
o[
|
|
13296
|
-
|
|
13286
|
+
a.property.minItems !== void 0 ? (b(), k("div", FA, [
|
|
13287
|
+
o[7] || (o[7] = I("span", null, " Min items ", -1)),
|
|
13288
|
+
I("code", UA, K(a.property.minItems), 1)
|
|
13297
13289
|
])) : q("", !0),
|
|
13298
|
-
a.property.maxItems !== void 0 ? (b(), k("div",
|
|
13299
|
-
o[
|
|
13300
|
-
|
|
13290
|
+
a.property.maxItems !== void 0 ? (b(), k("div", VA, [
|
|
13291
|
+
o[8] || (o[8] = I("span", null, " Max items ", -1)),
|
|
13292
|
+
I("code", HA, K(a.property.maxItems), 1)
|
|
13301
13293
|
])) : q("", !0),
|
|
13302
|
-
a.property.minimum !== void 0 ? (b(), k("div",
|
|
13303
|
-
o[
|
|
13304
|
-
|
|
13294
|
+
a.property.minimum !== void 0 ? (b(), k("div", GA, [
|
|
13295
|
+
o[9] || (o[9] = I("span", null, " Minimum ", -1)),
|
|
13296
|
+
I("code", jA, " >= " + K(a.property.minimum), 1)
|
|
13305
13297
|
])) : q("", !0),
|
|
13306
|
-
a.property.exclusiveMinimum !== void 0 ? (b(), k("div",
|
|
13307
|
-
o[
|
|
13308
|
-
|
|
13298
|
+
a.property.exclusiveMinimum !== void 0 ? (b(), k("div", BA, [
|
|
13299
|
+
o[10] || (o[10] = I("span", null, " Minimum ", -1)),
|
|
13300
|
+
I("code", WA, " > " + K(a.property.minimum), 1)
|
|
13309
13301
|
])) : q("", !0),
|
|
13310
|
-
a.property.maximum !== void 0 ? (b(), k("div",
|
|
13311
|
-
o[
|
|
13312
|
-
|
|
13302
|
+
a.property.maximum !== void 0 ? (b(), k("div", zA, [
|
|
13303
|
+
o[11] || (o[11] = I("span", null, " Maximum ", -1)),
|
|
13304
|
+
I("code", KA, " <= " + K(a.property.maximum), 1)
|
|
13313
13305
|
])) : q("", !0),
|
|
13314
|
-
a.property.exclusiveMaximum !== void 0 ? (b(), k("div",
|
|
13315
|
-
o[
|
|
13316
|
-
|
|
13306
|
+
a.property.exclusiveMaximum !== void 0 ? (b(), k("div", YA, [
|
|
13307
|
+
o[12] || (o[12] = I("span", null, " Maximum ", -1)),
|
|
13308
|
+
I("code", XA, " < " + K(a.property.maximum), 1)
|
|
13317
13309
|
])) : q("", !0),
|
|
13318
|
-
a.property.format !== void 0 ? (b(), k("div",
|
|
13319
|
-
o[
|
|
13320
|
-
|
|
13310
|
+
a.property.format !== void 0 ? (b(), k("div", ZA, [
|
|
13311
|
+
o[13] || (o[13] = I("span", null, " Format ", -1)),
|
|
13312
|
+
I("code", JA, K(a.property.format), 1)
|
|
13321
13313
|
])) : q("", !0),
|
|
13322
|
-
n.value !== void 0 ? (b(), k("div",
|
|
13323
|
-
o[
|
|
13324
|
-
|
|
13314
|
+
n.value !== void 0 ? (b(), k("div", QA, [
|
|
13315
|
+
o[14] || (o[14] = I("span", null, " Possible Values ", -1)),
|
|
13316
|
+
I("div", eI, [
|
|
13325
13317
|
(b(!0), k($e, null, Ot(n.value, (s, l) => (b(), k("code", {
|
|
13326
13318
|
class: "border rounded px-2 py-1",
|
|
13327
13319
|
key: l
|
|
13328
|
-
},
|
|
13320
|
+
}, K(s), 1))), 128))
|
|
13329
13321
|
])
|
|
13330
13322
|
])) : q("", !0),
|
|
13331
|
-
a.property.title !== void 0 || a.property.description !== void 0 ? (b(), k("div",
|
|
13332
|
-
|
|
13323
|
+
a.property.title !== void 0 || a.property.description !== void 0 ? (b(), k("div", tI, [
|
|
13324
|
+
I("div", rI, [
|
|
13333
13325
|
a.property.title !== void 0 ? Te(a.$slots, "markdown", {
|
|
13334
13326
|
key: 0,
|
|
13335
13327
|
content: i(a.property.title)
|
|
@@ -13338,7 +13330,7 @@ const e1 = /* @__PURE__ */ ee(hA, [["render", _A]]), yA = { class: "me-3" }, bA
|
|
|
13338
13330
|
key: 1,
|
|
13339
13331
|
content: i(a.property.description)
|
|
13340
13332
|
}, void 0, !0) : q("", !0),
|
|
13341
|
-
a.property.$internalStorageURI ? (b(), k("div",
|
|
13333
|
+
a.property.$internalStorageURI ? (b(), k("div", nI, [
|
|
13342
13334
|
Y(CA, { type: "info" }, {
|
|
13343
13335
|
default: te(() => [
|
|
13344
13336
|
Te(a.$slots, "markdown", { content: "Pebble expression referencing an Internal Storage URI e.g. `{{ outputs.mytask.uri }}`." }, void 0, !0)
|
|
@@ -13350,7 +13342,7 @@ const e1 = /* @__PURE__ */ ee(hA, [["render", _A]]), yA = { class: "me-3" }, bA
|
|
|
13350
13342
|
])) : q("", !0)
|
|
13351
13343
|
]));
|
|
13352
13344
|
}
|
|
13353
|
-
}),
|
|
13345
|
+
}), aI = /* @__PURE__ */ ee(iI, [["__scopeId", "data-v-79715a4e"]]), oI = {
|
|
13354
13346
|
name: "ChevronUpIcon",
|
|
13355
13347
|
emits: ["click"],
|
|
13356
13348
|
props: {
|
|
@@ -13366,8 +13358,8 @@ const e1 = /* @__PURE__ */ ee(hA, [["render", _A]]), yA = { class: "me-3" }, bA
|
|
|
13366
13358
|
default: 24
|
|
13367
13359
|
}
|
|
13368
13360
|
}
|
|
13369
|
-
},
|
|
13370
|
-
function
|
|
13361
|
+
}, sI = ["aria-hidden", "aria-label"], lI = ["fill", "width", "height"], uI = { d: "M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" }, cI = { key: 0 };
|
|
13362
|
+
function dI(e, t, r, n, i, a) {
|
|
13371
13363
|
return b(), k("span", ae(e.$attrs, {
|
|
13372
13364
|
"aria-hidden": r.title ? null : !0,
|
|
13373
13365
|
"aria-label": r.title,
|
|
@@ -13382,13 +13374,13 @@ function fI(e, t, r, n, i, a) {
|
|
|
13382
13374
|
height: r.size,
|
|
13383
13375
|
viewBox: "0 0 24 24"
|
|
13384
13376
|
}, [
|
|
13385
|
-
|
|
13386
|
-
r.title ? (b(), k("title",
|
|
13377
|
+
I("path", uI, [
|
|
13378
|
+
r.title ? (b(), k("title", cI, K(r.title), 1)) : q("", !0)
|
|
13387
13379
|
])
|
|
13388
|
-
], 8,
|
|
13389
|
-
], 16,
|
|
13380
|
+
], 8, lI))
|
|
13381
|
+
], 16, sI);
|
|
13390
13382
|
}
|
|
13391
|
-
const
|
|
13383
|
+
const fI = /* @__PURE__ */ ee(oI, [["render", dI]]), hI = {
|
|
13392
13384
|
name: "SnowflakeIcon",
|
|
13393
13385
|
emits: ["click"],
|
|
13394
13386
|
props: {
|
|
@@ -13404,8 +13396,8 @@ const hI = /* @__PURE__ */ ee(sI, [["render", fI]]), pI = {
|
|
|
13404
13396
|
default: 24
|
|
13405
13397
|
}
|
|
13406
13398
|
}
|
|
13407
|
-
},
|
|
13408
|
-
function
|
|
13399
|
+
}, pI = ["aria-hidden", "aria-label"], gI = ["fill", "width", "height"], mI = { d: "M20.79,13.95L18.46,14.57L16.46,13.44V10.56L18.46,9.43L20.79,10.05L21.31,8.12L19.54,7.65L20,5.88L18.07,5.36L17.45,7.69L15.45,8.82L13,7.38V5.12L14.71,3.41L13.29,2L12,3.29L10.71,2L9.29,3.41L11,5.12V7.38L8.5,8.82L6.5,7.69L5.92,5.36L4,5.88L4.47,7.65L2.7,8.12L3.22,10.05L5.55,9.43L7.55,10.56V13.45L5.55,14.58L3.22,13.96L2.7,15.89L4.47,16.36L4,18.12L5.93,18.64L6.55,16.31L8.55,15.18L11,16.62V18.88L9.29,20.59L10.71,22L12,20.71L13.29,22L14.7,20.59L13,18.88V16.62L15.5,15.17L17.5,16.3L18.12,18.63L20,18.12L19.53,16.35L21.3,15.88L20.79,13.95M9.5,10.56L12,9.11L14.5,10.56V13.44L12,14.89L9.5,13.44V10.56Z" }, vI = { key: 0 };
|
|
13400
|
+
function _I(e, t, r, n, i, a) {
|
|
13409
13401
|
return b(), k("span", ae(e.$attrs, {
|
|
13410
13402
|
"aria-hidden": r.title ? null : !0,
|
|
13411
13403
|
"aria-label": r.title,
|
|
@@ -13420,13 +13412,13 @@ function yI(e, t, r, n, i, a) {
|
|
|
13420
13412
|
height: r.size,
|
|
13421
13413
|
viewBox: "0 0 24 24"
|
|
13422
13414
|
}, [
|
|
13423
|
-
|
|
13424
|
-
r.title ? (b(), k("title",
|
|
13415
|
+
I("path", mI, [
|
|
13416
|
+
r.title ? (b(), k("title", vI, K(r.title), 1)) : q("", !0)
|
|
13425
13417
|
])
|
|
13426
|
-
], 8,
|
|
13427
|
-
], 16,
|
|
13418
|
+
], 8, gI))
|
|
13419
|
+
], 16, pI);
|
|
13428
13420
|
}
|
|
13429
|
-
const
|
|
13421
|
+
const yI = /* @__PURE__ */ ee(hI, [["render", _I]]), bI = {
|
|
13430
13422
|
name: "AlphaBBoxIcon",
|
|
13431
13423
|
emits: ["click"],
|
|
13432
13424
|
props: {
|
|
@@ -13442,8 +13434,8 @@ const bI = /* @__PURE__ */ ee(pI, [["render", yI]]), EI = {
|
|
|
13442
13434
|
default: 24
|
|
13443
13435
|
}
|
|
13444
13436
|
}
|
|
13445
|
-
},
|
|
13446
|
-
function
|
|
13437
|
+
}, EI = ["aria-hidden", "aria-label"], CI = ["fill", "width", "height"], wI = { d: "M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M15,10.5V9A2,2 0 0,0 13,7H9V17H13A2,2 0 0,0 15,15V13.5C15,12.7 14.3,12 13.5,12C14.3,12 15,11.3 15,10.5M13,15H11V13H13V15M13,11H11V9H13V11Z" }, SI = { key: 0 };
|
|
13438
|
+
function TI(e, t, r, n, i, a) {
|
|
13447
13439
|
return b(), k("span", ae(e.$attrs, {
|
|
13448
13440
|
"aria-hidden": r.title ? null : !0,
|
|
13449
13441
|
"aria-label": r.title,
|
|
@@ -13458,16 +13450,16 @@ function kI(e, t, r, n, i, a) {
|
|
|
13458
13450
|
height: r.size,
|
|
13459
13451
|
viewBox: "0 0 24 24"
|
|
13460
13452
|
}, [
|
|
13461
|
-
|
|
13462
|
-
r.title ? (b(), k("title",
|
|
13453
|
+
I("path", wI, [
|
|
13454
|
+
r.title ? (b(), k("title", SI, K(r.title), 1)) : q("", !0)
|
|
13463
13455
|
])
|
|
13464
|
-
], 8,
|
|
13465
|
-
], 16,
|
|
13456
|
+
], 8, CI))
|
|
13457
|
+
], 16, EI);
|
|
13466
13458
|
}
|
|
13467
|
-
const
|
|
13459
|
+
const kI = /* @__PURE__ */ ee(bI, [["render", TI]]), OI = { class: "border overflow-hidden" }, LI = { class: "d-flex flex-grow-1 align-items-center justify-content-between" }, AI = { class: "d-flex gap-2" }, II = { class: "d-flex gap-2" }, RI = ["href"], NI = { class: "ref-type" }, DI = {
|
|
13468
13460
|
key: 1,
|
|
13469
13461
|
class: "type-box rounded fs-7 px-2 py-1"
|
|
13470
|
-
},
|
|
13462
|
+
}, PI = /* @__PURE__ */ Me({
|
|
13471
13463
|
__name: "CollapsibleProperties",
|
|
13472
13464
|
props: {
|
|
13473
13465
|
href: { default: Math.random().toString(36).substring(2, 5) },
|
|
@@ -13487,7 +13479,7 @@ const OI = /* @__PURE__ */ ee(EI, [["render", kI]]), LI = { class: "border overf
|
|
|
13487
13479
|
);
|
|
13488
13480
|
const i = (o) => {
|
|
13489
13481
|
var s;
|
|
13490
|
-
return o.$dynamic === !0 ? !0 : o.$dynamic === !1 ? !1 : ((s = o.anyOf) == null ? void 0 : s.some((l) => l.$dynamic === !0)) ?? !1;
|
|
13482
|
+
return console.log("DYNAMIC: " + o.$dynamic), o.$dynamic === !0 ? !0 : o.$dynamic === !1 ? !1 : ((s = o.anyOf) == null ? void 0 : s.some((l) => l.$dynamic === !0)) ?? !1;
|
|
13491
13483
|
};
|
|
13492
13484
|
function a(o) {
|
|
13493
13485
|
const s = [], l = [];
|
|
@@ -13508,7 +13500,7 @@ const OI = /* @__PURE__ */ ee(EI, [["render", kI]]), LI = { class: "border overf
|
|
|
13508
13500
|
Object.keys(o.properties ?? {}).length > 0 ? {
|
|
13509
13501
|
name: "content",
|
|
13510
13502
|
fn: te(() => [
|
|
13511
|
-
|
|
13503
|
+
I("div", OI, [
|
|
13512
13504
|
(b(!0), k($e, null, Ot(a(o.properties), (l, u) => (b(), pe(an, {
|
|
13513
13505
|
class: "property",
|
|
13514
13506
|
key: u,
|
|
@@ -13524,21 +13516,21 @@ const OI = /* @__PURE__ */ ee(EI, [["render", kI]]), LI = { class: "border overf
|
|
|
13524
13516
|
title: "Required"
|
|
13525
13517
|
}, {
|
|
13526
13518
|
default: te(() => s[3] || (s[3] = [
|
|
13527
|
-
|
|
13519
|
+
I("span", { class: "text-danger" }, " *", -1)
|
|
13528
13520
|
])),
|
|
13529
13521
|
_: 1
|
|
13530
13522
|
})) : q("", !0)
|
|
13531
13523
|
]),
|
|
13532
13524
|
buttonRight: te(({ collapsed: c }) => [
|
|
13533
|
-
|
|
13534
|
-
|
|
13525
|
+
I("span", LI, [
|
|
13526
|
+
I("span", AI, [
|
|
13535
13527
|
o.showDynamic && !i(l) ? (b(), pe(Ee, {
|
|
13536
13528
|
key: 0,
|
|
13537
13529
|
class: "d-flex",
|
|
13538
13530
|
title: "Non-dynamic"
|
|
13539
13531
|
}, {
|
|
13540
13532
|
default: te(() => [
|
|
13541
|
-
Y(
|
|
13533
|
+
Y(yI, { class: "text-info" })
|
|
13542
13534
|
]),
|
|
13543
13535
|
_: 1
|
|
13544
13536
|
})) : q("", !0),
|
|
@@ -13548,7 +13540,7 @@ const OI = /* @__PURE__ */ ee(EI, [["render", kI]]), LI = { class: "border overf
|
|
|
13548
13540
|
title: "Beta"
|
|
13549
13541
|
}, {
|
|
13550
13542
|
default: te(() => [
|
|
13551
|
-
Y(
|
|
13543
|
+
Y(kI, { class: "text-warning" })
|
|
13552
13544
|
]),
|
|
13553
13545
|
_: 1
|
|
13554
13546
|
})) : q("", !0),
|
|
@@ -13563,7 +13555,7 @@ const OI = /* @__PURE__ */ ee(EI, [["render", kI]]), LI = { class: "border overf
|
|
|
13563
13555
|
_: 1
|
|
13564
13556
|
})) : q("", !0)
|
|
13565
13557
|
]),
|
|
13566
|
-
|
|
13558
|
+
I("span", II, [
|
|
13567
13559
|
(b(!0), k($e, null, Ot(B(J_)(l).types, (d) => (b(), k($e, { key: d }, [
|
|
13568
13560
|
d.startsWith("#") ? (b(), k("a", {
|
|
13569
13561
|
key: 0,
|
|
@@ -13572,25 +13564,21 @@ const OI = /* @__PURE__ */ ee(EI, [["render", kI]]), LI = { class: "border overf
|
|
|
13572
13564
|
onClick: s[0] || (s[0] = Gm(() => {
|
|
13573
13565
|
}, ["stop"]))
|
|
13574
13566
|
}, [
|
|
13575
|
-
|
|
13567
|
+
I("span", NI, K(B(Z_)(d)), 1),
|
|
13576
13568
|
Y(Q_)
|
|
13577
|
-
], 8,
|
|
13569
|
+
], 8, RI)) : (b(), k("span", DI, K(d), 1))
|
|
13578
13570
|
], 64))), 128)),
|
|
13579
|
-
(b(), pe(Zt(c ? QL :
|
|
13571
|
+
(b(), pe(Zt(c ? QL : fI), { class: "arrow" }))
|
|
13580
13572
|
])
|
|
13581
13573
|
])
|
|
13582
13574
|
]),
|
|
13583
13575
|
content: te(() => [
|
|
13584
|
-
Y(
|
|
13585
|
-
"show-dynamic": o.showDynamic,
|
|
13586
|
-
"is-dynamic": o.showDynamic && i(l),
|
|
13587
|
-
property: l
|
|
13588
|
-
}, {
|
|
13576
|
+
Y(aI, { property: l }, {
|
|
13589
13577
|
markdown: te(({ content: c }) => [
|
|
13590
13578
|
Te(o.$slots, "markdown", { content: c }, void 0, !0)
|
|
13591
13579
|
]),
|
|
13592
13580
|
_: 2
|
|
13593
|
-
}, 1032, ["
|
|
13581
|
+
}, 1032, ["property"])
|
|
13594
13582
|
]),
|
|
13595
13583
|
_: 2
|
|
13596
13584
|
}, 1032, ["clickable-text", "href"]))), 128))
|
|
@@ -13600,20 +13588,20 @@ const OI = /* @__PURE__ */ ee(EI, [["render", kI]]), LI = { class: "border overf
|
|
|
13600
13588
|
} : void 0
|
|
13601
13589
|
]), 1032, ["clickable-text", "href", "initially-expanded"]));
|
|
13602
13590
|
}
|
|
13603
|
-
}), Wr = /* @__PURE__ */ ee(
|
|
13591
|
+
}), Wr = /* @__PURE__ */ ee(PI, [["__scopeId", "data-v-d35592c3"]]), MI = { class: "d-flex flex-column gap-6" }, qI = {
|
|
13604
13592
|
key: 0,
|
|
13605
13593
|
class: "alert alert-info",
|
|
13606
13594
|
role: "alert"
|
|
13607
|
-
},
|
|
13595
|
+
}, xI = {
|
|
13608
13596
|
key: 1,
|
|
13609
13597
|
class: "plugin-title markdown"
|
|
13610
|
-
},
|
|
13598
|
+
}, $I = {
|
|
13611
13599
|
key: 2,
|
|
13612
13600
|
class: "markdown"
|
|
13613
|
-
},
|
|
13601
|
+
}, FI = { class: "d-flex flex-column gap-4" }, UI = { class: "d-flex flex-column gap-3" }, VI = { class: "markdown" }, HI = {
|
|
13614
13602
|
key: 0,
|
|
13615
13603
|
class: "w-100 align-self-center"
|
|
13616
|
-
},
|
|
13604
|
+
}, GI = { class: "markdown" }, jI = { class: "markdown" }, BI = { class: "markdown" }, WI = { class: "d-flex flex-column gap-7 ps-3" }, zI = { class: "markdown" }, KI = /* @__PURE__ */ Me({
|
|
13617
13605
|
__name: "SchemaToHtml",
|
|
13618
13606
|
props: {
|
|
13619
13607
|
schema: {},
|
|
@@ -13661,18 +13649,18 @@ type: "${n.pluginType}"
|
|
|
13661
13649
|
var h;
|
|
13662
13650
|
return (h = o.value) == null ? void 0 : h.dispose();
|
|
13663
13651
|
}), (h, g) => {
|
|
13664
|
-
var y, v, w, T, E,
|
|
13665
|
-
return b(), k("div",
|
|
13666
|
-
|
|
13667
|
-
(y = h.schema.properties) != null && y.$beta ? (b(), k("div",
|
|
13668
|
-
|
|
13652
|
+
var y, v, w, T, E, A;
|
|
13653
|
+
return b(), k("div", MI, [
|
|
13654
|
+
I("div", null, [
|
|
13655
|
+
(y = h.schema.properties) != null && y.$beta ? (b(), k("div", qI, g[1] || (g[1] = [
|
|
13656
|
+
I("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)
|
|
13669
13657
|
]))) : q("", !0),
|
|
13670
|
-
(v = h.schema.properties) != null && v.title ? (b(), k("div",
|
|
13658
|
+
(v = h.schema.properties) != null && v.title ? (b(), k("div", xI, [
|
|
13671
13659
|
Te(h.$slots, "markdown", {
|
|
13672
13660
|
content: h.schema.properties.title.replaceAll(/ *:(?![ /])/g, ": ")
|
|
13673
13661
|
}, void 0, !0)
|
|
13674
13662
|
])) : q("", !0),
|
|
13675
|
-
(w = h.schema.properties) != null && w.description ? (b(), k("div",
|
|
13663
|
+
(w = h.schema.properties) != null && w.description ? (b(), k("div", $I, [
|
|
13676
13664
|
Te(h.$slots, "markdown", {
|
|
13677
13665
|
content: h.schema.properties.description.replaceAll(/ *:(?![ /])/g, ": ")
|
|
13678
13666
|
}, void 0, !0)
|
|
@@ -13696,12 +13684,12 @@ type: "${n.pluginType}"
|
|
|
13696
13684
|
href: "examples"
|
|
13697
13685
|
}, {
|
|
13698
13686
|
content: te(() => [
|
|
13699
|
-
|
|
13687
|
+
I("div", FI, [
|
|
13700
13688
|
(b(!0), k($e, null, Ot(s.value, (L, D) => (b(), k($e, {
|
|
13701
13689
|
key: h.pluginType + "-" + D
|
|
13702
13690
|
}, [
|
|
13703
|
-
|
|
13704
|
-
|
|
13691
|
+
I("div", UI, [
|
|
13692
|
+
I("div", VI, [
|
|
13705
13693
|
L.title ? Te(h.$slots, "markdown", {
|
|
13706
13694
|
key: 0,
|
|
13707
13695
|
content: L.title.replaceAll(/ *:(?![ /])/g, ": ")
|
|
@@ -13715,7 +13703,7 @@ type: "${n.pluginType}"
|
|
|
13715
13703
|
code: a(L)
|
|
13716
13704
|
}, null, 8, ["highlighter", "language", "code"])) : q("", !0)
|
|
13717
13705
|
]),
|
|
13718
|
-
D < s.value.length - 1 ? (b(), k("hr",
|
|
13706
|
+
D < s.value.length - 1 ? (b(), k("hr", HI)) : q("", !0)
|
|
13719
13707
|
], 64))), 128))
|
|
13720
13708
|
])
|
|
13721
13709
|
]),
|
|
@@ -13727,11 +13715,10 @@ type: "${n.pluginType}"
|
|
|
13727
13715
|
properties: h.schema.properties.properties,
|
|
13728
13716
|
"section-name": "Properties",
|
|
13729
13717
|
href: "properties",
|
|
13730
|
-
"initially-expanded": h.propsInitiallyExpanded
|
|
13731
|
-
"show-dynamic": !1
|
|
13718
|
+
"initially-expanded": h.propsInitiallyExpanded
|
|
13732
13719
|
}, {
|
|
13733
13720
|
markdown: te(({ content: L }) => [
|
|
13734
|
-
|
|
13721
|
+
I("div", GI, [
|
|
13735
13722
|
Te(h.$slots, "markdown", { content: L }, void 0, !0)
|
|
13736
13723
|
])
|
|
13737
13724
|
]),
|
|
@@ -13746,13 +13733,13 @@ type: "${n.pluginType}"
|
|
|
13746
13733
|
"show-dynamic": !1
|
|
13747
13734
|
}, {
|
|
13748
13735
|
markdown: te(({ content: L }) => [
|
|
13749
|
-
|
|
13736
|
+
I("div", jI, [
|
|
13750
13737
|
Te(h.$slots, "markdown", { content: L }, void 0, !0)
|
|
13751
13738
|
])
|
|
13752
13739
|
]),
|
|
13753
13740
|
_: 3
|
|
13754
13741
|
}, 8, ["properties"])) : q("", !0),
|
|
13755
|
-
(
|
|
13742
|
+
(A = h.schema.properties) != null && A.$metrics ? (b(), pe(Wr, {
|
|
13756
13743
|
key: 3,
|
|
13757
13744
|
class: "plugin-section",
|
|
13758
13745
|
properties: l.value,
|
|
@@ -13761,7 +13748,7 @@ type: "${n.pluginType}"
|
|
|
13761
13748
|
"show-dynamic": !1
|
|
13762
13749
|
}, {
|
|
13763
13750
|
markdown: te(({ content: L }) => [
|
|
13764
|
-
|
|
13751
|
+
I("div", BI, [
|
|
13765
13752
|
Te(h.$slots, "markdown", { content: L }, void 0, !0)
|
|
13766
13753
|
])
|
|
13767
13754
|
]),
|
|
@@ -13775,7 +13762,7 @@ type: "${n.pluginType}"
|
|
|
13775
13762
|
"initially-expanded": i.value
|
|
13776
13763
|
}, {
|
|
13777
13764
|
content: te(() => [
|
|
13778
|
-
|
|
13765
|
+
I("div", WI, [
|
|
13779
13766
|
(b(!0), k($e, null, Ot(Object.entries(h.schema.definitions), ([L, D]) => (b(), pe(Wr, {
|
|
13780
13767
|
properties: D.properties,
|
|
13781
13768
|
"section-name": D.title ?? L.split("_")[0],
|
|
@@ -13786,7 +13773,7 @@ type: "${n.pluginType}"
|
|
|
13786
13773
|
onExpand: g[0] || (g[0] = (M) => i.value = !0)
|
|
13787
13774
|
}, {
|
|
13788
13775
|
markdown: te(({ content: M }) => [
|
|
13789
|
-
|
|
13776
|
+
I("div", zI, [
|
|
13790
13777
|
Te(h.$slots, "markdown", { content: M }, void 0, !0)
|
|
13791
13778
|
])
|
|
13792
13779
|
]),
|
|
@@ -13800,7 +13787,7 @@ type: "${n.pluginType}"
|
|
|
13800
13787
|
]);
|
|
13801
13788
|
};
|
|
13802
13789
|
}
|
|
13803
|
-
}),
|
|
13790
|
+
}), pN = /* @__PURE__ */ ee(KI, [["__scopeId", "data-v-6459320d"]]), YI = {
|
|
13804
13791
|
name: "ChevronRightIcon",
|
|
13805
13792
|
emits: ["click"],
|
|
13806
13793
|
props: {
|
|
@@ -13816,8 +13803,8 @@ type: "${n.pluginType}"
|
|
|
13816
13803
|
default: 24
|
|
13817
13804
|
}
|
|
13818
13805
|
}
|
|
13819
|
-
},
|
|
13820
|
-
function
|
|
13806
|
+
}, XI = ["aria-hidden", "aria-label"], ZI = ["fill", "width", "height"], JI = { d: "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" }, QI = { key: 0 };
|
|
13807
|
+
function eR(e, t, r, n, i, a) {
|
|
13821
13808
|
return b(), k("span", ae(e.$attrs, {
|
|
13822
13809
|
"aria-hidden": r.title ? null : !0,
|
|
13823
13810
|
"aria-label": r.title,
|
|
@@ -13832,13 +13819,13 @@ function tR(e, t, r, n, i, a) {
|
|
|
13832
13819
|
height: r.size,
|
|
13833
13820
|
viewBox: "0 0 24 24"
|
|
13834
13821
|
}, [
|
|
13835
|
-
|
|
13836
|
-
r.title ? (b(), k("title",
|
|
13822
|
+
I("path", JI, [
|
|
13823
|
+
r.title ? (b(), k("title", QI, K(r.title), 1)) : q("", !0)
|
|
13837
13824
|
])
|
|
13838
|
-
], 8,
|
|
13839
|
-
], 16,
|
|
13825
|
+
], 8, ZI))
|
|
13826
|
+
], 16, XI);
|
|
13840
13827
|
}
|
|
13841
|
-
const
|
|
13828
|
+
const tR = /* @__PURE__ */ ee(YI, [["render", eR]]), rR = ["href"], nR = ["src", "alt"], iR = /* @__PURE__ */ Me({
|
|
13842
13829
|
__name: "RowLink",
|
|
13843
13830
|
props: {
|
|
13844
13831
|
iconB64Svg: {},
|
|
@@ -13851,18 +13838,18 @@ const rR = /* @__PURE__ */ ee(XI, [["render", tR]]), nR = ["href"], iR = ["src",
|
|
|
13851
13838
|
href: n.value,
|
|
13852
13839
|
class: "row-link d-flex flex-grow-1 align-items-center gap-7 rounded"
|
|
13853
13840
|
}, [
|
|
13854
|
-
|
|
13841
|
+
I("img", {
|
|
13855
13842
|
src: i.iconB64Svg,
|
|
13856
13843
|
alt: `${i.text} icon`
|
|
13857
|
-
}, null, 8,
|
|
13858
|
-
At(
|
|
13859
|
-
Y(
|
|
13860
|
-
], 8,
|
|
13844
|
+
}, null, 8, nR),
|
|
13845
|
+
At(K(i.text) + " ", 1),
|
|
13846
|
+
Y(tR, { class: "ms-auto" })
|
|
13847
|
+
], 8, rR));
|
|
13861
13848
|
}
|
|
13862
|
-
}), Pm = /* @__PURE__ */ ee(
|
|
13849
|
+
}), Pm = /* @__PURE__ */ ee(iR, [["__scopeId", "data-v-b787c0f3"]]), aR = { class: "d-flex flex-column gap-4" }, oR = {
|
|
13863
13850
|
key: 1,
|
|
13864
13851
|
class: "d-flex flex-column"
|
|
13865
|
-
},
|
|
13852
|
+
}, sR = ["id"], lR = { class: "d-flex flex-column" }, gN = /* @__PURE__ */ Me({
|
|
13866
13853
|
__name: "PluginIndex",
|
|
13867
13854
|
props: {
|
|
13868
13855
|
plugins: {},
|
|
@@ -13885,12 +13872,12 @@ const rR = /* @__PURE__ */ ee(XI, [["render", tR]]), nR = ["href"], iR = ["src",
|
|
|
13885
13872
|
);
|
|
13886
13873
|
}
|
|
13887
13874
|
const c = _e(() => u(r.value));
|
|
13888
|
-
return (d, f) => (b(), k("div",
|
|
13875
|
+
return (d, f) => (b(), k("div", aR, [
|
|
13889
13876
|
n.value !== void 0 ? Te(d.$slots, "markdown", {
|
|
13890
13877
|
key: 0,
|
|
13891
13878
|
content: n.value.replaceAll(/ *:(?![ /])/g, ": ")
|
|
13892
13879
|
}) : q("", !0),
|
|
13893
|
-
d.subGroup === void 0 && d.plugins.length > 1 ? (b(), k("div",
|
|
13880
|
+
d.subGroup === void 0 && d.plugins.length > 1 ? (b(), k("div", oR, [
|
|
13894
13881
|
(b(!0), k($e, null, Ot(i.value, (p) => (b(), pe(Pm, {
|
|
13895
13882
|
id: `group-${B(sr)(B(br)(p))}`,
|
|
13896
13883
|
"icon-b64-svg": "data:image/svg+xml;base64," + d.icons[p.subGroup],
|
|
@@ -13904,11 +13891,11 @@ const rR = /* @__PURE__ */ ee(XI, [["render", tR]]), nR = ["href"], iR = ["src",
|
|
|
13904
13891
|
class: "d-flex flex-column elements-section",
|
|
13905
13892
|
key: C
|
|
13906
13893
|
}, [
|
|
13907
|
-
|
|
13894
|
+
I("h4", {
|
|
13908
13895
|
id: `section-${B(sr)(C)}`,
|
|
13909
13896
|
class: "text-capitalize"
|
|
13910
|
-
},
|
|
13911
|
-
|
|
13897
|
+
}, K(C), 9, sR),
|
|
13898
|
+
I("div", lR, [
|
|
13912
13899
|
(b(!0), k($e, null, Ot(p, (_) => (b(), pe(Pm, {
|
|
13913
13900
|
id: B(sr)(_),
|
|
13914
13901
|
"icon-b64-svg": "data:image/svg+xml;base64," + d.icons[_],
|
|
@@ -13922,18 +13909,18 @@ const rR = /* @__PURE__ */ ee(XI, [["render", tR]]), nR = ["href"], iR = ["src",
|
|
|
13922
13909
|
]))), 128))
|
|
13923
13910
|
]));
|
|
13924
13911
|
}
|
|
13925
|
-
}),
|
|
13926
|
-
function
|
|
13912
|
+
}), uR = /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/, cR = /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/, dR = /^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;
|
|
13913
|
+
function fR(e, t) {
|
|
13927
13914
|
if (e === "__proto__" || e === "constructor" && t && typeof t == "object" && "prototype" in t) {
|
|
13928
|
-
|
|
13915
|
+
hR(e);
|
|
13929
13916
|
return;
|
|
13930
13917
|
}
|
|
13931
13918
|
return t;
|
|
13932
13919
|
}
|
|
13933
|
-
function
|
|
13920
|
+
function hR(e) {
|
|
13934
13921
|
console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`);
|
|
13935
13922
|
}
|
|
13936
|
-
function
|
|
13923
|
+
function pR(e, t = {}) {
|
|
13937
13924
|
if (typeof e != "string")
|
|
13938
13925
|
return e;
|
|
13939
13926
|
if (e[0] === '"' && e[e.length - 1] === '"' && e.indexOf("\\") === -1)
|
|
@@ -13956,16 +13943,16 @@ function gR(e, t = {}) {
|
|
|
13956
13943
|
case "-infinity":
|
|
13957
13944
|
return Number.NEGATIVE_INFINITY;
|
|
13958
13945
|
}
|
|
13959
|
-
if (!
|
|
13946
|
+
if (!dR.test(e)) {
|
|
13960
13947
|
if (t.strict)
|
|
13961
13948
|
throw new SyntaxError("[destr] Invalid JSON");
|
|
13962
13949
|
return e;
|
|
13963
13950
|
}
|
|
13964
13951
|
try {
|
|
13965
|
-
if (
|
|
13952
|
+
if (uR.test(e) || cR.test(e)) {
|
|
13966
13953
|
if (t.strict)
|
|
13967
13954
|
throw new Error("[destr] Possible prototype pollution");
|
|
13968
|
-
return JSON.parse(e,
|
|
13955
|
+
return JSON.parse(e, fR);
|
|
13969
13956
|
}
|
|
13970
13957
|
return JSON.parse(e);
|
|
13971
13958
|
} catch (n) {
|
|
@@ -13974,13 +13961,13 @@ function gR(e, t = {}) {
|
|
|
13974
13961
|
return e;
|
|
13975
13962
|
}
|
|
13976
13963
|
}
|
|
13977
|
-
const
|
|
13978
|
-
function
|
|
13979
|
-
if (!
|
|
13964
|
+
const gR = /\d/, mR = ["-", "_", "/", "."];
|
|
13965
|
+
function vR(e = "") {
|
|
13966
|
+
if (!gR.test(e))
|
|
13980
13967
|
return e !== e.toLowerCase();
|
|
13981
13968
|
}
|
|
13982
13969
|
function t1(e, t) {
|
|
13983
|
-
const r =
|
|
13970
|
+
const r = mR, n = [];
|
|
13984
13971
|
if (!e || typeof e != "string")
|
|
13985
13972
|
return n;
|
|
13986
13973
|
let i = "", a, o;
|
|
@@ -13990,7 +13977,7 @@ function t1(e, t) {
|
|
|
13990
13977
|
n.push(i), i = "", a = void 0;
|
|
13991
13978
|
continue;
|
|
13992
13979
|
}
|
|
13993
|
-
const u =
|
|
13980
|
+
const u = vR(s);
|
|
13994
13981
|
if (o === !1) {
|
|
13995
13982
|
if (a === !1 && u === !0) {
|
|
13996
13983
|
n.push(i), i = s, a = u;
|
|
@@ -14006,13 +13993,13 @@ function t1(e, t) {
|
|
|
14006
13993
|
}
|
|
14007
13994
|
return n.push(i), n;
|
|
14008
13995
|
}
|
|
14009
|
-
function
|
|
13996
|
+
function _R(e) {
|
|
14010
13997
|
return e ? e[0].toUpperCase() + e.slice(1) : "";
|
|
14011
13998
|
}
|
|
14012
13999
|
function r1(e, t) {
|
|
14013
|
-
return e ? (Array.isArray(e) ? e : t1(e)).map((r) =>
|
|
14000
|
+
return e ? (Array.isArray(e) ? e : t1(e)).map((r) => _R(r)).join("") : "";
|
|
14014
14001
|
}
|
|
14015
|
-
function
|
|
14002
|
+
function yR(e, t) {
|
|
14016
14003
|
return e ? (Array.isArray(e) ? e : t1(e)).map((r) => r.toLowerCase()).join("-") : "";
|
|
14017
14004
|
}
|
|
14018
14005
|
class xr {
|
|
@@ -14067,10 +14054,10 @@ tt.prototype.overloadedBoolean = !1;
|
|
|
14067
14054
|
tt.prototype.property = "";
|
|
14068
14055
|
tt.prototype.spaceSeparated = !1;
|
|
14069
14056
|
tt.prototype.space = void 0;
|
|
14070
|
-
let
|
|
14057
|
+
let bR = 0;
|
|
14071
14058
|
const oe = ir(), xe = ir(), i1 = ir(), V = ir(), Oe = ir(), ur = ir(), it = ir();
|
|
14072
14059
|
function ir() {
|
|
14073
|
-
return 2 ** ++
|
|
14060
|
+
return 2 ** ++bR;
|
|
14074
14061
|
}
|
|
14075
14062
|
const ku = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14076
14063
|
__proto__: null,
|
|
@@ -14187,7 +14174,7 @@ function o1(e, t) {
|
|
|
14187
14174
|
function s1(e, t) {
|
|
14188
14175
|
return o1(e, t.toLowerCase());
|
|
14189
14176
|
}
|
|
14190
|
-
const
|
|
14177
|
+
const ER = yr({
|
|
14191
14178
|
attributes: {
|
|
14192
14179
|
acceptcharset: "accept-charset",
|
|
14193
14180
|
classname: "class",
|
|
@@ -14548,7 +14535,7 @@ const CR = yr({
|
|
|
14548
14535
|
},
|
|
14549
14536
|
space: "html",
|
|
14550
14537
|
transform: s1
|
|
14551
|
-
}),
|
|
14538
|
+
}), CR = yr({
|
|
14552
14539
|
attributes: {
|
|
14553
14540
|
accentHeight: "accent-height",
|
|
14554
14541
|
alignmentBaseline: "alignment-baseline",
|
|
@@ -15132,20 +15119,20 @@ const CR = yr({
|
|
|
15132
15119
|
transform(e, t) {
|
|
15133
15120
|
return "xml:" + t.slice(3).toLowerCase();
|
|
15134
15121
|
}
|
|
15135
|
-
}),
|
|
15136
|
-
function
|
|
15122
|
+
}), wR = /[A-Z]/g, qm = /-[a-z]/g, SR = /^data[-\w.:]+$/i;
|
|
15123
|
+
function TR(e, t) {
|
|
15137
15124
|
const r = Tu(t);
|
|
15138
15125
|
let n = t, i = tt;
|
|
15139
15126
|
if (r in e.normal)
|
|
15140
15127
|
return e.property[e.normal[r]];
|
|
15141
|
-
if (r.length > 4 && r.slice(0, 4) === "data" &&
|
|
15128
|
+
if (r.length > 4 && r.slice(0, 4) === "data" && SR.test(t)) {
|
|
15142
15129
|
if (t.charAt(4) === "-") {
|
|
15143
|
-
const a = t.slice(5).replace(qm,
|
|
15130
|
+
const a = t.slice(5).replace(qm, OR);
|
|
15144
15131
|
n = "data" + a.charAt(0).toUpperCase() + a.slice(1);
|
|
15145
15132
|
} else {
|
|
15146
15133
|
const a = t.slice(4);
|
|
15147
15134
|
if (!qm.test(a)) {
|
|
15148
|
-
let o = a.replace(
|
|
15135
|
+
let o = a.replace(wR, kR);
|
|
15149
15136
|
o.charAt(0) !== "-" && (o = "-" + o), t = "data" + o;
|
|
15150
15137
|
}
|
|
15151
15138
|
}
|
|
@@ -15153,14 +15140,14 @@ function kR(e, t) {
|
|
|
15153
15140
|
}
|
|
15154
15141
|
return new i(n, t);
|
|
15155
15142
|
}
|
|
15156
|
-
function
|
|
15143
|
+
function kR(e) {
|
|
15157
15144
|
return "-" + e.toLowerCase();
|
|
15158
15145
|
}
|
|
15159
|
-
function
|
|
15146
|
+
function OR(e) {
|
|
15160
15147
|
return e.charAt(1).toUpperCase();
|
|
15161
15148
|
}
|
|
15162
|
-
const
|
|
15163
|
-
n1([a1,
|
|
15149
|
+
const LR = n1([a1, ER, l1, u1, c1], "html");
|
|
15150
|
+
n1([a1, CR, l1, u1, c1], "svg");
|
|
15164
15151
|
const hc = [
|
|
15165
15152
|
"a",
|
|
15166
15153
|
"abbr",
|
|
@@ -15279,7 +15266,7 @@ const hc = [
|
|
|
15279
15266
|
"var",
|
|
15280
15267
|
"video",
|
|
15281
15268
|
"wbr"
|
|
15282
|
-
],
|
|
15269
|
+
], AR = ["p", "h1", "h2", "h3", "h4", "h5", "h6", "li"];
|
|
15283
15270
|
function on(e, t) {
|
|
15284
15271
|
return e.type === t || typeof e.type == "object" && e.type.tag === t || e.tag === t;
|
|
15285
15272
|
}
|
|
@@ -15304,7 +15291,7 @@ function f1(e, t = []) {
|
|
|
15304
15291
|
if (Array.isArray(e))
|
|
15305
15292
|
return e.flatMap((n) => f1(n, t));
|
|
15306
15293
|
let r = e;
|
|
15307
|
-
return t.some((n) => n === "*" || on(e, n)) && (r = d1(e) || e, !Array.isArray(r) &&
|
|
15294
|
+
return t.some((n) => n === "*" || on(e, n)) && (r = d1(e) || e, !Array.isArray(r) && AR.some((n) => on(e, n)) && (r = [r])), r;
|
|
15308
15295
|
}
|
|
15309
15296
|
function h1(e, t = []) {
|
|
15310
15297
|
return e = Array.isArray(e) ? e : [e], t.length ? e.flatMap((r) => h1(f1(r, [t[0]]), t.slice(1))).filter((r) => !(pc(r) && sn(r).trim() === "")) : e;
|
|
@@ -15312,16 +15299,16 @@ function h1(e, t = []) {
|
|
|
15312
15299
|
function p1(e, t = []) {
|
|
15313
15300
|
return typeof t == "string" && (t = t.split(/[,\s]/).map((r) => r.trim()).filter(Boolean)), t.length ? h1(e, t).reduce((r, n) => (pc(n) ? typeof r[r.length - 1] == "string" ? r[r.length - 1] += n.children : r.push(n.children) : r.push(n), r), []) : e;
|
|
15314
15301
|
}
|
|
15315
|
-
function
|
|
15302
|
+
function IR(e, t) {
|
|
15316
15303
|
return t.reduce((r, n) => {
|
|
15317
|
-
const i =
|
|
15304
|
+
const i = RR(e, n);
|
|
15318
15305
|
return i !== void 0 && (r[n] = i), r;
|
|
15319
15306
|
}, {});
|
|
15320
15307
|
}
|
|
15321
|
-
function
|
|
15308
|
+
function RR(e, t) {
|
|
15322
15309
|
return t.split(".").reduce((r, n) => r && r[n], e);
|
|
15323
15310
|
}
|
|
15324
|
-
const Ou = "default", g1 = /^@|^v-on:/, m1 = /^:|^v-bind:/,
|
|
15311
|
+
const Ou = "default", g1 = /^@|^v-on:/, m1 = /^:|^v-bind:/, NR = /^v-model/, DR = ["select", "textarea", "input"], PR = ["math", "svg"], MR = 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}`])), qR = Me({
|
|
15325
15312
|
name: "MDCRenderer",
|
|
15326
15313
|
props: {
|
|
15327
15314
|
/**
|
|
@@ -15378,7 +15365,7 @@ const Ou = "default", g1 = /^@|^v-on:/, m1 = /^:|^v-bind:/, DR = /^v-model/, PR
|
|
|
15378
15365
|
async setup(e) {
|
|
15379
15366
|
var u, c, d, f, p, C, _;
|
|
15380
15367
|
const t = (c = (u = cr()) == null ? void 0 : u.appContext) == null ? void 0 : c.app, r = t == null ? void 0 : t.$nuxt, n = (r == null ? void 0 : r.$route) || (r == null ? void 0 : r._route), { mdc: i } = ((d = r == null ? void 0 : r.$config) == null ? void 0 : d.public) || {}, a = {
|
|
15381
|
-
...(f = i == null ? void 0 : i.components) != null && f.prose && e.prose !== !1 ?
|
|
15368
|
+
...(f = i == null ? void 0 : i.components) != null && f.prose && e.prose !== !1 ? MR : {},
|
|
15382
15369
|
...((p = i == null ? void 0 : i.components) == null ? void 0 : p.map) || {},
|
|
15383
15370
|
...W1(((_ = (C = e.data) == null ? void 0 : C.mdc) == null ? void 0 : _.components) || {}),
|
|
15384
15371
|
...e.components
|
|
@@ -15391,7 +15378,7 @@ const Ou = "default", g1 = /^@|^v-on:/, m1 = /^:|^v-bind:/, DR = /^v-model/, PR
|
|
|
15391
15378
|
});
|
|
15392
15379
|
ht(() => e.data, (m) => {
|
|
15393
15380
|
Object.assign(s, m);
|
|
15394
|
-
}), await
|
|
15381
|
+
}), await zR(e.body, { tags: a });
|
|
15395
15382
|
function l(m, h) {
|
|
15396
15383
|
const g = m.split(".").length - 1;
|
|
15397
15384
|
return m.split(".").reduce((y, v, w) => w == g && y ? (y[v] = h, y[v]) : typeof y == "object" ? y[v] : void 0, s);
|
|
@@ -15414,7 +15401,7 @@ const Ou = "default", g1 = /^@|^v-on:/, m1 = /^:|^v-bind:/, DR = /^v-model/, PR
|
|
|
15414
15401
|
}
|
|
15415
15402
|
}
|
|
15416
15403
|
});
|
|
15417
|
-
function
|
|
15404
|
+
function xR(e, t, r) {
|
|
15418
15405
|
const { documentMeta: n, parentScope: i, resolveComponent: a } = r;
|
|
15419
15406
|
if (e.type === "text")
|
|
15420
15407
|
return t(kr, e.value);
|
|
@@ -15422,7 +15409,7 @@ function $R(e, t, r) {
|
|
|
15422
15409
|
return t(K1, null, e.value);
|
|
15423
15410
|
const o = e.tag, s = y1(e, n.tags);
|
|
15424
15411
|
if (e.tag === "binding")
|
|
15425
|
-
return
|
|
15412
|
+
return $R(e, t, n, i);
|
|
15426
15413
|
const l = _1(s) ? (d) => d : a;
|
|
15427
15414
|
if (s === "script")
|
|
15428
15415
|
return t(
|
|
@@ -15434,7 +15421,7 @@ function $R(e, t, r) {
|
|
|
15434
15421
|
);
|
|
15435
15422
|
const u = l(s);
|
|
15436
15423
|
typeof u == "object" && (u.tag = o);
|
|
15437
|
-
const c =
|
|
15424
|
+
const c = FR(e, n);
|
|
15438
15425
|
return t(
|
|
15439
15426
|
u,
|
|
15440
15427
|
c,
|
|
@@ -15451,16 +15438,16 @@ function $R(e, t, r) {
|
|
|
15451
15438
|
}
|
|
15452
15439
|
function v1(e, t, r) {
|
|
15453
15440
|
const { documentMeta: n, parentScope: i, resolveComponent: a } = r, s = (e.children || []).reduce((u, c) => {
|
|
15454
|
-
if (!
|
|
15441
|
+
if (!BR(c))
|
|
15455
15442
|
return u[Ou].children.push(c), u;
|
|
15456
|
-
const d =
|
|
15443
|
+
const d = jR(c);
|
|
15457
15444
|
return u[d] = u[d] || { props: {}, children: [] }, c.type === "element" && (u[d].props = c.props, u[d].children.push(...c.children || [])), u;
|
|
15458
15445
|
}, {
|
|
15459
15446
|
[Ou]: { props: {}, children: [] }
|
|
15460
15447
|
});
|
|
15461
15448
|
return Object.entries(s).reduce((u, [c, { props: d, children: f }]) => (f.length && (u[c] = (p = {}) => {
|
|
15462
|
-
const C =
|
|
15463
|
-
let _ = f.map((m) =>
|
|
15449
|
+
const C = IR(p, Object.keys(d || {}));
|
|
15450
|
+
let _ = f.map((m) => xR(
|
|
15464
15451
|
m,
|
|
15465
15452
|
t,
|
|
15466
15453
|
{
|
|
@@ -15469,10 +15456,10 @@ function v1(e, t, r) {
|
|
|
15469
15456
|
resolveComponent: a
|
|
15470
15457
|
}
|
|
15471
15458
|
));
|
|
15472
|
-
return d != null && d.unwrap && (_ = p1(_, d.unwrap)),
|
|
15459
|
+
return d != null && d.unwrap && (_ = p1(_, d.unwrap)), WR(_);
|
|
15473
15460
|
}), u), {});
|
|
15474
15461
|
}
|
|
15475
|
-
function
|
|
15462
|
+
function $R(e, t, r, n = {}) {
|
|
15476
15463
|
var u, c;
|
|
15477
15464
|
const i = {
|
|
15478
15465
|
...r.runtimeData,
|
|
@@ -15485,25 +15472,25 @@ function FR(e, t, r, n = {}) {
|
|
|
15485
15472
|
}, i), l = (c = e.props) == null ? void 0 : c.defaultValue;
|
|
15486
15473
|
return t(kr, s ?? l ?? "");
|
|
15487
15474
|
}
|
|
15488
|
-
function
|
|
15475
|
+
function FR(e, t) {
|
|
15489
15476
|
const { tag: r = "", props: n = {} } = e;
|
|
15490
15477
|
return Object.keys(n).reduce(function(i, a) {
|
|
15491
15478
|
if (a === "__ignoreMap")
|
|
15492
15479
|
return i;
|
|
15493
15480
|
const o = n[a];
|
|
15494
|
-
if (
|
|
15495
|
-
return
|
|
15481
|
+
if (NR.test(a))
|
|
15482
|
+
return UR(a, o, i, t, { native: DR.includes(r) });
|
|
15496
15483
|
if (a === "v-bind")
|
|
15497
|
-
return
|
|
15484
|
+
return VR(a, o, i, t);
|
|
15498
15485
|
if (g1.test(a))
|
|
15499
|
-
return
|
|
15486
|
+
return HR(a, o, i, t);
|
|
15500
15487
|
if (m1.test(a))
|
|
15501
|
-
return
|
|
15502
|
-
const { attribute: s } =
|
|
15488
|
+
return GR(a, o, i, t);
|
|
15489
|
+
const { attribute: s } = TR(LR, a);
|
|
15503
15490
|
return Array.isArray(o) && o.every((l) => typeof l == "string") ? (i[s] = o.join(" "), i) : (i[s] = o, i);
|
|
15504
15491
|
}, {});
|
|
15505
15492
|
}
|
|
15506
|
-
function
|
|
15493
|
+
function UR(e, t, r, n, { native: i }) {
|
|
15507
15494
|
var l;
|
|
15508
15495
|
const a = ((l = e.match(/^v-model:([^=]+)/)) == null ? void 0 : l[1]) || "modelValue", o = i ? "value" : a, s = i ? "onInput" : `onUpdate:${a}`;
|
|
15509
15496
|
return r[o] = qn(t, n.runtimeData), r[s] = (u) => {
|
|
@@ -15511,14 +15498,14 @@ function VR(e, t, r, n, { native: i }) {
|
|
|
15511
15498
|
n.updateRuntimeData(t, i ? (c = u.target) == null ? void 0 : c.value : u);
|
|
15512
15499
|
}, r;
|
|
15513
15500
|
}
|
|
15514
|
-
function
|
|
15501
|
+
function VR(e, t, r, n) {
|
|
15515
15502
|
const i = qn(t, n);
|
|
15516
15503
|
return r = Object.assign(r, i), r;
|
|
15517
15504
|
}
|
|
15518
|
-
function
|
|
15505
|
+
function HR(e, t, r, n) {
|
|
15519
15506
|
return e = e.replace(g1, ""), r.on = r.on || {}, r.on[e] = () => qn(t, n), r;
|
|
15520
15507
|
}
|
|
15521
|
-
function
|
|
15508
|
+
function GR(e, t, r, n) {
|
|
15522
15509
|
return e = e.replace(m1, ""), r[e] = qn(t, n), r;
|
|
15523
15510
|
}
|
|
15524
15511
|
const Lu = (e) => {
|
|
@@ -15532,9 +15519,9 @@ const Lu = (e) => {
|
|
|
15532
15519
|
};
|
|
15533
15520
|
function qn(e, t) {
|
|
15534
15521
|
const r = e.split(".").reduce((n, i) => typeof n == "object" ? n[i] : void 0, t);
|
|
15535
|
-
return typeof r > "u" ?
|
|
15522
|
+
return typeof r > "u" ? pR(e) : r;
|
|
15536
15523
|
}
|
|
15537
|
-
function
|
|
15524
|
+
function jR(e) {
|
|
15538
15525
|
let t = "";
|
|
15539
15526
|
for (const r of Object.keys(e.props || {}))
|
|
15540
15527
|
if (!(!r.startsWith("#") && !r.startsWith("v-slot:"))) {
|
|
@@ -15543,13 +15530,13 @@ function BR(e) {
|
|
|
15543
15530
|
}
|
|
15544
15531
|
return t || Ou;
|
|
15545
15532
|
}
|
|
15546
|
-
function
|
|
15533
|
+
function BR(e) {
|
|
15547
15534
|
return e.tag === "template";
|
|
15548
15535
|
}
|
|
15549
15536
|
function _1(e) {
|
|
15550
|
-
return
|
|
15537
|
+
return PR.includes(e);
|
|
15551
15538
|
}
|
|
15552
|
-
function
|
|
15539
|
+
function WR(e) {
|
|
15553
15540
|
const t = [];
|
|
15554
15541
|
for (const r of e) {
|
|
15555
15542
|
const n = t[t.length - 1];
|
|
@@ -15557,7 +15544,7 @@ function zR(e) {
|
|
|
15557
15544
|
}
|
|
15558
15545
|
return t;
|
|
15559
15546
|
}
|
|
15560
|
-
async function
|
|
15547
|
+
async function zR(e, t) {
|
|
15561
15548
|
if (!e)
|
|
15562
15549
|
return;
|
|
15563
15550
|
const r = Array.from(new Set(n(e, t)));
|
|
@@ -15584,14 +15571,14 @@ async function KR(e, t) {
|
|
|
15584
15571
|
function y1(e, t) {
|
|
15585
15572
|
var n;
|
|
15586
15573
|
const r = e.tag;
|
|
15587
|
-
return !r || typeof ((n = e.props) == null ? void 0 : n.__ignoreMap) < "u" ? r : t[r] || t[r1(r)] || t[
|
|
15574
|
+
return !r || typeof ((n = e.props) == null ? void 0 : n.__ignoreMap) < "u" ? r : t[r] || t[r1(r)] || t[yR(e.tag)] || r;
|
|
15588
15575
|
}
|
|
15589
|
-
const
|
|
15576
|
+
const mN = /* @__PURE__ */ Me({
|
|
15590
15577
|
__name: "MDCRenderer",
|
|
15591
15578
|
setup(e) {
|
|
15592
15579
|
return (t, r) => (b(), pe(Y1, null, {
|
|
15593
15580
|
default: te(() => [
|
|
15594
|
-
Y(
|
|
15581
|
+
Y(qR, ae(t.$attrs, { prose: !0 }), null, 16)
|
|
15595
15582
|
]),
|
|
15596
15583
|
_: 1
|
|
15597
15584
|
}));
|
|
@@ -15599,30 +15586,30 @@ const vN = /* @__PURE__ */ Me({
|
|
|
15599
15586
|
});
|
|
15600
15587
|
export {
|
|
15601
15588
|
zt as CLUSTER_PREFIX,
|
|
15602
|
-
|
|
15589
|
+
fN as DependenciesNode,
|
|
15603
15590
|
W as EVENTS,
|
|
15604
|
-
|
|
15591
|
+
mN as MDCRenderer,
|
|
15605
15592
|
qt as NODE_SIZES,
|
|
15606
|
-
|
|
15593
|
+
gN as PluginIndex,
|
|
15607
15594
|
Ut as SECTIONS,
|
|
15608
|
-
|
|
15609
|
-
|
|
15595
|
+
ge as STATES,
|
|
15596
|
+
pN as SchemaToHtml,
|
|
15610
15597
|
He as State,
|
|
15611
15598
|
b_ as TaskIcon,
|
|
15612
|
-
|
|
15599
|
+
hN as Topology,
|
|
15613
15600
|
Pe as Utils,
|
|
15614
15601
|
ru as VueFlowUtils,
|
|
15615
|
-
|
|
15602
|
+
cN as YamlUtils,
|
|
15616
15603
|
st as cssVariable,
|
|
15617
|
-
|
|
15618
|
-
|
|
15619
|
-
|
|
15604
|
+
oN as editorViewTypes,
|
|
15605
|
+
lN as executeFlowBehaviours,
|
|
15606
|
+
dN as getMDCParser,
|
|
15620
15607
|
zC as isEntryAPluginElementPredicate,
|
|
15621
|
-
|
|
15608
|
+
aN as logDisplayTypes,
|
|
15622
15609
|
sr as slugify,
|
|
15623
|
-
|
|
15624
|
-
|
|
15625
|
-
|
|
15610
|
+
uN as stateDisplayValues,
|
|
15611
|
+
iN as stateGlobalChartTypes,
|
|
15612
|
+
sN as storageKeys,
|
|
15626
15613
|
br as subGroupName
|
|
15627
15614
|
};
|
|
15628
15615
|
//# sourceMappingURL=kestra-index.es.js.map
|