@acorex/modules 20.2.4-next.2 → 20.2.4-next.5

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.
Files changed (192) hide show
  1. package/common/index.d.ts +19 -1
  2. package/conversation/index.d.ts +1 -0
  3. package/customer-management/index.d.ts +167 -0
  4. package/document-management/index.d.ts +99 -13
  5. package/fesm2022/acorex-modules-application-management.mjs +24 -214
  6. package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
  7. package/fesm2022/acorex-modules-common.mjs +2695 -1288
  8. package/fesm2022/acorex-modules-common.mjs.map +1 -1
  9. package/fesm2022/acorex-modules-conversation.mjs +46 -29
  10. package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
  11. package/fesm2022/acorex-modules-customer-management-acorex-modules-customer-management-DZBixdOT.mjs +700 -0
  12. package/fesm2022/acorex-modules-customer-management-acorex-modules-customer-management-DZBixdOT.mjs.map +1 -0
  13. package/fesm2022/acorex-modules-customer-management-activity.entity-By32mnXN.mjs +98 -0
  14. package/fesm2022/acorex-modules-customer-management-activity.entity-By32mnXN.mjs.map +1 -0
  15. package/fesm2022/acorex-modules-customer-management-customer-segment.entity-CjFYqTMc.mjs +83 -0
  16. package/fesm2022/acorex-modules-customer-management-customer-segment.entity-CjFYqTMc.mjs.map +1 -0
  17. package/fesm2022/acorex-modules-customer-management-customer-type.entity-Bk_Ng_DS.mjs +95 -0
  18. package/fesm2022/acorex-modules-customer-management-customer-type.entity-Bk_Ng_DS.mjs.map +1 -0
  19. package/fesm2022/acorex-modules-customer-management-customer.entity-rUNC9glL.mjs +338 -0
  20. package/fesm2022/acorex-modules-customer-management-customer.entity-rUNC9glL.mjs.map +1 -0
  21. package/fesm2022/acorex-modules-customer-management-deal-contact-role.entity-BWX44lzi.mjs +147 -0
  22. package/fesm2022/acorex-modules-customer-management-deal-contact-role.entity-BWX44lzi.mjs.map +1 -0
  23. package/fesm2022/acorex-modules-customer-management-lead.entity-B3gv0YnT.mjs +97 -0
  24. package/fesm2022/acorex-modules-customer-management-lead.entity-B3gv0YnT.mjs.map +1 -0
  25. package/fesm2022/acorex-modules-customer-management-lifecycle-stage.entity-cs1hb_Ro.mjs +72 -0
  26. package/fesm2022/acorex-modules-customer-management-lifecycle-stage.entity-cs1hb_Ro.mjs.map +1 -0
  27. package/fesm2022/acorex-modules-customer-management-opportunity-stage.entity-C-opdmDW.mjs +72 -0
  28. package/fesm2022/acorex-modules-customer-management-opportunity-stage.entity-C-opdmDW.mjs.map +1 -0
  29. package/fesm2022/acorex-modules-customer-management-opportunity.entity-D5n_4xgK.mjs +188 -0
  30. package/fesm2022/acorex-modules-customer-management-opportunity.entity-D5n_4xgK.mjs.map +1 -0
  31. package/fesm2022/acorex-modules-customer-management-sales-pipeline.entity-AeLhcil2.mjs +72 -0
  32. package/fesm2022/acorex-modules-customer-management-sales-pipeline.entity-AeLhcil2.mjs.map +1 -0
  33. package/fesm2022/acorex-modules-customer-management-sales-territory.entity-uK9N7p_k.mjs +72 -0
  34. package/fesm2022/acorex-modules-customer-management-sales-territory.entity-uK9N7p_k.mjs.map +1 -0
  35. package/fesm2022/acorex-modules-customer-management.mjs +2 -0
  36. package/fesm2022/acorex-modules-customer-management.mjs.map +1 -0
  37. package/fesm2022/{acorex-modules-document-management-acorex-modules-document-management-DG7QxbqI.mjs → acorex-modules-document-management-acorex-modules-document-management-BraIQGrY.mjs} +1439 -429
  38. package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-BraIQGrY.mjs.map +1 -0
  39. package/fesm2022/{acorex-modules-document-management-attachment-widget.component-tk2f6GPy.mjs → acorex-modules-document-management-attachment-widget.component-Dp1ioMjR.mjs} +2 -2
  40. package/fesm2022/{acorex-modules-document-management-attachment-widget.component-tk2f6GPy.mjs.map → acorex-modules-document-management-attachment-widget.component-Dp1ioMjR.mjs.map} +1 -1
  41. package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-DJ-BBmR2.mjs → acorex-modules-document-management-create-folder-dialog.component-C1Lvxwwf.mjs} +4 -4
  42. package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-DJ-BBmR2.mjs.map → acorex-modules-document-management-create-folder-dialog.component-C1Lvxwwf.mjs.map} +1 -1
  43. package/fesm2022/{acorex-modules-document-management-details-view.component-CX10ubfL.mjs → acorex-modules-document-management-details-view.component-C7x2n-uL.mjs} +2 -2
  44. package/fesm2022/{acorex-modules-document-management-details-view.component-CX10ubfL.mjs.map → acorex-modules-document-management-details-view.component-C7x2n-uL.mjs.map} +1 -1
  45. package/fesm2022/{acorex-modules-document-management-document-distribution-popup.component-DB4JJ3w7.mjs → acorex-modules-document-management-document-distribution-popup.component-BFL8zeml.mjs} +4 -4
  46. package/fesm2022/acorex-modules-document-management-document-distribution-popup.component-BFL8zeml.mjs.map +1 -0
  47. package/fesm2022/{acorex-modules-document-management-document-send-to-review-popup.component-CtpLvPIr.mjs → acorex-modules-document-management-document-send-to-review-popup.component-CoymgoD7.mjs} +4 -4
  48. package/fesm2022/acorex-modules-document-management-document-send-to-review-popup.component-CoymgoD7.mjs.map +1 -0
  49. package/fesm2022/{acorex-modules-document-management-document-signature-popup.component-CMUZSL2S.mjs → acorex-modules-document-management-document-signature-popup.component-DJMLGeBo.mjs} +4 -4
  50. package/fesm2022/{acorex-modules-document-management-document-signature-popup.component-CMUZSL2S.mjs.map → acorex-modules-document-management-document-signature-popup.component-DJMLGeBo.mjs.map} +1 -1
  51. package/fesm2022/{acorex-modules-document-management-drive-choose.component-DOxdrJh-.mjs → acorex-modules-document-management-drive-choose.component-BiApSZ5Z.mjs} +4 -4
  52. package/fesm2022/{acorex-modules-document-management-drive-choose.component-DOxdrJh-.mjs.map → acorex-modules-document-management-drive-choose.component-BiApSZ5Z.mjs.map} +1 -1
  53. package/fesm2022/{acorex-modules-document-management-drive.component-Crt-i9Xe.mjs → acorex-modules-document-management-drive.component-C3LZf1EE.mjs} +5 -5
  54. package/fesm2022/{acorex-modules-document-management-drive.component-Crt-i9Xe.mjs.map → acorex-modules-document-management-drive.component-C3LZf1EE.mjs.map} +1 -1
  55. package/fesm2022/{acorex-modules-document-management-large-icons-view.component-DLds0iA6.mjs → acorex-modules-document-management-large-icons-view.component-CUox2dHw.mjs} +2 -2
  56. package/fesm2022/{acorex-modules-document-management-large-icons-view.component-DLds0iA6.mjs.map → acorex-modules-document-management-large-icons-view.component-CUox2dHw.mjs.map} +1 -1
  57. package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-DELo5m5s.mjs → acorex-modules-document-management-large-tiles-view.component-CPaqX_Gj.mjs} +2 -2
  58. package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-DELo5m5s.mjs.map → acorex-modules-document-management-large-tiles-view.component-CPaqX_Gj.mjs.map} +1 -1
  59. package/fesm2022/{acorex-modules-document-management-list-view.component-DsR96OWz.mjs → acorex-modules-document-management-list-view.component-DHR1nZii.mjs} +2 -2
  60. package/fesm2022/{acorex-modules-document-management-list-view.component-DsR96OWz.mjs.map → acorex-modules-document-management-list-view.component-DHR1nZii.mjs.map} +1 -1
  61. package/fesm2022/{acorex-modules-document-management-meta-choose-popup.component-BbPbZmkc.mjs → acorex-modules-document-management-meta-choose-popup.component-DXTdVhrh.mjs} +3 -3
  62. package/fesm2022/{acorex-modules-document-management-meta-choose-popup.component-BbPbZmkc.mjs.map → acorex-modules-document-management-meta-choose-popup.component-DXTdVhrh.mjs.map} +1 -1
  63. package/fesm2022/{acorex-modules-document-management-permission-definition.provider-DiXt_BzX.mjs → acorex-modules-document-management-permission-definition.provider-SLETM1r-.mjs} +2 -2
  64. package/fesm2022/{acorex-modules-document-management-permission-definition.provider-DiXt_BzX.mjs.map → acorex-modules-document-management-permission-definition.provider-SLETM1r-.mjs.map} +1 -1
  65. package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-CNeHhc0E.mjs → acorex-modules-document-management-rename-node-dialog.component-CLkMT7A9.mjs} +4 -4
  66. package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-CNeHhc0E.mjs.map → acorex-modules-document-management-rename-node-dialog.component-CLkMT7A9.mjs.map} +1 -1
  67. package/fesm2022/{acorex-modules-document-management-small-icons-view.component-D9AIIBMz.mjs → acorex-modules-document-management-small-icons-view.component-DFxM61cD.mjs} +2 -2
  68. package/fesm2022/{acorex-modules-document-management-small-icons-view.component-D9AIIBMz.mjs.map → acorex-modules-document-management-small-icons-view.component-DFxM61cD.mjs.map} +1 -1
  69. package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-HpEgcH1F.mjs → acorex-modules-document-management-small-tiles-view.component-DhzxwNEY.mjs} +2 -2
  70. package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-HpEgcH1F.mjs.map → acorex-modules-document-management-small-tiles-view.component-DhzxwNEY.mjs.map} +1 -1
  71. package/fesm2022/acorex-modules-document-management.mjs +1 -1
  72. package/fesm2022/{acorex-modules-form-template-management-acorex-modules-form-template-management-COVNekIY.mjs → acorex-modules-form-template-management-acorex-modules-form-template-management-BhU14Qou.mjs} +9 -9
  73. package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-BhU14Qou.mjs.map +1 -0
  74. package/fesm2022/{acorex-modules-form-template-management-permission-definition.provider-BEkbbQH2.mjs → acorex-modules-form-template-management-permission-definition.provider-D4lGFRCA.mjs} +2 -2
  75. package/fesm2022/{acorex-modules-form-template-management-permission-definition.provider-BEkbbQH2.mjs.map → acorex-modules-form-template-management-permission-definition.provider-D4lGFRCA.mjs.map} +1 -1
  76. package/fesm2022/{acorex-modules-form-template-management-settings.provider-DSI7cmrW.mjs → acorex-modules-form-template-management-settings.provider-499Y4rLb.mjs} +2 -2
  77. package/fesm2022/{acorex-modules-form-template-management-settings.provider-DSI7cmrW.mjs.map → acorex-modules-form-template-management-settings.provider-499Y4rLb.mjs.map} +1 -1
  78. package/fesm2022/{acorex-modules-form-template-management-template-picker.component-5n_kQMuQ.mjs → acorex-modules-form-template-management-template-picker.component-2EkzMuIy.mjs} +2 -2
  79. package/fesm2022/acorex-modules-form-template-management-template-picker.component-2EkzMuIy.mjs.map +1 -0
  80. package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-BtCYeGB-.mjs → acorex-modules-form-template-management-template-widget-edit.component-DwgbgFrf.mjs} +2 -2
  81. package/fesm2022/acorex-modules-form-template-management-template-widget-edit.component-DwgbgFrf.mjs.map +1 -0
  82. package/fesm2022/{acorex-modules-form-template-management-template.entity-Cm-AVAF_.mjs → acorex-modules-form-template-management-template.entity-D_14HgMr.mjs} +85 -87
  83. package/fesm2022/acorex-modules-form-template-management-template.entity-D_14HgMr.mjs.map +1 -0
  84. package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-C8TC42DL.mjs → acorex-modules-form-template-management-viewer-popup.component-BLgx_xby.mjs} +2 -2
  85. package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-C8TC42DL.mjs.map → acorex-modules-form-template-management-viewer-popup.component-BLgx_xby.mjs.map} +1 -1
  86. package/fesm2022/acorex-modules-form-template-management.mjs +1 -1
  87. package/fesm2022/{acorex-modules-help-desk-acorex-modules-help-desk-hH3VgxdE.mjs → acorex-modules-help-desk-acorex-modules-help-desk-BvDYd3fI.mjs} +19 -79
  88. package/fesm2022/acorex-modules-help-desk-acorex-modules-help-desk-BvDYd3fI.mjs.map +1 -0
  89. package/fesm2022/{acorex-modules-help-desk-capture-screen.component-ae64BzbL.mjs → acorex-modules-help-desk-capture-screen.component-DH_FG8iE.mjs} +4 -4
  90. package/fesm2022/{acorex-modules-help-desk-capture-screen.component-ae64BzbL.mjs.map → acorex-modules-help-desk-capture-screen.component-DH_FG8iE.mjs.map} +1 -1
  91. package/fesm2022/acorex-modules-help-desk.mjs +1 -1
  92. package/fesm2022/acorex-modules-human-capital-management-acorex-modules-human-capital-management-1PmjMC7i.mjs +444 -0
  93. package/fesm2022/acorex-modules-human-capital-management-acorex-modules-human-capital-management-1PmjMC7i.mjs.map +1 -0
  94. package/fesm2022/acorex-modules-human-capital-management-employee-skill.entity-DyOHJWW_.mjs +153 -0
  95. package/fesm2022/acorex-modules-human-capital-management-employee-skill.entity-DyOHJWW_.mjs.map +1 -0
  96. package/fesm2022/acorex-modules-human-capital-management-employee.entity-5J-FoLiT.mjs +160 -0
  97. package/fesm2022/acorex-modules-human-capital-management-employee.entity-5J-FoLiT.mjs.map +1 -0
  98. package/fesm2022/acorex-modules-human-capital-management-employment-type.entity-DFpRtSOh.mjs +97 -0
  99. package/fesm2022/acorex-modules-human-capital-management-employment-type.entity-DFpRtSOh.mjs.map +1 -0
  100. package/fesm2022/acorex-modules-human-capital-management-position-assignment.entity-DuNvJq-k.mjs +196 -0
  101. package/fesm2022/acorex-modules-human-capital-management-position-assignment.entity-DuNvJq-k.mjs.map +1 -0
  102. package/fesm2022/acorex-modules-human-capital-management-settings.provider-rRaBaVeh.mjs +17 -0
  103. package/fesm2022/acorex-modules-human-capital-management-settings.provider-rRaBaVeh.mjs.map +1 -0
  104. package/fesm2022/acorex-modules-human-capital-management-skill-level.entity-0ZzRent7.mjs +52 -0
  105. package/fesm2022/acorex-modules-human-capital-management-skill-level.entity-0ZzRent7.mjs.map +1 -0
  106. package/fesm2022/acorex-modules-human-capital-management-skill.entity-Dd7p11vj.mjs +82 -0
  107. package/fesm2022/acorex-modules-human-capital-management-skill.entity-Dd7p11vj.mjs.map +1 -0
  108. package/fesm2022/acorex-modules-human-capital-management.mjs +2 -0
  109. package/fesm2022/acorex-modules-human-capital-management.mjs.map +1 -0
  110. package/fesm2022/acorex-modules-identifier-management.mjs +2 -1
  111. package/fesm2022/acorex-modules-identifier-management.mjs.map +1 -1
  112. package/fesm2022/acorex-modules-log-management.mjs +282 -31
  113. package/fesm2022/acorex-modules-log-management.mjs.map +1 -1
  114. package/fesm2022/{acorex-modules-meeting-management-meeting-publish-popup.component-PcBFprq3.mjs → acorex-modules-meeting-management-meeting-publish-popup.component-BKZy7M-X.mjs} +2 -2
  115. package/fesm2022/acorex-modules-meeting-management-meeting-publish-popup.component-BKZy7M-X.mjs.map +1 -0
  116. package/fesm2022/acorex-modules-meeting-management.mjs +33 -7
  117. package/fesm2022/acorex-modules-meeting-management.mjs.map +1 -1
  118. package/fesm2022/{acorex-modules-organization-management-role.entity-BdjgFsgo.mjs → acorex-modules-organization-management-branch.entity-bajoE99c.mjs} +106 -43
  119. package/fesm2022/acorex-modules-organization-management-branch.entity-bajoE99c.mjs.map +1 -0
  120. package/fesm2022/{acorex-modules-organization-management-skill.entity-O1453j6I.mjs → acorex-modules-organization-management-department.entity-BkEbajpN.mjs} +94 -41
  121. package/fesm2022/acorex-modules-organization-management-department.entity-BkEbajpN.mjs.map +1 -0
  122. package/fesm2022/{acorex-modules-organization-management-division.entity-DdX7LcCU.mjs → acorex-modules-organization-management-division.entity-Cds8jkR5.mjs} +165 -128
  123. package/fesm2022/acorex-modules-organization-management-division.entity-Cds8jkR5.mjs.map +1 -0
  124. package/fesm2022/{acorex-modules-organization-management-org-chart.page-DxVm1V4w.mjs → acorex-modules-organization-management-org-chart.page-5fHaWyGW.mjs} +5 -3
  125. package/fesm2022/acorex-modules-organization-management-org-chart.page-5fHaWyGW.mjs.map +1 -0
  126. package/fesm2022/{acorex-modules-organization-management-employment-type.entity-Dw3TLMtD.mjs → acorex-modules-organization-management-position.entity-DK-i78ck.mjs} +18 -7
  127. package/fesm2022/acorex-modules-organization-management-position.entity-DK-i78ck.mjs.map +1 -0
  128. package/fesm2022/{acorex-modules-organization-management-position.entity-DT7EyvrR.mjs → acorex-modules-organization-management-role.entity-Cz8VrdMl.mjs} +11 -26
  129. package/fesm2022/acorex-modules-organization-management-role.entity-Cz8VrdMl.mjs.map +1 -0
  130. package/fesm2022/{acorex-modules-organization-management-team.entity-DkRLWl0u.mjs → acorex-modules-organization-management-team.entity-CNYXXHM7.mjs} +16 -14
  131. package/fesm2022/acorex-modules-organization-management-team.entity-CNYXXHM7.mjs.map +1 -0
  132. package/fesm2022/acorex-modules-organization-management.mjs +90 -425
  133. package/fesm2022/acorex-modules-organization-management.mjs.map +1 -1
  134. package/fesm2022/{acorex-modules-party-management-acorex-modules-party-management-BFyD7IcC.mjs → acorex-modules-party-management-acorex-modules-party-management-DJNXviBH.mjs} +43 -7
  135. package/fesm2022/acorex-modules-party-management-acorex-modules-party-management-DJNXviBH.mjs.map +1 -0
  136. package/fesm2022/acorex-modules-party-management-industry.entity-D01GclFe.mjs +91 -0
  137. package/fesm2022/acorex-modules-party-management-industry.entity-D01GclFe.mjs.map +1 -0
  138. package/fesm2022/{acorex-modules-party-management-party-identifier-type.entity-BYsWpup7.mjs → acorex-modules-party-management-party-identifier-type.entity-DoXx0nyF.mjs} +2 -2
  139. package/fesm2022/{acorex-modules-party-management-party-identifier-type.entity-BYsWpup7.mjs.map → acorex-modules-party-management-party-identifier-type.entity-DoXx0nyF.mjs.map} +1 -1
  140. package/fesm2022/{acorex-modules-party-management-party-identifier.entity-DSn4lsX-.mjs → acorex-modules-party-management-party-identifier.entity-_tLoTcUC.mjs} +2 -2
  141. package/fesm2022/{acorex-modules-party-management-party-identifier.entity-DSn4lsX-.mjs.map → acorex-modules-party-management-party-identifier.entity-_tLoTcUC.mjs.map} +1 -1
  142. package/fesm2022/{acorex-modules-party-management-party-relationship.entity-BG5zuKPH.mjs → acorex-modules-party-management-party-relationship.entity-B-hI_r6b.mjs} +2 -2
  143. package/fesm2022/{acorex-modules-party-management-party-relationship.entity-BG5zuKPH.mjs.map → acorex-modules-party-management-party-relationship.entity-B-hI_r6b.mjs.map} +1 -1
  144. package/fesm2022/{acorex-modules-party-management-party-role.entity-jCTZL0mT.mjs → acorex-modules-party-management-party-role.entity-Dxs6yXKd.mjs} +7 -3
  145. package/fesm2022/acorex-modules-party-management-party-role.entity-Dxs6yXKd.mjs.map +1 -0
  146. package/fesm2022/{acorex-modules-party-management-party.entity-BwAAZRJc.mjs → acorex-modules-party-management-party.entity-BFEy4rXT.mjs} +88 -25
  147. package/fesm2022/acorex-modules-party-management-party.entity-BFEy4rXT.mjs.map +1 -0
  148. package/fesm2022/acorex-modules-party-management.mjs +1 -1
  149. package/fesm2022/acorex-modules-project-management.mjs +1 -1
  150. package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
  151. package/fesm2022/acorex-modules-report-management.mjs +293 -160
  152. package/fesm2022/acorex-modules-report-management.mjs.map +1 -1
  153. package/fesm2022/acorex-modules-security-management.mjs +32 -77
  154. package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
  155. package/fesm2022/{acorex-modules-task-management-task-board.page-BBbHu2jz.mjs → acorex-modules-task-management-task-board.page-zbl3g-sI.mjs} +67 -59
  156. package/fesm2022/acorex-modules-task-management-task-board.page-zbl3g-sI.mjs.map +1 -0
  157. package/fesm2022/acorex-modules-task-management.mjs +284 -152
  158. package/fesm2022/acorex-modules-task-management.mjs.map +1 -1
  159. package/form-template-management/index.d.ts +1 -1
  160. package/human-capital-management/index.d.ts +97 -0
  161. package/identifier-management/index.d.ts +1 -1
  162. package/organization-management/index.d.ts +81 -159
  163. package/package.json +9 -1
  164. package/party-management/index.d.ts +7 -0
  165. package/report-management/index.d.ts +234 -231
  166. package/task-management/index.d.ts +3 -1
  167. package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-DG7QxbqI.mjs.map +0 -1
  168. package/fesm2022/acorex-modules-document-management-document-distribution-popup.component-DB4JJ3w7.mjs.map +0 -1
  169. package/fesm2022/acorex-modules-document-management-document-send-to-review-popup.component-CtpLvPIr.mjs.map +0 -1
  170. package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-COVNekIY.mjs.map +0 -1
  171. package/fesm2022/acorex-modules-form-template-management-template-picker.component-5n_kQMuQ.mjs.map +0 -1
  172. package/fesm2022/acorex-modules-form-template-management-template-widget-edit.component-BtCYeGB-.mjs.map +0 -1
  173. package/fesm2022/acorex-modules-form-template-management-template.entity-Cm-AVAF_.mjs.map +0 -1
  174. package/fesm2022/acorex-modules-help-desk-acorex-modules-help-desk-hH3VgxdE.mjs.map +0 -1
  175. package/fesm2022/acorex-modules-meeting-management-meeting-publish-popup.component-PcBFprq3.mjs.map +0 -1
  176. package/fesm2022/acorex-modules-organization-management-branch.entity-B_CYwiX9.mjs +0 -537
  177. package/fesm2022/acorex-modules-organization-management-branch.entity-B_CYwiX9.mjs.map +0 -1
  178. package/fesm2022/acorex-modules-organization-management-department.entity-BbBrK4BN.mjs +0 -481
  179. package/fesm2022/acorex-modules-organization-management-department.entity-BbBrK4BN.mjs.map +0 -1
  180. package/fesm2022/acorex-modules-organization-management-division.entity-DdX7LcCU.mjs.map +0 -1
  181. package/fesm2022/acorex-modules-organization-management-employee.entity-DJH02MJJ.mjs +0 -670
  182. package/fesm2022/acorex-modules-organization-management-employee.entity-DJH02MJJ.mjs.map +0 -1
  183. package/fesm2022/acorex-modules-organization-management-employment-type.entity-Dw3TLMtD.mjs.map +0 -1
  184. package/fesm2022/acorex-modules-organization-management-org-chart.page-DxVm1V4w.mjs.map +0 -1
  185. package/fesm2022/acorex-modules-organization-management-position.entity-DT7EyvrR.mjs.map +0 -1
  186. package/fesm2022/acorex-modules-organization-management-role.entity-BdjgFsgo.mjs.map +0 -1
  187. package/fesm2022/acorex-modules-organization-management-skill.entity-O1453j6I.mjs.map +0 -1
  188. package/fesm2022/acorex-modules-organization-management-team.entity-DkRLWl0u.mjs.map +0 -1
  189. package/fesm2022/acorex-modules-party-management-acorex-modules-party-management-BFyD7IcC.mjs.map +0 -1
  190. package/fesm2022/acorex-modules-party-management-party-role.entity-jCTZL0mT.mjs.map +0 -1
  191. package/fesm2022/acorex-modules-party-management-party.entity-BwAAZRJc.mjs.map +0 -1
  192. package/fesm2022/acorex-modules-task-management-task-board.page-BBbHu2jz.mjs.map +0 -1
