tnx-shared 5.3.186 → 5.3.187
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 +1 -4
- 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/base/data-form-base.d.ts.map +1 -1
- package/esm2015/classes/base/data-form-base.js +1 -3
- package/fesm2015/tnx-shared.js +0 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -18420,10 +18420,7 @@
|
|
|
18420
18420
|
return __awaiter(this, void 0, void 0, function () {
|
|
18421
18421
|
return __generator(this, function (_e) {
|
|
18422
18422
|
switch (_e.label) {
|
|
18423
|
-
case 0:
|
|
18424
|
-
this.messageInsertSuccess = this._translateService.instant('MESSAGE.INSERT_DATA_SUCCESS');
|
|
18425
|
-
this.messageUpdateSuccess = this._translateService.instant('MESSAGE.UPDATE_DATA_SUCCESS');
|
|
18426
|
-
return [4 /*yield*/, this.__handleFormReady(formEvent)];
|
|
18423
|
+
case 0: return [4 /*yield*/, this.__handleFormReady(formEvent)];
|
|
18427
18424
|
case 1:
|
|
18428
18425
|
_e.sent();
|
|
18429
18426
|
return [2 /*return*/];
|