ps-toolkit-ui 1.20.32 → 1.20.34
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/bundles/ps-toolkit-ui.umd.js +1 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/table.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3954,7 +3954,7 @@
|
|
|
3954
3954
|
data.Page = 1;
|
|
3955
3955
|
data.PerPage = -1;
|
|
3956
3956
|
new RequestClass(_this.table.environment, _this.table.l).send(url, exports.Method.Post, data, _this.print, function (result) {
|
|
3957
|
-
window.open('/report' + url + '
|
|
3957
|
+
window.open(_this.table.environment.url + '/report' + url + '?reportId=' + result, '_blank');
|
|
3958
3958
|
}, function () { });
|
|
3959
3959
|
};
|
|
3960
3960
|
$__namespace(document).mouseup(function (e) {
|