@colijnit/relation 254.1.1 → 255.1.1
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/colijnit-relation.umd.js +4 -2
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/esm2015/lib/component/relation-contact-options/relation-contact-options.component.js +3 -1
- package/esm2015/lib/relation-version.js +3 -3
- package/fesm2015/colijnit-relation.js +4 -2
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/package.json +5 -5
|
@@ -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.4.";
|
|
34
|
-
this.symVer = "
|
|
35
|
-
this.publishDate = "
|
|
34
|
+
this.symVer = "255.1.1";
|
|
35
|
+
this.publishDate = "7/18/2024, 3:19:04 PM";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -3802,6 +3802,7 @@
|
|
|
3802
3802
|
sequence = _a.sent();
|
|
3803
3803
|
option.comNr = sequence;
|
|
3804
3804
|
this.relation.addContactOption(option);
|
|
3805
|
+
this.relationChange.next(this.relation);
|
|
3805
3806
|
this._resetNew();
|
|
3806
3807
|
this._getCollection();
|
|
3807
3808
|
return [2 /*return*/];
|
|
@@ -3814,6 +3815,7 @@
|
|
|
3814
3815
|
var idx = this.relation.contactOptions.findIndex(function (c) { return c.comNr === option.comNr; });
|
|
3815
3816
|
if (idx > -1) {
|
|
3816
3817
|
this.relation.contactOptions.splice(idx, 1);
|
|
3818
|
+
this.relationChange.next(this.relation);
|
|
3817
3819
|
this._resetNew();
|
|
3818
3820
|
this._getCollection();
|
|
3819
3821
|
}
|