@@ -5,20 +5,14 @@ import { CommonModule } from '@angular/common';
5
5
  import { AXPSessionService, AXPAuthGuard } from '@acorex/platform/auth';
6
6
  import { AXP_SETTING_DEFINITION_PROVIDER, AXP_MENU_PROVIDER, AXP_HOME_PAGES } from '@acorex/platform/common';
7
7
  import { ROUTES } from '@angular/router';
8
- import { firstValueFrom } from 'rxjs';
9
8
  import { AXDataSource } from '@acorex/cdk/common';
10
9
  import { AXPWidgetsCatalog } from '@acorex/platform/layout/builder';
10
+ import { firstValueFrom } from 'rxjs';
11
11
  import { AXP_DATASOURCE_DEFINITION_PROVIDER } from '@acorex/platform/core';
12
- import { AXP_REPORT_CATEGORY_PROVIDER, AXP_REPORT_DEFINITION_PROVIDER } from '@acorex/modules/report-management';
13
- import { AXPWidgetsList } from '@acorex/modules/common';
14
- import { AXP_IDENTIFIER_RULES } from '@acorex/modules/identifier-management';
15
12
 
16
13
  const config = {
17
14
  i18n: 'organization-management',
18
15
  module: 'OrganizationManagement',
19
- teamEntity: 'Team',
20
- rolesEntity: 'Roles',
21
- roleEntity: 'Role',
22
16
  };
