@platforma-sdk/model 1.23.4 → 1.24.5

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/index.mjs CHANGED
@@ -588,7 +588,7 @@ class Ue {
588
588
  }));
589
589
  }
590
590
  // Implementation
591
- getAnchoredOptions(e, n, s) {
591
+ getCanonicalOptions(e, n, s) {
592
592
  const r = {};
593
593
  if (!(e instanceof $))
594
594
  for (const [a, u] of Object.entries(e))
@@ -603,7 +603,7 @@ class Ue {
603
603
  Array.isArray(n) ? n.map((a) => ne(r, a)) : ne(r, n)
604
604
  ), o = this.getSpecs().entries.filter(({ obj: a }) => G(a) ? i(a) : !1), l = e instanceof $ ? e : new $(r);
605
605
  return re(o, (a) => a.obj, s ?? {}).map(({ value: { obj: a }, label: u }) => ({
606
- value: l.deriveString(a),
606
+ value: l.deriveCanonical(a),
607
607
  label: u
608
608
  }));
609
609
  }
@@ -932,7 +932,7 @@ function xt(t) {
932
932
  }
933
933
  return r.map((i) => Array.from(i.values()));
934
934
  }
935
- const L = "1.23.4";
935
+ const L = "1.24.5";
936
936
  function Je(t) {
937
937
  return t.__renderLambda === !0;
938
938
  }