@acorex/modules 19.3.1 → 19.3.3-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/common/index.d.ts +1 -0
- package/common/lib/common.module.d.ts +3 -1
- package/common/lib/features/global-search/index.d.ts +3 -0
- package/common/lib/features/global-search/search-popup.component.d.ts +22 -0
- package/common/lib/features/global-search/search-slot.component.d.ts +9 -0
- package/common/lib/features/global-search/search.config.d.ts +5 -0
- package/common/lib/features/global-search/search.module.d.ts +11 -0
- package/common/lib/features/global-search/search.viewmodel.d.ts +34 -0
- package/common/lib/features/global-search/workflows/search.workflow.d.ts +11 -0
- package/dashboard-management/lib/entities/dashboard/dashboard.types.d.ts +2 -2
- package/dashboard-management/lib/features/home-dashboard/dashboard-home/home-dashboard.d.ts +7 -7
- package/dashboard-management/lib/features/home-dashboard/dashboard-home/home-dashboard.store.d.ts +6 -6
- package/dashboard-management/lib/features/home-dashboard/dashboard-home/home-dashboard.type.d.ts +3 -3
- package/dashboard-management/lib/features/home-dashboard/dashboard-popups/add-dashboard-popup.d.ts +3 -3
- package/dashboard-management/lib/features/home-dashboard/dashboard-popups/configuration-popup.d.ts +3 -3
- package/dashboard-management/lib/features/home-dashboard/dashboard-popups/dashboard-popup.service.d.ts +5 -5
- package/dashboard-management/lib/features/home-dashboard/widget-wrapper/dashboard-widget-wrapper.d.ts +4 -3
- package/dashboard-management/lib/features/shared/widgets/bar-chart/bar-chart-widget.component.d.ts +9 -64
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/clock-calendar-widget.component.d.ts +0 -1
- package/dashboard-management/lib/features/shared/widgets/donut-chart/donut-chart-widget.component.d.ts +9 -50
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/gauge-chart-widget.component.d.ts +8 -67
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/index.d.ts +0 -1
- package/dashboard-management/lib/features/shared/widgets/index.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/line-chart/index.d.ts +0 -1
- package/dashboard-management/lib/features/shared/widgets/line-chart/line-chart-widget.component.d.ts +9 -68
- package/document-management/lib/features/document-explorer/document-explorer.component.d.ts +1 -0
- package/document-management/lib/features/document-explorer/document-explorer.viewmodel.d.ts +1 -0
- package/document-management/lib/features/document-explorer/views/detail-panel/detail-panel.component.d.ts +1 -0
- package/document-management/lib/features/document-explorer/views/details/details-view.component.d.ts +1 -0
- package/document-management/lib/features/document-explorer/views/large-icons/large-icons-view.component.d.ts +1 -0
- package/document-management/lib/features/document-explorer/views/large-tiles/large-tiles-view.component.d.ts +1 -0
- package/document-management/lib/features/document-explorer/views/list/list-view.component.d.ts +1 -0
- package/document-management/lib/features/document-explorer/views/small-icons/small-icons-view.component.d.ts +1 -0
- package/document-management/lib/features/document-explorer/views/small-tiles/small-tiles-view.component.d.ts +1 -0
- package/document-management/lib/features/drive/drive.component.d.ts +1 -0
- package/document-management/lib/features/drive-choose/drive-choose.component.d.ts +1 -0
- package/document-management/lib/features/shared/components/folder-path-breadcrumbs/folder-path-breadcrumbs.component.d.ts +1 -0
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-edit.component.d.ts +4 -3
- package/document-management/lib/permission-definition.provider.d.ts +4 -0
- package/document-management/lib/permission.keys.d.ts +19 -0
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-B1HTJdsE.mjs → acorex-modules-auth-acorex-modules-auth-DJZcD1j3.mjs} +23 -83
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-DJZcD1j3.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-app-chooser.component-DlYxDGQr.mjs +65 -0
- package/fesm2022/acorex-modules-auth-app-chooser.component-DlYxDGQr.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-login.module-TtdNj0aL.mjs → acorex-modules-auth-login.module-D-XgzifC.mjs} +4 -4
- package/fesm2022/{acorex-modules-auth-login.module-TtdNj0aL.mjs.map → acorex-modules-auth-login.module-D-XgzifC.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-master.layout-CtVrY1hn.mjs → acorex-modules-auth-master.layout-ZaCb3CED.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-master.layout-CtVrY1hn.mjs.map → acorex-modules-auth-master.layout-ZaCb3CED.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-Dmj9zZSI.mjs → acorex-modules-auth-password.component-C-xRIhrM.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-Dmj9zZSI.mjs.map → acorex-modules-auth-password.component-C-xRIhrM.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-BXm2NAaN.mjs → acorex-modules-auth-password.component-CLTZoufP.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-BXm2NAaN.mjs.map → acorex-modules-auth-password.component-CLTZoufP.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-routes-DkgsKi3a.mjs → acorex-modules-auth-routes-4T5jq7su.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-routes-DkgsKi3a.mjs.map → acorex-modules-auth-routes-4T5jq7su.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-Ow7QtAWc.mjs +98 -0
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-Ow7QtAWc.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-two-factor.module-DDOSqjYs.mjs → acorex-modules-auth-two-factor.module-D72KIpvA.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-two-factor.module-DDOSqjYs.mjs.map → acorex-modules-auth-two-factor.module-D72KIpvA.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-user-sessions.component-B3i44VC5.mjs → acorex-modules-auth-user-sessions.component-Btnu_Oeq.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-user-sessions.component-B3i44VC5.mjs.map → acorex-modules-auth-user-sessions.component-Btnu_Oeq.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth.mjs +1 -1
- package/fesm2022/acorex-modules-common-search-popup.component-C3XUb6pF.mjs +128 -0
- package/fesm2022/acorex-modules-common-search-popup.component-C3XUb6pF.mjs.map +1 -0
- package/fesm2022/acorex-modules-common.mjs +289 -9
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/{acorex-modules-dashboard-management-acorex-modules-dashboard-management-CReOsVhq.mjs → acorex-modules-dashboard-management-acorex-modules-dashboard-management-Ccj2AaJ1.mjs} +848 -2176
- package/fesm2022/acorex-modules-dashboard-management-acorex-modules-dashboard-management-Ccj2AaJ1.mjs.map +1 -0
- package/fesm2022/{acorex-modules-dashboard-management-home-dashboard-CHXDeuSF.mjs → acorex-modules-dashboard-management-home-dashboard-BXD0g_tp.mjs} +49 -48
- package/fesm2022/acorex-modules-dashboard-management-home-dashboard-BXD0g_tp.mjs.map +1 -0
- package/fesm2022/acorex-modules-dashboard-management.mjs +1 -1
- package/fesm2022/{acorex-modules-document-management-acorex-modules-document-management-vYaqbxKs.mjs → acorex-modules-document-management-acorex-modules-document-management-Dw7YKb_h.mjs} +59 -41
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-Dw7YKb_h.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-Bc_IX3gT.mjs → acorex-modules-document-management-create-folder-dialog.component-Ty5V60Tu.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-Bc_IX3gT.mjs.map → acorex-modules-document-management-create-folder-dialog.component-Ty5V60Tu.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-details-view.component-_9f5TQJi.mjs → acorex-modules-document-management-details-view.component-BuUJq8WU.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-details-view.component-_9f5TQJi.mjs.map → acorex-modules-document-management-details-view.component-BuUJq8WU.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-drive-choose.component-CFOb0_MF.mjs → acorex-modules-document-management-drive-choose.component-DSCIj1X_.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-drive-choose.component-CFOb0_MF.mjs.map → acorex-modules-document-management-drive-choose.component-DSCIj1X_.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-large-icons-view.component-D9es4CBl.mjs → acorex-modules-document-management-large-icons-view.component-DvrdSkIZ.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-large-icons-view.component-D9es4CBl.mjs.map → acorex-modules-document-management-large-icons-view.component-DvrdSkIZ.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-Q1Sjg47F.mjs → acorex-modules-document-management-large-tiles-view.component-rIxsD8sE.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-Q1Sjg47F.mjs.map → acorex-modules-document-management-large-tiles-view.component-rIxsD8sE.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-list-view.component-BUu5vrul.mjs → acorex-modules-document-management-list-view.component-BrutZLAU.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-list-view.component-BUu5vrul.mjs.map → acorex-modules-document-management-list-view.component-BrutZLAU.mjs.map} +1 -1
- package/fesm2022/acorex-modules-document-management-permission-definition.provider-CQOLEctF.mjs +31 -0
- package/fesm2022/acorex-modules-document-management-permission-definition.provider-CQOLEctF.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-BMRmdslE.mjs → acorex-modules-document-management-rename-node-dialog.component-zSY0PShA.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-BMRmdslE.mjs.map → acorex-modules-document-management-rename-node-dialog.component-zSY0PShA.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-small-icons-view.component-ChSS7z9z.mjs → acorex-modules-document-management-small-icons-view.component-CFB6g5r6.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-small-icons-view.component-ChSS7z9z.mjs.map → acorex-modules-document-management-small-icons-view.component-CFB6g5r6.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-Ci33qbBY.mjs → acorex-modules-document-management-small-tiles-view.component-Dp2Lnb3c.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-Ci33qbBY.mjs.map → acorex-modules-document-management-small-tiles-view.component-Dp2Lnb3c.mjs.map} +1 -1
- package/fesm2022/acorex-modules-document-management.mjs +1 -1
- package/fesm2022/{acorex-modules-form-template-management-acorex-modules-form-template-management-Cv92x_9Z.mjs → acorex-modules-form-template-management-acorex-modules-form-template-management-CJ2Qoott.mjs} +33 -15
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-CJ2Qoott.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-category.entity-DPVwQW4X.mjs → acorex-modules-form-template-management-category.entity-BjNsUAZq.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-category.entity-DPVwQW4X.mjs.map → acorex-modules-form-template-management-category.entity-BjNsUAZq.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-permission-definition.provider-BrWbwKTK.mjs → acorex-modules-form-template-management-permission-definition.provider-CqZ8ytjA.mjs} +2 -21
- package/fesm2022/acorex-modules-form-template-management-permission-definition.provider-CqZ8ytjA.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-settings.provider-iwOUp0iw.mjs → acorex-modules-form-template-management-settings.provider-LrzsYkiL.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-settings.provider-iwOUp0iw.mjs.map → acorex-modules-form-template-management-settings.provider-LrzsYkiL.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-BkR3x74p.mjs → acorex-modules-form-template-management-template-widget-edit.component-BP75i9zU.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-BkR3x74p.mjs.map → acorex-modules-form-template-management-template-widget-edit.component-BP75i9zU.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template.entity-NgmH7r8R.mjs → acorex-modules-form-template-management-template.entity-CCaHPkWq.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template.entity-NgmH7r8R.mjs.map → acorex-modules-form-template-management-template.entity-CCaHPkWq.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-Cq33xA62.mjs → acorex-modules-form-template-management-viewer-popup.component-CUOsh6e5.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-Cq33xA62.mjs.map → acorex-modules-form-template-management-viewer-popup.component-CUOsh6e5.mjs.map} +1 -1
- package/fesm2022/acorex-modules-form-template-management.mjs +1 -1
- package/fesm2022/{acorex-modules-issue-management-acorex-modules-issue-management-Q47ZZSSE.mjs → acorex-modules-issue-management-acorex-modules-issue-management-DcmAnBue.mjs} +42 -43
- package/fesm2022/{acorex-modules-issue-management-acorex-modules-issue-management-Q47ZZSSE.mjs.map → acorex-modules-issue-management-acorex-modules-issue-management-DcmAnBue.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-issue-management-capture-screen.component-Dns1Wrkd.mjs → acorex-modules-issue-management-capture-screen.component-BMpafdHr.mjs} +2 -2
- package/fesm2022/{acorex-modules-issue-management-capture-screen.component-Dns1Wrkd.mjs.map → acorex-modules-issue-management-capture-screen.component-BMpafdHr.mjs.map} +1 -1
- package/fesm2022/acorex-modules-issue-management.mjs +1 -1
- package/fesm2022/acorex-modules-log-management.mjs +3 -8
- package/fesm2022/acorex-modules-log-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +621 -52
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-organization-management-add-item.component-DW0TneoX.mjs → acorex-modules-organization-management-add-item.component-DE0Ek0dk.mjs} +3 -3
- package/fesm2022/{acorex-modules-organization-management-add-item.component-DW0TneoX.mjs.map → acorex-modules-organization-management-add-item.component-DE0Ek0dk.mjs.map} +1 -1
- package/fesm2022/acorex-modules-organization-management-org-chart-configuration.page-RuvkSheN.mjs +124 -0
- package/fesm2022/acorex-modules-organization-management-org-chart-configuration.page-RuvkSheN.mjs.map +1 -0
- package/fesm2022/{acorex-modules-organization-management-org-chart.page-DnRbGIWN.mjs → acorex-modules-organization-management-org-chart.page-C2qYJxpY.mjs} +59 -19
- package/fesm2022/acorex-modules-organization-management-org-chart.page-C2qYJxpY.mjs.map +1 -0
- package/fesm2022/acorex-modules-organization-management.mjs +7 -7
- package/fesm2022/acorex-modules-organization-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-DIsYLKbA.mjs → acorex-modules-platform-management-acorex-modules-platform-management-BaYlXX3M.mjs} +46 -53
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-BaYlXX3M.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-list-version.component-D83yTFAm.mjs → acorex-modules-platform-management-list-version.component-DB8pe9so.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-list-version.component-D83yTFAm.mjs.map → acorex-modules-platform-management-list-version.component-DB8pe9so.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-platform-management-settings.provider-DKkXCwrd.mjs → acorex-modules-platform-management-settings.provider-BQzM-lyt.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-settings.provider-DKkXCwrd.mjs.map → acorex-modules-platform-management-settings.provider-BQzM-lyt.mjs.map} +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +1 -1
- package/fesm2022/acorex-modules-project-management.mjs +218 -155
- package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-security-management.mjs +472 -787
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-settings-management-setting-page.component-XDFtTqft.mjs +219 -0
- package/fesm2022/acorex-modules-settings-management-setting-page.component-XDFtTqft.mjs.map +1 -0
- package/fesm2022/acorex-modules-settings-management-setting-view.component-B_6RIU9e.mjs +103 -0
- package/fesm2022/acorex-modules-settings-management-setting-view.component-B_6RIU9e.mjs.map +1 -0
- package/fesm2022/acorex-modules-settings-management.mjs +442 -0
- package/fesm2022/acorex-modules-settings-management.mjs.map +1 -0
- package/fesm2022/acorex-modules-training-management.mjs +5572 -0
- package/fesm2022/acorex-modules-training-management.mjs.map +1 -0
- package/notification-management/index.d.ts +1 -0
- package/notification-management/lib/entities/notification/notification.service.d.ts +6 -6
- package/notification-management/lib/features/components/admin-notification-panel/admin-notification-panel.component.d.ts +13 -7
- package/{dashboard-management/lib/features/shared/widgets/notification → notification-management/lib/features/dashboard/widgets/my-notification}/index.d.ts +0 -1
- package/{dashboard-management/lib/features/shared/widgets/notification → notification-management/lib/features/dashboard/widgets/my-notification}/notification-widget.component.d.ts +37 -9
- package/notification-management/lib/features/dashboard/widgets/my-notification/notification-widget.config.d.ts +5 -0
- package/notification-management/lib/features/shared/notification-connector.service.d.ts +57 -0
- package/notification-management/lib/notification-management.module.d.ts +2 -1
- package/notification-management/lib/notification-management.type.d.ts +3 -0
- package/organization-management/lib/features/organization-chart/org-chart-configuration.page.d.ts +7 -61
- package/organization-management/lib/features/organization-chart/org-chart.page.d.ts +8 -61
- package/package.json +9 -1
- package/platform-management/lib/const.d.ts +2 -6
- package/platform-management/lib/features/app-terms/pages/list/list-terms.component.d.ts +11 -13
- package/security-management/lib/entities/index.d.ts +1 -2
- package/security-management/lib/entities/profile/index.d.ts +0 -1
- package/security-management/lib/entities/users/users.service.d.ts +2 -2
- package/security-management/lib/entities/users/users.types.d.ts +2 -2
- package/security-management/lib/user-avatar.provider.d.ts +5 -0
- package/settings-management/README.md +3 -0
- package/settings-management/index.d.ts +2 -0
- package/settings-management/lib/features/settings/convert-setting-data.d.ts +2 -0
- package/settings-management/lib/features/settings/search-definition.provider.d.ts +4 -0
- package/settings-management/lib/features/settings/search.provider.d.ts +9 -0
- package/settings-management/lib/features/settings/setting-page/setting-page.component.d.ts +65 -0
- package/settings-management/lib/features/settings/setting-view/setting-view.component.d.ts +135 -0
- package/settings-management/lib/features/settings/settings.viewmodel.d.ts +46 -0
- package/settings-management/lib/settings-management.module.d.ts +9 -0
- package/training-management/README.md +3 -0
- package/training-management/index.d.ts +7 -0
- package/training-management/lib/const.d.ts +85 -0
- package/training-management/lib/entities/certificate/certificate.entity.d.ts +3 -0
- package/training-management/lib/entities/certificate/certificate.service.d.ts +10 -0
- package/training-management/lib/entities/certificate/certificate.types.d.ts +12 -0
- package/training-management/lib/entities/certificate/index.d.ts +3 -0
- package/training-management/lib/entities/course/course.entity.d.ts +3 -0
- package/training-management/lib/entities/course/course.service.d.ts +10 -0
- package/training-management/lib/entities/course/course.types.d.ts +8 -0
- package/training-management/lib/entities/course/index.d.ts +3 -0
- package/training-management/lib/entities/course-location/course-location.entity.d.ts +3 -0
- package/training-management/lib/entities/course-location/course-location.service.d.ts +10 -0
- package/training-management/lib/entities/course-location/course-location.types.d.ts +6 -0
- package/training-management/lib/entities/course-location/index.d.ts +3 -0
- package/training-management/lib/entities/course-period/course-period.entity.d.ts +3 -0
- package/training-management/lib/entities/course-period/course-period.service.d.ts +10 -0
- package/training-management/lib/entities/course-period/course-period.types.d.ts +6 -0
- package/training-management/lib/entities/course-period/index.d.ts +3 -0
- package/training-management/lib/entities/course-type/course-type.entity.d.ts +3 -0
- package/training-management/lib/entities/course-type/course-type.service.d.ts +10 -0
- package/training-management/lib/entities/course-type/course-type.types.d.ts +5 -0
- package/training-management/lib/entities/course-type/index.d.ts +3 -0
- package/training-management/lib/entities/facilitator-type/facilitator-type.entity.d.ts +3 -0
- package/training-management/lib/entities/facilitator-type/facilitator-type.service.d.ts +10 -0
- package/training-management/lib/entities/facilitator-type/facilitator-type.types.d.ts +6 -0
- package/training-management/lib/entities/facilitator-type/index.d.ts +3 -0
- package/training-management/lib/entities/index.d.ts +12 -0
- package/training-management/lib/entities/location/index.d.ts +3 -0
- package/training-management/lib/entities/location/location.entity.d.ts +3 -0
- package/training-management/lib/entities/location/location.service.d.ts +10 -0
- package/training-management/lib/entities/location/location.types.d.ts +7 -0
- package/training-management/lib/entities/period/index.d.ts +3 -0
- package/training-management/lib/entities/period/period.entity.d.ts +3 -0
- package/training-management/lib/entities/period/period.service.d.ts +10 -0
- package/training-management/lib/entities/period/period.types.d.ts +6 -0
- package/training-management/lib/entities/training/index.d.ts +3 -0
- package/training-management/lib/entities/training/training.entity.d.ts +3 -0
- package/training-management/lib/entities/training/training.service.d.ts +10 -0
- package/training-management/lib/entities/training/training.types.d.ts +13 -0
- package/training-management/lib/entities/training-facilitator/index.d.ts +3 -0
- package/training-management/lib/entities/training-facilitator/training-facilitator.entity.d.ts +3 -0
- package/training-management/lib/entities/training-facilitator/training-facilitator.service.d.ts +10 -0
- package/training-management/lib/entities/training-facilitator/training-facilitator.types.d.ts +7 -0
- package/training-management/lib/entities/training-participant/index.d.ts +3 -0
- package/training-management/lib/entities/training-participant/training-participant.entity.d.ts +3 -0
- package/training-management/lib/entities/training-participant/training-participant.service.d.ts +10 -0
- package/training-management/lib/entities/training-participant/training-participant.types.d.ts +7 -0
- package/training-management/lib/entities/training-type/index.d.ts +3 -0
- package/training-management/lib/entities/training-type/training-type.entity.d.ts +3 -0
- package/training-management/lib/entities/training-type/training-type.service.d.ts +10 -0
- package/training-management/lib/entities/training-type/training-type.types.d.ts +7 -0
- package/training-management/lib/entity.provider.d.ts +10 -0
- package/training-management/lib/menu.provider.d.ts +5 -0
- package/training-management/lib/permission-definition.provider.d.ts +4 -0
- package/training-management/lib/search-command.provider.d.ts +4 -0
- package/training-management/lib/setting.provider.d.ts +4 -0
- package/training-management/lib/training-management.module.d.ts +6 -0
- package/auth/lib/pages/account/avatar/avatar.component.d.ts +0 -20
- package/dashboard-management/lib/features/shared/widgets/bar-chart/bar-chart.type.d.ts +0 -34
- package/dashboard-management/lib/features/shared/widgets/donut-chart/donut-chart.type.d.ts +0 -67
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/gauge-chart.type.d.ts +0 -29
- package/dashboard-management/lib/features/shared/widgets/line-chart/line-chart.type.d.ts +0 -41
- package/dashboard-management/lib/features/shared/widgets/notification/notification-widget.config.d.ts +0 -10
- package/dashboard-management/lib/features/shared/widgets/notification/notification.type.d.ts +0 -47
- package/dashboard-management/lib/features/shared/widgets/shared/chart-base.component.d.ts +0 -44
- package/dashboard-management/lib/features/shared/widgets/shared/chart-base.type.d.ts +0 -37
- package/dashboard-management/lib/features/shared/widgets/shared/components/chart-tooltip/chart-tooltip.component.d.ts +0 -28
- package/dashboard-management/lib/features/shared/widgets/shared/components/chart-tooltip/index.d.ts +0 -1
- package/dashboard-management/lib/features/shared/widgets/shared/index.d.ts +0 -3
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-B1HTJdsE.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-app-chooser.component-Ct-vco0y.mjs +0 -64
- package/fesm2022/acorex-modules-auth-app-chooser.component-Ct-vco0y.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-D9C6LCjn.mjs +0 -97
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-D9C6LCjn.mjs.map +0 -1
- package/fesm2022/acorex-modules-dashboard-management-acorex-modules-dashboard-management-CReOsVhq.mjs.map +0 -1
- package/fesm2022/acorex-modules-dashboard-management-home-dashboard-CHXDeuSF.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-vYaqbxKs.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-Cv92x_9Z.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-permission-definition.provider-BrWbwKTK.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-org-chart-configuration.page-DFqOS0So.mjs +0 -92
- package/fesm2022/acorex-modules-organization-management-org-chart-configuration.page-DFqOS0So.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-org-chart.page-DnRbGIWN.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-DIsYLKbA.mjs.map +0 -1
- package/security-management/lib/entities/profile/profile.service.d.ts +0 -13
@@ -0,0 +1,442 @@
|
|
1
|
+
import { AXPSettingDefinitionProviderService, AXPSettingService, AXP_SEARCH_PROVIDER, AXP_SEARCH_DEFINITION_PROVIDER } from '@acorex/platform/common';
|
2
|
+
import { AXPPageStatus } from '@acorex/platform/layout/builder';
|
3
|
+
import { AXPLayoutThemeService } from '@acorex/platform/themes/shared';
|
4
|
+
import * as i0 from '@angular/core';
|
5
|
+
import { computed, inject, NgModule } from '@angular/core';
|
6
|
+
import { signalStore, withState, withComputed, withMethods, patchState, withHooks } from '@ngrx/signals';
|
7
|
+
import { get, isEqual, isNil, isEmpty, sortBy } from 'lodash-es';
|
8
|
+
import { filter, merge } from 'rxjs';
|
9
|
+
import { AXToastService } from '@acorex/components/toast';
|
10
|
+
import { AXTranslationService } from '@acorex/core/translation';
|
11
|
+
import * as i1 from '@acorex/platform/core';
|
12
|
+
import { resolvePlatformScopeName, AXPPlatformScope } from '@acorex/platform/core';
|
13
|
+
import { AXLocaleService } from '@acorex/core/locale';
|
14
|
+
import { ROUTES } from '@angular/router';
|
15
|
+
import { AXPSessionService, AXPAuthGuard } from '@acorex/platform/auth';
|
16
|
+
import { AXPRootLayoutComponent } from '@acorex/platform/themes/default';
|
17
|
+
|
18
|
+
function searchSettings(groups, search) {
|
19
|
+
const sectionMatchResult = [];
|
20
|
+
const settingMatchResult = [];
|
21
|
+
const processedGroups = new Set();
|
22
|
+
const createGroupIdentifier = (group) => `${group.name}-${group.title}`;
|
23
|
+
const addGroupToResult = (group, sections, resultArray) => {
|
24
|
+
const groupId = createGroupIdentifier(group);
|
25
|
+
if (!processedGroups.has(groupId)) {
|
26
|
+
resultArray.push({
|
27
|
+
...group,
|
28
|
+
sections,
|
29
|
+
groups: [], // Exclude nested groups
|
30
|
+
});
|
31
|
+
processedGroups.add(groupId);
|
32
|
+
}
|
33
|
+
};
|
34
|
+
const processSections = (group, filterFn) => {
|
35
|
+
const matchedSections = group.sections.filter(filterFn);
|
36
|
+
if (matchedSections.length > 0) {
|
37
|
+
addGroupToResult(group, matchedSections, sectionMatchResult);
|
38
|
+
}
|
39
|
+
};
|
40
|
+
const processSettings = (group, filterFn) => {
|
41
|
+
const matchedSections = group.sections
|
42
|
+
.map(filterFn)
|
43
|
+
.filter((section) => section !== null);
|
44
|
+
if (matchedSections.length > 0) {
|
45
|
+
addGroupToResult(group, matchedSections, settingMatchResult);
|
46
|
+
}
|
47
|
+
};
|
48
|
+
const sectionMatches = (section) => section.name.toLowerCase().includes(search.toLowerCase()) ||
|
49
|
+
section.title.toLowerCase().includes(search.toLowerCase());
|
50
|
+
const filterSettings = (section) => {
|
51
|
+
const matchedSettings = section.settings.filter((setting) => setting.name.toLowerCase().includes(search.toLowerCase()) ||
|
52
|
+
setting.title.toLowerCase().includes(search.toLowerCase()));
|
53
|
+
return matchedSettings.length > 0 ? { ...section, settings: matchedSettings } : null;
|
54
|
+
};
|
55
|
+
const processGroupRecursively = (group) => {
|
56
|
+
processSections(group, sectionMatches); // Match sections with all settings
|
57
|
+
processSettings(group, filterSettings); // Match settings within sections
|
58
|
+
group.groups.forEach(processGroupRecursively); // Recurse into nested groups
|
59
|
+
};
|
60
|
+
groups.forEach(processGroupRecursively);
|
61
|
+
return [...sectionMatchResult, ...settingMatchResult];
|
62
|
+
}
|
63
|
+
|
64
|
+
const AXPSettingsViewModel = signalStore(withState(() => ({
|
65
|
+
groups: [],
|
66
|
+
activateGroup: undefined,
|
67
|
+
scope: 'U',
|
68
|
+
//
|
69
|
+
searchExpression: null,
|
70
|
+
//
|
71
|
+
previousContext: {},
|
72
|
+
context: {},
|
73
|
+
//
|
74
|
+
status: AXPPageStatus.Processing,
|
75
|
+
form: null,
|
76
|
+
})), withComputed((store, layout = inject(AXPLayoutThemeService)) => ({
|
77
|
+
searchResults: computed(() => searchSettings(store.groups(), store.searchExpression())),
|
78
|
+
hasActivateGroup: computed(() => store.activateGroup() != null),
|
79
|
+
showGroups: computed(() => store.activateGroup() != null && layout.isLarge()),
|
80
|
+
scopeTitle: computed(() => {
|
81
|
+
return `${resolvePlatformScopeName(store.scope())}.title`;
|
82
|
+
}),
|
83
|
+
scopeDescription: computed(() => {
|
84
|
+
return `${resolvePlatformScopeName(store.scope())}.description`;
|
85
|
+
}),
|
86
|
+
isSearching: computed(() => store.searchExpression() != null),
|
87
|
+
isBusy: computed(() => store.status() == AXPPageStatus.Processing),
|
88
|
+
isSaving: computed(() => store.status() == AXPPageStatus.Submitting),
|
89
|
+
isLoaded: computed(() => store.groups().length > 0),
|
90
|
+
})), withMethods((store, settingDefinitionService = inject(AXPSettingDefinitionProviderService), settingValueService = inject(AXPSettingService), toastService = inject(AXToastService), translateService = inject(AXTranslationService)) => ({
|
91
|
+
registerForm(form) {
|
92
|
+
patchState(store, {
|
93
|
+
form: form,
|
94
|
+
});
|
95
|
+
},
|
96
|
+
async load(scope) {
|
97
|
+
patchState(store, {
|
98
|
+
scope: scope,
|
99
|
+
status: AXPPageStatus.Processing,
|
100
|
+
});
|
101
|
+
//
|
102
|
+
const groups = await settingDefinitionService.getListAsync(scope);
|
103
|
+
patchState(store, {
|
104
|
+
groups: groups,
|
105
|
+
});
|
106
|
+
const currentContext = await settingValueService.scope(scope).all();
|
107
|
+
const defaults = await settingValueService.scope(scope).defaultValues();
|
108
|
+
patchState(store, {
|
109
|
+
context: { ...defaults, ...currentContext },
|
110
|
+
});
|
111
|
+
patchState(store, {
|
112
|
+
previousContext: store.context(),
|
113
|
+
status: AXPPageStatus.Rendered,
|
114
|
+
});
|
115
|
+
},
|
116
|
+
async reload() {
|
117
|
+
await settingDefinitionService.reload();
|
118
|
+
const groups = await settingDefinitionService.getListAsync(store.scope());
|
119
|
+
const oldActivateGroupName = store.activateGroup()?.name;
|
120
|
+
patchState(store, {
|
121
|
+
groups: groups,
|
122
|
+
activateGroup: undefined,
|
123
|
+
});
|
124
|
+
if (oldActivateGroupName) {
|
125
|
+
this.setActivateGroupByName(oldActivateGroupName);
|
126
|
+
}
|
127
|
+
},
|
128
|
+
updateContext(context) {
|
129
|
+
patchState(store, {
|
130
|
+
context: { ...store.context(), ...context },
|
131
|
+
});
|
132
|
+
},
|
133
|
+
updatePreviousContext(context) {
|
134
|
+
patchState(store, {
|
135
|
+
previousContext: { ...store.previousContext(), ...context },
|
136
|
+
});
|
137
|
+
},
|
138
|
+
setActivateGroup(group) {
|
139
|
+
patchState(store, {
|
140
|
+
activateGroup: group,
|
141
|
+
});
|
142
|
+
},
|
143
|
+
unloadActivateGroup() {
|
144
|
+
patchState(store, {
|
145
|
+
activateGroup: undefined,
|
146
|
+
});
|
147
|
+
},
|
148
|
+
setActivateGroupByName(name) {
|
149
|
+
const group = store.groups().find(g => g.name === name);
|
150
|
+
if (group) {
|
151
|
+
patchState(store, {
|
152
|
+
activateGroup: group,
|
153
|
+
});
|
154
|
+
}
|
155
|
+
},
|
156
|
+
//
|
157
|
+
async search(expression) {
|
158
|
+
if (!isNil(expression) && !isEmpty(expression)) {
|
159
|
+
patchState(store, {
|
160
|
+
searchExpression: expression,
|
161
|
+
});
|
162
|
+
}
|
163
|
+
else {
|
164
|
+
patchState(store, {
|
165
|
+
searchExpression: null,
|
166
|
+
});
|
167
|
+
}
|
168
|
+
},
|
169
|
+
clearSearch() {
|
170
|
+
patchState(store, {
|
171
|
+
searchExpression: null,
|
172
|
+
});
|
173
|
+
},
|
174
|
+
isDirty() {
|
175
|
+
return store.groups()?.some((group) => group.sections.some((sec) => sec.settings.some((setting) => {
|
176
|
+
const currentValue = get(store.context(), setting.name);
|
177
|
+
const previousValue = get(store.previousContext(), setting.name);
|
178
|
+
return !isEqual(currentValue, previousValue);
|
179
|
+
}))) || false;
|
180
|
+
},
|
181
|
+
async apply() {
|
182
|
+
const i18nScope = "settings";
|
183
|
+
try {
|
184
|
+
if (await store.form() && this.isDirty()) {
|
185
|
+
const form = store.form();
|
186
|
+
form.resetErrors();
|
187
|
+
//
|
188
|
+
patchState(store, {
|
189
|
+
status: AXPPageStatus.Submitting,
|
190
|
+
});
|
191
|
+
const formResult = await form.validate();
|
192
|
+
if (!formResult.result) {
|
193
|
+
toastService.show({
|
194
|
+
color: 'danger',
|
195
|
+
title: await translateService.translateAsync('actions.apply.invalid.title', { scope: i18nScope }),
|
196
|
+
content: await translateService.translateAsync('actions.apply.invalid.message', { scope: i18nScope }),
|
197
|
+
location: 'bottom-center',
|
198
|
+
closeButton: true,
|
199
|
+
timeOut: 3000,
|
200
|
+
timeOutProgress: true,
|
201
|
+
});
|
202
|
+
patchState(store, {
|
203
|
+
status: AXPPageStatus.Error,
|
204
|
+
});
|
205
|
+
return false;
|
206
|
+
}
|
207
|
+
await settingValueService.scope(store.scope()).set(store.context());
|
208
|
+
// Show success notification
|
209
|
+
toastService.show({
|
210
|
+
color: 'success',
|
211
|
+
title: await translateService.translateAsync('actions.apply.success.title', { scope: i18nScope }),
|
212
|
+
content: await translateService.translateAsync('actions.apply.success.message', { scope: i18nScope }),
|
213
|
+
location: 'bottom-center',
|
214
|
+
closeButton: true,
|
215
|
+
timeOut: 3000,
|
216
|
+
timeOutProgress: true,
|
217
|
+
});
|
218
|
+
patchState(store, {
|
219
|
+
status: AXPPageStatus.Submitted,
|
220
|
+
});
|
221
|
+
return true;
|
222
|
+
}
|
223
|
+
return false;
|
224
|
+
}
|
225
|
+
catch (error) {
|
226
|
+
toastService.show({
|
227
|
+
color: 'danger',
|
228
|
+
title: await translateService.translateAsync('actions.apply.error.title', { scope: i18nScope }),
|
229
|
+
content: await translateService.translateAsync('actions.apply.error.message', { scope: i18nScope }),
|
230
|
+
location: 'bottom-center',
|
231
|
+
closeButton: true,
|
232
|
+
timeOut: 3000,
|
233
|
+
timeOutProgress: true,
|
234
|
+
});
|
235
|
+
patchState(store, {
|
236
|
+
status: AXPPageStatus.Error,
|
237
|
+
});
|
238
|
+
return false;
|
239
|
+
}
|
240
|
+
},
|
241
|
+
async discard() {
|
242
|
+
const form = store.form();
|
243
|
+
form.resetErrors();
|
244
|
+
//
|
245
|
+
patchState(store, {
|
246
|
+
status: AXPPageStatus.Rendered,
|
247
|
+
});
|
248
|
+
patchState(store, {
|
249
|
+
context: store.previousContext(),
|
250
|
+
});
|
251
|
+
},
|
252
|
+
async resetToDefault() {
|
253
|
+
// Update the context with the defaults
|
254
|
+
const defaults = await settingValueService.scope(store.scope()).defaultValues();
|
255
|
+
patchState(store, {
|
256
|
+
context: defaults,
|
257
|
+
});
|
258
|
+
//
|
259
|
+
const result = await this.apply();
|
260
|
+
if (!result) {
|
261
|
+
this.discard();
|
262
|
+
}
|
263
|
+
},
|
264
|
+
})), withHooks((store, settingValueService = inject(AXPSettingService), translationService = inject(AXTranslationService), localeService = inject(AXLocaleService)) => ({
|
265
|
+
async onInit() {
|
266
|
+
//
|
267
|
+
settingValueService.onChanged.pipe(filter((c) => c.scope == store.scope())).subscribe((e) => {
|
268
|
+
e.keys.forEach((k) => {
|
269
|
+
const currentValue = e.values[k];
|
270
|
+
const contextValue = get(store.context(), k);
|
271
|
+
const previousValue = get(store.previousContext(), k);
|
272
|
+
// Update only if there are actual changes
|
273
|
+
if (!isEqual(previousValue, currentValue) || !isEqual(currentValue, contextValue)) {
|
274
|
+
patchState(store, {
|
275
|
+
previousContext: {
|
276
|
+
...store.previousContext(),
|
277
|
+
[k]: currentValue,
|
278
|
+
}
|
279
|
+
});
|
280
|
+
patchState(store, {
|
281
|
+
context: {
|
282
|
+
...store.context(),
|
283
|
+
[k]: currentValue,
|
284
|
+
}
|
285
|
+
});
|
286
|
+
}
|
287
|
+
});
|
288
|
+
});
|
289
|
+
//
|
290
|
+
merge(translationService.langChanges$, localeService.profileChanged$).subscribe(async () => {
|
291
|
+
await store.reload();
|
292
|
+
});
|
293
|
+
},
|
294
|
+
onDestroy() { },
|
295
|
+
})));
|
296
|
+
|
297
|
+
class AXPSettingSearchProvider {
|
298
|
+
constructor() {
|
299
|
+
this.settingService = inject(AXPSettingDefinitionProviderService);
|
300
|
+
this.sessionService = inject(AXPSessionService);
|
301
|
+
}
|
302
|
+
async search(text) {
|
303
|
+
const groupsSetting = this.settingService.getList(AXPPlatformScope.User);
|
304
|
+
if (groupsSetting.length == 0) {
|
305
|
+
groupsSetting.push(...(await this.settingService.getListAsync(AXPPlatformScope.User)));
|
306
|
+
}
|
307
|
+
// Step 2: Flatten settings from groups
|
308
|
+
const allSettings = [];
|
309
|
+
const extractSettings = (group) => {
|
310
|
+
for (const section of group.sections) {
|
311
|
+
allSettings.push(...section.settings.map((x) => ({ ...x, group })));
|
312
|
+
}
|
313
|
+
for (const subGroup of group.groups) {
|
314
|
+
extractSettings(subGroup); // Recursive extraction
|
315
|
+
}
|
316
|
+
};
|
317
|
+
for (const group of groupsSetting) {
|
318
|
+
extractSettings(group);
|
319
|
+
}
|
320
|
+
// Step 3: Search settings by title
|
321
|
+
const searchResults = allSettings.filter((setting) => setting.title.toLowerCase().includes(text.toLowerCase()));
|
322
|
+
return sortBy(searchResults.map((setting) => ({
|
323
|
+
title: setting.title,
|
324
|
+
description: setting.description,
|
325
|
+
group: 'setting',
|
326
|
+
data: setting,
|
327
|
+
command: {
|
328
|
+
name: 'navigate',
|
329
|
+
options: {
|
330
|
+
type: 'router',
|
331
|
+
options: {
|
332
|
+
path: `/${this.sessionService.application?.name}/settings/user/${setting.group.name}#${setting.title}`,
|
333
|
+
},
|
334
|
+
}
|
335
|
+
},
|
336
|
+
parent: setting.group
|
337
|
+
? {
|
338
|
+
title: setting.group.title,
|
339
|
+
data: setting.group,
|
340
|
+
}
|
341
|
+
: undefined,
|
342
|
+
})), ['title']);
|
343
|
+
}
|
344
|
+
}
|
345
|
+
|
346
|
+
class AXPSettingSearchDefinitionProvider {
|
347
|
+
async provide(context) {
|
348
|
+
context.addDefinition('setting', 'Setting', 'setting', 'fa-solid fa-gear', 3, {
|
349
|
+
format: {
|
350
|
+
id: '{{data.name}}',
|
351
|
+
},
|
352
|
+
actions: [
|
353
|
+
{
|
354
|
+
name: 'navigate',
|
355
|
+
type: 'view',
|
356
|
+
priority: 'primary',
|
357
|
+
},
|
358
|
+
],
|
359
|
+
});
|
360
|
+
}
|
361
|
+
}
|
362
|
+
|
363
|
+
function routesFacory() {
|
364
|
+
let routes = [
|
365
|
+
{
|
366
|
+
path: ':app/settings/:scope',
|
367
|
+
canActivate: [AXPAuthGuard],
|
368
|
+
loadComponent: () => {
|
369
|
+
return AXPRootLayoutComponent;
|
370
|
+
},
|
371
|
+
children: [
|
372
|
+
{
|
373
|
+
path: '',
|
374
|
+
loadComponent: () => import('./acorex-modules-settings-management-setting-page.component-XDFtTqft.mjs').then((c) => c.AXPSettingPageComponent),
|
375
|
+
data: { reuse: true },
|
376
|
+
children: [
|
377
|
+
{
|
378
|
+
path: ':group',
|
379
|
+
loadComponent: () => import('./acorex-modules-settings-management-setting-view.component-B_6RIU9e.mjs').then((c) => c.AXPSettingsViewComponent),
|
380
|
+
},
|
381
|
+
],
|
382
|
+
},
|
383
|
+
],
|
384
|
+
},
|
385
|
+
];
|
386
|
+
return routes;
|
387
|
+
}
|
388
|
+
class AXMSettingsManagementModule {
|
389
|
+
constructor(appInitService, injector) {
|
390
|
+
}
|
391
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMSettingsManagementModule, deps: [{ token: i1.AXPAppStartUpService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
392
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXMSettingsManagementModule }); }
|
393
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMSettingsManagementModule, providers: [
|
394
|
+
{
|
395
|
+
provide: AXP_SEARCH_PROVIDER,
|
396
|
+
useClass: AXPSettingSearchProvider,
|
397
|
+
multi: true,
|
398
|
+
},
|
399
|
+
{
|
400
|
+
provide: AXP_SEARCH_DEFINITION_PROVIDER,
|
401
|
+
useClass: AXPSettingSearchDefinitionProvider,
|
402
|
+
multi: true,
|
403
|
+
},
|
404
|
+
{
|
405
|
+
provide: ROUTES,
|
406
|
+
multi: true,
|
407
|
+
useFactory: routesFacory,
|
408
|
+
},
|
409
|
+
] }); }
|
410
|
+
}
|
411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMSettingsManagementModule, decorators: [{
|
412
|
+
type: NgModule,
|
413
|
+
args: [{
|
414
|
+
imports: [],
|
415
|
+
exports: [],
|
416
|
+
declarations: [],
|
417
|
+
providers: [
|
418
|
+
{
|
419
|
+
provide: AXP_SEARCH_PROVIDER,
|
420
|
+
useClass: AXPSettingSearchProvider,
|
421
|
+
multi: true,
|
422
|
+
},
|
423
|
+
{
|
424
|
+
provide: AXP_SEARCH_DEFINITION_PROVIDER,
|
425
|
+
useClass: AXPSettingSearchDefinitionProvider,
|
426
|
+
multi: true,
|
427
|
+
},
|
428
|
+
{
|
429
|
+
provide: ROUTES,
|
430
|
+
multi: true,
|
431
|
+
useFactory: routesFacory,
|
432
|
+
},
|
433
|
+
]
|
434
|
+
}]
|
435
|
+
}], ctorParameters: () => [{ type: i1.AXPAppStartUpService }, { type: i0.Injector }] });
|
436
|
+
|
437
|
+
/**
|
438
|
+
* Generated bundle index. Do not edit.
|
439
|
+
*/
|
440
|
+
|
441
|
+
export { AXMSettingsManagementModule, AXPSettingsViewModel };
|
442
|
+
//# sourceMappingURL=acorex-modules-settings-management.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"acorex-modules-settings-management.mjs","sources":["../../../../libs/modules/settings-management/src/lib/features/settings/convert-setting-data.ts","../../../../libs/modules/settings-management/src/lib/features/settings/settings.viewmodel.ts","../../../../libs/modules/settings-management/src/lib/features/settings/search.provider.ts","../../../../libs/modules/settings-management/src/lib/features/settings/search-definition.provider.ts","../../../../libs/modules/settings-management/src/lib/settings-management.module.ts","../../../../libs/modules/settings-management/src/acorex-modules-settings-management.ts"],"sourcesContent":["import { AXPSettingDefinitionGroup, AXPSettingDefinitionSection } from '@acorex/platform/common';\n\n\nexport function searchSettings(groups: AXPSettingDefinitionGroup[], search: string): AXPSettingDefinitionGroup[] {\n const sectionMatchResult: AXPSettingDefinitionGroup[] = [];\n const settingMatchResult: AXPSettingDefinitionGroup[] = [];\n const processedGroups = new Set<string>();\n\n const createGroupIdentifier = (group: AXPSettingDefinitionGroup): string => `${group.name}-${group.title}`;\n\n const addGroupToResult = (\n group: AXPSettingDefinitionGroup,\n sections: AXPSettingDefinitionSection[],\n resultArray: AXPSettingDefinitionGroup[]\n ) => {\n const groupId = createGroupIdentifier(group);\n if (!processedGroups.has(groupId)) {\n resultArray.push({\n ...group,\n sections,\n groups: [], // Exclude nested groups\n });\n processedGroups.add(groupId);\n }\n };\n\n const processSections = (\n group: AXPSettingDefinitionGroup,\n filterFn: (section: AXPSettingDefinitionSection) => boolean\n ) => {\n const matchedSections = group.sections.filter(filterFn);\n if (matchedSections.length > 0) {\n addGroupToResult(group, matchedSections, sectionMatchResult);\n }\n };\n\n const processSettings = (\n group: AXPSettingDefinitionGroup,\n filterFn: (section: AXPSettingDefinitionSection) => AXPSettingDefinitionSection | null\n ) => {\n const matchedSections = group.sections\n .map(filterFn)\n .filter((section): section is AXPSettingDefinitionSection => section !== null);\n if (matchedSections.length > 0) {\n addGroupToResult(group, matchedSections, settingMatchResult);\n }\n };\n\n const sectionMatches = (section: AXPSettingDefinitionSection): boolean =>\n section.name.toLowerCase().includes(search.toLowerCase()) ||\n section.title.toLowerCase().includes(search.toLowerCase());\n\n const filterSettings = (section: AXPSettingDefinitionSection): AXPSettingDefinitionSection | null => {\n const matchedSettings = section.settings.filter(\n (setting) =>\n setting.name.toLowerCase().includes(search.toLowerCase()) ||\n setting.title.toLowerCase().includes(search.toLowerCase())\n );\n return matchedSettings.length > 0 ? { ...section, settings: matchedSettings } : null;\n };\n\n const processGroupRecursively = (group: AXPSettingDefinitionGroup) => {\n processSections(group, sectionMatches); // Match sections with all settings\n processSettings(group, filterSettings); // Match settings within sections\n group.groups.forEach(processGroupRecursively); // Recurse into nested groups\n };\n\n groups.forEach(processGroupRecursively);\n\n return [...sectionMatchResult, ...settingMatchResult];\n}\n","import { AXPSettingDefinitionGroup, AXPSettingDefinitionProviderService, AXPSettingService } from \"@acorex/platform/common\";\nimport { AXPPageStatus } from \"@acorex/platform/layout/builder\";\nimport { AXPLayoutThemeService } from \"@acorex/platform/themes/shared\";\nimport { computed, inject } from \"@angular/core\";\nimport { signalStore, withMethods, withComputed, withState, withHooks, patchState } from \"@ngrx/signals\";\nimport { get, isEmpty, isEqual, isNil } from \"lodash-es\";\nimport { filter, merge } from \"rxjs\";\nimport { searchSettings } from \"./convert-setting-data\";\nimport { AXFormComponent } from \"@acorex/components/form\";\nimport { AXToastService } from \"@acorex/components/toast\";\nimport { AXTranslationService } from \"@acorex/core/translation\";\nimport { AXPPlatformScopeKey, resolvePlatformScopeName, AXPPlatformScope } from \"@acorex/platform/core\";\nimport { AXLocaleService } from \"@acorex/core/locale\";\n\n\n\nexport const AXPSettingsViewModel = signalStore(\n withState(() => ({\n groups: [] as AXPSettingDefinitionGroup[],\n activateGroup: undefined as AXPSettingDefinitionGroup | undefined,\n scope: 'U' as AXPPlatformScopeKey,\n //\n searchExpression: null as string | null,\n //\n previousContext: {} as Record<string, any>,\n context: {} as Record<string, any>,\n //\n status: AXPPageStatus.Processing,\n form: null as AXFormComponent | null,\n })),\n withComputed((store, layout = inject(AXPLayoutThemeService)) => ({\n searchResults: computed(() => searchSettings(store.groups(), store.searchExpression()!)),\n hasActivateGroup: computed(() => store.activateGroup() != null),\n showGroups: computed(() => store.activateGroup() != null && layout.isLarge()),\n scopeTitle: computed(() => {\n return `${resolvePlatformScopeName(store.scope())}.title`;\n }),\n scopeDescription: computed(() => {\n return `${resolvePlatformScopeName(store.scope())}.description`;\n }),\n isSearching: computed(() => store.searchExpression() != null),\n isBusy: computed(() => store.status() == AXPPageStatus.Processing),\n isSaving: computed(() => store.status() == AXPPageStatus.Submitting),\n isLoaded: computed(() => store.groups().length > 0),\n })),\n withMethods(\n (store,\n settingDefinitionService = inject(AXPSettingDefinitionProviderService),\n settingValueService = inject(AXPSettingService),\n toastService = inject(AXToastService),\n translateService = inject(AXTranslationService),\n ) => ({\n registerForm(form: AXFormComponent) {\n patchState(store, {\n form: form,\n })\n },\n async load(scope: AXPPlatformScopeKey) {\n patchState(store, {\n scope: scope,\n status: AXPPageStatus.Processing,\n })\n //\n const groups = await settingDefinitionService.getListAsync(scope);\n patchState(store, {\n groups: groups,\n })\n const currentContext = await settingValueService.scope(scope as AXPPlatformScope).all();\n const defaults = await settingValueService.scope(scope as AXPPlatformScope).defaultValues();\n patchState(store, {\n context: { ...defaults, ...currentContext },\n })\n patchState(store, {\n previousContext: store.context(),\n status: AXPPageStatus.Rendered,\n })\n },\n async reload() {\n await settingDefinitionService.reload();\n const groups = await settingDefinitionService.getListAsync(store.scope());\n const oldActivateGroupName = store.activateGroup()?.name;\n patchState(store, {\n groups: groups,\n activateGroup: undefined,\n })\n if (oldActivateGroupName) {\n this.setActivateGroupByName(oldActivateGroupName);\n }\n },\n updateContext(context: Record<string, any>) {\n patchState(store, {\n context: { ...store.context(), ...context },\n })\n },\n updatePreviousContext(context: Record<string, any>) {\n patchState(store, {\n previousContext: { ...store.previousContext(), ...context },\n })\n },\n setActivateGroup(group: AXPSettingDefinitionGroup) {\n patchState(store, {\n activateGroup: group,\n })\n },\n unloadActivateGroup() {\n patchState(store, {\n activateGroup: undefined,\n })\n },\n setActivateGroupByName(name: string) {\n const group = store.groups().find(g => g.name === name);\n if (group) {\n patchState(store, {\n activateGroup: group,\n })\n }\n },\n //\n async search(expression: string) {\n if (!isNil(expression) && !isEmpty(expression)) {\n patchState(store, {\n searchExpression: expression,\n })\n }\n else {\n patchState(store, {\n searchExpression: null,\n })\n }\n },\n clearSearch() {\n patchState(store, {\n searchExpression: null,\n })\n },\n isDirty() {\n return store.groups()?.some((group) =>\n group.sections.some((sec) =>\n sec.settings.some((setting) => {\n const currentValue = get(store.context(), setting.name);\n const previousValue = get(store.previousContext(), setting.name);\n return !isEqual(currentValue, previousValue);\n })\n )\n ) || false\n },\n async apply(): Promise<boolean> {\n const i18nScope = \"settings\";\n try {\n if (await store.form() && this.isDirty()) {\n const form = store.form()!;\n form.resetErrors();\n //\n patchState(store, {\n status: AXPPageStatus.Submitting,\n });\n const formResult = await form.validate();\n if (!formResult.result) {\n toastService.show({\n color: 'danger',\n title: await translateService.translateAsync('actions.apply.invalid.title', { scope: i18nScope }),\n content: await translateService.translateAsync('actions.apply.invalid.message', { scope: i18nScope }),\n location: 'bottom-center',\n closeButton: true,\n timeOut: 3000,\n timeOutProgress: true,\n });\n patchState(store, {\n status: AXPPageStatus.Error,\n });\n return false;\n }\n await settingValueService.scope(store.scope() as AXPPlatformScope).set(store.context());\n // Show success notification\n toastService.show({\n color: 'success',\n title: await translateService.translateAsync('actions.apply.success.title', { scope: i18nScope }),\n content: await translateService.translateAsync('actions.apply.success.message', { scope: i18nScope }),\n location: 'bottom-center',\n closeButton: true,\n timeOut: 3000,\n timeOutProgress: true,\n });\n patchState(store, {\n status: AXPPageStatus.Submitted,\n });\n return true;\n }\n return false;\n } catch (error) {\n toastService.show({\n color: 'danger',\n title: await translateService.translateAsync('actions.apply.error.title', { scope: i18nScope }),\n content: await translateService.translateAsync('actions.apply.error.message', { scope: i18nScope }),\n location: 'bottom-center',\n closeButton: true,\n timeOut: 3000,\n timeOutProgress: true,\n });\n patchState(store, {\n status: AXPPageStatus.Error,\n })\n return false;\n }\n },\n async discard() {\n const form = store.form()!;\n form.resetErrors();\n //\n patchState(store, {\n status: AXPPageStatus.Rendered,\n })\n patchState(store, {\n context: store.previousContext(),\n })\n },\n async resetToDefault() {\n // Update the context with the defaults\n const defaults = await settingValueService.scope(store.scope() as AXPPlatformScope).defaultValues();\n patchState(store, {\n context: defaults,\n })\n //\n const result = await this.apply();\n if (!result) {\n this.discard();\n }\n },\n })),\n withHooks((store,\n settingValueService = inject(AXPSettingService),\n translationService = inject(AXTranslationService),\n localeService = inject(AXLocaleService)\n ) => ({\n async onInit() {\n //\n settingValueService.onChanged.pipe(filter((c) => c.scope == store.scope())).subscribe((e) => {\n e.keys.forEach((k) => {\n const currentValue = e.values[k];\n const contextValue = get(store.context(), k);\n const previousValue = get(store.previousContext(), k);\n // Update only if there are actual changes\n if (!isEqual(previousValue, currentValue) || !isEqual(currentValue, contextValue)) {\n patchState(store, {\n previousContext: {\n ...store.previousContext(),\n [k]: currentValue,\n }\n });\n patchState(store, {\n context: {\n ...store.context(),\n [k]: currentValue,\n }\n });\n }\n });\n });\n //\n merge(\n translationService.langChanges$,\n localeService.profileChanged$\n ).subscribe(async () => {\n await store.reload();\n });\n\n },\n onDestroy() { },\n }))\n\n)","import { AXPSessionService } from '@acorex/platform/auth';\nimport {\n AXPSearchProvider,\n AXPSearchResult,\n AXPSettingDefinition,\n AXPSettingDefinitionGroup,\n AXPSettingDefinitionProviderService,\n} from '@acorex/platform/common';\nimport { AXPPlatformScope } from '@acorex/platform/core';\nimport { inject } from '@angular/core';\nimport { sortBy } from 'lodash-es';\n\nexport interface AXPSettingDefinitionSearch extends AXPSettingDefinition {\n group: AXPSettingDefinitionGroup;\n}\n\nexport class AXPSettingSearchProvider implements AXPSearchProvider {\n private settingService = inject(AXPSettingDefinitionProviderService);\n private sessionService = inject(AXPSessionService);\n\n async search(text: string): Promise<AXPSearchResult[]> {\n const groupsSetting = this.settingService.getList(AXPPlatformScope.User);\n if (groupsSetting.length == 0) {\n groupsSetting.push(...(await this.settingService.getListAsync(AXPPlatformScope.User)));\n }\n\n // Step 2: Flatten settings from groups\n const allSettings: AXPSettingDefinitionSearch[] = [];\n const extractSettings = (group: AXPSettingDefinitionGroup) => {\n for (const section of group.sections) {\n allSettings.push(...section.settings.map((x) => ({ ...x, group } as AXPSettingDefinitionSearch)));\n }\n for (const subGroup of group.groups) {\n extractSettings(subGroup); // Recursive extraction\n }\n };\n\n for (const group of groupsSetting) {\n extractSettings(group);\n }\n\n // Step 3: Search settings by title\n const searchResults = allSettings.filter((setting) => setting.title.toLowerCase().includes(text.toLowerCase()));\n\n return sortBy(\n searchResults.map<AXPSearchResult>((setting) => ({\n title: setting.title,\n description: setting.description,\n group: 'setting',\n data: setting,\n command: {\n name: 'navigate',\n options: {\n type: 'router',\n options: {\n path: `/${this.sessionService.application?.name}/settings/user/${setting.group.name}#${setting.title}`,\n },\n }\n },\n parent: setting.group\n ? {\n title: setting.group.title,\n data: setting.group as AXPSettingDefinitionGroup,\n }\n : undefined,\n })),\n ['title']\n );\n }\n}\n","import { AXPSearchDefinitionProvider, AXPSearchDefinitionProviderContext } from '@acorex/platform/common';\n\nexport class AXPSettingSearchDefinitionProvider implements AXPSearchDefinitionProvider {\n async provide(context: AXPSearchDefinitionProviderContext): Promise<void> {\n context.addDefinition('setting', 'Setting', 'setting', 'fa-solid fa-gear', 3, {\n format: {\n id: '{{data.name}}',\n },\n actions: [\n {\n name: 'navigate',\n type: 'view',\n priority: 'primary',\n },\n ],\n });\n }\n}\n","import { AXP_SEARCH_DEFINITION_PROVIDER, AXP_SEARCH_PROVIDER } from '@acorex/platform/common';\nimport { inject, Injector, NgModule } from '@angular/core';\nimport { AXPAppStartUpService } from '@acorex/platform/core';\nimport { Routes, ROUTES } from '@angular/router';\nimport { AXPAuthGuard } from '@acorex/platform/auth';\nimport { AXPRootLayoutComponent } from '@acorex/platform/themes/default';\nimport { AXPSettingSearchProvider } from './features/settings/search.provider';\nimport { AXPSettingSearchDefinitionProvider } from './features/settings/search-definition.provider';\n\nfunction routesFacory() {\n let routes: Routes = [\n {\n path: ':app/settings/:scope',\n canActivate: [AXPAuthGuard],\n loadComponent: () => {\n return AXPRootLayoutComponent;\n },\n children: [\n {\n path: '',\n loadComponent: () =>\n import('./features/settings/setting-page/setting-page.component').then(\n (c) => c.AXPSettingPageComponent\n ),\n data: { reuse: true },\n children: [\n {\n path: ':group',\n loadComponent: () =>\n import('./features/settings/setting-view/setting-view.component').then(\n (c) => c.AXPSettingsViewComponent\n ),\n },\n ],\n },\n ],\n },\n ]\n return routes;\n}\n\n@NgModule({\n imports: [\n ],\n exports: [],\n declarations: [],\n providers: [\n {\n provide: AXP_SEARCH_PROVIDER,\n useClass: AXPSettingSearchProvider,\n multi: true,\n },\n {\n provide: AXP_SEARCH_DEFINITION_PROVIDER,\n useClass: AXPSettingSearchDefinitionProvider,\n multi: true,\n },\n {\n provide: ROUTES,\n multi: true,\n useFactory: routesFacory,\n },\n ]\n})\nexport class AXMSettingsManagementModule {\n constructor(\n appInitService: AXPAppStartUpService,\n injector: Injector\n ) {\n\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|