tnx-shared 5.3.263 → 5.3.264

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.
@@ -32716,6 +32716,9 @@
32716
32716
  if (!this._deviceDetectorService.isDesktop()) {
32717
32717
  this.hideTransitionOptions = this.showTransitionOptions = '';
32718
32718
  }
32719
+ if (this.control.baseService instanceof MasterDataService) {
32720
+ this.control.maxItemDisplay = 9999;
32721
+ }
32719
32722
  if (this.control.onInit) {
32720
32723
  this.control.onInit(this);
32721
32724
  }