@acorex/modules 19.3.0-next.5 → 19.3.1
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/auth/lib/pages/account/app-chooser/app-chooser-slot.component.d.ts +1 -1
- package/auth/lib/pages/login/password/password.component.d.ts +1 -0
- package/common/index.d.ts +0 -1
- package/common/lib/common.module.d.ts +1 -2
- package/common/lib/const.d.ts +1 -14
- package/dashboard-management/README.md +3 -0
- package/dashboard-management/index.d.ts +3 -0
- package/dashboard-management/lib/const.d.ts +19 -0
- package/dashboard-management/lib/dashboard-management.module.d.ts +7 -0
- package/dashboard-management/lib/entity.provider.d.ts +10 -0
- package/{common → dashboard-management}/lib/features/home-dashboard/dashboard-home/home-dashboard.d.ts +0 -6
- package/dashboard-management/lib/features/shared/widgets/bar-chart/bar-chart-widget.component.d.ts +72 -0
- package/dashboard-management/lib/features/shared/widgets/bar-chart/bar-chart-widget.config.d.ts +7 -0
- package/dashboard-management/lib/features/shared/widgets/bar-chart/bar-chart.type.d.ts +34 -0
- package/dashboard-management/lib/features/shared/widgets/bar-chart/index.d.ts +2 -0
- package/dashboard-management/lib/features/shared/widgets/chart.type.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/clock-calendar-widget.component.d.ts +40 -0
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/clock-calendar-widget.config.d.ts +7 -0
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/clock-calendar.types.d.ts +50 -0
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/dashboard-shortcut/index.d.ts +2 -0
- package/dashboard-management/lib/features/shared/widgets/donut-chart/donut-chart-widget.component.d.ts +58 -0
- package/dashboard-management/lib/features/shared/widgets/donut-chart/donut-chart-widget.config.d.ts +7 -0
- package/dashboard-management/lib/features/shared/widgets/donut-chart/donut-chart.type.d.ts +67 -0
- package/dashboard-management/lib/features/shared/widgets/donut-chart/index.d.ts +2 -0
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/gauge-chart-widget.component.d.ts +75 -0
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/gauge-chart-widget.config.d.ts +7 -0
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/gauge-chart.type.d.ts +29 -0
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/index.d.ts +11 -0
- package/dashboard-management/lib/features/shared/widgets/line-chart/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/line-chart/line-chart-widget.component.d.ts +76 -0
- package/dashboard-management/lib/features/shared/widgets/line-chart/line-chart-widget.config.d.ts +7 -0
- package/dashboard-management/lib/features/shared/widgets/line-chart/line-chart.type.d.ts +41 -0
- package/dashboard-management/lib/features/shared/widgets/notification/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/notification/notification-widget.component.d.ts +54 -0
- package/dashboard-management/lib/features/shared/widgets/notification/notification-widget.config.d.ts +10 -0
- package/dashboard-management/lib/features/shared/widgets/notification/notification.type.d.ts +47 -0
- package/dashboard-management/lib/features/shared/widgets/shared/chart-base.component.d.ts +44 -0
- package/dashboard-management/lib/features/shared/widgets/shared/chart-base.type.d.ts +37 -0
- package/dashboard-management/lib/features/shared/widgets/shared/components/chart-tooltip/chart-tooltip.component.d.ts +28 -0
- package/dashboard-management/lib/features/shared/widgets/shared/components/chart-tooltip/index.d.ts +1 -0
- package/dashboard-management/lib/features/shared/widgets/shared/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/sticky-note/index.d.ts +2 -0
- package/dashboard-management/lib/features/shared/widgets/sticky-note/sticky-note-widget.component.d.ts +21 -0
- package/dashboard-management/lib/features/shared/widgets/sticky-note/sticky-note-widget.config.d.ts +7 -0
- package/dashboard-management/lib/features/shared/widgets/tasklist/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/tasklist/tasklist-widget.component.d.ts +34 -0
- package/dashboard-management/lib/features/shared/widgets/tasklist/tasklist-widget.config.d.ts +7 -0
- package/dashboard-management/lib/features/shared/widgets/tasklist/tasklist.type.d.ts +36 -0
- package/dashboard-management/lib/features/shared/widgets/weather/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.abstract.d.ts +174 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.key.d.ts +2 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.mock.service.d.ts +47 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.service.d.ts +48 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-widget.component.d.ts +109 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-widget.config.d.ts +14 -0
- package/dashboard-management/lib/menu.provider.d.ts +5 -0
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-edit.component.d.ts +3 -1
- package/fesm2022/acorex-modules-application-management.mjs +2 -2
- package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-DWcYgyZA.mjs → acorex-modules-auth-acorex-modules-auth-B1HTJdsE.mjs} +22 -27
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-B1HTJdsE.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-app-chooser.component-Ct-vco0y.mjs +64 -0
- package/fesm2022/acorex-modules-auth-app-chooser.component-Ct-vco0y.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-login.module-BgTtZuTg.mjs → acorex-modules-auth-login.module-TtdNj0aL.mjs} +4 -4
- package/fesm2022/{acorex-modules-auth-login.module-BgTtZuTg.mjs.map → acorex-modules-auth-login.module-TtdNj0aL.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth-master.layout-CtVrY1hn.mjs +23 -0
- package/fesm2022/acorex-modules-auth-master.layout-CtVrY1hn.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-password.component-U16w7Rq4.mjs → acorex-modules-auth-password.component-BXm2NAaN.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-U16w7Rq4.mjs.map → acorex-modules-auth-password.component-BXm2NAaN.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-_ceO6nyb.mjs → acorex-modules-auth-password.component-Dmj9zZSI.mjs} +5 -3
- package/fesm2022/acorex-modules-auth-password.component-Dmj9zZSI.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-routes-CSGjcpD8.mjs → acorex-modules-auth-routes-DkgsKi3a.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-routes-CSGjcpD8.mjs.map → acorex-modules-auth-routes-DkgsKi3a.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-D9C6LCjn.mjs +97 -0
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-D9C6LCjn.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-two-factor.module-B9UV3Nxb.mjs → acorex-modules-auth-two-factor.module-DDOSqjYs.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-two-factor.module-B9UV3Nxb.mjs.map → acorex-modules-auth-two-factor.module-DDOSqjYs.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-user-sessions.component-Dx0zd4Nj.mjs → acorex-modules-auth-user-sessions.component-B3i44VC5.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-user-sessions.component-Dx0zd4Nj.mjs.map → acorex-modules-auth-user-sessions.component-B3i44VC5.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth.mjs +1 -1
- package/fesm2022/acorex-modules-common.mjs +11 -481
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/acorex-modules-conversation.mjs +3 -3
- package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
- package/fesm2022/acorex-modules-dashboard-management-acorex-modules-dashboard-management-CReOsVhq.mjs +5083 -0
- package/fesm2022/acorex-modules-dashboard-management-acorex-modules-dashboard-management-CReOsVhq.mjs.map +1 -0
- package/fesm2022/{acorex-modules-common-index-Dt3vRkkx.mjs → acorex-modules-dashboard-management-home-dashboard-CHXDeuSF.mjs} +22 -9
- package/fesm2022/acorex-modules-dashboard-management-home-dashboard-CHXDeuSF.mjs.map +1 -0
- package/fesm2022/acorex-modules-dashboard-management.mjs +2 -0
- package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-acorex-modules-document-management-CdZ56kDQ.mjs → acorex-modules-document-management-acorex-modules-document-management-vYaqbxKs.mjs} +39 -25
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-vYaqbxKs.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-CetsgMOJ.mjs → acorex-modules-document-management-create-folder-dialog.component-Bc_IX3gT.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-CetsgMOJ.mjs.map → acorex-modules-document-management-create-folder-dialog.component-Bc_IX3gT.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-details-view.component-CeOqGjR9.mjs → acorex-modules-document-management-details-view.component-_9f5TQJi.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-details-view.component-CeOqGjR9.mjs.map → acorex-modules-document-management-details-view.component-_9f5TQJi.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-drive-choose.component-DmKUj3Jr.mjs → acorex-modules-document-management-drive-choose.component-CFOb0_MF.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-drive-choose.component-DmKUj3Jr.mjs.map → acorex-modules-document-management-drive-choose.component-CFOb0_MF.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-large-icons-view.component-7iqPb1Xn.mjs → acorex-modules-document-management-large-icons-view.component-D9es4CBl.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-large-icons-view.component-7iqPb1Xn.mjs.map → acorex-modules-document-management-large-icons-view.component-D9es4CBl.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-C9jalviV.mjs → acorex-modules-document-management-large-tiles-view.component-Q1Sjg47F.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-C9jalviV.mjs.map → acorex-modules-document-management-large-tiles-view.component-Q1Sjg47F.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-list-view.component-Bdb0uAm0.mjs → acorex-modules-document-management-list-view.component-BUu5vrul.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-list-view.component-Bdb0uAm0.mjs.map → acorex-modules-document-management-list-view.component-BUu5vrul.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-Do61g5Sb.mjs → acorex-modules-document-management-rename-node-dialog.component-BMRmdslE.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-Do61g5Sb.mjs.map → acorex-modules-document-management-rename-node-dialog.component-BMRmdslE.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-small-icons-view.component-BSPp5gmT.mjs → acorex-modules-document-management-small-icons-view.component-ChSS7z9z.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-small-icons-view.component-BSPp5gmT.mjs.map → acorex-modules-document-management-small-icons-view.component-ChSS7z9z.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-77-_bfSe.mjs → acorex-modules-document-management-small-tiles-view.component-Ci33qbBY.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-77-_bfSe.mjs.map → acorex-modules-document-management-small-tiles-view.component-Ci33qbBY.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-DO18V9JK.mjs → acorex-modules-form-template-management-acorex-modules-form-template-management-Cv92x_9Z.mjs} +11 -11
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-Cv92x_9Z.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-category.entity-nErIyYxr.mjs → acorex-modules-form-template-management-category.entity-DPVwQW4X.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-category.entity-nErIyYxr.mjs.map → acorex-modules-form-template-management-category.entity-DPVwQW4X.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-settings.provider-CROST06h.mjs → acorex-modules-form-template-management-settings.provider-iwOUp0iw.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-settings.provider-CROST06h.mjs.map → acorex-modules-form-template-management-settings.provider-iwOUp0iw.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-0GHf41xy.mjs → acorex-modules-form-template-management-template-widget-edit.component-BkR3x74p.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-0GHf41xy.mjs.map → acorex-modules-form-template-management-template-widget-edit.component-BkR3x74p.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template.entity-HSE5R67l.mjs → acorex-modules-form-template-management-template.entity-NgmH7r8R.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template.entity-HSE5R67l.mjs.map → acorex-modules-form-template-management-template.entity-NgmH7r8R.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-pi15hXWY.mjs → acorex-modules-form-template-management-viewer-popup.component-Cq33xA62.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-pi15hXWY.mjs.map → acorex-modules-form-template-management-viewer-popup.component-Cq33xA62.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 +2487 -0
- package/fesm2022/acorex-modules-issue-management-acorex-modules-issue-management-Q47ZZSSE.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-capture-screen.component-DN1Jnp7_.mjs → acorex-modules-issue-management-capture-screen.component-Dns1Wrkd.mjs} +6 -6
- package/fesm2022/acorex-modules-issue-management-capture-screen.component-Dns1Wrkd.mjs.map +1 -0
- package/fesm2022/acorex-modules-issue-management.mjs +2 -0
- package/fesm2022/acorex-modules-issue-management.mjs.map +1 -0
- package/fesm2022/acorex-modules-log-management.mjs +128 -77
- package/fesm2022/acorex-modules-log-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +6 -5
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-organization-management-branch.entity-fs_iKM4S.mjs → acorex-modules-organization-management-branch.entity-Bsgj4Pow.mjs} +4 -2
- package/fesm2022/acorex-modules-organization-management-branch.entity-Bsgj4Pow.mjs.map +1 -0
- package/fesm2022/{acorex-modules-organization-management-department.entity-DI9QpZ1d.mjs → acorex-modules-organization-management-department.entity-BMojk26d.mjs} +4 -2
- package/fesm2022/acorex-modules-organization-management-department.entity-BMojk26d.mjs.map +1 -0
- package/fesm2022/{acorex-modules-organization-management-division.entity-4Gxc1dGd.mjs → acorex-modules-organization-management-division.entity-BnWpX4US.mjs} +4 -2
- package/fesm2022/acorex-modules-organization-management-division.entity-BnWpX4US.mjs.map +1 -0
- package/fesm2022/{acorex-modules-organization-management-employee.entity-DSvtxcC3.mjs → acorex-modules-organization-management-employee.entity-DBuCVYZP.mjs} +2 -2
- package/fesm2022/acorex-modules-organization-management-employee.entity-DBuCVYZP.mjs.map +1 -0
- package/fesm2022/{acorex-modules-organization-management-org-chart.page-eDTvyQpA.mjs → acorex-modules-organization-management-org-chart.page-DnRbGIWN.mjs} +3 -3
- package/fesm2022/acorex-modules-organization-management-org-chart.page-DnRbGIWN.mjs.map +1 -0
- package/fesm2022/{acorex-modules-organization-management-team.entity-DZqK-yLT.mjs → acorex-modules-organization-management-team.entity-mYPhrc2l.mjs} +8 -3
- package/fesm2022/acorex-modules-organization-management-team.entity-mYPhrc2l.mjs.map +1 -0
- package/fesm2022/acorex-modules-organization-management.mjs +8 -8
- package/fesm2022/acorex-modules-organization-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-pKyqsPS6.mjs → acorex-modules-platform-management-acorex-modules-platform-management-DIsYLKbA.mjs} +438 -2281
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-DIsYLKbA.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-list-version.component-SLcO7Tof.mjs → acorex-modules-platform-management-list-version.component-D83yTFAm.mjs} +6 -6
- package/fesm2022/{acorex-modules-platform-management-list-version.component-SLcO7Tof.mjs.map → acorex-modules-platform-management-list-version.component-D83yTFAm.mjs.map} +1 -1
- package/fesm2022/acorex-modules-platform-management-settings.provider-DKkXCwrd.mjs +463 -0
- package/fesm2022/acorex-modules-platform-management-settings.provider-DKkXCwrd.mjs.map +1 -0
- package/fesm2022/acorex-modules-platform-management.mjs +1 -1
- package/fesm2022/acorex-modules-project-management.mjs +6259 -0
- package/fesm2022/acorex-modules-project-management.mjs.map +1 -0
- package/fesm2022/acorex-modules-security-management.mjs +54 -24
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/issue-management/README.md +3 -0
- package/issue-management/index.d.ts +6 -0
- package/{platform-management/lib/features/support → issue-management/lib/components}/capture-screen/components/capture-screen-component/capture-screen.component.d.ts +5 -5
- package/{platform-management/lib/features/support → issue-management/lib/components}/capture-screen/services/capture-screen.service.d.ts +3 -3
- package/issue-management/lib/const.d.ts +37 -0
- package/issue-management/lib/entities/index.d.ts +3 -0
- package/{platform-management → issue-management}/lib/entities/issue-type/issue-type.service.d.ts +2 -2
- package/{platform-management → issue-management}/lib/entities/issue-type/issue-type.types.d.ts +1 -1
- package/{platform-management → issue-management}/lib/entities/my-reported-issues/my-reported-issues.service.d.ts +2 -2
- package/issue-management/lib/entities/my-reported-issues/my-reported-issues.types.d.ts +5 -0
- package/{platform-management → issue-management}/lib/entities/reported-issues/reported-issues.service.d.ts +2 -2
- package/{platform-management → issue-management}/lib/entities/reported-issues/reported-issues.types.d.ts +2 -3
- package/issue-management/lib/entity.provider.d.ts +10 -0
- package/{platform-management/lib/features/support → issue-management/lib/features}/report-issue/components/report-new-issue/report-new-issue.component.d.ts +16 -5
- package/{platform-management/lib/features/support → issue-management/lib/features}/report-issue/report-issue.types.d.ts +6 -1
- package/{platform-management/lib/features/support → issue-management/lib/features}/report-issue/services/report-new-issue.viewmodel.d.ts +6 -4
- package/issue-management/lib/issue-management.module.d.ts +7 -0
- package/issue-management/lib/menu.provider.d.ts +5 -0
- package/issue-management/lib/setting.provider.d.ts +4 -0
- package/package.json +13 -1
- package/platform-management/index.d.ts +1 -2
- package/platform-management/lib/const.d.ts +1 -19
- package/platform-management/lib/entities/glossary/glossary.entity.d.ts +3 -0
- package/platform-management/lib/entities/glossary/glossary.service.d.ts +10 -0
- package/platform-management/lib/entities/glossary/glossary.types.d.ts +4 -0
- package/platform-management/lib/entities/glossary/index.d.ts +3 -0
- package/platform-management/lib/entities/index.d.ts +1 -3
- package/platform-management/lib/features/common/common.module.d.ts +1 -1
- package/platform-management/lib/features/common/index.d.ts +0 -1
- package/platform-management/lib/features/common/regional/language-slot/language-slot.component.d.ts +7 -3
- package/platform-management/lib/features/common/regional/regional-store.service.d.ts +5 -1
- package/platform-management/lib/features/common/regional/settings.keys.d.ts +8 -3
- package/platform-management/lib/features/common/regional/settings.provider.d.ts +1 -0
- package/project-management/README.md +3 -0
- package/project-management/index.d.ts +7 -0
- package/project-management/lib/const.d.ts +85 -0
- package/project-management/lib/entities/client/client.entity.d.ts +3 -0
- package/project-management/lib/entities/client/client.service.d.ts +10 -0
- package/project-management/lib/entities/client/client.types.d.ts +7 -0
- package/project-management/lib/entities/client/index.d.ts +3 -0
- package/project-management/lib/entities/index.d.ts +12 -0
- package/project-management/lib/entities/project/index.d.ts +3 -0
- package/project-management/lib/entities/project/project.entity.d.ts +3 -0
- package/project-management/lib/entities/project/project.service.d.ts +10 -0
- package/project-management/lib/entities/project/project.types.d.ts +11 -0
- package/project-management/lib/entities/project-memeber/index.d.ts +3 -0
- package/project-management/lib/entities/project-memeber/project-memeber.entity.d.ts +3 -0
- package/project-management/lib/entities/project-memeber/project-memeber.service.d.ts +10 -0
- package/project-management/lib/entities/project-memeber/project-memeber.types.d.ts +7 -0
- package/project-management/lib/entities/project-role-member/index.d.ts +3 -0
- package/project-management/lib/entities/project-role-member/project-role-member.entity.d.ts +3 -0
- package/project-management/lib/entities/project-role-member/project-role-member.service.d.ts +10 -0
- package/{platform-management/lib/entities/my-reported-issues/my-reported-issues.types.d.ts → project-management/lib/entities/project-role-member/project-role-member.types.d.ts} +2 -2
- package/project-management/lib/entities/project-type/index.d.ts +3 -0
- package/project-management/lib/entities/project-type/project-type.entity.d.ts +3 -0
- package/project-management/lib/entities/project-type/project-type.service.d.ts +10 -0
- package/project-management/lib/entities/project-type/project-type.types.d.ts +4 -0
- package/project-management/lib/entities/sprint/index.d.ts +3 -0
- package/project-management/lib/entities/sprint/sprint.entity.d.ts +3 -0
- package/project-management/lib/entities/sprint/sprint.service.d.ts +10 -0
- package/project-management/lib/entities/sprint/sprint.types.d.ts +8 -0
- package/project-management/lib/entities/sprint-task/index.d.ts +3 -0
- package/project-management/lib/entities/sprint-task/sprint-task.entity.d.ts +3 -0
- package/project-management/lib/entities/sprint-task/sprint-task.service.d.ts +10 -0
- package/project-management/lib/entities/sprint-task/sprint-task.types.d.ts +5 -0
- package/project-management/lib/entities/task/index.d.ts +3 -0
- package/project-management/lib/entities/task/task.entity.d.ts +3 -0
- package/project-management/lib/entities/task/task.service.d.ts +10 -0
- package/project-management/lib/entities/task/task.types.d.ts +19 -0
- package/project-management/lib/entities/task-history/index.d.ts +3 -0
- package/project-management/lib/entities/task-history/task-history.entity.d.ts +3 -0
- package/project-management/lib/entities/task-history/task-history.service.d.ts +10 -0
- package/project-management/lib/entities/task-history/task-history.types.d.ts +8 -0
- package/project-management/lib/entities/task-type/index.d.ts +3 -0
- package/project-management/lib/entities/task-type/task-type.entity.d.ts +3 -0
- package/project-management/lib/entities/task-type/task-type.service.d.ts +10 -0
- package/project-management/lib/entities/task-type/task-type.types.d.ts +6 -0
- package/project-management/lib/entities/time-sheet/index.d.ts +3 -0
- package/project-management/lib/entities/time-sheet/time-sheet.entity.d.ts +3 -0
- package/project-management/lib/entities/time-sheet/time-sheet.service.d.ts +10 -0
- package/project-management/lib/entities/time-sheet/time-sheet.types.d.ts +8 -0
- package/project-management/lib/entities/work-site/index.d.ts +3 -0
- package/project-management/lib/entities/work-site/work-site.entity.d.ts +3 -0
- package/project-management/lib/entities/work-site/work-site.service.d.ts +10 -0
- package/project-management/lib/entities/work-site/work-site.types.d.ts +8 -0
- package/project-management/lib/entity.provider.d.ts +10 -0
- package/project-management/lib/menu.provider.d.ts +5 -0
- package/project-management/lib/project-management.module.d.ts +6 -0
- package/project-management/lib/search-command.provider.d.ts +4 -0
- package/project-management/lib/setting.provider.d.ts +4 -0
- package/common/lib/features/home-dashboard/home-dashboard.module.d.ts +0 -7
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-DWcYgyZA.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-app-chooser.component-rr25Ry55.mjs +0 -64
- package/fesm2022/acorex-modules-auth-app-chooser.component-rr25Ry55.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-master.layout-he9vVKsC.mjs +0 -23
- package/fesm2022/acorex-modules-auth-master.layout-he9vVKsC.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-password.component-_ceO6nyb.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-B5VHdItj.mjs +0 -97
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-B5VHdItj.mjs.map +0 -1
- package/fesm2022/acorex-modules-common-dashboard-shortcut-widget-view.component-C9RGRmuR.mjs +0 -139
- package/fesm2022/acorex-modules-common-dashboard-shortcut-widget-view.component-C9RGRmuR.mjs.map +0 -1
- package/fesm2022/acorex-modules-common-index-Dt3vRkkx.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-CdZ56kDQ.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-DO18V9JK.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-branch.entity-fs_iKM4S.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-department.entity-DI9QpZ1d.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-division.entity-4Gxc1dGd.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-employee.entity-DSvtxcC3.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-org-chart.page-eDTvyQpA.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-team.entity-DZqK-yLT.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-pKyqsPS6.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-capture-screen.component-DN1Jnp7_.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-settings.provider-CsrDpQQi.mjs +0 -351
- package/fesm2022/acorex-modules-platform-management-settings.provider-CsrDpQQi.mjs.map +0 -1
- package/platform-management/lib/features/common/entity.provider.d.ts +0 -9
- package/platform-management/lib/features/index.d.ts +0 -1
- package/platform-management/lib/features/support/index.d.ts +0 -2
- /package/{common → dashboard-management}/lib/entities/dashboard/dashboard.entity.d.ts +0 -0
- /package/{common → dashboard-management}/lib/entities/dashboard/dashboard.service.d.ts +0 -0
- /package/{common → dashboard-management}/lib/entities/dashboard/dashboard.types.d.ts +0 -0
- /package/{common → dashboard-management}/lib/entities/dashboard/index.d.ts +0 -0
- /package/{common → dashboard-management}/lib/entities/index.d.ts +0 -0
- /package/{common → dashboard-management}/lib/features/home-dashboard/dashboard-home/home-dashboard.store.d.ts +0 -0
- /package/{common → dashboard-management}/lib/features/home-dashboard/dashboard-home/home-dashboard.type.d.ts +0 -0
- /package/{common → dashboard-management}/lib/features/home-dashboard/dashboard-home/index.d.ts +0 -0
- /package/{common → dashboard-management}/lib/features/home-dashboard/dashboard-popups/add-dashboard-popup.d.ts +0 -0
- /package/{common → dashboard-management}/lib/features/home-dashboard/dashboard-popups/configuration-popup.d.ts +0 -0
- /package/{common → dashboard-management}/lib/features/home-dashboard/dashboard-popups/dashboard-popup.service.d.ts +0 -0
- /package/{common → dashboard-management}/lib/features/home-dashboard/widget-wrapper/dashboard-widget-wrapper.d.ts +0 -0
- /package/{common/lib/features/home-dashboard → dashboard-management/lib/features/shared}/widgets/dashboard-shortcut/dashboard-shortcut-widget-view.component.d.ts +0 -0
- /package/{common/lib/features/home-dashboard → dashboard-management/lib/features/shared}/widgets/dashboard-shortcut/dashboard-shortcut-widget.config.d.ts +0 -0
- /package/{common/lib/features/home-dashboard/setrting.keys.d.ts → dashboard-management/lib/settings.keys.d.ts} +0 -0
- /package/{platform-management/lib/features/support → issue-management/lib/components}/capture-screen/capture-screen.types.d.ts +0 -0
- /package/{platform-management/lib/features/support → issue-management/lib/components}/capture-screen/index.d.ts +0 -0
- /package/{platform-management → issue-management}/lib/entities/issue-type/index.d.ts +0 -0
- /package/{platform-management → issue-management}/lib/entities/issue-type/issue-type.entity.d.ts +0 -0
- /package/{platform-management → issue-management}/lib/entities/my-reported-issues/index.d.ts +0 -0
- /package/{platform-management → issue-management}/lib/entities/my-reported-issues/my-reported-issues.entity.d.ts +0 -0
- /package/{platform-management → issue-management}/lib/entities/reported-issues/index.d.ts +0 -0
- /package/{platform-management → issue-management}/lib/entities/reported-issues/reported-issues.entity.d.ts +0 -0
- /package/{platform-management/lib/features/support → issue-management/lib/features}/report-issue/components/index.d.ts +0 -0
- /package/{platform-management/lib/features/support → issue-management/lib/features}/report-issue/index.d.ts +0 -0
- /package/{platform-management/lib/features/support → issue-management/lib/features}/report-issue/workflows/index.d.ts +0 -0
- /package/{platform-management/lib/features/support → issue-management/lib/features}/report-issue/workflows/show-report-issue.workflow.d.ts +0 -0
@@ -1,12 +1,10 @@
|
|
1
|
-
import { AXPSessionService,
|
2
|
-
import { AXPHomePageService, AXPSearchCommandProvider,
|
3
|
-
import {
|
1
|
+
import { AXPSessionService, AXP_PERMISSION_DEFINITION_PROVIDER } from '@acorex/platform/auth';
|
2
|
+
import { AXPHomePageService, AXPSearchCommandProvider, AXP_MENU_PROVIDER, AXP_SETTING_DEFINITION_PROVIDER, AXP_SEARCH_PROVIDER } from '@acorex/platform/common';
|
3
|
+
import { AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
|
4
4
|
import * as i0 from '@angular/core';
|
5
5
|
import { inject, Injector, Injectable, NgModule } from '@angular/core';
|
6
6
|
import { firstValueFrom } from 'rxjs';
|
7
|
-
import
|
8
|
-
import { AXPWidgetsCatalog, AXPWidgetGroupEnum, AXPLayoutBuilderModule } from '@acorex/platform/layout/builder';
|
9
|
-
import { AXP_COLOR_PROPERTY, AXP_WIDGETS_UTILITY_CATEGORY } from '@acorex/platform/widgets';
|
7
|
+
import { AXPWidgetsModule } from '@acorex/platform/widgets';
|
10
8
|
|
11
9
|
const config = {
|
12
10
|
i18n: 'common',
|
@@ -19,25 +17,7 @@ const RootConfig = {
|
|
19
17
|
title: `t('module-name', {scope:"${config.i18n}"})`,
|
20
18
|
icon: 'fa-light fa-file-invoice',
|
21
19
|
},
|
22
|
-
entities: {
|
23
|
-
dashboardWidgetData: {
|
24
|
-
name: 'DashboardWidgetData',
|
25
|
-
title: `t("dashboardWidgetData", { scope: "${config.i18n}" })`,
|
26
|
-
titlePlural: `t("dashboardWidgetDataPlural", { scope: "${config.i18n}" })`,
|
27
|
-
icon: 'fa-light fa-default',
|
28
|
-
},
|
29
|
-
dashboard: {
|
30
|
-
name: 'Dashboard',
|
31
|
-
title: `t("dashboard", { scope: "dashboard" })`,
|
32
|
-
titlePlural: `t("dashboardPlural", { scope: "dashboard" })`,
|
33
|
-
icon: 'fa-regular fa-tachometer-alt',
|
34
|
-
},
|
35
|
-
// category: {
|
36
|
-
// name: 'Category',
|
37
|
-
// title: 't("category", { scope: "common" })',
|
38
|
-
// icon: 'fa-light fa-list'
|
39
|
-
// },
|
40
|
-
},
|
20
|
+
entities: {},
|
41
21
|
};
|
42
22
|
|
43
23
|
class AXMEntityProvider {
|
@@ -54,8 +34,6 @@ class AXMEntityProvider {
|
|
54
34
|
async get(moduleName, entityName) {
|
55
35
|
if (moduleName == RootConfig.module.name) {
|
56
36
|
switch (entityName) {
|
57
|
-
case RootConfig.entities.dashboard.name:
|
58
|
-
return (await Promise.resolve().then(function () { return dashboard_entity; })).dashboardFactory(this.injector);
|
59
37
|
}
|
60
38
|
}
|
61
39
|
return null;
|
@@ -178,444 +156,11 @@ class AXMSettingProvider {
|
|
178
156
|
}
|
179
157
|
}
|
180
158
|
|
181
|
-
class AXMDashboardService extends AXMEntityCrudServiceImpl {
|
182
|
-
}
|
183
|
-
class AXMDashboardServiceImpl extends AXMDashboardService {
|
184
|
-
constructor() {
|
185
|
-
super(`${RootConfig.module.name}.${RootConfig.entities.dashboard.name}`);
|
186
|
-
}
|
187
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMDashboardServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
188
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMDashboardServiceImpl }); }
|
189
|
-
}
|
190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMDashboardServiceImpl, decorators: [{
|
191
|
-
type: Injectable
|
192
|
-
}], ctorParameters: () => [] });
|
193
|
-
|
194
|
-
async function dashboardFactory(injector) {
|
195
|
-
const dataService = injector.get(AXMDashboardService);
|
196
|
-
const i18n = RootConfig.config.i18n;
|
197
|
-
const entityDef = {
|
198
|
-
module: RootConfig.module.name,
|
199
|
-
name: RootConfig.entities.dashboard.name,
|
200
|
-
source: '',
|
201
|
-
title: RootConfig.entities.dashboard.title,
|
202
|
-
formats: {
|
203
|
-
individual: RootConfig.entities.dashboard.title,
|
204
|
-
plural: RootConfig.entities.dashboard.titlePlural,
|
205
|
-
searchResult: {
|
206
|
-
title: '{{ title }}',
|
207
|
-
description: RootConfig.module.title,
|
208
|
-
},
|
209
|
-
},
|
210
|
-
relatedEntities: [],
|
211
|
-
groups: [
|
212
|
-
{
|
213
|
-
id: 'section',
|
214
|
-
title: RootConfig.entities.dashboard.title,
|
215
|
-
},
|
216
|
-
],
|
217
|
-
properties: [
|
218
|
-
{
|
219
|
-
name: 'name',
|
220
|
-
title: `t("name", { scope: "common" })`,
|
221
|
-
groupId: 'section',
|
222
|
-
options: {
|
223
|
-
sort: {
|
224
|
-
enabled: false,
|
225
|
-
},
|
226
|
-
filter: {
|
227
|
-
advance: {
|
228
|
-
enabled: false,
|
229
|
-
},
|
230
|
-
inline: {
|
231
|
-
enabled: false,
|
232
|
-
},
|
233
|
-
},
|
234
|
-
},
|
235
|
-
schema: {
|
236
|
-
dataType: 'string',
|
237
|
-
interface: {
|
238
|
-
type: AXPWidgetsCatalog.text,
|
239
|
-
},
|
240
|
-
},
|
241
|
-
},
|
242
|
-
{
|
243
|
-
name: 'title',
|
244
|
-
title: `t("title", { scope: "common" })`,
|
245
|
-
groupId: 'section',
|
246
|
-
options: {
|
247
|
-
sort: {
|
248
|
-
enabled: true,
|
249
|
-
},
|
250
|
-
filter: {
|
251
|
-
advance: {
|
252
|
-
enabled: true,
|
253
|
-
},
|
254
|
-
inline: {
|
255
|
-
enabled: true,
|
256
|
-
},
|
257
|
-
},
|
258
|
-
},
|
259
|
-
schema: {
|
260
|
-
dataType: 'string',
|
261
|
-
interface: {
|
262
|
-
type: AXPWidgetsCatalog.text,
|
263
|
-
},
|
264
|
-
},
|
265
|
-
validations: [
|
266
|
-
{
|
267
|
-
rule: 'required',
|
268
|
-
},
|
269
|
-
],
|
270
|
-
},
|
271
|
-
{
|
272
|
-
name: 'description',
|
273
|
-
title: `t("description", { scope: "${i18n}" })`,
|
274
|
-
groupId: 'section',
|
275
|
-
options: {
|
276
|
-
sort: {
|
277
|
-
enabled: false,
|
278
|
-
},
|
279
|
-
filter: {
|
280
|
-
advance: {
|
281
|
-
enabled: false,
|
282
|
-
},
|
283
|
-
inline: {
|
284
|
-
enabled: false,
|
285
|
-
},
|
286
|
-
},
|
287
|
-
},
|
288
|
-
schema: {
|
289
|
-
dataType: 'string',
|
290
|
-
interface: {
|
291
|
-
type: AXPWidgetsCatalog.text,
|
292
|
-
},
|
293
|
-
},
|
294
|
-
},
|
295
|
-
],
|
296
|
-
columns: [{ name: 'name' }, { name: 'title' }, { name: 'description' }],
|
297
|
-
commands: {
|
298
|
-
create: {
|
299
|
-
execute: async (data) => {
|
300
|
-
const res = await dataService.insertOne(data);
|
301
|
-
return { id: res };
|
302
|
-
},
|
303
|
-
},
|
304
|
-
delete: {
|
305
|
-
execute: async (id) => {
|
306
|
-
return await dataService.deleteOne(id);
|
307
|
-
},
|
308
|
-
},
|
309
|
-
update: {
|
310
|
-
execute: async (data) => {
|
311
|
-
return await dataService.updateOne(data.id, data);
|
312
|
-
},
|
313
|
-
},
|
314
|
-
},
|
315
|
-
queries: {
|
316
|
-
byKey: {
|
317
|
-
execute: async (id) => {
|
318
|
-
return await dataService.getOne(id);
|
319
|
-
},
|
320
|
-
type: AXPEntityQueryType.Single,
|
321
|
-
},
|
322
|
-
list: {
|
323
|
-
execute: async (e) => {
|
324
|
-
return await dataService.query({ skip: e.skip, take: e.take, filter: e.filter });
|
325
|
-
},
|
326
|
-
type: AXPEntityQueryType.List,
|
327
|
-
},
|
328
|
-
},
|
329
|
-
interfaces: {
|
330
|
-
master: {
|
331
|
-
create: {
|
332
|
-
sections: [
|
333
|
-
{
|
334
|
-
id: 'section',
|
335
|
-
},
|
336
|
-
],
|
337
|
-
properties: [
|
338
|
-
{
|
339
|
-
name: 'name',
|
340
|
-
layout: {
|
341
|
-
positions: {
|
342
|
-
lg: {
|
343
|
-
colSpan: 6,
|
344
|
-
order: 1,
|
345
|
-
},
|
346
|
-
},
|
347
|
-
},
|
348
|
-
},
|
349
|
-
{
|
350
|
-
name: 'title',
|
351
|
-
layout: {
|
352
|
-
positions: {
|
353
|
-
lg: {
|
354
|
-
colSpan: 6,
|
355
|
-
order: 2,
|
356
|
-
},
|
357
|
-
},
|
358
|
-
},
|
359
|
-
},
|
360
|
-
{
|
361
|
-
name: 'description',
|
362
|
-
layout: {
|
363
|
-
positions: {
|
364
|
-
lg: {
|
365
|
-
colSpan: 12,
|
366
|
-
order: 3,
|
367
|
-
},
|
368
|
-
},
|
369
|
-
},
|
370
|
-
},
|
371
|
-
],
|
372
|
-
},
|
373
|
-
update: {
|
374
|
-
sections: [
|
375
|
-
{
|
376
|
-
id: 'section',
|
377
|
-
},
|
378
|
-
],
|
379
|
-
properties: [
|
380
|
-
{
|
381
|
-
name: 'name',
|
382
|
-
layout: {
|
383
|
-
positions: {
|
384
|
-
lg: {
|
385
|
-
colSpan: 6,
|
386
|
-
order: 1,
|
387
|
-
},
|
388
|
-
},
|
389
|
-
},
|
390
|
-
},
|
391
|
-
{
|
392
|
-
name: 'title',
|
393
|
-
layout: {
|
394
|
-
positions: {
|
395
|
-
lg: {
|
396
|
-
colSpan: 6,
|
397
|
-
order: 2,
|
398
|
-
},
|
399
|
-
},
|
400
|
-
},
|
401
|
-
},
|
402
|
-
{
|
403
|
-
name: 'description',
|
404
|
-
layout: {
|
405
|
-
positions: {
|
406
|
-
lg: {
|
407
|
-
colSpan: 12,
|
408
|
-
order: 3,
|
409
|
-
},
|
410
|
-
},
|
411
|
-
},
|
412
|
-
},
|
413
|
-
],
|
414
|
-
},
|
415
|
-
single: {
|
416
|
-
title: '{{title}}',
|
417
|
-
sections: [
|
418
|
-
{
|
419
|
-
id: 'section',
|
420
|
-
layout: {
|
421
|
-
positions: {
|
422
|
-
lg: {
|
423
|
-
colSpan: 12,
|
424
|
-
},
|
425
|
-
},
|
426
|
-
},
|
427
|
-
},
|
428
|
-
],
|
429
|
-
properties: [
|
430
|
-
{
|
431
|
-
name: 'name',
|
432
|
-
layout: {
|
433
|
-
positions: {
|
434
|
-
lg: {
|
435
|
-
colSpan: 6,
|
436
|
-
order: 1,
|
437
|
-
},
|
438
|
-
},
|
439
|
-
},
|
440
|
-
},
|
441
|
-
{
|
442
|
-
name: 'title',
|
443
|
-
layout: {
|
444
|
-
positions: {
|
445
|
-
lg: {
|
446
|
-
colSpan: 6,
|
447
|
-
order: 2,
|
448
|
-
},
|
449
|
-
},
|
450
|
-
},
|
451
|
-
},
|
452
|
-
{
|
453
|
-
name: 'description',
|
454
|
-
layout: {
|
455
|
-
positions: {
|
456
|
-
lg: {
|
457
|
-
colSpan: 12,
|
458
|
-
order: 3,
|
459
|
-
},
|
460
|
-
},
|
461
|
-
},
|
462
|
-
},
|
463
|
-
],
|
464
|
-
actions: [],
|
465
|
-
},
|
466
|
-
list: {
|
467
|
-
actions: [
|
468
|
-
{
|
469
|
-
title: `t("create", { scope: "common" })`,
|
470
|
-
command: 'create-entity',
|
471
|
-
priority: 'primary',
|
472
|
-
type: 'create',
|
473
|
-
scope: AXPEntityCommandScope.TypeLevel,
|
474
|
-
},
|
475
|
-
{
|
476
|
-
title: 't("deleteItems", { scope: "common" })',
|
477
|
-
command: 'delete-entity',
|
478
|
-
priority: 'primary',
|
479
|
-
type: 'delete',
|
480
|
-
scope: AXPEntityCommandScope.Selected,
|
481
|
-
},
|
482
|
-
{
|
483
|
-
title: 't("detail", { scope: "common" })',
|
484
|
-
command: 'open-entity',
|
485
|
-
priority: 'secondary',
|
486
|
-
type: 'view',
|
487
|
-
scope: AXPEntityCommandScope.Individual,
|
488
|
-
},
|
489
|
-
{
|
490
|
-
title: 't("delete", { scope: "common" })',
|
491
|
-
command: 'delete-entity',
|
492
|
-
priority: 'secondary',
|
493
|
-
type: 'delete',
|
494
|
-
scope: AXPEntityCommandScope.Individual,
|
495
|
-
},
|
496
|
-
],
|
497
|
-
views: [
|
498
|
-
createAllQueryView({
|
499
|
-
sorts: [{ name: 'name', dir: 'asc' }]
|
500
|
-
}),
|
501
|
-
],
|
502
|
-
},
|
503
|
-
},
|
504
|
-
},
|
505
|
-
};
|
506
|
-
return entityDef;
|
507
|
-
}
|
508
|
-
|
509
|
-
var dashboard_entity = /*#__PURE__*/Object.freeze({
|
510
|
-
__proto__: null,
|
511
|
-
dashboardFactory: dashboardFactory
|
512
|
-
});
|
513
|
-
|
514
|
-
const AXPDashboardShortcutWidget = {
|
515
|
-
name: "dashboard-shortcut",
|
516
|
-
title: "Shortcut",
|
517
|
-
description: 'Quick access to your key features.',
|
518
|
-
type: 'view',
|
519
|
-
categories: [AXP_WIDGETS_UTILITY_CATEGORY],
|
520
|
-
groups: [AXPWidgetGroupEnum.DashboardWidget],
|
521
|
-
icon: "fa-light fa-link",
|
522
|
-
properties: [
|
523
|
-
AXP_COLOR_PROPERTY
|
524
|
-
],
|
525
|
-
meta: {
|
526
|
-
dimensions: {
|
527
|
-
width: 2,
|
528
|
-
height: 2,
|
529
|
-
minWidth: 1,
|
530
|
-
minHeight: 1,
|
531
|
-
maxWidth: 3,
|
532
|
-
maxHeight: 2,
|
533
|
-
},
|
534
|
-
},
|
535
|
-
components: {
|
536
|
-
view: {
|
537
|
-
component: () => import('./acorex-modules-common-dashboard-shortcut-widget-view.component-C9RGRmuR.mjs').then((c) => c.AXPDashboardShortcutWidgetViewComponent),
|
538
|
-
},
|
539
|
-
}
|
540
|
-
};
|
541
|
-
|
542
|
-
function routesFactory() {
|
543
|
-
const config = inject(AXP_ENTITY_CONFIG_TOKEN);
|
544
|
-
return {
|
545
|
-
path: ':app',
|
546
|
-
canActivate: [AXPAuthGuard],
|
547
|
-
loadComponent: () => {
|
548
|
-
return config.viewers.root();
|
549
|
-
},
|
550
|
-
children: [
|
551
|
-
{
|
552
|
-
path: 'dashboard',
|
553
|
-
loadComponent: () => import('./acorex-modules-common-index-Dt3vRkkx.mjs').then((c) => c.AXPDashboardHomeComponent),
|
554
|
-
},
|
555
|
-
],
|
556
|
-
};
|
557
|
-
}
|
558
|
-
class AXPHomeDashboardModule {
|
559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPHomeDashboardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
560
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXPHomeDashboardModule, imports: [i3.AXPLayoutBuilderModule] }); }
|
561
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPHomeDashboardModule, providers: [
|
562
|
-
{
|
563
|
-
provide: AXMDashboardService,
|
564
|
-
useClass: AXMDashboardServiceImpl,
|
565
|
-
},
|
566
|
-
{
|
567
|
-
provide: AXP_HOME_PAGES,
|
568
|
-
multi: true,
|
569
|
-
useFactory: () => [
|
570
|
-
{
|
571
|
-
key: 'dashboard',
|
572
|
-
title: 'Dashboard',
|
573
|
-
route: routesFactory()
|
574
|
-
}
|
575
|
-
],
|
576
|
-
},
|
577
|
-
], imports: [AXPLayoutBuilderModule.forChild({
|
578
|
-
widgets: [
|
579
|
-
AXPDashboardShortcutWidget,
|
580
|
-
],
|
581
|
-
})] }); }
|
582
|
-
}
|
583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPHomeDashboardModule, decorators: [{
|
584
|
-
type: NgModule,
|
585
|
-
args: [{
|
586
|
-
imports: [
|
587
|
-
AXPLayoutBuilderModule.forChild({
|
588
|
-
widgets: [
|
589
|
-
AXPDashboardShortcutWidget,
|
590
|
-
],
|
591
|
-
}),
|
592
|
-
],
|
593
|
-
exports: [],
|
594
|
-
declarations: [],
|
595
|
-
providers: [
|
596
|
-
{
|
597
|
-
provide: AXMDashboardService,
|
598
|
-
useClass: AXMDashboardServiceImpl,
|
599
|
-
},
|
600
|
-
{
|
601
|
-
provide: AXP_HOME_PAGES,
|
602
|
-
multi: true,
|
603
|
-
useFactory: () => [
|
604
|
-
{
|
605
|
-
key: 'dashboard',
|
606
|
-
title: 'Dashboard',
|
607
|
-
route: routesFactory()
|
608
|
-
}
|
609
|
-
],
|
610
|
-
},
|
611
|
-
]
|
612
|
-
}]
|
613
|
-
}] });
|
614
|
-
|
615
159
|
class AXMCommonModule {
|
616
160
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
617
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXMCommonModule
|
161
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXMCommonModule }); }
|
618
162
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMCommonModule, providers: [
|
163
|
+
AXPWidgetsModule,
|
619
164
|
{
|
620
165
|
provide: AXP_MENU_PROVIDER,
|
621
166
|
useClass: AXMMenuProvider,
|
@@ -626,10 +171,6 @@ class AXMCommonModule {
|
|
626
171
|
useClass: AXMEntityProvider,
|
627
172
|
multi: true,
|
628
173
|
},
|
629
|
-
{
|
630
|
-
provide: AXMDashboardService,
|
631
|
-
useClass: AXMDashboardServiceImpl,
|
632
|
-
},
|
633
174
|
{
|
634
175
|
provide: AXP_SETTING_DEFINITION_PROVIDER,
|
635
176
|
useClass: AXMSettingProvider,
|
@@ -645,19 +186,16 @@ class AXMCommonModule {
|
|
645
186
|
useClass: AXMPermissionDefinitionProvider,
|
646
187
|
multi: true,
|
647
188
|
},
|
648
|
-
|
649
|
-
provide: AXP_HOME_PAGE_DEFAULT_KEY,
|
650
|
-
useValue: 'dashboard'
|
651
|
-
}
|
652
|
-
], imports: [AXPHomeDashboardModule] }); }
|
189
|
+
] }); }
|
653
190
|
}
|
654
191
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMCommonModule, decorators: [{
|
655
192
|
type: NgModule,
|
656
193
|
args: [{
|
657
|
-
imports: [
|
194
|
+
imports: [],
|
658
195
|
exports: [],
|
659
196
|
declarations: [],
|
660
197
|
providers: [
|
198
|
+
AXPWidgetsModule,
|
661
199
|
{
|
662
200
|
provide: AXP_MENU_PROVIDER,
|
663
201
|
useClass: AXMMenuProvider,
|
@@ -668,10 +206,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
668
206
|
useClass: AXMEntityProvider,
|
669
207
|
multi: true,
|
670
208
|
},
|
671
|
-
{
|
672
|
-
provide: AXMDashboardService,
|
673
|
-
useClass: AXMDashboardServiceImpl,
|
674
|
-
},
|
675
209
|
{
|
676
210
|
provide: AXP_SETTING_DEFINITION_PROVIDER,
|
677
211
|
useClass: AXMSettingProvider,
|
@@ -687,10 +221,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
687
221
|
useClass: AXMPermissionDefinitionProvider,
|
688
222
|
multi: true,
|
689
223
|
},
|
690
|
-
{
|
691
|
-
provide: AXP_HOME_PAGE_DEFAULT_KEY,
|
692
|
-
useValue: 'dashboard'
|
693
|
-
}
|
694
224
|
],
|
695
225
|
}]
|
696
226
|
}] });
|
@@ -739,5 +269,5 @@ const AXPWidgetsList = {
|
|
739
269
|
* Generated bundle index. Do not edit.
|
740
270
|
*/
|
741
271
|
|
742
|
-
export { AXMCommonModule,
|
272
|
+
export { AXMCommonModule, AXMEntityProvider, AXMMenuProvider, AXMSearchCommandProvider, AXMSettingProvider, AXPWidgetsList, RootConfig };
|
743
273
|
//# sourceMappingURL=acorex-modules-common.mjs.map
|