@colijnit/relation 256.1.2 → 256.1.3
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 +15 -15
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/colijnit-relation-256.1.2.tgz +0 -0
- package/colijnit-relation.d.ts +12 -13
- package/colijnit-relation.metadata.json +1 -1
- package/esm2015/colijnit-relation.js +13 -14
- package/esm2015/lib/relation-version.js +3 -3
- package/esm2015/public_api.js +2 -1
- package/fesm2015/colijnit-relation.js +3 -3
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
|
@@ -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.6.";
|
|
34
|
-
this.symVer = "256.1.
|
|
35
|
-
this.publishDate = "
|
|
34
|
+
this.symVer = "256.1.3";
|
|
35
|
+
this.publishDate = "31-1-2025 12:19:25";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -4790,6 +4790,7 @@
|
|
|
4790
4790
|
exports.RelationComponent = RelationComponent;
|
|
4791
4791
|
exports.RelationContactOptionsComponent = RelationContactOptionsComponent;
|
|
4792
4792
|
exports.RelationContactOptionsModule = RelationContactOptionsModule;
|
|
4793
|
+
exports.RelationDictionaryService = RelationDictionaryService;
|
|
4793
4794
|
exports.RelationFirstNameComponent = RelationFirstNameComponent;
|
|
4794
4795
|
exports.RelationFirstNameModule = RelationFirstNameModule;
|
|
4795
4796
|
exports.RelationGenderComponent = RelationGenderComponent;
|
|
@@ -4814,19 +4815,18 @@
|
|
|
4814
4815
|
exports["ɵa"] = RelationScreenConfigurationService;
|
|
4815
4816
|
exports["ɵb"] = RelationConnectorAdapterService;
|
|
4816
4817
|
exports["ɵc"] = RelationSettingsService;
|
|
4817
|
-
exports["ɵd"] =
|
|
4818
|
-
exports["ɵe"] =
|
|
4819
|
-
exports["ɵf"] =
|
|
4820
|
-
exports["ɵg"] =
|
|
4821
|
-
exports["ɵh"] =
|
|
4822
|
-
exports["ɵi"] =
|
|
4823
|
-
exports["ɵj"] =
|
|
4824
|
-
exports["ɵk"] =
|
|
4825
|
-
exports["ɵl"] =
|
|
4826
|
-
exports["ɵm"] =
|
|
4827
|
-
exports["ɵn"] =
|
|
4828
|
-
exports["ɵo"] =
|
|
4829
|
-
exports["ɵp"] = RelationLoaderComponent;
|
|
4818
|
+
exports["ɵd"] = ErrorService;
|
|
4819
|
+
exports["ɵe"] = RelationEventService;
|
|
4820
|
+
exports["ɵf"] = RelationConnectorService;
|
|
4821
|
+
exports["ɵg"] = RelationBaseService;
|
|
4822
|
+
exports["ɵh"] = IconCacheService;
|
|
4823
|
+
exports["ɵi"] = RelationLocalizePipe;
|
|
4824
|
+
exports["ɵj"] = RelationScreenConfigBaseComponent;
|
|
4825
|
+
exports["ɵk"] = RelationBaseComponent;
|
|
4826
|
+
exports["ɵl"] = RelationContactOptionComponent;
|
|
4827
|
+
exports["ɵm"] = RelationContactOptionListComponent;
|
|
4828
|
+
exports["ɵn"] = RelationContactOptionsOtherTypesPopupComponent;
|
|
4829
|
+
exports["ɵo"] = RelationLoaderComponent;
|
|
4830
4830
|
|
|
4831
4831
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4832
4832
|
|