@kestra-io/ui-libs 0.0.243 → 0.0.244

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.
@@ -6736,9 +6736,19 @@ function tp(e) {
6736
6736
  }), { ...e }), delete e.allOf), e;
6737
6737
  }
6738
6738
  function ho(e) {
6739
- var l, o;
6740
- const t = {}, n = Gt(e);
6741
- return n ? t.types = n : e.anyOf ? t.types = e.anyOf.flatMap(Gt).filter((i) => i !== void 0).filter(Oe.distinctFilter) : t.types = ["object"], e.additionalProperties ? t.subType = (l = Gt(e.additionalProperties)) == null ? void 0 : l[0] : e.items && (t.subType = (o = Gt(e.items)) == null ? void 0 : o[0]), t;
6739
+ var o, i;
6740
+ const t = {}, n = (r) => {
6741
+ const a = Gt(r);
6742
+ if (a && a.length > 0)
6743
+ return a;
6744
+ if (r.anyOf)
6745
+ return r.anyOf.flatMap(Gt).filter((s) => s !== void 0).filter(Oe.distinctFilter);
6746
+ }, l = n(e);
6747
+ if (l ? t.types = l : t.types = ["object"], t.types.includes("array") && e.items) {
6748
+ const r = n(e.items);
6749
+ r && e.items.anyOf && (t.types = t.types.filter((a) => a !== "array").concat(r));
6750
+ }
6751
+ return e.additionalProperties ? t.subType = (o = Gt(e.additionalProperties)) == null ? void 0 : o[0] : e.items && (t.subType = (i = Gt(e.items)) == null ? void 0 : i[0]), t;
6742
6752
  }
6743
6753
  const np = {
6744
6754
  name: "ChevronDownIcon",