ps-toolkit-ui 1.13.78 → 1.13.80
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 +4 -0
- 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/classes/table.class.js +4 -1
- package/esm2015/lib/components/table/row/table.row.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +4 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3159,6 +3159,7 @@
|
|
|
3159
3159
|
}
|
|
3160
3160
|
else if (option.AccessType === exports.PermissionAccessTypeEnum.Report) {
|
|
3161
3161
|
opt.url = this_2.table.getOptionUrl('/report' + option.Url, this_2.table.permissions.RelatedId, this_2.row.Data.Id);
|
|
3162
|
+
opt.queryParams = { reportId: HelperClass.random(20) };
|
|
3162
3163
|
opt.urlNewTab = true;
|
|
3163
3164
|
}
|
|
3164
3165
|
else if (option.InputAction === exports.PermissionInputActionEnum.Link || option.InputAction === exports.PermissionInputActionEnum.LinkNewTab) {
|
|
@@ -8664,6 +8665,9 @@
|
|
|
8664
8665
|
d.Page = this.page;
|
|
8665
8666
|
d.PerPage = this.perPage;
|
|
8666
8667
|
}
|
|
8668
|
+
else {
|
|
8669
|
+
d.ReportId = HelperClass.random(20);
|
|
8670
|
+
}
|
|
8667
8671
|
if (this.sortable) {
|
|
8668
8672
|
d.Sort = 'Priority';
|
|
8669
8673
|
d.SortType = 'ASC';
|