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.
- package/bundles/tnx-shared.umd.js +3 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/esm2015/components/dropdown/dropdown.component.js +4 -1
- package/fesm2015/tnx-shared.js +3 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
}
|