tnx-shared 5.3.180 → 5.3.182

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.
@@ -18304,8 +18304,6 @@
18304
18304
  }
18305
18305
  };
18306
18306
  DataFormBase.prototype.ngAfterViewInit = function () {
18307
- this.messageInsertSuccess = this._translateService.instant('MESSAGE.INSERT_DATA_SUCCESS');
18308
- this.messageUpdateSuccess = this._translateService.instant('MESSAGE.UPDATE_DATA_SUCCESS');
18309
18307
  };
18310
18308
  DataFormBase.prototype.checkPermission = function (basePermission) {
18311
18309
  if (this.isBaseModel) {
@@ -18420,7 +18418,10 @@
18420
18418
  return __awaiter(this, void 0, void 0, function () {
18421
18419
  return __generator(this, function (_e) {
18422
18420
  switch (_e.label) {
18423
- case 0: return [4 /*yield*/, this.__handleFormReady(formEvent)];
18421
+ case 0:
18422
+ this.messageInsertSuccess = this._translateService.instant('MESSAGE.INSERT_DATA_SUCCESS');
18423
+ this.messageUpdateSuccess = this._translateService.instant('MESSAGE.UPDATE_DATA_SUCCESS');
18424
+ return [4 /*yield*/, this.__handleFormReady(formEvent)];
18424
18425
  case 1:
18425
18426
  _e.sent();
18426
18427
  return [2 /*return*/];