@platforma-sdk/model 1.29.0 → 1.29.2
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 +2 -2
- package/dist/render/api.d.ts.map +1 -1
- package/dist/render/util/column_collection.d.ts +2 -2
- package/dist/render/util/column_collection.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
- package/src/render/api.ts +2 -1
- package/src/render/util/column_collection.ts +3 -2
package/dist/index.mjs
CHANGED
|
@@ -953,7 +953,7 @@ class be {
|
|
|
953
953
|
if (p) {
|
|
954
954
|
if (!r)
|
|
955
955
|
throw new Error("Anchored selectors require an AnchoredIdDeriver to be provided in options.");
|
|
956
|
-
c = $e(r.anchors, f);
|
|
956
|
+
c = $e(r.anchors, f, n);
|
|
957
957
|
} else
|
|
958
958
|
c = f;
|
|
959
959
|
const h = /* @__PURE__ */ new Set(), A = [];
|
|
@@ -1432,7 +1432,7 @@ class X {
|
|
|
1432
1432
|
return this.ctx.getCurrentUnstableMarker();
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
const M = "1.29.
|
|
1435
|
+
const M = "1.29.2";
|
|
1436
1436
|
function wt(t) {
|
|
1437
1437
|
return t.__renderLambda === !0;
|
|
1438
1438
|
}
|