@sumaris-net/ngx-components 1.11.11 → 1.12.0

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.
@@ -27774,12 +27774,13 @@
27774
27774
  });
27775
27775
  };
27776
27776
  AppEntityEditor.prototype.reload = function () {
27777
+ var _a;
27777
27778
  return __awaiter(this, void 0, void 0, function () {
27778
27779
  return __generator(this, function (_c) {
27779
27780
  switch (_c.label) {
27780
27781
  case 0:
27781
27782
  this.markAsLoading();
27782
- return [4 /*yield*/, this.load(this.data && this.data.id)];
27783
+ return [4 /*yield*/, this.load((_a = this.data) === null || _a === void 0 ? void 0 : _a.id)];
27783
27784
  case 1:
27784
27785
  _c.sent();
27785
27786
  return [2 /*return*/];