@kestra-io/ui-libs 0.0.282 → 0.0.283
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/kestra-index.cjs.js +5 -5
- package/dist/kestra-index.cjs.js.map +1 -1
- package/dist/kestra-index.es.js +8 -8
- package/dist/kestra-index.es.js.map +1 -1
- package/dist/ui-libs.css +1 -1
- package/package.json +1 -1
- package/src/components/plugins/SchemaToHtml.vue +2 -2
- package/src/components/plugins_v2/SchemaToHtmlV2.vue +2 -2
package/dist/kestra-index.es.js
CHANGED
|
@@ -7703,8 +7703,8 @@ const Zo = /* @__PURE__ */ F(jp, [["render", Xp]]), Zp = { class: "border overfl
|
|
|
7703
7703
|
Se([() => i.schema, () => i.pluginType], ([b, L], [m, E]) => {
|
|
7704
7704
|
(b !== m || L !== E) && i.schema.definitions && s();
|
|
7705
7705
|
});
|
|
7706
|
-
const d = (b) => b?.full ? b.code : `id:
|
|
7707
|
-
type:
|
|
7706
|
+
const d = (b) => b?.full ? b.code : `id: ${i.pluginType.split(".").reverse()[0]?.toLowerCase()}
|
|
7707
|
+
type: ${i.pluginType}
|
|
7708
7708
|
`.concat(b.code), f = Z(), v = V(() => i.schema.properties?.$examples), p = V(() => Object.fromEntries(
|
|
7709
7709
|
i.schema.properties?.$metrics?.map((b) => [b.name, { ...b, name: void 0 }])
|
|
7710
7710
|
)), {
|
|
@@ -7735,7 +7735,7 @@ type: "${i.pluginType}"
|
|
|
7735
7735
|
highlighter: f.value,
|
|
7736
7736
|
language: "yaml",
|
|
7737
7737
|
theme: P,
|
|
7738
|
-
code: `type:
|
|
7738
|
+
code: `type: ${e.pluginType}`,
|
|
7739
7739
|
key: e.pluginType
|
|
7740
7740
|
}, null, 8, ["highlighter", "code"]))
|
|
7741
7741
|
]),
|
|
@@ -7866,7 +7866,7 @@ type: "${i.pluginType}"
|
|
|
7866
7866
|
]))
|
|
7867
7867
|
]));
|
|
7868
7868
|
}
|
|
7869
|
-
}), xv = /* @__PURE__ */ F(_y, [["__scopeId", "data-v-
|
|
7869
|
+
}), xv = /* @__PURE__ */ F(_y, [["__scopeId", "data-v-9c18bd6d"]]), Ey = { key: 0 }, by = { class: "type-box rounded fs-7 px-2 py-1" }, Cy = { key: 1 }, ky = { class: "border rounded px-2 py-1" }, wy = { key: 2 }, Sy = { class: "border rounded px-2 py-1" }, Ly = { key: 3 }, Ty = { class: "border rounded px-2 py-1" }, Ny = { key: 4 }, Iy = { class: "border rounded px-2 py-1" }, $y = { key: 5 }, Ay = { class: "border rounded px-2 py-1" }, Oy = { key: 6 }, Dy = { class: "border rounded px-2 py-1" }, Ry = { key: 7 }, Py = { class: "border rounded px-2 py-1" }, xy = { key: 8 }, My = { class: "border rounded px-2 py-1" }, Vy = { key: 9 }, Uy = { class: "border rounded px-2 py-1" }, Fy = { key: 10 }, Hy = { class: "border rounded px-2 py-1" }, By = { key: 11 }, zy = { class: "border rounded px-2 py-1" }, Wy = { key: 12 }, jy = { class: "border rounded px-2 py-1" }, Gy = { key: 13 }, Ky = { class: "values-wrapper d-flex flex-wrap justify-content-end gap-7 p-0" }, Yy = /* @__PURE__ */ ie({
|
|
7870
7870
|
__name: "PropertyMeta",
|
|
7871
7871
|
props: {
|
|
7872
7872
|
property: {},
|
|
@@ -8255,8 +8255,8 @@ type: "${i.pluginType}"
|
|
|
8255
8255
|
},
|
|
8256
8256
|
async setup(e) {
|
|
8257
8257
|
let t, n;
|
|
8258
|
-
const i = e, l = (f) => f?.full ? f.code : `id:
|
|
8259
|
-
type:
|
|
8258
|
+
const i = e, l = (f) => f?.full ? f.code : `id: ${i.pluginType.split(".").reverse()[0]?.toLowerCase()}
|
|
8259
|
+
type: ${i.pluginType}
|
|
8260
8260
|
`.concat(f.code), o = Z(), r = V(() => i.schema.properties?.$examples), a = V(() => Object.fromEntries(
|
|
8261
8261
|
i.schema.properties?.$metrics?.map((f) => [f.name, { ...f, name: void 0 }])
|
|
8262
8262
|
)), { getHighlighterCore: s } = ([t, n] = tn(() => import("./shikiToolset-CQ31F75R.js")), t = await t, n(), t);
|
|
@@ -8276,7 +8276,7 @@ type: "${i.pluginType}"
|
|
|
8276
8276
|
highlighter: o.value,
|
|
8277
8277
|
language: "yaml",
|
|
8278
8278
|
theme: d,
|
|
8279
|
-
code: `type:
|
|
8279
|
+
code: `type: ${e.pluginType}`,
|
|
8280
8280
|
key: e.pluginType
|
|
8281
8281
|
}, null, 8, ["highlighter", "code"]))
|
|
8282
8282
|
]),
|
|
@@ -8372,7 +8372,7 @@ type: "${i.pluginType}"
|
|
|
8372
8372
|
]))
|
|
8373
8373
|
]));
|
|
8374
8374
|
}
|
|
8375
|
-
}), Mv = /* @__PURE__ */ F(k0, [["__scopeId", "data-v-
|
|
8375
|
+
}), Mv = /* @__PURE__ */ F(k0, [["__scopeId", "data-v-4d644b07"]]), w0 = { class: "d-flex flex-column gap-4" }, S0 = {
|
|
8376
8376
|
key: 0,
|
|
8377
8377
|
class: "pb-2"
|
|
8378
8378
|
}, L0 = { class: "row g-4 last" }, T0 = ["id"], N0 = { class: "row g-4 last" }, I0 = {
|