@acorex/modules 21.0.0-next.17 → 21.0.0-next.19
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/common/index.d.ts +1 -0
- package/contact-core/index.d.ts +90 -0
- package/fesm2022/acorex-modules-common.mjs +28 -0
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/acorex-modules-contact-core-emergency-service.entity-Cro3bM4G.mjs +318 -0
- package/fesm2022/acorex-modules-contact-core-emergency-service.entity-Cro3bM4G.mjs.map +1 -0
- package/fesm2022/acorex-modules-contact-core.mjs +247 -0
- package/fesm2022/acorex-modules-contact-core.mjs.map +1 -0
- package/fesm2022/acorex-modules-data-management.mjs +59 -0
- package/fesm2022/acorex-modules-data-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-health-core-allergy-type.entity-BaZ4OhHW.mjs +65 -0
- package/fesm2022/acorex-modules-health-core-allergy-type.entity-BaZ4OhHW.mjs.map +1 -0
- package/fesm2022/acorex-modules-health-core-blood-type.entity-Cu-UIgw4.mjs +120 -0
- package/fesm2022/acorex-modules-health-core-blood-type.entity-Cu-UIgw4.mjs.map +1 -0
- package/fesm2022/acorex-modules-health-core-body-part.entity-Dc2SIiB3.mjs +65 -0
- package/fesm2022/acorex-modules-health-core-body-part.entity-Dc2SIiB3.mjs.map +1 -0
- package/fesm2022/acorex-modules-health-core-chronic-condition-type.entity-B-9j3pNB.mjs +65 -0
- package/fesm2022/acorex-modules-health-core-chronic-condition-type.entity-B-9j3pNB.mjs.map +1 -0
- package/fesm2022/acorex-modules-health-core-disability-status.entity-hs3vA3zZ.mjs +120 -0
- package/fesm2022/acorex-modules-health-core-disability-status.entity-hs3vA3zZ.mjs.map +1 -0
- package/fesm2022/acorex-modules-health-core-injury-type.entity-BUA1VsE_.mjs +65 -0
- package/fesm2022/acorex-modules-health-core-injury-type.entity-BUA1VsE_.mjs.map +1 -0
- package/fesm2022/acorex-modules-health-core-vaccination-type.entity-DBdFkwx6.mjs +65 -0
- package/fesm2022/acorex-modules-health-core-vaccination-type.entity-DBdFkwx6.mjs.map +1 -0
- package/fesm2022/acorex-modules-health-core.mjs +487 -0
- package/fesm2022/acorex-modules-health-core.mjs.map +1 -0
- package/fesm2022/acorex-modules-person-core-education-level.entity-BiXdPA-Z.mjs +120 -0
- package/fesm2022/acorex-modules-person-core-education-level.entity-BiXdPA-Z.mjs.map +1 -0
- package/fesm2022/acorex-modules-person-core-marital-status.entity-j6sMTtTS.mjs +120 -0
- package/fesm2022/acorex-modules-person-core-marital-status.entity-j6sMTtTS.mjs.map +1 -0
- package/fesm2022/acorex-modules-person-core-person-identifier-type.entity-BIFiRZ2d.mjs +191 -0
- package/fesm2022/acorex-modules-person-core-person-identifier-type.entity-BIFiRZ2d.mjs.map +1 -0
- package/fesm2022/acorex-modules-person-core-person-relationship-type.entity-2qysKjU5.mjs +119 -0
- package/fesm2022/acorex-modules-person-core-person-relationship-type.entity-2qysKjU5.mjs.map +1 -0
- package/fesm2022/acorex-modules-person-core-religion.entity-Czb5aHb6.mjs +120 -0
- package/fesm2022/acorex-modules-person-core-religion.entity-Czb5aHb6.mjs.map +1 -0
- package/fesm2022/acorex-modules-person-core.mjs +466 -0
- package/fesm2022/acorex-modules-person-core.mjs.map +1 -0
- package/fesm2022/{acorex-modules-person-management-person-identifier.entity-CI8u0Ro6.mjs → acorex-modules-person-management-person-identifier.entity-HBmiUahC.mjs} +4 -3
- package/fesm2022/acorex-modules-person-management-person-identifier.entity-HBmiUahC.mjs.map +1 -0
- package/fesm2022/{acorex-modules-person-management-person-relationship.entity-DK3mYVFv.mjs → acorex-modules-person-management-person-relationship.entity-DbcXasEe.mjs} +4 -3
- package/fesm2022/acorex-modules-person-management-person-relationship.entity-DbcXasEe.mjs.map +1 -0
- package/fesm2022/acorex-modules-person-management.mjs +11 -259
- package/fesm2022/acorex-modules-person-management.mjs.map +1 -1
- package/health-core/index.d.ts +156 -0
- package/package.json +18 -6
- package/person-core/index.d.ts +132 -0
- package/person-management/index.d.ts +1 -25
- package/fesm2022/acorex-modules-person-management-person-identifier-type.entity-VchCczk-.mjs +0 -498
- package/fesm2022/acorex-modules-person-management-person-identifier-type.entity-VchCczk-.mjs.map +0 -1
- package/fesm2022/acorex-modules-person-management-person-identifier.entity-CI8u0Ro6.mjs.map +0 -1
- package/fesm2022/acorex-modules-person-management-person-relationship.entity-DK3mYVFv.mjs.map +0 -1
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AXPEntity, AXPMenuProvider, AXPMenuProviderContext } from '@acorex/platform/common';
|
|
3
|
+
import { AXPEntityDefinitionLoader } from '@acorex/platform/layout/entity';
|
|
4
|
+
import { AXPPermissionDefinitionProvider, AXPPermissionDefinitionProviderContext } from '@acorex/platform/auth';
|
|
5
|
+
|
|
6
|
+
declare class AXMHealthCoreModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMHealthCoreModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMHealthCoreModule, never, never, never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMHealthCoreModule>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare const RootConfig: {
|
|
13
|
+
config: {
|
|
14
|
+
i18n: string;
|
|
15
|
+
module: string;
|
|
16
|
+
};
|
|
17
|
+
module: {
|
|
18
|
+
name: string;
|
|
19
|
+
title: string;
|
|
20
|
+
icon: string;
|
|
21
|
+
};
|
|
22
|
+
entities: {
|
|
23
|
+
allergyType: {
|
|
24
|
+
name: string;
|
|
25
|
+
title: string;
|
|
26
|
+
titlePlural: string;
|
|
27
|
+
icon: string;
|
|
28
|
+
};
|
|
29
|
+
bloodType: {
|
|
30
|
+
name: string;
|
|
31
|
+
title: string;
|
|
32
|
+
titlePlural: string;
|
|
33
|
+
icon: string;
|
|
34
|
+
};
|
|
35
|
+
bodyPart: {
|
|
36
|
+
name: string;
|
|
37
|
+
title: string;
|
|
38
|
+
titlePlural: string;
|
|
39
|
+
icon: string;
|
|
40
|
+
};
|
|
41
|
+
chronicConditionType: {
|
|
42
|
+
name: string;
|
|
43
|
+
title: string;
|
|
44
|
+
titlePlural: string;
|
|
45
|
+
icon: string;
|
|
46
|
+
};
|
|
47
|
+
disabilityStatus: {
|
|
48
|
+
name: string;
|
|
49
|
+
title: string;
|
|
50
|
+
titlePlural: string;
|
|
51
|
+
icon: string;
|
|
52
|
+
};
|
|
53
|
+
injuryType: {
|
|
54
|
+
name: string;
|
|
55
|
+
title: string;
|
|
56
|
+
titlePlural: string;
|
|
57
|
+
icon: string;
|
|
58
|
+
};
|
|
59
|
+
vaccinationType: {
|
|
60
|
+
name: string;
|
|
61
|
+
title: string;
|
|
62
|
+
titlePlural: string;
|
|
63
|
+
icon: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
interface AXMHealthCoreAllergyTypeEntityModel {
|
|
69
|
+
id: string;
|
|
70
|
+
title: string;
|
|
71
|
+
description?: string | null;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
interface AXMHealthCoreBloodTypeEntityModel {
|
|
75
|
+
id: string;
|
|
76
|
+
title: string;
|
|
77
|
+
description?: string | null;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
interface AXMHealthCoreBodyPartEntityModel {
|
|
81
|
+
id: string;
|
|
82
|
+
title: string;
|
|
83
|
+
description?: string | null;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
interface AXMHealthCoreChronicConditionTypeEntityModel {
|
|
87
|
+
id: string;
|
|
88
|
+
title: string;
|
|
89
|
+
description?: string | null;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
interface AXMHealthCoreDisabilityStatusEntityModel {
|
|
93
|
+
id: string;
|
|
94
|
+
title: string;
|
|
95
|
+
description?: string | null;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
interface AXMHealthCoreInjuryTypeEntityModel {
|
|
99
|
+
id: string;
|
|
100
|
+
title: string;
|
|
101
|
+
description?: string | null;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
interface AXMHealthCoreVaccinationTypeEntityModel {
|
|
105
|
+
id: string;
|
|
106
|
+
title: string;
|
|
107
|
+
description?: string | null;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
declare class AXMHealthCoreEntityProvider implements AXPEntityDefinitionLoader {
|
|
111
|
+
private readonly injector;
|
|
112
|
+
get(moduleName: string, entityName: string): Promise<AXPEntity | null>;
|
|
113
|
+
list(): Promise<{
|
|
114
|
+
name: string;
|
|
115
|
+
module: string;
|
|
116
|
+
}[]>;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
declare class AXMHealthCoreMenuProvider implements AXPMenuProvider {
|
|
120
|
+
private readonly entityService;
|
|
121
|
+
provide(context: AXPMenuProviderContext): Promise<void>;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
declare class AXMHealthCorePermissionDefinitionProvider implements AXPPermissionDefinitionProvider {
|
|
125
|
+
private readonly translationService;
|
|
126
|
+
define(context: AXPPermissionDefinitionProviderContext): Promise<void>;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
declare const AXMHealthCorePermissionKeys: {
|
|
130
|
+
readonly HealthCore: {
|
|
131
|
+
readonly AllergyType: {
|
|
132
|
+
readonly Management: "HealthCore:Permission:AllergyType.Management";
|
|
133
|
+
};
|
|
134
|
+
readonly BloodType: {
|
|
135
|
+
readonly Management: "HealthCore:Permission:BloodType.Management";
|
|
136
|
+
};
|
|
137
|
+
readonly BodyPart: {
|
|
138
|
+
readonly Management: "HealthCore:Permission:BodyPart.Management";
|
|
139
|
+
};
|
|
140
|
+
readonly ChronicConditionType: {
|
|
141
|
+
readonly Management: "HealthCore:Permission:ChronicConditionType.Management";
|
|
142
|
+
};
|
|
143
|
+
readonly DisabilityStatus: {
|
|
144
|
+
readonly Management: "HealthCore:Permission:DisabilityStatus.Management";
|
|
145
|
+
};
|
|
146
|
+
readonly InjuryType: {
|
|
147
|
+
readonly Management: "HealthCore:Permission:InjuryType.Management";
|
|
148
|
+
};
|
|
149
|
+
readonly VaccinationType: {
|
|
150
|
+
readonly Management: "HealthCore:Permission:VaccinationType.Management";
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
export { AXMHealthCoreEntityProvider, AXMHealthCoreMenuProvider, AXMHealthCoreModule, AXMHealthCorePermissionDefinitionProvider, AXMHealthCorePermissionKeys, RootConfig };
|
|
156
|
+
export type { AXMHealthCoreAllergyTypeEntityModel, AXMHealthCoreBloodTypeEntityModel, AXMHealthCoreBodyPartEntityModel, AXMHealthCoreChronicConditionTypeEntityModel, AXMHealthCoreDisabilityStatusEntityModel, AXMHealthCoreInjuryTypeEntityModel, AXMHealthCoreVaccinationTypeEntityModel };
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/modules",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.19",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/platform": "21.0.0-next.
|
|
5
|
+
"@acorex/platform": "21.0.0-next.19",
|
|
6
6
|
"@angular/service-worker": "^20.0.0",
|
|
7
7
|
"angular-oauth2-oidc": "^15.0.0",
|
|
8
8
|
"d3": "^7.0.0",
|
|
@@ -20,10 +20,6 @@
|
|
|
20
20
|
"types": "./index.d.ts",
|
|
21
21
|
"default": "./fesm2022/acorex-modules.mjs"
|
|
22
22
|
},
|
|
23
|
-
"./application-management": {
|
|
24
|
-
"types": "./application-management/index.d.ts",
|
|
25
|
-
"default": "./fesm2022/acorex-modules-application-management.mjs"
|
|
26
|
-
},
|
|
27
23
|
"./assessment-management": {
|
|
28
24
|
"types": "./assessment-management/index.d.ts",
|
|
29
25
|
"default": "./fesm2022/acorex-modules-assessment-management.mjs"
|
|
@@ -32,6 +28,10 @@
|
|
|
32
28
|
"types": "./asset-management/index.d.ts",
|
|
33
29
|
"default": "./fesm2022/acorex-modules-asset-management.mjs"
|
|
34
30
|
},
|
|
31
|
+
"./application-management": {
|
|
32
|
+
"types": "./application-management/index.d.ts",
|
|
33
|
+
"default": "./fesm2022/acorex-modules-application-management.mjs"
|
|
34
|
+
},
|
|
35
35
|
"./auth": {
|
|
36
36
|
"types": "./auth/index.d.ts",
|
|
37
37
|
"default": "./fesm2022/acorex-modules-auth.mjs"
|
|
@@ -48,6 +48,10 @@
|
|
|
48
48
|
"types": "./common/index.d.ts",
|
|
49
49
|
"default": "./fesm2022/acorex-modules-common.mjs"
|
|
50
50
|
},
|
|
51
|
+
"./contact-core": {
|
|
52
|
+
"types": "./contact-core/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/acorex-modules-contact-core.mjs"
|
|
54
|
+
},
|
|
51
55
|
"./contact-management": {
|
|
52
56
|
"types": "./contact-management/index.d.ts",
|
|
53
57
|
"default": "./fesm2022/acorex-modules-contact-management.mjs"
|
|
@@ -84,6 +88,10 @@
|
|
|
84
88
|
"types": "./form-template-management/index.d.ts",
|
|
85
89
|
"default": "./fesm2022/acorex-modules-form-template-management.mjs"
|
|
86
90
|
},
|
|
91
|
+
"./health-core": {
|
|
92
|
+
"types": "./health-core/index.d.ts",
|
|
93
|
+
"default": "./fesm2022/acorex-modules-health-core.mjs"
|
|
94
|
+
},
|
|
87
95
|
"./help-desk": {
|
|
88
96
|
"types": "./help-desk/index.d.ts",
|
|
89
97
|
"default": "./fesm2022/acorex-modules-help-desk.mjs"
|
|
@@ -132,6 +140,10 @@
|
|
|
132
140
|
"types": "./organization-management/index.d.ts",
|
|
133
141
|
"default": "./fesm2022/acorex-modules-organization-management.mjs"
|
|
134
142
|
},
|
|
143
|
+
"./person-core": {
|
|
144
|
+
"types": "./person-core/index.d.ts",
|
|
145
|
+
"default": "./fesm2022/acorex-modules-person-core.mjs"
|
|
146
|
+
},
|
|
135
147
|
"./person-management": {
|
|
136
148
|
"types": "./person-management/index.d.ts",
|
|
137
149
|
"default": "./fesm2022/acorex-modules-person-management.mjs"
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AXPEntity, AXPMenuProvider, AXPMenuProviderContext } from '@acorex/platform/common';
|
|
3
|
+
import { AXPEntityDefinitionLoader } from '@acorex/platform/layout/entity';
|
|
4
|
+
import { AXPPermissionDefinitionProvider, AXPPermissionDefinitionProviderContext } from '@acorex/platform/auth';
|
|
5
|
+
|
|
6
|
+
declare class AXMPersonCoreModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPersonCoreModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPersonCoreModule, never, never, never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPersonCoreModule>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare const RootConfig: {
|
|
13
|
+
config: {
|
|
14
|
+
i18n: string;
|
|
15
|
+
module: string;
|
|
16
|
+
};
|
|
17
|
+
module: {
|
|
18
|
+
name: string;
|
|
19
|
+
title: string;
|
|
20
|
+
icon: string;
|
|
21
|
+
};
|
|
22
|
+
entities: {
|
|
23
|
+
educationLevel: {
|
|
24
|
+
name: string;
|
|
25
|
+
title: string;
|
|
26
|
+
titlePlural: string;
|
|
27
|
+
icon: string;
|
|
28
|
+
};
|
|
29
|
+
maritalStatus: {
|
|
30
|
+
name: string;
|
|
31
|
+
title: string;
|
|
32
|
+
titlePlural: string;
|
|
33
|
+
icon: string;
|
|
34
|
+
};
|
|
35
|
+
personIdentifierType: {
|
|
36
|
+
name: string;
|
|
37
|
+
title: string;
|
|
38
|
+
titlePlural: string;
|
|
39
|
+
icon: string;
|
|
40
|
+
};
|
|
41
|
+
personRelationshipType: {
|
|
42
|
+
name: string;
|
|
43
|
+
title: string;
|
|
44
|
+
titlePlural: string;
|
|
45
|
+
icon: string;
|
|
46
|
+
};
|
|
47
|
+
religion: {
|
|
48
|
+
name: string;
|
|
49
|
+
title: string;
|
|
50
|
+
titlePlural: string;
|
|
51
|
+
icon: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
interface AXMPersonCoreEducationLevelEntityModel {
|
|
57
|
+
id: string;
|
|
58
|
+
title: string;
|
|
59
|
+
description?: string | null;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
interface AXMPersonCoreMaritalStatusEntityModel {
|
|
63
|
+
id: string;
|
|
64
|
+
title: string;
|
|
65
|
+
description?: string | null;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
interface AXMPersonCorePersonIdentifierTypeEntityModel {
|
|
69
|
+
id: string;
|
|
70
|
+
title: string;
|
|
71
|
+
description?: string | null;
|
|
72
|
+
scope: 'global' | 'national' | 'regional';
|
|
73
|
+
formatRegex?: string | null;
|
|
74
|
+
minLength?: number | null;
|
|
75
|
+
maxLength?: number | null;
|
|
76
|
+
isUnique: boolean;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
interface AXMPersonCorePersonRelationshipTypeEntityModel {
|
|
80
|
+
id: string;
|
|
81
|
+
title: string;
|
|
82
|
+
description?: string | null;
|
|
83
|
+
isDirectional: boolean;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
interface AXMPersonCoreReligionEntityModel {
|
|
87
|
+
id: string;
|
|
88
|
+
title: string;
|
|
89
|
+
description?: string | null;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
declare class AXMPersonCoreEntityProvider implements AXPEntityDefinitionLoader {
|
|
93
|
+
private readonly injector;
|
|
94
|
+
get(moduleName: string, entityName: string): Promise<AXPEntity | null>;
|
|
95
|
+
list(): Promise<{
|
|
96
|
+
name: string;
|
|
97
|
+
module: string;
|
|
98
|
+
}[]>;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
declare class AXMPersonCoreMenuProvider implements AXPMenuProvider {
|
|
102
|
+
private readonly entityService;
|
|
103
|
+
provide(context: AXPMenuProviderContext): Promise<void>;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
declare class AXMPersonCorePermissionDefinitionProvider implements AXPPermissionDefinitionProvider {
|
|
107
|
+
private readonly translationService;
|
|
108
|
+
define(context: AXPPermissionDefinitionProviderContext): Promise<void>;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
declare const AXMPersonCorePermissionKeys: {
|
|
112
|
+
readonly PersonCore: {
|
|
113
|
+
readonly EducationLevel: {
|
|
114
|
+
readonly Management: "PersonCore:Permission:EducationLevel.Management";
|
|
115
|
+
};
|
|
116
|
+
readonly MaritalStatus: {
|
|
117
|
+
readonly Management: "PersonCore:Permission:MaritalStatus.Management";
|
|
118
|
+
};
|
|
119
|
+
readonly PersonIdentifierType: {
|
|
120
|
+
readonly Management: "PersonCore:Permission:PersonIdentifierType.Management";
|
|
121
|
+
};
|
|
122
|
+
readonly PersonRelationshipType: {
|
|
123
|
+
readonly Management: "PersonCore:Permission:PersonRelationshipType.Management";
|
|
124
|
+
};
|
|
125
|
+
readonly Religion: {
|
|
126
|
+
readonly Management: "PersonCore:Permission:Religion.Management";
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
export { AXMPersonCoreEntityProvider, AXMPersonCoreMenuProvider, AXMPersonCoreModule, AXMPersonCorePermissionDefinitionProvider, AXMPersonCorePermissionKeys, RootConfig };
|
|
132
|
+
export type { AXMPersonCoreEducationLevelEntityModel, AXMPersonCoreMaritalStatusEntityModel, AXMPersonCorePersonIdentifierTypeEntityModel, AXMPersonCorePersonRelationshipTypeEntityModel, AXMPersonCoreReligionEntityModel };
|
|
@@ -22,27 +22,15 @@ declare class AXMPersonRelationshipEntityModule {
|
|
|
22
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPersonRelationshipEntityModule>;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
declare class AXMPersonIdentifierTypeEntityModule {
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPersonIdentifierTypeEntityModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPersonIdentifierTypeEntityModule, never, never, never>;
|
|
28
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPersonIdentifierTypeEntityModule>;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
25
|
declare class AXMPersonIdentifierEntityModule {
|
|
32
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPersonIdentifierEntityModule, never>;
|
|
33
27
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPersonIdentifierEntityModule, never, never, never>;
|
|
34
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPersonIdentifierEntityModule>;
|
|
35
29
|
}
|
|
36
30
|
|
|
37
|
-
declare class AXMPersonRelationshipTypeEntityModule {
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPersonRelationshipTypeEntityModule, never>;
|
|
39
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPersonRelationshipTypeEntityModule, never, never, never>;
|
|
40
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPersonRelationshipTypeEntityModule>;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
31
|
declare class AXMPersonManagementModule {
|
|
44
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPersonManagementModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPersonManagementModule, never, [typeof i1.CommonModule, typeof AXMPersonEntityModule, typeof AXMPersonRoleEntityModule, typeof AXMPersonRelationshipEntityModule, typeof
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPersonManagementModule, never, [typeof i1.CommonModule, typeof AXMPersonEntityModule, typeof AXMPersonRoleEntityModule, typeof AXMPersonRelationshipEntityModule, typeof AXMPersonIdentifierEntityModule], never>;
|
|
46
34
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPersonManagementModule>;
|
|
47
35
|
}
|
|
48
36
|
|
|
@@ -75,18 +63,6 @@ declare const RootConfig: {
|
|
|
75
63
|
titlePlural: string;
|
|
76
64
|
icon: string;
|
|
77
65
|
};
|
|
78
|
-
personRelationshipType: {
|
|
79
|
-
name: string;
|
|
80
|
-
title: string;
|
|
81
|
-
titlePlural: string;
|
|
82
|
-
icon: string;
|
|
83
|
-
};
|
|
84
|
-
personIdentifierType: {
|
|
85
|
-
name: string;
|
|
86
|
-
title: string;
|
|
87
|
-
titlePlural: string;
|
|
88
|
-
icon: string;
|
|
89
|
-
};
|
|
90
66
|
personIdentifier: {
|
|
91
67
|
name: string;
|
|
92
68
|
title: string;
|