tnx-shared 5.3.340 → 5.3.341

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.
@@ -47963,7 +47963,10 @@
47963
47963
  if (this.control.useDefaultPluslUrlInList) {
47964
47964
  this.plusUrl = this.control.plusUrl;
47965
47965
  }
47966
- if (this.control.pageSize) {
47966
+ if (this.control.pageSizeOfList) {
47967
+ this.setting.pageSetting.pageSize = this.control.pageSizeOfList;
47968
+ }
47969
+ else if (this.control.pageSize) {
47967
47970
  this.setting.pageSetting.pageSize = this.control.pageSize;
47968
47971
  }
47969
47972
  this.setting.cols = [];