@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
package/dashboard-management/lib/features/shared/widgets/line-chart/line-chart-widget.component.d.ts
CHANGED
@@ -1,76 +1,17 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
1
|
+
import { AXLineChartData, AXLineChartOption, AXLineChartPointClickEvent } from '@acorex/charts/line-chart';
|
2
|
+
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
3
|
+
import { Signal } from '@angular/core';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
/**
|
6
6
|
* Line Chart Widget Component
|
7
7
|
* Renders data as lines with interactive hover effects and animations
|
8
8
|
*/
|
9
|
-
export declare class AXPLineChartWidgetViewComponent extends
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
private chart;
|
14
|
-
private xScale;
|
15
|
-
private yScale;
|
16
|
-
private xAxis;
|
17
|
-
private yAxis;
|
18
|
-
private width;
|
19
|
-
private height;
|
20
|
-
private margin;
|
21
|
-
private _tooltipVisible;
|
22
|
-
private _tooltipPosition;
|
23
|
-
private _tooltipData;
|
24
|
-
protected tooltipVisible: import("@angular/core").Signal<boolean>;
|
25
|
-
protected tooltipPosition: import("@angular/core").Signal<{
|
26
|
-
x: number;
|
27
|
-
y: number;
|
9
|
+
export declare class AXPLineChartWidgetViewComponent extends AXPValueWidgetComponent {
|
10
|
+
lineChartData: Signal<AXLineChartData[]>;
|
11
|
+
lineChartOptions: Signal<AXLineChartOption & {
|
12
|
+
title: string;
|
28
13
|
}>;
|
29
|
-
|
30
|
-
protected lineWidth: import("@angular/core").Signal<any>;
|
31
|
-
protected showPoints: import("@angular/core").Signal<boolean>;
|
32
|
-
protected pointRadius: import("@angular/core").Signal<any>;
|
33
|
-
protected smoothLine: import("@angular/core").Signal<boolean>;
|
34
|
-
protected fillArea: import("@angular/core").Signal<boolean>;
|
35
|
-
protected fillOpacity: import("@angular/core").Signal<number>;
|
36
|
-
/**
|
37
|
-
* Creates the line chart SVG and renders all elements
|
38
|
-
*/
|
39
|
-
protected createChart(): void;
|
40
|
-
protected updateChart(): void;
|
41
|
-
protected cleanupChart(): void;
|
42
|
-
/**
|
43
|
-
* Sets up chart dimensions and creates SVG with responsive attributes
|
44
|
-
*/
|
45
|
-
private setupDimensions;
|
46
|
-
/**
|
47
|
-
* Creates x and y scales for the chart
|
48
|
-
*/
|
49
|
-
private setupScales;
|
50
|
-
/**
|
51
|
-
* Creates x and y axes with grid lines
|
52
|
-
*/
|
53
|
-
private createAxes;
|
54
|
-
/**
|
55
|
-
* Renders the lines with animations
|
56
|
-
*/
|
57
|
-
private renderLines;
|
58
|
-
/**
|
59
|
-
* Handles point hover event and shows tooltip
|
60
|
-
*/
|
61
|
-
private handlePointHover;
|
62
|
-
/**
|
63
|
-
* Updates tooltip position based on mouse coordinates
|
64
|
-
*/
|
65
|
-
private updateTooltipPosition;
|
66
|
-
/**
|
67
|
-
* Handles point click event
|
68
|
-
*/
|
69
|
-
private handlePointClick;
|
70
|
-
/**
|
71
|
-
* Shows a message when no data is available
|
72
|
-
*/
|
73
|
-
private showNoDataMessage;
|
14
|
+
handleLineChartPointClick(event: AXLineChartPointClickEvent): void;
|
74
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPLineChartWidgetViewComponent, never>;
|
75
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPLineChartWidgetViewComponent, "ng-component", never, {}, {
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPLineChartWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
76
17
|
}
|
@@ -55,6 +55,7 @@ export declare class AXMDocumentExplorerComponent {
|
|
55
55
|
initialize: (options?: {
|
56
56
|
scope?: AXPPlatformScope;
|
57
57
|
browseMode?: AXMDocumentExplorerBrowseMode;
|
58
|
+
filter?: any;
|
58
59
|
}) => Promise<void>;
|
59
60
|
navigateToFolder: (folderId: string) => void;
|
60
61
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -49,6 +49,7 @@ export declare const AXPDocumentExplorerViewModel: import("@angular/core").Type<
|
|
49
49
|
initialize: (options?: {
|
50
50
|
scope?: AXPPlatformScope;
|
51
51
|
browseMode?: AXMDocumentExplorerBrowseMode;
|
52
|
+
filter?: any;
|
52
53
|
}) => Promise<void>;
|
53
54
|
navigateToFolder: (folderId: string) => void;
|
54
55
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -48,6 +48,7 @@ export declare class AXMDocumentExplorerDetailPanelComponent {
|
|
48
48
|
initialize: (options?: {
|
49
49
|
scope?: import("@acorex/platform/core").AXPPlatformScope;
|
50
50
|
browseMode?: import("../../../drive").AXMDocumentExplorerBrowseMode;
|
51
|
+
filter?: any;
|
51
52
|
}) => Promise<void>;
|
52
53
|
navigateToFolder: (folderId: string) => void;
|
53
54
|
loadFolderContents: (folderId: string) => Promise<void>;
|
package/document-management/lib/features/document-explorer/views/details/details-view.component.d.ts
CHANGED
@@ -48,6 +48,7 @@ export declare class AXMDocumentExplorerDetailsViewComponent {
|
|
48
48
|
initialize: (options?: {
|
49
49
|
scope?: import("@acorex/platform/core").AXPPlatformScope;
|
50
50
|
browseMode?: import("../../../drive").AXMDocumentExplorerBrowseMode;
|
51
|
+
filter?: any;
|
51
52
|
}) => Promise<void>;
|
52
53
|
navigateToFolder: (folderId: string) => void;
|
53
54
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -48,6 +48,7 @@ export declare class AXMDocumentExplorerLargeIconsViewComponent {
|
|
48
48
|
initialize: (options?: {
|
49
49
|
scope?: import("@acorex/platform/core").AXPPlatformScope;
|
50
50
|
browseMode?: import("../../../drive").AXMDocumentExplorerBrowseMode;
|
51
|
+
filter?: any;
|
51
52
|
}) => Promise<void>;
|
52
53
|
navigateToFolder: (folderId: string) => void;
|
53
54
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -48,6 +48,7 @@ export declare class AXMDocumentExplorerLargeTilesViewComponent {
|
|
48
48
|
initialize: (options?: {
|
49
49
|
scope?: import("@acorex/platform/core").AXPPlatformScope;
|
50
50
|
browseMode?: import("../../../drive").AXMDocumentExplorerBrowseMode;
|
51
|
+
filter?: any;
|
51
52
|
}) => Promise<void>;
|
52
53
|
navigateToFolder: (folderId: string) => void;
|
53
54
|
loadFolderContents: (folderId: string) => Promise<void>;
|
package/document-management/lib/features/document-explorer/views/list/list-view.component.d.ts
CHANGED
@@ -48,6 +48,7 @@ export declare class AXMDocumentExplorerListViewComponent {
|
|
48
48
|
initialize: (options?: {
|
49
49
|
scope?: import("@acorex/platform/core").AXPPlatformScope;
|
50
50
|
browseMode?: import("../../../drive").AXMDocumentExplorerBrowseMode;
|
51
|
+
filter?: any;
|
51
52
|
}) => Promise<void>;
|
52
53
|
navigateToFolder: (folderId: string) => void;
|
53
54
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -48,6 +48,7 @@ export declare class AXMDocumentExplorerSmallIconsViewComponent {
|
|
48
48
|
initialize: (options?: {
|
49
49
|
scope?: import("@acorex/platform/core").AXPPlatformScope;
|
50
50
|
browseMode?: import("../../../drive").AXMDocumentExplorerBrowseMode;
|
51
|
+
filter?: any;
|
51
52
|
}) => Promise<void>;
|
52
53
|
navigateToFolder: (folderId: string) => void;
|
53
54
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -48,6 +48,7 @@ export declare class AXMDocumentExplorerSmallTilesViewComponent {
|
|
48
48
|
initialize: (options?: {
|
49
49
|
scope?: import("@acorex/platform/core").AXPPlatformScope;
|
50
50
|
browseMode?: import("../../../drive").AXMDocumentExplorerBrowseMode;
|
51
|
+
filter?: any;
|
51
52
|
}) => Promise<void>;
|
52
53
|
navigateToFolder: (folderId: string) => void;
|
53
54
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -106,6 +106,7 @@ export declare class AXMDocumentDriveComponent extends AXPBasePageComponent impl
|
|
106
106
|
initialize: (options?: {
|
107
107
|
scope?: AXPPlatformScope;
|
108
108
|
browseMode?: import("../shared/document-manager.types").AXMDocumentExplorerBrowseMode;
|
109
|
+
filter?: any;
|
109
110
|
}) => Promise<void>;
|
110
111
|
navigateToFolder: (folderId: string) => void;
|
111
112
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -167,6 +167,7 @@ export declare class AXMDocumentDriveChooseComponent extends AXBasePageComponent
|
|
167
167
|
initialize: (options?: {
|
168
168
|
scope?: AXPPlatformScope;
|
169
169
|
browseMode?: AXMDocumentExplorerBrowseMode;
|
170
|
+
filter?: any;
|
170
171
|
}) => Promise<void>;
|
171
172
|
navigateToFolder: (folderId: string) => void;
|
172
173
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -49,6 +49,7 @@ export declare class AXMFolderPathBreadcrumbsComponent {
|
|
49
49
|
initialize: (options?: {
|
50
50
|
scope?: import("@acorex/platform/core").AXPPlatformScope;
|
51
51
|
browseMode?: import("../../document-manager.types").AXMDocumentExplorerBrowseMode;
|
52
|
+
filter?: any;
|
52
53
|
}) => Promise<void>;
|
53
54
|
navigateToFolder: (folderId: string) => void;
|
54
55
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -5,6 +5,7 @@ import { AXPPlatformScope } from '@acorex/platform/core';
|
|
5
5
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
6
6
|
import { AXMDocumentExplorerComponent } from '../../document-explorer';
|
7
7
|
import { AXMDocumentExplorerNode, AXMDocumentManagerService } from '../../drive';
|
8
|
+
import { AXMDocumentManagementDocumentTypeEntityModel } from '../../../entities';
|
8
9
|
import * as i0 from "@angular/core";
|
9
10
|
export interface AXMDocumentAttachment {
|
10
11
|
fileId: string;
|
@@ -18,7 +19,7 @@ export interface AXMDocumentAction {
|
|
18
19
|
title: string;
|
19
20
|
callback: () => Promise<File | undefined>;
|
20
21
|
}
|
21
|
-
export declare class AXMDocumentAttachmentWidgetEditComponent extends AXPValueWidgetComponent<
|
22
|
+
export declare class AXMDocumentAttachmentWidgetEditComponent extends AXPValueWidgetComponent<AXMDocumentExplorerNode[]> {
|
22
23
|
protected readonly vm: {
|
23
24
|
viewMode: import("@angular/core").Signal<import("../../drive").AXPDocumentExplorerViewMode>;
|
24
25
|
isLoading: import("@angular/core").Signal<boolean>;
|
@@ -67,6 +68,7 @@ export declare class AXMDocumentAttachmentWidgetEditComponent extends AXPValueWi
|
|
67
68
|
initialize: (options?: {
|
68
69
|
scope?: AXPPlatformScope;
|
69
70
|
browseMode?: import("../../drive").AXMDocumentExplorerBrowseMode;
|
71
|
+
filter?: any;
|
70
72
|
}) => Promise<void>;
|
71
73
|
navigateToFolder: (folderId: string) => void;
|
72
74
|
loadFolderContents: (folderId: string) => Promise<void>;
|
@@ -196,8 +198,7 @@ export declare class AXMDocumentAttachmentWidgetEditComponent extends AXPValueWi
|
|
196
198
|
protected multiple: import("@angular/core").Signal<boolean>;
|
197
199
|
protected entity: import("@angular/core").Signal<string>;
|
198
200
|
protected entityRecordId: import("@angular/core").Signal<string>;
|
199
|
-
protected
|
200
|
-
protected onChange: import("@angular/core").Signal<((files: AXMDocumentExplorerNode[]) => void) | undefined>;
|
201
|
+
protected documentTypes: import("@angular/core").Signal<AXMDocumentManagementDocumentTypeEntityModel[]>;
|
201
202
|
ngOnDestroy(): Promise<void>;
|
202
203
|
ngOnInit(): Promise<void>;
|
203
204
|
protected chooseFromDrive(scope: AXPPlatformScope): Promise<void>;
|
@@ -1,4 +1,8 @@
|
|
1
1
|
import { AXPPermissionDefinitionProvider, AXPPermissionDefinitionProviderContext } from '@acorex/platform/auth';
|
2
|
+
import { Injector } from '@angular/core';
|
2
3
|
export declare class AXMPermissionDefinitionProvider implements AXPPermissionDefinitionProvider {
|
4
|
+
private injector;
|
5
|
+
private readonly translateService;
|
6
|
+
constructor(injector: Injector);
|
3
7
|
define(context: AXPPermissionDefinitionProviderContext): Promise<void>;
|
4
8
|
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
export declare const AXMPermissionsKeys: {
|
2
|
+
DocumentManagement: {
|
3
|
+
Management: string;
|
4
|
+
DocumentType: {
|
5
|
+
Management: string;
|
6
|
+
View: string;
|
7
|
+
Edit: string;
|
8
|
+
Delete: string;
|
9
|
+
Create: string;
|
10
|
+
};
|
11
|
+
Driver: {
|
12
|
+
Management: string;
|
13
|
+
View: string;
|
14
|
+
Edit: string;
|
15
|
+
Delete: string;
|
16
|
+
Create: string;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
};
|
@@ -2,8 +2,8 @@ import { AXPUnauthorizedError, AXPUnauthenticatedError, AXPSessionService, AXPAu
|
|
2
2
|
import { AXPLayoutThemeService } from '@acorex/platform/themes/shared';
|
3
3
|
import { HttpErrorResponse } from '@angular/common/http';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { inject, isDevMode, Injectable, InjectionToken, Component,
|
6
|
-
import * as i2
|
5
|
+
import { inject, isDevMode, Injectable, InjectionToken, Component, ViewChild, ViewEncapsulation, ChangeDetectionStrategy, signal, NgModule, Injector } from '@angular/core';
|
6
|
+
import * as i2 from '@angular/router';
|
7
7
|
import { Router, RouterModule, ROUTES } from '@angular/router';
|
8
8
|
import * as i1$2 from '@acorex/platform/common';
|
9
9
|
import { AXPHomePageService, AXPDataProvider, AXPSettingService, AXPComponentSlotModule, AXPCommonModule, AXP_MENU_PROVIDER, AXP_SETTING_DEFINITION_PROVIDER } from '@acorex/platform/common';
|
@@ -18,15 +18,13 @@ import * as i3$2 from '@acorex/components/popover';
|
|
18
18
|
import { AXPopoverModule } from '@acorex/components/popover';
|
19
19
|
import * as i3 from '@acorex/components/loading';
|
20
20
|
import { AXLoadingModule } from '@acorex/components/loading';
|
21
|
-
import * as i2 from '@acorex/components/avatar';
|
22
21
|
import { AXAvatarModule } from '@acorex/components/avatar';
|
23
|
-
import * as i3$3 from '@acorex/components/image';
|
24
22
|
import { AXImageModule } from '@acorex/components/image';
|
25
23
|
import { AXPopupService } from '@acorex/components/popup';
|
26
24
|
import { AXPlatform } from '@acorex/core/platform';
|
27
25
|
import * as i6 from '@acorex/core/translation';
|
28
26
|
import { AXTranslationService, AXTranslationModule } from '@acorex/core/translation';
|
29
|
-
import {
|
27
|
+
import { AXPUserAvatarComponent } from '@acorex/platform/layout/components';
|
30
28
|
import { AXChipsModule } from '@acorex/components/chips';
|
31
29
|
import { AXTagModule } from '@acorex/components/tag';
|
32
30
|
import { AXMDeviceSessionsService } from '@acorex/modules/security-management';
|
@@ -108,18 +106,18 @@ const routes = [
|
|
108
106
|
},
|
109
107
|
{
|
110
108
|
path: '',
|
111
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
112
|
-
loadChildren: () => import('./acorex-modules-auth-login.module-
|
109
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-ZaCb3CED.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
110
|
+
loadChildren: () => import('./acorex-modules-auth-login.module-D-XgzifC.mjs').then((c) => c.AXPSignInModule),
|
113
111
|
},
|
114
112
|
{
|
115
113
|
path: '',
|
116
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
117
|
-
loadChildren: () => import('./acorex-modules-auth-two-factor.module-
|
114
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-ZaCb3CED.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
115
|
+
loadChildren: () => import('./acorex-modules-auth-two-factor.module-D72KIpvA.mjs').then((c) => c.AXPTwoFactorModule),
|
118
116
|
},
|
119
117
|
{
|
120
118
|
path: '',
|
121
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
122
|
-
loadChildren: () => import('./acorex-modules-auth-routes-
|
119
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-ZaCb3CED.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
120
|
+
loadChildren: () => import('./acorex-modules-auth-routes-4T5jq7su.mjs').then((c) => c),
|
123
121
|
},
|
124
122
|
{
|
125
123
|
path: 'account',
|
@@ -199,64 +197,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
199
197
|
args: [{ imports: [CommonModule, AXButtonModule, AXPopoverModule, AXDecoratorModule, AXPAppChooserListComponent], template: "@if(((applications$ | async)?.length ?? 0) > 1) {\n<ax-button color=\"default\" look=\"blank\" #appChooser>\n <ax-icon>\n <i class=\"fa-solid fa-grid-2 ax-text-slate-400 dark:ax-text-slate-200\"></i>\n </ax-icon>\n</ax-button>\n<ax-popover [target]=\"appChooser\" [openOn]=\"'toggle'\" [closeOn]=\"'clickOut'\" [adaptivityEnabled]=\"true\">\n <div class=\"ax-bg-lightest ax-border ax-overflow-hidden ax-rounded-md ax-shadow-md ax-w-full ax-min-w-64 ax-p-3\">\n <axp-app-chooser-list></axp-app-chooser-list>\n </div>\n</ax-popover>\n}\n" }]
|
200
198
|
}] });
|
201
199
|
|
202
|
-
class AXMAvatarComponent extends MXBaseComponent {
|
203
|
-
constructor() {
|
204
|
-
super();
|
205
|
-
this.sessionService = inject(AXPSessionService);
|
206
|
-
this.dataService = inject(AXPDataProvider, { optional: true });
|
207
|
-
this.hasPicture = signal(false);
|
208
|
-
this.avatarText = signal('');
|
209
|
-
this.size = input(48);
|
210
|
-
this.color = input('default');
|
211
|
-
this.look = input('twotone');
|
212
|
-
this.user$ = this.sessionService.user$;
|
213
|
-
this.getAvatarText = () => {
|
214
|
-
this.user$.pipe(first()).subscribe((user) => {
|
215
|
-
const names = user?.title.split(' ');
|
216
|
-
if (names?.length && names?.length > 1) {
|
217
|
-
this.avatarText.set(`${names[0][0].toUpperCase()}${names[names.length - 1][0].toUpperCase()}`);
|
218
|
-
}
|
219
|
-
else
|
220
|
-
return this.avatarText.set('AC');
|
221
|
-
});
|
222
|
-
};
|
223
|
-
this.loadImage();
|
224
|
-
this.getAvatarText();
|
225
|
-
}
|
226
|
-
onImageError(event) {
|
227
|
-
this.hasPicture.set(false);
|
228
|
-
}
|
229
|
-
onImageLoad(event) {
|
230
|
-
this.hasPicture.set(true);
|
231
|
-
}
|
232
|
-
async loadImage() {
|
233
|
-
try {
|
234
|
-
const url = this.sessionService.user?.avatar;
|
235
|
-
if (url?.toLowerCase().startsWith('http')) {
|
236
|
-
this.src = url;
|
237
|
-
}
|
238
|
-
else if (this.sessionService.user?.avatar != 'null' && this.dataService) {
|
239
|
-
const blob = await this.dataService.viewFile(url, '');
|
240
|
-
this.src = URL.createObjectURL(blob);
|
241
|
-
}
|
242
|
-
else {
|
243
|
-
//this.src = this.mockerService.avatar();
|
244
|
-
}
|
245
|
-
}
|
246
|
-
catch (error) {
|
247
|
-
this.hasPicture.set(false);
|
248
|
-
console.error('Failed to load image by ID:', error);
|
249
|
-
this.src = '';
|
250
|
-
}
|
251
|
-
}
|
252
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
253
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXMAvatarComponent, isStandalone: true, selector: "axp-avatar", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, look: { classPropertyName: "look", publicName: "look", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: "<ax-avatar #avatar (error)=\"this.src = 'path/to/default-image.jpg'\" [size]=\"size()\" [color]=\"color()\" [look]=\"look()\"\n class=\"ax-cursor-pointer\">\n @if(hasPicture()){\n <ax-image (onError)=\"onImageError($event)\" (onLoad)=\"onImageLoad($event)\" [src]=\"src\"></ax-image>\n }@else{\n <ax-text>\n <small class=\"ax-text-xs ax-font-semibold\">{{ avatarText() }}</small>\n </ax-text>\n }\n</ax-avatar>", dependencies: [{ kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i1$1.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXAvatarModule }, { kind: "component", type: i2.AXAvatarComponent, selector: "ax-avatar", inputs: ["color", "size", "shape", "look"], outputs: ["sizeChange"] }, { kind: "ngmodule", type: AXImageModule }, { kind: "component", type: i3$3.AXImageComponent, selector: "ax-image", inputs: ["width", "height", "overlayMode", "src", "alt", "priority", "lazy"], outputs: ["onLoad", "onError"] }] }); }
|
254
|
-
}
|
255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMAvatarComponent, decorators: [{
|
256
|
-
type: Component,
|
257
|
-
args: [{ selector: 'axp-avatar', imports: [AXDecoratorModule, AXAvatarModule, AXImageModule], template: "<ax-avatar #avatar (error)=\"this.src = 'path/to/default-image.jpg'\" [size]=\"size()\" [color]=\"color()\" [look]=\"look()\"\n class=\"ax-cursor-pointer\">\n @if(hasPicture()){\n <ax-image (onError)=\"onImageError($event)\" (onLoad)=\"onImageLoad($event)\" [src]=\"src\"></ax-image>\n }@else{\n <ax-text>\n <small class=\"ax-text-xs ax-font-semibold\">{{ avatarText() }}</small>\n </ax-text>\n }\n</ax-avatar>" }]
|
258
|
-
}], ctorParameters: () => [] });
|
259
|
-
|
260
200
|
class AXPTenantChooserDropdownComponent {
|
261
201
|
constructor() {
|
262
202
|
this.router = inject(Router);
|
@@ -302,7 +242,7 @@ class AXMAuthProfileSlotComponent {
|
|
302
242
|
this.router.navigate(['/auth/login']);
|
303
243
|
}
|
304
244
|
async openUserSession() {
|
305
|
-
const com = await import('./acorex-modules-auth-user-sessions.component-
|
245
|
+
const com = await import('./acorex-modules-auth-user-sessions.component-Btnu_Oeq.mjs').then((c) => c.AXMUserSessionsComponent);
|
306
246
|
this.popupService.open(com, {
|
307
247
|
size: this.platform.is('Mobile') || this.platform.is('SM') ? 'full' : 'sm',
|
308
248
|
title: await this.translateService.translateAsync('profile.sessions.title', {
|
@@ -311,11 +251,11 @@ class AXMAuthProfileSlotComponent {
|
|
311
251
|
});
|
312
252
|
}
|
313
253
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMAuthProfileSlotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
314
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXMAuthProfileSlotComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "profilePopover", first: true, predicate: ["profilePopover"], descendants: true }], ngImport: i0, template: "@if((isAuthenticated$ | async)) {\n<div class=\"ax-size-fit\">\n <axp-avatar
|
254
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXMAuthProfileSlotComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "profilePopover", first: true, predicate: ["profilePopover"], descendants: true }], ngImport: i0, template: "@if((isAuthenticated$ | async)) {\n<div class=\"ax-size-fit\">\n <div #avatar>\n <axp-user-avatar [size]=\"36\" [userId]=\"(user$ | async)?.id!\"></axp-user-avatar>\n </div>\n\n <ax-popover [target]=\"avatar\" [openOn]=\"'toggle'\" [closeOn]=\"'clickOut'\" #p>\n <div class=\"ax-bg-lightest ax-border ax-border-lightest ax-rounded-md ax-shadow-md ax-w-full ax-min-w-64\">\n <div class=\"ax-flex ax-flex-col ax-items-center ax-p-4 ax-border-b\">\n <axp-user-avatar [size]=\"64\" [userId]=\"(user$ | async)?.id!\"></axp-user-avatar>\n\n <div class=\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-mt-2\">\n <div class=\"ax-text-base ax-font-bold\">{{ (user$ | async)?.title }}</div>\n <axp-tenant-chooser-dropdown></axp-tenant-chooser-dropdown>\n </div>\n </div>\n <div class=\"axp-profile-slot-menus\">\n <ul>\n <li>\n <a (click)=\"editProfile()\">\n <i class=\"fa-light fa-user\"></i>\n <span>{{ 'profile.edit' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li>\n <a (click)=\"p.close()\" [routerLink]=\"['/', appName(), 'settings', 'user']\">\n <i class=\"fa-light fa-gear\"></i>\n <span>{{ 'profile.settings' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li>\n <a (click)=\"openUserSession()\">\n <i class=\"fa-light fa-mobile\"></i>\n <span>{{ 'profile.sessions' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li class=\"ax-text-danger-500\">\n <a (click)=\"logOut()\">\n <i class=\"fa-light fa-arrow-right-from-bracket\"></i>\n <span>{{ 'profile.logout' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n </ul>\n </div>\n </div>\n </ax-popover>\n</div>\n\n} @else {\n<ax-button color=\"default\" look=\"blank\" text=\"Sign Up / Sign In\" (click)=\"handleSignIn()\">\n <ax-icon>\n <i class=\"fa-solid fa-user ax-text-slate-400 dark:ax-text-slate-200\"></i>\n </ax-icon>\n</ax-button>\n}\n", styles: [".axp-profile-slot-menus ul{margin-top:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-lightest-surface),var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem}.axp-profile-slot-menus ul:last-child{border-width:0px}.axp-profile-slot-menus ul li{display:flex;cursor:pointer;border-radius:.375rem}.axp-profile-slot-menus ul li:last-child{margin-bottom:.5rem}.axp-profile-slot-menus ul li:hover{background-color:rgba(var(--ax-sys-color-primary-500),.15);--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-700),var(--tw-text-opacity, 1))}.axp-profile-slot-menus ul li i{margin-inline-end:.75rem;display:grid;height:1.5rem;width:1.5rem;place-items:center;font-size:1.25rem;line-height:1.75rem}.axp-profile-slot-menus ul li a{display:flex;height:100%;width:100%;align-items:center;padding:.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type:
|
315
255
|
//
|
316
|
-
AXImageModule }, { kind: "ngmodule", type: AXAvatarModule }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "component", type: i3$2.AXPopoverComponent, selector: "ax-popover", inputs: ["offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "panelClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i3$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i1$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i6.AXTranslatorPipe, name: "translate" }, { kind: "component", type:
|
256
|
+
AXImageModule }, { kind: "ngmodule", type: AXAvatarModule }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "component", type: i3$2.AXPopoverComponent, selector: "ax-popover", inputs: ["offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "panelClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i3$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i1$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i6.AXTranslatorPipe, name: "translate" }, { kind: "component", type: AXPUserAvatarComponent, selector: "axp-user-avatar", inputs: ["size", "userId"] }, { kind: "component", type:
|
317
257
|
//
|
318
|
-
AXPTenantChooserDropdownComponent, selector: "axp-tenant-chooser-dropdown" }
|
258
|
+
AXPTenantChooserDropdownComponent, selector: "axp-tenant-chooser-dropdown" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
319
259
|
}
|
320
260
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMAuthProfileSlotComponent, decorators: [{
|
321
261
|
type: Component,
|
@@ -330,10 +270,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
330
270
|
AXDecoratorModule,
|
331
271
|
AXLoadingModule,
|
332
272
|
AXTranslationModule,
|
273
|
+
AXPUserAvatarComponent,
|
333
274
|
//
|
334
275
|
AXPTenantChooserDropdownComponent,
|
335
|
-
|
336
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "@if((isAuthenticated$ | async)) {\n<div class=\"ax-size-fit\">\n <axp-avatar #avatar [size]=\"36\" [color]=\"isDarkMode() ? 'primary' : 'default'\"></axp-avatar>\n <ax-popover [target]=\"avatar\" [openOn]=\"'toggle'\" [closeOn]=\"'clickOut'\" #p>\n <div class=\"ax-bg-lightest ax-border ax-border-lightest ax-rounded-md ax-shadow-md ax-w-full ax-min-w-64\">\n <div class=\"ax-flex ax-flex-col ax-items-center ax-p-4 ax-border-b\">\n <axp-avatar [size]=\"64\" color=\"primary\"></axp-avatar>\n <div class=\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-mt-2\">\n <div class=\"ax-text-base ax-font-bold\">{{ (user$ | async)?.title }}</div>\n <axp-tenant-chooser-dropdown></axp-tenant-chooser-dropdown>\n </div>\n </div>\n <div class=\"axp-profile-slot-menus\">\n <ul>\n <li>\n <a (click)=\"editProfile()\">\n <i class=\"fa-light fa-user\"></i>\n <span>{{ 'profile.edit' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li>\n <a (click)=\"p.close()\" [routerLink]=\"['/', appName(), 'settings', 'user']\">\n <i class=\"fa-light fa-gear\"></i>\n <span>{{ 'profile.settings' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li>\n <a (click)=\"openUserSession()\">\n <i class=\"fa-light fa-mobile\"></i>\n <span>{{ 'profile.sessions' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li class=\"ax-text-danger-500\">\n <a (click)=\"logOut()\">\n <i class=\"fa-light fa-arrow-right-from-bracket\"></i>\n <span>{{ 'profile.logout' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n </ul>\n </div>\n </div>\n </ax-popover>\n</div>\n\n} @else {\n<ax-button color=\"default\" look=\"blank\" text=\"Sign Up / Sign In\" (click)=\"handleSignIn()\">\n <ax-icon>\n <i class=\"fa-solid fa-user ax-text-slate-400 dark:ax-text-slate-200\"></i>\n </ax-icon>\n</ax-button>\n}\n", styles: [".axp-profile-slot-menus ul{margin-top:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-lightest-surface),var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem}.axp-profile-slot-menus ul:last-child{border-width:0px}.axp-profile-slot-menus ul li{display:flex;cursor:pointer;border-radius:.375rem}.axp-profile-slot-menus ul li:last-child{margin-bottom:.5rem}.axp-profile-slot-menus ul li:hover{background-color:rgba(var(--ax-sys-color-primary-500),.15);--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-700),var(--tw-text-opacity, 1))}.axp-profile-slot-menus ul li i{margin-inline-end:.75rem;display:grid;height:1.5rem;width:1.5rem;place-items:center;font-size:1.25rem;line-height:1.75rem}.axp-profile-slot-menus ul li a{display:flex;height:100%;width:100%;align-items:center;padding:.5rem}\n"] }]
|
276
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "@if((isAuthenticated$ | async)) {\n<div class=\"ax-size-fit\">\n <div #avatar>\n <axp-user-avatar [size]=\"36\" [userId]=\"(user$ | async)?.id!\"></axp-user-avatar>\n </div>\n\n <ax-popover [target]=\"avatar\" [openOn]=\"'toggle'\" [closeOn]=\"'clickOut'\" #p>\n <div class=\"ax-bg-lightest ax-border ax-border-lightest ax-rounded-md ax-shadow-md ax-w-full ax-min-w-64\">\n <div class=\"ax-flex ax-flex-col ax-items-center ax-p-4 ax-border-b\">\n <axp-user-avatar [size]=\"64\" [userId]=\"(user$ | async)?.id!\"></axp-user-avatar>\n\n <div class=\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-mt-2\">\n <div class=\"ax-text-base ax-font-bold\">{{ (user$ | async)?.title }}</div>\n <axp-tenant-chooser-dropdown></axp-tenant-chooser-dropdown>\n </div>\n </div>\n <div class=\"axp-profile-slot-menus\">\n <ul>\n <li>\n <a (click)=\"editProfile()\">\n <i class=\"fa-light fa-user\"></i>\n <span>{{ 'profile.edit' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li>\n <a (click)=\"p.close()\" [routerLink]=\"['/', appName(), 'settings', 'user']\">\n <i class=\"fa-light fa-gear\"></i>\n <span>{{ 'profile.settings' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li>\n <a (click)=\"openUserSession()\">\n <i class=\"fa-light fa-mobile\"></i>\n <span>{{ 'profile.sessions' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n <li class=\"ax-text-danger-500\">\n <a (click)=\"logOut()\">\n <i class=\"fa-light fa-arrow-right-from-bracket\"></i>\n <span>{{ 'profile.logout' | translate : { scope: 'auth' } | async }}</span>\n </a>\n </li>\n </ul>\n </div>\n </div>\n </ax-popover>\n</div>\n\n} @else {\n<ax-button color=\"default\" look=\"blank\" text=\"Sign Up / Sign In\" (click)=\"handleSignIn()\">\n <ax-icon>\n <i class=\"fa-solid fa-user ax-text-slate-400 dark:ax-text-slate-200\"></i>\n </ax-icon>\n</ax-button>\n}\n", styles: [".axp-profile-slot-menus ul{margin-top:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-lightest-surface),var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem}.axp-profile-slot-menus ul:last-child{border-width:0px}.axp-profile-slot-menus ul li{display:flex;cursor:pointer;border-radius:.375rem}.axp-profile-slot-menus ul li:last-child{margin-bottom:.5rem}.axp-profile-slot-menus ul li:hover{background-color:rgba(var(--ax-sys-color-primary-500),.15);--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-700),var(--tw-text-opacity, 1))}.axp-profile-slot-menus ul li i{margin-inline-end:.75rem;display:grid;height:1.5rem;width:1.5rem;place-items:center;font-size:1.25rem;line-height:1.75rem}.axp-profile-slot-menus ul li a{display:flex;height:100%;width:100%;align-items:center;padding:.5rem}\n"] }]
|
337
277
|
}], propDecorators: { profilePopover: [{
|
338
278
|
type: ViewChild,
|
339
279
|
args: ['profilePopover']
|
@@ -399,11 +339,11 @@ class AXMUserProfileCardSlotComponent {
|
|
399
339
|
}
|
400
340
|
}
|
401
341
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMUserProfileCardSlotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
402
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXMUserProfileCardSlotComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "profilePopover", first: true, predicate: ["profilePopover"], descendants: true }], ngImport: i0, template: "@if((isAuthenticated$ | async)) {\n<div class=\"ax-p-3 ax-flex ax-items-center ax-gap-1 ax-border-b ax-border-lighter\">\n <axp-avatar [size]=\"48\"
|
342
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXMUserProfileCardSlotComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "profilePopover", first: true, predicate: ["profilePopover"], descendants: true }], ngImport: i0, template: "@if((isAuthenticated$ | async)) {\n<div class=\"ax-p-3 ax-flex ax-items-center ax-gap-1 ax-border-b ax-border-lighter\">\n <div #avatar>\n <axp-user-avatar [size]=\"48\" [userId]=\"(user$ | async)?.id!\"></axp-user-avatar>\n </div>\n <div class=\"ax-flex ax-flex-col\">\n <ax-title class=\"ax-text-sm ax-font-medium ax-px-3\">{{ (user$ | async)?.title }}</ax-title>\n <axp-tenant-chooser-dropdown />\n </div>\n</div>\n}\n", dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type:
|
403
343
|
//
|
404
344
|
AXImageModule }, { kind: "ngmodule", type: AXAvatarModule }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "ngmodule", type: AXButtonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i1$1.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "component", type:
|
405
345
|
//
|
406
|
-
AXPTenantChooserDropdownComponent, selector: "axp-tenant-chooser-dropdown" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "component", type:
|
346
|
+
AXPTenantChooserDropdownComponent, selector: "axp-tenant-chooser-dropdown" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "component", type: AXPUserAvatarComponent, selector: "axp-user-avatar", inputs: ["size", "userId"] }] }); }
|
407
347
|
}
|
408
348
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMUserProfileCardSlotComponent, decorators: [{
|
409
349
|
type: Component,
|
@@ -420,8 +360,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
420
360
|
//
|
421
361
|
AXPTenantChooserDropdownComponent,
|
422
362
|
AsyncPipe,
|
423
|
-
|
424
|
-
], template: "@if((isAuthenticated$ | async)) {\n<div class=\"ax-p-3 ax-flex ax-items-center ax-gap-1 ax-border-b ax-border-lighter\">\n <axp-avatar [size]=\"48\"
|
363
|
+
AXPUserAvatarComponent,
|
364
|
+
], template: "@if((isAuthenticated$ | async)) {\n<div class=\"ax-p-3 ax-flex ax-items-center ax-gap-1 ax-border-b ax-border-lighter\">\n <div #avatar>\n <axp-user-avatar [size]=\"48\" [userId]=\"(user$ | async)?.id!\"></axp-user-avatar>\n </div>\n <div class=\"ax-flex ax-flex-col\">\n <ax-title class=\"ax-text-sm ax-font-medium ax-px-3\">{{ (user$ | async)?.title }}</ax-title>\n <axp-tenant-chooser-dropdown />\n </div>\n</div>\n}\n" }]
|
425
365
|
}], ctorParameters: () => [], propDecorators: { profilePopover: [{
|
426
366
|
type: ViewChild,
|
427
367
|
args: ['profilePopover']
|
@@ -505,12 +445,12 @@ function routesFacory() {
|
|
505
445
|
routes = [
|
506
446
|
{
|
507
447
|
path: 'tenant-chooser',
|
508
|
-
loadComponent: () => import('./acorex-modules-auth-tenant-chooser.component-
|
448
|
+
loadComponent: () => import('./acorex-modules-auth-tenant-chooser.component-Ow7QtAWc.mjs').then((c) => c.AXPAuthTenantChooserComponent),
|
509
449
|
canActivate: [AXPAuthGuard, canActivateTenantChooser],
|
510
450
|
},
|
511
451
|
{
|
512
452
|
path: 'app-chooser',
|
513
|
-
loadComponent: () => import('./acorex-modules-auth-app-chooser.component-
|
453
|
+
loadComponent: () => import('./acorex-modules-auth-app-chooser.component-DlYxDGQr.mjs').then((c) => c.AXPAuthAppChooserComponent),
|
514
454
|
canActivate: [AXPAuthGuard, canActivateAppChooser],
|
515
455
|
},
|
516
456
|
];
|
@@ -604,7 +544,7 @@ var account_module = /*#__PURE__*/Object.freeze({
|
|
604
544
|
|
605
545
|
class AXMAuthModule {
|
606
546
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
607
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXMAuthModule, imports: [CommonModule, i1$2.AXPCommonModule, i2
|
547
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXMAuthModule, imports: [CommonModule, i1$2.AXPCommonModule, i2.RouterModule, AXPAccountModule] }); }
|
608
548
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMAuthModule, providers: [
|
609
549
|
AXMAuthErrorHandler,
|
610
550
|
{
|
@@ -697,4 +637,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
697
637
|
*/
|
698
638
|
|
699
639
|
export { AXM_AUTH_CONFIG_TOKEN as A, AXMAuthenticationTypes as a, AXPTenantChooserDropdownComponent as b, AXPAppChooserListComponent as c, AXMUserDeviceSessionsService as d, AXMAuthErrorHandler as e, AXMDefaultAuthConfigs as f, configAuthModule as g, AXMAuthModule as h, AXPIdleService as i };
|
700
|
-
//# sourceMappingURL=acorex-modules-auth-acorex-modules-auth-
|
640
|
+
//# sourceMappingURL=acorex-modules-auth-acorex-modules-auth-DJZcD1j3.mjs.map
|