@kestra-io/ui-libs 0.0.204 → 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/components/misc/Collapsible.vue.d.ts.map +1 -1
- package/dist/kestra-index.cjs.js +1 -1
- package/dist/kestra-index.cjs.js.map +1 -1
- package/dist/kestra-index.es.js +2 -1
- 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/Collapsible.vue +7 -2
package/dist/kestra-index.es.js
CHANGED
|
@@ -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;
|