23
17
  const RootConfig = {
24
18
  config,
@@ -41,12 +35,6 @@ const RootConfig = {
41
35
  source: `${config.module}.Role`,
42
36
  icon: 'fa-light fa-user-tie',
43
37
  },
44
- skill: {
45
- name: 'Skill',
46
- title: `t("skill.individual-title", { scope: "${config.i18n}" })`,
47
- source: `${config.module}.Skill`,
48
- icon: 'fa-light fa-code',
49
- },
50
38
  company: {
51
39
  name: 'Company',
52
40
  source: `${config.module}.Company`,
@@ -58,6 +46,7 @@ const RootConfig = {
58
46
  source: `${config.module}.Division`,
59
47
  title: `t("division.individual-title",{scope:"${config.i18n}"})`,
60
48
  icon: 'fa-light fa-sitemap',
49
+ fullname: 'OrganizationManagement.Division',
61
50
  },
62
51
  department: {
63
52
  name: 'Department',
@@ -70,6 +59,7 @@ const RootConfig = {
70
59
  source: `${config.module}.Branch`,
71
60
  title: `t("branch.individual-title",{scope:"${config.i18n}"})`,
72
61
  icon: 'fa-light fa-network-wired',
62
+ fullname: 'OrganizationManagement.Branch',
73
63
  },
74
64
  team: {
75
65
  name: 'Team',
@@ -83,18 +73,6 @@ const RootConfig = {
83
73
  title: `t("position.individual-title",{scope:"${config.i18n}"})`,
84
74
  icon: 'fa-light fa-briefcase',
85
75
  },
86
- employee: {
87
- name: 'Employee',
88
- source: `${config.module}.Employee`,
89
- title: `t("employee.individual-title",{scope:"${config.i18n}"})`,
90
- icon: 'fa-light fa-address-card',
91
- },
92
- employmentType: {
93
- name: 'EmploymentType',
94
- source: `${config.module}.EmploymentType`,
95
- title: `t("employment-type.individual-title",{scope:"${config.i18n}"})`,
96
- icon: 'fa-light fa-file-signature',
97
- },
98
76
  structure: {
99
77
  name: 'ChartStructure',
100
78
  source: `${config.module}.ChartStructure`,
@@ -306,82 +284,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
306
284
  }]
307
285
  }] });
