info-library 2.10.27 → 2.10.28

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.
@@ -4462,8 +4462,11 @@
4462
4462
  _this.ondelete.emit(d);
4463
4463
  if (d.success)
4464
4464
  _this.getData();
4465
- else
4465
+ else {
4466
4466
  _this.hideLoad();
4467
+ if (_this.showmessageerror)
4468
+ _this.messages = d.messages;
4469
+ }
4467
4470
  }));
4468
4471
  }
4469
4472
  }));
@@ -4658,6 +4661,8 @@
4658
4661
  */ r) {
4659
4662
  if (r.success)
4660
4663
  _this.getData();
4664
+ else if (_this.showmessageerror)
4665
+ _this.messages = r.messages;
4661
4666
  _this.loading = false;
4662
4667
  }));
4663
4668
  }
@@ -4674,6 +4679,8 @@
4674
4679
  */ r) {
4675
4680
  if (r.success)
4676
4681
  _this.getData();
4682
+ else if (_this.showmessageerror)
4683
+ _this.messages = r.messages;
4677
4684
  _this.loading = false;
4678
4685
  }));
4679
4686
  }