@platforma-sdk/model 1.31.6 → 1.31.14
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/PlSelectionModel.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/PlSelectionModel.ts +2 -1
package/dist/index.mjs
CHANGED
|
@@ -1452,7 +1452,7 @@ class te {
|
|
|
1452
1452
|
return this.ctx.getCurrentUnstableMarker();
|
|
1453
1453
|
}
|
|
1454
1454
|
}
|
|
1455
|
-
const Y = "1.31.
|
|
1455
|
+
const Y = "1.31.14";
|
|
1456
1456
|
function kt(t) {
|
|
1457
1457
|
return t.__renderLambda === !0;
|
|
1458
1458
|
}
|
|
@@ -2039,9 +2039,7 @@ function jn(t, e, n, r) {
|
|
|
2039
2039
|
};
|
|
2040
2040
|
}
|
|
2041
2041
|
function Vn(t) {
|
|
2042
|
-
|
|
2043
|
-
throw new Error("Axis value can never be N/A");
|
|
2044
|
-
return t;
|
|
2042
|
+
return t === ct ? (console.error("Axis value can never be N/A"), "") : t;
|
|
2045
2043
|
}
|
|
2046
2044
|
class Kn {
|
|
2047
2045
|
constructor(e) {
|