@kestra-io/ui-libs 0.0.218 → 0.0.219
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/plugins/PluginIndex.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 +1 -1
- package/dist/kestra-index.es.js.map +1 -1
- package/package.json +1 -1
- package/src/components/plugins/PluginIndex.vue +2 -2
package/dist/kestra-index.es.js
CHANGED
|
@@ -12677,7 +12677,7 @@ const Uk = /* @__PURE__ */ Q(Mk, [["render", Vk]]), Hk = ["href"], Gk = ["src",
|
|
|
12677
12677
|
}, { path: o } = gs(), s = (d) => `${o}/${Jt(d)}`, l = (d) => `${o}/${d}`;
|
|
12678
12678
|
function c(d) {
|
|
12679
12679
|
return Object.fromEntries(
|
|
12680
|
-
Object.entries(d).filter(([f, h]) => P_(f, h)).map(([f, h]) => [f.replaceAll(/[A-Z]/g, (w) => ` ${w}`), h])
|
|
12680
|
+
Object.entries(d).filter(([f, h]) => P_(f, h)).map(([f, h]) => [f.replaceAll(/[A-Z]/g, (w) => ` ${w}`), h.filter(({ deprecated: w }) => !w).map(({ cls: w }) => w)])
|
|
12681
12681
|
);
|
|
12682
12682
|
}
|
|
12683
12683
|
const u = de(() => c(n.value));
|