@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acorex-modules-document-management-small-tiles-view.component-DLNbw_y5.mjs","sources":["../tmp-esm2022/document-management/lib/features/document-explorer/views/small-tiles/small-tiles-view.component.js"],"sourcesContent":["import { Component, inject } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AXPElementDataDirective, AXPDblClickDirective } from '@acorex/platform/core';\nimport { AXPDocumentExplorerViewModel } from '../../document-explorer.viewmodel';\nimport { AXFormatModule } from '@acorex/core/format';\nimport { AXDateTimeModule } from '@acorex/core/date-time';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@acorex/core/format\";\nexport class AXMDocumentExplorerSmallTilesViewComponent {\n constructor() {\n this.vm = inject(AXPDocumentExplorerViewModel);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.6\", ngImport: i0, type: AXMDocumentExplorerSmallTilesViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.1.6\", type: AXMDocumentExplorerSmallTilesViewComponent, isStandalone: true, selector: \"axm-document-explorer-small-tiles-view\", ngImport: i0, template: \"<!-- Folders Section -->\\n@if (vm.folders().length > 0) {\\n<div class=\\\"__section\\\">\\n <div class=\\\"__header\\\">\\n <h3 class=\\\"__title\\\">Folders</h3>\\n </div>\\n <div class=\\\"__content\\\">\\n @for (folder of vm.folders(); track folder.id) {\\n <div\\n class=\\\"__explorer-item\\\"\\n [class.--selected]=\\\"vm.isItemSelected(folder)\\\"\\n [axp-data]=\\\"folder\\\"\\n (click)=\\\"vm.toggleSelect(folder)\\\"\\n (onDblClick)=\\\"vm.navigateToFolder(folder.id)\\\"\\n >\\n <div class=\\\"__icon ax-text-yellow-400 fa-2x\\\">\\n @if (vm.isLoadingFolder(folder.id)) {\\n <i class=\\\"fa-light fa-spinner fa-spin-pulse\\\"></i>\\n } @else {\\n <i class=\\\"fas fa-folder-closed\\\"></i>\\n }\\n </div>\\n <div class=\\\"__details\\\">\\n <div class=\\\"__name\\\">{{ folder.name }}</div>\\n <div class=\\\"__info\\\">\\n <span>{{ folder.childrenCount }} items</span>\\n <span>{{ folder.modifiedAt | format : 'datetime' : { format: 'datetime' } | async }}</span>\\n </div>\\n </div>\\n </div>\\n }\\n </div>\\n</div>\\n}\\n\\n<!-- Files Section -->\\n@if (vm.files().length > 0) {\\n<div class=\\\"__section\\\">\\n <div class=\\\"__header\\\">\\n <h3 class=\\\"__title\\\">Files</h3>\\n </div>\\n <div class=\\\"__content\\\">\\n @for (file of vm.files(); track file.id) { @let fileInfo = vm.getFileInfo(file.name);\\n <div\\n class=\\\"__explorer-item\\\"\\n [class.--selected]=\\\"vm.isItemSelected(file)\\\"\\n [axp-data]=\\\"file\\\"\\n (click)=\\\"vm.toggleSelect(file)\\\"\\n (onDblClick)=\\\"vm.openFile(file)\\\"\\n >\\n <div class=\\\"__icon fa-2x\\\">\\n <i class=\\\"fa-fw {{ fileInfo.icon }} fa-solid\\\"></i>\\n </div>\\n <div class=\\\"__details\\\">\\n <div class=\\\"__name\\\">{{ file.name }}</div>\\n <div class=\\\"__info\\\">\\n <span>{{ file.size | format : 'filesize' | async }}</span>\\n <span>{{ file.modifiedAt | format : 'datetime' : { format: 'datetime' } | async }}</span>\\n </div>\\n </div>\\n </div>\\n }\\n </div>\\n</div>\\n}\\n\", styles: [\":host .__section{margin-bottom:2rem}:host .__section:last-child{margin-bottom:0}:host .__section .__header .__title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:500}:host .__section .__content{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5rem}:host .__section .__content .__explorer-item{display:flex;cursor:pointer;align-items:center;gap:.75rem;border-radius:.5rem;border-width:1px;padding:.5rem;background-color:rgb(var(--ax-sys-color-lighter-surface));color:rgb(var(--ax-sys-color-on-lighter-surface));border-color:rgb(var(--ax-sys-color-border-lighter-surface))}:host .__section .__content .__explorer-item:hover{background-color:rgb(var(--ax-sys-color-light-surface));color:rgb(var(--ax-sys-color-on-light-surface));border-color:rgb(var(--ax-sys-color-border-light-surface))}:host .__section .__content .__explorer-item .__icon{flex-shrink:0}:host .__section .__content .__explorer-item .__details{min-width:0px;flex:1 1 0%}:host .__section .__content .__explorer-item .__details .__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start;font-size:.875rem;line-height:1.25rem;font-weight:600}:host .__section .__content .__explorer-item .__details .__info{display:flex;width:100%;justify-content:space-between;font-weight:600;opacity:.65}:host .__section .__content .__explorer-item .__details .__info span{font-size:.75rem;line-height:1rem}:host .__section .__content .__explorer-item.--selected{background-color:rgb(var(--ax-sys-color-darker-surface));color:rgb(var(--ax-sys-color-on-darker-surface));border-color:rgb(var(--ax-sys-color-border-darker-surface))}\\n\"], dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"directive\", type: AXPElementDataDirective, selector: \"[axp-data]\", inputs: [\"axp-data\", \"axp-data-path\"] }, { kind: \"directive\", type: AXPDblClickDirective, selector: \"[onDblClick]\", outputs: [\"onDblClick\"] }, { kind: \"ngmodule\", type: AXFormatModule }, { kind: \"ngmodule\", type: AXDateTimeModule }, { kind: \"pipe\", type: i1.AsyncPipe, name: \"async\" }, { kind: \"pipe\", type: i2.AXFormatPipe, name: \"format\" }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.6\", ngImport: i0, type: AXMDocumentExplorerSmallTilesViewComponent, decorators: [{\n type: Component,\n args: [{ selector: 'axm-document-explorer-small-tiles-view', standalone: true, imports: [CommonModule, AXPElementDataDirective, AXPDblClickDirective, AXFormatModule, AXDateTimeModule], template: \"<!-- Folders Section -->\\n@if (vm.folders().length > 0) {\\n<div class=\\\"__section\\\">\\n <div class=\\\"__header\\\">\\n <h3 class=\\\"__title\\\">Folders</h3>\\n </div>\\n <div class=\\\"__content\\\">\\n @for (folder of vm.folders(); track folder.id) {\\n <div\\n class=\\\"__explorer-item\\\"\\n [class.--selected]=\\\"vm.isItemSelected(folder)\\\"\\n [axp-data]=\\\"folder\\\"\\n (click)=\\\"vm.toggleSelect(folder)\\\"\\n (onDblClick)=\\\"vm.navigateToFolder(folder.id)\\\"\\n >\\n <div class=\\\"__icon ax-text-yellow-400 fa-2x\\\">\\n @if (vm.isLoadingFolder(folder.id)) {\\n <i class=\\\"fa-light fa-spinner fa-spin-pulse\\\"></i>\\n } @else {\\n <i class=\\\"fas fa-folder-closed\\\"></i>\\n }\\n </div>\\n <div class=\\\"__details\\\">\\n <div class=\\\"__name\\\">{{ folder.name }}</div>\\n <div class=\\\"__info\\\">\\n <span>{{ folder.childrenCount }} items</span>\\n <span>{{ folder.modifiedAt | format : 'datetime' : { format: 'datetime' } | async }}</span>\\n </div>\\n </div>\\n </div>\\n }\\n </div>\\n</div>\\n}\\n\\n<!-- Files Section -->\\n@if (vm.files().length > 0) {\\n<div class=\\\"__section\\\">\\n <div class=\\\"__header\\\">\\n <h3 class=\\\"__title\\\">Files</h3>\\n </div>\\n <div class=\\\"__content\\\">\\n @for (file of vm.files(); track file.id) { @let fileInfo = vm.getFileInfo(file.name);\\n <div\\n class=\\\"__explorer-item\\\"\\n [class.--selected]=\\\"vm.isItemSelected(file)\\\"\\n [axp-data]=\\\"file\\\"\\n (click)=\\\"vm.toggleSelect(file)\\\"\\n (onDblClick)=\\\"vm.openFile(file)\\\"\\n >\\n <div class=\\\"__icon fa-2x\\\">\\n <i class=\\\"fa-fw {{ fileInfo.icon }} fa-solid\\\"></i>\\n </div>\\n <div class=\\\"__details\\\">\\n <div class=\\\"__name\\\">{{ file.name }}</div>\\n <div class=\\\"__info\\\">\\n <span>{{ file.size | format : 'filesize' | async }}</span>\\n <span>{{ file.modifiedAt | format : 'datetime' : { format: 'datetime' } | async }}</span>\\n </div>\\n </div>\\n </div>\\n }\\n </div>\\n</div>\\n}\\n\", styles: [\":host .__section{margin-bottom:2rem}:host .__section:last-child{margin-bottom:0}:host .__section .__header .__title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:500}:host .__section .__content{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5rem}:host .__section .__content .__explorer-item{display:flex;cursor:pointer;align-items:center;gap:.75rem;border-radius:.5rem;border-width:1px;padding:.5rem;background-color:rgb(var(--ax-sys-color-lighter-surface));color:rgb(var(--ax-sys-color-on-lighter-surface));border-color:rgb(var(--ax-sys-color-border-lighter-surface))}:host .__section .__content .__explorer-item:hover{background-color:rgb(var(--ax-sys-color-light-surface));color:rgb(var(--ax-sys-color-on-light-surface));border-color:rgb(var(--ax-sys-color-border-light-surface))}:host .__section .__content .__explorer-item .__icon{flex-shrink:0}:host .__section .__content .__explorer-item .__details{min-width:0px;flex:1 1 0%}:host .__section .__content .__explorer-item .__details .__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start;font-size:.875rem;line-height:1.25rem;font-weight:600}:host .__section .__content .__explorer-item .__details .__info{display:flex;width:100%;justify-content:space-between;font-weight:600;opacity:.65}:host .__section .__content .__explorer-item .__details .__info span{font-size:.75rem;line-height:1rem}:host .__section .__content .__explorer-item.--selected{background-color:rgb(var(--ax-sys-color-darker-surface));color:rgb(var(--ax-sys-color-on-darker-surface));border-color:rgb(var(--ax-sys-color-border-darker-surface))}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hbGwtdGlsZXMtdmlldy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21vZHVsZXMvZG9jdW1lbnQtbWFuYWdlbWVudC9zcmMvbGliL2ZlYXR1cmVzL2RvY3VtZW50LWV4cGxvcmVyL3ZpZXdzL3NtYWxsLXRpbGVzL3NtYWxsLXRpbGVzLXZpZXcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9tb2R1bGVzL2RvY3VtZW50LW1hbmFnZW1lbnQvc3JjL2xpYi9mZWF0dXJlcy9kb2N1bWVudC1leHBsb3Jlci92aWV3cy9zbWFsbC10aWxlcy9zbWFsbC10aWxlcy12aWV3LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN0RixPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNqRixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDckQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7Ozs7QUFTMUQsTUFBTSxPQUFPLDBDQUEwQztJQVB2RDtRQVFjLE9BQUUsR0FBRyxNQUFNLENBQUMsNEJBQTRCLENBQUMsQ0FBQztLQUN2RDs4R0FGWSwwQ0FBMEM7a0dBQTFDLDBDQUEwQyxrR0NkdkQsb2dFQWlFQSw0cUREckRjLFlBQVksK0JBQUUsdUJBQXVCLDhGQUFFLG9CQUFvQixpRkFBRSxjQUFjLDhCQUFFLGdCQUFnQjs7MkZBRTlGLDBDQUEwQztrQkFQdEQsU0FBUzsrQkFDSSx3Q0FBd0MsY0FHdEMsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLHVCQUF1QixFQUFFLG9CQUFvQixFQUFFLGNBQWMsRUFBRSxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgaW5qZWN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQVhQRWxlbWVudERhdGFEaXJlY3RpdmUsIEFYUERibENsaWNrRGlyZWN0aXZlIH0gZnJvbSAnQGFjb3JleC9wbGF0Zm9ybS9jb3JlJztcbmltcG9ydCB7IEFYUERvY3VtZW50RXhwbG9yZXJWaWV3TW9kZWwgfSBmcm9tICcuLi8uLi9kb2N1bWVudC1leHBsb3Jlci52aWV3bW9kZWwnO1xuaW1wb3J0IHsgQVhGb3JtYXRNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvcmUvZm9ybWF0JztcbmltcG9ydCB7IEFYRGF0ZVRpbWVNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvcmUvZGF0ZS10aW1lJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdheG0tZG9jdW1lbnQtZXhwbG9yZXItc21hbGwtdGlsZXMtdmlldycsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3NtYWxsLXRpbGVzLXZpZXcuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL3NtYWxsLXRpbGVzLXZpZXcuY29tcG9uZW50LnNjc3MnXSxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEFYUEVsZW1lbnREYXRhRGlyZWN0aXZlLCBBWFBEYmxDbGlja0RpcmVjdGl2ZSwgQVhGb3JtYXRNb2R1bGUsIEFYRGF0ZVRpbWVNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBBWE1Eb2N1bWVudEV4cGxvcmVyU21hbGxUaWxlc1ZpZXdDb21wb25lbnQge1xuICAgIHByb3RlY3RlZCB2bSA9IGluamVjdChBWFBEb2N1bWVudEV4cGxvcmVyVmlld01vZGVsKTtcbn0gIiwiPCEtLSBGb2xkZXJzIFNlY3Rpb24gLS0+XG5AaWYgKHZtLmZvbGRlcnMoKS5sZW5ndGggPiAwKSB7XG48ZGl2IGNsYXNzPVwiX19zZWN0aW9uXCI+XG4gIDxkaXYgY2xhc3M9XCJfX2hlYWRlclwiPlxuICAgIDxoMyBjbGFzcz1cIl9fdGl0bGVcIj5Gb2xkZXJzPC9oMz5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJfX2NvbnRlbnRcIj5cbiAgICBAZm9yIChmb2xkZXIgb2Ygdm0uZm9sZGVycygpOyB0cmFjayBmb2xkZXIuaWQpIHtcbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cIl9fZXhwbG9yZXItaXRlbVwiXG4gICAgICBbY2xhc3MuLS1zZWxlY3RlZF09XCJ2bS5pc0l0ZW1TZWxlY3RlZChmb2xkZXIpXCJcbiAgICAgIFtheHAtZGF0YV09XCJmb2xkZXJcIlxuICAgICAgKGNsaWNrKT1cInZtLnRvZ2dsZVNlbGVjdChmb2xkZXIpXCJcbiAgICAgIChvbkRibENsaWNrKT1cInZtLm5hdmlnYXRlVG9Gb2xkZXIoZm9sZGVyLmlkKVwiXG4gICAgPlxuICAgICAgPGRpdiBjbGFzcz1cIl9faWNvbiBheC10ZXh0LXllbGxvdy00MDAgZmEtMnhcIj5cbiAgICAgICAgQGlmICh2bS5pc0xvYWRpbmdGb2xkZXIoZm9sZGVyLmlkKSkge1xuICAgICAgICA8aSBjbGFzcz1cImZhLWxpZ2h0IGZhLXNwaW5uZXIgZmEtc3Bpbi1wdWxzZVwiPjwvaT5cbiAgICAgICAgfSBAZWxzZSB7XG4gICAgICAgIDxpIGNsYXNzPVwiZmFzIGZhLWZvbGRlci1jbG9zZWRcIj48L2k+XG4gICAgICAgIH1cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cIl9fZGV0YWlsc1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiX19uYW1lXCI+e3sgZm9sZGVyLm5hbWUgfX08L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIl9faW5mb1wiPlxuICAgICAgICAgIDxzcGFuPnt7IGZvbGRlci5jaGlsZHJlbkNvdW50IH19IGl0ZW1zPC9zcGFuPlxuICAgICAgICAgIDxzcGFuPnt7IGZvbGRlci5tb2RpZmllZEF0IHwgZm9ybWF0IDogJ2RhdGV0aW1lJyA6IHsgZm9ybWF0OiAnZGF0ZXRpbWUnIH0gfCBhc3luYyB9fTwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICB9XG4gIDwvZGl2PlxuPC9kaXY+XG59XG5cbjwhLS0gRmlsZXMgU2VjdGlvbiAtLT5cbkBpZiAodm0uZmlsZXMoKS5sZW5ndGggPiAwKSB7XG48ZGl2IGNsYXNzPVwiX19zZWN0aW9uXCI+XG4gIDxkaXYgY2xhc3M9XCJfX2hlYWRlclwiPlxuICAgIDxoMyBjbGFzcz1cIl9fdGl0bGVcIj5GaWxlczwvaDM+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiX19jb250ZW50XCI+XG4gICAgQGZvciAoZmlsZSBvZiB2bS5maWxlcygpOyB0cmFjayBmaWxlLmlkKSB7IEBsZXQgZmlsZUluZm8gPSB2bS5nZXRGaWxlSW5mbyhmaWxlLm5hbWUpO1xuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwiX19leHBsb3Jlci1pdGVtXCJcbiAgICAgIFtjbGFzcy4tLXNlbGVjdGVkXT1cInZtLmlzSXRlbVNlbGVjdGVkKGZpbGUpXCJcbiAgICAgIFtheHAtZGF0YV09XCJmaWxlXCJcbiAgICAgIChjbGljayk9XCJ2bS50b2dnbGVTZWxlY3QoZmlsZSlcIlxuICAgICAgKG9uRGJsQ2xpY2spPVwidm0ub3BlbkZpbGUoZmlsZSlcIlxuICAgID5cbiAgICAgIDxkaXYgY2xhc3M9XCJfX2ljb24gZmEtMnhcIj5cbiAgICAgICAgPGkgY2xhc3M9XCJmYS1mdyB7eyBmaWxlSW5mby5pY29uIH19IGZhLXNvbGlkXCI+PC9pPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiX19kZXRhaWxzXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJfX25hbWVcIj57eyBmaWxlLm5hbWUgfX08L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIl9faW5mb1wiPlxuICAgICAgICAgIDxzcGFuPnt7IGZpbGUuc2l6ZSB8IGZvcm1hdCA6ICdmaWxlc2l6ZScgfCBhc3luYyB9fTwvc3Bhbj5cbiAgICAgICAgICA8c3Bhbj57eyBmaWxlLm1vZGlmaWVkQXQgfCBmb3JtYXQgOiAnZGF0ZXRpbWUnIDogeyBmb3JtYXQ6ICdkYXRldGltZScgfSB8IGFzeW5jIH19PC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIH1cbiAgPC9kaXY+XG48L2Rpdj5cbn1cbiJdfQ=="],"names":[],"mappings":";;;;;;;;;;AASO,MAAM,0CAA0C,CAAC;AACxD,IAAI,WAAW,GAAG;AAClB,QAAQ,IAAI,CAAC,EAAE,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACtD;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,0CAA0C,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAC5M,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,0CAA0C,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,wCAAwC,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,ogEAAogE,EAAE,MAAM,EAAE,CAAC,qnDAAqnD,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,uBAAuB,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,gBAAgB,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC;AACp1I;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,0CAA0C,EAAE,UAAU,EAAE,CAAC;AACpJ,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,wCAAwC,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,YAAY,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,cAAc,EAAE,gBAAgB,CAAC,EAAE,QAAQ,EAAE,ogEAAogE,EAAE,MAAM,EAAE,CAAC,qnDAAqnD,CAAC,EAAE;AACt1H,SAAS,CAAC,EAAE,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"acorex-modules-document-management-small-tiles-view.component-BM2Uj_Wz.mjs","sources":["../tmp-esm2022/document-management/lib/features/document-explorer/views/small-tiles/small-tiles-view.component.js"],"sourcesContent":["import { Component, inject } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AXPElementDataDirective, AXPDblClickDirective } from '@acorex/platform/core';\nimport { AXPDocumentExplorerViewModel } from '../../document-explorer.viewmodel';\nimport { AXFormatModule } from '@acorex/core/format';\nimport { AXDateTimeModule } from '@acorex/core/date-time';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@acorex/core/format\";\nexport class AXMDocumentExplorerSmallTilesViewComponent {\n constructor() {\n this.vm = inject(AXPDocumentExplorerViewModel);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.6\", ngImport: i0, type: AXMDocumentExplorerSmallTilesViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.1.6\", type: AXMDocumentExplorerSmallTilesViewComponent, isStandalone: true, selector: \"axm-document-explorer-small-tiles-view\", ngImport: i0, template: \"<!-- Folders Section -->\\n@if (vm.folders().length > 0) {\\n<div class=\\\"__section\\\">\\n <div class=\\\"__header\\\">\\n <h3 class=\\\"__title\\\">Folders</h3>\\n </div>\\n <div class=\\\"__content\\\">\\n @for (folder of vm.folders(); track folder.id) {\\n <div\\n class=\\\"__explorer-item\\\"\\n [class.--selected]=\\\"vm.isItemSelected(folder)\\\"\\n [axp-data]=\\\"folder\\\"\\n (click)=\\\"vm.toggleSelect(folder)\\\"\\n (onDblClick)=\\\"vm.navigateToFolder(folder.id)\\\"\\n >\\n <div class=\\\"__icon ax-text-yellow-400 fa-2x\\\">\\n @if (vm.isLoadingFolder(folder.id)) {\\n <i class=\\\"fa-light fa-spinner fa-spin-pulse\\\"></i>\\n } @else {\\n <i class=\\\"fas fa-folder-closed\\\"></i>\\n }\\n </div>\\n <div class=\\\"__details\\\">\\n <div class=\\\"__name\\\">{{ folder.name }}</div>\\n <div class=\\\"__info\\\">\\n <span>{{ folder.childrenCount }} items</span>\\n <span>{{ folder.modifiedAt | format : 'datetime' : { format: 'datetime' } | async }}</span>\\n </div>\\n </div>\\n </div>\\n }\\n </div>\\n</div>\\n}\\n\\n<!-- Files Section -->\\n@if (vm.files().length > 0) {\\n<div class=\\\"__section\\\">\\n <div class=\\\"__header\\\">\\n <h3 class=\\\"__title\\\">Files</h3>\\n </div>\\n <div class=\\\"__content\\\">\\n @for (file of vm.files(); track file.id) { @let fileInfo = vm.getFileInfo(file.name);\\n <div\\n class=\\\"__explorer-item\\\"\\n [class.--selected]=\\\"vm.isItemSelected(file)\\\"\\n [axp-data]=\\\"file\\\"\\n (click)=\\\"vm.toggleSelect(file)\\\"\\n (onDblClick)=\\\"vm.openFile(file)\\\"\\n >\\n <div class=\\\"__icon fa-2x\\\">\\n <i class=\\\"fa-fw {{ fileInfo.icon }} fa-solid\\\"></i>\\n </div>\\n <div class=\\\"__details\\\">\\n <div class=\\\"__name\\\">{{ file.name }}</div>\\n <div class=\\\"__info\\\">\\n <span>{{ file.size | format : 'filesize' | async }}</span>\\n <span>{{ file.modifiedAt | format : 'datetime' : { format: 'datetime' } | async }}</span>\\n </div>\\n </div>\\n </div>\\n }\\n </div>\\n</div>\\n}\\n\", styles: [\":host .__section{margin-bottom:2rem}:host .__section:last-child{margin-bottom:0}:host .__section .__header .__title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:500}:host .__section .__content{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5rem}:host .__section .__content .__explorer-item{display:flex;cursor:pointer;align-items:center;gap:.75rem;border-radius:.5rem;border-width:1px;padding:.5rem;background-color:rgb(var(--ax-sys-color-lighter-surface));color:rgb(var(--ax-sys-color-on-lighter-surface));border-color:rgb(var(--ax-sys-color-border-lighter-surface))}:host .__section .__content .__explorer-item:hover{background-color:rgb(var(--ax-sys-color-light-surface));color:rgb(var(--ax-sys-color-on-light-surface));border-color:rgb(var(--ax-sys-color-border-light-surface))}:host .__section .__content .__explorer-item .__icon{flex-shrink:0}:host .__section .__content .__explorer-item .__details{min-width:0px;flex:1 1 0%}:host .__section .__content .__explorer-item .__details .__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start;font-size:.875rem;line-height:1.25rem;font-weight:600}:host .__section .__content .__explorer-item .__details .__info{display:flex;width:100%;justify-content:space-between;font-weight:600;opacity:.65}:host .__section .__content .__explorer-item .__details .__info span{font-size:.75rem;line-height:1rem}:host .__section .__content .__explorer-item.--selected{background-color:rgb(var(--ax-sys-color-darker-surface));color:rgb(var(--ax-sys-color-on-darker-surface));border-color:rgb(var(--ax-sys-color-border-darker-surface))}\\n\"], dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"directive\", type: AXPElementDataDirective, selector: \"[axp-data]\", inputs: [\"axp-data\", \"axp-data-path\"] }, { kind: \"directive\", type: AXPDblClickDirective, selector: \"[onDblClick]\", outputs: [\"onDblClick\"] }, { kind: \"ngmodule\", type: AXFormatModule }, { kind: \"ngmodule\", type: AXDateTimeModule }, { kind: \"pipe\", type: i1.AsyncPipe, name: \"async\" }, { kind: \"pipe\", type: i2.AXFormatPipe, name: \"format\" }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.6\", ngImport: i0, type: AXMDocumentExplorerSmallTilesViewComponent, decorators: [{\n type: Component,\n args: [{ selector: 'axm-document-explorer-small-tiles-view', standalone: true, imports: [CommonModule, AXPElementDataDirective, AXPDblClickDirective, AXFormatModule, AXDateTimeModule], template: \"<!-- Folders Section -->\\n@if (vm.folders().length > 0) {\\n<div class=\\\"__section\\\">\\n <div class=\\\"__header\\\">\\n <h3 class=\\\"__title\\\">Folders</h3>\\n </div>\\n <div class=\\\"__content\\\">\\n @for (folder of vm.folders(); track folder.id) {\\n <div\\n class=\\\"__explorer-item\\\"\\n [class.--selected]=\\\"vm.isItemSelected(folder)\\\"\\n [axp-data]=\\\"folder\\\"\\n (click)=\\\"vm.toggleSelect(folder)\\\"\\n (onDblClick)=\\\"vm.navigateToFolder(folder.id)\\\"\\n >\\n <div class=\\\"__icon ax-text-yellow-400 fa-2x\\\">\\n @if (vm.isLoadingFolder(folder.id)) {\\n <i class=\\\"fa-light fa-spinner fa-spin-pulse\\\"></i>\\n } @else {\\n <i class=\\\"fas fa-folder-closed\\\"></i>\\n }\\n </div>\\n <div class=\\\"__details\\\">\\n <div class=\\\"__name\\\">{{ folder.name }}</div>\\n <div class=\\\"__info\\\">\\n <span>{{ folder.childrenCount }} items</span>\\n <span>{{ folder.modifiedAt | format : 'datetime' : { format: 'datetime' } | async }}</span>\\n </div>\\n </div>\\n </div>\\n }\\n </div>\\n</div>\\n}\\n\\n<!-- Files Section -->\\n@if (vm.files().length > 0) {\\n<div class=\\\"__section\\\">\\n <div class=\\\"__header\\\">\\n <h3 class=\\\"__title\\\">Files</h3>\\n </div>\\n <div class=\\\"__content\\\">\\n @for (file of vm.files(); track file.id) { @let fileInfo = vm.getFileInfo(file.name);\\n <div\\n class=\\\"__explorer-item\\\"\\n [class.--selected]=\\\"vm.isItemSelected(file)\\\"\\n [axp-data]=\\\"file\\\"\\n (click)=\\\"vm.toggleSelect(file)\\\"\\n (onDblClick)=\\\"vm.openFile(file)\\\"\\n >\\n <div class=\\\"__icon fa-2x\\\">\\n <i class=\\\"fa-fw {{ fileInfo.icon }} fa-solid\\\"></i>\\n </div>\\n <div class=\\\"__details\\\">\\n <div class=\\\"__name\\\">{{ file.name }}</div>\\n <div class=\\\"__info\\\">\\n <span>{{ file.size | format : 'filesize' | async }}</span>\\n <span>{{ file.modifiedAt | format : 'datetime' : { format: 'datetime' } | async }}</span>\\n </div>\\n </div>\\n </div>\\n }\\n </div>\\n</div>\\n}\\n\", styles: [\":host .__section{margin-bottom:2rem}:host .__section:last-child{margin-bottom:0}:host .__section .__header .__title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:500}:host .__section .__content{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5rem}:host .__section .__content .__explorer-item{display:flex;cursor:pointer;align-items:center;gap:.75rem;border-radius:.5rem;border-width:1px;padding:.5rem;background-color:rgb(var(--ax-sys-color-lighter-surface));color:rgb(var(--ax-sys-color-on-lighter-surface));border-color:rgb(var(--ax-sys-color-border-lighter-surface))}:host .__section .__content .__explorer-item:hover{background-color:rgb(var(--ax-sys-color-light-surface));color:rgb(var(--ax-sys-color-on-light-surface));border-color:rgb(var(--ax-sys-color-border-light-surface))}:host .__section .__content .__explorer-item .__icon{flex-shrink:0}:host .__section .__content .__explorer-item .__details{min-width:0px;flex:1 1 0%}:host .__section .__content .__explorer-item .__details .__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start;font-size:.875rem;line-height:1.25rem;font-weight:600}:host .__section .__content .__explorer-item .__details .__info{display:flex;width:100%;justify-content:space-between;font-weight:600;opacity:.65}:host .__section .__content .__explorer-item .__details .__info span{font-size:.75rem;line-height:1rem}:host .__section .__content .__explorer-item.--selected{background-color:rgb(var(--ax-sys-color-darker-surface));color:rgb(var(--ax-sys-color-on-darker-surface));border-color:rgb(var(--ax-sys-color-border-darker-surface))}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hbGwtdGlsZXMtdmlldy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21vZHVsZXMvZG9jdW1lbnQtbWFuYWdlbWVudC9zcmMvbGliL2ZlYXR1cmVzL2RvY3VtZW50LWV4cGxvcmVyL3ZpZXdzL3NtYWxsLXRpbGVzL3NtYWxsLXRpbGVzLXZpZXcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9tb2R1bGVzL2RvY3VtZW50LW1hbmFnZW1lbnQvc3JjL2xpYi9mZWF0dXJlcy9kb2N1bWVudC1leHBsb3Jlci92aWV3cy9zbWFsbC10aWxlcy9zbWFsbC10aWxlcy12aWV3LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN0RixPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNqRixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDckQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7Ozs7QUFTMUQsTUFBTSxPQUFPLDBDQUEwQztJQVB2RDtRQVFjLE9BQUUsR0FBRyxNQUFNLENBQUMsNEJBQTRCLENBQUMsQ0FBQztLQUN2RDs4R0FGWSwwQ0FBMEM7a0dBQTFDLDBDQUEwQyxrR0NkdkQsb2dFQWlFQSw0cUREckRjLFlBQVksK0JBQUUsdUJBQXVCLDhGQUFFLG9CQUFvQixpRkFBRSxjQUFjLDhCQUFFLGdCQUFnQjs7MkZBRTlGLDBDQUEwQztrQkFQdEQsU0FBUzsrQkFDSSx3Q0FBd0MsY0FHdEMsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLHVCQUF1QixFQUFFLG9CQUFvQixFQUFFLGNBQWMsRUFBRSxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgaW5qZWN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQVhQRWxlbWVudERhdGFEaXJlY3RpdmUsIEFYUERibENsaWNrRGlyZWN0aXZlIH0gZnJvbSAnQGFjb3JleC9wbGF0Zm9ybS9jb3JlJztcbmltcG9ydCB7IEFYUERvY3VtZW50RXhwbG9yZXJWaWV3TW9kZWwgfSBmcm9tICcuLi8uLi9kb2N1bWVudC1leHBsb3Jlci52aWV3bW9kZWwnO1xuaW1wb3J0IHsgQVhGb3JtYXRNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvcmUvZm9ybWF0JztcbmltcG9ydCB7IEFYRGF0ZVRpbWVNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvcmUvZGF0ZS10aW1lJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdheG0tZG9jdW1lbnQtZXhwbG9yZXItc21hbGwtdGlsZXMtdmlldycsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3NtYWxsLXRpbGVzLXZpZXcuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL3NtYWxsLXRpbGVzLXZpZXcuY29tcG9uZW50LnNjc3MnXSxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEFYUEVsZW1lbnREYXRhRGlyZWN0aXZlLCBBWFBEYmxDbGlja0RpcmVjdGl2ZSwgQVhGb3JtYXRNb2R1bGUsIEFYRGF0ZVRpbWVNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBBWE1Eb2N1bWVudEV4cGxvcmVyU21hbGxUaWxlc1ZpZXdDb21wb25lbnQge1xuICAgIHByb3RlY3RlZCB2bSA9IGluamVjdChBWFBEb2N1bWVudEV4cGxvcmVyVmlld01vZGVsKTtcbn0gIiwiPCEtLSBGb2xkZXJzIFNlY3Rpb24gLS0+XG5AaWYgKHZtLmZvbGRlcnMoKS5sZW5ndGggPiAwKSB7XG48ZGl2IGNsYXNzPVwiX19zZWN0aW9uXCI+XG4gIDxkaXYgY2xhc3M9XCJfX2hlYWRlclwiPlxuICAgIDxoMyBjbGFzcz1cIl9fdGl0bGVcIj5Gb2xkZXJzPC9oMz5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJfX2NvbnRlbnRcIj5cbiAgICBAZm9yIChmb2xkZXIgb2Ygdm0uZm9sZGVycygpOyB0cmFjayBmb2xkZXIuaWQpIHtcbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cIl9fZXhwbG9yZXItaXRlbVwiXG4gICAgICBbY2xhc3MuLS1zZWxlY3RlZF09XCJ2bS5pc0l0ZW1TZWxlY3RlZChmb2xkZXIpXCJcbiAgICAgIFtheHAtZGF0YV09XCJmb2xkZXJcIlxuICAgICAgKGNsaWNrKT1cInZtLnRvZ2dsZVNlbGVjdChmb2xkZXIpXCJcbiAgICAgIChvbkRibENsaWNrKT1cInZtLm5hdmlnYXRlVG9Gb2xkZXIoZm9sZGVyLmlkKVwiXG4gICAgPlxuICAgICAgPGRpdiBjbGFzcz1cIl9faWNvbiBheC10ZXh0LXllbGxvdy00MDAgZmEtMnhcIj5cbiAgICAgICAgQGlmICh2bS5pc0xvYWRpbmdGb2xkZXIoZm9sZGVyLmlkKSkge1xuICAgICAgICA8aSBjbGFzcz1cImZhLWxpZ2h0IGZhLXNwaW5uZXIgZmEtc3Bpbi1wdWxzZVwiPjwvaT5cbiAgICAgICAgfSBAZWxzZSB7XG4gICAgICAgIDxpIGNsYXNzPVwiZmFzIGZhLWZvbGRlci1jbG9zZWRcIj48L2k+XG4gICAgICAgIH1cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cIl9fZGV0YWlsc1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiX19uYW1lXCI+e3sgZm9sZGVyLm5hbWUgfX08L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIl9faW5mb1wiPlxuICAgICAgICAgIDxzcGFuPnt7IGZvbGRlci5jaGlsZHJlbkNvdW50IH19IGl0ZW1zPC9zcGFuPlxuICAgICAgICAgIDxzcGFuPnt7IGZvbGRlci5tb2RpZmllZEF0IHwgZm9ybWF0IDogJ2RhdGV0aW1lJyA6IHsgZm9ybWF0OiAnZGF0ZXRpbWUnIH0gfCBhc3luYyB9fTwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICB9XG4gIDwvZGl2PlxuPC9kaXY+XG59XG5cbjwhLS0gRmlsZXMgU2VjdGlvbiAtLT5cbkBpZiAodm0uZmlsZXMoKS5sZW5ndGggPiAwKSB7XG48ZGl2IGNsYXNzPVwiX19zZWN0aW9uXCI+XG4gIDxkaXYgY2xhc3M9XCJfX2hlYWRlclwiPlxuICAgIDxoMyBjbGFzcz1cIl9fdGl0bGVcIj5GaWxlczwvaDM+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiX19jb250ZW50XCI+XG4gICAgQGZvciAoZmlsZSBvZiB2bS5maWxlcygpOyB0cmFjayBmaWxlLmlkKSB7IEBsZXQgZmlsZUluZm8gPSB2bS5nZXRGaWxlSW5mbyhmaWxlLm5hbWUpO1xuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwiX19leHBsb3Jlci1pdGVtXCJcbiAgICAgIFtjbGFzcy4tLXNlbGVjdGVkXT1cInZtLmlzSXRlbVNlbGVjdGVkKGZpbGUpXCJcbiAgICAgIFtheHAtZGF0YV09XCJmaWxlXCJcbiAgICAgIChjbGljayk9XCJ2bS50b2dnbGVTZWxlY3QoZmlsZSlcIlxuICAgICAgKG9uRGJsQ2xpY2spPVwidm0ub3BlbkZpbGUoZmlsZSlcIlxuICAgID5cbiAgICAgIDxkaXYgY2xhc3M9XCJfX2ljb24gZmEtMnhcIj5cbiAgICAgICAgPGkgY2xhc3M9XCJmYS1mdyB7eyBmaWxlSW5mby5pY29uIH19IGZhLXNvbGlkXCI+PC9pPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiX19kZXRhaWxzXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJfX25hbWVcIj57eyBmaWxlLm5hbWUgfX08L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIl9faW5mb1wiPlxuICAgICAgICAgIDxzcGFuPnt7IGZpbGUuc2l6ZSB8IGZvcm1hdCA6ICdmaWxlc2l6ZScgfCBhc3luYyB9fTwvc3Bhbj5cbiAgICAgICAgICA8c3Bhbj57eyBmaWxlLm1vZGlmaWVkQXQgfCBmb3JtYXQgOiAnZGF0ZXRpbWUnIDogeyBmb3JtYXQ6ICdkYXRldGltZScgfSB8IGFzeW5jIH19PC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIH1cbiAgPC9kaXY+XG48L2Rpdj5cbn1cbiJdfQ=="],"names":[],"mappings":";;;;;;;;;;AASO,MAAM,0CAA0C,CAAC;AACxD,IAAI,WAAW,GAAG;AAClB,QAAQ,IAAI,CAAC,EAAE,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACtD;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,0CAA0C,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAC5M,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,0CAA0C,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,wCAAwC,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,ogEAAogE,EAAE,MAAM,EAAE,CAAC,qnDAAqnD,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,uBAAuB,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,gBAAgB,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC;AACp1I;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,0CAA0C,EAAE,UAAU,EAAE,CAAC;AACpJ,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,wCAAwC,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,YAAY,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,cAAc,EAAE,gBAAgB,CAAC,EAAE,QAAQ,EAAE,ogEAAogE,EAAE,MAAM,EAAE,CAAC,qnDAAqnD,CAAC,EAAE;AACt1H,SAAS,CAAC,EAAE,CAAC;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as AXMDistributionInteractionService,
|
|
1
|
+
export { P as AXMDistributionEntityModule, T as AXMDistributionInteractionEntityModule, d as AXMDistributionInteractionService, S as AXMDistributionInteractionServiceImpl, N as AXMDistributionService, O as AXMDistributionServiceImpl, i as AXMDocumentManagementDocumentEntityModule, o as AXMDocumentManagementDocumentTypeEntityModule, r as AXMDocumentManagementDocumentTypeMetaDefinitionEntityModule, s as AXMDocumentManagementDocumentTypeMetaDefinitionEntityService, t as AXMDocumentManagementDocumentTypeMetaDefinitionEntityServiceImpl, v as AXMDocumentManagementDocumentTypeMetaValueEntityModule, w as AXMDocumentManagementDocumentTypeMetaValueEntityService, x as AXMDocumentManagementDocumentTypeMetaValueEntityServiceImpl, z as AXMDocumentManagementDocumentTypeStatusDefinitionEntityModule, B as AXMDocumentManagementDocumentTypeStatusDefinitionEntityService, C as AXMDocumentManagementDocumentTypeStatusDefinitionEntityServiceImpl, g as AXMDocumentManagementModule, U as AXMDocumentReletedEntityModule, j as AXMDocumentService, k as AXMDocumentServiceImpl, f as AXMDocumentTypeService, p as AXMDocumentTypeServiceImpl, V as AXMEntityProvider, H as AXMFolderEntityModule, F as AXMFolderService, G as AXMFolderServiceImpl, W as AXMMenuProvider, L as AXMReviewEntityModule, J as AXMReviewService, K as AXMReviewServiceImpl, X as AXMSearchCommandProvider, Y as AXMSettingProvider, Z as AXPDocumentUploaderWidget, a2 as AXPDocumentUploaderWidgetColumnComponent, _ as AXPDocumentUploaderWidgetDesignerComponent, $ as AXPDocumentUploaderWidgetEditComponent, a1 as AXPDocumentUploaderWidgetFilterComponent, a3 as AXPDocumentUploaderWidgetPrintComponent, a0 as AXPDocumentUploaderWidgetViewComponent, R as RootConfig, m as canTransition, M as distributionFactory, Q as distributionInteractionFactory, h as documentFactory, D as documentRelatedFactory, n as documentTypeFactory, q as documentTypeMetaDefinitionfactory, u as documentTypeMetaValueFactory, y as documentTypeStatusDefinitionFactory, E as folderFactory, l as getNextStatus, I as reviewFactory } from './acorex-modules-document-management-acorex-modules-document-management-BV6piYsz.mjs';
|
|
2
2
|
//# sourceMappingURL=acorex-modules-document-management.mjs.map
|
|
@@ -3,7 +3,7 @@ import * as i10 from '@acorex/platform/layout/builder';
|
|
|
3
3
|
import { AXPWidgetsCatalog, AXPLayoutBuilderModule } from '@acorex/platform/layout/builder';
|
|
4
4
|
import { AXMEntityCrudServiceImpl, AXPEntityService, AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import { Injectable, inject, Injector, computed, ApplicationRef, ViewContainerRef, ViewChild, Component
|
|
6
|
+
import { Injectable, NgModule, inject, Injector, computed, ApplicationRef, ViewContainerRef, ViewChild, Component } from '@angular/core';
|
|
7
7
|
import { signalStore, withState, withComputed, withMethods, patchState } from '@ngrx/signals';
|
|
8
8
|
import * as i2$1 from '@acorex/platform/layout/components';
|
|
9
9
|
import { AXPComponentSlotModule } from '@acorex/platform/layout/components';
|
|
@@ -1576,12 +1576,92 @@ async function myReportedIssuesEntityFactory(injector) {
|
|
|
1576
1576
|
return entityDef;
|
|
1577
1577
|
}
|
|
1578
1578
|
|
|
1579
|
+
class AXMIssueTypeEntityModule {
|
|
1580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMIssueTypeEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1581
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMIssueTypeEntityModule }); }
|
|
1582
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMIssueTypeEntityModule, providers: [
|
|
1583
|
+
{
|
|
1584
|
+
provide: AXMIssueTypeService,
|
|
1585
|
+
useClass: AXMIssueTypeServiceImpl,
|
|
1586
|
+
},
|
|
1587
|
+
] }); }
|
|
1588
|
+
}
|
|
1589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMIssueTypeEntityModule, decorators: [{
|
|
1590
|
+
type: NgModule,
|
|
1591
|
+
args: [{
|
|
1592
|
+
imports: [],
|
|
1593
|
+
exports: [],
|
|
1594
|
+
declarations: [],
|
|
1595
|
+
providers: [
|
|
1596
|
+
{
|
|
1597
|
+
provide: AXMIssueTypeService,
|
|
1598
|
+
useClass: AXMIssueTypeServiceImpl,
|
|
1599
|
+
},
|
|
1600
|
+
],
|
|
1601
|
+
}]
|
|
1602
|
+
}] });
|
|
1603
|
+
|
|
1604
|
+
class AXMReportedIssuesEntityModule {
|
|
1605
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMReportedIssuesEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1606
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMReportedIssuesEntityModule }); }
|
|
1607
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMReportedIssuesEntityModule, providers: [
|
|
1608
|
+
{
|
|
1609
|
+
provide: AXMReportedIssuesService,
|
|
1610
|
+
useClass: AXMReportedIssuesServiceImpl,
|
|
1611
|
+
},
|
|
1612
|
+
] }); }
|
|
1613
|
+
}
|
|
1614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMReportedIssuesEntityModule, decorators: [{
|
|
1615
|
+
type: NgModule,
|
|
1616
|
+
args: [{
|
|
1617
|
+
imports: [],
|
|
1618
|
+
exports: [],
|
|
1619
|
+
declarations: [],
|
|
1620
|
+
providers: [
|
|
1621
|
+
{
|
|
1622
|
+
provide: AXMReportedIssuesService,
|
|
1623
|
+
useClass: AXMReportedIssuesServiceImpl,
|
|
1624
|
+
},
|
|
1625
|
+
],
|
|
1626
|
+
}]
|
|
1627
|
+
}] });
|
|
1628
|
+
|
|
1629
|
+
class AXMMyReportedIssuesEntityModule {
|
|
1630
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMMyReportedIssuesEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1631
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMMyReportedIssuesEntityModule }); }
|
|
1632
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMMyReportedIssuesEntityModule, providers: [
|
|
1633
|
+
{
|
|
1634
|
+
provide: AXMMyReportedIssuesService,
|
|
1635
|
+
useClass: AXMMyReportedIssuesServiceImpl,
|
|
1636
|
+
},
|
|
1637
|
+
] }); }
|
|
1638
|
+
}
|
|
1639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMMyReportedIssuesEntityModule, decorators: [{
|
|
1640
|
+
type: NgModule,
|
|
1641
|
+
args: [{
|
|
1642
|
+
imports: [],
|
|
1643
|
+
exports: [],
|
|
1644
|
+
declarations: [],
|
|
1645
|
+
providers: [
|
|
1646
|
+
{
|
|
1647
|
+
provide: AXMMyReportedIssuesService,
|
|
1648
|
+
useClass: AXMMyReportedIssuesServiceImpl,
|
|
1649
|
+
},
|
|
1650
|
+
],
|
|
1651
|
+
}]
|
|
1652
|
+
}] });
|
|
1653
|
+
|
|
1654
|
+
// Entity Services
|
|
1655
|
+
|
|
1579
1656
|
var index = /*#__PURE__*/Object.freeze({
|
|
1580
1657
|
__proto__: null,
|
|
1658
|
+
AXMIssueTypeEntityModule: AXMIssueTypeEntityModule,
|
|
1581
1659
|
AXMIssueTypeService: AXMIssueTypeService,
|
|
1582
1660
|
AXMIssueTypeServiceImpl: AXMIssueTypeServiceImpl,
|
|
1661
|
+
AXMMyReportedIssuesEntityModule: AXMMyReportedIssuesEntityModule,
|
|
1583
1662
|
AXMMyReportedIssuesService: AXMMyReportedIssuesService,
|
|
1584
1663
|
AXMMyReportedIssuesServiceImpl: AXMMyReportedIssuesServiceImpl,
|
|
1664
|
+
AXMReportedIssuesEntityModule: AXMReportedIssuesEntityModule,
|
|
1585
1665
|
AXMReportedIssuesService: AXMReportedIssuesService,
|
|
1586
1666
|
AXMReportedIssuesServiceImpl: AXMReportedIssuesServiceImpl,
|
|
1587
1667
|
issueTypeEntityFactory: issueTypeEntityFactory,
|
|
@@ -1798,7 +1878,7 @@ const AXMCaptureScreenService = signalStore({ providedIn: 'root' }, withState(()
|
|
|
1798
1878
|
return {
|
|
1799
1879
|
init: async (onFinish) => {
|
|
1800
1880
|
try {
|
|
1801
|
-
const { AXMCaptureScreenComponent } = await import('./acorex-modules-help-desk-capture-screen.component-
|
|
1881
|
+
const { AXMCaptureScreenComponent } = await import('./acorex-modules-help-desk-capture-screen.component-BLZbJmw1.mjs');
|
|
1802
1882
|
const viewContainerRef = application.components[0].injector.get(ViewContainerRef);
|
|
1803
1883
|
componentRef = viewContainerRef.createComponent(AXMCaptureScreenComponent);
|
|
1804
1884
|
document.body.appendChild(componentRef.location.nativeElement);
|
|
@@ -2337,24 +2417,33 @@ class AXMMenuProvider {
|
|
|
2337
2417
|
]);
|
|
2338
2418
|
context.find('platform-management').addItems([
|
|
2339
2419
|
{
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
{
|
|
2345
|
-
text: RootConfig.entities.reportedIssues.title,
|
|
2346
|
-
path: this.entityService.createPath(RootConfig.module.name, RootConfig.entities.reportedIssues.name),
|
|
2347
|
-
icon: RootConfig.entities.reportedIssues.icon,
|
|
2348
|
-
priority: 20000121,
|
|
2420
|
+
name: 'help-desk',
|
|
2421
|
+
text: `t('help-desk',{scope: "${scope}"})`,
|
|
2422
|
+
icon: 'fa-light fa-book-open',
|
|
2423
|
+
priority: 900001,
|
|
2349
2424
|
data: {
|
|
2350
|
-
requiredPermission:
|
|
2425
|
+
requiredPermission: 'platform',
|
|
2351
2426
|
},
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2427
|
+
children: [
|
|
2428
|
+
{
|
|
2429
|
+
text: RootConfig.entities.reportedIssues.title,
|
|
2430
|
+
path: this.entityService.createPath(RootConfig.module.name, RootConfig.entities.reportedIssues.name),
|
|
2431
|
+
icon: RootConfig.entities.reportedIssues.icon,
|
|
2432
|
+
priority: 20000121,
|
|
2433
|
+
data: {
|
|
2434
|
+
requiredPermission: AXMPermissionsKeys.Issue.ReportedIssues.Management,
|
|
2435
|
+
},
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
text: RootConfig.entities.issueType.title,
|
|
2439
|
+
path: this.entityService.createPath(RootConfig.module.name, RootConfig.entities.issueType.name),
|
|
2440
|
+
icon: RootConfig.entities.issueType.icon,
|
|
2441
|
+
priority: 20000122,
|
|
2442
|
+
data: {
|
|
2443
|
+
requiredPermission: AXMPermissionsKeys.Issue.ReportedIssues.Management,
|
|
2444
|
+
},
|
|
2445
|
+
},
|
|
2446
|
+
],
|
|
2358
2447
|
},
|
|
2359
2448
|
]);
|
|
2360
2449
|
//
|
|
@@ -2365,9 +2454,6 @@ class AXMMenuProvider {
|
|
|
2365
2454
|
icon: RootConfig.entities.reportedIssues.icon,
|
|
2366
2455
|
path: this.entityService.createPath(RootConfig.module.name, RootConfig.entities.reportedIssues.name),
|
|
2367
2456
|
priority: 900005,
|
|
2368
|
-
data: {
|
|
2369
|
-
requiredPermission: AXMPermissionsKeys.Issue.MyReportedIssues.Management,
|
|
2370
|
-
},
|
|
2371
2457
|
},
|
|
2372
2458
|
{
|
|
2373
2459
|
name: 'app-report-issue',
|
|
@@ -2417,20 +2503,12 @@ class AXMSettingProvider {
|
|
|
2417
2503
|
|
|
2418
2504
|
class AXMHelpDeskModule {
|
|
2419
2505
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMHelpDeskModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2420
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMHelpDeskModule, imports: [i1$2.AXPWorkflowModule, i2$1.AXPComponentSlotModule
|
|
2506
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXMHelpDeskModule, imports: [i1$2.AXPWorkflowModule, i2$1.AXPComponentSlotModule,
|
|
2507
|
+
// Entity Modules
|
|
2508
|
+
AXMIssueTypeEntityModule,
|
|
2509
|
+
AXMReportedIssuesEntityModule,
|
|
2510
|
+
AXMMyReportedIssuesEntityModule] }); }
|
|
2421
2511
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMHelpDeskModule, providers: [
|
|
2422
|
-
{
|
|
2423
|
-
provide: AXMIssueTypeService,
|
|
2424
|
-
useClass: AXMIssueTypeServiceImpl,
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
provide: AXMReportedIssuesService,
|
|
2428
|
-
useClass: AXMReportedIssuesServiceImpl,
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
provide: AXMMyReportedIssuesService,
|
|
2432
|
-
useClass: AXMMyReportedIssuesServiceImpl,
|
|
2433
|
-
},
|
|
2434
2512
|
{
|
|
2435
2513
|
provide: AXP_MENU_PROVIDER,
|
|
2436
2514
|
useClass: AXMMenuProvider,
|
|
@@ -2463,7 +2541,11 @@ class AXMHelpDeskModule {
|
|
|
2463
2541
|
// component: AXPCaptureScreenWidgetExtensionComponent,
|
|
2464
2542
|
// },
|
|
2465
2543
|
// ],
|
|
2466
|
-
})
|
|
2544
|
+
}),
|
|
2545
|
+
// Entity Modules
|
|
2546
|
+
AXMIssueTypeEntityModule,
|
|
2547
|
+
AXMReportedIssuesEntityModule,
|
|
2548
|
+
AXMMyReportedIssuesEntityModule] }); }
|
|
2467
2549
|
}
|
|
2468
2550
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXMHelpDeskModule, decorators: [{
|
|
2469
2551
|
type: NgModule,
|
|
@@ -2487,22 +2569,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2487
2569
|
// },
|
|
2488
2570
|
// ],
|
|
2489
2571
|
}),
|
|
2572
|
+
// Entity Modules
|
|
2573
|
+
AXMIssueTypeEntityModule,
|
|
2574
|
+
AXMReportedIssuesEntityModule,
|
|
2575
|
+
AXMMyReportedIssuesEntityModule,
|
|
2490
2576
|
],
|
|
2491
2577
|
exports: [],
|
|
2492
2578
|
declarations: [],
|
|
2493
2579
|
providers: [
|
|
2494
|
-
{
|
|
2495
|
-
provide: AXMIssueTypeService,
|
|
2496
|
-
useClass: AXMIssueTypeServiceImpl,
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
provide: AXMReportedIssuesService,
|
|
2500
|
-
useClass: AXMReportedIssuesServiceImpl,
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
provide: AXMMyReportedIssuesService,
|
|
2504
|
-
useClass: AXMMyReportedIssuesServiceImpl,
|
|
2505
|
-
},
|
|
2506
2580
|
{
|
|
2507
2581
|
provide: AXP_MENU_PROVIDER,
|
|
2508
2582
|
useClass: AXMMenuProvider,
|
|
@@ -2526,5 +2600,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2526
2600
|
* Generated bundle index. Do not edit.
|
|
2527
2601
|
*/
|
|
2528
2602
|
|
|
2529
|
-
export { AXMCaptureScreenService as A, RootConfig as R, AXMIssueTypeService as a, AXMIssueTypeServiceImpl as b,
|
|
2530
|
-
//# sourceMappingURL=acorex-modules-help-desk-acorex-modules-help-desk-
|
|
2603
|
+
export { AXMCaptureScreenService as A, RootConfig as R, AXMIssueTypeService as a, AXMIssueTypeServiceImpl as b, AXMReportedIssuesService as c, AXMReportedIssuesServiceImpl as d, AXMMyReportedIssuesService as e, AXMMyReportedIssuesServiceImpl as f, AXMIssueTypeEntityModule as g, AXMReportedIssuesEntityModule as h, issueTypeEntityFactory as i, AXMMyReportedIssuesEntityModule as j, AXMEntityProvider as k, AXMLogCaptureService as l, myReportedIssuesEntityFactory as m, AXMHelpDeskModule as n, AXMMenuProvider as o, AXMPermissionsKeys as p, AXMSettingProvider as q, reportedIssuesEntityFactory as r };
|
|
2604
|
+
//# sourceMappingURL=acorex-modules-help-desk-acorex-modules-help-desk-C4s1EVQy.mjs.map
|