@kestra-io/ui-libs 0.0.248 → 0.0.250
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/nodes/EdgeNode.vue.d.ts.map +1 -1
- package/dist/{index-WbOzUAko.cjs → index-Btqd6xqX.cjs} +3 -3
- package/dist/index-Btqd6xqX.cjs.map +1 -0
- package/dist/{index-l75aC6C7.js → index-DD-eCpul.js} +11 -4
- package/dist/index-DD-eCpul.js.map +1 -0
- package/dist/kestra-index.cjs.js +1 -1
- package/dist/kestra-index.es.js +1 -1
- package/dist/{shikiToolset-BixFI44v.cjs → shikiToolset-JFZHkI0W.cjs} +2 -2
- package/dist/{shikiToolset-BixFI44v.cjs.map → shikiToolset-JFZHkI0W.cjs.map} +1 -1
- package/dist/{shikiToolset-6oe9HW2b.js → shikiToolset-OJfgApPL.js} +2 -2
- package/dist/{shikiToolset-6oe9HW2b.js.map → shikiToolset-OJfgApPL.js.map} +1 -1
- package/dist/ui-libs.css +1 -1
- package/package.json +1 -1
- package/src/components/nodes/EdgeNode.vue +8 -1
- package/src/scss/ks-theme-dark.scss +1 -0
- package/src/scss/ks-theme-light.scss +1 -0
- package/dist/index-WbOzUAko.cjs.map +0 -1
- package/dist/index-l75aC6C7.js.map +0 -1
|
@@ -4311,7 +4311,14 @@ const hd = /* @__PURE__ */ H(cd, [["render", gd]]), _d = { class: "add-task-div
|
|
|
4311
4311
|
"vue-flow__edge-path": !0,
|
|
4312
4312
|
["stroke-" + t.data.color]: t.data.color,
|
|
4313
4313
|
"unused-path": t.data.unused
|
|
4314
|
-
} : {})
|
|
4314
|
+
} : {});
|
|
4315
|
+
let l = (o) => o;
|
|
4316
|
+
try {
|
|
4317
|
+
const { t: o } = Vt();
|
|
4318
|
+
l = o;
|
|
4319
|
+
} catch {
|
|
4320
|
+
}
|
|
4321
|
+
const r = W(() => {
|
|
4315
4322
|
const { haveAdd: o } = t.data ?? {};
|
|
4316
4323
|
return `${l("add task")} ${o?.length === 2 ? `${l(o[1])} ${o[0]}` : ""}`.trim();
|
|
4317
4324
|
}), i = W(() => To(t));
|
|
@@ -4355,7 +4362,7 @@ const hd = /* @__PURE__ */ H(cd, [["render", gd]]), _d = { class: "add-task-div
|
|
|
4355
4362
|
})) : L("", !0)
|
|
4356
4363
|
], 64));
|
|
4357
4364
|
}
|
|
4358
|
-
}), bd = /* @__PURE__ */ H(Cd, [["__scopeId", "data-v-
|
|
4365
|
+
}), bd = /* @__PURE__ */ H(Cd, [["__scopeId", "data-v-5e05a3ec"]]), kd = ["innerHTML"], Ld = /* @__PURE__ */ de({
|
|
4359
4366
|
__name: "Duration",
|
|
4360
4367
|
props: {
|
|
4361
4368
|
histories: {}
|
|
@@ -7300,7 +7307,7 @@ type: "${l.pluginType}"
|
|
|
7300
7307
|
javascript: k,
|
|
7301
7308
|
createJavaScriptRegexEngine: p,
|
|
7302
7309
|
createHighlighterCore: C
|
|
7303
|
-
} = ([t, n] = wl(() => import("./shikiToolset-
|
|
7310
|
+
} = ([t, n] = wl(() => import("./shikiToolset-OJfgApPL.js")), t = await t, n(), t);
|
|
7304
7311
|
c.value = ([t, n] = wl(() => C({
|
|
7305
7312
|
themes: [
|
|
7306
7313
|
l.darkMode ? v : _
|
|
@@ -9266,4 +9273,4 @@ export {
|
|
|
9266
9273
|
E_ as k,
|
|
9267
9274
|
v_ as s
|
|
9268
9275
|
};
|
|
9269
|
-
//# sourceMappingURL=index-
|
|
9276
|
+
//# sourceMappingURL=index-DD-eCpul.js.map
|