@kestra-io/ui-libs 0.0.271 → 0.0.273
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/misc/ElementCard.vue.d.ts +0 -1
- package/dist/components/misc/ElementCard.vue.d.ts.map +1 -1
- package/dist/components/plugins/PluginIndex.vue.d.ts.map +1 -1
- package/dist/components/plugins_v2/CollapsiblePropertiesV2.vue.d.ts.map +1 -1
- package/dist/components/plugins_v2/CollapsibleV2.vue.d.ts.map +1 -1
- package/dist/components/plugins_v2/DefinitionCollapsible.vue.d.ts.map +1 -1
- package/dist/components/plugins_v2/SchemaToHtmlV2.vue.d.ts +8 -12
- package/dist/components/plugins_v2/SchemaToHtmlV2.vue.d.ts.map +1 -1
- package/dist/kestra-index.cjs.js +8 -8
- package/dist/kestra-index.cjs.js.map +1 -1
- package/dist/kestra-index.es.js +303 -315
- package/dist/kestra-index.es.js.map +1 -1
- package/dist/ui-libs.css +1 -1
- package/package.json +1 -1
- package/src/components/misc/ElementCard.vue +1 -7
- package/src/components/misc/SubgroupCard.vue +2 -2
- package/src/components/plugins/PluginIndex.vue +11 -11
- package/src/components/plugins_v2/CollapsiblePropertiesV2.vue +6 -8
- package/src/components/plugins_v2/CollapsibleV2.vue +7 -16
- package/src/components/plugins_v2/DefinitionCollapsible.vue +5 -6
- package/src/components/plugins_v2/SchemaToHtmlV2.vue +0 -3
package/dist/kestra-index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import Ro, { Document as Po, YAMLMap as Pn } from "yaml";
|
|
2
|
-
import { S as pt, r as mr, E as B, U as
|
|
2
|
+
import { S as pt, r as mr, E as B, U as Me, h as hr, d as gr, a as yr, c as _r, g as vr, C as Mo, l as Er, s as ao } from "./VueFlowUtils-DifPO0kH.js";
|
|
3
3
|
import { N as M_, V as V_ } from "./VueFlowUtils-DifPO0kH.js";
|
|
4
4
|
import { g as br, e as Cr, d as kr, r as wr, a as Sr, f as Lr, b as Tr, c as Nr, h as Ir, u as Ar, i as $r, j as Or, k as Dr, l as Rr, m as Pr, n as Mr, s as Vr, p as Ur, o as Fr, q as xr, t as Pl, v as Hr, w as Br, x as Vo, y as Uo, z as zr, A as Wr, B as Ml, C as jr } from "./FlowYamlUtils-CEYKj9tP.js";
|
|
5
5
|
import { createElementBlock as d, openBlock as u, mergeProps as q, createElementVNode as p, createCommentVNode as v, toDisplayString as O, computed as U, isRef as Gr, defineComponent as oe, createBlock as j, getCurrentInstance as Tt, inject as zn, ref as Z, shallowRef as Qt, watch as Se, onMounted as yt, onUnmounted as Vl, h as St, createVNode as M, Text as Pt, Fragment as ue, nextTick as xt, onBeforeUnmount as Ul, renderSlot as X, createTextVNode as Be, normalizeClass as te, withCtx as F, normalizeStyle as mt, unref as $, toRef as Fo, renderList as Ie, resolveDynamicComponent as qe, createSlots as uo, provide as xo, normalizeProps as Kr, guardReactiveProps as Yr, getCurrentScope as qr, onScopeDispose as Xr, reactive as Fl, withModifiers as yn, withAsyncContext as nn, resolveComponent as xl, toRaw as Zr, defineAsyncComponent as Jr, Comment as Qr, Suspense as es } from "vue";
|
|
6
|
-
import { Handle as
|
|
6
|
+
import { Handle as Ue, useVueFlow as Hl, Position as on, getSmoothStepPath as ts, EdgeLabelRenderer as ns, VueFlow as os } from "@vue-flow/core";
|
|
7
7
|
import { Controls as ls, ControlButton as Ho } from "@vue-flow/controls";
|
|
8
8
|
import Mn from "moment";
|
|
9
9
|
import { createPopper as is } from "@popperjs/core";
|
|
@@ -814,7 +814,7 @@ function Ta() {
|
|
|
814
814
|
var Na = Ta();
|
|
815
815
|
const Bl = /* @__PURE__ */ Ml(Na);
|
|
816
816
|
Bl.extend({ "(": "-", ")": "" });
|
|
817
|
-
function
|
|
817
|
+
function Fe(e) {
|
|
818
818
|
return Bl(e, {
|
|
819
819
|
lower: !0,
|
|
820
820
|
locale: "en"
|
|
@@ -841,7 +841,7 @@ function S_(e) {
|
|
|
841
841
|
function L_(e) {
|
|
842
842
|
const t = { clsToSubgroup: {}, clsToPlugin: {}, shortNameToCls: {} };
|
|
843
843
|
for (const n of e ?? []) {
|
|
844
|
-
const o = co(n), r = n.group ?? n.name ?? "", l =
|
|
844
|
+
const o = co(n), r = n.group ?? n.name ?? "", l = Fe(r), i = n.subGroup ? Fe(ot(n)) : void 0;
|
|
845
845
|
Object.values(o).forEach((s) => {
|
|
846
846
|
s.forEach((a) => {
|
|
847
847
|
i && (t.clsToSubgroup[a] = i), t.clsToPlugin[a] = { slug: l, raw: r };
|
|
@@ -922,11 +922,11 @@ function Fa(e) {
|
|
|
922
922
|
Ko[e] || (Ko[e] = !0, Ye(e));
|
|
923
923
|
}
|
|
924
924
|
const et = typeof window < "u";
|
|
925
|
-
let
|
|
925
|
+
let Ve, ht;
|
|
926
926
|
if (process.env.NODE_ENV !== "production") {
|
|
927
927
|
const e = et && window.performance;
|
|
928
928
|
e && e.mark && e.measure && e.clearMarks && // @ts-ignore browser compat
|
|
929
|
-
e.clearMeasures && (
|
|
929
|
+
e.clearMeasures && (Ve = (t) => {
|
|
930
930
|
e.mark(t);
|
|
931
931
|
}, ht = (t, n, o) => {
|
|
932
932
|
e.measure(t, n, o), e.clearMarks(n), e.clearMarks(o);
|
|
@@ -1231,7 +1231,7 @@ function uu(e, t = {}) {
|
|
|
1231
1231
|
const z = m.currentPeek() === ":";
|
|
1232
1232
|
return m.resetPeek(), z;
|
|
1233
1233
|
}
|
|
1234
|
-
function
|
|
1234
|
+
function Q(m, y) {
|
|
1235
1235
|
const { currentType: I } = y;
|
|
1236
1236
|
if (I !== 9)
|
|
1237
1237
|
return !1;
|
|
@@ -1473,7 +1473,7 @@ function uu(e, t = {}) {
|
|
|
1473
1473
|
/* TokenChars.LinkedDelimiter */
|
|
1474
1474
|
);
|
|
1475
1475
|
default:
|
|
1476
|
-
return pe(m) ? (z = _(y, 1, $t(m)), y.braceNest = 0, y.inLinked = !1, z) : P(m, y) || K(m, y) ? (E(m), at(m, y)) : L(m, y) ? (E(m), _(y, 11, On(m))) :
|
|
1476
|
+
return pe(m) ? (z = _(y, 1, $t(m)), y.braceNest = 0, y.inLinked = !1, z) : P(m, y) || K(m, y) ? (E(m), at(m, y)) : L(m, y) ? (E(m), _(y, 11, On(m))) : Q(m, y) ? (E(m), me === "{" ? Ot(m, y) || z : _(y, 10, Dn(m))) : (I === 7 && g(Y.INVALID_LINKED_FORMAT, l(), 0), y.braceNest = 0, y.inLinked = !1, Dt(m, y));
|
|
1477
1477
|
}
|
|
1478
1478
|
}
|
|
1479
1479
|
function Dt(m, y) {
|
|
@@ -1622,19 +1622,19 @@ function pu(e = {}) {
|
|
|
1622
1622
|
N.items = [];
|
|
1623
1623
|
let P = null;
|
|
1624
1624
|
do {
|
|
1625
|
-
const
|
|
1626
|
-
switch (P = null,
|
|
1625
|
+
const Q = P || h.nextToken();
|
|
1626
|
+
switch (P = null, Q.type) {
|
|
1627
1627
|
case 0:
|
|
1628
|
-
|
|
1628
|
+
Q.value == null && o(h, Y.UNEXPECTED_LEXICAL_ANALYSIS, b.lastStartLoc, 0, Ge(Q)), N.items.push(i(h, Q.value || ""));
|
|
1629
1629
|
break;
|
|
1630
1630
|
case 5:
|
|
1631
|
-
|
|
1631
|
+
Q.value == null && o(h, Y.UNEXPECTED_LEXICAL_ANALYSIS, b.lastStartLoc, 0, Ge(Q)), N.items.push(s(h, Q.value || ""));
|
|
1632
1632
|
break;
|
|
1633
1633
|
case 4:
|
|
1634
|
-
|
|
1634
|
+
Q.value == null && o(h, Y.UNEXPECTED_LEXICAL_ANALYSIS, b.lastStartLoc, 0, Ge(Q)), N.items.push(a(h, Q.value || ""));
|
|
1635
1635
|
break;
|
|
1636
1636
|
case 6:
|
|
1637
|
-
|
|
1637
|
+
Q.value == null && o(h, Y.UNEXPECTED_LEXICAL_ANALYSIS, b.lastStartLoc, 0, Ge(Q)), N.items.push(c(h, Q.value || ""));
|
|
1638
1638
|
break;
|
|
1639
1639
|
case 7: {
|
|
1640
1640
|
const pe = _(h);
|
|
@@ -2584,7 +2584,7 @@ let sl = 0;
|
|
|
2584
2584
|
function fc(e = {}) {
|
|
2585
2585
|
const t = he(e.onWarn) ? e.onWarn : Ye, n = H(e.version) ? e.version : lc, o = H(e.locale) || he(e.locale) ? e.locale : sn, r = he(o) ? sn : o, l = Ee(e.fallbackLocale) || re(e.fallbackLocale) || H(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : r, i = re(e.messages) ? e.messages : Fn(r), s = re(e.datetimeFormats) ? e.datetimeFormats : Fn(r), a = re(e.numberFormats) ? e.numberFormats : Fn(r), c = ke(ce(), e.modifiers, ic()), f = e.pluralRules || ce(), g = he(e.missing) ? e.missing : null, _ = ve(e.missingWarn) || rn(e.missingWarn) ? e.missingWarn : !0, k = ve(e.fallbackWarn) || rn(e.fallbackWarn) ? e.fallbackWarn : !0, w = !!e.fallbackFormat, C = !!e.unresolving, E = he(e.postTranslation) ? e.postTranslation : null, h = re(e.processor) ? e.processor : null, b = ve(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, A = !!e.escapeParameter, T = he(e.messageCompiler) ? e.messageCompiler : ti;
|
|
2586
2586
|
process.env.NODE_ENV !== "production" && he(e.messageCompiler) && Fa(gt($e.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
|
|
2587
|
-
const N = he(e.messageResolver) ? e.messageResolver : ni || ec, P = he(e.localeFallbacker) ? e.localeFallbacker : oi || ju, L = se(e.fallbackContext) ? e.fallbackContext : void 0, K = e,
|
|
2587
|
+
const N = he(e.messageResolver) ? e.messageResolver : ni || ec, P = he(e.localeFallbacker) ? e.localeFallbacker : oi || ju, L = se(e.fallbackContext) ? e.fallbackContext : void 0, K = e, Q = se(K.__datetimeFormatters) ? K.__datetimeFormatters : /* @__PURE__ */ new Map(), pe = se(K.__numberFormatters) ? K.__numberFormatters : /* @__PURE__ */ new Map(), Ae = se(K.__meta) ? K.__meta : {};
|
|
2588
2588
|
sl++;
|
|
2589
2589
|
const de = {
|
|
2590
2590
|
version: n,
|
|
@@ -2610,7 +2610,7 @@ function fc(e = {}) {
|
|
|
2610
2610
|
onWarn: t,
|
|
2611
2611
|
__meta: Ae
|
|
2612
2612
|
};
|
|
2613
|
-
return de.datetimeFormats = s, de.numberFormats = a, de.__datetimeFormatters =
|
|
2613
|
+
return de.datetimeFormats = s, de.numberFormats = a, de.__datetimeFormatters = Q, de.__numberFormatters = pe, process.env.NODE_ENV !== "production" && (de.__v_emitter = K.__v_emitter != null ? K.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && xu(de, n, Ae), de;
|
|
2614
2614
|
}
|
|
2615
2615
|
const Fn = (e) => ({ [e]: ce() });
|
|
2616
2616
|
function bn(e, t) {
|
|
@@ -2670,8 +2670,8 @@ function ul(e, ...t) {
|
|
|
2670
2670
|
return new Intl.DateTimeFormat(C, g).format(c);
|
|
2671
2671
|
let h = {}, b, A = null, T = C, N = null;
|
|
2672
2672
|
const P = "datetime format";
|
|
2673
|
-
for (let
|
|
2674
|
-
if (b = N = E[
|
|
2673
|
+
for (let Q = 0; Q < E.length; Q++) {
|
|
2674
|
+
if (b = N = E[Q], process.env.NODE_ENV !== "production" && C !== b && bn(k, a) && l(gt($e.FALLBACK_TO_DATE_FORMAT, {
|
|
2675
2675
|
key: a,
|
|
2676
2676
|
target: b
|
|
2677
2677
|
})), process.env.NODE_ENV !== "production" && C !== b) {
|
|
@@ -2764,8 +2764,8 @@ function dl(e, ...t) {
|
|
|
2764
2764
|
return new Intl.NumberFormat(C, g).format(c);
|
|
2765
2765
|
let h = {}, b, A = null, T = C, N = null;
|
|
2766
2766
|
const P = "number format";
|
|
2767
|
-
for (let
|
|
2768
|
-
if (b = N = E[
|
|
2767
|
+
for (let Q = 0; Q < E.length; Q++) {
|
|
2768
|
+
if (b = N = E[Q], process.env.NODE_ENV !== "production" && C !== b && bn(k, a) && l(gt($e.FALLBACK_TO_NUMBER_FORMAT, {
|
|
2769
2769
|
key: a,
|
|
2770
2770
|
target: b
|
|
2771
2771
|
})), process.env.NODE_ENV !== "production" && C !== b) {
|
|
@@ -2888,7 +2888,7 @@ function hl(e, ...t) {
|
|
|
2888
2888
|
}, K = He(T) ? T : fi(e, a, b, T, N, L);
|
|
2889
2889
|
if (P)
|
|
2890
2890
|
return T;
|
|
2891
|
-
const
|
|
2891
|
+
const Q = Lc(e, b, A, c), pe = bc(Q), Ae = kc(e, K, pe);
|
|
2892
2892
|
let de = o ? o(Ae, a) : Ae;
|
|
2893
2893
|
if (_ && H(de) && (de = ja(de)), process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
2894
2894
|
const nt = {
|
|
@@ -2927,7 +2927,7 @@ function di(e, t, n, o, r, l) {
|
|
|
2927
2927
|
}
|
|
2928
2928
|
g = i[_] || ce();
|
|
2929
2929
|
let b = null, A, T;
|
|
2930
|
-
if (process.env.NODE_ENV !== "production" && et && (b = window.performance.now(), A = "intlify-message-resolve-start", T = "intlify-message-resolve-end",
|
|
2930
|
+
if (process.env.NODE_ENV !== "production" && et && (b = window.performance.now(), A = "intlify-message-resolve-start", T = "intlify-message-resolve-end", Ve && Ve(A)), (k = a(g, t)) === null && (k = g[t]), process.env.NODE_ENV !== "production" && et) {
|
|
2931
2931
|
const N = window.performance.now(), P = e.__v_emitter;
|
|
2932
2932
|
P && b && k && P.emit("message-resolve", {
|
|
2933
2933
|
type: "message-resolve",
|
|
@@ -2935,7 +2935,7 @@ function di(e, t, n, o, r, l) {
|
|
|
2935
2935
|
message: k,
|
|
2936
2936
|
time: N - b,
|
|
2937
2937
|
groupId: `${E}:${t}`
|
|
2938
|
-
}), A && T &&
|
|
2938
|
+
}), A && T && Ve && ht && (Ve(T), ht("intlify message resolve", A, T));
|
|
2939
2939
|
}
|
|
2940
2940
|
if (H(k) || We(k) || He(k))
|
|
2941
2941
|
break;
|
|
@@ -2965,7 +2965,7 @@ function fi(e, t, n, o, r, l) {
|
|
|
2965
2965
|
return _.locale = n, _.key = t, _;
|
|
2966
2966
|
}
|
|
2967
2967
|
let a = null, c, f;
|
|
2968
|
-
process.env.NODE_ENV !== "production" && et && (a = window.performance.now(), c = "intlify-message-compilation-start", f = "intlify-message-compilation-end",
|
|
2968
|
+
process.env.NODE_ENV !== "production" && et && (a = window.performance.now(), c = "intlify-message-compilation-start", f = "intlify-message-compilation-end", Ve && Ve(c));
|
|
2969
2969
|
const g = i(o, wc(e, n, r, o, s, l));
|
|
2970
2970
|
if (process.env.NODE_ENV !== "production" && et) {
|
|
2971
2971
|
const _ = window.performance.now(), k = e.__v_emitter;
|
|
@@ -2974,13 +2974,13 @@ function fi(e, t, n, o, r, l) {
|
|
|
2974
2974
|
message: o,
|
|
2975
2975
|
time: _ - a,
|
|
2976
2976
|
groupId: `translate:${t}`
|
|
2977
|
-
}), c && f &&
|
|
2977
|
+
}), c && f && Ve && ht && (Ve(f), ht("intlify message compilation", c, f));
|
|
2978
2978
|
}
|
|
2979
2979
|
return g.locale = n, g.key = t, g.source = o, g;
|
|
2980
2980
|
}
|
|
2981
2981
|
function kc(e, t, n) {
|
|
2982
2982
|
let o = null, r, l;
|
|
2983
|
-
process.env.NODE_ENV !== "production" && et && (o = window.performance.now(), r = "intlify-message-evaluation-start", l = "intlify-message-evaluation-end",
|
|
2983
|
+
process.env.NODE_ENV !== "production" && et && (o = window.performance.now(), r = "intlify-message-evaluation-start", l = "intlify-message-evaluation-end", Ve && Ve(r));
|
|
2984
2984
|
const i = t(n);
|
|
2985
2985
|
if (process.env.NODE_ENV !== "production" && et) {
|
|
2986
2986
|
const s = window.performance.now(), a = e.__v_emitter;
|
|
@@ -2989,7 +2989,7 @@ function kc(e, t, n) {
|
|
|
2989
2989
|
value: i,
|
|
2990
2990
|
time: s - o,
|
|
2991
2991
|
groupId: `translate:${t.key}`
|
|
2992
|
-
}), r && l &&
|
|
2992
|
+
}), r && l && Ve && ht && (Ve(l), ht("intlify message evaluation", r, l));
|
|
2993
2993
|
}
|
|
2994
2994
|
return i;
|
|
2995
2995
|
}
|
|
@@ -3258,7 +3258,7 @@ function Pc(e = {}) {
|
|
|
3258
3258
|
const D = fc(S);
|
|
3259
3259
|
return o && rl(D), D;
|
|
3260
3260
|
})(), Rt(L, s.value, a.value);
|
|
3261
|
-
function
|
|
3261
|
+
function Q() {
|
|
3262
3262
|
return [
|
|
3263
3263
|
s.value,
|
|
3264
3264
|
a.value,
|
|
@@ -3294,7 +3294,7 @@ function Pc(e = {}) {
|
|
|
3294
3294
|
return S !== "translate" || !D.resolvedMessage;
|
|
3295
3295
|
}
|
|
3296
3296
|
const Le = (S, D, ae, _e, ut, jt) => {
|
|
3297
|
-
|
|
3297
|
+
Q();
|
|
3298
3298
|
let Et;
|
|
3299
3299
|
try {
|
|
3300
3300
|
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, o || (L.fallbackContext = t ? dc() : void 0), Et = S(L);
|
|
@@ -3866,7 +3866,7 @@ const ld = /* @__PURE__ */ x(Jc, [["render", od]]), id = { class: "dependency-te
|
|
|
3866
3866
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.34546 9.63757C4.74074 10.5277 5.31782 11.3221 6.03835 11.9681L7.03434 10.8209C6.4739 10.3185 6.02504 9.70059 5.71758 9.00824C5.41012 8.3159 5.25111 7.56496 5.25111 6.80532C5.25111 6.04568 5.41012 5.29475 5.71758 4.6024C6.02504 3.91006 6.4739 3.29216 7.03434 2.78977L6.03835 1.64258C5.31782 2.28851 4.74074 3.08293 4.34546 3.97307C3.95019 4.86321 3.74575 5.82867 3.74575 6.80532C3.74575 7.78197 3.95019 8.74744 4.34546 9.63757ZM16.955 4.38931C17.4802 3.97411 18.1261 3.74777 18.7913 3.74576C19.5894 3.74576 20.3547 4.06807 20.919 4.64177C21.4833 5.21548 21.8004 5.9936 21.8004 6.80494C21.8004 7.61628 21.4833 8.3944 20.919 8.96811C20.3547 9.54181 19.5894 9.86412 18.7913 9.86412C18.2559 9.86126 17.7312 9.71144 17.2725 9.43048L12.3325 14.4529L11.2688 13.3715L16.2088 8.34906C16.0668 8.10583 15.9592 7.84348 15.8891 7.56973H11.2688V6.04014H15.8891C16.055 5.38511 16.4298 4.80451 16.955 4.38931ZM17.9555 8.07674C18.2029 8.24482 18.4938 8.33453 18.7913 8.33453C19.1902 8.33412 19.5727 8.17284 19.8548 7.88607C20.1368 7.59931 20.2955 7.21049 20.2959 6.80494C20.2959 6.50241 20.2076 6.20668 20.0423 5.95514C19.877 5.70361 19.642 5.50756 19.3671 5.39178C19.0922 5.27601 18.7897 5.24572 18.4978 5.30474C18.206 5.36376 17.9379 5.50944 17.7275 5.72336C17.5171 5.93727 17.3738 6.20982 17.3157 6.50653C17.2577 6.80324 17.2875 7.11079 17.4014 7.39029C17.5152 7.66978 17.7081 7.90867 17.9555 8.07674ZM3.74621 15.2177V16.7473H7.19606L2.2417 21.7842L3.30539 22.8656L8.25975 17.8287V21.336H9.76427V15.2177H3.74621ZM15.7823 18.2769H12.7733V19.8064H15.7823V22.1008H21.8004V15.9825H15.7823V18.2769ZM17.2868 20.5712V17.5121H20.2959V20.5712H17.2868ZM8.02885 9.67292C7.62863 9.31407 7.30809 8.87275 7.08853 8.37827C6.86897 7.88378 6.75542 7.34747 6.75542 6.80494C6.75542 6.26241 6.86897 5.72609 7.08853 5.23161C7.30809 4.73713 7.62863 4.29581 8.02885 3.93696L9.02484 5.08415C8.78458 5.29946 8.59215 5.5643 8.46034 5.86106C8.32853 6.15782 8.26035 6.47971 8.26035 6.80532C8.26035 7.13094 8.32853 7.45282 8.46034 7.74958C8.59215 8.04634 8.78458 8.31118 9.02484 8.52649L8.02885 9.67292Z" fill="white"/>
|
|
3867
3867
|
</svg>`));
|
|
3868
3868
|
return (l, i) => (u(), d(ue, null, [
|
|
3869
|
-
M($(
|
|
3869
|
+
M($(Ue), {
|
|
3870
3870
|
type: "source",
|
|
3871
3871
|
position: e.sourcePosition
|
|
3872
3872
|
}, null, 8, ["position"]),
|
|
@@ -3939,7 +3939,7 @@ const ld = /* @__PURE__ */ x(Jc, [["render", od]]), id = { class: "dependency-te
|
|
|
3939
3939
|
X(l.$slots, "badge-button-after", {}, void 0, !0)
|
|
3940
3940
|
])
|
|
3941
3941
|
], 2),
|
|
3942
|
-
M($(
|
|
3942
|
+
M($(Ue), {
|
|
3943
3943
|
type: "target",
|
|
3944
3944
|
position: e.targetPosition
|
|
3945
3945
|
}, null, 8, ["position"])
|
|
@@ -4097,7 +4097,7 @@ const kd = /* @__PURE__ */ x(yd, [["render", Cd]]), wd = { class: "top-button-di
|
|
|
4097
4097
|
const t = e.task.subflowId ?? e.task;
|
|
4098
4098
|
return t.namespace + " " + t.flowId;
|
|
4099
4099
|
}
|
|
4100
|
-
return
|
|
4100
|
+
return Me.afterLastDot(this.id);
|
|
4101
4101
|
}
|
|
4102
4102
|
}
|
|
4103
4103
|
}, Ld = /* @__PURE__ */ Object.assign(Sd, {
|
|
@@ -4192,7 +4192,7 @@ function Dd(e, t, n, o, r, l) {
|
|
|
4192
4192
|
}
|
|
4193
4193
|
const Ci = /* @__PURE__ */ x(Nd, [["render", Dd]]), Rd = {
|
|
4194
4194
|
name: "Dot",
|
|
4195
|
-
components: { Handle:
|
|
4195
|
+
components: { Handle: Ue, CircleIcon: Ci },
|
|
4196
4196
|
inheritAttrs: !1,
|
|
4197
4197
|
props: {
|
|
4198
4198
|
data: {
|
|
@@ -4216,7 +4216,7 @@ const Ci = /* @__PURE__ */ x(Nd, [["render", Dd]]), Rd = {
|
|
|
4216
4216
|
classes() {
|
|
4217
4217
|
return {
|
|
4218
4218
|
"unused-path": this.data.unused,
|
|
4219
|
-
[
|
|
4219
|
+
[Me.afterLastDot(this.data.node.type)]: !0
|
|
4220
4220
|
};
|
|
4221
4221
|
}
|
|
4222
4222
|
}
|
|
@@ -4225,7 +4225,7 @@ const Ci = /* @__PURE__ */ x(Nd, [["render", Dd]]), Rd = {
|
|
|
4225
4225
|
return (t, n) => (u(), d("div", {
|
|
4226
4226
|
class: te(t.classes)
|
|
4227
4227
|
}, [
|
|
4228
|
-
M($(
|
|
4228
|
+
M($(Ue), {
|
|
4229
4229
|
type: "source",
|
|
4230
4230
|
class: "custom-handle",
|
|
4231
4231
|
position: e.sourcePosition
|
|
@@ -4238,7 +4238,7 @@ const Ci = /* @__PURE__ */ x(Nd, [["render", Dd]]), Rd = {
|
|
|
4238
4238
|
alt: "circle"
|
|
4239
4239
|
}, null, 8, ["class"])
|
|
4240
4240
|
], 2),
|
|
4241
|
-
M($(
|
|
4241
|
+
M($(Ue), {
|
|
4242
4242
|
type: "target",
|
|
4243
4243
|
class: "custom-handle",
|
|
4244
4244
|
position: e.targetPosition
|
|
@@ -4623,7 +4623,7 @@ const vo = /* @__PURE__ */ x(ff, [["render", yf]]), _f = { class: "icon rounded"
|
|
|
4623
4623
|
function l() {
|
|
4624
4624
|
n(B.MOUSE_LEAVE);
|
|
4625
4625
|
}
|
|
4626
|
-
const i = U(() => o.data?.expandable || !1), s = U(() => o.data.node?.plugin ?? o.data.node?.task ?? o.data.node?.trigger ?? null), a = U(() => s.value?.description ?? null), c = U(() =>
|
|
4626
|
+
const i = U(() => o.data?.expandable || !1), s = U(() => o.data.node?.plugin ?? o.data.node?.task ?? o.data.node?.trigger ?? null), a = U(() => s.value?.description ?? null), c = U(() => Me.afterLastDot(o.id ?? "")), f = U(() => ["default", "danger"].includes(o.data.color) ? "" : o.data.color), g = U(() => [
|
|
4627
4627
|
{
|
|
4628
4628
|
"unused-path": o.data.unused,
|
|
4629
4629
|
disabled: s.value?.disabled || o.data.parent?.taskNode?.task?.disabled
|
|
@@ -5080,12 +5080,12 @@ const Ip = /* @__PURE__ */ x(kp, [["render", Np]]), Ap = /* @__PURE__ */ oe({
|
|
|
5080
5080
|
playgroundReadyToStart: { type: Boolean }
|
|
5081
5081
|
},
|
|
5082
5082
|
setup(e, { emit: t }) {
|
|
5083
|
-
const n = e, o = t, r = zn(bo), l = zn(ki), i = U(() => n.data.color ?? "primary"), s = U(() =>
|
|
5083
|
+
const n = e, o = t, r = zn(bo), l = zn(ki), i = U(() => n.data.color ?? "primary"), s = U(() => Me.afterLastDot(n.id)), a = U(() => {
|
|
5084
5084
|
const E = n.data.executionId;
|
|
5085
5085
|
if (E)
|
|
5086
5086
|
return E === r?.value?.id ? r?.value : Object.values(l?.value || {}).find((h) => h.id === E);
|
|
5087
5087
|
}), c = U(() => a.value && a.value.taskRunList ? a.value.taskRunList : []), f = U(() => c.value.filter(
|
|
5088
|
-
(E) => E.taskId ===
|
|
5088
|
+
(E) => E.taskId === Me.afterLastDot(n.data.node.uid)
|
|
5089
5089
|
)), g = U(() => {
|
|
5090
5090
|
if (!f.value?.length)
|
|
5091
5091
|
return null;
|
|
@@ -5136,7 +5136,7 @@ const Ip = /* @__PURE__ */ x(kp, [["render", Np]]), Ap = /* @__PURE__ */ oe({
|
|
|
5136
5136
|
return "task failed";
|
|
5137
5137
|
});
|
|
5138
5138
|
return (E, h) => (u(), d(ue, null, [
|
|
5139
|
-
M($(
|
|
5139
|
+
M($(Ue), {
|
|
5140
5140
|
type: "source",
|
|
5141
5141
|
position: E.sourcePosition
|
|
5142
5142
|
}, null, 8, ["position"]),
|
|
@@ -5305,7 +5305,7 @@ const Ip = /* @__PURE__ */ x(kp, [["render", Np]]), Ap = /* @__PURE__ */ oe({
|
|
|
5305
5305
|
]),
|
|
5306
5306
|
_: 1
|
|
5307
5307
|
}, 8, ["id", "data", "state", "class", "icons", "icon-component"]),
|
|
5308
|
-
M($(
|
|
5308
|
+
M($(Ue), {
|
|
5309
5309
|
type: "target",
|
|
5310
5310
|
position: E.targetPosition
|
|
5311
5311
|
}, null, 8, ["position"])
|
|
@@ -5336,7 +5336,7 @@ const Ip = /* @__PURE__ */ x(kp, [["render", Np]]), Ap = /* @__PURE__ */ oe({
|
|
|
5336
5336
|
};
|
|
5337
5337
|
},
|
|
5338
5338
|
triggerId() {
|
|
5339
|
-
return
|
|
5339
|
+
return Me.afterLastDot(this.id);
|
|
5340
5340
|
}
|
|
5341
5341
|
},
|
|
5342
5342
|
emits: [
|
|
@@ -5347,7 +5347,7 @@ const Ip = /* @__PURE__ */ x(kp, [["render", Np]]), Ap = /* @__PURE__ */ oe({
|
|
|
5347
5347
|
components: {
|
|
5348
5348
|
Delete: ko,
|
|
5349
5349
|
Pencil: Co,
|
|
5350
|
-
Handle:
|
|
5350
|
+
Handle: Ue,
|
|
5351
5351
|
Tooltip: le
|
|
5352
5352
|
},
|
|
5353
5353
|
props: {
|
|
@@ -5384,7 +5384,7 @@ const Ip = /* @__PURE__ */ x(kp, [["render", Np]]), Ap = /* @__PURE__ */ oe({
|
|
|
5384
5384
|
}, Dp = /* @__PURE__ */ Object.assign(Op, {
|
|
5385
5385
|
setup(e) {
|
|
5386
5386
|
return (t, n) => (u(), d(ue, null, [
|
|
5387
|
-
M($(
|
|
5387
|
+
M($(Ue), {
|
|
5388
5388
|
type: "source",
|
|
5389
5389
|
position: e.sourcePosition
|
|
5390
5390
|
}, null, 8, ["position"]),
|
|
@@ -5438,7 +5438,7 @@ const Ip = /* @__PURE__ */ x(kp, [["render", Np]]), Ap = /* @__PURE__ */ oe({
|
|
|
5438
5438
|
key: "0"
|
|
5439
5439
|
}
|
|
5440
5440
|
]), 1032, ["id", "data", "color", "icons", "icon-component"]),
|
|
5441
|
-
M($(
|
|
5441
|
+
M($(Ue), {
|
|
5442
5442
|
type: "target",
|
|
5443
5443
|
position: e.targetPosition
|
|
5444
5444
|
}, null, 8, ["position"])
|
|
@@ -5485,7 +5485,7 @@ function Fp(e, t, n, o, r, l) {
|
|
|
5485
5485
|
const xp = /* @__PURE__ */ x(Rp, [["render", Fp]]), Hp = { class: "collapsed-cluster-node d-flex" }, Bp = { class: "node-text" }, zp = { class: "text-white top-button-div" }, Wp = {
|
|
5486
5486
|
components: {
|
|
5487
5487
|
Tooltip: le,
|
|
5488
|
-
Handle:
|
|
5488
|
+
Handle: Ue,
|
|
5489
5489
|
ArrowExpand: vo,
|
|
5490
5490
|
LightningBolt: xp
|
|
5491
5491
|
},
|
|
@@ -5530,7 +5530,7 @@ const xp = /* @__PURE__ */ x(Rp, [["render", Fp]]), Hp = { class: "collapsed-clu
|
|
|
5530
5530
|
__name: "CollapsedClusterNode",
|
|
5531
5531
|
setup(e) {
|
|
5532
5532
|
return (t, n) => (u(), d(ue, null, [
|
|
5533
|
-
M($(
|
|
5533
|
+
M($(Ue), {
|
|
5534
5534
|
type: "source",
|
|
5535
5535
|
position: e.sourcePosition
|
|
5536
5536
|
}, null, 8, ["position"]),
|
|
@@ -5540,7 +5540,7 @@ const xp = /* @__PURE__ */ x(Rp, [["render", Fp]]), Hp = { class: "collapsed-clu
|
|
|
5540
5540
|
key: 0,
|
|
5541
5541
|
class: te(`text-${e.data.color} me-2`)
|
|
5542
5542
|
}, null, 8, ["class"])) : v("", !0),
|
|
5543
|
-
Be(" " + O($(
|
|
5543
|
+
Be(" " + O($(Me).afterLastDot(e.id)), 1)
|
|
5544
5544
|
]),
|
|
5545
5545
|
p("div", zp, [
|
|
5546
5546
|
X(t.$slots, "badge-button-before", {}, void 0, !0),
|
|
@@ -5564,7 +5564,7 @@ const xp = /* @__PURE__ */ x(Rp, [["render", Fp]]), Hp = { class: "collapsed-clu
|
|
|
5564
5564
|
X(t.$slots, "badge-button-after", {}, void 0, !0)
|
|
5565
5565
|
])
|
|
5566
5566
|
]),
|
|
5567
|
-
M($(
|
|
5567
|
+
M($(Ue), {
|
|
5568
5568
|
type: "target",
|
|
5569
5569
|
position: e.targetPosition
|
|
5570
5570
|
}, null, 8, ["position"])
|
|
@@ -6344,8 +6344,8 @@ const n1 = {
|
|
|
6344
6344
|
newSource: jr({
|
|
6345
6345
|
source: n.source,
|
|
6346
6346
|
section: "tasks",
|
|
6347
|
-
key1:
|
|
6348
|
-
key2:
|
|
6347
|
+
key1: Me.afterLastDot(V.id) ?? "",
|
|
6348
|
+
key2: Me.afterLastDot(ee.id) ?? ""
|
|
6349
6349
|
}),
|
|
6350
6350
|
swappedTasks: [V.id, ee.id]
|
|
6351
6351
|
});
|
|
@@ -6371,15 +6371,15 @@ const n1 = {
|
|
|
6371
6371
|
}), W.node.style = { ...W.node.style, outline: "0.5px solid " + xe("--bs-primary") }, W.node.class = "rounded-3");
|
|
6372
6372
|
});
|
|
6373
6373
|
const L = (W, V) => {
|
|
6374
|
-
const ee = W.filter((G) => G.type === "task").map((G) =>
|
|
6374
|
+
const ee = W.filter((G) => G.type === "task").map((G) => Me.afterLastDot(G.id));
|
|
6375
6375
|
if (ee.length > 1)
|
|
6376
6376
|
return "toomuchtaskerror";
|
|
6377
6377
|
try {
|
|
6378
6378
|
if (ee.length === 1 && n.source && Pl({
|
|
6379
6379
|
source: n.source,
|
|
6380
6380
|
sections: ["tasks", "triggers"],
|
|
6381
|
-
key1:
|
|
6382
|
-
key2:
|
|
6381
|
+
key1: Me.afterLastDot(ee[0]) ?? "",
|
|
6382
|
+
key2: Me.afterLastDot(V.id) ?? "",
|
|
6383
6383
|
keyName: "id"
|
|
6384
6384
|
}))
|
|
6385
6385
|
return "parentchildrenerror";
|
|
@@ -6398,7 +6398,7 @@ const n1 = {
|
|
|
6398
6398
|
for (let Le of G.nodes)
|
|
6399
6399
|
n.flowGraph.clusters.map((st) => st.cluster.uid).includes(Le) && K(Le, !1, !0);
|
|
6400
6400
|
V && b();
|
|
6401
|
-
},
|
|
6401
|
+
}, Q = (W) => {
|
|
6402
6402
|
if ([
|
|
6403
6403
|
"io.kestra.core.tasks.flows.Flow",
|
|
6404
6404
|
"io.kestra.core.tasks.flows.Subflow",
|
|
@@ -6444,7 +6444,7 @@ const n1 = {
|
|
|
6444
6444
|
onEdit: V[1] || (V[1] = (G) => h($(B).EDIT, G)),
|
|
6445
6445
|
onDelete: V[2] || (V[2] = (G) => h($(B).DELETE, G)),
|
|
6446
6446
|
onRunTask: V[3] || (V[3] = (G) => h($(B).RUN_TASK, G)),
|
|
6447
|
-
onExpand: V[4] || (V[4] = (G) =>
|
|
6447
|
+
onExpand: V[4] || (V[4] = (G) => Q(G)),
|
|
6448
6448
|
onOpenLink: V[5] || (V[5] = (G) => h($(B).OPEN_LINK, G)),
|
|
6449
6449
|
onShowLogs: V[6] || (V[6] = (G) => h($(B).SHOW_LOGS, G)),
|
|
6450
6450
|
onShowDescription: V[7] || (V[7] = (G) => h($(B).SHOW_DESCRIPTION, G)),
|
|
@@ -6474,7 +6474,7 @@ const n1 = {
|
|
|
6474
6474
|
]),
|
|
6475
6475
|
"node-collapsedcluster": F((ee) => [
|
|
6476
6476
|
M(Gp, q(ee, {
|
|
6477
|
-
onExpand: V[15] || (V[15] = (G) =>
|
|
6477
|
+
onExpand: V[15] || (V[15] = (G) => Q(G))
|
|
6478
6478
|
}), null, 16)
|
|
6479
6479
|
]),
|
|
6480
6480
|
"edge-edge": F((ee) => [
|
|
@@ -6965,7 +6965,7 @@ const To = /* @__PURE__ */ x(H1, [["render", G1]]), K1 = ["id", "open"], Y1 = {
|
|
|
6965
6965
|
onClick: s
|
|
6966
6966
|
}, [
|
|
6967
6967
|
p("span", null, [
|
|
6968
|
-
Be(O(c.title), 1),
|
|
6968
|
+
Be(O(c.title) + " ", 1),
|
|
6969
6969
|
X(c.$slots, "additional", {}, void 0, !0)
|
|
6970
6970
|
]),
|
|
6971
6971
|
X(c.$slots, "right", {}, void 0, !0),
|
|
@@ -6983,7 +6983,7 @@ const To = /* @__PURE__ */ x(H1, [["render", G1]]), K1 = ["id", "open"], Y1 = {
|
|
|
6983
6983
|
], 8, q1)) : v("", !0)
|
|
6984
6984
|
], 8, K1));
|
|
6985
6985
|
}
|
|
6986
|
-
}), pn = /* @__PURE__ */ x(X1, [["__scopeId", "data-v-
|
|
6986
|
+
}), pn = /* @__PURE__ */ x(X1, [["__scopeId", "data-v-d0f1d871"]]), Z1 = ["href"], J1 = { class: "top-row" }, Q1 = { class: "icon-content" }, eh = ["src", "alt"], th = { class: "text-content" }, nh = {
|
|
6987
6987
|
key: 0,
|
|
6988
6988
|
class: "description"
|
|
6989
6989
|
}, oh = { class: "footer" }, lh = { class: "bottom-row" }, ih = { class: "left" }, rh = { key: 0 }, sh = { key: 1 }, ah = /* @__PURE__ */ oe({
|
|
@@ -7000,7 +7000,7 @@ const To = /* @__PURE__ */ x(H1, [["render", G1]]), K1 = ["id", "open"], Y1 = {
|
|
|
7000
7000
|
},
|
|
7001
7001
|
emits: ["navigate"],
|
|
7002
7002
|
setup(e, { emit: t }) {
|
|
7003
|
-
const n = e, o = t, r = U(() => n.href === void 0 ? `${n.routePath}/${
|
|
7003
|
+
const n = e, o = t, r = U(() => n.href === void 0 ? `${n.routePath}/${Fe(n.text)}` : n.href);
|
|
7004
7004
|
return (l, i) => (u(), d("a", {
|
|
7005
7005
|
href: r.value,
|
|
7006
7006
|
onClick: i[0] || (i[0] = yn((s) => o("navigate", r.value), ["prevent"]))
|
|
@@ -7039,7 +7039,7 @@ const To = /* @__PURE__ */ x(H1, [["render", G1]]), K1 = ["id", "open"], Y1 = {
|
|
|
7039
7039
|
], 2)
|
|
7040
7040
|
], 8, Z1));
|
|
7041
7041
|
}
|
|
7042
|
-
}), uh = /* @__PURE__ */ x(ah, [["__scopeId", "data-v-
|
|
7042
|
+
}), uh = /* @__PURE__ */ x(ah, [["__scopeId", "data-v-5d4d2b8b"]]), ch = ["href"], dh = { class: "element-card" }, fh = { class: "top-row" }, ph = { class: "text-capitalize" }, mh = { key: 0 }, hh = { class: "plugin-info" }, gh = { class: "plugin-class" }, yh = /* @__PURE__ */ oe({
|
|
7043
7043
|
__name: "ElementCard",
|
|
7044
7044
|
props: {
|
|
7045
7045
|
iconB64Svg: {},
|
|
@@ -7047,35 +7047,32 @@ const To = /* @__PURE__ */ x(H1, [["render", G1]]), K1 = ["id", "open"], Y1 = {
|
|
|
7047
7047
|
routePath: {},
|
|
7048
7048
|
pluginClass: {},
|
|
7049
7049
|
href: {},
|
|
7050
|
-
isActive: { type: Boolean },
|
|
7051
7050
|
title: {}
|
|
7052
7051
|
},
|
|
7053
7052
|
emits: ["navigate"],
|
|
7054
7053
|
setup(e, { emit: t }) {
|
|
7055
|
-
const n = e, o = t, r = U(() => n.href === void 0 ? `${n.routePath}/${
|
|
7054
|
+
const n = e, o = t, r = U(() => n.href === void 0 ? `${n.routePath}/${Fe(n.text)}` : n.href);
|
|
7056
7055
|
return (l, i) => (u(), d("a", {
|
|
7057
7056
|
href: r.value,
|
|
7058
7057
|
onClick: i[0] || (i[0] = yn((s) => o("navigate", r.value), ["prevent"]))
|
|
7059
7058
|
}, [
|
|
7060
|
-
p("div",
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
p("div", dh, [
|
|
7064
|
-
p("h6", fh, O(l.text), 1),
|
|
7059
|
+
p("div", dh, [
|
|
7060
|
+
p("div", fh, [
|
|
7061
|
+
p("h6", ph, O(l.text), 1),
|
|
7065
7062
|
M(Lo)
|
|
7066
7063
|
]),
|
|
7067
|
-
l.title ? (u(), d("div",
|
|
7064
|
+
l.title ? (u(), d("div", mh, [
|
|
7068
7065
|
X(l.$slots, "markdown", {
|
|
7069
7066
|
content: l.title.replace(/ *:(?![ /])/g, ": ")
|
|
7070
7067
|
}, void 0, !0)
|
|
7071
7068
|
])) : v("", !0),
|
|
7072
|
-
p("div",
|
|
7073
|
-
p("code",
|
|
7069
|
+
p("div", hh, [
|
|
7070
|
+
p("code", gh, O(l.pluginClass), 1)
|
|
7074
7071
|
])
|
|
7075
|
-
]
|
|
7072
|
+
])
|
|
7076
7073
|
], 8, ch));
|
|
7077
7074
|
}
|
|
7078
|
-
}),
|
|
7075
|
+
}), _h = /* @__PURE__ */ x(yh, [["__scopeId", "data-v-a3504373"]]), vh = {
|
|
7079
7076
|
name: "ContentCopyIcon",
|
|
7080
7077
|
emits: ["click"],
|
|
7081
7078
|
props: {
|
|
@@ -7091,8 +7088,8 @@ const To = /* @__PURE__ */ x(H1, [["render", G1]]), K1 = ["id", "open"], Y1 = {
|
|
|
7091
7088
|
default: 24
|
|
7092
7089
|
}
|
|
7093
7090
|
}
|
|
7094
|
-
},
|
|
7095
|
-
function
|
|
7091
|
+
}, Eh = ["aria-hidden", "aria-label"], bh = ["fill", "width", "height"], Ch = { d: "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" }, kh = { key: 0 };
|
|
7092
|
+
function wh(e, t, n, o, r, l) {
|
|
7096
7093
|
return u(), d("span", q(e.$attrs, {
|
|
7097
7094
|
"aria-hidden": n.title ? null : "true",
|
|
7098
7095
|
"aria-label": n.title,
|
|
@@ -7107,16 +7104,16 @@ function kh(e, t, n, o, r, l) {
|
|
|
7107
7104
|
height: n.size,
|
|
7108
7105
|
viewBox: "0 0 24 24"
|
|
7109
7106
|
}, [
|
|
7110
|
-
p("path",
|
|
7111
|
-
n.title ? (u(), d("title",
|
|
7107
|
+
p("path", Ch, [
|
|
7108
|
+
n.title ? (u(), d("title", kh, O(n.title), 1)) : v("", !0)
|
|
7112
7109
|
])
|
|
7113
|
-
], 8,
|
|
7114
|
-
], 16,
|
|
7110
|
+
], 8, bh))
|
|
7111
|
+
], 16, Eh);
|
|
7115
7112
|
}
|
|
7116
|
-
const
|
|
7113
|
+
const Sh = /* @__PURE__ */ x(vh, [["render", wh]]), Lh = {
|
|
7117
7114
|
key: 0,
|
|
7118
7115
|
class: "language"
|
|
7119
|
-
},
|
|
7116
|
+
}, Th = ["innerHTML"], Nh = /* @__PURE__ */ oe({
|
|
7120
7117
|
__name: "SchemaToCode",
|
|
7121
7118
|
props: {
|
|
7122
7119
|
highlighter: {},
|
|
@@ -7129,7 +7126,7 @@ const wh = /* @__PURE__ */ x(_h, [["render", kh]]), Sh = {
|
|
|
7129
7126
|
},
|
|
7130
7127
|
setup(e) {
|
|
7131
7128
|
const t = {
|
|
7132
|
-
ContentCopy: Qt(
|
|
7129
|
+
ContentCopy: Qt(Sh),
|
|
7133
7130
|
Check: Qt(wi)
|
|
7134
7131
|
}, n = e, o = Z(!1), r = Z(), l = Qt(t.ContentCopy.value), i = Z(), s = Z(), a = U(() => n.highlighter.codeToHtml(n.code, {
|
|
7135
7132
|
lang: n.language,
|
|
@@ -7152,7 +7149,7 @@ const wh = /* @__PURE__ */ x(_h, [["render", kh]]), Sh = {
|
|
|
7152
7149
|
onMouseover: c,
|
|
7153
7150
|
onMouseleave: _[0] || (_[0] = (k) => o.value = !1)
|
|
7154
7151
|
}, [
|
|
7155
|
-
g.language && !o.value ? (u(), d("div",
|
|
7152
|
+
g.language && !o.value ? (u(), d("div", Lh, O(g.language), 1)) : v("", !0),
|
|
7156
7153
|
o.value ? (u(), d(ue, { key: 1 }, [
|
|
7157
7154
|
p("button", {
|
|
7158
7155
|
ref_key: "copyButton",
|
|
@@ -7175,10 +7172,10 @@ const wh = /* @__PURE__ */ x(_h, [["render", kh]]), Sh = {
|
|
|
7175
7172
|
}, null, -1)
|
|
7176
7173
|
])], 512)) : v("", !0)
|
|
7177
7174
|
], 64)) : v("", !0),
|
|
7178
|
-
p("div", { innerHTML: a.value }, null, 8,
|
|
7175
|
+
p("div", { innerHTML: a.value }, null, 8, Th)
|
|
7179
7176
|
], 32));
|
|
7180
7177
|
}
|
|
7181
|
-
}), mn = /* @__PURE__ */ x(
|
|
7178
|
+
}), mn = /* @__PURE__ */ x(Nh, [["__scopeId", "data-v-a899f6a1"]]);
|
|
7182
7179
|
function Zt(e) {
|
|
7183
7180
|
if (e.type)
|
|
7184
7181
|
return Array.isArray(e.type) ? e.type : [e.type];
|
|
@@ -7211,7 +7208,7 @@ function It(e) {
|
|
|
7211
7208
|
if (l && l.length > 0)
|
|
7212
7209
|
return l;
|
|
7213
7210
|
if (r.anyOf)
|
|
7214
|
-
return r.anyOf.flatMap(Zt).filter((i) => i !== void 0).filter(
|
|
7211
|
+
return r.anyOf.flatMap(Zt).filter((i) => i !== void 0).filter(Me.distinctFilter);
|
|
7215
7212
|
}, o = n(e);
|
|
7216
7213
|
if (o ? t.types = o : t.types = ["object"], t.types.includes("array") && e.items) {
|
|
7217
7214
|
const r = n(e.items);
|
|
@@ -7243,7 +7240,7 @@ function xi(e, t, n = /* @__PURE__ */ new Set()) {
|
|
|
7243
7240
|
function Hi(e) {
|
|
7244
7241
|
return e.$dynamic === !0 ? !0 : e.$dynamic === !1 ? !1 : e.anyOf?.some((t) => t.$dynamic === !0) ?? !1;
|
|
7245
7242
|
}
|
|
7246
|
-
const
|
|
7243
|
+
const Ih = {
|
|
7247
7244
|
name: "FileDocumentIcon",
|
|
7248
7245
|
emits: ["click"],
|
|
7249
7246
|
props: {
|
|
@@ -7259,8 +7256,8 @@ const Nh = {
|
|
|
7259
7256
|
default: 24
|
|
7260
7257
|
}
|
|
7261
7258
|
}
|
|
7262
|
-
},
|
|
7263
|
-
function
|
|
7259
|
+
}, Ah = ["aria-hidden", "aria-label"], $h = ["fill", "width", "height"], Oh = { d: "M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M15,18V16H6V18H15M18,14V12H6V14H18Z" }, Dh = { key: 0 };
|
|
7260
|
+
function Rh(e, t, n, o, r, l) {
|
|
7264
7261
|
return u(), d("span", q(e.$attrs, {
|
|
7265
7262
|
"aria-hidden": n.title ? null : "true",
|
|
7266
7263
|
"aria-label": n.title,
|
|
@@ -7275,13 +7272,13 @@ function Dh(e, t, n, o, r, l) {
|
|
|
7275
7272
|
height: n.size,
|
|
7276
7273
|
viewBox: "0 0 24 24"
|
|
7277
7274
|
}, [
|
|
7278
|
-
p("path",
|
|
7279
|
-
n.title ? (u(), d("title",
|
|
7275
|
+
p("path", Oh, [
|
|
7276
|
+
n.title ? (u(), d("title", Dh, O(n.title), 1)) : v("", !0)
|
|
7280
7277
|
])
|
|
7281
|
-
], 8,
|
|
7282
|
-
], 16,
|
|
7278
|
+
], 8, $h))
|
|
7279
|
+
], 16, Ah);
|
|
7283
7280
|
}
|
|
7284
|
-
const
|
|
7281
|
+
const Ph = /* @__PURE__ */ x(Ih, [["render", Rh]]), Mh = { class: "me-3" }, Vh = { class: "d-flex flex-column" }, Uh = /* @__PURE__ */ oe({
|
|
7285
7282
|
name: "Alert",
|
|
7286
7283
|
__name: "Alert",
|
|
7287
7284
|
props: {
|
|
@@ -7291,7 +7288,7 @@ const Rh = /* @__PURE__ */ x(Nh, [["render", Dh]]), Ph = { class: "me-3" }, Mh =
|
|
|
7291
7288
|
const t = e, n = U(() => {
|
|
7292
7289
|
switch (t.type) {
|
|
7293
7290
|
case "success":
|
|
7294
|
-
return
|
|
7291
|
+
return Ph;
|
|
7295
7292
|
case "info":
|
|
7296
7293
|
return ln;
|
|
7297
7294
|
case "warning":
|
|
@@ -7306,15 +7303,15 @@ const Rh = /* @__PURE__ */ x(Nh, [["render", Dh]]), Ph = { class: "me-3" }, Mh =
|
|
|
7306
7303
|
class: te("doc-alert alert alert-" + o.type),
|
|
7307
7304
|
role: "alert"
|
|
7308
7305
|
}, [
|
|
7309
|
-
p("div",
|
|
7306
|
+
p("div", Mh, [
|
|
7310
7307
|
(u(), j(qe(n.value), { class: "alert-icon" }))
|
|
7311
7308
|
]),
|
|
7312
|
-
p("div",
|
|
7309
|
+
p("div", Vh, [
|
|
7313
7310
|
X(o.$slots, "default", {}, void 0, !0)
|
|
7314
7311
|
])
|
|
7315
7312
|
], 2));
|
|
7316
7313
|
}
|
|
7317
|
-
}), Bi = /* @__PURE__ */ x(
|
|
7314
|
+
}), Bi = /* @__PURE__ */ x(Uh, [["__scopeId", "data-v-f7fd8bc1"]]), Fh = {
|
|
7318
7315
|
name: "EyeOutlineIcon",
|
|
7319
7316
|
emits: ["click"],
|
|
7320
7317
|
props: {
|
|
@@ -7330,8 +7327,8 @@ const Rh = /* @__PURE__ */ x(Nh, [["render", Dh]]), Ph = { class: "me-3" }, Mh =
|
|
|
7330
7327
|
default: 24
|
|
7331
7328
|
}
|
|
7332
7329
|
}
|
|
7333
|
-
},
|
|
7334
|
-
function
|
|
7330
|
+
}, xh = ["aria-hidden", "aria-label"], Hh = ["fill", "width", "height"], Bh = { d: "M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z" }, zh = { key: 0 };
|
|
7331
|
+
function Wh(e, t, n, o, r, l) {
|
|
7335
7332
|
return u(), d("span", q(e.$attrs, {
|
|
7336
7333
|
"aria-hidden": n.title ? null : "true",
|
|
7337
7334
|
"aria-label": n.title,
|
|
@@ -7346,24 +7343,24 @@ function zh(e, t, n, o, r, l) {
|
|
|
7346
7343
|
height: n.size,
|
|
7347
7344
|
viewBox: "0 0 24 24"
|
|
7348
7345
|
}, [
|
|
7349
|
-
p("path",
|
|
7350
|
-
n.title ? (u(), d("title",
|
|
7346
|
+
p("path", Bh, [
|
|
7347
|
+
n.title ? (u(), d("title", zh, O(n.title), 1)) : v("", !0)
|
|
7351
7348
|
])
|
|
7352
|
-
], 8,
|
|
7353
|
-
], 16,
|
|
7349
|
+
], 8, Hh))
|
|
7350
|
+
], 16, xh);
|
|
7354
7351
|
}
|
|
7355
|
-
const zi = /* @__PURE__ */ x(
|
|
7352
|
+
const zi = /* @__PURE__ */ x(Fh, [["render", Wh]]), jh = { class: "property-detail" }, Gh = { key: 0 }, Kh = ["href"], Yh = { class: "d-flex fw-bold type-box rounded fs-7 px-2 py-1" }, qh = { class: "ref-type" }, Xh = {
|
|
7356
7353
|
key: 1,
|
|
7357
7354
|
class: "type-box rounded fs-7 px-2 py-1"
|
|
7358
|
-
},
|
|
7355
|
+
}, Zh = { key: 1 }, Jh = { class: "border rounded px-2 py-1" }, Qh = { key: 2 }, eg = { class: "border rounded px-2 py-1" }, tg = { key: 3 }, ng = { class: "border rounded px-2 py-1" }, og = { key: 4 }, lg = { class: "border rounded px-2 py-1" }, ig = { key: 5 }, rg = { class: "border rounded px-2 py-1" }, sg = { key: 6 }, ag = { class: "border rounded px-2 py-1" }, ug = { key: 7 }, cg = { class: "border rounded px-2 py-1" }, dg = { key: 8 }, fg = { class: "border rounded px-2 py-1" }, pg = { key: 9 }, mg = { class: "border rounded px-2 py-1" }, hg = { key: 10 }, gg = { class: "border rounded px-2 py-1" }, yg = { key: 11 }, _g = { class: "border rounded px-2 py-1" }, vg = { key: 12 }, Eg = { class: "border rounded px-2 py-1" }, bg = { key: 13 }, Cg = { class: "d-flex flex-wrap justify-content-end gap-7 p-0" }, kg = { key: 14 }, wg = { class: "property-description markdown" }, Sg = { key: 2 }, Lg = /* @__PURE__ */ oe({
|
|
7359
7356
|
__name: "PropertyDetail",
|
|
7360
7357
|
props: {
|
|
7361
7358
|
property: {}
|
|
7362
7359
|
},
|
|
7363
7360
|
setup(e) {
|
|
7364
7361
|
const t = e, n = Z(It(t.property).subType), o = Z(No(t.property)), r = ao;
|
|
7365
|
-
return (l, i) => (u(), d("div",
|
|
7366
|
-
n.value ? (u(), d("div",
|
|
7362
|
+
return (l, i) => (u(), d("div", jh, [
|
|
7363
|
+
n.value ? (u(), d("div", Gh, [
|
|
7367
7364
|
i[1] || (i[1] = p("span", null, " SubType ", -1)),
|
|
7368
7365
|
n.value.startsWith("#") ? (u(), d("a", {
|
|
7369
7366
|
key: 0,
|
|
@@ -7371,71 +7368,71 @@ const zi = /* @__PURE__ */ x(Uh, [["render", zh]]), Wh = { class: "property-deta
|
|
|
7371
7368
|
onClick: i[0] || (i[0] = yn(() => {
|
|
7372
7369
|
}, ["stop"]))
|
|
7373
7370
|
}, [
|
|
7374
|
-
p("button",
|
|
7375
|
-
p("span",
|
|
7371
|
+
p("button", Yh, [
|
|
7372
|
+
p("span", qh, O($(Ui)(n.value)), 1),
|
|
7376
7373
|
M(zi)
|
|
7377
7374
|
])
|
|
7378
|
-
], 8,
|
|
7375
|
+
], 8, Kh)) : (u(), d("span", Xh, O(n.value), 1))
|
|
7379
7376
|
])) : v("", !0),
|
|
7380
|
-
l.property.default !== void 0 ? (u(), d("div",
|
|
7377
|
+
l.property.default !== void 0 ? (u(), d("div", Zh, [
|
|
7381
7378
|
i[2] || (i[2] = p("span", null, " Default ", -1)),
|
|
7382
|
-
p("code",
|
|
7379
|
+
p("code", Jh, O(l.property.default), 1)
|
|
7383
7380
|
])) : v("", !0),
|
|
7384
|
-
l.property.pattern !== void 0 ? (u(), d("div",
|
|
7381
|
+
l.property.pattern !== void 0 ? (u(), d("div", Qh, [
|
|
7385
7382
|
i[3] || (i[3] = p("span", null, " Validation RegExp ", -1)),
|
|
7386
|
-
p("code",
|
|
7383
|
+
p("code", eg, O(l.property.pattern), 1)
|
|
7387
7384
|
])) : v("", !0),
|
|
7388
|
-
l.property.unit !== void 0 && l.property.unit.trim().length > 0 ? (u(), d("div",
|
|
7385
|
+
l.property.unit !== void 0 && l.property.unit.trim().length > 0 ? (u(), d("div", tg, [
|
|
7389
7386
|
i[4] || (i[4] = p("span", null, " Unit ", -1)),
|
|
7390
|
-
p("code",
|
|
7387
|
+
p("code", ng, O(l.property.unit), 1)
|
|
7391
7388
|
])) : v("", !0),
|
|
7392
|
-
l.property.minLength !== void 0 ? (u(), d("div",
|
|
7389
|
+
l.property.minLength !== void 0 ? (u(), d("div", og, [
|
|
7393
7390
|
i[5] || (i[5] = p("span", null, " Min length ", -1)),
|
|
7394
|
-
p("code",
|
|
7391
|
+
p("code", lg, O(l.property.minLength), 1)
|
|
7395
7392
|
])) : v("", !0),
|
|
7396
|
-
l.property.maxLength !== void 0 ? (u(), d("div",
|
|
7393
|
+
l.property.maxLength !== void 0 ? (u(), d("div", ig, [
|
|
7397
7394
|
i[6] || (i[6] = p("span", null, " Max length ", -1)),
|
|
7398
|
-
p("code",
|
|
7395
|
+
p("code", rg, O(l.property.maxLength), 1)
|
|
7399
7396
|
])) : v("", !0),
|
|
7400
|
-
l.property.minItems !== void 0 ? (u(), d("div",
|
|
7397
|
+
l.property.minItems !== void 0 ? (u(), d("div", sg, [
|
|
7401
7398
|
i[7] || (i[7] = p("span", null, " Min items ", -1)),
|
|
7402
|
-
p("code",
|
|
7399
|
+
p("code", ag, O(l.property.minItems), 1)
|
|
7403
7400
|
])) : v("", !0),
|
|
7404
|
-
l.property.maxItems !== void 0 ? (u(), d("div",
|
|
7401
|
+
l.property.maxItems !== void 0 ? (u(), d("div", ug, [
|
|
7405
7402
|
i[8] || (i[8] = p("span", null, " Max items ", -1)),
|
|
7406
|
-
p("code",
|
|
7403
|
+
p("code", cg, O(l.property.maxItems), 1)
|
|
7407
7404
|
])) : v("", !0),
|
|
7408
|
-
l.property.minimum !== void 0 ? (u(), d("div",
|
|
7405
|
+
l.property.minimum !== void 0 ? (u(), d("div", dg, [
|
|
7409
7406
|
i[9] || (i[9] = p("span", null, " Minimum ", -1)),
|
|
7410
|
-
p("code",
|
|
7407
|
+
p("code", fg, " >= " + O(l.property.minimum), 1)
|
|
7411
7408
|
])) : v("", !0),
|
|
7412
|
-
l.property.exclusiveMinimum !== void 0 ? (u(), d("div",
|
|
7409
|
+
l.property.exclusiveMinimum !== void 0 ? (u(), d("div", pg, [
|
|
7413
7410
|
i[10] || (i[10] = p("span", null, " Minimum ", -1)),
|
|
7414
|
-
p("code",
|
|
7411
|
+
p("code", mg, " > " + O(l.property.minimum), 1)
|
|
7415
7412
|
])) : v("", !0),
|
|
7416
|
-
l.property.maximum !== void 0 ? (u(), d("div",
|
|
7413
|
+
l.property.maximum !== void 0 ? (u(), d("div", hg, [
|
|
7417
7414
|
i[11] || (i[11] = p("span", null, " Maximum ", -1)),
|
|
7418
|
-
p("code",
|
|
7415
|
+
p("code", gg, " <= " + O(l.property.maximum), 1)
|
|
7419
7416
|
])) : v("", !0),
|
|
7420
|
-
l.property.exclusiveMaximum !== void 0 ? (u(), d("div",
|
|
7417
|
+
l.property.exclusiveMaximum !== void 0 ? (u(), d("div", yg, [
|
|
7421
7418
|
i[12] || (i[12] = p("span", null, " Maximum ", -1)),
|
|
7422
|
-
p("code",
|
|
7419
|
+
p("code", _g, " < " + O(l.property.maximum), 1)
|
|
7423
7420
|
])) : v("", !0),
|
|
7424
|
-
l.property.format !== void 0 ? (u(), d("div",
|
|
7421
|
+
l.property.format !== void 0 ? (u(), d("div", vg, [
|
|
7425
7422
|
i[13] || (i[13] = p("span", null, " Format ", -1)),
|
|
7426
|
-
p("code",
|
|
7423
|
+
p("code", Eg, O(l.property.format), 1)
|
|
7427
7424
|
])) : v("", !0),
|
|
7428
|
-
o.value !== void 0 ? (u(), d("div",
|
|
7425
|
+
o.value !== void 0 ? (u(), d("div", bg, [
|
|
7429
7426
|
i[14] || (i[14] = p("span", null, " Possible Values ", -1)),
|
|
7430
|
-
p("div",
|
|
7427
|
+
p("div", Cg, [
|
|
7431
7428
|
(u(!0), d(ue, null, Ie(o.value, (s, a) => (u(), d("code", {
|
|
7432
7429
|
class: "border rounded px-2 py-1",
|
|
7433
7430
|
key: a
|
|
7434
7431
|
}, O(s), 1))), 128))
|
|
7435
7432
|
])
|
|
7436
7433
|
])) : v("", !0),
|
|
7437
|
-
l.property.title !== void 0 || l.property.description !== void 0 ? (u(), d("div",
|
|
7438
|
-
p("div",
|
|
7434
|
+
l.property.title !== void 0 || l.property.description !== void 0 ? (u(), d("div", kg, [
|
|
7435
|
+
p("div", wg, [
|
|
7439
7436
|
l.property.title !== void 0 ? X(l.$slots, "markdown", {
|
|
7440
7437
|
key: 0,
|
|
7441
7438
|
content: $(r)(l.property.title)
|
|
@@ -7444,7 +7441,7 @@ const zi = /* @__PURE__ */ x(Uh, [["render", zh]]), Wh = { class: "property-deta
|
|
|
7444
7441
|
key: 1,
|
|
7445
7442
|
content: $(r)(l.property.description)
|
|
7446
7443
|
}, void 0, !0) : v("", !0),
|
|
7447
|
-
l.property.$internalStorageURI ? (u(), d("div",
|
|
7444
|
+
l.property.$internalStorageURI ? (u(), d("div", Sg, [
|
|
7448
7445
|
M(Bi, { type: "info" }, {
|
|
7449
7446
|
default: F(() => [
|
|
7450
7447
|
X(l.$slots, "markdown", { content: "Pebble expression referencing an Internal Storage URI e.g. `{{ outputs.mytask.uri }}`." }, void 0, !0)
|
|
@@ -7456,7 +7453,7 @@ const zi = /* @__PURE__ */ x(Uh, [["render", zh]]), Wh = { class: "property-deta
|
|
|
7456
7453
|
])) : v("", !0)
|
|
7457
7454
|
]));
|
|
7458
7455
|
}
|
|
7459
|
-
}),
|
|
7456
|
+
}), Tg = /* @__PURE__ */ x(Lg, [["__scopeId", "data-v-e4c1ea43"]]), Ng = {
|
|
7460
7457
|
name: "ChevronUpIcon",
|
|
7461
7458
|
emits: ["click"],
|
|
7462
7459
|
props: {
|
|
@@ -7472,8 +7469,8 @@ const zi = /* @__PURE__ */ x(Uh, [["render", zh]]), Wh = { class: "property-deta
|
|
|
7472
7469
|
default: 24
|
|
7473
7470
|
}
|
|
7474
7471
|
}
|
|
7475
|
-
},
|
|
7476
|
-
function
|
|
7472
|
+
}, Ig = ["aria-hidden", "aria-label"], Ag = ["fill", "width", "height"], $g = { d: "M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" }, Og = { key: 0 };
|
|
7473
|
+
function Dg(e, t, n, o, r, l) {
|
|
7477
7474
|
return u(), d("span", q(e.$attrs, {
|
|
7478
7475
|
"aria-hidden": n.title ? null : "true",
|
|
7479
7476
|
"aria-label": n.title,
|
|
@@ -7488,13 +7485,13 @@ function Og(e, t, n, o, r, l) {
|
|
|
7488
7485
|
height: n.size,
|
|
7489
7486
|
viewBox: "0 0 24 24"
|
|
7490
7487
|
}, [
|
|
7491
|
-
p("path",
|
|
7492
|
-
n.title ? (u(), d("title",
|
|
7488
|
+
p("path", $g, [
|
|
7489
|
+
n.title ? (u(), d("title", Og, O(n.title), 1)) : v("", !0)
|
|
7493
7490
|
])
|
|
7494
|
-
], 8,
|
|
7495
|
-
], 16,
|
|
7491
|
+
], 8, Ag))
|
|
7492
|
+
], 16, Ig);
|
|
7496
7493
|
}
|
|
7497
|
-
const Wi = /* @__PURE__ */ x(
|
|
7494
|
+
const Wi = /* @__PURE__ */ x(Ng, [["render", Dg]]), Rg = {
|
|
7498
7495
|
name: "SnowflakeIcon",
|
|
7499
7496
|
emits: ["click"],
|
|
7500
7497
|
props: {
|
|
@@ -7510,8 +7507,8 @@ const Wi = /* @__PURE__ */ x(Tg, [["render", Og]]), Dg = {
|
|
|
7510
7507
|
default: 24
|
|
7511
7508
|
}
|
|
7512
7509
|
}
|
|
7513
|
-
},
|
|
7514
|
-
function
|
|
7510
|
+
}, Pg = ["aria-hidden", "aria-label"], Mg = ["fill", "width", "height"], Vg = { 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" }, Ug = { key: 0 };
|
|
7511
|
+
function Fg(e, t, n, o, r, l) {
|
|
7515
7512
|
return u(), d("span", q(e.$attrs, {
|
|
7516
7513
|
"aria-hidden": n.title ? null : "true",
|
|
7517
7514
|
"aria-label": n.title,
|
|
@@ -7526,13 +7523,13 @@ function Ug(e, t, n, o, r, l) {
|
|
|
7526
7523
|
height: n.size,
|
|
7527
7524
|
viewBox: "0 0 24 24"
|
|
7528
7525
|
}, [
|
|
7529
|
-
p("path",
|
|
7530
|
-
n.title ? (u(), d("title",
|
|
7526
|
+
p("path", Vg, [
|
|
7527
|
+
n.title ? (u(), d("title", Ug, O(n.title), 1)) : v("", !0)
|
|
7531
7528
|
])
|
|
7532
|
-
], 8,
|
|
7533
|
-
], 16,
|
|
7529
|
+
], 8, Mg))
|
|
7530
|
+
], 16, Pg);
|
|
7534
7531
|
}
|
|
7535
|
-
const ji = /* @__PURE__ */ x(
|
|
7532
|
+
const ji = /* @__PURE__ */ x(Rg, [["render", Fg]]), xg = {
|
|
7536
7533
|
name: "AlphaBBoxIcon",
|
|
7537
7534
|
emits: ["click"],
|
|
7538
7535
|
props: {
|
|
@@ -7548,8 +7545,8 @@ const ji = /* @__PURE__ */ x(Dg, [["render", Ug]]), Fg = {
|
|
|
7548
7545
|
default: 24
|
|
7549
7546
|
}
|
|
7550
7547
|
}
|
|
7551
|
-
},
|
|
7552
|
-
function
|
|
7548
|
+
}, Hg = ["aria-hidden", "aria-label"], Bg = ["fill", "width", "height"], zg = { 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" }, Wg = { key: 0 };
|
|
7549
|
+
function jg(e, t, n, o, r, l) {
|
|
7553
7550
|
return u(), d("span", q(e.$attrs, {
|
|
7554
7551
|
"aria-hidden": n.title ? null : "true",
|
|
7555
7552
|
"aria-label": n.title,
|
|
@@ -7564,16 +7561,16 @@ function Wg(e, t, n, o, r, l) {
|
|
|
7564
7561
|
height: n.size,
|
|
7565
7562
|
viewBox: "0 0 24 24"
|
|
7566
7563
|
}, [
|
|
7567
|
-
p("path",
|
|
7568
|
-
n.title ? (u(), d("title",
|
|
7564
|
+
p("path", zg, [
|
|
7565
|
+
n.title ? (u(), d("title", Wg, O(n.title), 1)) : v("", !0)
|
|
7569
7566
|
])
|
|
7570
|
-
], 8,
|
|
7571
|
-
], 16,
|
|
7567
|
+
], 8, Bg))
|
|
7568
|
+
], 16, Hg);
|
|
7572
7569
|
}
|
|
7573
|
-
const Gi = /* @__PURE__ */ x(
|
|
7570
|
+
const Gi = /* @__PURE__ */ x(xg, [["render", jg]]), Gg = { class: "border overflow-hidden" }, Kg = { class: "d-flex flex-grow-1 align-items-center justify-content-between" }, Yg = { class: "d-flex gap-2" }, qg = { class: "d-flex flex-wrap justify-content-end gap-2" }, Xg = ["href"], Zg = { class: "ref-type" }, Jg = {
|
|
7574
7571
|
key: 1,
|
|
7575
7572
|
class: "type-box rounded fs-7 px-2 py-1"
|
|
7576
|
-
},
|
|
7573
|
+
}, Qg = /* @__PURE__ */ oe({
|
|
7577
7574
|
__name: "CollapsibleProperties",
|
|
7578
7575
|
props: {
|
|
7579
7576
|
href: { default: Math.random().toString(36).substring(2, 5) },
|
|
@@ -7613,7 +7610,7 @@ const Gi = /* @__PURE__ */ x(Fg, [["render", Wg]]), jg = { class: "border overfl
|
|
|
7613
7610
|
Object.keys(i.properties ?? {}).length > 0 ? {
|
|
7614
7611
|
name: "content",
|
|
7615
7612
|
fn: F(() => [
|
|
7616
|
-
p("div",
|
|
7613
|
+
p("div", Gg, [
|
|
7617
7614
|
(u(!0), d(ue, null, Ie(l(i.properties), (a, c) => (u(), j(fn, {
|
|
7618
7615
|
class: "property",
|
|
7619
7616
|
key: c,
|
|
@@ -7636,8 +7633,8 @@ const Gi = /* @__PURE__ */ x(Fg, [["render", Wg]]), jg = { class: "border overfl
|
|
|
7636
7633
|
})) : v("", !0)
|
|
7637
7634
|
]),
|
|
7638
7635
|
buttonRight: F(({ collapsed: f }) => [
|
|
7639
|
-
p("span",
|
|
7640
|
-
p("span",
|
|
7636
|
+
p("span", Kg, [
|
|
7637
|
+
p("span", Yg, [
|
|
7641
7638
|
i.showDynamic && !$(Hi)(a) ? (u(), j(le, {
|
|
7642
7639
|
key: 0,
|
|
7643
7640
|
class: "d-flex",
|
|
@@ -7669,7 +7666,7 @@ const Gi = /* @__PURE__ */ x(Fg, [["render", Wg]]), jg = { class: "border overfl
|
|
|
7669
7666
|
_: 1
|
|
7670
7667
|
})) : v("", !0)
|
|
7671
7668
|
]),
|
|
7672
|
-
p("span",
|
|
7669
|
+
p("span", qg, [
|
|
7673
7670
|
(u(!0), d(ue, null, Ie($(It)(a).types, (g) => (u(), d(ue, { key: g }, [
|
|
7674
7671
|
g.startsWith("#") ? (u(), d("a", {
|
|
7675
7672
|
key: 0,
|
|
@@ -7678,16 +7675,16 @@ const Gi = /* @__PURE__ */ x(Fg, [["render", Wg]]), jg = { class: "border overfl
|
|
|
7678
7675
|
onClick: s[0] || (s[0] = yn(() => {
|
|
7679
7676
|
}, ["stop"]))
|
|
7680
7677
|
}, [
|
|
7681
|
-
p("span",
|
|
7678
|
+
p("span", Zg, O($(Ui)(g)), 1),
|
|
7682
7679
|
M(zi)
|
|
7683
|
-
], 8,
|
|
7680
|
+
], 8, Xg)) : (u(), d("span", Jg, O(g), 1))
|
|
7684
7681
|
], 64))), 128)),
|
|
7685
7682
|
(u(), j(qe(f ? To : Wi), { class: "arrow" }))
|
|
7686
7683
|
])
|
|
7687
7684
|
])
|
|
7688
7685
|
]),
|
|
7689
7686
|
content: F(() => [
|
|
7690
|
-
M(
|
|
7687
|
+
M(Tg, { property: a }, {
|
|
7691
7688
|
markdown: F(({ content: f }) => [
|
|
7692
7689
|
X(i.$slots, "markdown", { content: f }, void 0, !0)
|
|
7693
7690
|
]),
|
|
@@ -7702,20 +7699,20 @@ const Gi = /* @__PURE__ */ x(Fg, [["render", Wg]]), jg = { class: "border overfl
|
|
|
7702
7699
|
} : void 0
|
|
7703
7700
|
]), 1032, ["clickable-text", "href", "initially-expanded", "no-url-change"]));
|
|
7704
7701
|
}
|
|
7705
|
-
}), Jt = /* @__PURE__ */ x(
|
|
7702
|
+
}), Jt = /* @__PURE__ */ x(Qg, [["__scopeId", "data-v-a477e27c"]]), ey = { class: "d-flex flex-column gap-6" }, ty = { class: "d-flex flex-column gap-3" }, ny = {
|
|
7706
7703
|
key: 0,
|
|
7707
7704
|
class: "alert alert-info mb-2",
|
|
7708
7705
|
role: "alert"
|
|
7709
|
-
},
|
|
7706
|
+
}, oy = {
|
|
7710
7707
|
key: 1,
|
|
7711
7708
|
class: "plugin-title markdown"
|
|
7712
|
-
},
|
|
7709
|
+
}, ly = {
|
|
7713
7710
|
key: 2,
|
|
7714
7711
|
class: "markdown"
|
|
7715
|
-
},
|
|
7712
|
+
}, iy = { class: "d-flex flex-column gap-4" }, ry = { class: "d-flex flex-column gap-3" }, sy = { class: "markdown" }, ay = {
|
|
7716
7713
|
key: 0,
|
|
7717
7714
|
class: "w-100 align-self-center"
|
|
7718
|
-
},
|
|
7715
|
+
}, uy = { class: "markdown" }, cy = { class: "markdown" }, dy = { class: "markdown" }, fy = { class: "d-flex flex-column gap-7 ps-3" }, py = { class: "markdown" }, my = /* @__PURE__ */ oe({
|
|
7719
7716
|
__name: "SchemaToHtml",
|
|
7720
7717
|
props: {
|
|
7721
7718
|
schema: {},
|
|
@@ -7763,17 +7760,17 @@ type: "${o.pluginType}"
|
|
|
7763
7760
|
s(), window.addEventListener("hashchange", s);
|
|
7764
7761
|
}), Vl(() => {
|
|
7765
7762
|
window.removeEventListener("hashchange", s);
|
|
7766
|
-
}), (w, C) => (u(), d("div",
|
|
7767
|
-
p("div",
|
|
7768
|
-
w.schema.properties?.$beta ? (u(), d("div",
|
|
7763
|
+
}), (w, C) => (u(), d("div", ey, [
|
|
7764
|
+
p("div", ty, [
|
|
7765
|
+
w.schema.properties?.$beta ? (u(), d("div", ny, [...C[0] || (C[0] = [
|
|
7769
7766
|
p("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)
|
|
7770
7767
|
])])) : v("", !0),
|
|
7771
|
-
w.schema.properties?.title ? (u(), d("div",
|
|
7768
|
+
w.schema.properties?.title ? (u(), d("div", oy, [
|
|
7772
7769
|
X(w.$slots, "markdown", {
|
|
7773
7770
|
content: w.schema.properties.title.replace(/ *:(?![ /])/g, ": ")
|
|
7774
7771
|
}, void 0, !0)
|
|
7775
7772
|
])) : v("", !0),
|
|
7776
|
-
w.schema.properties?.description ? (u(), d("div",
|
|
7773
|
+
w.schema.properties?.description ? (u(), d("div", ly, [
|
|
7777
7774
|
X(w.$slots, "markdown", {
|
|
7778
7775
|
content: w.schema.properties.description.replace(/ *:(?![ /])/g, ": ")
|
|
7779
7776
|
}, void 0, !0)
|
|
@@ -7798,12 +7795,12 @@ type: "${o.pluginType}"
|
|
|
7798
7795
|
"no-url-change": w.noUrlChange
|
|
7799
7796
|
}, {
|
|
7800
7797
|
content: F(() => [
|
|
7801
|
-
p("div",
|
|
7798
|
+
p("div", iy, [
|
|
7802
7799
|
(u(!0), d(ue, null, Ie(f.value, (E, h) => (u(), d(ue, {
|
|
7803
7800
|
key: w.pluginType + "-" + h
|
|
7804
7801
|
}, [
|
|
7805
|
-
p("div",
|
|
7806
|
-
p("div",
|
|
7802
|
+
p("div", ry, [
|
|
7803
|
+
p("div", sy, [
|
|
7807
7804
|
E.title ? X(w.$slots, "markdown", {
|
|
7808
7805
|
key: 0,
|
|
7809
7806
|
content: E.title.replace(/ *:(?![ /])/g, ": ")
|
|
@@ -7817,7 +7814,7 @@ type: "${o.pluginType}"
|
|
|
7817
7814
|
code: a(E)
|
|
7818
7815
|
}, null, 8, ["highlighter", "language", "code"])) : v("", !0)
|
|
7819
7816
|
]),
|
|
7820
|
-
h < f.value.length - 1 ? (u(), d("hr",
|
|
7817
|
+
h < f.value.length - 1 ? (u(), d("hr", ay)) : v("", !0)
|
|
7821
7818
|
], 64))), 128))
|
|
7822
7819
|
])
|
|
7823
7820
|
]),
|
|
@@ -7834,7 +7831,7 @@ type: "${o.pluginType}"
|
|
|
7834
7831
|
"no-url-change": w.noUrlChange
|
|
7835
7832
|
}, {
|
|
7836
7833
|
markdown: F(({ content: E }) => [
|
|
7837
|
-
p("div",
|
|
7834
|
+
p("div", uy, [
|
|
7838
7835
|
X(w.$slots, "markdown", { content: E }, void 0, !0)
|
|
7839
7836
|
])
|
|
7840
7837
|
]),
|
|
@@ -7850,7 +7847,7 @@ type: "${o.pluginType}"
|
|
|
7850
7847
|
"no-url-change": w.noUrlChange
|
|
7851
7848
|
}, {
|
|
7852
7849
|
markdown: F(({ content: E }) => [
|
|
7853
|
-
p("div",
|
|
7850
|
+
p("div", cy, [
|
|
7854
7851
|
X(w.$slots, "markdown", { content: E }, void 0, !0)
|
|
7855
7852
|
])
|
|
7856
7853
|
]),
|
|
@@ -7866,7 +7863,7 @@ type: "${o.pluginType}"
|
|
|
7866
7863
|
"no-url-change": w.noUrlChange
|
|
7867
7864
|
}, {
|
|
7868
7865
|
markdown: F(({ content: E }) => [
|
|
7869
|
-
p("div",
|
|
7866
|
+
p("div", dy, [
|
|
7870
7867
|
X(w.$slots, "markdown", { content: E }, void 0, !0)
|
|
7871
7868
|
])
|
|
7872
7869
|
]),
|
|
@@ -7881,7 +7878,7 @@ type: "${o.pluginType}"
|
|
|
7881
7878
|
"no-url-change": w.noUrlChange
|
|
7882
7879
|
}, {
|
|
7883
7880
|
content: F(() => [
|
|
7884
|
-
p("div",
|
|
7881
|
+
p("div", fy, [
|
|
7885
7882
|
(u(!0), d(ue, null, Ie(Object.entries(w.schema.definitions), ([E, h]) => (u(), j(Jt, {
|
|
7886
7883
|
properties: h.properties,
|
|
7887
7884
|
"section-name": h.title ?? E.split("_")[0],
|
|
@@ -7896,7 +7893,7 @@ type: "${o.pluginType}"
|
|
|
7896
7893
|
"no-url-change": w.noUrlChange
|
|
7897
7894
|
}, {
|
|
7898
7895
|
markdown: F(({ content: b }) => [
|
|
7899
|
-
p("div",
|
|
7896
|
+
p("div", py, [
|
|
7900
7897
|
X(w.$slots, "markdown", { content: b }, void 0, !0)
|
|
7901
7898
|
])
|
|
7902
7899
|
]),
|
|
@@ -7909,7 +7906,7 @@ type: "${o.pluginType}"
|
|
|
7909
7906
|
]))
|
|
7910
7907
|
]));
|
|
7911
7908
|
}
|
|
7912
|
-
}), A_ = /* @__PURE__ */ x(
|
|
7909
|
+
}), A_ = /* @__PURE__ */ x(my, [["__scopeId", "data-v-af023a1d"]]), hy = { key: 0 }, gy = { class: "type-box rounded fs-7 px-2 py-1" }, yy = { key: 1 }, _y = { class: "border rounded px-2 py-1" }, vy = { key: 2 }, Ey = { class: "border rounded px-2 py-1" }, by = { key: 3 }, Cy = { class: "border rounded px-2 py-1" }, ky = { key: 4 }, wy = { class: "border rounded px-2 py-1" }, Sy = { key: 5 }, Ly = { class: "border rounded px-2 py-1" }, Ty = { key: 6 }, Ny = { class: "border rounded px-2 py-1" }, Iy = { key: 7 }, Ay = { class: "border rounded px-2 py-1" }, $y = { key: 8 }, Oy = { class: "border rounded px-2 py-1" }, Dy = { key: 9 }, Ry = { class: "border rounded px-2 py-1" }, Py = { key: 10 }, My = { class: "border rounded px-2 py-1" }, Vy = { key: 11 }, Uy = { class: "border rounded px-2 py-1" }, Fy = { key: 12 }, xy = { class: "border rounded px-2 py-1" }, Hy = { key: 13 }, By = { class: "values-wrapper d-flex flex-wrap justify-content-end gap-7 p-0" }, zy = /* @__PURE__ */ oe({
|
|
7913
7910
|
__name: "PropertyMeta",
|
|
7914
7911
|
props: {
|
|
7915
7912
|
property: {},
|
|
@@ -7918,61 +7915,61 @@ type: "${o.pluginType}"
|
|
|
7918
7915
|
},
|
|
7919
7916
|
setup(e) {
|
|
7920
7917
|
return (t, n) => (u(), d(ue, null, [
|
|
7921
|
-
t.subtype && !t.subtype.startsWith("#") ? (u(), d("div",
|
|
7918
|
+
t.subtype && !t.subtype.startsWith("#") ? (u(), d("div", hy, [
|
|
7922
7919
|
n[0] || (n[0] = p("span", null, "SubType", -1)),
|
|
7923
|
-
p("span",
|
|
7920
|
+
p("span", gy, O(t.subtype), 1)
|
|
7924
7921
|
])) : v("", !0),
|
|
7925
|
-
t.property.default !== void 0 ? (u(), d("div",
|
|
7922
|
+
t.property.default !== void 0 ? (u(), d("div", yy, [
|
|
7926
7923
|
n[1] || (n[1] = p("span", null, "Default", -1)),
|
|
7927
|
-
p("code",
|
|
7924
|
+
p("code", _y, O(t.property.default), 1)
|
|
7928
7925
|
])) : v("", !0),
|
|
7929
|
-
t.property.pattern !== void 0 ? (u(), d("div",
|
|
7926
|
+
t.property.pattern !== void 0 ? (u(), d("div", vy, [
|
|
7930
7927
|
n[2] || (n[2] = p("span", null, "Validation RegExp", -1)),
|
|
7931
|
-
p("code",
|
|
7928
|
+
p("code", Ey, O(t.property.pattern), 1)
|
|
7932
7929
|
])) : v("", !0),
|
|
7933
|
-
t.property.unit !== void 0 && t.property.unit.trim().length > 0 ? (u(), d("div",
|
|
7930
|
+
t.property.unit !== void 0 && t.property.unit.trim().length > 0 ? (u(), d("div", by, [
|
|
7934
7931
|
n[3] || (n[3] = p("span", null, "Unit", -1)),
|
|
7935
|
-
p("code",
|
|
7932
|
+
p("code", Cy, O(t.property.unit), 1)
|
|
7936
7933
|
])) : v("", !0),
|
|
7937
|
-
t.property.minLength !== void 0 ? (u(), d("div",
|
|
7934
|
+
t.property.minLength !== void 0 ? (u(), d("div", ky, [
|
|
7938
7935
|
n[4] || (n[4] = p("span", null, "Min length", -1)),
|
|
7939
|
-
p("code",
|
|
7936
|
+
p("code", wy, O(t.property.minLength), 1)
|
|
7940
7937
|
])) : v("", !0),
|
|
7941
|
-
t.property.maxLength !== void 0 ? (u(), d("div",
|
|
7938
|
+
t.property.maxLength !== void 0 ? (u(), d("div", Sy, [
|
|
7942
7939
|
n[5] || (n[5] = p("span", null, "Max length", -1)),
|
|
7943
|
-
p("code",
|
|
7940
|
+
p("code", Ly, O(t.property.maxLength), 1)
|
|
7944
7941
|
])) : v("", !0),
|
|
7945
|
-
t.property.minItems !== void 0 ? (u(), d("div",
|
|
7942
|
+
t.property.minItems !== void 0 ? (u(), d("div", Ty, [
|
|
7946
7943
|
n[6] || (n[6] = p("span", null, "Min items", -1)),
|
|
7947
|
-
p("code",
|
|
7944
|
+
p("code", Ny, O(t.property.minItems), 1)
|
|
7948
7945
|
])) : v("", !0),
|
|
7949
|
-
t.property.maxItems !== void 0 ? (u(), d("div",
|
|
7946
|
+
t.property.maxItems !== void 0 ? (u(), d("div", Iy, [
|
|
7950
7947
|
n[7] || (n[7] = p("span", null, "Max items", -1)),
|
|
7951
|
-
p("code",
|
|
7948
|
+
p("code", Ay, O(t.property.maxItems), 1)
|
|
7952
7949
|
])) : v("", !0),
|
|
7953
|
-
t.property.minimum !== void 0 ? (u(), d("div",
|
|
7950
|
+
t.property.minimum !== void 0 ? (u(), d("div", $y, [
|
|
7954
7951
|
n[8] || (n[8] = p("span", null, "Minimum", -1)),
|
|
7955
|
-
p("code",
|
|
7952
|
+
p("code", Oy, ">= " + O(t.property.minimum), 1)
|
|
7956
7953
|
])) : v("", !0),
|
|
7957
|
-
t.property.exclusiveMinimum !== void 0 ? (u(), d("div",
|
|
7954
|
+
t.property.exclusiveMinimum !== void 0 ? (u(), d("div", Dy, [
|
|
7958
7955
|
n[9] || (n[9] = p("span", null, "Minimum", -1)),
|
|
7959
|
-
p("code",
|
|
7956
|
+
p("code", Ry, "> " + O(t.property.minimum), 1)
|
|
7960
7957
|
])) : v("", !0),
|
|
7961
|
-
t.property.maximum !== void 0 ? (u(), d("div",
|
|
7958
|
+
t.property.maximum !== void 0 ? (u(), d("div", Py, [
|
|
7962
7959
|
n[10] || (n[10] = p("span", null, "Maximum", -1)),
|
|
7963
|
-
p("code",
|
|
7960
|
+
p("code", My, "<= " + O(t.property.maximum), 1)
|
|
7964
7961
|
])) : v("", !0),
|
|
7965
|
-
t.property.exclusiveMaximum !== void 0 ? (u(), d("div",
|
|
7962
|
+
t.property.exclusiveMaximum !== void 0 ? (u(), d("div", Vy, [
|
|
7966
7963
|
n[11] || (n[11] = p("span", null, "Maximum", -1)),
|
|
7967
|
-
p("code",
|
|
7964
|
+
p("code", Uy, "< " + O(t.property.maximum), 1)
|
|
7968
7965
|
])) : v("", !0),
|
|
7969
|
-
t.property.format !== void 0 ? (u(), d("div",
|
|
7966
|
+
t.property.format !== void 0 ? (u(), d("div", Fy, [
|
|
7970
7967
|
n[12] || (n[12] = p("span", null, "Format", -1)),
|
|
7971
|
-
p("code",
|
|
7968
|
+
p("code", xy, O(t.property.format), 1)
|
|
7972
7969
|
])) : v("", !0),
|
|
7973
|
-
t.enumValues !== void 0 ? (u(), d("div",
|
|
7970
|
+
t.enumValues !== void 0 ? (u(), d("div", Hy, [
|
|
7974
7971
|
n[13] || (n[13] = p("span", null, "Possible Values", -1)),
|
|
7975
|
-
p("div",
|
|
7972
|
+
p("div", By, [
|
|
7976
7973
|
(u(!0), d(ue, null, Ie(t.enumValues, (o, r) => (u(), d("code", {
|
|
7977
7974
|
class: "border rounded px-2 py-1",
|
|
7978
7975
|
key: r
|
|
@@ -7981,7 +7978,7 @@ type: "${o.pluginType}"
|
|
|
7981
7978
|
])) : v("", !0)
|
|
7982
7979
|
], 64));
|
|
7983
7980
|
}
|
|
7984
|
-
}), Ki = /* @__PURE__ */ x(
|
|
7981
|
+
}), Ki = /* @__PURE__ */ x(zy, [["__scopeId", "data-v-2d5ac2ae"]]), Wy = { class: "d-flex flex-grow-1 align-items-center" }, jy = /* @__PURE__ */ oe({
|
|
7985
7982
|
__name: "PropertyBadges",
|
|
7986
7983
|
props: {
|
|
7987
7984
|
property: {},
|
|
@@ -7992,7 +7989,7 @@ type: "${o.pluginType}"
|
|
|
7992
7989
|
function t(n) {
|
|
7993
7990
|
return It(n).types.filter((r) => !r.startsWith("#"));
|
|
7994
7991
|
}
|
|
7995
|
-
return (n, o) => (u(), d("span",
|
|
7992
|
+
return (n, o) => (u(), d("span", Wy, [
|
|
7996
7993
|
p("span", {
|
|
7997
7994
|
class: te(["d-flex gap-2 flex-wrap align-items-center", n.sectionClass])
|
|
7998
7995
|
}, [
|
|
@@ -8043,13 +8040,13 @@ type: "${o.pluginType}"
|
|
|
8043
8040
|
], 2)
|
|
8044
8041
|
]));
|
|
8045
8042
|
}
|
|
8046
|
-
}), Yi = /* @__PURE__ */ x(
|
|
8043
|
+
}), Yi = /* @__PURE__ */ x(jy, [["__scopeId", "data-v-f088032b"]]), Gy = { class: "def-content" }, Ky = { class: "d-flex align-items-center justify-content-between gap-2" }, Yy = {
|
|
8047
8044
|
key: 0,
|
|
8048
8045
|
class: "property-desc mt-2"
|
|
8049
|
-
},
|
|
8046
|
+
}, qy = {
|
|
8050
8047
|
key: 1,
|
|
8051
8048
|
class: "mt-3 nested-defs"
|
|
8052
|
-
},
|
|
8049
|
+
}, Xy = /* @__PURE__ */ oe({
|
|
8053
8050
|
__name: "DefinitionCollapsible",
|
|
8054
8051
|
props: {
|
|
8055
8052
|
definition: {},
|
|
@@ -8080,12 +8077,12 @@ type: "${o.pluginType}"
|
|
|
8080
8077
|
"no-url-change": ""
|
|
8081
8078
|
}, {
|
|
8082
8079
|
content: F(() => [
|
|
8083
|
-
p("div",
|
|
8080
|
+
p("div", Gy, [
|
|
8084
8081
|
(u(!0), d(ue, null, Ie(s.definition.properties, (f, g) => (u(), d("div", {
|
|
8085
8082
|
key: g,
|
|
8086
8083
|
class: "def-property"
|
|
8087
8084
|
}, [
|
|
8088
|
-
p("div",
|
|
8085
|
+
p("div", Ky, [
|
|
8089
8086
|
p("span", null, O(g), 1),
|
|
8090
8087
|
M(Yi, {
|
|
8091
8088
|
property: f,
|
|
@@ -8098,7 +8095,7 @@ type: "${o.pluginType}"
|
|
|
8098
8095
|
subtype: o(f),
|
|
8099
8096
|
"enum-values": r(f)
|
|
8100
8097
|
}, null, 8, ["property", "subtype", "enum-values"]),
|
|
8101
|
-
f.title !== void 0 || f.description !== void 0 ? (u(), d("div",
|
|
8098
|
+
f.title !== void 0 || f.description !== void 0 ? (u(), d("div", Yy, [
|
|
8102
8099
|
f.title ? X(s.$slots, "markdown", {
|
|
8103
8100
|
key: 0,
|
|
8104
8101
|
content: $(n)(f.title)
|
|
@@ -8108,7 +8105,7 @@ type: "${o.pluginType}"
|
|
|
8108
8105
|
content: $(n)(f.description)
|
|
8109
8106
|
}, void 0, !0) : v("", !0)
|
|
8110
8107
|
])) : v("", !0),
|
|
8111
|
-
s.depth < s.maxDepth && l(f).length ? (u(), d("div",
|
|
8108
|
+
s.depth < s.maxDepth && l(f).length ? (u(), d("div", qy, [
|
|
8112
8109
|
(u(!0), d(ue, null, Ie(l(f), (_) => (u(), j(c, {
|
|
8113
8110
|
key: `${s.definition.key}-${_.key}`,
|
|
8114
8111
|
definition: _,
|
|
@@ -8130,10 +8127,10 @@ type: "${o.pluginType}"
|
|
|
8130
8127
|
}, 8, ["title", "href", "class"]);
|
|
8131
8128
|
};
|
|
8132
8129
|
}
|
|
8133
|
-
}),
|
|
8130
|
+
}), Zy = /* @__PURE__ */ x(Xy, [["__scopeId", "data-v-577c29ff"]]), Jy = { class: "property-detail" }, Qy = { key: 0 }, e0 = { class: "property-description markdown" }, t0 = { key: 2 }, n0 = {
|
|
8134
8131
|
key: 3,
|
|
8135
8132
|
class: "mt-3"
|
|
8136
|
-
},
|
|
8133
|
+
}, o0 = /* @__PURE__ */ oe({
|
|
8137
8134
|
__name: "PropertyDetailV2",
|
|
8138
8135
|
props: {
|
|
8139
8136
|
property: {},
|
|
@@ -8151,14 +8148,14 @@ type: "${o.pluginType}"
|
|
|
8151
8148
|
const s = new Set(t.visitedKeys);
|
|
8152
8149
|
return r.value.forEach((a) => s.add(a.key)), s;
|
|
8153
8150
|
}), i = ao;
|
|
8154
|
-
return (s, a) => (u(), d("div",
|
|
8151
|
+
return (s, a) => (u(), d("div", Jy, [
|
|
8155
8152
|
M(Ki, {
|
|
8156
8153
|
property: s.property,
|
|
8157
8154
|
subtype: n.value,
|
|
8158
8155
|
"enum-values": o.value
|
|
8159
8156
|
}, null, 8, ["property", "subtype", "enum-values"]),
|
|
8160
|
-
s.property.title !== void 0 || s.property.description !== void 0 || s.depth < s.maxDepth && r.value.length > 0 ? (u(), d("div",
|
|
8161
|
-
p("div",
|
|
8157
|
+
s.property.title !== void 0 || s.property.description !== void 0 || s.depth < s.maxDepth && r.value.length > 0 ? (u(), d("div", Qy, [
|
|
8158
|
+
p("div", e0, [
|
|
8162
8159
|
s.property.title !== void 0 ? X(s.$slots, "markdown", {
|
|
8163
8160
|
key: 0,
|
|
8164
8161
|
content: $(i)(s.property.title)
|
|
@@ -8167,7 +8164,7 @@ type: "${o.pluginType}"
|
|
|
8167
8164
|
key: 1,
|
|
8168
8165
|
content: $(i)(s.property.description)
|
|
8169
8166
|
}, void 0, !0) : v("", !0),
|
|
8170
|
-
s.property.$internalStorageURI ? (u(), d("div",
|
|
8167
|
+
s.property.$internalStorageURI ? (u(), d("div", t0, [
|
|
8171
8168
|
M(Bi, { type: "info" }, {
|
|
8172
8169
|
default: F(() => [
|
|
8173
8170
|
X(s.$slots, "markdown", { content: "Pebble expression referencing an Internal Storage URI e.g. `{{ outputs.mytask.uri }}`." }, void 0, !0)
|
|
@@ -8175,9 +8172,9 @@ type: "${o.pluginType}"
|
|
|
8175
8172
|
_: 3
|
|
8176
8173
|
})
|
|
8177
8174
|
])) : v("", !0),
|
|
8178
|
-
s.depth < s.maxDepth && r.value.length > 0 ? (u(), d("div",
|
|
8175
|
+
s.depth < s.maxDepth && r.value.length > 0 ? (u(), d("div", n0, [
|
|
8179
8176
|
a[0] || (a[0] = p("div", { class: "definitions-header" }, " Definitions ", -1)),
|
|
8180
|
-
(u(!0), d(ue, null, Ie(r.value, (c) => (u(), j(
|
|
8177
|
+
(u(!0), d(ue, null, Ie(r.value, (c) => (u(), j(Zy, {
|
|
8181
8178
|
key: `${c.key}-${s.depth}`,
|
|
8182
8179
|
definition: c,
|
|
8183
8180
|
definitions: s.definitions,
|
|
@@ -8196,7 +8193,7 @@ type: "${o.pluginType}"
|
|
|
8196
8193
|
])) : v("", !0)
|
|
8197
8194
|
]));
|
|
8198
8195
|
}
|
|
8199
|
-
}),
|
|
8196
|
+
}), l0 = /* @__PURE__ */ x(o0, [["__scopeId", "data-v-023aa8d8"]]), i0 = { class: "border overflow-hidden" }, r0 = /* @__PURE__ */ oe({
|
|
8200
8197
|
__name: "CollapsiblePropertiesV2",
|
|
8201
8198
|
props: {
|
|
8202
8199
|
href: { default: Math.random().toString(36).substring(2, 5) },
|
|
@@ -8240,7 +8237,7 @@ type: "${o.pluginType}"
|
|
|
8240
8237
|
Object.keys(s.properties ?? {}).length > 0 ? {
|
|
8241
8238
|
name: "content",
|
|
8242
8239
|
fn: F(() => [
|
|
8243
|
-
p("div",
|
|
8240
|
+
p("div", i0, [
|
|
8244
8241
|
(u(!0), d(ue, null, Ie(i(s.properties), (c, f) => (u(), j(pn, {
|
|
8245
8242
|
class: te(["property", r.value]),
|
|
8246
8243
|
key: f,
|
|
@@ -8256,7 +8253,7 @@ type: "${o.pluginType}"
|
|
|
8256
8253
|
}, null, 8, ["property", "show-dynamic"])
|
|
8257
8254
|
]),
|
|
8258
8255
|
content: F(() => [
|
|
8259
|
-
M(
|
|
8256
|
+
M(l0, {
|
|
8260
8257
|
property: c,
|
|
8261
8258
|
definitions: s.definitions,
|
|
8262
8259
|
section: s.sectionName.toLowerCase()
|
|
@@ -8275,15 +8272,12 @@ type: "${o.pluginType}"
|
|
|
8275
8272
|
} : void 0
|
|
8276
8273
|
]), 1032, ["title", "href", "initially-expanded", "no-url-change"]));
|
|
8277
8274
|
}
|
|
8278
|
-
}), Hn = /* @__PURE__ */ x(
|
|
8275
|
+
}), Hn = /* @__PURE__ */ x(r0, [["__scopeId", "data-v-a2ba9447"]]), s0 = { class: "d-flex flex-column gap-6" }, a0 = { class: "d-flex flex-column" }, u0 = {
|
|
8279
8276
|
key: 0,
|
|
8280
8277
|
class: "alert alert-info mb-2",
|
|
8281
8278
|
role: "alert"
|
|
8282
|
-
}, u0 = {
|
|
8283
|
-
key: 1,
|
|
8284
|
-
class: "plugin-title markdown"
|
|
8285
8279
|
}, c0 = {
|
|
8286
|
-
key:
|
|
8280
|
+
key: 1,
|
|
8287
8281
|
class: "markdown"
|
|
8288
8282
|
}, d0 = { class: "d-flex flex-column gap-4" }, f0 = { class: "d-flex flex-column" }, p0 = { class: "markdown" }, m0 = {
|
|
8289
8283
|
key: 0,
|
|
@@ -8307,16 +8301,11 @@ type: "${o.pluginType}"
|
|
|
8307
8301
|
)), { getHighlighterCore: a } = ([t, n] = nn(() => import("./shikiToolset-CQ31F75R.js")), t = await t, n(), t);
|
|
8308
8302
|
l.value = ([t, n] = nn(() => a()), t = await t, n(), t);
|
|
8309
8303
|
const c = "github-" + (o.darkMode ? "dark" : "light");
|
|
8310
|
-
return (f, g) => (u(), d("div",
|
|
8311
|
-
p("div",
|
|
8312
|
-
f.schema.properties?.$beta ? (u(), d("div",
|
|
8304
|
+
return (f, g) => (u(), d("div", s0, [
|
|
8305
|
+
p("div", a0, [
|
|
8306
|
+
f.schema.properties?.$beta ? (u(), d("div", u0, [...g[0] || (g[0] = [
|
|
8313
8307
|
p("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)
|
|
8314
8308
|
])])) : v("", !0),
|
|
8315
|
-
f.schema.properties?.title ? (u(), d("div", u0, [
|
|
8316
|
-
X(f.$slots, "markdown", {
|
|
8317
|
-
content: f.schema.properties.title.replace(/ *:(?![ /])/g, ": ")
|
|
8318
|
-
}, void 0, !0)
|
|
8319
|
-
])) : v("", !0),
|
|
8320
8309
|
f.schema.properties?.description ? (u(), d("div", c0, [
|
|
8321
8310
|
X(f.$slots, "markdown", {
|
|
8322
8311
|
content: f.schema.properties.description.replace(/ *:(?![ /])/g, ": ")
|
|
@@ -8422,7 +8411,7 @@ type: "${o.pluginType}"
|
|
|
8422
8411
|
]))
|
|
8423
8412
|
]));
|
|
8424
8413
|
}
|
|
8425
|
-
}), $_ = /* @__PURE__ */ x(_0, [["__scopeId", "data-v-
|
|
8414
|
+
}), $_ = /* @__PURE__ */ x(_0, [["__scopeId", "data-v-1fe47a0f"]]), v0 = { class: "d-flex flex-column gap-4" }, E0 = {
|
|
8426
8415
|
key: 0,
|
|
8427
8416
|
class: "pb-2"
|
|
8428
8417
|
}, b0 = { class: "row g-4 last" }, C0 = ["id"], k0 = { class: "row g-4 last" }, w0 = {
|
|
@@ -8449,7 +8438,7 @@ type: "${o.pluginType}"
|
|
|
8449
8438
|
},
|
|
8450
8439
|
emits: ["navigate"],
|
|
8451
8440
|
setup(e, { emit: t }) {
|
|
8452
|
-
const n = e, o = (N) => n.metadataMap?.[N.subGroup ?? N.group], r = (N) => o(N)?.description ?? N.description, l = (N) => o(N)?.title ?? N.title ?? ot(N), i = U(() => n.plugins.find((N) => n.subGroup === void 0 ? !0 :
|
|
8441
|
+
const n = e, o = (N) => n.metadataMap?.[N.subGroup ?? N.group], r = (N) => o(N)?.description ?? N.description, l = (N) => o(N)?.title ?? N.title ?? ot(N), i = U(() => n.plugins.find((N) => n.subGroup === void 0 ? !0 : Fe(ot(N)) === n.subGroup)), s = U(() => i.value?.longDescription ?? i.value?.description), a = U(() => n.plugins.filter((N) => N.name.toLowerCase() === n.pluginName.toLowerCase() && N.subGroup !== void 0)), c = (N) => {
|
|
8453
8442
|
let P = N.split(".");
|
|
8454
8443
|
return P?.[P.length - 1];
|
|
8455
8444
|
}, f = (N) => `${n.routePath}/${N}`;
|
|
@@ -8468,16 +8457,16 @@ type: "${o.pluginType}"
|
|
|
8468
8457
|
key: $(ot)(L)
|
|
8469
8458
|
}, [
|
|
8470
8459
|
M(uh, {
|
|
8471
|
-
id: $(
|
|
8460
|
+
id: $(Fe)($(ot)(L)),
|
|
8472
8461
|
"icon-b64-svg": "data:image/svg+xml;base64," + (N.icons[L.subGroup] ?? N.icons[L.group]),
|
|
8473
8462
|
text: l(L),
|
|
8474
8463
|
description: r(L),
|
|
8475
|
-
href: `${N.routePath}/${$(
|
|
8464
|
+
href: `${N.routePath}/${$(Fe)($(ot)(L))}`,
|
|
8476
8465
|
"route-path": N.routePath,
|
|
8477
8466
|
"plugin-group": L.group ?? L.name,
|
|
8478
8467
|
"total-count": g(L),
|
|
8479
|
-
"blueprints-count": n.subgroupBlueprintCounts?.[`${$(
|
|
8480
|
-
"is-active": N.activeId === $(
|
|
8468
|
+
"blueprints-count": n.subgroupBlueprintCounts?.[`${$(Fe)(L.group ?? L.name)}-${$(Fe)($(ot)(L))}`] ?? 0,
|
|
8469
|
+
"is-active": N.activeId?.toLowerCase() === $(Fe)($(ot)(L)),
|
|
8481
8470
|
class: "text-capitalize h-100",
|
|
8482
8471
|
onNavigate: P[0] || (P[0] = (K) => T("navigate", K))
|
|
8483
8472
|
}, null, 8, ["id", "icon-b64-svg", "text", "description", "href", "route-path", "plugin-group", "total-count", "blueprints-count", "is-active"])
|
|
@@ -8488,23 +8477,22 @@ type: "${o.pluginType}"
|
|
|
8488
8477
|
key: K
|
|
8489
8478
|
}, [
|
|
8490
8479
|
p("h4", {
|
|
8491
|
-
id: `section-${$(
|
|
8480
|
+
id: `section-${$(Fe)(K)}`,
|
|
8492
8481
|
class: "text-capitalize"
|
|
8493
8482
|
}, O(K), 9, C0),
|
|
8494
8483
|
p("div", k0, [
|
|
8495
|
-
(u(!0), d(ue, null, Ie(L, (
|
|
8484
|
+
(u(!0), d(ue, null, Ie(L, (Q) => (u(), d("div", {
|
|
8496
8485
|
class: "col-md-4 col-lg-6 col-xl-6 col-xxl-4",
|
|
8497
|
-
key:
|
|
8486
|
+
key: Q
|
|
8498
8487
|
}, [
|
|
8499
|
-
M(
|
|
8500
|
-
id: $(
|
|
8501
|
-
"icon-b64-svg": "data:image/svg+xml;base64," + (N.icons[
|
|
8502
|
-
text: c(
|
|
8503
|
-
"plugin-class":
|
|
8504
|
-
href: f(
|
|
8488
|
+
M(_h, {
|
|
8489
|
+
id: $(Fe)(Q),
|
|
8490
|
+
"icon-b64-svg": "data:image/svg+xml;base64," + (N.icons[Q] ?? N.icons[i.value.subGroup ?? i.value.group] ?? N.icons[i.value.group]),
|
|
8491
|
+
text: c(Q),
|
|
8492
|
+
"plugin-class": Q,
|
|
8493
|
+
href: f(Q),
|
|
8505
8494
|
"route-path": N.routePath,
|
|
8506
|
-
|
|
8507
|
-
title: N.schemas?.[J]?.title,
|
|
8495
|
+
title: N.schemas?.[Q]?.title,
|
|
8508
8496
|
class: "h-100",
|
|
8509
8497
|
onNavigate: P[1] || (P[1] = (pe) => T("navigate", pe))
|
|
8510
8498
|
}, {
|
|
@@ -8512,7 +8500,7 @@ type: "${o.pluginType}"
|
|
|
8512
8500
|
X(N.$slots, "markdown", { content: pe }, void 0, !0)
|
|
8513
8501
|
]),
|
|
8514
8502
|
_: 3
|
|
8515
|
-
}, 8, ["id", "icon-b64-svg", "text", "plugin-class", "href", "route-path", "
|
|
8503
|
+
}, 8, ["id", "icon-b64-svg", "text", "plugin-class", "href", "route-path", "title"])
|
|
8516
8504
|
]))), 128))
|
|
8517
8505
|
])
|
|
8518
8506
|
]))), 128)) : v("", !0),
|
|
@@ -8546,7 +8534,7 @@ type: "${o.pluginType}"
|
|
|
8546
8534
|
])) : v("", !0)
|
|
8547
8535
|
]));
|
|
8548
8536
|
}
|
|
8549
|
-
}), O_ = /* @__PURE__ */ x(T0, [["__scopeId", "data-v-
|
|
8537
|
+
}), O_ = /* @__PURE__ */ x(T0, [["__scopeId", "data-v-535305bd"]]), N0 = /"(?:_|\\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*:/, I0 = /"(?: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*:/, A0 = /^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;
|
|
8550
8538
|
function $0(e, t) {
|
|
8551
8539
|
if (e === "__proto__" || e === "constructor" && t && typeof t == "object" && "prototype" in t) {
|
|
8552
8540
|
O0(e);
|
|
@@ -8692,13 +8680,13 @@ De.prototype.property = "";
|
|
|
8692
8680
|
De.prototype.spaceSeparated = !1;
|
|
8693
8681
|
De.prototype.space = void 0;
|
|
8694
8682
|
let F0 = 0;
|
|
8695
|
-
const
|
|
8683
|
+
const J = _t(), be = _t(), lo = _t(), R = _t(), fe = _t(), wt = _t(), Pe = _t();
|
|
8696
8684
|
function _t() {
|
|
8697
8685
|
return 2 ** ++F0;
|
|
8698
8686
|
}
|
|
8699
8687
|
const io = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8700
8688
|
__proto__: null,
|
|
8701
|
-
boolean:
|
|
8689
|
+
boolean: J,
|
|
8702
8690
|
booleanish: be,
|
|
8703
8691
|
commaOrSpaceSeparated: Pe,
|
|
8704
8692
|
commaSeparated: wt,
|
|
@@ -8827,38 +8815,38 @@ const x0 = At({
|
|
|
8827
8815
|
accessKey: fe,
|
|
8828
8816
|
action: null,
|
|
8829
8817
|
allow: null,
|
|
8830
|
-
allowFullScreen:
|
|
8831
|
-
allowPaymentRequest:
|
|
8832
|
-
allowUserMedia:
|
|
8818
|
+
allowFullScreen: J,
|
|
8819
|
+
allowPaymentRequest: J,
|
|
8820
|
+
allowUserMedia: J,
|
|
8833
8821
|
alt: null,
|
|
8834
8822
|
as: null,
|
|
8835
|
-
async:
|
|
8823
|
+
async: J,
|
|
8836
8824
|
autoCapitalize: null,
|
|
8837
8825
|
autoComplete: fe,
|
|
8838
|
-
autoFocus:
|
|
8839
|
-
autoPlay:
|
|
8826
|
+
autoFocus: J,
|
|
8827
|
+
autoPlay: J,
|
|
8840
8828
|
blocking: fe,
|
|
8841
8829
|
capture: null,
|
|
8842
8830
|
charSet: null,
|
|
8843
|
-
checked:
|
|
8831
|
+
checked: J,
|
|
8844
8832
|
cite: null,
|
|
8845
8833
|
className: fe,
|
|
8846
8834
|
cols: R,
|
|
8847
8835
|
colSpan: null,
|
|
8848
8836
|
content: null,
|
|
8849
8837
|
contentEditable: be,
|
|
8850
|
-
controls:
|
|
8838
|
+
controls: J,
|
|
8851
8839
|
controlsList: fe,
|
|
8852
8840
|
coords: R | wt,
|
|
8853
8841
|
crossOrigin: null,
|
|
8854
8842
|
data: null,
|
|
8855
8843
|
dateTime: null,
|
|
8856
8844
|
decoding: null,
|
|
8857
|
-
default:
|
|
8858
|
-
defer:
|
|
8845
|
+
default: J,
|
|
8846
|
+
defer: J,
|
|
8859
8847
|
dir: null,
|
|
8860
8848
|
dirName: null,
|
|
8861
|
-
disabled:
|
|
8849
|
+
disabled: J,
|
|
8862
8850
|
download: lo,
|
|
8863
8851
|
draggable: be,
|
|
8864
8852
|
encType: null,
|
|
@@ -8868,7 +8856,7 @@ const x0 = At({
|
|
|
8868
8856
|
formAction: null,
|
|
8869
8857
|
formEncType: null,
|
|
8870
8858
|
formMethod: null,
|
|
8871
|
-
formNoValidate:
|
|
8859
|
+
formNoValidate: J,
|
|
8872
8860
|
formTarget: null,
|
|
8873
8861
|
headers: fe,
|
|
8874
8862
|
height: R,
|
|
@@ -8881,15 +8869,15 @@ const x0 = At({
|
|
|
8881
8869
|
id: null,
|
|
8882
8870
|
imageSizes: null,
|
|
8883
8871
|
imageSrcSet: null,
|
|
8884
|
-
inert:
|
|
8872
|
+
inert: J,
|
|
8885
8873
|
inputMode: null,
|
|
8886
8874
|
integrity: null,
|
|
8887
8875
|
is: null,
|
|
8888
|
-
isMap:
|
|
8876
|
+
isMap: J,
|
|
8889
8877
|
itemId: null,
|
|
8890
8878
|
itemProp: fe,
|
|
8891
8879
|
itemRef: fe,
|
|
8892
|
-
itemScope:
|
|
8880
|
+
itemScope: J,
|
|
8893
8881
|
itemType: fe,
|
|
8894
8882
|
kind: null,
|
|
8895
8883
|
label: null,
|
|
@@ -8897,7 +8885,7 @@ const x0 = At({
|
|
|
8897
8885
|
language: null,
|
|
8898
8886
|
list: null,
|
|
8899
8887
|
loading: null,
|
|
8900
|
-
loop:
|
|
8888
|
+
loop: J,
|
|
8901
8889
|
low: R,
|
|
8902
8890
|
manifest: null,
|
|
8903
8891
|
max: null,
|
|
@@ -8906,12 +8894,12 @@ const x0 = At({
|
|
|
8906
8894
|
method: null,
|
|
8907
8895
|
min: null,
|
|
8908
8896
|
minLength: R,
|
|
8909
|
-
multiple:
|
|
8910
|
-
muted:
|
|
8897
|
+
multiple: J,
|
|
8898
|
+
muted: J,
|
|
8911
8899
|
name: null,
|
|
8912
8900
|
nonce: null,
|
|
8913
|
-
noModule:
|
|
8914
|
-
noValidate:
|
|
8901
|
+
noModule: J,
|
|
8902
|
+
noValidate: J,
|
|
8915
8903
|
onAbort: null,
|
|
8916
8904
|
onAfterPrint: null,
|
|
8917
8905
|
onAuxClick: null,
|
|
@@ -9000,31 +8988,31 @@ const x0 = At({
|
|
|
9000
8988
|
onVolumeChange: null,
|
|
9001
8989
|
onWaiting: null,
|
|
9002
8990
|
onWheel: null,
|
|
9003
|
-
open:
|
|
8991
|
+
open: J,
|
|
9004
8992
|
optimum: R,
|
|
9005
8993
|
pattern: null,
|
|
9006
8994
|
ping: fe,
|
|
9007
8995
|
placeholder: null,
|
|
9008
|
-
playsInline:
|
|
8996
|
+
playsInline: J,
|
|
9009
8997
|
popover: null,
|
|
9010
8998
|
popoverTarget: null,
|
|
9011
8999
|
popoverTargetAction: null,
|
|
9012
9000
|
poster: null,
|
|
9013
9001
|
preload: null,
|
|
9014
|
-
readOnly:
|
|
9002
|
+
readOnly: J,
|
|
9015
9003
|
referrerPolicy: null,
|
|
9016
9004
|
rel: fe,
|
|
9017
|
-
required:
|
|
9018
|
-
reversed:
|
|
9005
|
+
required: J,
|
|
9006
|
+
reversed: J,
|
|
9019
9007
|
rows: R,
|
|
9020
9008
|
rowSpan: R,
|
|
9021
9009
|
sandbox: fe,
|
|
9022
9010
|
scope: null,
|
|
9023
|
-
scoped:
|
|
9024
|
-
seamless:
|
|
9025
|
-
selected:
|
|
9026
|
-
shadowRootClonable:
|
|
9027
|
-
shadowRootDelegatesFocus:
|
|
9011
|
+
scoped: J,
|
|
9012
|
+
seamless: J,
|
|
9013
|
+
selected: J,
|
|
9014
|
+
shadowRootClonable: J,
|
|
9015
|
+
shadowRootDelegatesFocus: J,
|
|
9028
9016
|
shadowRootMode: null,
|
|
9029
9017
|
shape: null,
|
|
9030
9018
|
size: R,
|
|
@@ -9044,7 +9032,7 @@ const x0 = At({
|
|
|
9044
9032
|
title: null,
|
|
9045
9033
|
translate: null,
|
|
9046
9034
|
type: null,
|
|
9047
|
-
typeMustMatch:
|
|
9035
|
+
typeMustMatch: J,
|
|
9048
9036
|
useMap: null,
|
|
9049
9037
|
value: be,
|
|
9050
9038
|
width: R,
|
|
@@ -9090,9 +9078,9 @@ const x0 = At({
|
|
|
9090
9078
|
// `<object>`
|
|
9091
9079
|
color: null,
|
|
9092
9080
|
// `<font>` and `<hr>`. Use CSS instead
|
|
9093
|
-
compact:
|
|
9081
|
+
compact: J,
|
|
9094
9082
|
// Lists. Use CSS to reduce space between items instead
|
|
9095
|
-
declare:
|
|
9083
|
+
declare: J,
|
|
9096
9084
|
// `<object>`
|
|
9097
9085
|
event: null,
|
|
9098
9086
|
// `<script>`
|
|
@@ -9116,13 +9104,13 @@ const x0 = At({
|
|
|
9116
9104
|
// `<body>`
|
|
9117
9105
|
marginWidth: R,
|
|
9118
9106
|
// `<body>`
|
|
9119
|
-
noResize:
|
|
9107
|
+
noResize: J,
|
|
9120
9108
|
// `<frame>`
|
|
9121
|
-
noHref:
|
|
9109
|
+
noHref: J,
|
|
9122
9110
|
// `<area>`. Use no href instead of an explicit `nohref`
|
|
9123
|
-
noShade:
|
|
9111
|
+
noShade: J,
|
|
9124
9112
|
// `<hr>`. Use background-color and height instead of borders
|
|
9125
|
-
noWrap:
|
|
9113
|
+
noWrap: J,
|
|
9126
9114
|
// `<td>` and `<th>`
|
|
9127
9115
|
object: null,
|
|
9128
9116
|
// `<applet>`
|
|
@@ -9162,8 +9150,8 @@ const x0 = At({
|
|
|
9162
9150
|
allowTransparency: null,
|
|
9163
9151
|
autoCorrect: null,
|
|
9164
9152
|
autoSave: null,
|
|
9165
|
-
disablePictureInPicture:
|
|
9166
|
-
disableRemotePlayback:
|
|
9153
|
+
disablePictureInPicture: J,
|
|
9154
|
+
disableRemotePlayback: J,
|
|
9167
9155
|
prefix: null,
|
|
9168
9156
|
property: null,
|
|
9169
9157
|
results: R,
|
|
@@ -9398,7 +9386,7 @@ const x0 = At({
|
|
|
9398
9386
|
dur: null,
|
|
9399
9387
|
divisor: R,
|
|
9400
9388
|
dominantBaseline: null,
|
|
9401
|
-
download:
|
|
9389
|
+
download: J,
|
|
9402
9390
|
dx: null,
|
|
9403
9391
|
dy: null,
|
|
9404
9392
|
edgeMode: null,
|
|
@@ -10218,7 +10206,7 @@ export {
|
|
|
10218
10206
|
pn as CollapsibleV2,
|
|
10219
10207
|
T_ as DependenciesNode,
|
|
10220
10208
|
B as EVENTS,
|
|
10221
|
-
|
|
10209
|
+
_h as ElementCard,
|
|
10222
10210
|
k_ as LOG_LEVELS,
|
|
10223
10211
|
D_ as MDCRenderer,
|
|
10224
10212
|
M_ as NODE_SIZES,
|
|
@@ -10233,7 +10221,7 @@ export {
|
|
|
10233
10221
|
uh as SubgroupCard,
|
|
10234
10222
|
_i as TaskIcon,
|
|
10235
10223
|
N_ as Topology,
|
|
10236
|
-
|
|
10224
|
+
Me as Utils,
|
|
10237
10225
|
V_ as VueFlowUtils,
|
|
10238
10226
|
C_ as YamlUtils,
|
|
10239
10227
|
L_ as buildPluginMappings,
|
|
@@ -10242,7 +10230,7 @@ export {
|
|
|
10242
10230
|
S_ as filterPluginsWithoutDeprecated,
|
|
10243
10231
|
w_ as getMDCParser,
|
|
10244
10232
|
zl as isEntryAPluginElementPredicate,
|
|
10245
|
-
|
|
10233
|
+
Fe as slugify,
|
|
10246
10234
|
ot as subGroupName,
|
|
10247
10235
|
Ia as usePluginElementCounts
|
|
10248
10236
|
};
|