@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
@@ -0,0 +1,700 @@
1
+ import * as i0 from '@angular/core';
2
+ import { inject, Injector, Injectable, NgModule } from '@angular/core';
3
+ import { AXP_MENU_PROVIDER } from '@acorex/platform/common';
4
+ import { AXPEntityService, AXMEntityCrudServiceImpl, AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
5
+ import { AXP_IDENTIFIER_RULES } from '@acorex/modules/identifier-management';
6
+
7
+ const config = {
8
+ i18n: 'customer-management',
9
+ module: 'CustomerManagement',
10
+ };
11
+ const RootConfig = {
12
+ config,
13
+ module: {
14
+ route: 'customer-management',
15
+ name: config.module,
16
+ title: `t('module-name', {scope:"${config.i18n}"})`,
17
+ icon: 'fa-light fa-handshake',
18
+ },
19
+ entities: {
20
+ customer: {
21
+ name: 'Customer',
22
+ source: `${config.module}.Customer`,
23
+ title: `t('customer.individual-title', {scope:"${config.i18n}"})`,
24
+ titlePlural: `t('customer.plural-title', {scope:"${config.i18n}"})`,
25
+ icon: 'fa-light fa-building-user',
26
+ },
27
+ customerType: {
28
+ name: 'CustomerType',
29
+ source: `${config.module}.CustomerType`,
30
+ title: `t('customer-type.individual-title', {scope:"${config.i18n}"})`,
31
+ titlePlural: `t('customer-type.plural-title', {scope:"${config.i18n}"})`,
32
+ icon: 'fa-light fa-tags',
33
+ },
34
+ customerSegment: {
35
+ name: 'CustomerSegment',
36
+ source: `${config.module}.CustomerSegment`,
37
+ title: `t('customer-segment.individual-title', {scope:"${config.i18n}"})`,
38
+ titlePlural: `t('customer-segment.plural-title', {scope:"${config.i18n}"})`,
39
+ icon: 'fa-light fa-chart-pie',
40
+ },
41
+ lead: {
42
+ name: 'Lead',
43
+ source: `${config.module}.Lead`,
44
+ title: `t('lead.individual-title', {scope:"${config.i18n}"})`,
45
+ titlePlural: `t('lead.plural-title', {scope:"${config.i18n}"})`,
46
+ icon: 'fa-light fa-user-plus',
47
+ },
48
+ opportunity: {
49
+ name: 'Opportunity',
50
+ source: `${config.module}.Opportunity`,
51
+ title: `t('opportunity.individual-title', {scope:"${config.i18n}"})`,
52
+ titlePlural: `t('opportunity.plural-title', {scope:"${config.i18n}"})`,
53
+ icon: 'fa-light fa-briefcase',
54
+ },
55
+ opportunityStage: {
56
+ name: 'OpportunityStage',
57
+ source: `${config.module}.OpportunityStage`,
58
+ title: `t('opportunity-stage.individual-title', {scope:"${config.i18n}"})`,
59
+ titlePlural: `t('opportunity-stage.plural-title', {scope:"${config.i18n}"})`,
60
+ icon: 'fa-light fa-stairs',
61
+ },
62
+ salesPipeline: {
63
+ name: 'SalesPipeline',
64
+ source: `${config.module}.SalesPipeline`,
65
+ title: `t('sales-pipeline.individual-title', {scope:"${config.i18n}"})`,
66
+ titlePlural: `t('sales-pipeline.plural-title', {scope:"${config.i18n}"})`,
67
+ icon: 'fa-light fa-diagram-project',
68
+ },
69
+ activity: {
70
+ name: 'Activity',
71
+ source: `${config.module}.Activity`,
72
+ title: `t('activity.individual-title', {scope:"${config.i18n}"})`,
73
+ titlePlural: `t('activity.plural-title', {scope:"${config.i18n}"})`,
74
+ icon: 'fa-light fa-calendar-check',
75
+ },
76
+ dealContactRole: {
77
+ name: 'DealContactRole',
78
+ source: `${config.module}.DealContactRole`,
79
+ title: `t('deal-contact-role.individual-title', {scope:"${config.i18n}"})`,
80
+ titlePlural: `t('deal-contact-role.plural-title', {scope:"${config.i18n}"})`,
81
+ icon: 'fa-light fa-users',
82
+ },
83
+ lifecycleStage: {
84
+ name: 'LifecycleStage',
85
+ source: `${config.module}.LifecycleStage`,
86
+ title: `t('lifecycle-stage.individual-title', {scope:"${config.i18n}"})`,
87
+ titlePlural: `t('lifecycle-stage.plural-title', {scope:"${config.i18n}"})`,
88
+ icon: 'fa-light fa-timeline',
89
+ },
90
+ salesTerritory: {
91
+ name: 'SalesTerritory',
92
+ source: `${config.module}.SalesTerritory`,
93
+ title: `t('sales-territory.individual-title', {scope:"${config.i18n}"})`,
94
+ titlePlural: `t('sales-territory.plural-title', {scope:"${config.i18n}"})`,
95
+ icon: 'fa-light fa-map',
96
+ },
97
+ },
98
+ };
99
+
100
+ class AXMCustomerManagementEntityProvider {
101
+ constructor() {
102
+ this.injector = inject(Injector);
103
+ }
104
+ preload() {
105
+ const module = RootConfig.module.name;
106
+ return Array.from(Object.values(RootConfig.entities)).map((entity) => ({
107
+ module: module,
108
+ entity: entity.name,
109
+ }));
110
+ }
111
+ async get(moduleName, entityName) {
112
+ if (moduleName == RootConfig.module.name) {
113
+ switch (entityName) {
114
+ case RootConfig.entities.customer.name:
115
+ return (await import('./acorex-modules-customer-management-customer.entity-rUNC9glL.mjs')).customerFactory(this.injector);
116
+ case RootConfig.entities.customerType.name:
117
+ return (await import('./acorex-modules-customer-management-customer-type.entity-Bk_Ng_DS.mjs')).customerTypeFactory(this.injector);
118
+ case RootConfig.entities.customerSegment.name:
119
+ return (await import('./acorex-modules-customer-management-customer-segment.entity-CjFYqTMc.mjs')).customerSegmentFactory(this.injector);
120
+ case RootConfig.entities.lead.name:
121
+ return (await import('./acorex-modules-customer-management-lead.entity-B3gv0YnT.mjs')).leadFactory(this.injector);
122
+ case RootConfig.entities.opportunityStage.name:
123
+ return (await import('./acorex-modules-customer-management-opportunity-stage.entity-C-opdmDW.mjs')).opportunityStageFactory(this.injector);
124
+ case RootConfig.entities.salesPipeline.name:
125
+ return (await import('./acorex-modules-customer-management-sales-pipeline.entity-AeLhcil2.mjs')).salesPipelineFactory(this.injector);
126
+ case RootConfig.entities.lifecycleStage.name:
127
+ return (await import('./acorex-modules-customer-management-lifecycle-stage.entity-cs1hb_Ro.mjs')).lifecycleStageFactory(this.injector);
128
+ case RootConfig.entities.salesTerritory.name:
129
+ return (await import('./acorex-modules-customer-management-sales-territory.entity-uK9N7p_k.mjs')).salesTerritoryFactory(this.injector);
130
+ case RootConfig.entities.opportunity?.name:
131
+ return (await import('./acorex-modules-customer-management-opportunity.entity-D5n_4xgK.mjs')).opportunityFactory(this.injector);
132
+ case RootConfig.entities.activity?.name:
133
+ return (await import('./acorex-modules-customer-management-activity.entity-By32mnXN.mjs')).activityFactory(this.injector);
134
+ // note entity replaced by comments plugin
135
+ case RootConfig.entities.dealContactRole?.name:
136
+ return (await import('./acorex-modules-customer-management-deal-contact-role.entity-BWX44lzi.mjs')).dealContactRoleFactory(this.injector);
137
+ }
138
+ }
139
+ return null;
140
+ }
141
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementEntityProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
142
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementEntityProvider }); }
143
+ }
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementEntityProvider, decorators: [{
145
+ type: Injectable
146
+ }] });
147
+
148
+ class AXMMenuProvider {
149
+ constructor() {
150
+ this.entityService = inject(AXPEntityService);
151
+ }
152
+ async provide(context) {
153
+ const module = RootConfig.module;
154
+ context.addItems([
155
+ {
156
+ priority: 9003,
157
+ text: `t('root-menu', {scope:"${RootConfig.config.i18n}"})`,
158
+ icon: module.icon,
159
+ children: [
160
+ {
161
+ text: `t('customer.plural-title', {scope:"${RootConfig.config.i18n}"})`,
162
+ path: this.entityService.createPath(module.name, RootConfig.entities.customer.name),
163
+ icon: RootConfig.entities.customer.icon,
164
+ priority: 1,
165
+ },
166
+ {
167
+ text: `t('lead.plural-title', {scope:"${RootConfig.config.i18n}"})`,
168
+ path: this.entityService.createPath(module.name, RootConfig.entities.lead.name),
169
+ icon: RootConfig.entities.lead.icon,
170
+ priority: 2,
171
+ },
172
+ {
173
+ text: `t('opportunity.plural-title', {scope:"${RootConfig.config.i18n}"})`,
174
+ path: this.entityService.createPath(module.name, RootConfig.entities.opportunity.name),
175
+ icon: RootConfig.entities.opportunity.icon,
176
+ priority: 3,
177
+ },
178
+ {
179
+ text: `t('customer-type.plural-title', {scope:"${RootConfig.config.i18n}"})`,
180
+ path: this.entityService.createPath(module.name, RootConfig.entities.customerType.name),
181
+ icon: RootConfig.entities.customerType.icon,
182
+ priority: 6,
183
+ },
184
+ {
185
+ text: `t('customer-segment.plural-title', {scope:"${RootConfig.config.i18n}"})`,
186
+ path: this.entityService.createPath(module.name, RootConfig.entities.customerSegment.name),
187
+ icon: RootConfig.entities.customerSegment.icon,
188
+ priority: 7,
189
+ },
190
+ {
191
+ text: `t('opportunity-stage.plural-title', {scope:"${RootConfig.config.i18n}"})`,
192
+ path: this.entityService.createPath(module.name, RootConfig.entities.opportunityStage.name),
193
+ icon: RootConfig.entities.opportunityStage.icon,
194
+ priority: 8,
195
+ },
196
+ {
197
+ text: `t('sales-pipeline.plural-title', {scope:"${RootConfig.config.i18n}"})`,
198
+ path: this.entityService.createPath(module.name, RootConfig.entities.salesPipeline.name),
199
+ icon: RootConfig.entities.salesPipeline.icon,
200
+ priority: 9,
201
+ },
202
+ {
203
+ text: `t('lifecycle-stage.plural-title', {scope:"${RootConfig.config.i18n}"})`,
204
+ path: this.entityService.createPath(module.name, RootConfig.entities.lifecycleStage.name),
205
+ icon: RootConfig.entities.lifecycleStage.icon,
206
+ priority: 10,
207
+ },
208
+ {
209
+ text: `t('sales-territory.plural-title', {scope:"${RootConfig.config.i18n}"})`,
210
+ path: this.entityService.createPath(module.name, RootConfig.entities.salesTerritory.name),
211
+ icon: RootConfig.entities.salesTerritory.icon,
212
+ priority: 12,
213
+ },
214
+ ],
215
+ },
216
+ ]);
217
+ }
218
+ }
219
+
220
+ class AXMCustomerManagementCustomerEntityService extends AXMEntityCrudServiceImpl {
221
+ }
222
+ class AXMCustomerManagementCustomerEntityServiceImpl extends AXMCustomerManagementCustomerEntityService {
223
+ constructor() {
224
+ super(`${RootConfig.module.name}.${RootConfig.entities.customer.name}`);
225
+ }
226
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
227
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerEntityServiceImpl }); }
228
+ }
229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerEntityServiceImpl, decorators: [{
230
+ type: Injectable
231
+ }], ctorParameters: () => [] });
232
+
233
+ class AXMCustomerManagementCustomerEntityModule {
234
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
235
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerEntityModule }); }
236
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerEntityModule, providers: [
237
+ {
238
+ provide: AXMCustomerManagementCustomerEntityService,
239
+ useClass: AXMCustomerManagementCustomerEntityServiceImpl,
240
+ },
241
+ ] }); }
242
+ }
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerEntityModule, decorators: [{
244
+ type: NgModule,
245
+ args: [{
246
+ imports: [],
247
+ exports: [],
248
+ declarations: [],
249
+ providers: [
250
+ {
251
+ provide: AXMCustomerManagementCustomerEntityService,
252
+ useClass: AXMCustomerManagementCustomerEntityServiceImpl,
253
+ },
254
+ ],
255
+ }]
256
+ }] });
257
+
258
+ class AXMCustomerManagementCustomerTypeEntityService extends AXMEntityCrudServiceImpl {
259
+ }
260
+ class AXMCustomerManagementCustomerTypeEntityServiceImpl extends AXMCustomerManagementCustomerTypeEntityService {
261
+ constructor() {
262
+ super(`${RootConfig.module.name}.${RootConfig.entities.customerType.name}`);
263
+ }
264
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
265
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityServiceImpl }); }
266
+ }
267
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityServiceImpl, decorators: [{
268
+ type: Injectable
269
+ }], ctorParameters: () => [] });
270
+
271
+ class AXMCustomerManagementCustomerTypeEntityModule {
272
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
273
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityModule }); }
274
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityModule, providers: [
275
+ {
276
+ provide: AXMCustomerManagementCustomerTypeEntityService,
277
+ useClass: AXMCustomerManagementCustomerTypeEntityServiceImpl,
278
+ },
279
+ ] }); }
280
+ }
281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityModule, decorators: [{
282
+ type: NgModule,
283
+ args: [{
284
+ providers: [
285
+ {
286
+ provide: AXMCustomerManagementCustomerTypeEntityService,
287
+ useClass: AXMCustomerManagementCustomerTypeEntityServiceImpl,
288
+ },
289
+ ],
290
+ }]
291
+ }] });
292
+
293
+ class AXMCustomerManagementCustomerSegmentEntityService extends AXMEntityCrudServiceImpl {
294
+ }
295
+ class AXMCustomerManagementCustomerSegmentEntityServiceImpl extends AXMCustomerManagementCustomerSegmentEntityService {
296
+ constructor() {
297
+ super(`${RootConfig.module.name}.${RootConfig.entities.customerSegment.name}`);
298
+ }
299
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
300
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityServiceImpl }); }
301
+ }
302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityServiceImpl, decorators: [{
303
+ type: Injectable
304
+ }], ctorParameters: () => [] });
305
+
306
+ class AXMCustomerManagementCustomerSegmentEntityModule {
307
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
308
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityModule }); }
309
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityModule, providers: [
310
+ {
311
+ provide: AXMCustomerManagementCustomerSegmentEntityService,
312
+ useClass: AXMCustomerManagementCustomerSegmentEntityServiceImpl,
313
+ },
314
+ ] }); }
315
+ }
316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityModule, decorators: [{
317
+ type: NgModule,
318
+ args: [{
319
+ providers: [
320
+ {
321
+ provide: AXMCustomerManagementCustomerSegmentEntityService,
322
+ useClass: AXMCustomerManagementCustomerSegmentEntityServiceImpl,
323
+ },
324
+ ],
325
+ }]
326
+ }] });
327
+
328
+ class AXMCustomerManagementLeadEntityService extends AXMEntityCrudServiceImpl {
329
+ }
330
+ class AXMCustomerManagementLeadEntityServiceImpl extends AXMCustomerManagementLeadEntityService {
331
+ constructor() {
332
+ super(`${RootConfig.module.name}.${RootConfig.entities.lead.name}`);
333
+ }
334
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLeadEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
335
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLeadEntityServiceImpl }); }
336
+ }
337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLeadEntityServiceImpl, decorators: [{
338
+ type: Injectable
339
+ }], ctorParameters: () => [] });
340
+
341
+ class AXMCustomerManagementLeadEntityModule {
342
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLeadEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
343
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLeadEntityModule }); }
344
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLeadEntityModule, providers: [
345
+ {
346
+ provide: AXMCustomerManagementLeadEntityService,
347
+ useClass: AXMCustomerManagementLeadEntityServiceImpl,
348
+ },
349
+ ] }); }
350
+ }
351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLeadEntityModule, decorators: [{
352
+ type: NgModule,
353
+ args: [{
354
+ providers: [
355
+ {
356
+ provide: AXMCustomerManagementLeadEntityService,
357
+ useClass: AXMCustomerManagementLeadEntityServiceImpl,
358
+ },
359
+ ],
360
+ }]
361
+ }] });
362
+
363
+ class AXMCustomerManagementOpportunityStageEntityService extends AXMEntityCrudServiceImpl {
364
+ }
365
+ class AXMCustomerManagementOpportunityStageEntityServiceImpl extends AXMCustomerManagementOpportunityStageEntityService {
366
+ constructor() {
367
+ super(`${RootConfig.module.name}.${RootConfig.entities.opportunityStage.name}`);
368
+ }
369
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityStageEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
370
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityStageEntityServiceImpl }); }
371
+ }
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityStageEntityServiceImpl, decorators: [{
373
+ type: Injectable
374
+ }], ctorParameters: () => [] });
375
+
376
+ class AXMCustomerManagementOpportunityStageEntityModule {
377
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityStageEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
378
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityStageEntityModule }); }
379
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityStageEntityModule, providers: [
380
+ {
381
+ provide: AXMCustomerManagementOpportunityStageEntityService,
382
+ useClass: AXMCustomerManagementOpportunityStageEntityServiceImpl,
383
+ },
384
+ ] }); }
385
+ }
386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityStageEntityModule, decorators: [{
387
+ type: NgModule,
388
+ args: [{
389
+ providers: [
390
+ {
391
+ provide: AXMCustomerManagementOpportunityStageEntityService,
392
+ useClass: AXMCustomerManagementOpportunityStageEntityServiceImpl,
393
+ },
394
+ ],
395
+ }]
396
+ }] });
397
+
398
+ class AXMCustomerManagementSalesPipelineEntityService extends AXMEntityCrudServiceImpl {
399
+ }
400
+ class AXMCustomerManagementSalesPipelineEntityServiceImpl extends AXMCustomerManagementSalesPipelineEntityService {
401
+ constructor() {
402
+ super(`${RootConfig.module.name}.${RootConfig.entities.salesPipeline.name}`);
403
+ }
404
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesPipelineEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
405
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesPipelineEntityServiceImpl }); }
406
+ }
407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesPipelineEntityServiceImpl, decorators: [{
408
+ type: Injectable
409
+ }], ctorParameters: () => [] });
410
+
411
+ class AXMCustomerManagementSalesPipelineEntityModule {
412
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesPipelineEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
413
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesPipelineEntityModule }); }
414
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesPipelineEntityModule, providers: [
415
+ {
416
+ provide: AXMCustomerManagementSalesPipelineEntityService,
417
+ useClass: AXMCustomerManagementSalesPipelineEntityServiceImpl,
418
+ },
419
+ ] }); }
420
+ }
421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesPipelineEntityModule, decorators: [{
422
+ type: NgModule,
423
+ args: [{
424
+ providers: [
425
+ {
426
+ provide: AXMCustomerManagementSalesPipelineEntityService,
427
+ useClass: AXMCustomerManagementSalesPipelineEntityServiceImpl,
428
+ },
429
+ ],
430
+ }]
431
+ }] });
432
+
433
+ class AXMCustomerManagementLifecycleStageEntityService extends AXMEntityCrudServiceImpl {
434
+ }
435
+ class AXMCustomerManagementLifecycleStageEntityServiceImpl extends AXMCustomerManagementLifecycleStageEntityService {
436
+ constructor() {
437
+ super(`${RootConfig.module.name}.${RootConfig.entities.lifecycleStage.name}`);
438
+ }
439
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLifecycleStageEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
440
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLifecycleStageEntityServiceImpl }); }
441
+ }
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLifecycleStageEntityServiceImpl, decorators: [{
443
+ type: Injectable
444
+ }], ctorParameters: () => [] });
445
+
446
+ class AXMCustomerManagementLifecycleStageEntityModule {
447
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLifecycleStageEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
448
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLifecycleStageEntityModule }); }
449
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLifecycleStageEntityModule, providers: [
450
+ {
451
+ provide: AXMCustomerManagementLifecycleStageEntityService,
452
+ useClass: AXMCustomerManagementLifecycleStageEntityServiceImpl,
453
+ },
454
+ ] }); }
455
+ }
456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementLifecycleStageEntityModule, decorators: [{
457
+ type: NgModule,
458
+ args: [{
459
+ providers: [
460
+ {
461
+ provide: AXMCustomerManagementLifecycleStageEntityService,
462
+ useClass: AXMCustomerManagementLifecycleStageEntityServiceImpl,
463
+ },
464
+ ],
465
+ }]
466
+ }] });
467
+
468
+ class AXMCustomerManagementSalesTerritoryEntityService extends AXMEntityCrudServiceImpl {
469
+ }
470
+ class AXMCustomerManagementSalesTerritoryEntityServiceImpl extends AXMCustomerManagementSalesTerritoryEntityService {
471
+ constructor() {
472
+ super(`${RootConfig.module.name}.${RootConfig.entities.salesTerritory.name}`);
473
+ }
474
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesTerritoryEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
475
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesTerritoryEntityServiceImpl }); }
476
+ }
477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesTerritoryEntityServiceImpl, decorators: [{
478
+ type: Injectable
479
+ }], ctorParameters: () => [] });
480
+
481
+ class AXMCustomerManagementSalesTerritoryEntityModule {
482
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesTerritoryEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
483
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesTerritoryEntityModule }); }
484
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesTerritoryEntityModule, providers: [
485
+ {
486
+ provide: AXMCustomerManagementSalesTerritoryEntityService,
487
+ useClass: AXMCustomerManagementSalesTerritoryEntityServiceImpl,
488
+ },
489
+ ] }); }
490
+ }
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementSalesTerritoryEntityModule, decorators: [{
492
+ type: NgModule,
493
+ args: [{
494
+ providers: [
495
+ {
496
+ provide: AXMCustomerManagementSalesTerritoryEntityService,
497
+ useClass: AXMCustomerManagementSalesTerritoryEntityServiceImpl,
498
+ },
499
+ ],
500
+ }]
501
+ }] });
502
+
503
+ class AXMCustomerManagementOpportunityEntityService extends AXMEntityCrudServiceImpl {
504
+ }
505
+ class AXMCustomerManagementOpportunityEntityServiceImpl extends AXMCustomerManagementOpportunityEntityService {
506
+ constructor() {
507
+ super(`${RootConfig.module.name}.${RootConfig.entities.opportunity.name}`);
508
+ }
509
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
510
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityEntityServiceImpl }); }
511
+ }
512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityEntityServiceImpl, decorators: [{
513
+ type: Injectable
514
+ }], ctorParameters: () => [] });
515
+
516
+ class AXMCustomerManagementOpportunityEntityModule {
517
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
518
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityEntityModule }); }
519
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityEntityModule, providers: [
520
+ {
521
+ provide: AXMCustomerManagementOpportunityEntityService,
522
+ useClass: AXMCustomerManagementOpportunityEntityServiceImpl,
523
+ },
524
+ ] }); }
525
+ }
526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementOpportunityEntityModule, decorators: [{
527
+ type: NgModule,
528
+ args: [{
529
+ providers: [
530
+ {
531
+ provide: AXMCustomerManagementOpportunityEntityService,
532
+ useClass: AXMCustomerManagementOpportunityEntityServiceImpl,
533
+ },
534
+ ],
535
+ }]
536
+ }] });
537
+
538
+ class AXMCustomerManagementActivityEntityService extends AXMEntityCrudServiceImpl {
539
+ }
540
+ class AXMCustomerManagementActivityEntityServiceImpl extends AXMCustomerManagementActivityEntityService {
541
+ constructor() {
542
+ super(`${RootConfig.module.name}.${RootConfig.entities.activity.name}`);
543
+ }
544
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementActivityEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
545
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementActivityEntityServiceImpl }); }
546
+ }
547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementActivityEntityServiceImpl, decorators: [{
548
+ type: Injectable
549
+ }], ctorParameters: () => [] });
550
+
551
+ class AXMCustomerManagementActivityEntityModule {
552
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementActivityEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
553
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementActivityEntityModule }); }
554
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementActivityEntityModule, providers: [
555
+ {
556
+ provide: AXMCustomerManagementActivityEntityService,
557
+ useClass: AXMCustomerManagementActivityEntityServiceImpl,
558
+ },
559
+ ] }); }
560
+ }
561
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementActivityEntityModule, decorators: [{
562
+ type: NgModule,
563
+ args: [{
564
+ providers: [
565
+ {
566
+ provide: AXMCustomerManagementActivityEntityService,
567
+ useClass: AXMCustomerManagementActivityEntityServiceImpl,
568
+ },
569
+ ],
570
+ }]
571
+ }] });
572
+
573
+ class AXMCustomerManagementDealContactRoleEntityService extends AXMEntityCrudServiceImpl {
574
+ }
575
+ class AXMCustomerManagementDealContactRoleEntityServiceImpl extends AXMCustomerManagementDealContactRoleEntityService {
576
+ constructor() {
577
+ super(`${RootConfig.module.name}.${RootConfig.entities.dealContactRole.name}`);
578
+ }
579
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementDealContactRoleEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
580
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementDealContactRoleEntityServiceImpl }); }
581
+ }
582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementDealContactRoleEntityServiceImpl, decorators: [{
583
+ type: Injectable
584
+ }], ctorParameters: () => [] });
585
+
586
+ class AXMCustomerManagementDealContactRoleEntityModule {
587
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementDealContactRoleEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
588
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementDealContactRoleEntityModule }); }
589
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementDealContactRoleEntityModule, providers: [
590
+ {
591
+ provide: AXMCustomerManagementDealContactRoleEntityService,
592
+ useClass: AXMCustomerManagementDealContactRoleEntityServiceImpl,
593
+ },
594
+ ] }); }
595
+ }
596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementDealContactRoleEntityModule, decorators: [{
597
+ type: NgModule,
598
+ args: [{
599
+ providers: [
600
+ {
601
+ provide: AXMCustomerManagementDealContactRoleEntityService,
602
+ useClass: AXMCustomerManagementDealContactRoleEntityServiceImpl,
603
+ },
604
+ ],
605
+ }]
606
+ }] });
607
+
608
+ const AXM_CUSTOMER_CODE_IDENTIFIER_RULE = {
609
+ id: 'customer-code',
610
+ title: 'Customer Code',
611
+ entity: 'CustomerManagement.Customer',
612
+ pattern: 'CUST-{date:YYYYMM}-{seq:4}',
613
+ enabled: true,
614
+ priority: 1,
615
+ scopeConfig: { byTenant: false, period: 'yearly', minValue: 100, blockSize: 0 },
616
+ };
617
+
618
+ class AXMCustomerManagementModule {
619
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
620
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementModule, imports: [AXMCustomerManagementCustomerEntityModule,
621
+ AXMCustomerManagementCustomerTypeEntityModule,
622
+ AXMCustomerManagementCustomerSegmentEntityModule,
623
+ AXMCustomerManagementLeadEntityModule,
624
+ AXMCustomerManagementOpportunityStageEntityModule,
625
+ AXMCustomerManagementSalesPipelineEntityModule,
626
+ AXMCustomerManagementLifecycleStageEntityModule,
627
+ AXMCustomerManagementSalesTerritoryEntityModule,
628
+ AXMCustomerManagementOpportunityEntityModule,
629
+ AXMCustomerManagementActivityEntityModule,
630
+ AXMCustomerManagementDealContactRoleEntityModule] }); }
631
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementModule, providers: [
632
+ {
633
+ provide: AXP_IDENTIFIER_RULES,
634
+ multi: true,
635
+ useValue: AXM_CUSTOMER_CODE_IDENTIFIER_RULE,
636
+ },
637
+ {
638
+ provide: AXP_ENTITY_DEFINITION_LOADER,
639
+ useClass: AXMCustomerManagementEntityProvider,
640
+ multi: true,
641
+ },
642
+ {
643
+ provide: AXP_MENU_PROVIDER,
644
+ useClass: AXMMenuProvider,
645
+ multi: true,
646
+ },
647
+ ], imports: [AXMCustomerManagementCustomerEntityModule,
648
+ AXMCustomerManagementCustomerTypeEntityModule,
649
+ AXMCustomerManagementCustomerSegmentEntityModule,
650
+ AXMCustomerManagementLeadEntityModule,
651
+ AXMCustomerManagementOpportunityStageEntityModule,
652
+ AXMCustomerManagementSalesPipelineEntityModule,
653
+ AXMCustomerManagementLifecycleStageEntityModule,
654
+ AXMCustomerManagementSalesTerritoryEntityModule,
655
+ AXMCustomerManagementOpportunityEntityModule,
656
+ AXMCustomerManagementActivityEntityModule,
657
+ AXMCustomerManagementDealContactRoleEntityModule] }); }
658
+ }
659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMCustomerManagementModule, decorators: [{
660
+ type: NgModule,
661
+ args: [{
662
+ imports: [
663
+ AXMCustomerManagementCustomerEntityModule,
664
+ AXMCustomerManagementCustomerTypeEntityModule,
665
+ AXMCustomerManagementCustomerSegmentEntityModule,
666
+ AXMCustomerManagementLeadEntityModule,
667
+ AXMCustomerManagementOpportunityStageEntityModule,
668
+ AXMCustomerManagementSalesPipelineEntityModule,
669
+ AXMCustomerManagementLifecycleStageEntityModule,
670
+ AXMCustomerManagementSalesTerritoryEntityModule,
671
+ AXMCustomerManagementOpportunityEntityModule,
672
+ AXMCustomerManagementActivityEntityModule,
673
+ AXMCustomerManagementDealContactRoleEntityModule
674
+ ],
675
+ providers: [
676
+ {
677
+ provide: AXP_IDENTIFIER_RULES,
678
+ multi: true,
679
+ useValue: AXM_CUSTOMER_CODE_IDENTIFIER_RULE,
680
+ },
681
+ {
682
+ provide: AXP_ENTITY_DEFINITION_LOADER,
683
+ useClass: AXMCustomerManagementEntityProvider,
684
+ multi: true,
685
+ },
686
+ {
687
+ provide: AXP_MENU_PROVIDER,
688
+ useClass: AXMMenuProvider,
689
+ multi: true,
690
+ },
691
+ ],
692
+ }]
693
+ }] });
694
+
695
+ /**
696
+ * Generated bundle index. Do not edit.
697
+ */
698
+
699
+ export { AXMCustomerManagementCustomerEntityService as A, RootConfig as R, AXMCustomerManagementCustomerTypeEntityService as a, AXMCustomerManagementCustomerSegmentEntityService as b, AXMCustomerManagementLeadEntityService as c, AXMCustomerManagementOpportunityStageEntityService as d, AXMCustomerManagementSalesPipelineEntityService as e, AXMCustomerManagementLifecycleStageEntityService as f, AXMCustomerManagementSalesTerritoryEntityService as g, AXMCustomerManagementOpportunityEntityService as h, AXMCustomerManagementActivityEntityService as i, AXMCustomerManagementDealContactRoleEntityService as j, AXMCustomerManagementModule as k };
700
+ //# sourceMappingURL=acorex-modules-customer-management-acorex-modules-customer-management-DZBixdOT.mjs.map