@hmcts/ccd-case-ui-toolkit 5.0.6-angular11-upgrade → 5.0.9-angular11-upgrade
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/bundles/hmcts-ccd-case-ui-toolkit.umd.js +25692 -5025
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -16
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +42 -0
- package/esm2015/lib/shared/components/activity/activity-banner/index.js +2 -0
- package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +35 -0
- package/esm2015/lib/shared/components/activity/activity-icon/index.js +2 -0
- package/esm2015/lib/shared/components/activity/activity.component.js +150 -0
- package/esm2015/lib/shared/components/activity/activity.module.js +53 -0
- package/esm2015/lib/shared/components/activity/index.js +5 -0
- package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +94 -0
- package/esm2015/lib/shared/components/case-editor/case-create/index.js +2 -0
- package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +113 -0
- package/esm2015/lib/shared/components/case-editor/case-edit/index.js +2 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +131 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-confirm/index.js +2 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.js +146 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-form/index.js +2 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page-text.enum.js +11 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +654 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-page/index.js +2 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +759 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/index.js +2 -0
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +185 -0
- package/esm2015/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.js +89 -0
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +72 -0
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +157 -0
- package/esm2015/lib/shared/components/case-editor/case-event-completion/index.js +4 -0
- package/esm2015/lib/shared/components/case-editor/case-progress/case-progress.component.js +85 -0
- package/esm2015/lib/shared/components/case-editor/case-progress/index.js +2 -0
- package/esm2015/lib/shared/components/case-editor/domain/event-completion-params.model.js +2 -0
- package/esm2015/lib/shared/components/case-editor/domain/event-completion-portal-types.model.js +6 -0
- package/esm2015/lib/shared/components/case-editor/editor.routing.js +31 -0
- package/esm2015/lib/shared/components/case-editor/index.js +13 -0
- package/esm2015/lib/shared/components/case-editor/services/case-edit-wizard.guard.js +92 -0
- package/esm2015/lib/shared/components/case-editor/services/case-worker.service.js +32 -0
- package/esm2015/lib/shared/components/case-editor/services/convert-href-to-router.service.js +41 -0
- package/esm2015/lib/shared/components/case-editor/services/event-completion-state-machine.service.js +162 -0
- package/esm2015/lib/shared/components/case-editor/services/event-trigger.service.js +20 -0
- package/esm2015/lib/shared/components/case-editor/services/index.js +12 -0
- package/esm2015/lib/shared/components/case-editor/services/judicial-worker.service.js +32 -0
- package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +50 -0
- package/esm2015/lib/shared/components/case-editor/services/wizard-factory.service.js +7 -0
- package/esm2015/lib/shared/components/case-header/case-header.component.js +65 -0
- package/esm2015/lib/shared/components/case-header/case-header.module.js +35 -0
- package/esm2015/lib/shared/components/case-header/index.js +3 -0
- package/esm2015/lib/shared/components/case-history/case-history.component.js +264 -0
- package/esm2015/lib/shared/components/case-history/case-history.module.js +52 -0
- package/esm2015/lib/shared/components/case-history/domain/case-history.model.js +28 -0
- package/esm2015/lib/shared/components/case-history/index.js +3 -0
- package/esm2015/lib/shared/components/case-history/services/case-history.service.js +40 -0
- package/esm2015/lib/shared/components/case-list/case-list.component.js +370 -0
- package/esm2015/lib/shared/components/case-list/case-list.module.js +45 -0
- package/esm2015/lib/shared/components/case-list/index.js +3 -0
- package/esm2015/lib/shared/components/case-list-filters/case-list-filters.component.js +57 -0
- package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +59 -0
- package/esm2015/lib/shared/components/case-list-filters/index.js +3 -0
- package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +118 -0
- package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +46 -0
- package/esm2015/lib/shared/components/case-timeline/index.js +3 -0
- package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +195 -0
- package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +307 -0
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/models/case-challenged-access-request.enum.js +20 -0
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/models/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +64 -0
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +120 -0
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +545 -0
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +63 -0
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +258 -0
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.js +18 -0
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/models/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +195 -0
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/models/case-specific-access-request.enum.js +11 -0
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/models/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-success/case-specific-access-success.component.js +60 -0
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-success/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +100 -0
- package/esm2015/lib/shared/components/case-viewer/case-view/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +129 -0
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +155 -0
- package/esm2015/lib/shared/components/case-viewer/index.js +14 -0
- package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +111 -0
- package/esm2015/lib/shared/components/case-viewer/printer/index.js +4 -0
- package/esm2015/lib/shared/components/case-viewer/printer/pipes/index.js +2 -0
- package/esm2015/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.js +60 -0
- package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +110 -0
- package/esm2015/lib/shared/components/case-viewer/services/event-trigger.resolver.js +64 -0
- package/esm2015/lib/shared/components/case-viewer/services/index.js +3 -0
- package/esm2015/lib/shared/components/case-viewer/viewer.routing.js +127 -0
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters-selection.model.js +8 -0
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +257 -0
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +42 -0
- package/esm2015/lib/shared/components/create-case-filters/index.js +4 -0
- package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +57 -0
- package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/index.js +2 -0
- package/esm2015/lib/shared/components/dialogs/dialogs.module.js +49 -0
- package/esm2015/lib/shared/components/dialogs/document-dialog/index.js +2 -0
- package/esm2015/lib/shared/components/dialogs/index.js +6 -0
- package/esm2015/lib/shared/components/dialogs/remove-dialog/index.js +2 -0
- package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/index.js +2 -0
- package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +61 -0
- package/esm2015/lib/shared/components/error/callback-errors.component.js +145 -0
- package/esm2015/lib/shared/components/error/domain/error-context.js +3 -0
- package/esm2015/lib/shared/components/error/domain/index.js +2 -0
- package/esm2015/lib/shared/components/error/errors.module.js +31 -0
- package/esm2015/lib/shared/components/error/index.js +4 -0
- package/esm2015/lib/shared/components/error-message/error-message.component.js +51 -0
- package/esm2015/lib/shared/components/error-message/error-message.module.js +39 -0
- package/esm2015/lib/shared/components/error-message/index.js +3 -0
- package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +55 -0
- package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +52 -0
- package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +104 -0
- package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +60 -0
- package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +54 -0
- package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +52 -0
- package/esm2015/lib/shared/components/event-start/event-guard/event-start.guard.js +103 -0
- package/esm2015/lib/shared/components/event-start/event-start.component.js +52 -0
- package/esm2015/lib/shared/components/event-start/event-start.module.js +69 -0
- package/esm2015/lib/shared/components/event-start/index.js +10 -0
- package/esm2015/lib/shared/components/event-start/models/event-start-state-machine-context.model.js +2 -0
- package/esm2015/lib/shared/components/event-start/models/event-start-states-enum.model.js +16 -0
- package/esm2015/lib/shared/components/event-start/models/index.js +3 -0
- package/esm2015/lib/shared/components/event-start/resolvers/event-tasks-resolver.service.js +29 -0
- package/esm2015/lib/shared/components/event-start/services/event-start-state-machine.service.js +168 -0
- package/esm2015/lib/shared/components/event-start/services/index.js +2 -0
- package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +108 -0
- package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +35 -0
- package/esm2015/lib/shared/components/event-trigger/index.js +3 -0
- package/esm2015/lib/shared/components/index.js +20 -0
- package/esm2015/lib/shared/components/loading-spinner/index.js +2 -0
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +33 -0
- package/esm2015/lib/shared/components/pagination/index.js +3 -0
- package/esm2015/lib/shared/components/pagination/pagination.component.js +255 -0
- package/esm2015/lib/shared/components/pagination/pagination.module.js +33 -0
- package/esm2015/lib/shared/components/palette/address/index.js +3 -0
- package/esm2015/lib/shared/components/palette/case-link/index.js +3 -0
- package/esm2015/lib/shared/components/palette/complex/index.js +1 -7
- package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +2 -2
- package/esm2015/lib/shared/components/palette/index.js +32 -0
- package/esm2015/lib/shared/components/palette/palette.module.js +16 -27
- package/esm2015/lib/shared/components/search-result/index.js +3 -0
- package/esm2015/lib/shared/components/search-result/search-result.component.js +845 -0
- package/esm2015/lib/shared/components/search-result/search-result.module.js +67 -0
- package/esm2015/lib/shared/components/workbasket-filters/index.js +3 -0
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +448 -0
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +60 -0
- package/esm2015/lib/shared/domain/case-view/role-request.model.js +1 -1
- package/esm2015/lib/shared/domain/work-allocation/case-worker.model.js +2 -0
- package/esm2015/lib/shared/domain/work-allocation/judicial-worker.model.js +2 -0
- package/esm2015/lib/shared/index.js +2 -1
- package/esm2015/lib/shared/pipes/complex/ccd-collection-table-value-case-fields.pipe.js +29 -0
- package/esm2015/lib/shared/pipes/complex/ccd-cyapage-label-filter.pipe.js +29 -0
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +154 -0
- package/esm2015/lib/shared/pipes/complex/ccd-tab-fields.pipe.js +31 -0
- package/esm2015/lib/shared/pipes/complex/cdd-page-fields.pipe.js +39 -0
- package/esm2015/lib/shared/pipes/complex/fields-filter.pipe.js +103 -0
- package/esm2015/lib/shared/pipes/complex/index.js +7 -0
- package/esm2015/lib/shared/pipes/index.js +3 -2
- package/esm2015/lib/shared/pipes/pipes.module.js +26 -9
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +22295 -4295
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/activity/activity-banner/activity-banner.component.d.ts +12 -0
- package/lib/shared/components/activity/activity-banner/activity-banner.component.d.ts.map +1 -0
- package/lib/shared/components/activity/activity-banner/index.d.ts +2 -0
- package/lib/shared/components/activity/activity-banner/index.d.ts.map +1 -0
- package/lib/shared/components/activity/activity-icon/activity-icon.component.d.ts +11 -0
- package/lib/shared/components/activity/activity-icon/activity-icon.component.d.ts.map +1 -0
- package/lib/shared/components/activity/activity-icon/index.d.ts +2 -0
- package/lib/shared/components/activity/activity-icon/index.d.ts.map +1 -0
- package/lib/shared/components/activity/activity.component.d.ts +32 -0
- package/lib/shared/components/activity/activity.component.d.ts.map +1 -0
- package/lib/shared/components/activity/activity.module.d.ts +12 -0
- package/lib/shared/components/activity/activity.module.d.ts.map +1 -0
- package/lib/shared/components/activity/index.d.ts +5 -0
- package/lib/shared/components/activity/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-create/case-create.component.d.ts +33 -0
- package/lib/shared/components/case-editor/case-create/case-create.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-create/index.d.ts +2 -0
- package/lib/shared/components/case-editor/case-create/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +50 -0
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit/index.d.ts +2 -0
- package/lib/shared/components/case-editor/case-edit/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts +26 -0
- package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-confirm/index.d.ts +2 -0
- package/lib/shared/components/case-editor/case-edit-confirm/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.d.ts +26 -0
- package/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-form/index.d.ts +2 -0
- package/lib/shared/components/case-editor/case-edit-form/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page-text.enum.d.ts +10 -0
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page-text.enum.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +100 -0
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-page/index.d.ts +2 -0
- package/lib/shared/components/case-editor/case-edit-page/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +123 -0
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-submit/index.d.ts +2 -0
- package/lib/shared/components/case-editor/case-edit-submit/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-editor.module.d.ts +27 -0
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts +31 -0
- package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts +11 -0
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts +32 -0
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-event-completion/index.d.ts +4 -0
- package/lib/shared/components/case-editor/case-event-completion/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-progress/case-progress.component.d.ts +30 -0
- package/lib/shared/components/case-editor/case-progress/case-progress.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-progress/index.d.ts +2 -0
- package/lib/shared/components/case-editor/case-progress/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/domain/event-completion-params.model.d.ts +7 -0
- package/lib/shared/components/case-editor/domain/event-completion-params.model.d.ts.map +1 -0
- package/lib/shared/components/case-editor/domain/event-completion-portal-types.model.d.ts +5 -0
- package/lib/shared/components/case-editor/domain/event-completion-portal-types.model.d.ts.map +1 -0
- package/lib/shared/components/case-editor/editor.routing.d.ts +3 -0
- package/lib/shared/components/case-editor/editor.routing.d.ts.map +1 -0
- package/lib/shared/components/case-editor/index.d.ts +13 -0
- package/lib/shared/components/case-editor/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts +23 -0
- package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/case-worker.service.d.ts +16 -0
- package/lib/shared/components/case-editor/services/case-worker.service.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/convert-href-to-router.service.d.ts +14 -0
- package/lib/shared/components/case-editor/services/convert-href-to-router.service.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/event-completion-state-machine.service.d.ts +33 -0
- package/lib/shared/components/case-editor/services/event-completion-state-machine.service.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/event-trigger.service.d.ts +10 -0
- package/lib/shared/components/case-editor/services/event-trigger.service.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/index.d.ts +12 -0
- package/lib/shared/components/case-editor/services/index.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/judicial-worker.service.d.ts +16 -0
- package/lib/shared/components/case-editor/services/judicial-worker.service.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/page-validation.service.d.ts +17 -0
- package/lib/shared/components/case-editor/services/page-validation.service.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/wizard-factory.service.d.ts +6 -0
- package/lib/shared/components/case-editor/services/wizard-factory.service.d.ts.map +1 -0
- package/lib/shared/components/case-header/case-header.component.d.ts +15 -0
- package/lib/shared/components/case-header/case-header.component.d.ts.map +1 -0
- package/lib/shared/components/case-header/case-header.module.d.ts +11 -0
- package/lib/shared/components/case-header/case-header.module.d.ts.map +1 -0
- package/lib/shared/components/case-header/index.d.ts +3 -0
- package/lib/shared/components/case-header/index.d.ts.map +1 -0
- package/lib/shared/components/case-history/case-history.component.d.ts +33 -0
- package/lib/shared/components/case-history/case-history.component.d.ts.map +1 -0
- package/lib/shared/components/case-history/case-history.module.d.ts +14 -0
- package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -0
- package/lib/shared/components/case-history/domain/case-history.model.d.ts +16 -0
- package/lib/shared/components/case-history/domain/case-history.model.d.ts.map +1 -0
- package/lib/shared/components/case-history/index.d.ts +3 -0
- package/lib/shared/components/case-history/index.d.ts.map +1 -0
- package/lib/shared/components/case-history/services/case-history.service.d.ts +17 -0
- package/lib/shared/components/case-history/services/case-history.service.d.ts.map +1 -0
- package/lib/shared/components/case-list/case-list.component.d.ts +47 -0
- package/lib/shared/components/case-list/case-list.component.d.ts.map +1 -0
- package/lib/shared/components/case-list/case-list.module.d.ts +13 -0
- package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -0
- package/lib/shared/components/case-list/index.d.ts +3 -0
- package/lib/shared/components/case-list/index.d.ts.map +1 -0
- package/lib/shared/components/case-list-filters/case-list-filters.component.d.ts +19 -0
- package/lib/shared/components/case-list-filters/case-list-filters.component.d.ts.map +1 -0
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +13 -0
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -0
- package/lib/shared/components/case-list-filters/index.d.ts +3 -0
- package/lib/shared/components/case-list-filters/index.d.ts.map +1 -0
- package/lib/shared/components/case-timeline/case-timeline.component.d.ts +27 -0
- package/lib/shared/components/case-timeline/case-timeline.component.d.ts.map +1 -0
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts +13 -0
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -0
- package/lib/shared/components/case-timeline/index.d.ts +3 -0
- package/lib/shared/components/case-timeline/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.d.ts +19 -0
- package/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-basic-access-view/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-basic-access-view/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.d.ts +40 -0
- package/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-challenged-access-request/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-challenged-access-request/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-challenged-access-request/models/case-challenged-access-request.enum.d.ts +17 -0
- package/lib/shared/components/case-viewer/case-challenged-access-request/models/case-challenged-access-request.enum.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-challenged-access-request/models/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-challenged-access-request/models/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts +12 -0
- package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-challenged-access-success/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-challenged-access-success/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +41 -0
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-event-trigger/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-event-trigger/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +90 -0
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-full-access-view/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-full-access-view/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts +14 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-reject/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-reject/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.d.ts +49 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-request/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-request/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.d.ts +15 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-request/models/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-request/models/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.d.ts +33 -0
- package/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-specific-access-request/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-specific-access-request/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-specific-access-request/models/case-specific-access-request.enum.d.ts +9 -0
- package/lib/shared/components/case-viewer/case-specific-access-request/models/case-specific-access-request.enum.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-specific-access-request/models/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-specific-access-request/models/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-specific-access-success/case-specific-access-success.component.d.ts +12 -0
- package/lib/shared/components/case-viewer/case-specific-access-success/case-specific-access-success.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-specific-access-success/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-specific-access-success/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-view/case-view.component.d.ts +32 -0
- package/lib/shared/components/case-viewer/case-view/case-view.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-view/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-view/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts +32 -0
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts +36 -0
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/index.d.ts +14 -0
- package/lib/shared/components/case-viewer/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/printer/case-printer.component.d.ts +24 -0
- package/lib/shared/components/case-viewer/printer/case-printer.component.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/printer/index.d.ts +4 -0
- package/lib/shared/components/case-viewer/printer/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/printer/pipes/index.d.ts +2 -0
- package/lib/shared/components/case-viewer/printer/pipes/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.d.ts +24 -0
- package/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts +29 -0
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts +26 -0
- package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/services/index.d.ts +3 -0
- package/lib/shared/components/case-viewer/services/index.d.ts.map +1 -0
- package/lib/shared/components/case-viewer/viewer.routing.d.ts +3 -0
- package/lib/shared/components/case-viewer/viewer.routing.d.ts.map +1 -0
- package/lib/shared/components/create-case-filters/create-case-filters-selection.model.d.ts +7 -0
- package/lib/shared/components/create-case-filters/create-case-filters-selection.model.d.ts.map +1 -0
- package/lib/shared/components/create-case-filters/create-case-filters.component.d.ts +57 -0
- package/lib/shared/components/create-case-filters/create-case-filters.component.d.ts.map +1 -0
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +12 -0
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -0
- package/lib/shared/components/create-case-filters/index.d.ts +4 -0
- package/lib/shared/components/create-case-filters/index.d.ts.map +1 -0
- package/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.d.ts +12 -0
- package/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.d.ts.map +1 -0
- package/lib/shared/components/dialogs/delete-or-cancel-dialog/index.d.ts +2 -0
- package/lib/shared/components/dialogs/delete-or-cancel-dialog/index.d.ts.map +1 -0
- package/lib/shared/components/dialogs/dialogs.module.d.ts +13 -0
- package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -0
- package/lib/shared/components/dialogs/document-dialog/index.d.ts +2 -0
- package/lib/shared/components/dialogs/document-dialog/index.d.ts.map +1 -0
- package/lib/shared/components/dialogs/index.d.ts +6 -0
- package/lib/shared/components/dialogs/index.d.ts.map +1 -0
- package/lib/shared/components/dialogs/remove-dialog/index.d.ts +2 -0
- package/lib/shared/components/dialogs/remove-dialog/index.d.ts.map +1 -0
- package/lib/shared/components/dialogs/save-or-discard-dialog/index.d.ts +2 -0
- package/lib/shared/components/dialogs/save-or-discard-dialog/index.d.ts.map +1 -0
- package/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.d.ts +13 -0
- package/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.d.ts.map +1 -0
- package/lib/shared/components/error/callback-errors.component.d.ts +25 -0
- package/lib/shared/components/error/callback-errors.component.d.ts.map +1 -0
- package/lib/shared/components/error/domain/error-context.d.ts +5 -0
- package/lib/shared/components/error/domain/error-context.d.ts.map +1 -0
- package/lib/shared/components/error/domain/index.d.ts +2 -0
- package/lib/shared/components/error/domain/index.d.ts.map +1 -0
- package/lib/shared/components/error/errors.module.d.ts +10 -0
- package/lib/shared/components/error/errors.module.d.ts.map +1 -0
- package/lib/shared/components/error/index.d.ts +4 -0
- package/lib/shared/components/error/index.d.ts.map +1 -0
- package/lib/shared/components/error-message/error-message.component.d.ts +8 -0
- package/lib/shared/components/error-message/error-message.component.d.ts.map +1 -0
- package/lib/shared/components/error-message/error-message.module.d.ts +12 -0
- package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -0
- package/lib/shared/components/error-message/index.d.ts +3 -0
- package/lib/shared/components/error-message/index.d.ts.map +1 -0
- package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts +10 -0
- package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts.map +1 -0
- package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts +10 -0
- package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts.map +1 -0
- package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts +23 -0
- package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts.map +1 -0
- package/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.d.ts +7 -0
- package/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.d.ts.map +1 -0
- package/lib/shared/components/event-start/components/task-conflict/task-conflict.component.d.ts +9 -0
- package/lib/shared/components/event-start/components/task-conflict/task-conflict.component.d.ts.map +1 -0
- package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts +10 -0
- package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts.map +1 -0
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +20 -0
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -0
- package/lib/shared/components/event-start/event-start.component.d.ts +20 -0
- package/lib/shared/components/event-start/event-start.component.d.ts.map +1 -0
- package/lib/shared/components/event-start/event-start.module.d.ts +17 -0
- package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -0
- package/lib/shared/components/event-start/index.d.ts +10 -0
- package/lib/shared/components/event-start/index.d.ts.map +1 -0
- package/lib/shared/components/event-start/models/event-start-state-machine-context.model.d.ts +13 -0
- package/lib/shared/components/event-start/models/event-start-state-machine-context.model.d.ts.map +1 -0
- package/lib/shared/components/event-start/models/event-start-states-enum.model.d.ts +15 -0
- package/lib/shared/components/event-start/models/event-start-states-enum.model.d.ts.map +1 -0
- package/lib/shared/components/event-start/models/index.d.ts +3 -0
- package/lib/shared/components/event-start/models/index.d.ts.map +1 -0
- package/lib/shared/components/event-start/resolvers/event-tasks-resolver.service.d.ts +15 -0
- package/lib/shared/components/event-start/resolvers/event-tasks-resolver.service.d.ts.map +1 -0
- package/lib/shared/components/event-start/services/event-start-state-machine.service.d.ts +40 -0
- package/lib/shared/components/event-start/services/event-start-state-machine.service.d.ts.map +1 -0
- package/lib/shared/components/event-start/services/index.d.ts +2 -0
- package/lib/shared/components/event-start/services/index.d.ts.map +1 -0
- package/lib/shared/components/event-trigger/event-trigger.component.d.ts +24 -0
- package/lib/shared/components/event-trigger/event-trigger.component.d.ts.map +1 -0
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts +11 -0
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -0
- package/lib/shared/components/event-trigger/index.d.ts +3 -0
- package/lib/shared/components/event-trigger/index.d.ts.map +1 -0
- package/lib/shared/components/index.d.ts +20 -0
- package/lib/shared/components/index.d.ts.map +1 -0
- package/lib/shared/components/loading-spinner/index.d.ts +2 -0
- package/lib/shared/components/loading-spinner/index.d.ts.map +1 -0
- package/lib/shared/components/loading-spinner/loading-spinner.component.d.ts +7 -0
- package/lib/shared/components/loading-spinner/loading-spinner.component.d.ts.map +1 -0
- package/lib/shared/components/pagination/index.d.ts +3 -0
- package/lib/shared/components/pagination/index.d.ts.map +1 -0
- package/lib/shared/components/pagination/pagination.component.d.ts +26 -0
- package/lib/shared/components/pagination/pagination.component.d.ts.map +1 -0
- package/lib/shared/components/pagination/pagination.module.d.ts +10 -0
- package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -0
- package/lib/shared/components/palette/address/index.d.ts +3 -0
- package/lib/shared/components/palette/address/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/index.d.ts +3 -0
- package/lib/shared/components/palette/case-link/index.d.ts.map +1 -0
- package/lib/shared/components/palette/complex/index.d.ts +0 -6
- package/lib/shared/components/palette/complex/index.d.ts.map +1 -1
- package/lib/shared/components/palette/complex/write-complex-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +32 -0
- package/lib/shared/components/palette/index.d.ts.map +1 -0
- package/lib/shared/components/palette/palette.module.d.ts +87 -93
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/search-result/index.d.ts +3 -0
- package/lib/shared/components/search-result/index.d.ts.map +1 -0
- package/lib/shared/components/search-result/search-result.component.d.ts +111 -0
- package/lib/shared/components/search-result/search-result.component.d.ts.map +1 -0
- package/lib/shared/components/search-result/search-result.module.d.ts +16 -0
- package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -0
- package/lib/shared/components/workbasket-filters/index.d.ts +3 -0
- package/lib/shared/components/workbasket-filters/index.d.ts.map +1 -0
- package/lib/shared/components/workbasket-filters/workbasket-filters.component.d.ts +85 -0
- package/lib/shared/components/workbasket-filters/workbasket-filters.component.d.ts.map +1 -0
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +12 -0
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -0
- package/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -1
- package/lib/shared/domain/work-allocation/case-worker.model.d.ts +14 -0
- package/lib/shared/domain/work-allocation/case-worker.model.d.ts.map +1 -0
- package/lib/shared/domain/work-allocation/judicial-worker.model.d.ts +8 -0
- package/lib/shared/domain/work-allocation/judicial-worker.model.d.ts.map +1 -0
- package/lib/shared/index.d.ts +1 -0
- package/lib/shared/index.d.ts.map +1 -1
- package/lib/shared/{components/palette → pipes}/complex/ccd-collection-table-value-case-fields.pipe.d.ts +1 -1
- package/lib/shared/pipes/complex/ccd-collection-table-value-case-fields.pipe.d.ts.map +1 -0
- package/lib/shared/{components/palette → pipes}/complex/ccd-cyapage-label-filter.pipe.d.ts +1 -1
- package/lib/shared/pipes/complex/ccd-cyapage-label-filter.pipe.d.ts.map +1 -0
- package/lib/shared/{components/palette → pipes}/complex/ccd-read-fields-filter.pipe.d.ts +1 -1
- package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -0
- package/lib/shared/{components/palette → pipes}/complex/ccd-tab-fields.pipe.d.ts +2 -2
- package/lib/shared/pipes/complex/ccd-tab-fields.pipe.d.ts.map +1 -0
- package/lib/shared/{components/palette → pipes}/complex/cdd-page-fields.pipe.d.ts +2 -2
- package/lib/shared/pipes/complex/cdd-page-fields.pipe.d.ts.map +1 -0
- package/lib/shared/{components/palette → pipes}/complex/fields-filter.pipe.d.ts +1 -1
- package/lib/shared/pipes/complex/fields-filter.pipe.d.ts.map +1 -0
- package/lib/shared/pipes/complex/index.d.ts +7 -0
- package/lib/shared/pipes/complex/index.d.ts.map +1 -0
- package/lib/shared/pipes/index.d.ts +2 -1
- package/lib/shared/pipes/index.d.ts.map +1 -1
- package/lib/shared/pipes/pipes.module.d.ts +7 -2
- package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/palette/complex/ccd-collection-table-value-case-fields.pipe.js +0 -29
- package/esm2015/lib/shared/components/palette/complex/ccd-cyapage-label-filter.pipe.js +0 -29
- package/esm2015/lib/shared/components/palette/complex/ccd-read-fields-filter.pipe.js +0 -154
- package/esm2015/lib/shared/components/palette/complex/ccd-tab-fields.pipe.js +0 -31
- package/esm2015/lib/shared/components/palette/complex/cdd-page-fields.pipe.js +0 -39
- package/esm2015/lib/shared/components/palette/complex/fields-filter.pipe.js +0 -103
- package/lib/shared/components/palette/complex/ccd-collection-table-value-case-fields.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/complex/ccd-cyapage-label-filter.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/complex/ccd-read-fields-filter.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/complex/ccd-tab-fields.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/complex/cdd-page-fields.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/complex/fields-filter.pipe.d.ts.map +0 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./case-edit-confirm/case-edit-confirm.component";
|
|
3
|
+
import * as i2 from "./case-edit/case-edit.component";
|
|
4
|
+
import * as i3 from "./case-edit-page/case-edit-page.component";
|
|
5
|
+
import * as i4 from "./case-edit-form/case-edit-form.component";
|
|
6
|
+
import * as i5 from "./case-edit-submit/case-edit-submit.component";
|
|
7
|
+
import * as i6 from "./case-event-completion/case-event-completion.component";
|
|
8
|
+
import * as i7 from "./case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component";
|
|
9
|
+
import * as i8 from "./case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component";
|
|
10
|
+
import * as i9 from "./case-create/case-create.component";
|
|
11
|
+
import * as i10 from "./case-progress/case-progress.component";
|
|
12
|
+
import * as i11 from "../loading-spinner/loading-spinner.component";
|
|
13
|
+
import * as i12 from "@angular/common";
|
|
14
|
+
import * as i13 from "@angular/router";
|
|
15
|
+
import * as i14 from "@angular/forms";
|
|
16
|
+
import * as i15 from "../palette/palette.module";
|
|
17
|
+
import * as i16 from "../../directives/substitutor/label-substitutor.module";
|
|
18
|
+
import * as i17 from "../../directives/conditional-show/conditional-show.module";
|
|
19
|
+
import * as i18 from "../error/errors.module";
|
|
20
|
+
import * as i19 from "@angular/cdk/portal";
|
|
21
|
+
import * as i20 from "../error/callback-errors.component";
|
|
22
|
+
export declare class CaseEditorModule {
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseEditorModule, never>;
|
|
24
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseEditorModule, [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i6.CaseEventCompletionComponent, typeof i7.CaseEventCompletionTaskCancelledComponent, typeof i8.CaseEventCompletionTaskReassignedComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i11.LoadingSpinnerComponent], [typeof i12.CommonModule, typeof i13.RouterModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i15.PaletteModule, typeof i16.LabelSubstitutorModule, typeof i17.ConditionalShowModule, typeof i18.ErrorsModule, typeof i19.PortalModule], [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i20.CallbackErrorsComponent, typeof i11.LoadingSpinnerComponent]>;
|
|
25
|
+
static ɵinj: i0.ɵɵInjectorDef<CaseEditorModule>;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=case-editor.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-editor.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-editor.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAmDA,qBA+Da,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
|
package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ComponentPortal } from '@angular/cdk/portal';
|
|
2
|
+
import { EventEmitter, InjectionToken, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { StateMachine } from '@edium/fsm';
|
|
5
|
+
import { AlertService } from '../../../services/alert/alert.service';
|
|
6
|
+
import { SessionStorageService } from '../../../services/session/session-storage.service';
|
|
7
|
+
import { EventCompletionParams } from '../domain/event-completion-params.model';
|
|
8
|
+
import { EventCompletionComponentEmitter, EventCompletionStateMachineContext } from '../domain/event-completion-state-machine-context.model';
|
|
9
|
+
import { EventCompletionStateMachineService } from '../services/event-completion-state-machine.service';
|
|
10
|
+
import { WorkAllocationService } from '../services/work-allocation.service';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare const COMPONENT_PORTAL_INJECTION_TOKEN: InjectionToken<CaseEventCompletionComponent>;
|
|
13
|
+
export declare class CaseEventCompletionComponent implements OnChanges, EventCompletionComponentEmitter {
|
|
14
|
+
private readonly service;
|
|
15
|
+
private readonly router;
|
|
16
|
+
private readonly route;
|
|
17
|
+
private readonly sessionStorageService;
|
|
18
|
+
private readonly workAllocationService;
|
|
19
|
+
private readonly alertService;
|
|
20
|
+
eventCompletionParams: EventCompletionParams;
|
|
21
|
+
eventCanBeCompleted: EventEmitter<boolean>;
|
|
22
|
+
stateMachine: StateMachine;
|
|
23
|
+
context: EventCompletionStateMachineContext;
|
|
24
|
+
selectedComponentPortal: ComponentPortal<any>;
|
|
25
|
+
constructor(service: EventCompletionStateMachineService, router: Router, route: ActivatedRoute, sessionStorageService: SessionStorageService, workAllocationService: WorkAllocationService, alertService: AlertService);
|
|
26
|
+
ngOnChanges(changes?: SimpleChanges): void;
|
|
27
|
+
showPortal(portalType: number): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseEventCompletionComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEventCompletionComponent, "ccd-case-event-completion", never, { "eventCompletionParams": "eventCompletionParams"; }, { "eventCanBeCompleted": "eventCanBeCompleted"; }, never, never>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=case-event-completion.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-event-completion.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAa,YAAY,EAAE,cAAc,EAAmB,SAAS,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAEhF,OAAO,EAAE,+BAA+B,EAAE,kCAAkC,EAAE,MAAM,wDAAwD,CAAC;AAC7I,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;;AAI5E,eAAO,MAAM,gCAAgC,8CAAuD,CAAC;AAErG,qBAIa,4BAA6B,YAAW,SAAS,EAAE,+BAA+B;IAYjF,OAAO,CAAC,QAAQ,CAAC,OAAO;IAClC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAdxB,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,mBAAmB,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAEhE,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,EAAE,kCAAkC,CAAC;IAC5C,uBAAuB,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC;gBAExB,OAAO,EAAE,kCAAkC,EACrD,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,qBAAqB,EAAE,qBAAqB,EAC5C,qBAAqB,EAAE,qBAAqB,EAC5C,YAAY,EAAE,YAAY;IAGtC,WAAW,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,IAAI;IA2B1C,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;iCA/ChC,4BAA4B;2CAA5B,4BAA4B;CA8DxC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CaseEventCompletionComponent } from '../../case-event-completion.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CaseEventCompletionTaskCancelledComponent {
|
|
4
|
+
private readonly parentComponent;
|
|
5
|
+
caseId: string;
|
|
6
|
+
constructor(parentComponent: CaseEventCompletionComponent);
|
|
7
|
+
onContinue(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseEventCompletionTaskCancelledComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEventCompletionTaskCancelledComponent, "app-case-event-completion-task-cancelled", never, {}, {}, never, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=case-event-completion-task-cancelled.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-event-completion-task-cancelled.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAoC,MAAM,uCAAuC,CAAC;;AAEvH,qBAIa,yCAAyC;IAGE,OAAO,CAAC,QAAQ,CAAC,eAAe;IAF/E,MAAM,EAAE,MAAM,CAAC;gBAEiD,eAAe,EAAE,4BAA4B;IAI7G,UAAU,IAAI,IAAI;iCAPd,yCAAyC;2CAAzC,yCAAyC;CAWrD"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { AlertService } from '../../../../../services/alert/alert.service';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import { CaseworkerService } from '../../../services/case-worker.service';
|
|
6
|
+
import { JudicialworkerService } from '../../../services/judicial-worker.service';
|
|
7
|
+
import { WorkAllocationService } from '../../../services/work-allocation.service';
|
|
8
|
+
import { CaseEventCompletionComponent } from '../../case-event-completion.component';
|
|
9
|
+
import { SessionStorageService } from '../../../../../services/session/session-storage.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class CaseEventCompletionTaskReassignedComponent implements OnInit, OnDestroy {
|
|
12
|
+
private readonly parentComponent;
|
|
13
|
+
private readonly route;
|
|
14
|
+
private readonly workAllocationService;
|
|
15
|
+
private readonly sessionStorageService;
|
|
16
|
+
private readonly judicialworkerService;
|
|
17
|
+
private readonly caseworkerService;
|
|
18
|
+
private readonly alertService;
|
|
19
|
+
caseId: string;
|
|
20
|
+
assignedUserId: string;
|
|
21
|
+
assignedUserName: string;
|
|
22
|
+
subscription: Subscription;
|
|
23
|
+
caseworkerSubscription: Subscription;
|
|
24
|
+
judicialworkerSubscription: Subscription;
|
|
25
|
+
constructor(parentComponent: CaseEventCompletionComponent, route: ActivatedRoute, workAllocationService: WorkAllocationService, sessionStorageService: SessionStorageService, judicialworkerService: JudicialworkerService, caseworkerService: CaseworkerService, alertService: AlertService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
onContinue(): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseEventCompletionTaskReassignedComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEventCompletionTaskReassignedComponent, "app-case-event-completion-task-reassigned", never, {}, {}, never, never>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=case-event-completion-task-reassigned.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-event-completion-task-reassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAc,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,4BAA4B,EAAoC,MAAM,uCAAuC,CAAC;AACvH,OAAO,EAAE,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;;AAEhG,qBAIa,0CAA2C,YAAW,MAAM,EAAE,SAAS;IAS5B,OAAO,CAAC,QAAQ,CAAC,eAAe;IACpF,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAbxB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,sBAAsB,EAAE,YAAY,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;gBAEuB,eAAe,EAAE,4BAA4B,EACjG,KAAK,EAAE,cAAc,EACrB,qBAAqB,EAAE,qBAAqB,EAC5C,qBAAqB,EAAE,qBAAqB,EAC5C,qBAAqB,EAAE,qBAAqB,EAC5C,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;IAiChB,WAAW,IAAI,IAAI;IAYnB,UAAU,IAAI,IAAI;iCA/Dd,0CAA0C;2CAA1C,0CAA0C;CAuFtD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * from './case-event-completion.component';
|
|
2
|
+
export * from './components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component';
|
|
3
|
+
export * from './components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component';
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,kGAAkG,CAAC;AACjH,cAAc,oGAAoG,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CaseEventData } from '../../../domain/case-event-data.model';
|
|
4
|
+
import { CaseEventTrigger } from '../../../domain/case-view/case-event-trigger.model';
|
|
5
|
+
import { CaseView } from '../../../domain/case-view/case-view.model';
|
|
6
|
+
import { AlertService } from '../../../services/alert/alert.service';
|
|
7
|
+
import { CasesService } from '../services/cases.service';
|
|
8
|
+
import { EventTriggerService } from '../services/event-trigger.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class CaseProgressComponent implements OnInit {
|
|
11
|
+
private readonly casesService;
|
|
12
|
+
private readonly alertService;
|
|
13
|
+
private readonly eventTriggerService;
|
|
14
|
+
case: string;
|
|
15
|
+
event: string;
|
|
16
|
+
cancelled: EventEmitter<any>;
|
|
17
|
+
submitted: EventEmitter<any>;
|
|
18
|
+
caseDetails: CaseView;
|
|
19
|
+
eventTrigger: CaseEventTrigger;
|
|
20
|
+
constructor(casesService: CasesService, alertService: AlertService, eventTriggerService: EventTriggerService);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
submit(): (sanitizedEditForm: CaseEventData) => Observable<object>;
|
|
23
|
+
validate(): (sanitizedEditForm: CaseEventData, pageId: string) => Observable<object>;
|
|
24
|
+
emitCancelled(event: any): void;
|
|
25
|
+
emitSubmitted(event: any): void;
|
|
26
|
+
isDataLoaded(): boolean;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseProgressComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseProgressComponent, "ccd-case-progress", never, { "case": "case"; "event": "event"; }, { "cancelled": "cancelled"; "submitted": "submitted"; }, never, never>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=case-progress.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-progress.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-progress/case-progress.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAc,MAAM,MAAM,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;;AAIxE,qBAIa,qBAAsB,YAAW,MAAM;IAgBhD,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAf/B,IAAI,EAAE,MAAM,CAAC;IAEb,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAElD,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAElD,WAAW,EAAE,QAAQ,CAAC;IACtB,YAAY,EAAE,gBAAgB,CAAC;gBAGnB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAiBhB,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAOpF,aAAa,CAAC,KAAK,KAAA,GAAG,IAAI;IAI1B,aAAa,CAAC,KAAK,KAAA,GAAG,IAAI;IAI1B,YAAY,IAAI,OAAO;iCA1DnB,qBAAqB;2CAArB,qBAAqB;CA6DjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-progress/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-completion-params.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/domain/event-completion-params.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,sCAAsC,CAAC;AAE5D,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,IAAI,CAAC;CACZ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-completion-portal-types.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/domain/event-completion-portal-types.model.ts"],"names":[],"mappings":"AAAA,oBAAY,0BAA0B;IACpC,aAAa,IAAA;IACb,cAAc,IAAA;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor.routing.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/editor.routing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAOzC,eAAO,MAAM,aAAa,EAAE,MAwB3B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from './case-create';
|
|
2
|
+
export * from './case-edit';
|
|
3
|
+
export * from './case-edit-confirm';
|
|
4
|
+
export * from './case-edit-form';
|
|
5
|
+
export * from './case-edit-page';
|
|
6
|
+
export * from './case-edit-submit';
|
|
7
|
+
export * from './case-progress';
|
|
8
|
+
export * from './domain';
|
|
9
|
+
export * from './services';
|
|
10
|
+
export * from './case-editor.module';
|
|
11
|
+
export * from './editor.routing';
|
|
12
|
+
export * from './case-access-utils';
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ActivatedRouteSnapshot, Resolve, Router } from '@angular/router';
|
|
2
|
+
import { AlertService } from '../../../services/alert/alert.service';
|
|
3
|
+
import { RouterHelperService } from '../../../services/router/router-helper.service';
|
|
4
|
+
import { EventTriggerService } from './event-trigger.service';
|
|
5
|
+
import { WizardFactoryService } from './wizard-factory.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CaseEditWizardGuard implements Resolve<boolean> {
|
|
8
|
+
private readonly router;
|
|
9
|
+
private readonly routerHelper;
|
|
10
|
+
private readonly wizardFactory;
|
|
11
|
+
private readonly alertService;
|
|
12
|
+
private readonly eventTriggerService;
|
|
13
|
+
constructor(router: Router, routerHelper: RouterHelperService, wizardFactory: WizardFactoryService, alertService: AlertService, eventTriggerService: EventTriggerService);
|
|
14
|
+
resolve(route: ActivatedRouteSnapshot): Promise<boolean>;
|
|
15
|
+
private processEventTrigger;
|
|
16
|
+
private goToFirst;
|
|
17
|
+
private goToSubmit;
|
|
18
|
+
private buildState;
|
|
19
|
+
private parentUrlSegments;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseEditWizardGuard, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDef<CaseEditWizardGuard>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=case-edit-wizard.guard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-edit-wizard.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case-edit-wizard.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAM1E,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAGrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBACa,mBAAoB,YAAW,OAAO,CAAC,OAAO,CAAC;IAGxD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAJnB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,mBAAmB,EACjC,aAAa,EAAE,oBAAoB,EACnC,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB;IAGpD,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,OAAO,CAAC;IAY/D,OAAO,CAAC,mBAAmB;IA8B3B,OAAO,CAAC,SAAS;IAQjB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,UAAU;IAoBlB,OAAO,CAAC,iBAAiB;iCApFd,mBAAmB;qCAAnB,mBAAmB;CAuF/B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { AbstractAppConfig } from '../../../../app.config';
|
|
3
|
+
import { CaseworkersByService } from '../../../domain/work-allocation/case-worker.model';
|
|
4
|
+
import { HttpErrorService } from '../../../services/http/http-error.service';
|
|
5
|
+
import { HttpService } from '../../../services/http/http.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CaseworkerService {
|
|
8
|
+
private readonly http;
|
|
9
|
+
private readonly appConfig;
|
|
10
|
+
private readonly errorService;
|
|
11
|
+
constructor(http: HttpService, appConfig: AbstractAppConfig, errorService: HttpErrorService);
|
|
12
|
+
getCaseworkers(serviceId: any): Observable<CaseworkersByService[]>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseworkerService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDef<CaseworkerService>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=case-worker.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-worker.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case-worker.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAc,MAAM,MAAM,CAAC;AAE9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAElE,qBACa,iBAAiB;IAG1B,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAFZ,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,gBAAgB;IAI1C,cAAc,CAAC,SAAS,KAAA,GAAG,UAAU,CAAC,oBAAoB,EAAE,CAAC;iCATzD,iBAAiB;qCAAjB,iBAAiB;CAoB7B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ConvertHrefToRouterService {
|
|
5
|
+
private readonly router;
|
|
6
|
+
private readonly hrefMarkdownLinkContent;
|
|
7
|
+
constructor(router: Router);
|
|
8
|
+
updateHrefLink(content: string): void;
|
|
9
|
+
getHrefMarkdownLinkContent(): Observable<string>;
|
|
10
|
+
callAngularRouter(hrefMarkdownLinkContent: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDef<ConvertHrefToRouterService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDef<ConvertHrefToRouterService>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=convert-href-to-router.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convert-href-to-router.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/convert-href-to-router.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAmB,UAAU,EAAE,MAAM,MAAM,CAAC;;AAEnD,qBACa,0BAA0B;IAIzB,OAAO,CAAC,QAAQ,CAAC,MAAM;IAFnC,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAkC;gBAE7C,MAAM,EAAE,MAAM;IAEpC,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAIrC,0BAA0B,IAAI,UAAU,CAAC,MAAM,CAAC;IAIhD,iBAAiB,CAAC,uBAAuB,KAAA,GAAG,IAAI;iCAd5C,0BAA0B;qCAA1B,0BAA0B;CAkCtC"}
|
package/lib/shared/components/case-editor/services/event-completion-state-machine.service.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { State, StateMachine } from '@edium/fsm';
|
|
2
|
+
import { EventCompletionStateMachineContext } from '../domain/event-completion-state-machine-context.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EventCompletionStateMachineService {
|
|
5
|
+
stateCheckTasksCanBeCompleted: State;
|
|
6
|
+
stateCompleteEventAndTask: State;
|
|
7
|
+
stateCancelEvent: State;
|
|
8
|
+
stateCompleteEventNotTask: State;
|
|
9
|
+
stateTaskCompletedOrCancelled: State;
|
|
10
|
+
stateTaskAssignedToAnotherUser: State;
|
|
11
|
+
stateTaskReassignToUser: State;
|
|
12
|
+
stateTaskAssignToUser: State;
|
|
13
|
+
stateTaskUnassigned: State;
|
|
14
|
+
stateFinal: State;
|
|
15
|
+
initialiseStateMachine(context: EventCompletionStateMachineContext): StateMachine;
|
|
16
|
+
startStateMachine(stateMachine: StateMachine): void;
|
|
17
|
+
createStates(stateMachine: StateMachine): void;
|
|
18
|
+
addTransitions(): void;
|
|
19
|
+
entryActionForStateCheckTasksCanBeCompleted(state: State, context: EventCompletionStateMachineContext): void;
|
|
20
|
+
entryActionForStateTaskCompletedOrCancelled(state: State, context: EventCompletionStateMachineContext): void;
|
|
21
|
+
entryActionForStateCompleteEventAndTask(state: State, context: EventCompletionStateMachineContext): void;
|
|
22
|
+
entryActionForStateTaskAssignedToAnotherUser(state: State, context: EventCompletionStateMachineContext): void;
|
|
23
|
+
entryActionForStateTaskUnassigned(state: State, context: EventCompletionStateMachineContext): void;
|
|
24
|
+
entryActionForStateFinal(state: State, context: EventCompletionStateMachineContext): void;
|
|
25
|
+
addTransitionsForStateCheckTasksCanBeCompleted(): void;
|
|
26
|
+
addTransitionsForStateTaskCompletedOrCancelled(): void;
|
|
27
|
+
addTransitionsForStateCompleteEventAndTask(): void;
|
|
28
|
+
addTransitionsForStateTaskAssignedToAnotherUser(): void;
|
|
29
|
+
addTransitionsForStateTaskUnassigned(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDef<EventCompletionStateMachineService, never>;
|
|
31
|
+
static ɵprov: i0.ɵɵInjectableDef<EventCompletionStateMachineService>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=event-completion-state-machine.service.d.ts.map
|
package/lib/shared/components/case-editor/services/event-completion-state-machine.service.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-completion-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/event-completion-state-machine.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAIjD,OAAO,EAAE,kCAAkC,EAAE,MAAM,wDAAwD,CAAC;;AAK5G,qBACa,kCAAkC;IACtC,6BAA6B,EAAE,KAAK,CAAC;IACrC,yBAAyB,EAAE,KAAK,CAAC;IACjC,gBAAgB,EAAE,KAAK,CAAC;IACxB,yBAAyB,EAAE,KAAK,CAAC;IACjC,6BAA6B,EAAE,KAAK,CAAC;IACrC,8BAA8B,EAAE,KAAK,CAAC;IACtC,uBAAuB,EAAE,KAAK,CAAC;IAC/B,qBAAqB,EAAE,KAAK,CAAC;IAC7B,mBAAmB,EAAE,KAAK,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC;IAElB,sBAAsB,CAAC,OAAO,EAAE,kCAAkC,GAAG,YAAY;IAIjF,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAInD,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAwC9C,cAAc,IAAI,IAAI;IAStB,2CAA2C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAuC5G,2CAA2C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAO5G,uCAAuC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IA2BxG,4CAA4C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAO7G,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IA4BlG,wBAAwB,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAKzF,8CAA8C,IAAI,IAAI;IAuBtD,8CAA8C,IAAI,IAAI;IAOtD,0CAA0C,IAAI,IAAI;IAOlD,+CAA+C,IAAI,IAAI;IAOvD,oCAAoC,IAAI,IAAI;iCAlOxC,kCAAkC;qCAAlC,kCAAkC;CAwO9C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { CaseEventTrigger } from '../../../domain/case-view/case-event-trigger.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EventTriggerService {
|
|
5
|
+
eventTriggerSource: Subject<CaseEventTrigger>;
|
|
6
|
+
announceEventTrigger(eventTrigger: CaseEventTrigger): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDef<EventTriggerService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDef<EventTriggerService>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=event-trigger.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-trigger.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/event-trigger.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;;AAEtF,qBAGa,mBAAmB;IAEvB,kBAAkB,4BAAmC;IAErD,oBAAoB,CAAC,YAAY,EAAE,gBAAgB;iCAJ/C,mBAAmB;qCAAnB,mBAAmB;CAQ/B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './convert-href-to-router.service';
|
|
2
|
+
export * from './case-edit-wizard.guard';
|
|
3
|
+
export * from './case-worker.service';
|
|
4
|
+
export * from './case.notifier';
|
|
5
|
+
export * from './cases.service';
|
|
6
|
+
export * from './event-completion-state-machine.service';
|
|
7
|
+
export * from './event-trigger.service';
|
|
8
|
+
export * from './judicial-worker.service';
|
|
9
|
+
export * from './page-validation.service';
|
|
10
|
+
export * from './wizard-factory.service';
|
|
11
|
+
export * from './work-allocation.service';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,0CAA0C,CAAC;AACzD,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { AbstractAppConfig } from '../../../../app.config';
|
|
3
|
+
import { Judicialworker } from '../../../domain/work-allocation/judicial-worker.model';
|
|
4
|
+
import { HttpErrorService } from '../../../services/http/http-error.service';
|
|
5
|
+
import { HttpService } from '../../../services/http/http.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class JudicialworkerService {
|
|
8
|
+
private readonly http;
|
|
9
|
+
private readonly appConfig;
|
|
10
|
+
private readonly errorService;
|
|
11
|
+
constructor(http: HttpService, appConfig: AbstractAppConfig, errorService: HttpErrorService);
|
|
12
|
+
getJudicialworkers(userIds: string[], serviceId: string): Observable<Judicialworker[]>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDef<JudicialworkerService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDef<JudicialworkerService>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=judicial-worker.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"judicial-worker.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/judicial-worker.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAc,MAAM,MAAM,CAAC;AAE9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,uDAAuD,CAAC;AACvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAElE,qBACa,qBAAqB;IAG9B,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAFZ,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,gBAAgB;IAI1C,kBAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,cAAc,EAAE,CAAC;iCATlF,qBAAqB;qCAArB,qBAAqB;CAoBjC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FormGroup } from '@angular/forms';
|
|
2
|
+
import { CaseField } from '../../../domain/definition/case-field.model';
|
|
3
|
+
import { CaseFieldService } from '../../../services/case-fields/case-field.service';
|
|
4
|
+
import { WizardPage } from '../domain/wizard-page.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PageValidationService {
|
|
7
|
+
private readonly caseFieldService;
|
|
8
|
+
constructor(caseFieldService: CaseFieldService);
|
|
9
|
+
isPageValid(page: WizardPage, editForm: FormGroup): boolean;
|
|
10
|
+
isHidden(caseField: CaseField, editForm: FormGroup, path?: string): boolean;
|
|
11
|
+
private checkDocumentField;
|
|
12
|
+
private checkOptionalField;
|
|
13
|
+
private checkMandatoryField;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDef<PageValidationService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDef<PageValidationService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=page-validation.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-validation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/page-validation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;;AAEzD,qBACa,qBAAqB;IACpB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;gBAAhB,gBAAgB,EAAE,gBAAgB;IAExD,WAAW,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,GAAG,OAAO;IAU3D,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IASlF,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,mBAAmB;iCArChB,qBAAqB;qCAArB,qBAAqB;CAwCjC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { CaseEventTrigger } from '../../../domain/case-view/case-event-trigger.model';
|
|
2
|
+
import { Wizard } from '../domain/wizard.model';
|
|
3
|
+
export declare class WizardFactoryService {
|
|
4
|
+
create(eventTrigger: CaseEventTrigger): Wizard;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=wizard-factory.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wizard-factory.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/wizard-factory.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,qBAAa,oBAAoB;IACxB,MAAM,CAAC,YAAY,EAAE,gBAAgB,GAAG,MAAM;CAGtD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { CaseView } from '../../domain/case-view/case-view.model';
|
|
3
|
+
import { CaseField } from '../../domain/definition/case-field.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaseHeaderComponent implements OnInit {
|
|
6
|
+
caseDetails: CaseView;
|
|
7
|
+
caseTitle: CaseField;
|
|
8
|
+
caseFields: CaseField[];
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
isDraft(): boolean;
|
|
11
|
+
private getCaseFields;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseHeaderComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseHeaderComponent, "ccd-case-header", never, { "caseDetails": "caseDetails"; }, {}, never, never>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=case-header.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-header.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-header/case-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAGrE,qBAMa,mBAAoB,YAAW,MAAM;IAGzC,WAAW,EAAE,QAAQ,CAAC;IACtB,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,SAAS,EAAE,CAAC;IAExB,QAAQ,IAAI,IAAI;IAQhB,OAAO,IAAI,OAAO;IAIzB,OAAO,CAAC,aAAa;iCAnBV,mBAAmB;2CAAnB,mBAAmB;CA0B/B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./case-header.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "../palette/palette.module";
|
|
6
|
+
export declare class CaseHeaderModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseHeaderModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseHeaderModule, [typeof i1.CaseHeaderComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.PaletteModule], [typeof i1.CaseHeaderComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDef<CaseHeaderModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=case-header.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-header.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-header/case-header.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-header/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { CaseTab } from '../../domain/case-view/case-tab.model';
|
|
5
|
+
import { CaseView } from '../../domain/case-view/case-view.model';
|
|
6
|
+
import { AlertService } from '../../services/alert/alert.service';
|
|
7
|
+
import { OrderService } from '../../services/order/order.service';
|
|
8
|
+
import { CaseNotifier } from '../case-editor/services/case.notifier';
|
|
9
|
+
import { CaseHistory } from './domain/case-history.model';
|
|
10
|
+
import { CaseHistoryService } from './services/case-history.service';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class CaseHistoryComponent implements OnInit, OnDestroy {
|
|
13
|
+
private readonly route;
|
|
14
|
+
private readonly alertService;
|
|
15
|
+
private readonly orderService;
|
|
16
|
+
private readonly caseNotifier;
|
|
17
|
+
private readonly caseHistoryService;
|
|
18
|
+
static readonly PARAM_EVENT_ID = "eid";
|
|
19
|
+
private static readonly ERROR_MESSAGE;
|
|
20
|
+
event: string;
|
|
21
|
+
caseHistory: CaseHistory;
|
|
22
|
+
caseDetails: CaseView;
|
|
23
|
+
tabs: CaseTab[];
|
|
24
|
+
caseSubscription: Subscription;
|
|
25
|
+
constructor(route: ActivatedRoute, alertService: AlertService, orderService: OrderService, caseNotifier: CaseNotifier, caseHistoryService: CaseHistoryService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
isDataLoaded(): boolean;
|
|
29
|
+
private sortTabFieldsAndFilterTabs;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseHistoryComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseHistoryComponent, "ccd-case-history", never, { "event": "event"; }, {}, never, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=case-history.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-history.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/case-history.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAc,MAAM,MAAM,CAAC;AAGhD,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAElE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;;AAErE,qBAKa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IAc1D,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAjBrC,gBAAuB,cAAc,SAAS;IAE9C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAA6B;IAG3D,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,WAAW,CAAC;IACzB,WAAW,EAAE,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,gBAAgB,EAAE,YAAY,CAAC;gBAGnB,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB;IAElD,QAAQ;IA6BR,WAAW,IAAI,IAAI;IAMnB,YAAY;IAInB,OAAO,CAAC,0BAA0B;iCA3DvB,oBAAoB;2CAApB,oBAAoB;CAgEhC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./case-history.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "../case-header/case-header.module";
|
|
6
|
+
import * as i5 from "../../directives/conditional-show/conditional-show.module";
|
|
7
|
+
import * as i6 from "../palette/palette.module";
|
|
8
|
+
import * as i7 from "../../directives/substitutor/label-substitutor.module";
|
|
9
|
+
export declare class CaseHistoryModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseHistoryModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseHistoryModule, [typeof i1.CaseHistoryComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CaseHeaderModule, typeof i5.ConditionalShowModule, typeof i6.PaletteModule, typeof i7.LabelSubstitutorModule], [typeof i1.CaseHistoryComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDef<CaseHistoryModule>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=case-history.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-history.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/case-history.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAmBa,iBAAiB;iCAAjB,iBAAiB;0CAAjB,iBAAiB;kCAAjB,iBAAiB;CAAG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { CaseTab } from '../../../domain/case-view/case-tab.model';
|
|
2
|
+
import { CaseViewEvent } from '../../../domain/case-view/case-view-event.model';
|
|
3
|
+
import { Jurisdiction } from '../../../domain/definition/jurisdiction.model';
|
|
4
|
+
export declare class CaseHistoryCaseType {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
jurisdiction: Jurisdiction;
|
|
9
|
+
}
|
|
10
|
+
export declare class CaseHistory {
|
|
11
|
+
case_id?: string;
|
|
12
|
+
caseType: CaseHistoryCaseType;
|
|
13
|
+
tabs: CaseTab[];
|
|
14
|
+
event: CaseViewEvent;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=case-history.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-history.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/domain/case-history.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AAChF,OAAO,EAAE,YAAY,EAAE,MAAM,+CAA+C,CAAC;AAG7E,qBAAa,mBAAmB;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,YAAY,EAAE,YAAY,CAAC;CACnC;AAGD,qBAAa,WAAW;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,mBAAmB,CAAC;IAG9B,IAAI,EAAE,OAAO,EAAE,CAAC;IAGhB,KAAK,EAAE,aAAa,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { AbstractAppConfig } from '../../../../app.config';
|
|
3
|
+
import { HttpErrorService } from '../../../services/http/http-error.service';
|
|
4
|
+
import { HttpService } from '../../../services/http/http.service';
|
|
5
|
+
import { CaseHistory } from '../domain/case-history.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CaseHistoryService {
|
|
8
|
+
private readonly httpService;
|
|
9
|
+
private readonly httpErrorService;
|
|
10
|
+
private readonly appConfig;
|
|
11
|
+
static readonly V2_MEDIATYPE_CASE_EVENT_VIEW = "application/vnd.uk.gov.hmcts.ccd-data-store-api.ui-event-view.v2+json;charset=UTF-8";
|
|
12
|
+
constructor(httpService: HttpService, httpErrorService: HttpErrorService, appConfig: AbstractAppConfig);
|
|
13
|
+
get(caseId: string, eventId: string): Observable<CaseHistory>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseHistoryService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDef<CaseHistoryService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=case-history.service.d.ts.map
|