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.
- package/bundles/tnx-shared.umd.js +3 -1
- 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/classes/form-schema.d.ts +1 -0
- package/classes/form-schema.d.ts.map +1 -1
- package/components/dropdown/quick-add-form/quick-add-form.component.d.ts.map +1 -1
- package/esm2015/classes/form-schema.js +2 -1
- package/esm2015/components/dropdown/quick-add-form/quick-add-form.component.js +2 -1
- package/esm2015/services/tn-client.service.js +2 -2
- package/fesm2015/tnx-shared.js +3 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -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.
|
|
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) {
|