308
286
 
309
- class AXMOrganizationManagementEmployeeEntityService extends AXMEntityCrudServiceImpl {
310
- }
311
- class AXMOrganizationManagementEmployeeEntityServiceImpl extends AXMOrganizationManagementEmployeeEntityService {
312
- constructor() {
313
- super(`${RootConfig.module.name}.${RootConfig.entities.employee.name}`);
314
- }
315
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmployeeEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
316
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmployeeEntityServiceImpl }); }
317
- }
318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmployeeEntityServiceImpl, decorators: [{
319
- type: Injectable
320
- }], ctorParameters: () => [] });
321
-
322
- class AXMOrganizationManagementEmployeeEntityModule {
323
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmployeeEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
324
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmployeeEntityModule }); }
325
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmployeeEntityModule, providers: [
326
- {
327
- provide: AXMOrganizationManagementEmployeeEntityService,
328
- useClass: AXMOrganizationManagementEmployeeEntityServiceImpl,
329
- },
330
- ] }); }
331
- }
332
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmployeeEntityModule, decorators: [{
333
- type: NgModule,
334
- args: [{
335
- imports: [],
336
- exports: [],
337
- declarations: [],
338
- providers: [
339
- {
340
- provide: AXMOrganizationManagementEmployeeEntityService,
341
- useClass: AXMOrganizationManagementEmployeeEntityServiceImpl,
342
- },
343
- ],
344
- }]
345
- }] });
346
-
347
- class AXMOrganizationManagementEmploymentTypeEntityService extends AXMEntityCrudServiceImpl {
348
- }
349
- class AXMOrganizationManagementEmploymentTypeEntityServiceImpl extends AXMOrganizationManagementEmploymentTypeEntityService {
350
- constructor() {
351
- super(`${RootConfig.module.name}.${RootConfig.entities.employmentType.name}`);
352
- }
353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmploymentTypeEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
354
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmploymentTypeEntityServiceImpl }); }
355
- }
356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmploymentTypeEntityServiceImpl, decorators: [{
357
- type: Injectable
358
- }], ctorParameters: () => [] });
359
-
360
- class AXMOrganizationManagementEmploymentTypeEntityModule {
361
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmploymentTypeEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
362
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmploymentTypeEntityModule }); }
363
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmploymentTypeEntityModule, providers: [
364
- {
365
- provide: AXMOrganizationManagementEmploymentTypeEntityService,
366
- useClass: AXMOrganizationManagementEmploymentTypeEntityServiceImpl,
367
- },
368
- ] }); }
369
- }
370
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementEmploymentTypeEntityModule, decorators: [{
371
- type: NgModule,
372
- args: [{
373
- imports: [],
374
- exports: [],
375
- declarations: [],
376
- providers: [
377
- {
378
- provide: AXMOrganizationManagementEmploymentTypeEntityService,
379
- useClass: AXMOrganizationManagementEmploymentTypeEntityServiceImpl,
380
- },
381
- ],
382
- }]
383
- }] });
384
-
385
287
  class AXMOrganizationManagementPositionEntityService extends AXMEntityCrudServiceImpl {
386
288
  }
