ps-toolkit-ui 1.20.54 → 1.20.56
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 +2 -2
- 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 +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3997,7 +3997,7 @@
|
|
|
3997
3997
|
var s = (max.second || max.first);
|
|
3998
3998
|
return s == null ? 100 : s;
|
|
3999
3999
|
};
|
|
4000
|
-
var url = this.table.permissions.getAccess(exports.PermissionAccessTypeEnum.List).Url
|
|
4000
|
+
var url = this.table.permissions.getAccess(exports.PermissionAccessTypeEnum.List).Url;
|
|
4001
4001
|
var data = this.table.searchData();
|
|
4002
4002
|
data.Page = 1;
|
|
4003
4003
|
data.PerPage = -1;
|
|
@@ -4011,7 +4011,7 @@
|
|
|
4011
4011
|
};
|
|
4012
4012
|
});
|
|
4013
4013
|
new RequestClass(this.table.environment, this.table.l).send(url, exports.Method.Post, data, this.print, function (result) {
|
|
4014
|
-
window.open(_this.table.environment.url + '/report/get
|
|
4014
|
+
window.open(_this.table.environment.url + '/report/get/' + result, '_blank');
|
|
4015
4015
|
}, function () { });
|
|
4016
4016
|
};
|
|
4017
4017
|
TableComponent.prototype.allChecked = function () {
|