@acorex/modules 20.2.4-next.8 → 20.3.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/application-management/index.d.ts +49 -1
- package/calendar-management/index.d.ts +19 -1
- package/common/index.d.ts +50 -0
- package/contact-management/index.d.ts +40 -4
- package/content-management/index.d.ts +20 -2
- package/conversation/index.d.ts +34 -16
- package/dashboard-management/index.d.ts +11 -4
- package/data-management/index.d.ts +20 -2
- package/document-management/index.d.ts +36 -6
- package/fesm2022/acorex-modules-application-management.mjs +483 -286
- package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-BbO_ea5W.mjs → acorex-modules-auth-acorex-modules-auth-BTi7qTvr.mjs} +29 -12
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-BTi7qTvr.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-app-chooser.component-y0HLrwJM.mjs → acorex-modules-auth-app-chooser.component-s4LYKAc7.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-app-chooser.component-y0HLrwJM.mjs.map → acorex-modules-auth-app-chooser.component-s4LYKAc7.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-login.module-1U_5UgDs.mjs → acorex-modules-auth-login.module-DetWdAgo.mjs} +4 -4
- package/fesm2022/{acorex-modules-auth-login.module-1U_5UgDs.mjs.map → acorex-modules-auth-login.module-DetWdAgo.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-master.layout-DGsAGhOH.mjs → acorex-modules-auth-master.layout-BJRB1Vns.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-master.layout-DGsAGhOH.mjs.map → acorex-modules-auth-master.layout-BJRB1Vns.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-oauth-callback.component-CPHBV5bA.mjs → acorex-modules-auth-oauth-callback.component-DKHJoF3X.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-oauth-callback.component-CPHBV5bA.mjs.map → acorex-modules-auth-oauth-callback.component-DKHJoF3X.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-CF3ReHyw.mjs → acorex-modules-auth-password.component-B_vA7-vu.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-CF3ReHyw.mjs.map → acorex-modules-auth-password.component-B_vA7-vu.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-C85NgQxA.mjs → acorex-modules-auth-password.component-WUrm5Y6i.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-C85NgQxA.mjs.map → acorex-modules-auth-password.component-WUrm5Y6i.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-routes-BJh0Fwpy.mjs → acorex-modules-auth-routes-CYf17elA.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-routes-BJh0Fwpy.mjs.map → acorex-modules-auth-routes-CYf17elA.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth-show-profile-command-DjvX7n9K.mjs +53 -0
- package/fesm2022/acorex-modules-auth-show-profile-command-DjvX7n9K.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-two-factor.module-Bsh2_A5L.mjs → acorex-modules-auth-two-factor.module-CeJGeuid.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-two-factor.module-Bsh2_A5L.mjs.map → acorex-modules-auth-two-factor.module-CeJGeuid.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-user-sessions.component-ChMkstLg.mjs → acorex-modules-auth-user-sessions.component-D0jQEJcC.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-user-sessions.component-ChMkstLg.mjs.map → acorex-modules-auth-user-sessions.component-D0jQEJcC.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth.mjs +1 -1
- package/fesm2022/acorex-modules-calendar-management.mjs +92 -29
- package/fesm2022/acorex-modules-calendar-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-common-manage-extra-properties.command-DqdhTfLD.mjs → acorex-modules-common-manage-extra-properties.command-7prqQhV5.mjs} +15 -12
- package/fesm2022/acorex-modules-common-manage-extra-properties.command-7prqQhV5.mjs.map +1 -0
- package/fesm2022/acorex-modules-common.mjs +106 -8
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/acorex-modules-contact-management.mjs +280 -122
- package/fesm2022/acorex-modules-contact-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-content-management.mjs +555 -490
- package/fesm2022/acorex-modules-content-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-conversation.mjs +315 -252
- package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
- package/fesm2022/{acorex-modules-customer-management-acorex-modules-customer-management-DZBixdOT.mjs → acorex-modules-customer-management-acorex-modules-customer-management-BHs4rrB8.mjs} +12 -12
- package/fesm2022/{acorex-modules-customer-management-acorex-modules-customer-management-DZBixdOT.mjs.map → acorex-modules-customer-management-acorex-modules-customer-management-BHs4rrB8.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-activity.entity-By32mnXN.mjs → acorex-modules-customer-management-activity.entity-D_9Nut_6.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-activity.entity-By32mnXN.mjs.map → acorex-modules-customer-management-activity.entity-D_9Nut_6.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-customer-segment.entity-CjFYqTMc.mjs → acorex-modules-customer-management-customer-segment.entity-swBR8-dJ.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-customer-segment.entity-CjFYqTMc.mjs.map → acorex-modules-customer-management-customer-segment.entity-swBR8-dJ.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-customer-type.entity-Bk_Ng_DS.mjs → acorex-modules-customer-management-customer-type.entity-GmfdE2Ex.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-customer-type.entity-Bk_Ng_DS.mjs.map → acorex-modules-customer-management-customer-type.entity-GmfdE2Ex.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-customer.entity-rUNC9glL.mjs → acorex-modules-customer-management-customer.entity-Bld5nRai.mjs} +23 -23
- package/fesm2022/acorex-modules-customer-management-customer.entity-Bld5nRai.mjs.map +1 -0
- package/fesm2022/{acorex-modules-customer-management-deal-contact-role.entity-BWX44lzi.mjs → acorex-modules-customer-management-deal-contact-role.entity-Ci_ymO_w.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-deal-contact-role.entity-BWX44lzi.mjs.map → acorex-modules-customer-management-deal-contact-role.entity-Ci_ymO_w.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-lead.entity-B3gv0YnT.mjs → acorex-modules-customer-management-lead.entity-BcQvYHnL.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-lead.entity-B3gv0YnT.mjs.map → acorex-modules-customer-management-lead.entity-BcQvYHnL.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-lifecycle-stage.entity-cs1hb_Ro.mjs → acorex-modules-customer-management-lifecycle-stage.entity-DSZyAv5_.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-lifecycle-stage.entity-cs1hb_Ro.mjs.map → acorex-modules-customer-management-lifecycle-stage.entity-DSZyAv5_.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-opportunity-stage.entity-C-opdmDW.mjs → acorex-modules-customer-management-opportunity-stage.entity-BpwLN_fw.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-opportunity-stage.entity-C-opdmDW.mjs.map → acorex-modules-customer-management-opportunity-stage.entity-BpwLN_fw.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-opportunity.entity-D5n_4xgK.mjs → acorex-modules-customer-management-opportunity.entity-DaiL4951.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-opportunity.entity-D5n_4xgK.mjs.map → acorex-modules-customer-management-opportunity.entity-DaiL4951.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-sales-pipeline.entity-AeLhcil2.mjs → acorex-modules-customer-management-sales-pipeline.entity-DP_w8V9E.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-sales-pipeline.entity-AeLhcil2.mjs.map → acorex-modules-customer-management-sales-pipeline.entity-DP_w8V9E.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-customer-management-sales-territory.entity-uK9N7p_k.mjs → acorex-modules-customer-management-sales-territory.entity-BJNrmMO3.mjs} +2 -2
- package/fesm2022/{acorex-modules-customer-management-sales-territory.entity-uK9N7p_k.mjs.map → acorex-modules-customer-management-sales-territory.entity-BJNrmMO3.mjs.map} +1 -1
- package/fesm2022/acorex-modules-customer-management.mjs +1 -1
- package/fesm2022/acorex-modules-dashboard-management.mjs +182 -54
- package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-data-management.mjs +93 -28
- package/fesm2022/acorex-modules-data-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-document-management-acorex-modules-document-management-CiVbcZ81.mjs → acorex-modules-document-management-acorex-modules-document-management-BV6piYsz.mjs} +1037 -926
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-BV6piYsz.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-attachment-widget.component-iRZU056o.mjs → acorex-modules-document-management-attachment-widget.component-DVXmIiQt.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-attachment-widget.component-iRZU056o.mjs.map → acorex-modules-document-management-attachment-widget.component-DVXmIiQt.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-DCoD73F7.mjs → acorex-modules-document-management-create-folder-dialog.component-CiT3wteQ.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-DCoD73F7.mjs.map → acorex-modules-document-management-create-folder-dialog.component-CiT3wteQ.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-details-view.component-D0JuVG8v.mjs → acorex-modules-document-management-details-view.component-BXUpaDZO.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-details-view.component-D0JuVG8v.mjs.map → acorex-modules-document-management-details-view.component-BXUpaDZO.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-document-signature-popup.component-B-VnHqr3.mjs → acorex-modules-document-management-document-signature-popup.component-D3GahdPn.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-document-signature-popup.component-B-VnHqr3.mjs.map → acorex-modules-document-management-document-signature-popup.component-D3GahdPn.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-drive-choose.component-BdIU8PXg.mjs → acorex-modules-document-management-drive-choose.component-Bbms4LAS.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-drive-choose.component-BdIU8PXg.mjs.map → acorex-modules-document-management-drive-choose.component-Bbms4LAS.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-drive.component-DGQD1adR.mjs → acorex-modules-document-management-drive.component-DfHDC5o7.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-drive.component-DGQD1adR.mjs.map → acorex-modules-document-management-drive.component-DfHDC5o7.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-large-icons-view.component-Ch9CAOwx.mjs → acorex-modules-document-management-large-icons-view.component-BPmfNI3J.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-large-icons-view.component-Ch9CAOwx.mjs.map → acorex-modules-document-management-large-icons-view.component-BPmfNI3J.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-DgGef-W5.mjs → acorex-modules-document-management-large-tiles-view.component-6fjTzrwf.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-DgGef-W5.mjs.map → acorex-modules-document-management-large-tiles-view.component-6fjTzrwf.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-list-view.component-DK6IZdC0.mjs → acorex-modules-document-management-list-view.component-DeBNY8Aj.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-list-view.component-DK6IZdC0.mjs.map → acorex-modules-document-management-list-view.component-DeBNY8Aj.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-permission-definition.provider-BV7PYxuz.mjs → acorex-modules-document-management-permission-definition.provider-Bn-umdXX.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-permission-definition.provider-BV7PYxuz.mjs.map → acorex-modules-document-management-permission-definition.provider-Bn-umdXX.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-C37tOs99.mjs → acorex-modules-document-management-rename-node-dialog.component-LRFo58Xg.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-C37tOs99.mjs.map → acorex-modules-document-management-rename-node-dialog.component-LRFo58Xg.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-small-icons-view.component-D0NHNq4W.mjs → acorex-modules-document-management-small-icons-view.component-BlQ3EhiJ.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-small-icons-view.component-D0NHNq4W.mjs.map → acorex-modules-document-management-small-icons-view.component-BlQ3EhiJ.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-DLNbw_y5.mjs → acorex-modules-document-management-small-tiles-view.component-BM2Uj_Wz.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-DLNbw_y5.mjs.map → acorex-modules-document-management-small-tiles-view.component-BM2Uj_Wz.mjs.map} +1 -1
- package/fesm2022/acorex-modules-document-management.mjs +1 -1
- package/fesm2022/{acorex-modules-help-desk-acorex-modules-help-desk-BvDYd3fI.mjs → acorex-modules-help-desk-acorex-modules-help-desk-C4s1EVQy.mjs} +123 -49
- package/fesm2022/acorex-modules-help-desk-acorex-modules-help-desk-C4s1EVQy.mjs.map +1 -0
- package/fesm2022/{acorex-modules-help-desk-capture-screen.component-DH_FG8iE.mjs → acorex-modules-help-desk-capture-screen.component-BLZbJmw1.mjs} +2 -2
- package/fesm2022/{acorex-modules-help-desk-capture-screen.component-DH_FG8iE.mjs.map → acorex-modules-help-desk-capture-screen.component-BLZbJmw1.mjs.map} +1 -1
- package/fesm2022/acorex-modules-help-desk.mjs +1 -1
- package/fesm2022/acorex-modules-human-capital-management-acorex-modules-human-capital-management-By3qopAk.mjs +1519 -0
- package/fesm2022/acorex-modules-human-capital-management-acorex-modules-human-capital-management-By3qopAk.mjs.map +1 -0
- package/fesm2022/{acorex-modules-human-capital-management-employee-skill.entity-DfVvf8Fg.mjs → acorex-modules-human-capital-management-employee-skill.entity-DRUHGUnT.mjs} +17 -17
- package/fesm2022/acorex-modules-human-capital-management-employee-skill.entity-DRUHGUnT.mjs.map +1 -0
- package/fesm2022/{acorex-modules-human-capital-management-employee.entity-ByBqfKiF.mjs → acorex-modules-human-capital-management-employee.entity-Cn9GnmJE.mjs} +37 -15
- package/fesm2022/acorex-modules-human-capital-management-employee.entity-Cn9GnmJE.mjs.map +1 -0
- package/fesm2022/{acorex-modules-human-capital-management-employment-type.entity-DZ8ubvD6.mjs → acorex-modules-human-capital-management-employment-type.entity-BveY2th_.mjs} +11 -10
- package/fesm2022/acorex-modules-human-capital-management-employment-type.entity-BveY2th_.mjs.map +1 -0
- package/fesm2022/acorex-modules-human-capital-management-leave-request.entity-CIm3XrTb.mjs +267 -0
- package/fesm2022/acorex-modules-human-capital-management-leave-request.entity-CIm3XrTb.mjs.map +1 -0
- package/fesm2022/acorex-modules-human-capital-management-leave-type.entity-COan6Cnw.mjs +95 -0
- package/fesm2022/acorex-modules-human-capital-management-leave-type.entity-COan6Cnw.mjs.map +1 -0
- package/fesm2022/{acorex-modules-human-capital-management-position-assignment.entity-BtIVnv-C.mjs → acorex-modules-human-capital-management-position-assignment.entity-BJw9jR1o.mjs} +14 -14
- package/fesm2022/acorex-modules-human-capital-management-position-assignment.entity-BJw9jR1o.mjs.map +1 -0
- package/fesm2022/{acorex-modules-human-capital-management-skill-level.entity-DFCE3zcH.mjs → acorex-modules-human-capital-management-skill-level.entity-CZe8y_hA.mjs} +10 -10
- package/fesm2022/acorex-modules-human-capital-management-skill-level.entity-CZe8y_hA.mjs.map +1 -0
- package/fesm2022/{acorex-modules-human-capital-management-skill.entity-DPeTwYH4.mjs → acorex-modules-human-capital-management-skill.entity-CDXB7zyy.mjs} +8 -8
- package/fesm2022/acorex-modules-human-capital-management-skill.entity-CDXB7zyy.mjs.map +1 -0
- package/fesm2022/acorex-modules-human-capital-management.mjs +1 -1
- package/fesm2022/acorex-modules-locale-management.mjs +120 -13
- package/fesm2022/acorex-modules-locale-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-location-management.mjs +125 -57
- package/fesm2022/acorex-modules-location-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-log-management.mjs +440 -164
- package/fesm2022/acorex-modules-log-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-meeting-management-meeting-schedule.entity-D-RQ-D3d.mjs +155 -0
- package/fesm2022/acorex-modules-meeting-management-meeting-schedule.entity-D-RQ-D3d.mjs.map +1 -0
- package/fesm2022/acorex-modules-meeting-management.mjs +654 -620
- package/fesm2022/acorex-modules-meeting-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +835 -795
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-party-management-acorex-modules-party-management-BshJoI7_.mjs → acorex-modules-party-management-acorex-modules-party-management-DzhGLAZb.mjs} +373 -230
- package/fesm2022/acorex-modules-party-management-acorex-modules-party-management-DzhGLAZb.mjs.map +1 -0
- package/fesm2022/{acorex-modules-party-management-industry.entity-CoMI4imz.mjs → acorex-modules-party-management-industry.entity-sLrAmADa.mjs} +2 -2
- package/fesm2022/{acorex-modules-party-management-industry.entity-CoMI4imz.mjs.map → acorex-modules-party-management-industry.entity-sLrAmADa.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-party-management-party-identifier-type.entity-D-VpvXeU.mjs → acorex-modules-party-management-party-identifier-type.entity-WL-tJlK7.mjs} +2 -2
- package/fesm2022/{acorex-modules-party-management-party-identifier-type.entity-D-VpvXeU.mjs.map → acorex-modules-party-management-party-identifier-type.entity-WL-tJlK7.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-party-management-party-identifier.entity-BcXi9BM0.mjs → acorex-modules-party-management-party-identifier.entity-BGJdllN8.mjs} +2 -2
- package/fesm2022/{acorex-modules-party-management-party-identifier.entity-BcXi9BM0.mjs.map → acorex-modules-party-management-party-identifier.entity-BGJdllN8.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-party-management-party-relationship.entity-B-gMK84C.mjs → acorex-modules-party-management-party-relationship.entity-Bhqgy4-Y.mjs} +2 -2
- package/fesm2022/{acorex-modules-party-management-party-relationship.entity-B-gMK84C.mjs.map → acorex-modules-party-management-party-relationship.entity-Bhqgy4-Y.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-party-management-party-role.entity-OV4XUnfD.mjs → acorex-modules-party-management-party-role.entity-BpPCL3GG.mjs} +2 -2
- package/fesm2022/{acorex-modules-party-management-party-role.entity-OV4XUnfD.mjs.map → acorex-modules-party-management-party-role.entity-BpPCL3GG.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-party-management-party.entity-Cwd9EqB4.mjs → acorex-modules-party-management-party.entity-v-YrPNOP.mjs} +2 -2
- package/fesm2022/{acorex-modules-party-management-party.entity-Cwd9EqB4.mjs.map → acorex-modules-party-management-party.entity-v-YrPNOP.mjs.map} +1 -1
- package/fesm2022/acorex-modules-party-management.mjs +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +444 -397
- package/fesm2022/acorex-modules-platform-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-project-management-email-jsa.command-DC3Zbfdn.mjs +115 -0
- package/fesm2022/acorex-modules-project-management-email-jsa.command-DC3Zbfdn.mjs.map +1 -0
- package/fesm2022/acorex-modules-project-management-reassign-jsa.command-CJKR5FZw.mjs +113 -0
- package/fesm2022/acorex-modules-project-management-reassign-jsa.command-CJKR5FZw.mjs.map +1 -0
- package/fesm2022/acorex-modules-project-management-setup-jsa.command-Cztc8TDy.mjs +94 -0
- package/fesm2022/acorex-modules-project-management-setup-jsa.command-Cztc8TDy.mjs.map +1 -0
- package/fesm2022/acorex-modules-project-management-sign-jsa.command-b28tr2kE.mjs +77 -0
- package/fesm2022/acorex-modules-project-management-sign-jsa.command-b28tr2kE.mjs.map +1 -0
- package/fesm2022/acorex-modules-project-management.mjs +1416 -279
- package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-report-management.mjs +83 -15
- package/fesm2022/acorex-modules-report-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-security-management.mjs +4 -1
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-task-management-task-board.page-Je2Y8X62.mjs → acorex-modules-task-management-task-board.page-CaypEYjP.mjs} +3 -1
- package/fesm2022/{acorex-modules-task-management-task-board.page-Je2Y8X62.mjs.map → acorex-modules-task-management-task-board.page-CaypEYjP.mjs.map} +1 -1
- package/fesm2022/acorex-modules-task-management.mjs +3254 -3069
- package/fesm2022/acorex-modules-task-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-training-management.mjs +1 -1
- package/fesm2022/acorex-modules-training-management.mjs.map +1 -1
- package/help-desk/index.d.ts +32 -14
- package/human-capital-management/index.d.ts +150 -2
- package/locale-management/index.d.ts +27 -3
- package/location-management/index.d.ts +20 -2
- package/log-management/index.d.ts +8 -1
- package/meeting-management/index.d.ts +47 -20
- package/notification-management/index.d.ts +48 -36
- package/package.json +13 -13
- package/party-management/index.d.ts +43 -1
- package/platform-management/index.d.ts +33 -21
- package/project-management/index.d.ts +156 -3
- package/report-management/index.d.ts +14 -2
- package/task-management/index.d.ts +56 -2
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-BbO_ea5W.mjs.map +0 -1
- package/fesm2022/acorex-modules-common-manage-extra-properties.command-DqdhTfLD.mjs.map +0 -1
- package/fesm2022/acorex-modules-customer-management-customer.entity-rUNC9glL.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-CiVbcZ81.mjs.map +0 -1
- package/fesm2022/acorex-modules-help-desk-acorex-modules-help-desk-BvDYd3fI.mjs.map +0 -1
- package/fesm2022/acorex-modules-human-capital-management-acorex-modules-human-capital-management-D4A3ZYFq.mjs +0 -723
- package/fesm2022/acorex-modules-human-capital-management-acorex-modules-human-capital-management-D4A3ZYFq.mjs.map +0 -1
- package/fesm2022/acorex-modules-human-capital-management-employee-skill.entity-DfVvf8Fg.mjs.map +0 -1
- package/fesm2022/acorex-modules-human-capital-management-employee.entity-ByBqfKiF.mjs.map +0 -1
- package/fesm2022/acorex-modules-human-capital-management-employment-type.entity-DZ8ubvD6.mjs.map +0 -1
- package/fesm2022/acorex-modules-human-capital-management-position-assignment.entity-BtIVnv-C.mjs.map +0 -1
- package/fesm2022/acorex-modules-human-capital-management-skill-level.entity-DFCE3zcH.mjs.map +0 -1
- package/fesm2022/acorex-modules-human-capital-management-skill.entity-DPeTwYH4.mjs.map +0 -1
- package/fesm2022/acorex-modules-party-management-acorex-modules-party-management-BshJoI7_.mjs.map +0 -1
|
@@ -4,9 +4,51 @@ import * as i1 from '@angular/common';
|
|
|
4
4
|
import { AXPEntity, AXPMenuProvider, AXPMenuProviderContext, AXPSearchCommandProvider, AXPSearchResult, AXPSettingDefinitionProvider, AXPSettingDefinitionProviderContext } from '@acorex/platform/common';
|
|
5
5
|
import { AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityPreloadEntity } from '@acorex/platform/layout/entity';
|
|
6
6
|
|
|
7
|
+
declare class AXMIndustryEntityModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMIndustryEntityModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMIndustryEntityModule, never, never, never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMIndustryEntityModule>;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare class AXMPartyEntityModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyEntityModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyEntityModule, never, never, never>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyEntityModule>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare class AXMPartyRoleEntityModule {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyRoleEntityModule, never>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyRoleEntityModule, never, never, never>;
|
|
22
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyRoleEntityModule>;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
declare class AXMPartyRelationshipEntityModule {
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyRelationshipEntityModule, never>;
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyRelationshipEntityModule, never, never, never>;
|
|
28
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyRelationshipEntityModule>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
declare class AXMPartyIdentifierTypeEntityModule {
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyIdentifierTypeEntityModule, never>;
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyIdentifierTypeEntityModule, never, never, never>;
|
|
34
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyIdentifierTypeEntityModule>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare class AXMPartyIdentifierEntityModule {
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyIdentifierEntityModule, never>;
|
|
39
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyIdentifierEntityModule, never, never, never>;
|
|
40
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyIdentifierEntityModule>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
declare class AXMPartyRelationshipTypeEntityModule {
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyRelationshipTypeEntityModule, never>;
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyRelationshipTypeEntityModule, never, never, never>;
|
|
46
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyRelationshipTypeEntityModule>;
|
|
47
|
+
}
|
|
48
|
+
|
|
7
49
|
declare class AXMPartyManagementModule {
|
|
8
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyManagementModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyManagementModule, never, [typeof i1.CommonModule], never>;
|
|
51
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyManagementModule, never, [typeof i1.CommonModule, typeof AXMIndustryEntityModule, typeof AXMPartyEntityModule, typeof AXMPartyRoleEntityModule, typeof AXMPartyRelationshipEntityModule, typeof AXMPartyIdentifierTypeEntityModule, typeof AXMPartyIdentifierEntityModule, typeof AXMPartyRelationshipTypeEntityModule], never>;
|
|
10
52
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyManagementModule>;
|
|
11
53
|
}
|
|
12
54
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Injector, OnInit } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i4 from '@acorex/platform/workflow';
|
|
4
4
|
import { AXPWorkflowAction, AXPWorkflowContext, AXPWorkflow } from '@acorex/platform/workflow';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i5 from '@acorex/platform/layout/components';
|
|
6
6
|
import { AXPEntity } from '@acorex/platform/common';
|
|
7
7
|
import { AXPEntityModel, AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
|
|
8
8
|
import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
|
|
@@ -32,13 +32,25 @@ declare class AXMUpdaterModule {
|
|
|
32
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMUpdaterModule>;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
+
declare class AXMGlobalVariableEntityModule {
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMGlobalVariableEntityModule, never>;
|
|
37
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMGlobalVariableEntityModule, never, never, never>;
|
|
38
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMGlobalVariableEntityModule>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
declare class AXMAppVersionEntityModule {
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMAppVersionEntityModule, never>;
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMAppVersionEntityModule, never, never, never>;
|
|
44
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMAppVersionEntityModule>;
|
|
45
|
+
}
|
|
46
|
+
|
|
35
47
|
declare class AXMPlatformManagementModule {
|
|
36
48
|
/**
|
|
37
49
|
* @ignore
|
|
38
50
|
*/
|
|
39
51
|
constructor(appVersionCheck: AppVersionCheckService);
|
|
40
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPlatformManagementModule, never>;
|
|
41
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPlatformManagementModule, never, [typeof AXMUpdaterModule, typeof
|
|
53
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPlatformManagementModule, never, [typeof AXMUpdaterModule, typeof AXMGlobalVariableEntityModule, typeof AXMAppVersionEntityModule, typeof i4.AXPWorkflowModule, typeof i5.AXPComponentSlotModule], never>;
|
|
42
54
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPlatformManagementModule>;
|
|
43
55
|
}
|
|
44
56
|
|
|
@@ -72,6 +84,23 @@ declare const RootConfig: {
|
|
|
72
84
|
};
|
|
73
85
|
};
|
|
74
86
|
|
|
87
|
+
declare function globalVariableEntityFactory(injector: Injector): Promise<AXPEntity | null>;
|
|
88
|
+
|
|
89
|
+
interface AXMGlobalVariableEntityModel extends AXPEntityModel<string> {
|
|
90
|
+
name: string;
|
|
91
|
+
title: string;
|
|
92
|
+
dataType: string;
|
|
93
|
+
value: string;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
declare abstract class AXMGlobalVariablesService extends AXMEntityCrudServiceImpl<string, AXMGlobalVariableEntityModel> {
|
|
97
|
+
}
|
|
98
|
+
declare class AXMGlobalVariablesServiceImpl extends AXMEntityCrudServiceImpl<string, AXMGlobalVariableEntityModel> {
|
|
99
|
+
constructor();
|
|
100
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMGlobalVariablesServiceImpl, never>;
|
|
101
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMGlobalVariablesServiceImpl>;
|
|
102
|
+
}
|
|
103
|
+
|
|
75
104
|
declare function appVersionEntityEntityFactory(injector: Injector): Promise<AXPEntity | null>;
|
|
76
105
|
|
|
77
106
|
interface AXMAppVersionEntityModel extends AXPEntityModel<string> {
|
|
@@ -138,22 +167,5 @@ declare class AXMCheckNewVersionAction extends AXPWorkflowAction {
|
|
|
138
167
|
}
|
|
139
168
|
declare const AXMCheckNewVersionWorkflow: AXPWorkflow;
|
|
140
169
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
interface AXMGlobalVariableEntityModel extends AXPEntityModel<string> {
|
|
144
|
-
name: string;
|
|
145
|
-
title: string;
|
|
146
|
-
dataType: string;
|
|
147
|
-
value: string;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
declare abstract class AXMGlobalVariablesService extends AXMEntityCrudServiceImpl<string, AXMGlobalVariableEntityModel> {
|
|
151
|
-
}
|
|
152
|
-
declare class AXMGlobalVariablesServiceImpl extends AXMEntityCrudServiceImpl<string, AXMGlobalVariableEntityModel> {
|
|
153
|
-
constructor();
|
|
154
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMGlobalVariablesServiceImpl, never>;
|
|
155
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMGlobalVariablesServiceImpl>;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
export { AXMAppVersionService, AXMAppVersionServiceImpl, AXMAppVersionSlotComponent, AXMChangeLogPopupAction, AXMChangeLogUpdateSettingAction, AXMCheckNewVersionAction, AXMCheckNewVersionWorkflow, AXMGlobalVariablesService, AXMGlobalVariablesServiceImpl, AXMNotifyAppComponent, AXMPlatformManagementModule, AXMWhatsNewWorkflow, RootConfig, appVersionEntityEntityFactory, globalVariableEntityFactory };
|
|
170
|
+
export { AXMAppVersionEntityModule, AXMAppVersionService, AXMAppVersionServiceImpl, AXMAppVersionSlotComponent, AXMChangeLogPopupAction, AXMChangeLogUpdateSettingAction, AXMCheckNewVersionAction, AXMCheckNewVersionWorkflow, AXMGlobalVariableEntityModule, AXMGlobalVariablesService, AXMGlobalVariablesServiceImpl, AXMNotifyAppComponent, AXMPlatformManagementModule, AXMWhatsNewWorkflow, RootConfig, appVersionEntityEntityFactory, globalVariableEntityFactory };
|
|
159
171
|
export type { AXMAppVersionEntityModel, AXMAppVersionListComponentModel, AXMGlobalVariableEntityModel };
|
|
@@ -1,11 +1,102 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Injector } from '@angular/core';
|
|
3
|
+
import * as i1 from '@acorex/platform/runtime';
|
|
3
4
|
import { AXPEntity, AXPMenuProvider, AXPMenuProviderContext, AXPSearchCommandProvider, AXPSearchResult, AXPSettingDefinitionProvider, AXPSettingDefinitionProviderContext } from '@acorex/platform/common';
|
|
4
5
|
import { AXPEntityModel, AXMEntityCrudServiceImpl, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityPreloadEntity } from '@acorex/platform/layout/entity';
|
|
5
6
|
|
|
7
|
+
declare class AXMProjectEntityModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMProjectEntityModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMProjectEntityModule, never, never, never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMProjectEntityModule>;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare class AXMProjectTypeEntityModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMProjectTypeEntityModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMProjectTypeEntityModule, never, never, never>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMProjectTypeEntityModule>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare class AXMClientEntityModule {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMClientEntityModule, never>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMClientEntityModule, never, never, never>;
|
|
22
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMClientEntityModule>;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
declare class AXMWorkSiteEntityModule {
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMWorkSiteEntityModule, never>;
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMWorkSiteEntityModule, never, never, never>;
|
|
28
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMWorkSiteEntityModule>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
declare class AXMProjectMemeberEntityModule {
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMProjectMemeberEntityModule, never>;
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMProjectMemeberEntityModule, never, never, never>;
|
|
34
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMProjectMemeberEntityModule>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare class AXMProjectRoleMemberEntityModule {
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMProjectRoleMemberEntityModule, never>;
|
|
39
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMProjectRoleMemberEntityModule, never, never, never>;
|
|
40
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMProjectRoleMemberEntityModule>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
declare class AXMTaskTypeEntityModule {
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskTypeEntityModule, never>;
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskTypeEntityModule, never, never, never>;
|
|
46
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskTypeEntityModule>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
declare class AXMTaskEntityModule {
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskEntityModule, never>;
|
|
51
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskEntityModule, never, never, never>;
|
|
52
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskEntityModule>;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
declare class AXMSprintEntityModule {
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMSprintEntityModule, never>;
|
|
57
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMSprintEntityModule, never, never, never>;
|
|
58
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMSprintEntityModule>;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
declare class AXMTimeSheetEntityModule {
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTimeSheetEntityModule, never>;
|
|
63
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTimeSheetEntityModule, never, never, never>;
|
|
64
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTimeSheetEntityModule>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
declare class AXMTaskHistoryEntityModule {
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskHistoryEntityModule, never>;
|
|
69
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskHistoryEntityModule, never, never, never>;
|
|
70
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskHistoryEntityModule>;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
declare class AXMSprintTaskEntityModule {
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMSprintTaskEntityModule, never>;
|
|
75
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMSprintTaskEntityModule, never, never, never>;
|
|
76
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMSprintTaskEntityModule>;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
declare class AXMJsaEntityModule {
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMJsaEntityModule, never>;
|
|
81
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMJsaEntityModule, never, never, never>;
|
|
82
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMJsaEntityModule>;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
declare class AXMJsaAssignmentEntityModule {
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMJsaAssignmentEntityModule, never>;
|
|
87
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMJsaAssignmentEntityModule, never, never, never>;
|
|
88
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMJsaAssignmentEntityModule>;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
declare class AXMJsaModule {
|
|
92
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMJsaModule, never>;
|
|
93
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMJsaModule, never, never, never>;
|
|
94
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMJsaModule>;
|
|
95
|
+
}
|
|
96
|
+
|
|
6
97
|
declare class AXMProjectManagementModule {
|
|
7
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMProjectManagementModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMProjectManagementModule, never,
|
|
99
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMProjectManagementModule, never, [typeof i1.AXPRuntimeModule, typeof AXMProjectEntityModule, typeof AXMProjectTypeEntityModule, typeof AXMClientEntityModule, typeof AXMWorkSiteEntityModule, typeof AXMProjectMemeberEntityModule, typeof AXMProjectRoleMemberEntityModule, typeof AXMTaskTypeEntityModule, typeof AXMTaskEntityModule, typeof AXMSprintEntityModule, typeof AXMTimeSheetEntityModule, typeof AXMTaskHistoryEntityModule, typeof AXMSprintTaskEntityModule, typeof AXMJsaEntityModule, typeof AXMJsaAssignmentEntityModule, typeof AXMJsaModule], never>;
|
|
9
100
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMProjectManagementModule>;
|
|
10
101
|
}
|
|
11
102
|
|
|
@@ -20,6 +111,18 @@ declare const RootConfig: {
|
|
|
20
111
|
icon: string;
|
|
21
112
|
};
|
|
22
113
|
entities: {
|
|
114
|
+
jsa: {
|
|
115
|
+
name: string;
|
|
116
|
+
title: string;
|
|
117
|
+
titlePlural: string;
|
|
118
|
+
icon: string;
|
|
119
|
+
};
|
|
120
|
+
jsaAssignment: {
|
|
121
|
+
name: string;
|
|
122
|
+
title: string;
|
|
123
|
+
titlePlural: string;
|
|
124
|
+
icon: string;
|
|
125
|
+
};
|
|
23
126
|
sprintTask: {
|
|
24
127
|
name: string;
|
|
25
128
|
title: string;
|
|
@@ -311,6 +414,56 @@ declare class AXMSprintTaskServiceImpl extends AXMSprintTaskService {
|
|
|
311
414
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMSprintTaskServiceImpl>;
|
|
312
415
|
}
|
|
313
416
|
|
|
417
|
+
type AXMProjectManagementJsaStatus = 'Pending' | 'Setup' | 'Signed' | 'Completed';
|
|
418
|
+
interface AXMProjectManagementJsaAssignmentModel extends AXPEntityModel<string> {
|
|
419
|
+
jsaId: string;
|
|
420
|
+
staffUserId: string;
|
|
421
|
+
viewedOnApp?: boolean;
|
|
422
|
+
signedOff: boolean;
|
|
423
|
+
signedOffAt?: Date;
|
|
424
|
+
}
|
|
425
|
+
interface AXMProjectManagementJsaEntityModel extends AXPEntityModel<string> {
|
|
426
|
+
docNo: string;
|
|
427
|
+
customerId: string;
|
|
428
|
+
workSiteId: string;
|
|
429
|
+
jobNo?: string;
|
|
430
|
+
title: string;
|
|
431
|
+
assignedToUserId: string;
|
|
432
|
+
preparedByUserId: string;
|
|
433
|
+
templateId: string;
|
|
434
|
+
multiSignOff: boolean;
|
|
435
|
+
siteSupervisorSignedOff: boolean;
|
|
436
|
+
status?: AXMProjectManagementJsaStatus;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
declare abstract class AXMProjectManagementJsaService extends AXMEntityCrudServiceImpl<string, AXMProjectManagementJsaEntityModel> {
|
|
440
|
+
}
|
|
441
|
+
declare class AXMProjectManagementJsaServiceImpl extends AXMProjectManagementJsaService {
|
|
442
|
+
constructor();
|
|
443
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMProjectManagementJsaServiceImpl, never>;
|
|
444
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMProjectManagementJsaServiceImpl>;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
declare function jsaFactory(injector: Injector): Promise<AXPEntity | null>;
|
|
448
|
+
|
|
449
|
+
interface AXMProjectManagementJsaAssignmentEntityModel extends AXPEntityModel<string> {
|
|
450
|
+
jsaId: string;
|
|
451
|
+
staffUserId: string;
|
|
452
|
+
viewedOnApp?: boolean;
|
|
453
|
+
signedOff: boolean;
|
|
454
|
+
signedOffAt?: Date;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
declare abstract class AXMProjectManagementJsaAssignmentService extends AXMEntityCrudServiceImpl<string, AXMProjectManagementJsaAssignmentEntityModel> {
|
|
458
|
+
}
|
|
459
|
+
declare class AXMProjectManagementJsaAssignmentServiceImpl extends AXMProjectManagementJsaAssignmentService {
|
|
460
|
+
constructor();
|
|
461
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMProjectManagementJsaAssignmentServiceImpl, never>;
|
|
462
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMProjectManagementJsaAssignmentServiceImpl>;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
declare function jsaAssignmentFactory(injector: Injector): Promise<AXPEntity | null>;
|
|
466
|
+
|
|
314
467
|
declare class AXMEntityProvider implements AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader {
|
|
315
468
|
private injector;
|
|
316
469
|
preload(): AXPEntityPreloadEntity[];
|
|
@@ -332,5 +485,5 @@ declare class AXMSettingProvider implements AXPSettingDefinitionProvider {
|
|
|
332
485
|
provide(context: AXPSettingDefinitionProviderContext): Promise<void>;
|
|
333
486
|
}
|
|
334
487
|
|
|
335
|
-
export { AXMClientService, AXMClientServiceImpl, AXMEntityProvider, AXMMenuProvider, AXMProjectManagementModule, AXMProjectMemeberService, AXMProjectMemeberServiceImpl, AXMProjectRoleMemberService, AXMProjectRoleMemberServiceImpl, AXMProjectService, AXMProjectServiceImpl, AXMProjectTypeService, AXMProjectTypeServiceImpl, AXMSearchCommandProvider, AXMSettingProvider, AXMSprintService, AXMSprintServiceImpl, AXMSprintTaskService, AXMSprintTaskServiceImpl, AXMTaskHistoryService, AXMTaskHistoryServiceImpl, AXMTaskService, AXMTaskServiceImpl, AXMTaskTypeService, AXMTaskTypeServiceImpl, AXMTimeSheetService, AXMTimeSheetServiceImpl, AXMWorkSiteService, AXMWorkSiteServiceImpl, RootConfig, clientFactory, projectFactory, projectMemeberFactory, projectRoleMemberFactory, projectTypeFactory, sprintFactory, sprintTaskFactory, taskFactory, taskHistoryFactory, taskTypeFactory, timeSheetFactory, workSiteFactory };
|
|
336
|
-
export type { AXMProjectManagementClientEntityModel, AXMProjectManagementProjectEntityModel, AXMProjectManagementProjectMemeberEntityModel, AXMProjectManagementProjectRoleMemberEntityModel, AXMProjectManagementProjectTypeEntityModel, AXMProjectManagementSprintEntityModel, AXMProjectManagementSprintTaskEntityModel, AXMProjectManagementTaskEntityModel, AXMProjectManagementTaskHistoryEntityModel, AXMProjectManagementTaskTypeEntityModel, AXMProjectManagementTimeSheetEntityModel, AXMProjectManagementWorkSiteEntityModel };
|
|
488
|
+
export { AXMClientEntityModule, AXMClientService, AXMClientServiceImpl, AXMEntityProvider, AXMJsaAssignmentEntityModule, AXMJsaEntityModule, AXMMenuProvider, AXMProjectEntityModule, AXMProjectManagementJsaAssignmentService, AXMProjectManagementJsaAssignmentServiceImpl, AXMProjectManagementJsaService, AXMProjectManagementJsaServiceImpl, AXMProjectManagementModule, AXMProjectMemeberEntityModule, AXMProjectMemeberService, AXMProjectMemeberServiceImpl, AXMProjectRoleMemberEntityModule, AXMProjectRoleMemberService, AXMProjectRoleMemberServiceImpl, AXMProjectService, AXMProjectServiceImpl, AXMProjectTypeEntityModule, AXMProjectTypeService, AXMProjectTypeServiceImpl, AXMSearchCommandProvider, AXMSettingProvider, AXMSprintEntityModule, AXMSprintService, AXMSprintServiceImpl, AXMSprintTaskEntityModule, AXMSprintTaskService, AXMSprintTaskServiceImpl, AXMTaskEntityModule, AXMTaskHistoryEntityModule, AXMTaskHistoryService, AXMTaskHistoryServiceImpl, AXMTaskService, AXMTaskServiceImpl, AXMTaskTypeEntityModule, AXMTaskTypeService, AXMTaskTypeServiceImpl, AXMTimeSheetEntityModule, AXMTimeSheetService, AXMTimeSheetServiceImpl, AXMWorkSiteEntityModule, AXMWorkSiteService, AXMWorkSiteServiceImpl, RootConfig, clientFactory, jsaAssignmentFactory, jsaFactory, projectFactory, projectMemeberFactory, projectRoleMemberFactory, projectTypeFactory, sprintFactory, sprintTaskFactory, taskFactory, taskHistoryFactory, taskTypeFactory, timeSheetFactory, workSiteFactory };
|
|
489
|
+
export type { AXMProjectManagementClientEntityModel, AXMProjectManagementJsaAssignmentEntityModel, AXMProjectManagementJsaAssignmentModel, AXMProjectManagementJsaEntityModel, AXMProjectManagementJsaStatus, AXMProjectManagementProjectEntityModel, AXMProjectManagementProjectMemeberEntityModel, AXMProjectManagementProjectRoleMemberEntityModel, AXMProjectManagementProjectTypeEntityModel, AXMProjectManagementSprintEntityModel, AXMProjectManagementSprintTaskEntityModel, AXMProjectManagementTaskEntityModel, AXMProjectManagementTaskHistoryEntityModel, AXMProjectManagementTaskTypeEntityModel, AXMProjectManagementTimeSheetEntityModel, AXMProjectManagementWorkSiteEntityModel };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i1 from '@acorex/platform/domain';
|
|
4
|
-
import * as
|
|
4
|
+
import * as i4 from '@acorex/platform/workflow';
|
|
5
5
|
import * as _acorex_platform_layout_components from '@acorex/platform/layout/components';
|
|
6
6
|
import { AXPDynamicFormDefinition } from '@acorex/platform/layout/components';
|
|
7
7
|
import * as _acorex_platform_layout_builder from '@acorex/platform/layout/builder';
|
|
@@ -57,9 +57,21 @@ declare const RootConfig: {
|
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
59
|
|
|
60
|
+
declare class AXMDataSetEntityModule {
|
|
61
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMDataSetEntityModule, never>;
|
|
62
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXMDataSetEntityModule, never, never, never>;
|
|
63
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXMDataSetEntityModule>;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
declare class AXMReportDefinitionEntityModule {
|
|
67
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMReportDefinitionEntityModule, never>;
|
|
68
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXMReportDefinitionEntityModule, never, never, never>;
|
|
69
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXMReportDefinitionEntityModule>;
|
|
70
|
+
}
|
|
71
|
+
|
|
60
72
|
declare class AXMReportManagementModule {
|
|
61
73
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMReportManagementModule, never>;
|
|
62
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXMReportManagementModule, never, [typeof i1.AXPDomainModule, typeof
|
|
74
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXMReportManagementModule, never, [typeof i1.AXPDomainModule, typeof AXMDataSetEntityModule, typeof AXMReportDefinitionEntityModule, typeof i4.AXPWorkflowModule], never>;
|
|
63
75
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXMReportManagementModule>;
|
|
64
76
|
}
|
|
65
77
|
|
|
@@ -21,9 +21,63 @@ declare class AXPTaskBoardModule {
|
|
|
21
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXPTaskBoardModule>;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
declare class AXMTaskTypeEntityModule {
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskTypeEntityModule, never>;
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskTypeEntityModule, never, never, never>;
|
|
27
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskTypeEntityModule>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
declare class AXMTaskStatusEntityModule {
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskStatusEntityModule, never>;
|
|
32
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskStatusEntityModule, never, never, never>;
|
|
33
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskStatusEntityModule>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class AXMTaskEntityModule {
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskEntityModule, never>;
|
|
38
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskEntityModule, never, never, never>;
|
|
39
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskEntityModule>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
declare class AXMTaskChecklistItemEntityModule {
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskChecklistItemEntityModule, never>;
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskChecklistItemEntityModule, never, never, never>;
|
|
45
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskChecklistItemEntityModule>;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
declare class AXMTaskAssignmentEntityModule {
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskAssignmentEntityModule, never>;
|
|
50
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskAssignmentEntityModule, never, never, never>;
|
|
51
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskAssignmentEntityModule>;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
declare class AXMTimeLogEntityModule {
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTimeLogEntityModule, never>;
|
|
56
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTimeLogEntityModule, never, never, never>;
|
|
57
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTimeLogEntityModule>;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
declare class AXMTaskDependencyEntityModule {
|
|
61
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskDependencyEntityModule, never>;
|
|
62
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskDependencyEntityModule, never, never, never>;
|
|
63
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskDependencyEntityModule>;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
declare class AXMTaskContextEntityModule {
|
|
67
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskContextEntityModule, never>;
|
|
68
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskContextEntityModule, never, never, never>;
|
|
69
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskContextEntityModule>;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
declare class AXMTaskTemplateEntityModule {
|
|
73
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskTemplateEntityModule, never>;
|
|
74
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskTemplateEntityModule, never, never, never>;
|
|
75
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskTemplateEntityModule>;
|
|
76
|
+
}
|
|
77
|
+
|
|
24
78
|
declare class AXMTaskManagementModule {
|
|
25
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskManagementModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskManagementModule, never, [typeof i1.CommonModule, typeof AXPTaskBoardModule, typeof i3.AXMCalendarManagementModule, typeof i4.AXPLayoutBuilderModule], never>;
|
|
80
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMTaskManagementModule, never, [typeof i1.CommonModule, typeof AXPTaskBoardModule, typeof i3.AXMCalendarManagementModule, typeof i4.AXPLayoutBuilderModule, typeof AXMTaskTypeEntityModule, typeof AXMTaskStatusEntityModule, typeof AXMTaskEntityModule, typeof AXMTaskChecklistItemEntityModule, typeof AXMTaskAssignmentEntityModule, typeof AXMTimeLogEntityModule, typeof AXMTaskDependencyEntityModule, typeof AXMTaskContextEntityModule, typeof AXMTaskTemplateEntityModule], never>;
|
|
27
81
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMTaskManagementModule>;
|
|
28
82
|
}
|
|
29
83
|
|
|
@@ -424,5 +478,5 @@ declare class AXPTaskTypeDataSourceDefinition implements AXPDataSourceDefinition
|
|
|
424
478
|
items(): Promise<AXPDataSourceDefinition[]>;
|
|
425
479
|
}
|
|
426
480
|
|
|
427
|
-
export { AXMSearchCommandProvider, AXMSettingProvider, AXMTaskAssignmentService, AXMTaskAssignmentServiceImpl, AXMTaskChecklistItemService, AXMTaskChecklistItemServiceImpl, AXMTaskContextService, AXMTaskContextServiceImpl, AXMTaskDependencyService, AXMTaskDependencyServiceImpl, AXMTaskManagementEntityProvider, AXMTaskManagementMenuProvider, AXMTaskManagementModule, AXMTaskService, AXMTaskServiceImpl, AXMTaskStatusService, AXMTaskStatusServiceImpl, AXMTaskTemplateService, AXMTaskTemplateServiceImpl, AXMTaskTypeService, AXMTaskTypeServiceImpl, AXMTimeLogService, AXMTimeLogServiceImpl, AXPTaskBoardModule, AXPTaskBoardService, AXPTaskBoardWidget, AXPTaskBoardWidgetViewComponent, AXPTaskTypeDataSourceDefinition, RootConfig, taskAssignmentFactory, taskChecklistItemFactory, taskContextFactory, taskDependencyFactory, taskFactory, taskStatusFactory, taskTemplateFactory, taskTypeFactory, timeLogFactory };
|
|
481
|
+
export { AXMSearchCommandProvider, AXMSettingProvider, AXMTaskAssignmentEntityModule, AXMTaskAssignmentService, AXMTaskAssignmentServiceImpl, AXMTaskChecklistItemEntityModule, AXMTaskChecklistItemService, AXMTaskChecklistItemServiceImpl, AXMTaskContextEntityModule, AXMTaskContextService, AXMTaskContextServiceImpl, AXMTaskDependencyEntityModule, AXMTaskDependencyService, AXMTaskDependencyServiceImpl, AXMTaskEntityModule, AXMTaskManagementEntityProvider, AXMTaskManagementMenuProvider, AXMTaskManagementModule, AXMTaskService, AXMTaskServiceImpl, AXMTaskStatusEntityModule, AXMTaskStatusService, AXMTaskStatusServiceImpl, AXMTaskTemplateEntityModule, AXMTaskTemplateService, AXMTaskTemplateServiceImpl, AXMTaskTypeEntityModule, AXMTaskTypeService, AXMTaskTypeServiceImpl, AXMTimeLogEntityModule, AXMTimeLogService, AXMTimeLogServiceImpl, AXPTaskBoardModule, AXPTaskBoardService, AXPTaskBoardWidget, AXPTaskBoardWidgetViewComponent, AXPTaskTypeDataSourceDefinition, RootConfig, taskAssignmentFactory, taskChecklistItemFactory, taskContextFactory, taskDependencyFactory, taskFactory, taskStatusFactory, taskTemplateFactory, taskTypeFactory, timeLogFactory };
|
|
428
482
|
export type { AXMTaskManagementTaskAssignmentEntityModel, AXMTaskManagementTaskChecklistItemEntityModel, AXMTaskManagementTaskContextEntityModel, AXMTaskManagementTaskDependencyEntityModel, AXMTaskManagementTaskEntityModel, AXMTaskManagementTaskStatusEntityModel, AXMTaskManagementTaskTemplateEntityModel, AXMTaskManagementTaskTypeEntityModel, AXMTaskManagementTimeLogEntityModel };
|