387
289
  class AXMOrganizationManagementPositionEntityServiceImpl extends AXMOrganizationManagementPositionEntityService {
@@ -458,44 +360,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
458
360
  }]
459
361
  }] });
460
362
 
461
- class AXMOrganizationManagementSkillEntityService extends AXMEntityCrudServiceImpl {
462
- }
463
- class AXMOrganizationManagementSkillEntityServiceImpl extends AXMOrganizationManagementSkillEntityService {
464
- constructor() {
465
- super(`${RootConfig.module.name}.${RootConfig.entities.skill.name}`);
466
- }
467
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementSkillEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
468
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementSkillEntityServiceImpl }); }
469
- }
470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementSkillEntityServiceImpl, decorators: [{
471
- type: Injectable
472
- }], ctorParameters: () => [] });
473
-
474
- class AXMOrganizationManagementSkillEntityModule {
475
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementSkillEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
476
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementSkillEntityModule }); }
477
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementSkillEntityModule, providers: [
478
- {
479
- provide: AXMOrganizationManagementSkillEntityService,
480
- useClass: AXMOrganizationManagementSkillEntityServiceImpl,
481
- },
482
- ] }); }
483
- }
484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementSkillEntityModule, decorators: [{
485
- type: NgModule,
486
- args: [{
487
- imports: [],
488
- exports: [],
489
- declarations: [],
490
- providers: [
491
- {
492
- provide: AXMOrganizationManagementSkillEntityService,
493
- useClass: AXMOrganizationManagementSkillEntityServiceImpl,
494
- },
495
- ],
496
- }]
497
- }] });
498
-
499
363
  class AXMOrganizationManagementTeamEntityService extends AXMEntityCrudServiceImpl {
500
364
  }
501
365
  class AXMOrganizationManagementTeamEntityServiceImpl extends AXMOrganizationManagementTeamEntityService {
@@ -626,25 +490,19 @@ class AXMOrganizationModuleEntityProvider {
626
490
  case RootConfig.entities.company.name:
627
491
  return (await import('./acorex-modules-organization-management-company.entity-BBNM-Ihr.mjs')).factory(this.injector);
628
492
  case RootConfig.entities.division.name:
629
- return (await import('./acorex-modules-organization-management-division.entity-DdX7LcCU.mjs')).factory(this.injector);
493
+ return (await import('./acorex-modules-organization-management-division.entity-Cds8jkR5.mjs')).factory(this.injector);
630
494
  case RootConfig.entities.department.name:
631
- return (await import('./acorex-modules-organization-management-department.entity-BbBrK4BN.mjs')).factory(this.injector);
495
+ return (await import('./acorex-modules-organization-management-department.entity-BkEbajpN.mjs')).factory(this.injector);
632
496
  case RootConfig.entities.branch.name:
633
- return (await import('./acorex-modules-organization-management-branch.entity-B_CYwiX9.mjs')).factory(this.injector);
634
- case RootConfig.entities.employee.name:
635
- return (await import('./acorex-modules-organization-management-employee.entity-DJH02MJJ.mjs')).factory(this.injector);
636
- case RootConfig.entities.employmentType.name:
637
- return (await import('./acorex-modules-organization-management-employment-type.entity-Dw3TLMtD.mjs')).factory(this.injector);
497
+ return (await import('./acorex-modules-organization-management-branch.entity-bajoE99c.mjs')).factory(this.injector);
638
498
  case RootConfig.entities.position.name:
639
- return (await import('./acorex-modules-organization-management-position.entity-DT7EyvrR.mjs')).factory(this.injector);
499
+ return (await import('./acorex-modules-organization-management-position.entity-DK-i78ck.mjs')).factory(this.injector);
640
500
  case RootConfig.entities.chart.name:
641
501
  return (await import('./acorex-modules-organization-management-chart.entity-8J9I9lgq.mjs')).factory(this.injector);
642
502
  case RootConfig.entities.team.name:
643
- return (await import('./acorex-modules-organization-management-team.entity-DkRLWl0u.mjs')).factory(this.injector);
503
+ return (await import('./acorex-modules-organization-management-team.entity-CNYXXHM7.mjs')).factory(this.injector);
644
504
  case RootConfig.entities.role.name:
645
- return (await import('./acorex-modules-organization-management-role.entity-BdjgFsgo.mjs')).factory(this.injector);
646
- case RootConfig.entities.skill.name:
647
- return (await import('./acorex-modules-organization-management-skill.entity-O1453j6I.mjs')).factory(this.injector);
505
+ return (await import('./acorex-modules-organization-management-role.entity-Cz8VrdMl.mjs')).factory(this.injector);
648
506
  case RootConfig.entities.responsibility.name:
649
507
  return (await import('./acorex-modules-organization-management-responsibility.entity-DpUTLjdp.mjs')).factory(this.injector);
650
508
  }
@@ -658,6 +516,82 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
658
516
  type: Injectable
659
517
  }] });
