@acorex/modules 21.0.0-next.17 → 21.0.0-next.18
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/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.mjs +290 -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/package.json +14 -10
- package/person-core/index.d.ts +117 -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
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.18",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/platform": "21.0.0-next.
|
|
5
|
+
"@acorex/platform": "21.0.0-next.18",
|
|
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"
|
|
@@ -36,6 +32,10 @@
|
|
|
36
32
|
"types": "./auth/index.d.ts",
|
|
37
33
|
"default": "./fesm2022/acorex-modules-auth.mjs"
|
|
38
34
|
},
|
|
35
|
+
"./application-management": {
|
|
36
|
+
"types": "./application-management/index.d.ts",
|
|
37
|
+
"default": "./fesm2022/acorex-modules-application-management.mjs"
|
|
38
|
+
},
|
|
39
39
|
"./business-core": {
|
|
40
40
|
"types": "./business-core/index.d.ts",
|
|
41
41
|
"default": "./fesm2022/acorex-modules-business-core.mjs"
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"types": "./customer-management/index.d.ts",
|
|
65
65
|
"default": "./fesm2022/acorex-modules-customer-management.mjs"
|
|
66
66
|
},
|
|
67
|
-
"./dashboard-management": {
|
|
68
|
-
"types": "./dashboard-management/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/acorex-modules-dashboard-management.mjs"
|
|
70
|
-
},
|
|
71
67
|
"./data-management": {
|
|
72
68
|
"types": "./data-management/index.d.ts",
|
|
73
69
|
"default": "./fesm2022/acorex-modules-data-management.mjs"
|
|
74
70
|
},
|
|
71
|
+
"./dashboard-management": {
|
|
72
|
+
"types": "./dashboard-management/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/acorex-modules-dashboard-management.mjs"
|
|
74
|
+
},
|
|
75
75
|
"./document-management": {
|
|
76
76
|
"types": "./document-management/index.d.ts",
|
|
77
77
|
"default": "./fesm2022/acorex-modules-document-management.mjs"
|
|
@@ -132,6 +132,10 @@
|
|
|
132
132
|
"types": "./organization-management/index.d.ts",
|
|
133
133
|
"default": "./fesm2022/acorex-modules-organization-management.mjs"
|
|
134
134
|
},
|
|
135
|
+
"./person-core": {
|
|
136
|
+
"types": "./person-core/index.d.ts",
|
|
137
|
+
"default": "./fesm2022/acorex-modules-person-core.mjs"
|
|
138
|
+
},
|
|
135
139
|
"./person-management": {
|
|
136
140
|
"types": "./person-management/index.d.ts",
|
|
137
141
|
"default": "./fesm2022/acorex-modules-person-management.mjs"
|
|
@@ -0,0 +1,117 @@
|
|
|
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
|
+
};
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
interface AXMPersonCoreEducationLevelEntityModel {
|
|
51
|
+
id: string;
|
|
52
|
+
title: string;
|
|
53
|
+
description?: string | null;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
interface AXMPersonCoreMaritalStatusEntityModel {
|
|
57
|
+
id: string;
|
|
58
|
+
title: string;
|
|
59
|
+
description?: string | null;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
interface AXMPersonCorePersonIdentifierTypeEntityModel {
|
|
63
|
+
id: string;
|
|
64
|
+
title: string;
|
|
65
|
+
description?: string | null;
|
|
66
|
+
scope: 'global' | 'national' | 'regional';
|
|
67
|
+
formatRegex?: string | null;
|
|
68
|
+
minLength?: number | null;
|
|
69
|
+
maxLength?: number | null;
|
|
70
|
+
isUnique: boolean;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
interface AXMPersonCorePersonRelationshipTypeEntityModel {
|
|
74
|
+
id: string;
|
|
75
|
+
title: string;
|
|
76
|
+
description?: string | null;
|
|
77
|
+
isDirectional: boolean;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
declare class AXMPersonCoreEntityProvider implements AXPEntityDefinitionLoader {
|
|
81
|
+
private readonly injector;
|
|
82
|
+
get(moduleName: string, entityName: string): Promise<AXPEntity | null>;
|
|
83
|
+
list(): Promise<{
|
|
84
|
+
name: string;
|
|
85
|
+
module: string;
|
|
86
|
+
}[]>;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
declare class AXMPersonCoreMenuProvider implements AXPMenuProvider {
|
|
90
|
+
private readonly entityService;
|
|
91
|
+
provide(context: AXPMenuProviderContext): Promise<void>;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
declare class AXMPersonCorePermissionDefinitionProvider implements AXPPermissionDefinitionProvider {
|
|
95
|
+
private readonly translationService;
|
|
96
|
+
define(context: AXPPermissionDefinitionProviderContext): Promise<void>;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
declare const AXMPersonCorePermissionKeys: {
|
|
100
|
+
readonly PersonCore: {
|
|
101
|
+
readonly EducationLevel: {
|
|
102
|
+
readonly Management: "PersonCore:Permission:EducationLevel.Management";
|
|
103
|
+
};
|
|
104
|
+
readonly MaritalStatus: {
|
|
105
|
+
readonly Management: "PersonCore:Permission:MaritalStatus.Management";
|
|
106
|
+
};
|
|
107
|
+
readonly PersonIdentifierType: {
|
|
108
|
+
readonly Management: "PersonCore:Permission:PersonIdentifierType.Management";
|
|
109
|
+
};
|
|
110
|
+
readonly PersonRelationshipType: {
|
|
111
|
+
readonly Management: "PersonCore:Permission:PersonRelationshipType.Management";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
export { AXMPersonCoreEntityProvider, AXMPersonCoreMenuProvider, AXMPersonCoreModule, AXMPersonCorePermissionDefinitionProvider, AXMPersonCorePermissionKeys, RootConfig };
|
|
117
|
+
export type { AXMPersonCoreEducationLevelEntityModel, AXMPersonCoreMaritalStatusEntityModel, AXMPersonCorePersonIdentifierTypeEntityModel, AXMPersonCorePersonRelationshipTypeEntityModel };
|
|
@@ -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;
|