ps-toolkit-ui 1.20.47 → 1.20.48

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.
@@ -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
- return (_a = (max.second || max.first)) !== null && _a !== void 0 ? _a : 100;
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();