660
518
 
519
+ class AXMDepartmentDataSourceDefinition {
520
+ constructor() {
521
+ this.departmentService = inject(AXMOrganizationManagementDepartmentEntityService);
522
+ }
523
+ items() {
524
+ return Promise.resolve([
525
+ {
526
+ name: 'departments',
527
+ title: 'Departments',
528
+ source: () => {
529
+ return new AXDataSource({
530
+ key: 'id',
531
+ load: async (_) => {
532
+ try {
533
+ const res = await this.departmentService.query();
534
+ return {
535
+ items: res.items.map((item) => ({
536
+ ...item,
537
+ })),
538
+ total: res.total,
539
+ };
540
+ }
541
+ catch (e) {
542
+ console.log(e);
543
+ throw e;
544
+ }
545
+ },
546
+ byKey: async (key) => {
547
+ return await this.departmentService.getOne(key);
548
+ },
549
+ pageSize: 100,
550
+ });
551
+ },
552
+ columns: [
553
+ {
554
+ name: 'id',
555
+ title: 'ID',
556
+ datatype: 'uuid',
557
+ type: AXPWidgetsCatalog.text,
558
+ },
559
+ {
560
+ name: 'title',
561
+ title: `Title`,
562
+ datatype: 'string',
563
+ type: AXPWidgetsCatalog.text,
564
+ },
565
+ ],
566
+ filters: [
567
+ {
568
+ field: 'title',
569
+ title: 'Title',
570
+ operator: {
571
+ type: 'equal',
572
+ },
573
+ widget: {
574
+ type: AXPWidgetsCatalog.text,
575
+ },
576
+ filterType: {
577
+ advance: true,
578
+ inline: true,
579
+ },
580
+ },
581
+ ],
582
+ textField: {
583
+ name: 'title',
584
+ title: 'Title',
585
+ },
586
+ valueField: {
587
+ name: 'id',
588
+ title: 'ID',
589
+ },
590
+ },
591
+ ]);
592
+ }
593
+ }
594
+
661
595
  class AXMMenuProvider {
662
596
  constructor() {
663
597
  this.entityService = inject(AXPEntityService);
@@ -708,12 +642,6 @@ class AXMMenuProvider {
708
642
  type: 'break',
709
643
  priority: 20,
710
644
  },
711
- {
712
- text: `t('skill.plural-title', {scope:"${scope}"})`,
713
- path: this.entityService.createPath(module.name, RootConfig.entities.skill.name),
714
- priority: 21,
715
- icon: RootConfig.entities.skill.icon,
716
- },
717
645
  {
718
646
  text: `t('role.plural-title', {scope:"${scope}"})`,
719
647
  path: this.entityService.createPath(module.name, RootConfig.entities.role.name),
@@ -732,23 +660,6 @@ class AXMMenuProvider {
732
660
  priority: 30,
733
661
  icon: RootConfig.entities.position.icon,
734
662
  },
735
- {
736
- text: `Chart`,
737
- type: 'break',
738
- priority: 31,
739
- },
740
- {
741
- text: `t('employment-type.plural-title', {scope:"${scope}"})`,
742
- path: this.entityService.createPath(module.name, RootConfig.entities.employmentType.name),
743
- priority: 32,
744
- icon: RootConfig.entities.employmentType.icon,
745
- },
746
- {
747
- text: `t('employee.plural-title', {scope:"${scope}"})`,
748
- path: this.entityService.createPath(module.name, RootConfig.entities.employee.name),
749
- priority: 33,
750
- icon: RootConfig.entities.employee.icon,
751
- },
752
663
  {
753
664
  text: `Chart`,
754
665
  type: 'break',
@@ -772,229 +683,6 @@ class AXMMenuProvider {
772
683
  }
773
684
  }
774
685
 
775
- class AXMDepartmentDataSourceDefinition {
776
- constructor() {
777
- this.departmentService = inject(AXMOrganizationManagementDepartmentEntityService);
778
- }
779
- items() {
780
- return Promise.resolve([
781
- {
782
- name: 'departments',
783
- title: 'Departments',
784
- source: () => {
785
- return new AXDataSource({
786
- key: 'id',
787
- load: async (_) => {
788
- try {
789
- const res = await this.departmentService.query();
790
- return {
791
- items: res.items.map((item) => ({
792
- ...item,
793
- })),
794
- total: res.total,
795
- };
796
- }
797
- catch (e) {
798
- console.log(e);
799
- throw e;
800
- }
801
- },
802
- byKey: async (key) => {
803
- return await this.departmentService.getOne(key);
804
- },
805
- pageSize: 100,
806
- });
807
- },
808
- columns: [
809
- {
810
- name: 'id',
811
- title: 'ID',
812
- datatype: 'uuid',
813
- type: AXPWidgetsCatalog.text,
814
- },
815
- {
816
- name: 'title',
817
- title: `Title`,
818
- datatype: 'string',
819
- type: AXPWidgetsCatalog.text,
820
- },
821
- ],
822
- filters: [
823
- {
824
- field: 'title',
825
- title: 'Title',
826
- operator: {
827
- type: 'equal',
828
- },
829
- widget: {
830
- type: AXPWidgetsCatalog.text,
831
- },
832
- filterType: {
833
- advance: true,
834
- inline: true,
835
- },
836
- },
837
- ],
838
- textField: {
839
- name: 'title',
840
- title: 'Title',
841
- },
842
- valueField: {
843
- name: 'id',
844
- title: 'ID',
845
- },
846
- },
847
- ]);
848
- }
849
- }
850
-
851
- //#region ---- Imports ----
852
- //#endregion
853
- //#region ---- Category & Report Data (Organization Management) ----
854
- const ORG_REPORT_ROOT_CATEGORY_ID = 'organization-management.reports.root';
855
- const ORG_REPORT_EMPLOYEES_CATEGORY_ID = 'organization-management.reports.employees';
856
- const ORG_REPORT_STRUCTURE_CATEGORY_ID = 'organization-management.reports.structure';
857
- const ORG_REPORT_CATEGORIES = [
858
- {
859
- id: ORG_REPORT_ROOT_CATEGORY_ID,
860
- title: 'Organization',
861
- description: 'Organization-wide analytics and reports',
862
- hasChild: true,
863
- },
864
- {
865
- id: ORG_REPORT_EMPLOYEES_CATEGORY_ID,
866
- parentId: ORG_REPORT_ROOT_CATEGORY_ID,
867
- title: 'Employees',
868
- description: 'Headcount, positions and demographics',
869
- hasReport: true,
870
- },
871
- {
872
- id: ORG_REPORT_STRUCTURE_CATEGORY_ID,
873
- parentId: ORG_REPORT_ROOT_CATEGORY_ID,
874
- title: 'Structure',
875
- description: 'Divisions, departments and teams',
876
- hasReport: true,
877
- },
878
- ];
879
- const ORG_REPORT_DEFINITIONS = [
880
- {
881
- id: 'organization-management.report.headcount-by-department',
882
- title: 'Headcount by Department',
883
- description: 'Number of employees per department with optional filters',
884
- categoryIds: [ORG_REPORT_EMPLOYEES_CATEGORY_ID],
885
- parameterGroups: [
886
- {
887
- name: 'filters',
888
- title: 'Filters',
889
- parameters: [
890
- {
891
- path: 'division',
892
- title: 'Division',
893
- widget: { type: AXPWidgetsList.Editors.TextBox },
894
- },
895
- {
896
- path: 'employmentType',
897
- title: 'Employment Type',
898
- widget: {
899
- type: AXPWidgetsList.Editors.SelectBox,
900
- options: { dataSource: ['Full-time', 'Part-time', 'Contract'] },
901
- },
902
- },
903
- ],
904
- },
905
- ],
906
- layouts: [
907
- {
908
- id: 'table',
909
- title: 'Table View',
910
- isDefault: true,
911
- layout: {
912
- type: 'table',
913
- columns: [
914
- { field: 'department', title: 'Department', visible: true, width: 240, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'department' } },
915
- { field: 'headcount', title: 'Headcount', visible: true, width: 120, align: 'right', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'headcount' } },
916
- ],
917
- options: { pagination: true },
918
- },
919
- },
920
- ],
921
- defaultLayoutId: 'table',
922
- },
923
- {
924
- id: 'organization-management.report.structure-overview',
925
- title: 'Structure Overview',
926
- description: 'Summary of divisions and departments',
927
- categoryIds: [ORG_REPORT_STRUCTURE_CATEGORY_ID],
928
- parameterGroups: [],
929
- layouts: [
930
- {
931
- id: 'table',
932
- title: 'Table View',
933
- isDefault: true,
934
- layout: {
935
- type: 'table',
936
- columns: [
937
- { field: 'division', title: 'Division', visible: true, width: 240, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'division' } },
938
- { field: 'departments', title: 'Departments', visible: true, width: 160, align: 'right', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'departments' } },
939
- { field: 'teams', title: 'Teams', visible: true, width: 160, align: 'right', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'teams' } },
940
- ],
941
- },
942
- },
943
- ],
944
- defaultLayoutId: 'table',
945
- },
946
- ];
947
- //#endregion
948
- //#region ---- Providers ----
949
- class AXMOrganizationReportCategoryProvider {
950
- async getList(parentId) {
951
- if (!parentId)
952
- return ORG_REPORT_CATEGORIES.filter((c) => !c.parentId);
953
- return ORG_REPORT_CATEGORIES.filter((c) => c.parentId === parentId);
954
- }
955
- async getById(id) {
956
- return ORG_REPORT_CATEGORIES.find((c) => c.id === id);
957
- }
958
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationReportCategoryProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
959
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationReportCategoryProvider }); }
960
- }
961
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationReportCategoryProvider, decorators: [{
962
- type: Injectable
963
- }] });
964
- class AXMOrganizationReportDefinitionProvider {
965
- async getList(categoryId) {
966
- return ORG_REPORT_DEFINITIONS.filter((r) => r.categoryIds.includes(categoryId));
967
- }
968
- async getById(id) {
969
- return ORG_REPORT_DEFINITIONS.find((r) => r.id === id);
970
- }
971
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationReportDefinitionProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
972
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationReportDefinitionProvider }); }
973
- }
974
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationReportDefinitionProvider, decorators: [{
975
- type: Injectable
976
- }] });
977
- const AXM_ORG_REPORT_CATEGORY_PROVIDER = {
978
- provide: AXP_REPORT_CATEGORY_PROVIDER,
979
- useClass: AXMOrganizationReportCategoryProvider,
980
- multi: true,
981
- };
982
- const AXM_ORG_REPORT_DEFINITION_PROVIDER = {
983
- provide: AXP_REPORT_DEFINITION_PROVIDER,
984
- useClass: AXMOrganizationReportDefinitionProvider,
985
- multi: true,
986
- };
987
-
988
- const AXM_EMPLOYEE_CODE_IDENTIFIER_RULE = {
989
- id: 'employee-code',
990
- title: 'Employee Code',
991
- entity: RootConfig.entities.employee.source,
992
- pattern: 'EMP-{date:YYYYMM}{seq:4}',
993
- enabled: true,
994
- priority: 1,
995
- scopeConfig: { byTenant: false, period: 'yearly', minValue: 100, blockSize: 0 },
996
- };
997
-
998
686
  function routesFacory() {
999
687
  const config = inject(AXP_ENTITY_CONFIG_TOKEN);
1000
688
  const routes = [
@@ -1007,7 +695,7 @@ function routesFacory() {
1007
695
  children: [
1008
696
  {
1009
697
  path: 'chart',
1010
- loadComponent: () => import('./acorex-modules-organization-management-org-chart.page-DxVm1V4w.mjs').then((c) => c.AXMOrgChartPage),
698
+ loadComponent: () => import('./acorex-modules-organization-management-org-chart.page-5fHaWyGW.mjs').then((c) => c.AXMOrgChartPage),
1011
699
  },
1012
700
  {
1013
701
  path: 'configuration',
@@ -1028,7 +716,7 @@ function routesFactory() {
1028
716
  children: [
1029
717
  {
1030
718
  path: 'chart',
1031
- loadComponent: () => import('./acorex-modules-organization-management-org-chart.page-DxVm1V4w.mjs').then((c) => c.AXMOrgChartPage),
719
+ loadComponent: () => import('./acorex-modules-organization-management-org-chart.page-5fHaWyGW.mjs').then((c) => c.AXMOrgChartPage),
1032
720
  },
1033
721
  ],
1034
722
  };
@@ -1037,23 +725,15 @@ class AXMOrganizationManagementModule {
1037
725
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1038
726
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementModule, imports: [CommonModule,
1039
727
  AXMOrganizationManagementResponsibilityEntityModule,
1040
- AXMOrganizationManagementSkillEntityModule,
1041
728
  AXMOrganizationManagementRoleEntityModule,
1042
729
  AXMOrganizationManagementTeamEntityModule,
1043
730
  AXMOrganizationManagementCompanyEntityModule,
1044
731
  AXMOrganizationManagementDepartmentEntityModule,
1045
732
  AXMOrganizationManagementDivisionEntityModule,
1046
733
  AXMOrganizationManagementBranchEntityModule,
1047
- AXMOrganizationManagementEmployeeEntityModule,
1048
734
  AXMOrganizationManagementPositionEntityModule,
1049
- AXMOrganizationManagementChartEntityModule,
1050
- AXMOrganizationManagementEmploymentTypeEntityModule] }); }
735
+ AXMOrganizationManagementChartEntityModule] }); }
1051
736
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementModule, providers: [
1052
- {
1053
- provide: AXP_IDENTIFIER_RULES,
1054
- multi: true,
1055
- useValue: AXM_EMPLOYEE_CODE_IDENTIFIER_RULE,
1056
- },
1057
737
  {
1058
738
  provide: AXP_ENTITY_DEFINITION_LOADER,
1059
739
  useClass: AXMOrganizationModuleEntityProvider,
@@ -1094,21 +774,16 @@ class AXMOrganizationManagementModule {
1094
774
  useClass: AXMDepartmentDataSourceDefinition,
1095
775
  multi: true,
1096
776
  },
1097
- AXM_ORG_REPORT_CATEGORY_PROVIDER,
1098
- AXM_ORG_REPORT_DEFINITION_PROVIDER,
1099
777
  ], imports: [CommonModule,
1100
778
  AXMOrganizationManagementResponsibilityEntityModule,
1101
- AXMOrganizationManagementSkillEntityModule,
1102
779
  AXMOrganizationManagementRoleEntityModule,
1103
780
  AXMOrganizationManagementTeamEntityModule,
1104
781
  AXMOrganizationManagementCompanyEntityModule,
1105
782
  AXMOrganizationManagementDepartmentEntityModule,
1106
783
  AXMOrganizationManagementDivisionEntityModule,
1107
784
  AXMOrganizationManagementBranchEntityModule,
1108
- AXMOrganizationManagementEmployeeEntityModule,
1109
785
  AXMOrganizationManagementPositionEntityModule,
1110
- AXMOrganizationManagementChartEntityModule,
1111
- AXMOrganizationManagementEmploymentTypeEntityModule] }); }
786
+ AXMOrganizationManagementChartEntityModule] }); }
1112
787
  }
