@platforma-sdk/model 1.31.15 → 1.31.16
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 +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/pframe.d.ts +2 -2
- package/dist/pframe.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/pframe.ts +3 -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.16";
|
|
1456
1456
|
function kt(t) {
|
|
1457
1457
|
return t.__renderLambda === !0;
|
|
1458
1458
|
}
|
|
@@ -2054,8 +2054,8 @@ class Kn {
|
|
|
2054
2054
|
async listColumns() {
|
|
2055
2055
|
return await platforma.pFrameDriver.listColumns(this.handle);
|
|
2056
2056
|
}
|
|
2057
|
-
async calculateTableData(e) {
|
|
2058
|
-
return await platforma.pFrameDriver.calculateTableData(this.handle, e);
|
|
2057
|
+
async calculateTableData(e, n) {
|
|
2058
|
+
return await platforma.pFrameDriver.calculateTableData(this.handle, e, n);
|
|
2059
2059
|
}
|
|
2060
2060
|
async getUniqueValues(e) {
|
|
2061
2061
|
return await platforma.pFrameDriver.getUniqueValues(this.handle, e);
|