@platforma-sdk/model 1.30.0 → 1.30.3
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/render/api.d.ts +1 -1
- package/dist/render/api.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/render/api.ts +5 -5
package/dist/index.mjs
CHANGED
|
@@ -1101,7 +1101,7 @@ class It {
|
|
|
1101
1101
|
getOptions(e, n) {
|
|
1102
1102
|
const r = typeof e == "function" ? e : ce(e), i = this.getSpecs().entries.filter((a) => r(a.obj));
|
|
1103
1103
|
let s = {}, o = !1;
|
|
1104
|
-
return typeof n < "u" && (typeof n == "function" ? s = n : typeof n == "object" && ("includeNativeLabel" in n || "separator" in n || "addLabelAsSuffix" in n ? s = n : (n = n, s = n.label ?? {}, o = n.
|
|
1104
|
+
return typeof n < "u" && (typeof n == "function" ? s = n : typeof n == "object" && ("includeNativeLabel" in n || "separator" in n || "addLabelAsSuffix" in n ? s = n : (n = n, s = n.label ?? {}, o = n.refsWithEnrichments ?? !1))), typeof s == "object" ? Re(i, (a) => a.obj, s ?? {}).map(({ value: { ref: a }, label: l }) => ({
|
|
1105
1105
|
ref: be(a, o),
|
|
1106
1106
|
label: l
|
|
1107
1107
|
})) : i.map(({ ref: a, obj: l }) => ({
|
|
@@ -1432,7 +1432,7 @@ class X {
|
|
|
1432
1432
|
return this.ctx.getCurrentUnstableMarker();
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
const W = "1.30.
|
|
1435
|
+
const W = "1.30.3";
|
|
1436
1436
|
function Lt(t) {
|
|
1437
1437
|
return t.__renderLambda === !0;
|
|
1438
1438
|
}
|