1113
788
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMOrganizationManagementModule, decorators: [{
1114
789
  type: NgModule,
@@ -1116,24 +791,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
1116
791
  imports: [
1117
792
  CommonModule,
1118
793
  AXMOrganizationManagementResponsibilityEntityModule,
1119
- AXMOrganizationManagementSkillEntityModule,
1120
794
  AXMOrganizationManagementRoleEntityModule,
1121
795
  AXMOrganizationManagementTeamEntityModule,
1122
796
  AXMOrganizationManagementCompanyEntityModule,
1123
797
  AXMOrganizationManagementDepartmentEntityModule,
1124
798
  AXMOrganizationManagementDivisionEntityModule,
1125
799
  AXMOrganizationManagementBranchEntityModule,
1126
- AXMOrganizationManagementEmployeeEntityModule,
1127
800
  AXMOrganizationManagementPositionEntityModule,
1128
801
  AXMOrganizationManagementChartEntityModule,
1129
- AXMOrganizationManagementEmploymentTypeEntityModule,
1130
802
  ],
1131
803
  providers: [
1132
- {
1133
- provide: AXP_IDENTIFIER_RULES,
1134
- multi: true,
1135
- useValue: AXM_EMPLOYEE_CODE_IDENTIFIER_RULE,
1136
- },
1137
804
  {
1138
805
  provide: AXP_ENTITY_DEFINITION_LOADER,
1139
806
  useClass: AXMOrganizationModuleEntityProvider,
@@ -1174,8 +841,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
1174
841
  useClass: AXMDepartmentDataSourceDefinition,
1175
842
  multi: true,
1176
843
  },
1177
- AXM_ORG_REPORT_CATEGORY_PROVIDER,
1178
- AXM_ORG_REPORT_DEFINITION_PROVIDER,
1179
844
  ],
1180
845
  }]
