@colijnit/relation 253.1.1 → 253.1.2

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.
@@ -31,8 +31,8 @@
31
31
  function Version() {
32
32
  this.name = "@colijnit/relation";
33
33
  this.description = "Colijn IT relation package specific for version 2.5.3.";
34
- this.symVer = "253.1.1";
35
- this.publishDate = "21-6-2024 11:06:04";
34
+ this.symVer = "253.1.2";
35
+ this.publishDate = "8-7-2024 11:32:46";
36
36
  }
37
37
  return Version;
38
38
  }());
@@ -3815,6 +3815,7 @@
3815
3815
  sequence = _a.sent();
3816
3816
  option.comNr = sequence;
3817
3817
  this.relation.addContactOption(option);
3818
+ this.relationChange.next(this.relation);
3818
3819
  this._resetNew();
3819
3820
  this._getCollection();
3820
3821
  return [2 /*return*/];
@@ -3827,6 +3828,7 @@
3827
3828
  var idx = this.relation.contactOptions.findIndex(function (c) { return c.comNr === option.comNr; });
3828
3829
  if (idx > -1) {
3829
3830
  this.relation.contactOptions.splice(idx, 1);
3831
+ this.relationChange.next(this.relation);
3830
3832
  this._resetNew();
3831
3833
  this._getCollection();
3832
3834
  }