@acorex/modules 20.3.0-next.24 → 20.3.0-next.25
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-human-capital-management-acorex-modules-human-capital-management-DRGgNfY5.mjs → acorex-modules-human-capital-management-acorex-modules-human-capital-management-VbboX-z1.mjs} +9 -9
- package/fesm2022/{acorex-modules-human-capital-management-acorex-modules-human-capital-management-DRGgNfY5.mjs.map → acorex-modules-human-capital-management-acorex-modules-human-capital-management-VbboX-z1.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-human-capital-management-employee-skill.entity-CMqz5YPN.mjs → acorex-modules-human-capital-management-employee-skill.entity-DlfwDv5J.mjs} +2 -2
- package/fesm2022/{acorex-modules-human-capital-management-employee-skill.entity-CMqz5YPN.mjs.map → acorex-modules-human-capital-management-employee-skill.entity-DlfwDv5J.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-human-capital-management-employee.entity-CCBrjVyP.mjs → acorex-modules-human-capital-management-employee.entity-d5IGN7qb.mjs} +13 -4
- package/fesm2022/acorex-modules-human-capital-management-employee.entity-d5IGN7qb.mjs.map +1 -0
- package/fesm2022/{acorex-modules-human-capital-management-employment-type.entity-RwhhP827.mjs → acorex-modules-human-capital-management-employment-type.entity-Ddq4LHYE.mjs} +2 -2
- package/fesm2022/{acorex-modules-human-capital-management-employment-type.entity-RwhhP827.mjs.map → acorex-modules-human-capital-management-employment-type.entity-Ddq4LHYE.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-human-capital-management-leave-request.entity-COFYDSIm.mjs → acorex-modules-human-capital-management-leave-request.entity-k5B1Oj84.mjs} +2 -2
- package/fesm2022/{acorex-modules-human-capital-management-leave-request.entity-COFYDSIm.mjs.map → acorex-modules-human-capital-management-leave-request.entity-k5B1Oj84.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-human-capital-management-leave-type.entity-B-JDWNAD.mjs → acorex-modules-human-capital-management-leave-type.entity-BqV1bvPC.mjs} +2 -2
- package/fesm2022/{acorex-modules-human-capital-management-leave-type.entity-B-JDWNAD.mjs.map → acorex-modules-human-capital-management-leave-type.entity-BqV1bvPC.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-human-capital-management-position-assignment.entity-DXVWv3Wt.mjs → acorex-modules-human-capital-management-position-assignment.entity-CxGYXf3p.mjs} +2 -2
- package/fesm2022/{acorex-modules-human-capital-management-position-assignment.entity-DXVWv3Wt.mjs.map → acorex-modules-human-capital-management-position-assignment.entity-CxGYXf3p.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-human-capital-management-skill-level.entity-CZE_htoo.mjs → acorex-modules-human-capital-management-skill-level.entity-D_pO9Ghl.mjs} +2 -2
- package/fesm2022/{acorex-modules-human-capital-management-skill-level.entity-CZE_htoo.mjs.map → acorex-modules-human-capital-management-skill-level.entity-D_pO9Ghl.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-human-capital-management-skill.entity-Cg3ucaH0.mjs → acorex-modules-human-capital-management-skill.entity-DXc1U_uX.mjs} +2 -2
- package/fesm2022/{acorex-modules-human-capital-management-skill.entity-Cg3ucaH0.mjs.map → acorex-modules-human-capital-management-skill.entity-DXc1U_uX.mjs.map} +1 -1
- package/fesm2022/acorex-modules-human-capital-management.mjs +1 -1
- package/fesm2022/acorex-modules-security-management.mjs +1 -0
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/package.json +10 -10
- package/fesm2022/acorex-modules-human-capital-management-employee.entity-CCBrjVyP.mjs.map +0 -1
|
@@ -899,21 +899,21 @@ class AXMHumanCapitalModuleEntityProvider {
|
|
|
899
899
|
if (moduleName == RootConfig.module.name) {
|
|
900
900
|
switch (entityName) {
|
|
901
901
|
case RootConfig.entities.employee.name:
|
|
902
|
-
return (await import('./acorex-modules-human-capital-management-employee.entity-
|
|
902
|
+
return (await import('./acorex-modules-human-capital-management-employee.entity-d5IGN7qb.mjs')).factory(this.injector);
|
|
903
903
|
case RootConfig.entities.employmentType.name:
|
|
904
|
-
return (await import('./acorex-modules-human-capital-management-employment-type.entity-
|
|
904
|
+
return (await import('./acorex-modules-human-capital-management-employment-type.entity-Ddq4LHYE.mjs')).factory(this.injector);
|
|
905
905
|
case RootConfig.entities.skill.name:
|
|
906
|
-
return (await import('./acorex-modules-human-capital-management-skill.entity-
|
|
906
|
+
return (await import('./acorex-modules-human-capital-management-skill.entity-DXc1U_uX.mjs')).factory(this.injector);
|
|
907
907
|
case RootConfig.entities.skillLevel.name:
|
|
908
|
-
return (await import('./acorex-modules-human-capital-management-skill-level.entity-
|
|
908
|
+
return (await import('./acorex-modules-human-capital-management-skill-level.entity-D_pO9Ghl.mjs')).factory(this.injector);
|
|
909
909
|
case RootConfig.entities.employeeSkill.name:
|
|
910
|
-
return (await import('./acorex-modules-human-capital-management-employee-skill.entity-
|
|
910
|
+
return (await import('./acorex-modules-human-capital-management-employee-skill.entity-DlfwDv5J.mjs')).factory(this.injector);
|
|
911
911
|
case RootConfig.entities.positionAssignment?.name:
|
|
912
|
-
return (await import('./acorex-modules-human-capital-management-position-assignment.entity-
|
|
912
|
+
return (await import('./acorex-modules-human-capital-management-position-assignment.entity-CxGYXf3p.mjs')).factory(this.injector);
|
|
913
913
|
case RootConfig.entities.leaveType.name:
|
|
914
|
-
return (await import('./acorex-modules-human-capital-management-leave-type.entity-
|
|
914
|
+
return (await import('./acorex-modules-human-capital-management-leave-type.entity-BqV1bvPC.mjs')).factory(this.injector);
|
|
915
915
|
case RootConfig.entities.leaveRequest.name:
|
|
916
|
-
return (await import('./acorex-modules-human-capital-management-leave-request.entity-
|
|
916
|
+
return (await import('./acorex-modules-human-capital-management-leave-request.entity-k5B1Oj84.mjs')).factory(this.injector);
|
|
917
917
|
}
|
|
918
918
|
}
|
|
919
919
|
return null;
|
|
@@ -1585,4 +1585,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
1585
1585
|
*/
|
|
1586
1586
|
|
|
1587
1587
|
export { AXMHumanCapitalManagementEmployeeEntityService as A, RootConfig as R, AXMHumanCapitalManagementEmploymentTypeEntityService as a, AXMHumanCapitalManagementSkillEntityService as b, AXMHumanCapitalManagementSkillLevelEntityService as c, AXMHumanCapitalManagementEmployeeSkillEntityService as d, AXMHumanCapitalManagementPositionAssignmentEntityService as e, AXMHumanCapitalManagementLeaveTypeEntityService as f, AXMHumanCapitalManagementLeaveRequestEntityService as g, AXPApproveLeaveCommand as h, AXPRejectLeaveCommand as i, AXPCancelLeaveCommand as j, AXMLeaveRequestTaskProvider as k, AXPLeaveRequestDialogService as l, AXMLeaveRequestBadgeProvider as m, AXMHumanCapitalManagementModule as n };
|
|
1588
|
-
//# sourceMappingURL=acorex-modules-human-capital-management-acorex-modules-human-capital-management-
|
|
1588
|
+
//# sourceMappingURL=acorex-modules-human-capital-management-acorex-modules-human-capital-management-VbboX-z1.mjs.map
|