@platforma-sdk/model 1.29.13 → 1.29.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/components/PlDataTable.d.ts +1 -1
- 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/util/pcolumn_data.d.ts +1 -2
- package/dist/render/util/pcolumn_data.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/PlDataTable.ts +1 -1
- package/src/render/util/pcolumn_data.ts +1 -2
package/dist/index.mjs
CHANGED
|
@@ -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.16";
|
|
1436
1436
|
function _t(t) {
|
|
1437
1437
|
return t.__renderLambda === !0;
|
|
1438
1438
|
}
|
|
@@ -2095,7 +2095,7 @@ export {
|
|
|
2095
2095
|
Lt as parsePTableColumnId,
|
|
2096
2096
|
wn as parseResourceMap,
|
|
2097
2097
|
rt as readOutput,
|
|
2098
|
-
Pn as
|
|
2098
|
+
Pn as stringifyPTableColumnId,
|
|
2099
2099
|
Ut as wrapOutputs
|
|
2100
2100
|
};
|
|
2101
2101
|
//# sourceMappingURL=index.mjs.map
|