@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
@@ -67,27 +67,27 @@ class AXMMenuProvider {
67
67
  async provide(context) {
68
68
  const scope = RootConfig.config.i18n;
69
69
  const module = RootConfig.module;
70
- context.addItems([
71
- {
72
- priority: 9005,
73
- text: `t('root-menu', {scope:"${scope}"})`,
74
- icon: module.icon,
75
- data: {
76
- // requiredPermission: ['forms:management'],
77
- },
78
- children: [
79
- {
80
- text: `t("logs", {scope: "${scope}"})`,
81
- path: this.entityService.createPath(module.name, RootConfig.entities.axpLog.name),
82
- icon: RootConfig.entities.axpLog.icon,
83
- priority: 1,
84
- data: {
85
- // requiredPermission: ['forms:categories:edit'],
86
- },
87
- }
88
- ],
89
- },
90
- ]);
70
+ // context.addItems([
71
+ // {
72
+ // priority: 9005,
73
+ // text: `t('root-menu', {scope:"${scope}"})`,
74
+ // icon: module.icon,
75
+ // data: {
76
+ // // requiredPermission: ['forms:management'],
77
+ // },
78
+ // children: [
79
+ // {
80
+ // text: `t("logs", {scope: "${scope}"})`,
81
+ // path: this.entityService.createPath(module.name, RootConfig.entities.axpLog.name),
82
+ // icon: RootConfig.entities.axpLog.icon,
83
+ // priority: 1,
84
+ // data: {
85
+ // // requiredPermission: ['forms:categories:edit'],
86
+ // },
87
+ // }
88
+ // ],
89
+ // },
90
+ // ]);
91
91
  // context.addItems([
92
92
  // {
93
93
  // priority: 9001,
@@ -1110,6 +1110,7 @@ var axpLog_entity = /*#__PURE__*/Object.freeze({
1110
1110
  const LOG_REPORT_ROOT_CATEGORY_ID = 'log-management.reports.root';
1111
1111
  const LOG_REPORT_ERRORS_CATEGORY_ID = 'log-management.reports.errors';
1112
1112
  const LOG_REPORT_AUDIT_CATEGORY_ID = 'log-management.reports.audit';
1113
+ const LOG_REPORT_IDENTITY_CATEGORY_ID = 'log-management.reports.identity';
1113
1114
  const LOG_REPORT_CATEGORIES = [
1114
1115
  {
1115
1116
  id: LOG_REPORT_ROOT_CATEGORY_ID,
@@ -1131,6 +1132,13 @@ const LOG_REPORT_CATEGORIES = [
1131
1132
  description: 'User actions and system audit trail',
1132
1133
  hasReport: true,
1133
1134
  },
1135
+ {
1136
+ id: LOG_REPORT_IDENTITY_CATEGORY_ID,
1137
+ parentId: LOG_REPORT_ROOT_CATEGORY_ID,
1138
+ title: 'Identity',
1139
+ description: 'Authentication and identity management logs',
1140
+ hasReport: true,
1141
+ },
1134
1142
  ];
1135
1143
  const LOG_REPORT_DEFINITIONS = [
1136
1144
  {
@@ -1190,7 +1198,7 @@ const LOG_REPORT_DEFINITIONS = [
1190
1198
  {
1191
1199
  id: 'log-management.report.audit-trail-by-user',
1192
1200
  title: 'Audit Trail by User',
1193
- description: 'Activity and actions grouped by user',
1201
+ description: 'Comprehensive audit trail showing user actions, system events, and entity changes',
1194
1202
  categoryIds: [LOG_REPORT_AUDIT_CATEGORY_ID],
1195
1203
  parameterGroups: [
1196
1204
  {
@@ -1214,14 +1222,247 @@ const LOG_REPORT_DEFINITIONS = [
1214
1222
  title: 'Filters',
1215
1223
  parameters: [
1216
1224
  {
1217
- path: 'user',
1218
- title: 'User',
1219
- widget: { type: AXPWidgetsList.Editors.TextBox, options: { placeholder: 'username or id' } },
1225
+ path: 'userName',
1226
+ title: 'User Name',
1227
+ widget: { type: AXPWidgetsList.Editors.TextBox, options: { placeholder: 'Filter by username' } },
1228
+ },
1229
+ {
1230
+ path: 'httpMethod',
1231
+ title: 'HTTP Method',
1232
+ widget: {
1233
+ type: AXPWidgetsList.Editors.SelectBox,
1234
+ options: {
1235
+ dataSource: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'],
1236
+ multiple: true
1237
+ }
1238
+ },
1220
1239
  },
1221
1240
  {
1222
- path: 'action',
1223
- title: 'Action Contains',
1224
- widget: { type: AXPWidgetsList.Editors.TextBox },
1241
+ path: 'httpStatusCode',
1242
+ title: 'HTTP Status',
1243
+ widget: {
1244
+ type: AXPWidgetsList.Editors.SelectBox,
1245
+ options: {
1246
+ dataSource: ['200', '201', '400', '401', '403', '404', '500'],
1247
+ multiple: true
1248
+ }
1249
+ },
1250
+ },
1251
+ ],
1252
+ },
1253
+ ],
1254
+ layouts: [
1255
+ {
1256
+ id: 'table',
1257
+ title: 'Table View',
1258
+ isDefault: true,
1259
+ layout: {
1260
+ type: 'table',
1261
+ columns: [
1262
+ { field: 'executionTime', title: 'Date', visible: true, width: 180, align: 'left', widget: { type: AXPWidgetsList.Editors.DateTimeBox, path: 'executionTime' } },
1263
+ { field: 'userName', title: 'User Name', visible: true, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'userName' } },
1264
+ { field: 'tenantName', title: 'Tenant', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'tenantName' } },
1265
+ { field: 'httpMethod', title: 'Method', visible: true, width: 80, align: 'center', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'httpMethod' } },
1266
+ { field: 'url', title: 'URL', visible: true, width: 300, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'url' } },
1267
+ { field: 'httpStatusCode', title: 'Status', visible: true, width: 80, align: 'center', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'httpStatusCode' } },
1268
+ { field: 'executionDuration', title: 'Duration (ms)', visible: true, width: 120, align: 'right', widget: { type: AXPWidgetsList.Editors.NumberBox, path: 'executionDuration' } },
1269
+ { field: 'clientIpAddress', title: 'Client IP', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'clientIpAddress' } },
1270
+ { field: 'clientName', title: 'Client', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'clientName' } },
1271
+ { field: 'correlationId', title: 'Correlation ID', visible: true, width: 200, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'correlationId' } },
1272
+ { field: 'comments', title: 'Comments', visible: true, width: 200, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'comments' } },
1273
+ { field: 'exceptions', title: 'Exceptions', visible: false, width: 200, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'exceptions' } },
1274
+ { field: 'impersonatorUserName', title: 'Impersonated By', visible: false, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'impersonatorUserName' } },
1275
+ ],
1276
+ options: { pagination: true },
1277
+ },
1278
+ },
1279
+ ],
1280
+ defaultLayoutId: 'table',
1281
+ },
1282
+ {
1283
+ id: 'log-management.report.login-logs',
1284
+ title: 'Login Logs',
1285
+ description: 'Authentication login attempts and successful logins',
1286
+ categoryIds: [LOG_REPORT_IDENTITY_CATEGORY_ID],
1287
+ parameterGroups: [
1288
+ {
1289
+ name: 'period',
1290
+ title: 'Period',
1291
+ parameters: [
1292
+ {
1293
+ path: 'startDate',
1294
+ title: 'Start Date',
1295
+ widget: { type: AXPWidgetsList.Editors.DateTimeBox, options: { format: 'date' } },
1296
+ },
1297
+ {
1298
+ path: 'endDate',
1299
+ title: 'End Date',
1300
+ widget: { type: AXPWidgetsList.Editors.DateTimeBox, options: { format: 'date' } },
1301
+ },
1302
+ ],
1303
+ },
1304
+ {
1305
+ name: 'filters',
1306
+ title: 'Filters',
1307
+ parameters: [
1308
+ {
1309
+ path: 'userName',
1310
+ title: 'User Name',
1311
+ widget: { type: AXPWidgetsList.Editors.TextBox, options: { placeholder: 'Filter by username' } },
1312
+ },
1313
+ {
1314
+ path: 'httpMethod',
1315
+ title: 'HTTP Method',
1316
+ widget: {
1317
+ type: AXPWidgetsList.Editors.SelectBox,
1318
+ options: {
1319
+ dataSource: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'],
1320
+ multiple: true
1321
+ }
1322
+ },
1323
+ },
1324
+ {
1325
+ path: 'httpStatusCode',
1326
+ title: 'HTTP Status',
1327
+ widget: {
1328
+ type: AXPWidgetsList.Editors.SelectBox,
1329
+ options: {
1330
+ dataSource: ['200', '201', '400', '401', '403', '404', '500'],
1331
+ multiple: true
1332
+ }
1333
+ },
1334
+ },
1335
+ ],
1336
+ },
1337
+ ],
1338
+ layouts: [
1339
+ {
1340
+ id: 'table',
1341
+ title: 'Table View',
1342
+ isDefault: true,
1343
+ layout: {
1344
+ type: 'table',
1345
+ columns: [
1346
+ { field: 'userName', title: 'User Name', visible: true, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'userName' } },
1347
+ { field: 'httpStatusCode', title: 'Status', visible: true, width: 80, align: 'center', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'httpStatusCode' } },
1348
+ { field: 'clientName', title: 'Client', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'clientName' } },
1349
+ { field: 'tenantName', title: 'Tenant', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'tenantName' } },
1350
+ { field: 'applicationName', title: 'Application', visible: true, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'applicationName' } },
1351
+ { field: 'impersonatorUserName', title: 'Impersonated By', visible: false, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'impersonatorUserName' } },
1352
+ ],
1353
+ options: { pagination: true },
1354
+ },
1355
+ },
1356
+ ],
1357
+ defaultLayoutId: 'table',
1358
+ },
1359
+ {
1360
+ id: 'log-management.report.change-password-logs',
1361
+ title: 'Change Password Logs',
1362
+ description: 'Password change attempts and successful password changes',
1363
+ categoryIds: [LOG_REPORT_IDENTITY_CATEGORY_ID],
1364
+ parameterGroups: [
1365
+ {
1366
+ name: 'period',
1367
+ title: 'Period',
1368
+ parameters: [
1369
+ {
1370
+ path: 'startDate',
1371
+ title: 'Start Date',
1372
+ widget: { type: AXPWidgetsList.Editors.DateTimeBox, options: { format: 'date' } },
1373
+ },
1374
+ {
1375
+ path: 'endDate',
1376
+ title: 'End Date',
1377
+ widget: { type: AXPWidgetsList.Editors.DateTimeBox, options: { format: 'date' } },
1378
+ },
1379
+ ],
1380
+ },
1381
+ {
1382
+ name: 'filters',
1383
+ title: 'Filters',
1384
+ parameters: [
1385
+ {
1386
+ path: 'userName',
1387
+ title: 'User Name',
1388
+ widget: { type: AXPWidgetsList.Editors.TextBox, options: { placeholder: 'Filter by username' } },
1389
+ },
1390
+ {
1391
+ path: 'httpStatusCode',
1392
+ title: 'HTTP Status',
1393
+ widget: {
1394
+ type: AXPWidgetsList.Editors.SelectBox,
1395
+ options: {
1396
+ dataSource: ['200', '201', '400', '401', '403', '404', '500'],
1397
+ multiple: true
1398
+ }
1399
+ },
1400
+ },
1401
+ ],
1402
+ },
1403
+ ],
1404
+ layouts: [
1405
+ {
1406
+ id: 'table',
1407
+ title: 'Table View',
1408
+ isDefault: true,
1409
+ layout: {
1410
+ type: 'table',
1411
+ columns: [
1412
+ { field: 'userName', title: 'User Name', visible: true, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'userName' } },
1413
+ { field: 'httpStatusCode', title: 'Status', visible: true, width: 80, align: 'center', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'httpStatusCode' } },
1414
+ { field: 'clientName', title: 'Client', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'clientName' } },
1415
+ { field: 'tenantName', title: 'Tenant', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'tenantName' } },
1416
+ { field: 'applicationName', title: 'Application', visible: true, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'applicationName' } },
1417
+ { field: 'impersonatorUserName', title: 'Impersonated By', visible: false, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'impersonatorUserName' } },
1418
+ ],
1419
+ options: { pagination: true },
1420
+ },
1421
+ },
1422
+ ],
1423
+ defaultLayoutId: 'table',
1424
+ },
1425
+ {
1426
+ id: 'log-management.report.identity-error-logs',
1427
+ title: 'Identity Error Logs',
1428
+ description: 'Authentication and identity management errors',
1429
+ categoryIds: [LOG_REPORT_IDENTITY_CATEGORY_ID],
1430
+ parameterGroups: [
1431
+ {
1432
+ name: 'period',
1433
+ title: 'Period',
1434
+ parameters: [
1435
+ {
1436
+ path: 'startDate',
1437
+ title: 'Start Date',
1438
+ widget: { type: AXPWidgetsList.Editors.DateTimeBox, options: { format: 'date' } },
1439
+ },
1440
+ {
1441
+ path: 'endDate',
1442
+ title: 'End Date',
1443
+ widget: { type: AXPWidgetsList.Editors.DateTimeBox, options: { format: 'date' } },
1444
+ },
1445
+ ],
1446
+ },
1447
+ {
1448
+ name: 'filters',
1449
+ title: 'Filters',
1450
+ parameters: [
1451
+ {
1452
+ path: 'userName',
1453
+ title: 'User Name',
1454
+ widget: { type: AXPWidgetsList.Editors.TextBox, options: { placeholder: 'Filter by username' } },
1455
+ },
1456
+ {
1457
+ path: 'httpStatusCode',
1458
+ title: 'HTTP Status',
1459
+ widget: {
1460
+ type: AXPWidgetsList.Editors.SelectBox,
1461
+ options: {
1462
+ dataSource: ['400', '401', '403', '404', '500'],
1463
+ multiple: true
1464
+ }
1465
+ },
1225
1466
  },
1226
1467
  ],
1227
1468
  },
@@ -1234,9 +1475,19 @@ const LOG_REPORT_DEFINITIONS = [
1234
1475
  layout: {
1235
1476
  type: 'table',
1236
1477
  columns: [
1237
- { field: 'user', title: 'User', visible: true, width: 180, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'user' } },
1238
- { field: 'timestamp', title: 'Timestamp', visible: true, width: 180, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'timestamp' } },
1239
- { field: 'action', title: 'Action', visible: true, width: 320, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'action' } },
1478
+ { field: 'executionTime', title: 'Date', visible: true, width: 180, align: 'left', widget: { type: AXPWidgetsList.Editors.DateTimeBox, path: 'executionTime' } },
1479
+ { field: 'userName', title: 'User Name', visible: true, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'userName' } },
1480
+ { field: 'tenantName', title: 'Tenant', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'tenantName' } },
1481
+ { field: 'httpMethod', title: 'Method', visible: true, width: 80, align: 'center', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'httpMethod' } },
1482
+ { field: 'url', title: 'URL', visible: true, width: 300, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'url' } },
1483
+ { field: 'httpStatusCode', title: 'Status', visible: true, width: 80, align: 'center', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'httpStatusCode' } },
1484
+ { field: 'executionDuration', title: 'Duration (ms)', visible: true, width: 120, align: 'right', widget: { type: AXPWidgetsList.Editors.NumberBox, path: 'executionDuration' } },
1485
+ { field: 'clientIpAddress', title: 'Client IP', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'clientIpAddress' } },
1486
+ { field: 'clientName', title: 'Client', visible: true, width: 120, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'clientName' } },
1487
+ { field: 'correlationId', title: 'Correlation ID', visible: true, width: 200, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'correlationId' } },
1488
+ { field: 'comments', title: 'Comments', visible: true, width: 200, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'comments' } },
1489
+ { field: 'exceptions', title: 'Exceptions', visible: true, width: 200, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'exceptions' } },
1490
+ { field: 'impersonatorUserName', title: 'Impersonated By', visible: false, width: 150, align: 'left', widget: { type: AXPWidgetsList.Editors.TextBox, path: 'impersonatorUserName' } },
1240
1491
  ],
1241
1492
  options: { pagination: true },
1242
1493
  },