@kestra-io/ui-libs 0.0.203 → 0.0.205
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/{FlowYamlUtils-XiHwEJpD.js → FlowYamlUtils-BzRZhB-1.js} +214 -212
- package/dist/{FlowYamlUtils-XiHwEJpD.js.map → FlowYamlUtils-BzRZhB-1.js.map} +1 -1
- package/dist/{FlowYamlUtils-DE2Q92JR.cjs → FlowYamlUtils-DejB6qmY.cjs} +2 -2
- package/dist/{FlowYamlUtils-DE2Q92JR.cjs.map → FlowYamlUtils-DejB6qmY.cjs.map} +1 -1
- package/dist/components/misc/Collapsible.vue.d.ts.map +1 -1
- package/dist/kestra-flowyamlutils.cjs.js +1 -1
- package/dist/kestra-flowyamlutils.es.js +1 -1
- package/dist/kestra-index.cjs.js +2 -2
- package/dist/kestra-index.cjs.js.map +1 -1
- package/dist/kestra-index.es.js +3 -2
- package/dist/kestra-index.es.js.map +1 -1
- package/dist/ui-libs.css +1 -1
- package/dist/utils/FlowYamlUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/misc/Collapsible.vue +7 -2
- package/src/utils/FlowYamlUtils.test.ts +78 -7
- package/src/utils/FlowYamlUtils.ts +17 -0
- package/src/utils/YamlUtilsLegacy.test.ts +2 -0
package/dist/kestra-index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import js, { Document as zs, YAMLMap as pr } from "yaml";
|
|
2
|
-
import { g as Vp, e as Up, d as Hp, r as Gp, a as Bp, f as pf, b as Wp, c as jp, h as zp, u as Kp, i as Yp, j as Xp, k as Zp, l as Jp, m as Qp, n as em, s as tm, p as nm, o as rm, q as im, t as mf, v as am, w as om, x as Ks, y as Ys, z as sm, A as lm, B as vn, C as gf, D as us, E as um, F as Wn, G as cm, H as cs, I as ds, J as He, K as jn, L as zn, M as _n, N as Vt, O as fs, P as Kn, Q as hs, R as dm, S as vf, T as ps, U as fm, V as Ut, W as _f, X as hm, Y as yf, Z as pm, _ as mm, $ as Ef, a0 as ms, a1 as gm, a2 as vm, a3 as _m, a4 as Yn, a5 as ym, a6 as Em, a7 as bm, a8 as Cm, a9 as wm, aa as Sm, ab as bf, ac as km, ad as Lm, ae as Tm } from "./FlowYamlUtils-
|
|
2
|
+
import { g as Vp, e as Up, d as Hp, r as Gp, a as Bp, f as pf, b as Wp, c as jp, h as zp, u as Kp, i as Yp, j as Xp, k as Zp, l as Jp, m as Qp, n as em, s as tm, p as nm, o as rm, q as im, t as mf, v as am, w as om, x as Ks, y as Ys, z as sm, A as lm, B as vn, C as gf, D as us, E as um, F as Wn, G as cm, H as cs, I as ds, J as He, K as jn, L as zn, M as _n, N as Vt, O as fs, P as Kn, Q as hs, R as dm, S as vf, T as ps, U as fm, V as Ut, W as _f, X as hm, Y as yf, Z as pm, _ as mm, $ as Ef, a0 as ms, a1 as gm, a2 as vm, a3 as _m, a4 as Yn, a5 as ym, a6 as Em, a7 as bm, a8 as Cm, a9 as wm, aa as Sm, ab as bf, ac as km, ad as Lm, ae as Tm } from "./FlowYamlUtils-BzRZhB-1.js";
|
|
3
3
|
import { createElementBlock as L, openBlock as E, mergeProps as ae, createElementVNode as O, createCommentVNode as M, toDisplayString as z, getCurrentInstance as tn, inject as Om, ref as ve, shallowRef as An, computed as pe, watch as st, onMounted as yn, onUnmounted as Cf, defineComponent as Re, h as nn, createVNode as K, Text as dn, Fragment as Me, nextTick as Xn, onBeforeUnmount as wf, renderSlot as ye, createTextVNode as Et, normalizeClass as he, createBlock as ue, withCtx as te, normalizeStyle as fn, unref as W, toRef as Xs, resolveComponent as Rn, effectScope as Nm, reactive as Sf, resolveDynamicComponent as Ht, renderList as _t, createSlots as kf, normalizeProps as Im, guardReactiveProps as Am, withModifiers as Lf, withAsyncContext as Zs, toRaw as Rm, defineAsyncComponent as Dm, Comment as Pm, Suspense as Mm } from "vue";
|
|
4
4
|
import xm from "humanize-duration";
|
|
5
5
|
import cn from "moment";
|
|
@@ -11760,6 +11760,7 @@ const k2 = /* @__PURE__ */ Q(y2, [["render", S2]]), L2 = ["id"], T2 = ["data-tar
|
|
|
11760
11760
|
class: he(["d-flex flex-column", { "gap-2": !r.value }])
|
|
11761
11761
|
}, [
|
|
11762
11762
|
O("button", {
|
|
11763
|
+
type: "button",
|
|
11763
11764
|
onClick: s,
|
|
11764
11765
|
class: he(["d-flex align-items-center justify-content-between fw-bold gap-2 collapse-button", { collapsed: r.value }]),
|
|
11765
11766
|
"data-toggle": "collapse",
|
|
@@ -11790,7 +11791,7 @@ const k2 = /* @__PURE__ */ Q(y2, [["render", S2]]), L2 = ["id"], T2 = ["data-tar
|
|
|
11790
11791
|
], 10, I2)) : M("", !0)
|
|
11791
11792
|
], 10, L2));
|
|
11792
11793
|
}
|
|
11793
|
-
}), Hn = /* @__PURE__ */ Q(A2, [["__scopeId", "data-v-
|
|
11794
|
+
}), Hn = /* @__PURE__ */ Q(A2, [["__scopeId", "data-v-59f6c44f"]]);
|
|
11794
11795
|
function Nn(e) {
|
|
11795
11796
|
if (e.type)
|
|
11796
11797
|
return e.type;
|