tnx-shared 5.3.222 → 5.3.224

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.
@@ -2046,6 +2046,7 @@
2046
2046
  _this.initData = {};
2047
2047
  _this.defaultIndex = -1;
2048
2048
  _this.popupSize = new PopupSize({ width: 750, height: 400 });
2049
+ _this.insertPlusUrl = '';
2049
2050
  _this.loadInFirstDisplay = true;
2050
2051
  _this.autoGetData = true;
2051
2052
  _this.valueField = 'id';
@@ -33579,7 +33580,7 @@
33579
33580
  this._connected = false;
33580
33581
  this.numberOfRetry = 1;
33581
33582
  this.env = _moduleConfigService.getConfig().environment;
33582
- if (this.env.enableTnClient) {
33583
+ if (this.env.disableTnClient) {
33583
33584
  this.init();
33584
33585
  }
33585
33586
  }
@@ -45218,6 +45219,7 @@
45218
45219
  QuickAddFormComponent.prototype.ngOnInit = function () {
45219
45220
  _super.prototype.ngOnInit.call(this);
45220
45221
  this.setting.baseService = this.baseService;
45222
+ this.insertPlusUrl = this.control.insertPlusUrl;
45221
45223
  this.setting.schema = this.control.cols;
45222
45224
  };
45223
45225
  QuickAddFormComponent.prototype.onFormInitialized = function (formEvent) {