ps-toolkit-ui 1.20.47 → 1.20.49
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
- package/src/assets/scripts/base.js +4 -0
|
@@ -3954,7 +3954,6 @@
|
|
|
3954
3954
|
};
|
|
3955
3955
|
this.print.onClick = function () {
|
|
3956
3956
|
var getWidthValue = function (str) {
|
|
3957
|
-
var _a;
|
|
3958
3957
|
var matches = __spread(str.matchAll(/w-(\d+)(?:-(\d+))?/g));
|
|
3959
3958
|
if (!matches.length) {
|
|
3960
3959
|
return null;
|
|
@@ -3967,7 +3966,8 @@
|
|
|
3967
3966
|
}
|
|
3968
3967
|
return best;
|
|
3969
3968
|
}, null);
|
|
3970
|
-
|
|
3969
|
+
var s = (max.second || max.first);
|
|
3970
|
+
return s == null ? 100 : s;
|
|
3971
3971
|
};
|
|
3972
3972
|
var url = _this.table.permissions.getAccess(exports.PermissionAccessTypeEnum.List).Url.replace('/list', '/report').replace('-list', '-report');
|
|
3973
3973
|
var data = _this.table.searchData();
|