1181
846
  }] });
@@ -1184,5 +849,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
1184
849
  * Generated bundle index. Do not edit.
1185
850
  */
1186
851
 
1187
- export { AXMOrganizationManagementBranchEntityModule, AXMOrganizationManagementBranchEntityService, AXMOrganizationManagementBranchEntityServiceImpl, AXMOrganizationManagementChartEntityModule, AXMOrganizationManagementChartEntityService, AXMOrganizationManagementChartEntityServiceImpl, AXMOrganizationManagementCompanyEntityModule, AXMOrganizationManagementCompanyEntityService, AXMOrganizationManagementCompanyEntityServiceImpl, AXMOrganizationManagementDepartmentEntityModule, AXMOrganizationManagementDepartmentEntityService, AXMOrganizationManagementDepartmentEntityServiceImpl, AXMOrganizationManagementDivisionEntityModule, AXMOrganizationManagementDivisionEntityService, AXMOrganizationManagementDivisionEntityServiceImpl, AXMOrganizationManagementEmployeeEntityModule, AXMOrganizationManagementEmployeeEntityService, AXMOrganizationManagementEmployeeEntityServiceImpl, AXMOrganizationManagementEmploymentTypeEntityModule, AXMOrganizationManagementEmploymentTypeEntityService, AXMOrganizationManagementEmploymentTypeEntityServiceImpl, AXMOrganizationManagementModule, AXMOrganizationManagementPositionEntityModule, AXMOrganizationManagementPositionEntityService, AXMOrganizationManagementPositionEntityServiceImpl, AXMOrganizationManagementResponsibilityEntityModule, AXMOrganizationManagementResponsibilityEntityService, AXMOrganizationManagementResponsibilityEntityServiceImpl, AXMOrganizationManagementRoleEntityModule, AXMOrganizationManagementRoleEntityService, AXMOrganizationManagementRoleEntityServiceImpl, AXMOrganizationManagementSkillEntityModule, AXMOrganizationManagementSkillEntityService, AXMOrganizationManagementSkillEntityServiceImpl, AXMOrganizationManagementTeamEntityModule, AXMOrganizationManagementTeamEntityService, AXMOrganizationManagementTeamEntityServiceImpl, AXMOrganizationNodeType, AXMOrganizationNodeTypeCategory, AXM_ORG_CHART_NODE_TYPE_ENTITY_MAPPINGS, RootConfig };
852
+ export { AXMOrganizationManagementBranchEntityModule, AXMOrganizationManagementBranchEntityService, AXMOrganizationManagementBranchEntityServiceImpl, AXMOrganizationManagementChartEntityModule, AXMOrganizationManagementChartEntityService, AXMOrganizationManagementChartEntityServiceImpl, AXMOrganizationManagementCompanyEntityModule, AXMOrganizationManagementCompanyEntityService, AXMOrganizationManagementCompanyEntityServiceImpl, AXMOrganizationManagementDepartmentEntityModule, AXMOrganizationManagementDepartmentEntityService, AXMOrganizationManagementDepartmentEntityServiceImpl, AXMOrganizationManagementDivisionEntityModule, AXMOrganizationManagementDivisionEntityService, AXMOrganizationManagementDivisionEntityServiceImpl, AXMOrganizationManagementModule, AXMOrganizationManagementPositionEntityModule, AXMOrganizationManagementPositionEntityService, AXMOrganizationManagementPositionEntityServiceImpl, AXMOrganizationManagementResponsibilityEntityModule, AXMOrganizationManagementResponsibilityEntityService, AXMOrganizationManagementResponsibilityEntityServiceImpl, AXMOrganizationManagementRoleEntityModule, AXMOrganizationManagementRoleEntityService, AXMOrganizationManagementRoleEntityServiceImpl, AXMOrganizationManagementTeamEntityModule, AXMOrganizationManagementTeamEntityService, AXMOrganizationManagementTeamEntityServiceImpl, AXMOrganizationNodeType, AXMOrganizationNodeTypeCategory, AXM_ORG_CHART_NODE_TYPE_ENTITY_MAPPINGS, RootConfig };
1188
853
  //# sourceMappingURL=acorex-modules-organization-management.mjs.map