@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
package/common/index.d.ts CHANGED
@@ -44,6 +44,24 @@ declare class AXPVersionHistoryModule {
44
44
  static ɵinj: i0.ɵɵInjectorDeclaration<AXPVersionHistoryModule>;
45
45
  }
46
46
 
47
+ declare class AXPComputedPropertiesModule {
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPComputedPropertiesModule, never>;
49
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXPComputedPropertiesModule, never, never, never>;
50
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXPComputedPropertiesModule>;
51
+ }
52
+
53
+ declare class AXPClonePluginModule {
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPClonePluginModule, never>;
55
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXPClonePluginModule, never, [typeof i1.AXPWorkflowModule], never>;
56
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXPClonePluginModule>;
57
+ }
58
+
59
+ declare class AXPArchivePluginModule {
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPArchivePluginModule, never>;
61
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXPArchivePluginModule, never, [typeof i1.AXPWorkflowModule], never>;
62
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXPArchivePluginModule>;
63
+ }
64
+
47
65
  declare class AXPComparePopupComponent extends AXBasePageComponent implements OnInit {
48
66
  inputs: i0.InputSignal<AXPCompareViewInputs | undefined>;
49
67
  isBusy: i0.WritableSignal<boolean>;
@@ -61,7 +79,7 @@ declare class AXPCompareModule {
61
79
 
62
80
  declare class AXMCommonModule {
63
81
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMCommonModule, never>;
64
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCommonModule, never, [typeof AXMLockSystemModule, typeof AXPExtraPropertiesModule, typeof AXPCategoryModule, typeof AXPGlobalSearchModule, typeof i5.AXPWidgetsModule, typeof AXPVersionHistoryModule, typeof AXPCompareModule], never>;
82
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCommonModule, never, [typeof AXMLockSystemModule, typeof AXPExtraPropertiesModule, typeof AXPCategoryModule, typeof AXPGlobalSearchModule, typeof i5.AXPWidgetsModule, typeof AXPVersionHistoryModule, typeof AXPComputedPropertiesModule, typeof AXPClonePluginModule, typeof AXPArchivePluginModule, typeof AXPCompareModule], never>;
65
83
  static ɵinj: i0.ɵɵInjectorDeclaration<AXMCommonModule>;
66
84
  }
67
85
 
@@ -225,6 +225,7 @@ declare class AXMChatManagementService {
225
225
  private readonly sessionService;
226
226
  private readonly usersService;
227
227
  private readonly realtimeService;
228
+ private readonly notificationConnectorService;
228
229
  private getCurrentUser;
229
230
  private getUserInfo;
230
231
  private formatMessage;
@@ -0,0 +1,167 @@
1
+ import * as i0 from '@angular/core';
2
+
3
+ declare const RootConfig: {
4
+ config: {
5
+ i18n: string;
6
+ module: string;
7
+ };
8
+ module: {
9
+ route: string;
10
+ name: string;
11
+ title: string;
12
+ icon: string;
13
+ };
14
+ entities: {
15
+ customer: {
16
+ name: string;
17
+ source: string;
18
+ title: string;
19
+ titlePlural: string;
20
+ icon: string;
21
+ };
22
+ customerType: {
23
+ name: string;
24
+ source: string;
25
+ title: string;
26
+ titlePlural: string;
27
+ icon: string;
28
+ };
29
+ customerSegment: {
30
+ name: string;
31
+ source: string;
32
+ title: string;
33
+ titlePlural: string;
34
+ icon: string;
35
+ };
36
+ lead: {
37
+ name: string;
38
+ source: string;
39
+ title: string;
40
+ titlePlural: string;
41
+ icon: string;
42
+ };
43
+ opportunity: {
44
+ name: string;
45
+ source: string;
46
+ title: string;
47
+ titlePlural: string;
48
+ icon: string;
49
+ };
50
+ opportunityStage: {
51
+ name: string;
52
+ source: string;
53
+ title: string;
54
+ titlePlural: string;
55
+ icon: string;
56
+ };
57
+ salesPipeline: {
58
+ name: string;
59
+ source: string;
60
+ title: string;
61
+ titlePlural: string;
62
+ icon: string;
63
+ };
64
+ activity: {
65
+ name: string;
66
+ source: string;
67
+ title: string;
68
+ titlePlural: string;
69
+ icon: string;
70
+ };
71
+ dealContactRole: {
72
+ name: string;
73
+ source: string;
74
+ title: string;
75
+ titlePlural: string;
76
+ icon: string;
77
+ };
78
+ lifecycleStage: {
79
+ name: string;
80
+ source: string;
81
+ title: string;
82
+ titlePlural: string;
83
+ icon: string;
84
+ };
85
+ salesTerritory: {
86
+ name: string;
87
+ source: string;
88
+ title: string;
89
+ titlePlural: string;
90
+ icon: string;
91
+ };
92
+ };
93
+ };
94
+
95
+ declare class AXMCustomerManagementCustomerEntityModule {
96
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementCustomerEntityModule, never>;
97
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementCustomerEntityModule, never, never, never>;
98
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementCustomerEntityModule>;
99
+ }
100
+
101
+ declare class AXMCustomerManagementCustomerTypeEntityModule {
102
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementCustomerTypeEntityModule, never>;
103
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementCustomerTypeEntityModule, never, never, never>;
104
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementCustomerTypeEntityModule>;
105
+ }
106
+
107
+ declare class AXMCustomerManagementCustomerSegmentEntityModule {
108
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementCustomerSegmentEntityModule, never>;
109
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementCustomerSegmentEntityModule, never, never, never>;
110
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementCustomerSegmentEntityModule>;
111
+ }
112
+
113
+ declare class AXMCustomerManagementLeadEntityModule {
114
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementLeadEntityModule, never>;
115
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementLeadEntityModule, never, never, never>;
116
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementLeadEntityModule>;
117
+ }
118
+
119
+ declare class AXMCustomerManagementOpportunityStageEntityModule {
120
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementOpportunityStageEntityModule, never>;
121
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementOpportunityStageEntityModule, never, never, never>;
122
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementOpportunityStageEntityModule>;
123
+ }
124
+
125
+ declare class AXMCustomerManagementSalesPipelineEntityModule {
126
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementSalesPipelineEntityModule, never>;
127
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementSalesPipelineEntityModule, never, never, never>;
128
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementSalesPipelineEntityModule>;
129
+ }
130
+
131
+ declare class AXMCustomerManagementLifecycleStageEntityModule {
132
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementLifecycleStageEntityModule, never>;
133
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementLifecycleStageEntityModule, never, never, never>;
134
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementLifecycleStageEntityModule>;
135
+ }
136
+
137
+ declare class AXMCustomerManagementSalesTerritoryEntityModule {
138
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementSalesTerritoryEntityModule, never>;
139
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementSalesTerritoryEntityModule, never, never, never>;
140
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementSalesTerritoryEntityModule>;
141
+ }
142
+
143
+ declare class AXMCustomerManagementOpportunityEntityModule {
144
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementOpportunityEntityModule, never>;
145
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementOpportunityEntityModule, never, never, never>;
146
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementOpportunityEntityModule>;
147
+ }
148
+
149
+ declare class AXMCustomerManagementActivityEntityModule {
150
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementActivityEntityModule, never>;
151
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementActivityEntityModule, never, never, never>;
152
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementActivityEntityModule>;
153
+ }
154
+
155
+ declare class AXMCustomerManagementDealContactRoleEntityModule {
156
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementDealContactRoleEntityModule, never>;
157
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementDealContactRoleEntityModule, never, never, never>;
158
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementDealContactRoleEntityModule>;
159
+ }
160
+
161
+ declare class AXMCustomerManagementModule {
162
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMCustomerManagementModule, never>;
163
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCustomerManagementModule, never, [typeof AXMCustomerManagementCustomerEntityModule, typeof AXMCustomerManagementCustomerTypeEntityModule, typeof AXMCustomerManagementCustomerSegmentEntityModule, typeof AXMCustomerManagementLeadEntityModule, typeof AXMCustomerManagementOpportunityStageEntityModule, typeof AXMCustomerManagementSalesPipelineEntityModule, typeof AXMCustomerManagementLifecycleStageEntityModule, typeof AXMCustomerManagementSalesTerritoryEntityModule, typeof AXMCustomerManagementOpportunityEntityModule, typeof AXMCustomerManagementActivityEntityModule, typeof AXMCustomerManagementDealContactRoleEntityModule], never>;
164
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMCustomerManagementModule>;
165
+ }
166
+
167
+ export { AXMCustomerManagementModule, RootConfig };
@@ -1,13 +1,15 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Injector } from '@angular/core';
3
3
  import * as i1 from '@acorex/platform/layout/components';
4
+ import { AXPDynamicFormDefinition } from '@acorex/platform/layout/components';
4
5
  import * as i7 from '@acorex/platform/layout/builder';
5
- import { AXPMetaDataDefinition } from '@acorex/platform/layout/builder';
6
+ import { AXPMetaDataDefinition, AXPWidgetConfig, AXPValueWidgetComponent, AXPWidgetNode, AXPColumnWidgetComponent } from '@acorex/platform/layout/builder';
6
7
  import * as i9 from '@acorex/components/media-viewer';
7
8
  import * as i10 from '@acorex/platform/workflow';
8
9
  import { AXPEntity, AXPMenuProvider, AXPMenuProviderContext, AXPSearchCommandProvider, AXPSearchResult, AXPSettingDefinitionProvider, AXPSettingDefinitionProviderContext } from '@acorex/platform/common';
9
10
  import { AXPEntityModel, AXMEntityCrudServiceImpl, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityPreloadEntity } from '@acorex/platform/layout/entity';
10
- import { AXPApplicationUserReference, AXPFileListItem } from '@acorex/platform/core';
11
+ import { AXPApplicationUserReference, AXPFileListItem, AXPExpression, AXPRequiredValidationRule, AXPContextData, AXPContextChangeEvent } from '@acorex/platform/core';
12
+ import { AXFileService } from '@acorex/core/file';
11
13
 
12
14
  declare class AXMDriveChooseModule {
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMDriveChooseModule, never>;
@@ -68,6 +70,12 @@ declare const RootConfig: {
68
70
  icon: string;
69
71
  };
70
72
  entities: {
73
+ documentRelated: {
74
+ name: string;
75
+ title: string;
76
+ titlePlural: string;
77
+ icon: string;
78
+ };
71
79
  distributionInteraction: {
72
80
  name: string;
73
81
  title: string;
@@ -188,12 +196,17 @@ declare class AXMReviewServiceImpl extends AXMReviewService {
188
196
  }
189
197
 
190
198
  type AXMDocumentWorkflowPhase = 'Draft' | 'PendingReview' | 'Rejected' | 'Reviewed' | 'Distributed' | 'Completed';
199
+ interface AXMDocumentMeta {
200
+ name: string;
201
+ title: string;
202
+ value: string;
203
+ }
191
204
  interface AXMDocumentManagementDocumentEntityModel extends AXPEntityModel<string> {
192
205
  name: string;
193
206
  title: string;
194
207
  documentType: AXMDocumentManagementDocumentTypeEntityModel;
195
208
  parentId: string;
196
- fileId: string;
209
+ fileId: string | AXPFileListItem | any;
197
210
  refRecordId?: string;
198
211
  refEntity?: string;
199
212
  description?: string;
@@ -202,15 +215,9 @@ interface AXMDocumentManagementDocumentEntityModel extends AXPEntityModel<string
202
215
  reviewRecordId?: string;
203
216
  expirationDate?: Date;
204
217
  fileData?: AXPFileListItem[];
205
- status: AXMDocumentWorkflowPhase;
218
+ status?: AXMDocumentWorkflowPhase;
206
219
  documentReview?: AXMDocumentManagementReviewEntityModel;
207
- meta?: {
208
- [key: string]: {
209
- name: string;
210
- title: string;
211
- value: string;
212
- };
213
- };
220
+ meta?: Record<string, AXMDocumentMeta>;
214
221
  }
215
222
  interface GetNextStatusOptions {
216
223
  current: AXMDocumentWorkflowPhase;
@@ -384,6 +391,8 @@ declare class AXMDistributionInteractionServiceImpl extends AXMDistributionInter
384
391
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMDistributionInteractionServiceImpl>;
385
392
  }
386
393
 
394
+ declare function documentRelatedFactory(injector: Injector): Promise<AXPEntity | null>;
395
+
387
396
  declare class AXMEntityProvider implements AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader {
388
397
  private injector;
389
398
  preload(): AXPEntityPreloadEntity[];
@@ -406,5 +415,82 @@ declare class AXMSettingProvider implements AXPSettingDefinitionProvider {
406
415
  provide(context: AXPSettingDefinitionProviderContext): Promise<void>;
407
416
  }
408
417
 
409
- export { AXMDistributionInteractionService, AXMDistributionInteractionServiceImpl, AXMDistributionService, AXMDistributionServiceImpl, AXMDocumentManagementDocumentEntityModule, AXMDocumentManagementDocumentTypeEntityModule, AXMDocumentManagementDocumentTypeMetaDefinitionEntityModule, AXMDocumentManagementDocumentTypeMetaDefinitionEntityService, AXMDocumentManagementDocumentTypeMetaDefinitionEntityServiceImpl, AXMDocumentManagementDocumentTypeMetaValueEntityModule, AXMDocumentManagementDocumentTypeMetaValueEntityService, AXMDocumentManagementDocumentTypeMetaValueEntityServiceImpl, AXMDocumentManagementDocumentTypeStatusDefinitionEntityModule, AXMDocumentManagementDocumentTypeStatusDefinitionEntityService, AXMDocumentManagementDocumentTypeStatusDefinitionEntityServiceImpl, AXMDocumentManagementModule, AXMDocumentService, AXMDocumentServiceImpl, AXMDocumentTypeService, AXMDocumentTypeServiceImpl, AXMEntityProvider, AXMFolderService, AXMFolderServiceImpl, AXMMenuProvider, AXMReviewService, AXMReviewServiceImpl, AXMSearchCommandProvider, AXMSettingProvider, RootConfig, canTransition, distributionFactory, distributionInteractionFactory, documentFactory, documentTypeFactory, documentTypeMetaDefinitionfactory, documentTypeMetaValueFactory, documentTypeStatusDefinitionFactory, folderFactory, getNextStatus, reviewFactory };
410
- export type { AXMDistributionInteractionSummary, AXMDocumentInheritanceType, AXMDocumentManagementDistributionEntityModel, AXMDocumentManagementDistributionInteractionEntityModel, AXMDocumentManagementDocumentEntityModel, AXMDocumentManagementDocumentTypeEntityModel, AXMDocumentManagementDocumentTypeMetaDefinitionEntityModel, AXMDocumentManagementDocumentTypeMetaValueEntityModel, AXMDocumentManagementDocumentTypeStatusDefinitionEntityModel, AXMDocumentManagementFolderCreateDto, AXMDocumentManagementFolderEntityModel, AXMDocumentManagementFolderGetDto, AXMDocumentManagementReviewEntityModel, AXMDocumentWorkflowPhase, DocumentTypeFileOutput };
418
+ declare const AXPDocumentUploaderWidget: AXPWidgetConfig;
419
+ declare module '@acorex/platform/layout/builder' {
420
+ interface AXPWidgetTypesMap {
421
+ documentUploader: 'document-uploader';
422
+ }
423
+ }
424
+ interface AXPDocumentUploaderWidgetOptions {
425
+ disabled?: boolean | AXPExpression;
426
+ readonly?: boolean | AXPExpression;
427
+ multiple?: boolean;
428
+ downloadable?: boolean;
429
+ accept?: string;
430
+ fileEditable?: boolean;
431
+ validations?: AXPRequiredValidationRule[];
432
+ }
433
+
434
+ declare class AXPDocumentUploaderWidgetDesignerComponent extends AXPValueWidgetComponent<AXPFileListItem[]> {
435
+ protected placeholder: i0.Signal<string>;
436
+ protected disabled: i0.Signal<boolean>;
437
+ protected readonly: i0.Signal<boolean>;
438
+ protected hasClearButton: i0.Signal<boolean>;
439
+ protected fileCount: i0.Signal<number>;
440
+ protected hasFiles: i0.Signal<boolean>;
441
+ private get __class();
442
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPDocumentUploaderWidgetDesignerComponent, never>;
443
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPDocumentUploaderWidgetDesignerComponent, "axp-document-uploader-widget-designer", never, {}, {}, never, never, true, never>;
444
+ }
445
+
446
+ declare class AXPDocumentUploaderWidgetEditComponent extends AXPValueWidgetComponent<AXMDocumentManagementDocumentEntityModel[]> {
447
+ protected readonly fileService: AXFileService;
448
+ protected readonly: i0.Signal<boolean>;
449
+ protected formDefinition: i0.WritableSignal<AXPDynamicFormDefinition>;
450
+ protected formContext: i0.WritableSignal<AXPContextData>;
451
+ protected defaultLayout: i0.Signal<{
452
+ positions: {
453
+ default: {
454
+ colSpan: number;
455
+ };
456
+ };
457
+ }>;
458
+ ngOnInit(): void;
459
+ private renderForm;
460
+ protected handleContextChange(event: AXPContextChangeEvent): void;
461
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPDocumentUploaderWidgetEditComponent, never>;
462
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPDocumentUploaderWidgetEditComponent, "axp-document-uploader-widget-edit", never, {}, {}, never, never, true, never>;
463
+ }
464
+
465
+ declare class AXPDocumentUploaderWidgetViewComponent extends AXPValueWidgetComponent<AXMDocumentManagementDocumentEntityModel[]> {
466
+ protected fileUploaderNode: i0.Signal<AXPWidgetNode>;
467
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPDocumentUploaderWidgetViewComponent, never>;
468
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPDocumentUploaderWidgetViewComponent, "axp-document-uploader-widget-view", never, {}, {}, never, never, true, never>;
469
+ }
470
+
471
+ declare class AXPDocumentUploaderWidgetFilterComponent extends AXPValueWidgetComponent<AXPFileListItem[]> {
472
+ protected hasFiles: i0.Signal<boolean>;
473
+ protected noFiles: i0.Signal<boolean>;
474
+ protected toggleHasFiles(): void;
475
+ protected toggleNoFiles(): void;
476
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPDocumentUploaderWidgetFilterComponent, never>;
477
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPDocumentUploaderWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
478
+ }
479
+
480
+ declare class AXPDocumentUploaderWidgetColumnComponent extends AXPColumnWidgetComponent<AXPFileListItem[]> {
481
+ protected count: i0.Signal<number>;
482
+ private fileService;
483
+ openFileList(): Promise<void>;
484
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPDocumentUploaderWidgetColumnComponent, never>;
485
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPDocumentUploaderWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
486
+ }
487
+
488
+ declare class AXPDocumentUploaderWidgetPrintComponent extends AXPValueWidgetComponent<AXPFileListItem[]> {
489
+ protected hasFiles: i0.Signal<boolean>;
490
+ protected formatFileSize(bytes?: number): string;
491
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPDocumentUploaderWidgetPrintComponent, never>;
492
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPDocumentUploaderWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
493
+ }
494
+
495
+ export { AXMDistributionInteractionService, AXMDistributionInteractionServiceImpl, AXMDistributionService, AXMDistributionServiceImpl, AXMDocumentManagementDocumentEntityModule, AXMDocumentManagementDocumentTypeEntityModule, AXMDocumentManagementDocumentTypeMetaDefinitionEntityModule, AXMDocumentManagementDocumentTypeMetaDefinitionEntityService, AXMDocumentManagementDocumentTypeMetaDefinitionEntityServiceImpl, AXMDocumentManagementDocumentTypeMetaValueEntityModule, AXMDocumentManagementDocumentTypeMetaValueEntityService, AXMDocumentManagementDocumentTypeMetaValueEntityServiceImpl, AXMDocumentManagementDocumentTypeStatusDefinitionEntityModule, AXMDocumentManagementDocumentTypeStatusDefinitionEntityService, AXMDocumentManagementDocumentTypeStatusDefinitionEntityServiceImpl, AXMDocumentManagementModule, AXMDocumentService, AXMDocumentServiceImpl, AXMDocumentTypeService, AXMDocumentTypeServiceImpl, AXMEntityProvider, AXMFolderService, AXMFolderServiceImpl, AXMMenuProvider, AXMReviewService, AXMReviewServiceImpl, AXMSearchCommandProvider, AXMSettingProvider, AXPDocumentUploaderWidget, AXPDocumentUploaderWidgetColumnComponent, AXPDocumentUploaderWidgetDesignerComponent, AXPDocumentUploaderWidgetEditComponent, AXPDocumentUploaderWidgetFilterComponent, AXPDocumentUploaderWidgetPrintComponent, AXPDocumentUploaderWidgetViewComponent, RootConfig, canTransition, distributionFactory, distributionInteractionFactory, documentFactory, documentRelatedFactory, documentTypeFactory, documentTypeMetaDefinitionfactory, documentTypeMetaValueFactory, documentTypeStatusDefinitionFactory, folderFactory, getNextStatus, reviewFactory };
496
+ export type { AXMDistributionInteractionSummary, AXMDocumentInheritanceType, AXMDocumentManagementDistributionEntityModel, AXMDocumentManagementDistributionInteractionEntityModel, AXMDocumentManagementDocumentEntityModel, AXMDocumentManagementDocumentTypeEntityModel, AXMDocumentManagementDocumentTypeMetaDefinitionEntityModel, AXMDocumentManagementDocumentTypeMetaValueEntityModel, AXMDocumentManagementDocumentTypeStatusDefinitionEntityModel, AXMDocumentManagementFolderCreateDto, AXMDocumentManagementFolderEntityModel, AXMDocumentManagementFolderGetDto, AXMDocumentManagementReviewEntityModel, AXMDocumentMeta, AXMDocumentWorkflowPhase, AXPDocumentUploaderWidgetOptions, DocumentTypeFileOutput };