@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 @@
|
|
|
1
|
+
{"version":3,"file":"case-history.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/services/case-history.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAc,MAAM,MAAM,CAAC;AAE9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;;AAE3D,qBACa,kBAAkB;IAIjB,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,SAAS;IALtC,gBAAuB,4BAA4B,yFACqC;gBAE3D,WAAW,EAAE,WAAW,EACxB,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAE,iBAAiB;IAElD,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,UAAU,CAAC,WAAW,CAAC;iCARzD,kBAAkB;qCAAlB,kBAAkB;CA0B9B"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BrowserService } from '../../services/browser/browser.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DateTimeFormatUtils {
|
|
5
|
+
static formatDateAtTime(date: Date, is24Hour: boolean): string;
|
|
6
|
+
static formatTime(date: Date, is24Hour: boolean): string;
|
|
7
|
+
}
|
|
8
|
+
export declare class CaseListComponent {
|
|
9
|
+
private readonly browserService;
|
|
10
|
+
classes: string;
|
|
11
|
+
caption: string;
|
|
12
|
+
firstCellIsHeader: boolean;
|
|
13
|
+
cases: object[];
|
|
14
|
+
tableConfig: TableConfig;
|
|
15
|
+
selectionEnabled: boolean;
|
|
16
|
+
selection: EventEmitter<any[]>;
|
|
17
|
+
selectedCases: any[];
|
|
18
|
+
currentPageNo: number;
|
|
19
|
+
totalResultsCount?: number;
|
|
20
|
+
pageSize?: number;
|
|
21
|
+
pageChange: EventEmitter<any>;
|
|
22
|
+
constructor(browserService: BrowserService);
|
|
23
|
+
formatDate(date: Date): string;
|
|
24
|
+
formatDateAtTime(date: Date): string;
|
|
25
|
+
canBeShared(c: any): boolean;
|
|
26
|
+
canAnyBeShared(): boolean;
|
|
27
|
+
selectAll(): void;
|
|
28
|
+
changeSelection(aCase: any): void;
|
|
29
|
+
isSelected(aCase: any): boolean;
|
|
30
|
+
allOnPageSelected(): boolean;
|
|
31
|
+
onKeyUp($event: KeyboardEvent, aCase: any): void;
|
|
32
|
+
goToPage(pageNumber: number): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseListComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseListComponent, "ccd-case-list", never, { "classes": "classes"; "caption": "caption"; "firstCellIsHeader": "firstCellIsHeader"; "cases": "cases"; "tableConfig": "tableConfig"; "selectionEnabled": "selectionEnabled"; "selectedCases": "selectedCases"; "currentPageNo": "currentPageNo"; "totalResultsCount": "totalResultsCount"; "pageSize": "pageSize"; }, { "selection": "selection"; "pageChange": "pageChange"; }, never, never>;
|
|
35
|
+
}
|
|
36
|
+
export declare class TableColumnConfig {
|
|
37
|
+
header: string;
|
|
38
|
+
key: string;
|
|
39
|
+
type?: string;
|
|
40
|
+
constructor();
|
|
41
|
+
}
|
|
42
|
+
export declare class TableConfig {
|
|
43
|
+
idField: string;
|
|
44
|
+
columnConfigs: TableColumnConfig[];
|
|
45
|
+
constructor();
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=case-list.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-list.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/case-list.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;;AAExE,qBAAa,mBAAmB;WAChB,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,GAAG,MAAM;WAIvD,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,GAAG,MAAM;CAGhE;AAED,qBAKa,iBAAiB;IA+BhB,OAAO,CAAC,QAAQ,CAAC,cAAc;IA7B3B,OAAO,SAAM;IAEb,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,UAAS;IAE1B,KAAK,EAAE,MAAM,EAAE,CAAC;IAEhB,WAAW,EAAE,WAAW,CAMtC;IAEc,gBAAgB,UAAS;IAExB,SAAS,sBAA6B;IAEvC,aAAa,EAAE,GAAG,EAAE,CAAM;IAE1B,aAAa,EAAE,MAAM,CAAC;IAEtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAEjB,UAAU,oBAAsB;gBAEpB,cAAc,EAAE,cAAc;IAEpD,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAI9B,gBAAgB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAIpC,WAAW,CAAC,CAAC,EAAE,GAAG,GAAG,OAAO;IAI5B,cAAc,IAAI,OAAO;IAIzB,SAAS,IAAI,IAAI;IAcjB,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAejC,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;IAW/B,iBAAiB,IAAI,OAAO;IAI5B,OAAO,CAAC,MAAM,EAAE,aAAa,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAQhD,QAAQ,CAAC,UAAU,EAAE,MAAM;iCArGvB,iBAAiB;2CAAjB,iBAAiB;CAyG7B;AAED,qBAAa,iBAAiB;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;;CAMtB;AAED,qBAAa,WAAW;IAEf,OAAO,EAAE,MAAM,CAAC;IAEhB,aAAa,EAAE,iBAAiB,EAAE,CAAC;;CAM3C"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./case-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
import * as i5 from "ngx-pagination";
|
|
7
|
+
import * as i6 from "../pagination/pagination.module";
|
|
8
|
+
export declare class CaseListModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseListModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListModule, [typeof i1.CaseListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.RouterModule, typeof i5.NgxPaginationModule, typeof i6.PaginationModule], [typeof i1.CaseListComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDef<CaseListModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=case-list.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-list.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/case-list.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAca,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Jurisdiction } from '../../domain/definition/jurisdiction.model';
|
|
3
|
+
import { DefinitionsService } from '../../services/definitions/definitions.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaseListFiltersComponent implements OnInit {
|
|
6
|
+
private readonly definitionsService;
|
|
7
|
+
defaults: any;
|
|
8
|
+
onApply: EventEmitter<any>;
|
|
9
|
+
onReset: EventEmitter<any>;
|
|
10
|
+
jurisdictions: Jurisdiction[];
|
|
11
|
+
isVisible: boolean;
|
|
12
|
+
constructor(definitionsService: DefinitionsService);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
onWrapperApply(value: any): void;
|
|
15
|
+
onWrapperReset(value: any): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseListFiltersComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseListFiltersComponent, "ccd-case-list-filters", never, { "defaults": "defaults"; }, { "onApply": "onApply"; "onReset": "onReset"; }, never, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=case-list-filters.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-list-filters.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/case-list-filters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAE/E,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;;AAEpF,qBAIa,wBAAyB,YAAW,MAAM;IAenD,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAZ9B,QAAQ,MAAC;IAGT,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;gBAGP,kBAAkB,EAAE,kBAAkB;IAIlD,QAAQ,IAAI,IAAI;IAUhB,cAAc,CAAC,KAAK,KAAA;IAIpB,cAAc,CAAC,KAAK,KAAA;iCAjChB,wBAAwB;2CAAxB,wBAAwB;CAqCpC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./case-list-filters.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../palette/palette.module";
|
|
6
|
+
import * as i5 from "../../services/definitions/definitions.module";
|
|
7
|
+
import * as i6 from "../workbasket-filters/workbasket-filters.module";
|
|
8
|
+
export declare class CaseListFiltersModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseListFiltersModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListFiltersModule, [typeof i1.CaseListFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.DefinitionsModule, typeof i6.WorkbasketFiltersModule], [typeof i1.CaseListFiltersComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDef<CaseListFiltersModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=case-list-filters.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-list-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/case-list-filters.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAuBa,qBAAqB;iCAArB,qBAAqB;0CAArB,qBAAqB;kCAArB,qBAAqB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { CaseViewEvent } from '../../domain/case-view/case-view-event.model';
|
|
3
|
+
import { AlertService } from '../../services/alert/alert.service';
|
|
4
|
+
import { CaseNotifier, CasesService } from '../case-editor';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare enum CaseTimelineDisplayMode {
|
|
7
|
+
TIMELINE = 0,
|
|
8
|
+
DETAILS = 1
|
|
9
|
+
}
|
|
10
|
+
export declare class CaseTimelineComponent implements OnInit {
|
|
11
|
+
private readonly caseNotifier;
|
|
12
|
+
private readonly casesService;
|
|
13
|
+
private readonly alertService;
|
|
14
|
+
case: string;
|
|
15
|
+
events: CaseViewEvent[];
|
|
16
|
+
selectedEventId: string;
|
|
17
|
+
dspMode: typeof CaseTimelineDisplayMode;
|
|
18
|
+
displayMode: CaseTimelineDisplayMode;
|
|
19
|
+
constructor(caseNotifier: CaseNotifier, casesService: CasesService, alertService: AlertService);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
isDataLoaded(): boolean;
|
|
22
|
+
caseHistoryClicked(eventId: string): void;
|
|
23
|
+
goToCaseTimeline(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseTimelineComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseTimelineComponent, "ccd-case-timeline", never, { "case": "case"; }, {}, never, never>;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=case-timeline.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-timeline.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/case-timeline.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAGzD,OAAO,EAAE,aAAa,EAAE,MAAM,8CAA8C,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE5D,oBAAY,uBAAuB;IACjC,QAAQ,IAAA;IACR,OAAO,IAAA;CACR;AACD,qBAIa,qBAAsB,YAAW,MAAM;IAWhD,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAVxB,IAAI,EAAE,MAAM,CAAC;IAEb,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,iCAA2B;IAClC,WAAW,EAAE,uBAAuB,CAAoC;gBAG5D,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY;IAGtC,QAAQ;IAgBR,YAAY,IAAI,OAAO;IAIvB,kBAAkB,CAAC,OAAO,EAAE,MAAM;IAKlC,gBAAgB,IAAI,IAAI;iCAzCpB,qBAAqB;2CAArB,qBAAqB;CA4CjC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./case-timeline.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../error/errors.module";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../case-history/case-history.module";
|
|
7
|
+
import * as i6 from "../palette/palette.module";
|
|
8
|
+
export declare class CaseTimelineModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseTimelineModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseTimelineModule, [typeof i1.CaseTimelineComponent], [typeof i2.CommonModule, typeof i3.ErrorsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CaseHistoryModule, typeof i6.PaletteModule], [typeof i1.CaseTimelineComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDef<CaseTimelineModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=case-timeline.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-timeline.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/case-timeline.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAiBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { CaseView } from '../../../domain/case-view/case-view.model';
|
|
3
|
+
import { CasesService } from '../../case-editor/services/cases.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaseBasicAccessViewComponent implements OnInit, OnDestroy {
|
|
6
|
+
private readonly casesService;
|
|
7
|
+
caseDetails: CaseView;
|
|
8
|
+
accessType: string;
|
|
9
|
+
courtOrHearingCentre: string;
|
|
10
|
+
private courtOrHearingCentreSubscription;
|
|
11
|
+
constructor(casesService: CasesService);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
ngOnDestroy(): void;
|
|
14
|
+
onCancel(): void;
|
|
15
|
+
getRequestUrl(accessType: string): string;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseBasicAccessViewComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseBasicAccessViewComponent, "ccd-case-basic-access-view", never, { "caseDetails": "caseDetails"; "accessType": "accessType"; }, {}, never, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=case-basic-access-view.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-basic-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;;AAExE,qBAIa,4BAA6B,YAAW,MAAM,EAAE,SAAS;IAYlE,OAAO,CAAC,QAAQ,CAAC,YAAY;IATxB,WAAW,EAAE,QAAQ,CAAQ;IAG7B,UAAU,EAAE,MAAM,CAAQ;IAE1B,oBAAoB,EAAE,MAAM,CAAQ;IAC3C,OAAO,CAAC,gCAAgC,CAAe;gBAGpC,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;IAgBhB,WAAW,IAAI,IAAI;IAMnB,QAAQ,IAAI,IAAI;IAKhB,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;iCA1CrC,4BAA4B;2CAA5B,4BAA4B;CA6CxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-basic-access-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import { ErrorMessage } from '../../../domain';
|
|
6
|
+
import { CasesService } from '../../case-editor';
|
|
7
|
+
import { AccessReason } from './models';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CaseChallengedAccessRequestComponent implements OnDestroy, OnInit {
|
|
10
|
+
private readonly fb;
|
|
11
|
+
private readonly router;
|
|
12
|
+
private readonly casesService;
|
|
13
|
+
private readonly route;
|
|
14
|
+
title: string;
|
|
15
|
+
hint: string;
|
|
16
|
+
caseRefLabel: string;
|
|
17
|
+
readonly accessReasons: DisplayedAccessReason[];
|
|
18
|
+
formGroup: FormGroup;
|
|
19
|
+
submitted: boolean;
|
|
20
|
+
errorMessage: ErrorMessage;
|
|
21
|
+
$roleAssignmentResponseSubscription: Subscription;
|
|
22
|
+
private readonly genericError;
|
|
23
|
+
private readonly radioSelectedControlName;
|
|
24
|
+
private readonly caseReferenceControlName;
|
|
25
|
+
private readonly otherReasonControlName;
|
|
26
|
+
constructor(fb: FormBuilder, router: Router, casesService: CasesService, route: ActivatedRoute);
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
onChange(): void;
|
|
29
|
+
onSubmit(): void;
|
|
30
|
+
onCancel(): void;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
private inputEmpty;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseChallengedAccessRequestComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseChallengedAccessRequestComponent, "ccd-case-challenged-access-request", never, {}, {}, never, never>;
|
|
35
|
+
}
|
|
36
|
+
export interface DisplayedAccessReason {
|
|
37
|
+
reason: AccessReason;
|
|
38
|
+
checked: boolean;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=case-challenged-access-request.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-challenged-access-request.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAmB,WAAW,EAAe,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAClG,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAA2B,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAkE,MAAM,UAAU,CAAC;;AAExG,qBAIa,oCAAqC,YAAW,SAAS,EAAE,MAAM;IAiB1E,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IAlBjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IAC5B,SAAgB,aAAa,EAAE,qBAAqB,EAAE,CAAC;IAChD,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,UAAS;IAClB,YAAY,EAAE,YAAY,CAAC;IAC3B,mCAAmC,EAAE,YAAY,CAAC;IAEzD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;IACrD,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAmB;IAC5D,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAmB;IAC5D,OAAO,CAAC,QAAQ,CAAC,sBAAsB,CAAiB;gBAGrC,EAAE,EAAE,WAAW,EACf,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc;IAUjC,QAAQ,IAAI,IAAI;IA+BhB,QAAQ,IAAI,IAAI;IAShB,QAAQ,IAAI,IAAI;IAqDhB,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAM1B,OAAO,CAAC,UAAU;iCAtIP,oCAAoC;2CAApC,oCAAoC;CAyIhD;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,YAAY,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-request/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare enum AccessReason {
|
|
2
|
+
LINKED_TO_CURRENT_CASE = "The cases or parties are linked to the case I am working on",
|
|
3
|
+
CONSOLIDATE_CASE = "To determine if the case needs to be consolidated",
|
|
4
|
+
ORDER_FOR_TRANSFER = "To consider an order for transfer",
|
|
5
|
+
OTHER = "Other reason"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ChallengedAccessRequestPageText {
|
|
8
|
+
TITLE = "Why do you need to access this case?",
|
|
9
|
+
HINT = "Select a reason.",
|
|
10
|
+
CASE_REF = "Case reference"
|
|
11
|
+
}
|
|
12
|
+
export declare enum ChallengedAccessRequestErrors {
|
|
13
|
+
NO_SELECTION = "Select a reason",
|
|
14
|
+
NO_CASE_REFERENCE = "Enter a case reference",
|
|
15
|
+
NO_REASON = "Enter a reason"
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=case-challenged-access-request.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-challenged-access-request.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-request/models/case-challenged-access-request.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,sBAAsB,gEAAgE;IACtF,gBAAgB,sDAAsD;IACtE,kBAAkB,sCAAsC;IACxD,KAAK,iBAAiB;CACvB;AAED,oBAAY,+BAA+B;IACzC,KAAK,yCAAyC;IAC9C,IAAI,qBAAqB;IACzB,QAAQ,mBAAmB;CAC5B;AAED,oBAAY,6BAA6B;IACvC,YAAY,oBAAoB;IAChC,iBAAiB,2BAA2B;IAC5C,SAAS,mBAAmB;CAC7B"}
|
package/lib/shared/components/case-viewer/case-challenged-access-request/models/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-request/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaseChallengedAccessSuccessComponent implements OnInit {
|
|
5
|
+
private readonly route;
|
|
6
|
+
caseId: string;
|
|
7
|
+
constructor(route: ActivatedRoute);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseChallengedAccessSuccessComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseChallengedAccessSuccessComponent, "ccd-case-challenged-access-success", never, {}, {}, never, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=case-challenged-access-success.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-challenged-access-success.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,oCAAqC,YAAW,MAAM;IAIrD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAF3B,MAAM,EAAE,MAAM,CAAC;gBAEO,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;iCANZ,oCAAoC;2CAApC,oCAAoC;CAUhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-success/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
|
package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { Observable, Subscription } from 'rxjs';
|
|
4
|
+
import { Activity, DisplayMode } from '../../../domain/activity/activity.model';
|
|
5
|
+
import { CaseEventData } from '../../../domain/case-event-data.model';
|
|
6
|
+
import { CaseEventTrigger } from '../../../domain/case-view/case-event-trigger.model';
|
|
7
|
+
import { CaseView } from '../../../domain/case-view/case-view.model';
|
|
8
|
+
import { CaseReferencePipe } from '../../../pipes/case-reference/case-reference.pipe';
|
|
9
|
+
import { ActivityPollingService } from '../../../services/activity/activity.polling.service';
|
|
10
|
+
import { AlertService } from '../../../services/alert/alert.service';
|
|
11
|
+
import { CaseNotifier } from '../../case-editor/services/case.notifier';
|
|
12
|
+
import { CasesService } from '../../case-editor/services/cases.service';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export declare class CaseEventTriggerComponent implements OnInit, OnDestroy {
|
|
15
|
+
private readonly ngZone;
|
|
16
|
+
private readonly casesService;
|
|
17
|
+
private readonly caseNotifier;
|
|
18
|
+
private readonly router;
|
|
19
|
+
private readonly alertService;
|
|
20
|
+
private readonly route;
|
|
21
|
+
private readonly caseReferencePipe;
|
|
22
|
+
private readonly activityPollingService;
|
|
23
|
+
BANNER: DisplayMode;
|
|
24
|
+
eventTrigger: CaseEventTrigger;
|
|
25
|
+
caseDetails: CaseView;
|
|
26
|
+
activitySubscription: Subscription;
|
|
27
|
+
caseSubscription: Subscription;
|
|
28
|
+
parentUrl: string;
|
|
29
|
+
constructor(ngZone: NgZone, casesService: CasesService, caseNotifier: CaseNotifier, router: Router, alertService: AlertService, route: ActivatedRoute, caseReferencePipe: CaseReferencePipe, activityPollingService: ActivityPollingService);
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
postEditActivity(): Observable<Activity[]>;
|
|
33
|
+
submit(): (sanitizedEditForm: CaseEventData) => Observable<object>;
|
|
34
|
+
validate(): (sanitizedEditForm: CaseEventData, pageId: string) => Observable<object>;
|
|
35
|
+
submitted(event: any): void;
|
|
36
|
+
cancel(): Promise<boolean>;
|
|
37
|
+
isDataLoaded(): boolean;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseEventTriggerComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEventTriggerComponent, "ccd-case-event-trigger", never, {}, {}, never, never>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=case-event-trigger.component.d.ts.map
|
package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;;AAGxE,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAS/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAflC,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;gBAGN,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB;IAI1D,QAAQ,IAAI,IAAI;IAqBhB,WAAW,IAAI,IAAI;IASnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,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;IAMpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAe3B,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAI1B,YAAY,IAAI,OAAO;iCApFnB,yBAAyB;2CAAzB,yBAAyB;CAuFrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Location } from '@angular/common';
|
|
2
|
+
import { AfterViewInit, NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { MatDialog, MatDialogConfig } from '@angular/material/dialog';
|
|
5
|
+
import { MatTabChangeEvent, MatTabGroup } from '@angular/material/tabs';
|
|
6
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
7
|
+
import { Observable, Subject, Subscription } from 'rxjs';
|
|
8
|
+
import { Activity, DisplayMode } from '../../../domain/activity/activity.model';
|
|
9
|
+
import { CaseTab } from '../../../domain/case-view/case-tab.model';
|
|
10
|
+
import { CaseViewTrigger } from '../../../domain/case-view/case-view-trigger.model';
|
|
11
|
+
import { CaseView } from '../../../domain/case-view/case-view.model';
|
|
12
|
+
import { CaseField } from '../../../domain/definition/case-field.model';
|
|
13
|
+
import { ActivityPollingService } from '../../../services/activity/activity.polling.service';
|
|
14
|
+
import { AlertService } from '../../../services/alert/alert.service';
|
|
15
|
+
import { DraftService } from '../../../services/draft/draft.service';
|
|
16
|
+
import { ErrorNotifierService } from '../../../services/error/error-notifier.service';
|
|
17
|
+
import { NavigationNotifierService } from '../../../services/navigation/navigation-notifier.service';
|
|
18
|
+
import { OrderService } from '../../../services/order/order.service';
|
|
19
|
+
import { ConvertHrefToRouterService } from '../../case-editor/services/convert-href-to-router.service';
|
|
20
|
+
import { CallbackErrorsContext } from '../../error/domain/error-context';
|
|
21
|
+
import * as i0 from "@angular/core";
|
|
22
|
+
export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
23
|
+
private readonly ngZone;
|
|
24
|
+
private readonly route;
|
|
25
|
+
private readonly router;
|
|
26
|
+
private readonly navigationNotifierService;
|
|
27
|
+
private readonly orderService;
|
|
28
|
+
private readonly activityPollingService;
|
|
29
|
+
private readonly dialog;
|
|
30
|
+
private readonly alertService;
|
|
31
|
+
private readonly draftService;
|
|
32
|
+
private readonly errorNotifierService;
|
|
33
|
+
private readonly convertHrefToRouterService;
|
|
34
|
+
private readonly location;
|
|
35
|
+
static readonly ORIGIN_QUERY_PARAM = "origin";
|
|
36
|
+
static readonly TRIGGER_TEXT_START = "Go";
|
|
37
|
+
static readonly TRIGGER_TEXT_CONTINUE = "Ignore Warning and Go";
|
|
38
|
+
static readonly UNICODE_SPACE = "%20";
|
|
39
|
+
static readonly EMPTY_SPACE = " ";
|
|
40
|
+
hasPrint: boolean;
|
|
41
|
+
hasEventSelector: boolean;
|
|
42
|
+
caseDetails: CaseView;
|
|
43
|
+
prependedTabs: CaseTab[];
|
|
44
|
+
appendedTabs: CaseTab[];
|
|
45
|
+
BANNER: DisplayMode;
|
|
46
|
+
sortedTabs: CaseTab[];
|
|
47
|
+
caseFields: CaseField[];
|
|
48
|
+
formGroup: FormGroup;
|
|
49
|
+
error: any;
|
|
50
|
+
triggerTextStart: string;
|
|
51
|
+
triggerTextIgnoreWarnings: string;
|
|
52
|
+
triggerText: string;
|
|
53
|
+
ignoreWarning: boolean;
|
|
54
|
+
activitySubscription: Subscription;
|
|
55
|
+
caseSubscription: Subscription;
|
|
56
|
+
errorSubscription: Subscription;
|
|
57
|
+
dialogConfig: MatDialogConfig;
|
|
58
|
+
markdownUseHrefAsRouterLink: boolean;
|
|
59
|
+
message: string;
|
|
60
|
+
subscription: Subscription;
|
|
61
|
+
callbackErrorsSubject: Subject<any>;
|
|
62
|
+
tabGroup: MatTabGroup;
|
|
63
|
+
constructor(ngZone: NgZone, route: ActivatedRoute, router: Router, navigationNotifierService: NavigationNotifierService, orderService: OrderService, activityPollingService: ActivityPollingService, dialog: MatDialog, alertService: AlertService, draftService: DraftService, errorNotifierService: ErrorNotifierService, convertHrefToRouterService: ConvertHrefToRouterService, location: Location);
|
|
64
|
+
ngOnInit(): void;
|
|
65
|
+
isPrintEnabled(): boolean;
|
|
66
|
+
ngOnDestroy(): void;
|
|
67
|
+
postViewActivity(): Observable<Activity[]>;
|
|
68
|
+
clearErrorsAndWarnings(): void;
|
|
69
|
+
applyTrigger(trigger: CaseViewTrigger): void;
|
|
70
|
+
hasTabsPresent(): boolean;
|
|
71
|
+
callbackErrorsNotify(callbackErrorsContext: CallbackErrorsContext): void;
|
|
72
|
+
isDraft(): boolean;
|
|
73
|
+
isTriggerButtonDisabled(): boolean;
|
|
74
|
+
ngAfterViewInit(): void;
|
|
75
|
+
tabChanged(tabChangeEvent: MatTabChangeEvent): void;
|
|
76
|
+
private init;
|
|
77
|
+
private sortTabFieldsAndFilterTabs;
|
|
78
|
+
private getTabFields;
|
|
79
|
+
/**
|
|
80
|
+
* For EUI-3825:
|
|
81
|
+
* Builds a FormGroup from all the CaseFields contained within the view.
|
|
82
|
+
* This FormGroup is necessary for evaluation the show/hide conditions of
|
|
83
|
+
* fields that are dependent on a field only available on a DIFFERENT tab.
|
|
84
|
+
*/
|
|
85
|
+
private buildFormGroup;
|
|
86
|
+
private resetErrors;
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseFullAccessViewComponent, never>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFullAccessViewComponent, "ccd-case-full-access-view", never, { "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; "caseDetails": "caseDetails"; "prependedTabs": "prependedTabs"; "appendedTabs": "appendedTabs"; }, {}, never, never>;
|
|
89
|
+
}
|
|
90
|
+
//# sourceMappingURL=case-full-access-view.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAoB,MAAM,EAAE,SAAS,EAAE,MAAM,EAA+B,MAAM,eAAe,CAAC;AACxH,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,cAAc,EAAU,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEjE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAGzD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAChF,OAAO,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,mDAAmD,CAAC;AACpF,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAE,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AAErG,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AAEvG,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;;AAIzE,qBAKa,2BAA4B,YAAW,MAAM,EAAE,SAAS,EAAE,aAAa;IAkChF,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,0BAA0B;IAC3C,OAAO,CAAC,QAAQ,CAAC,QAAQ;IA5C3B,gBAAuB,kBAAkB,YAAY;IACrD,gBAAuB,kBAAkB,QAAQ;IACjD,gBAAuB,qBAAqB,2BAA2B;IACvE,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,WAAW,OAAO;IAEzB,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IACxB,WAAW,EAAE,QAAQ,CAAC;IACtB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAEtC,MAAM,cAAsB;IAC5B,UAAU,EAAE,OAAO,EAAE,CAAC;IACtB,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,GAAG,CAAC;IACX,gBAAgB,SAAkD;IAClE,yBAAyB,SAAqD;IAC9E,WAAW,EAAE,MAAM,CAAkD;IACrE,aAAa,UAAS;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,iBAAiB,EAAE,YAAY,CAAC;IAChC,YAAY,EAAE,eAAe,CAAC;IAC9B,2BAA2B,EAAE,OAAO,CAAC;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,YAAY,CAAC;IAE3B,qBAAqB,EAAE,OAAO,CAAC,GAAG,CAAC,CAAiB;IACV,QAAQ,EAAE,WAAW,CAAC;gBAGpD,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,sBAAsB,EAAE,sBAAsB,EAC9C,MAAM,EAAE,SAAS,EACjB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,oBAAoB,EAAE,oBAAoB,EAC1C,0BAA0B,EAAE,0BAA0B,EACtD,QAAQ,EAAE,QAAQ;IAI9B,QAAQ;IAwBR,cAAc,IAAI,OAAO;IAIzB,WAAW;IAkBX,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,sBAAsB,IAAI,IAAI;IAM9B,YAAY,CAAC,OAAO,EAAE,eAAe,GAAG,IAAI;IA4C5C,cAAc,IAAI,OAAO;IAIzB,oBAAoB,CAAC,qBAAqB,EAAE,qBAAqB,GAAG,IAAI;IAKxE,OAAO,IAAI,OAAO;IAIlB,uBAAuB,IAAI,OAAO;IAUlC,eAAe,IAAI,IAAI;IA0CvB,UAAU,CAAC,cAAc,EAAE,iBAAiB,GAAG,IAAI;IAe1D,OAAO,CAAC,IAAI;IAoBZ,OAAO,CAAC,0BAA0B;IAMlC,OAAO,CAAC,YAAY;IAQpB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,WAAW;iCA1RR,2BAA2B;2CAA3B,2BAA2B;CAgSvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaseReviewSpecificAccessRejectComponent implements OnInit {
|
|
5
|
+
private readonly route;
|
|
6
|
+
caseId: string;
|
|
7
|
+
readonly retunToTask = "Return to the Tasks tab for this case";
|
|
8
|
+
readonly returnToMyTask = "Return to My tasks";
|
|
9
|
+
constructor(route: ActivatedRoute);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseReviewSpecificAccessRejectComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseReviewSpecificAccessRejectComponent, "case-review-specific-access-reject", never, {}, {}, never, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=case-review-specific-access-reject.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-review-specific-access-reject.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uCAAwC,YAAW,MAAM;IAMxD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAJ3B,MAAM,EAAE,MAAM,CAAC;IACtB,SAAgB,WAAW,2CAA2C;IACtE,SAAgB,cAAc,wBAAwB;gBAEzB,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;iCARZ,uCAAuC;2CAAvC,uCAAuC;CAWnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-reject/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import { AbstractAppConfig } from '../../../../app.config';
|
|
6
|
+
import { CaseView, ErrorMessage } from '../../../domain';
|
|
7
|
+
import { AccessReason } from './models';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CaseReviewSpecificAccessRequestComponent implements OnInit, OnDestroy {
|
|
10
|
+
private readonly fb;
|
|
11
|
+
private readonly route;
|
|
12
|
+
private readonly router;
|
|
13
|
+
private readonly appConfig;
|
|
14
|
+
collapsed: boolean;
|
|
15
|
+
title: string;
|
|
16
|
+
hint: string;
|
|
17
|
+
caseRefLabel: string;
|
|
18
|
+
formGroup: FormGroup;
|
|
19
|
+
submitted: boolean;
|
|
20
|
+
errorMessage: ErrorMessage;
|
|
21
|
+
readonly accessReasons: DisplayedAccessReason[];
|
|
22
|
+
requestAccessDetails: RequestAccessDetails;
|
|
23
|
+
caseSubscription: Subscription;
|
|
24
|
+
userAccessType: string;
|
|
25
|
+
caseDetails: CaseView;
|
|
26
|
+
private readonly genericError;
|
|
27
|
+
private readonly radioSelectedControlName;
|
|
28
|
+
constructor(fb: FormBuilder, route: ActivatedRoute, router: Router, appConfig: AbstractAppConfig);
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
onChange(): void;
|
|
32
|
+
onSubmit(): void;
|
|
33
|
+
onCancel(): void;
|
|
34
|
+
setMockData(): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseReviewSpecificAccessRequestComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseReviewSpecificAccessRequestComponent, "ccd-case-review-specific-access-request", never, {}, {}, never, never>;
|
|
37
|
+
}
|
|
38
|
+
export interface DisplayedAccessReason {
|
|
39
|
+
reason: AccessReason;
|
|
40
|
+
checked: boolean;
|
|
41
|
+
}
|
|
42
|
+
export interface RequestAccessDetails {
|
|
43
|
+
caseName: string;
|
|
44
|
+
caseReference: string;
|
|
45
|
+
dateSubmitted: string;
|
|
46
|
+
requestFrom: string;
|
|
47
|
+
reasonForCaseAccess: string;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=case-review-specific-access-request.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-review-specific-access-request.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAe,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,YAAY,EAA+B,MAAM,iBAAiB,CAAC;AACtF,OAAO,EAAE,YAAY,EAA0E,MAAM,UAAU,CAAC;;AAEhH,qBAKa,wCACX,YAAW,MAAM,EAAE,SAAS;IAkB1B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,SAAS;IApBrB,SAAS,UAAS;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,UAAS;IAClB,YAAY,EAAE,YAAY,CAAC;IAClC,SAAgB,aAAa,EAAE,qBAAqB,EAAE,CAAC;IAChD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,gBAAgB,EAAE,YAAY,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,QAAQ,CAAC;IAE7B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;IACrD,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAmB;gBAGzC,EAAE,EAAE,WAAW,EACf,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,iBAAiB;IASxC,QAAQ,IAAI,IAAI;IAYhB,WAAW,IAAI,IAAI;IAMnB,QAAQ,IAAI,IAAI;IAIhB,QAAQ,IAAI,IAAI;IAgChB,QAAQ,IAAI,IAAI;IAMhB,WAAW,IAAI,IAAI;iCA3Ff,wCAAwC;2CAAxC,wCAAwC;CAmGpD;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,YAAY,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-request/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC"}
|