@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,15 @@
|
|
|
1
|
+
export declare enum AccessReason {
|
|
2
|
+
APPROVE_REQUEST = "Approve request",
|
|
3
|
+
REJECT_REQUEST = "Reject request",
|
|
4
|
+
REQUEST_MORE_INFORMATION = "Request more information"
|
|
5
|
+
}
|
|
6
|
+
export declare enum ReviewSpecificAccessRequestPageText {
|
|
7
|
+
TITLE = "Review specific access request",
|
|
8
|
+
HINT = "What do you want to do with this request?",
|
|
9
|
+
CASE_REF = "Case reference"
|
|
10
|
+
}
|
|
11
|
+
export declare enum ReviewSpecificAccessRequestErrors {
|
|
12
|
+
NO_SELECTION = "Select an option",
|
|
13
|
+
GENERIC_ERROR = "There is a problem"
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=case-review-specific-access-request.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-review-specific-access-request.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,wBAAwB,6BAA6B;CACtD;AAED,oBAAY,mCAAmC;IAC7C,KAAK,mCAAmC;IACxC,IAAI,8CAA8C;IAClD,QAAQ,mBAAmB;CAC5B;AAED,oBAAY,iCAAiC;IAC3C,YAAY,qBAAqB;IACjC,aAAa,uBAAuB;CACrC"}
|
package/lib/shared/components/case-viewer/case-review-specific-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-review-specific-access-request/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 * as i0 from "@angular/core";
|
|
8
|
+
export declare class CaseSpecificAccessRequestComponent implements OnDestroy, OnInit {
|
|
9
|
+
private readonly fb;
|
|
10
|
+
private readonly router;
|
|
11
|
+
private readonly casesService;
|
|
12
|
+
private readonly route;
|
|
13
|
+
collapsed: boolean;
|
|
14
|
+
title: string;
|
|
15
|
+
hint: string;
|
|
16
|
+
caseRefLabel: string;
|
|
17
|
+
formGroup: FormGroup;
|
|
18
|
+
submitted: boolean;
|
|
19
|
+
errorMessage: ErrorMessage;
|
|
20
|
+
$roleAssignmentResponseSubscription: Subscription;
|
|
21
|
+
private readonly genericError;
|
|
22
|
+
private readonly specificReasonControlName;
|
|
23
|
+
constructor(fb: FormBuilder, router: Router, casesService: CasesService, route: ActivatedRoute);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
onChange(): void;
|
|
26
|
+
onSubmit(): void;
|
|
27
|
+
onCancel(): void;
|
|
28
|
+
ngOnDestroy(): void;
|
|
29
|
+
private inputEmpty;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseSpecificAccessRequestComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseSpecificAccessRequestComponent, "ccd-case-specific-access-request", never, {}, {}, never, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=case-specific-access-request.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-specific-access-request.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAEL,WAAW,EAEX,SAAS,EACV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,YAAY,EAAyB,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAMjD,qBAIa,kCAAmC,YAAW,SAAS,EAAE,MAAM;IAcxE,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IAhBjB,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;IAC3B,mCAAmC,EAAE,YAAY,CAAC;IAEzD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;IACrD,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAoB;gBAG3C,EAAE,EAAE,WAAW,EACf,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc;IAGjC,QAAQ,IAAI,IAAI;IAwBhB,QAAQ,IAAI,IAAI;IAQhB,QAAQ,IAAI,IAAI;IAgChB,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAM1B,OAAO,CAAC,UAAU;iCA/FP,kCAAkC;2CAAlC,kCAAkC;CAkG9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-specific-access-request/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare enum SpecificAccessRequestPageText {
|
|
2
|
+
TITLE = "Why do you need to access this case?",
|
|
3
|
+
HINT = "Provide a reason.",
|
|
4
|
+
CASE_REF = "Case reference"
|
|
5
|
+
}
|
|
6
|
+
export declare enum SpecificAccessRequestErrors {
|
|
7
|
+
NO_REASON = "Enter a reason"
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=case-specific-access-request.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-specific-access-request.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-specific-access-request/models/case-specific-access-request.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACvC,KAAK,yCAAyC;IAC9C,IAAI,sBAAsB;IAC1B,QAAQ,mBAAmB;CAC5B;AAED,oBAAY,2BAA2B;IACrC,SAAS,mBAAmB;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-specific-access-request/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,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 CaseSpecificAccessSuccessComponent implements OnInit {
|
|
5
|
+
private readonly route;
|
|
6
|
+
caseId: string;
|
|
7
|
+
constructor(route: ActivatedRoute);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseSpecificAccessSuccessComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseSpecificAccessSuccessComponent, "ccd-case-specific-access-success", never, {}, {}, never, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=case-specific-access-success.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-specific-access-success.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-specific-access-success/case-specific-access-success.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,kCAAmC,YAAW,MAAM;IAInD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAF3B,MAAM,EAAE,MAAM,CAAC;gBAEO,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;iCANZ,kCAAkC;2CAAlC,kCAAkC;CAU9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-specific-access-success/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { CaseView } from '../../../domain/case-view/case-view.model';
|
|
4
|
+
import { AlertService } from '../../../services/alert/alert.service';
|
|
5
|
+
import { DraftService } from '../../../services/draft/draft.service';
|
|
6
|
+
import { NavigationNotifierService } from '../../../services/navigation/navigation-notifier.service';
|
|
7
|
+
import { CaseNotifier } from '../../case-editor/services/case.notifier';
|
|
8
|
+
import { CasesService } from '../../case-editor/services/cases.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class CaseViewComponent implements OnInit, OnDestroy {
|
|
11
|
+
private readonly navigationNotifierService;
|
|
12
|
+
private readonly caseNotifier;
|
|
13
|
+
private readonly casesService;
|
|
14
|
+
private readonly draftService;
|
|
15
|
+
private readonly alertService;
|
|
16
|
+
case: string;
|
|
17
|
+
hasPrint: boolean;
|
|
18
|
+
hasEventSelector: boolean;
|
|
19
|
+
navigationTriggered: EventEmitter<any>;
|
|
20
|
+
navigationSubscription: Subscription;
|
|
21
|
+
caseDetails: CaseView;
|
|
22
|
+
constructor(navigationNotifierService: NavigationNotifierService, caseNotifier: CaseNotifier, casesService: CasesService, draftService: DraftService, alertService: AlertService);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
isDataLoaded(): boolean;
|
|
26
|
+
private getCaseView;
|
|
27
|
+
private getDraft;
|
|
28
|
+
private checkAuthorizationError;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseViewComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseViewComponent, "ccd-case-view", never, { "case": "case"; "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; }, { "navigationTriggered": "navigationTriggered"; }, never, never>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=case-view.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-view/case-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAE1F,OAAO,EAAc,YAAY,EAAc,MAAM,MAAM,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;;AAGxE,qBAIa,iBAAkB,YAAW,MAAM,EAAE,SAAS;IAgBvD,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAjBxB,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,UAAQ;IAEhB,gBAAgB,UAAQ;IAGxB,mBAAmB,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE5D,sBAAsB,EAAE,YAAY,CAAC;IACrC,WAAW,EAAE,QAAQ,CAAC;gBAGV,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;IAehB,WAAW,IAAI,IAAI;IAMnB,YAAY,IAAI,OAAO;IAI9B,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,QAAQ;IAKhB,OAAO,CAAC,uBAAuB;iCA7DpB,iBAAiB;2CAAjB,iBAAiB;CAqE7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { AbstractAppConfig } from '../../../app.config';
|
|
5
|
+
import { CaseTab, CaseView } from '../../domain';
|
|
6
|
+
import { CaseNotifier } from '../case-editor';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CaseViewerComponent implements OnInit, OnDestroy {
|
|
9
|
+
private readonly route;
|
|
10
|
+
private readonly caseNotifier;
|
|
11
|
+
private readonly appConfig;
|
|
12
|
+
readonly METADATA_FIELD_ACCESS_PROCEES_ID = "[ACCESS_PROCESS]";
|
|
13
|
+
readonly NON_STANDARD_USER_ACCESS_TYPES: string[];
|
|
14
|
+
hasPrint: boolean;
|
|
15
|
+
hasEventSelector: boolean;
|
|
16
|
+
prependedTabs: CaseTab[];
|
|
17
|
+
appendedTabs: CaseTab[];
|
|
18
|
+
caseDetails: CaseView;
|
|
19
|
+
caseSubscription: Subscription;
|
|
20
|
+
userAccessType: string;
|
|
21
|
+
constructor(route: ActivatedRoute, caseNotifier: CaseNotifier, appConfig: AbstractAppConfig);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
loadCaseDetails(): void;
|
|
25
|
+
setUserAccessType(caseDetails: CaseView): void;
|
|
26
|
+
isDataLoaded(): boolean;
|
|
27
|
+
hasStandardAccess(): boolean;
|
|
28
|
+
private setMockData;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseViewerComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseViewerComponent, "ccd-case-viewer", never, { "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; "prependedTabs": "prependedTabs"; "appendedTabs": "appendedTabs"; "caseDetails": "caseDetails"; }, {}, never, never>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=case-viewer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.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,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAa,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE9C,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAezD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAf5B,SAAgB,gCAAgC,sBAAsB;IACtE,SAAgB,8BAA8B,WAA8B;IAE5D,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IAExB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAC7B,WAAW,EAAE,QAAQ,CAAC;IAC/B,gBAAgB,EAAE,YAAY,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;gBAGX,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,iBAAiB;IAIxC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAMnB,eAAe,IAAI,IAAI;IAYvB,iBAAiB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAU9C,YAAY,IAAI,OAAO;IAIvB,iBAAiB,IAAI,OAAO;IAMnC,OAAO,CAAC,WAAW;iCA/DR,mBAAmB;2CAAnB,mBAAmB;CAsF/B"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./case-event-trigger/case-event-trigger.component";
|
|
3
|
+
import * as i2 from "./printer/case-printer.component";
|
|
4
|
+
import * as i3 from "./case-viewer.component";
|
|
5
|
+
import * as i4 from "./case-basic-access-view/case-basic-access-view.component";
|
|
6
|
+
import * as i5 from "./case-full-access-view/case-full-access-view.component";
|
|
7
|
+
import * as i6 from "./case-view/case-view.component";
|
|
8
|
+
import * as i7 from "./printer/pipes/print-url.pipe";
|
|
9
|
+
import * as i8 from "./case-challenged-access-request/case-challenged-access-request.component";
|
|
10
|
+
import * as i9 from "./case-specific-access-request/case-specific-access-request.component";
|
|
11
|
+
import * as i10 from "./case-review-specific-access-request/case-review-specific-access-request.component";
|
|
12
|
+
import * as i11 from "./case-challenged-access-success/case-challenged-access-success.component";
|
|
13
|
+
import * as i12 from "./case-specific-access-success/case-specific-access-success.component";
|
|
14
|
+
import * as i13 from "./case-review-specific-access-reject/case-review-specific-access-reject.component";
|
|
15
|
+
import * as i14 from "@angular/common";
|
|
16
|
+
import * as i15 from "@angular/router";
|
|
17
|
+
import * as i16 from "../error/errors.module";
|
|
18
|
+
import * as i17 from "../activity/activity.module";
|
|
19
|
+
import * as i18 from "../case-header/case-header.module";
|
|
20
|
+
import * as i19 from "../event-start/event-start.module";
|
|
21
|
+
import * as i20 from "../event-trigger/event-trigger.module";
|
|
22
|
+
import * as i21 from "../error-message/error-message.module";
|
|
23
|
+
import * as i22 from "../palette/palette.module";
|
|
24
|
+
import * as i23 from "../case-editor/case-editor.module";
|
|
25
|
+
import * as i24 from "../../directives/conditional-show/conditional-show.module";
|
|
26
|
+
import * as i25 from "../case-history/case-history.module";
|
|
27
|
+
import * as i26 from "@angular/material/tabs";
|
|
28
|
+
import * as i27 from "@angular/forms";
|
|
29
|
+
import * as i28 from "../../../components/banners/alert/alert.module";
|
|
30
|
+
import * as i29 from "../../directives/substitutor/label-substitutor.module";
|
|
31
|
+
export declare class CaseViewerModule {
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseViewerModule, never>;
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseViewerModule, [typeof i1.CaseEventTriggerComponent, typeof i2.CasePrinterComponent, typeof i3.CaseViewerComponent, typeof i4.CaseBasicAccessViewComponent, typeof i5.CaseFullAccessViewComponent, typeof i6.CaseViewComponent, typeof i7.PrintUrlPipe, typeof i8.CaseChallengedAccessRequestComponent, typeof i9.CaseSpecificAccessRequestComponent, typeof i10.CaseReviewSpecificAccessRequestComponent, typeof i11.CaseChallengedAccessSuccessComponent, typeof i12.CaseSpecificAccessSuccessComponent, typeof i13.CaseReviewSpecificAccessRejectComponent], [typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.ErrorsModule, typeof i17.ActivityModule, typeof i18.CaseHeaderModule, typeof i19.EventStartModule, typeof i20.EventTriggerModule, typeof i21.EventMessageModule, typeof i22.PaletteModule, typeof i23.CaseEditorModule, typeof i24.ConditionalShowModule, typeof i25.CaseHistoryModule, typeof i26.MatTabsModule, typeof i27.ReactiveFormsModule, typeof i28.AlertModule, typeof i29.LabelSubstitutorModule], [typeof i3.CaseViewerComponent, typeof i6.CaseViewComponent]>;
|
|
34
|
+
static ɵinj: i0.ɵɵInjectorDef<CaseViewerModule>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=case-viewer.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-viewer.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyCA,qBAqDa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAC5B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from './services';
|
|
2
|
+
export * from './case-event-trigger';
|
|
3
|
+
export * from './case-view';
|
|
4
|
+
export * from './case-basic-access-view';
|
|
5
|
+
export * from './case-full-access-view';
|
|
6
|
+
export * from './printer';
|
|
7
|
+
export * from './case-viewer.component';
|
|
8
|
+
export * from './case-viewer.module';
|
|
9
|
+
export * from './viewer.routing';
|
|
10
|
+
export * from './case-challenged-access-request';
|
|
11
|
+
export * from './case-challenged-access-success';
|
|
12
|
+
export * from './case-specific-access-success';
|
|
13
|
+
export * from './case-specific-access-request';
|
|
14
|
+
//# 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-viewer/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { CasePrintDocument } from '../../../domain/case-view/case-print-document.model';
|
|
4
|
+
import { CaseView } from '../../../domain/case-view/case-view.model';
|
|
5
|
+
import { AlertService } from '../../../services/alert/alert.service';
|
|
6
|
+
import { CaseNotifier } from '../../case-editor/services/case.notifier';
|
|
7
|
+
import { CasesService } from '../../case-editor/services/cases.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CasePrinterComponent implements OnInit, OnDestroy {
|
|
10
|
+
private readonly caseNotifier;
|
|
11
|
+
private readonly casesService;
|
|
12
|
+
private readonly alertService;
|
|
13
|
+
private readonly ERROR_MESSAGE;
|
|
14
|
+
caseDetails: CaseView;
|
|
15
|
+
documents: CasePrintDocument[];
|
|
16
|
+
caseSubscription: Subscription;
|
|
17
|
+
constructor(caseNotifier: CaseNotifier, casesService: CasesService, alertService: AlertService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
isDataLoaded(): boolean;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDef<CasePrinterComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CasePrinterComponent, "ng-component", never, {}, {}, never, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=case-printer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-printer.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/printer/case-printer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAc,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qDAAqD,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;;AAExE,qBAGa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IAS1D,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAT/B,OAAO,CAAC,QAAQ,CAAC,aAAa,CAA2B;IAElD,WAAW,EAAE,QAAQ,CAAC;IACtB,SAAS,EAAE,iBAAiB,EAAE,CAAC;IAC/B,gBAAgB,EAAE,YAAY,CAAC;gBAGnB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;IAwBhB,WAAW,IAAI,IAAI;IAMnB,YAAY;iCA5CR,oBAAoB;2CAApB,oBAAoB;CAgDhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/printer/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/printer/pipes/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { AbstractAppConfig } from '../../../../../app.config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PrintUrlPipe implements PipeTransform {
|
|
5
|
+
private readonly appConfig;
|
|
6
|
+
private static readonly MSIE_BROWSER_NAME;
|
|
7
|
+
private static readonly IE11_BROWSER_ENGINE;
|
|
8
|
+
constructor(appConfig: AbstractAppConfig);
|
|
9
|
+
/**
|
|
10
|
+
* Takes a "remote" Print Service URL (for example, as returned by calling the `/documents` CCD endpoint) and
|
|
11
|
+
* rewrites it into a "local", application-specific URL for the front-end. The resulting URL is of the form:
|
|
12
|
+
*
|
|
13
|
+
* Configurable "Local URL" (e.g. `/print`) + _pathname_ from original "remote URL"
|
|
14
|
+
* (e.g. `/jurisdictions/TEST/case-types/Test1/cases/1111222233334444`)
|
|
15
|
+
*
|
|
16
|
+
* @param remoteUrl The "remote" URL to rewrite
|
|
17
|
+
* @returns A rewritten URL as per the above description, or the original `remoteUrl` if it is `null`, `undefined`,
|
|
18
|
+
* or the empty string
|
|
19
|
+
*/
|
|
20
|
+
transform(remoteUrl: string): string;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDef<PrintUrlPipe, never>;
|
|
22
|
+
static ɵpipe: i0.ɵɵPipeDefWithMeta<PrintUrlPipe, "ccdPrintUrl">;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=print-url.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"print-url.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAE9D,qBAGa,YAAa,YAAW,aAAa;IAKpC,OAAO,CAAC,QAAQ,CAAC,SAAS;IAHtC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,iBAAiB,CAAU;IACnD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,mBAAmB,CAAa;gBAE3B,SAAS,EAAE,iBAAiB;IAEzD;;;;;;;;;;OAUG;IACI,SAAS,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;iCAlBhC,YAAY;uCAAZ,YAAY;CAiDxB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActivatedRouteSnapshot, Resolve, Router } from '@angular/router';
|
|
2
|
+
import { CaseView } from '../../../domain/case-view/case-view.model';
|
|
3
|
+
import { DraftService } from '../../../services/draft/draft.service';
|
|
4
|
+
import { NavigationNotifierService } from '../../../services/navigation/navigation-notifier.service';
|
|
5
|
+
import { CaseNotifier } from '../../case-editor/services/case.notifier';
|
|
6
|
+
import { CasesService } from '../../case-editor/services/cases.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CaseResolver implements Resolve<CaseView> {
|
|
9
|
+
private readonly caseNotifier;
|
|
10
|
+
private readonly casesService;
|
|
11
|
+
private readonly draftService;
|
|
12
|
+
private readonly navigationNotifierService;
|
|
13
|
+
private readonly router;
|
|
14
|
+
static readonly EVENT_REGEX: RegExp;
|
|
15
|
+
static readonly PARAM_CASE_ID = "cid";
|
|
16
|
+
static readonly CASE_CREATED_MSG = "The case has been created successfully";
|
|
17
|
+
previousUrl: string;
|
|
18
|
+
constructor(caseNotifier: CaseNotifier, casesService: CasesService, draftService: DraftService, navigationNotifierService: NavigationNotifierService, router: Router);
|
|
19
|
+
resolve(route: ActivatedRouteSnapshot): Promise<CaseView>;
|
|
20
|
+
private navigateToCaseList;
|
|
21
|
+
private isRootCaseViewRoute;
|
|
22
|
+
private isTabViewRoute;
|
|
23
|
+
private getAndCacheCaseView;
|
|
24
|
+
private getAndCacheDraft;
|
|
25
|
+
private checkAuthorizationError;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseResolver, never>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDef<CaseResolver>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=case.resolver.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/case.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAiB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAIzF,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AAErG,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;;AAExE,qBACa,YAAa,YAAW,OAAO,CAAC,QAAQ,CAAC;IAUxC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,MAAM;IAZnC,gBAAuB,WAAW,SAAyC;IAC3E,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,gBAAgB,4CAA4C;IAK5E,WAAW,EAAE,MAAM,CAAC;gBACE,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,MAAM,EAAE,MAAM;IAQpC,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,QAAQ,CAAC;IAehE,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,mBAAmB;IAsB3B,OAAO,CAAC,gBAAgB;IAkBxB,OAAO,CAAC,uBAAuB;iCA3FpB,YAAY;qCAAZ,YAAY;CAuGxB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ActivatedRouteSnapshot, Resolve } from '@angular/router';
|
|
2
|
+
import { CaseEventTrigger } from '../../../domain/case-view/case-event-trigger.model';
|
|
3
|
+
import { AlertService } from '../../../services/alert/alert.service';
|
|
4
|
+
import { ProfileNotifier } from '../../../services/profile/profile.notifier';
|
|
5
|
+
import { ProfileService } from '../../../services/profile/profile.service';
|
|
6
|
+
import { CasesService } from '../../case-editor/services/cases.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class EventTriggerResolver implements Resolve<CaseEventTrigger> {
|
|
9
|
+
private readonly casesService;
|
|
10
|
+
private readonly alertService;
|
|
11
|
+
private readonly profileService;
|
|
12
|
+
private readonly profileNotifier;
|
|
13
|
+
static readonly PARAM_CASE_ID = "cid";
|
|
14
|
+
static readonly PARAM_EVENT_ID = "eid";
|
|
15
|
+
static readonly IGNORE_WARNING = "ignoreWarning";
|
|
16
|
+
private static readonly IGNORE_WARNING_VALUES;
|
|
17
|
+
private cachedEventTrigger;
|
|
18
|
+
private cachedProfile;
|
|
19
|
+
constructor(casesService: CasesService, alertService: AlertService, profileService: ProfileService, profileNotifier: ProfileNotifier);
|
|
20
|
+
resolve(route: ActivatedRouteSnapshot): Promise<CaseEventTrigger>;
|
|
21
|
+
private isRootTriggerEventRoute;
|
|
22
|
+
private getAndCacheEventTrigger;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDef<EventTriggerResolver, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDef<EventTriggerResolver>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=event-trigger.resolver.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-trigger.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/event-trigger.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAGlE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAEtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;;AAExE,qBACa,oBAAqB,YAAW,OAAO,CAAC,gBAAgB,CAAC;IAQlE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAVlC,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,cAAc,SAAS;IAC9C,gBAAuB,cAAc,mBAAmB;IACxD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAuB;IACpE,OAAO,CAAC,kBAAkB,CAAmB;IAC7C,OAAO,CAAC,aAAa,CAAU;gBAEZ,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,eAAe,EAAE,eAAe;IAG5C,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAMxE,OAAO,CAAC,uBAAuB;IAK/B,OAAO,CAAC,uBAAuB;iCAzBpB,oBAAoB;qCAApB,oBAAoB;CAsDhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"viewer.routing.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/viewer.routing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAyBzC,eAAO,MAAM,aAAa,EAAE,MA8G3B,CAAC"}
|
package/lib/shared/components/create-case-filters/create-case-filters-selection.model.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-case-filters-selection.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters-selection.model.ts"],"names":[],"mappings":"AAAA,qBAAa,0BAA0B;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;;CAO1B"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { CaseEvent } from '../../domain/definition/case-event.model';
|
|
4
|
+
import { CaseTypeLite } from '../../domain/definition/case-type-lite.model';
|
|
5
|
+
import { Jurisdiction } from '../../domain/definition/jurisdiction.model';
|
|
6
|
+
import { DefinitionsService } from '../../services/definitions/definitions.service';
|
|
7
|
+
import { OrderService } from '../../services/order/order.service';
|
|
8
|
+
import { SessionStorageService } from '../../services/session/session-storage.service';
|
|
9
|
+
import { CreateCaseFiltersSelection } from './create-case-filters-selection.model';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class CreateCaseFiltersComponent implements OnInit {
|
|
12
|
+
private readonly orderService;
|
|
13
|
+
private readonly definitionsService;
|
|
14
|
+
private readonly sessionStorageService;
|
|
15
|
+
isDisabled: boolean;
|
|
16
|
+
startButtonText: string;
|
|
17
|
+
selectionSubmitted: EventEmitter<CreateCaseFiltersSelection>;
|
|
18
|
+
selectionChanged: EventEmitter<any>;
|
|
19
|
+
formGroup: FormGroup;
|
|
20
|
+
selected: {
|
|
21
|
+
jurisdiction?: Jurisdiction;
|
|
22
|
+
caseType?: CaseTypeLite;
|
|
23
|
+
event?: CaseEvent;
|
|
24
|
+
formGroup?: FormGroup;
|
|
25
|
+
};
|
|
26
|
+
jurisdictions: Jurisdiction[];
|
|
27
|
+
selectedJurisdictionCaseTypes?: CaseTypeLite[];
|
|
28
|
+
selectedCaseTypeEvents?: CaseEvent[];
|
|
29
|
+
filterJurisdictionControl: FormControl;
|
|
30
|
+
filterCaseTypeControl: FormControl;
|
|
31
|
+
filterEventControl: FormControl;
|
|
32
|
+
constructor(orderService: OrderService, definitionsService: DefinitionsService, sessionStorageService: SessionStorageService);
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
onJurisdictionIdChange(): void;
|
|
35
|
+
onCaseTypeIdChange(): void;
|
|
36
|
+
onEventIdChange(): void;
|
|
37
|
+
isCreatable(): boolean;
|
|
38
|
+
apply(): void;
|
|
39
|
+
initControls(): void;
|
|
40
|
+
emitChange(): void;
|
|
41
|
+
private sortEvents;
|
|
42
|
+
private retainEventsWithNoPreStates;
|
|
43
|
+
private retainEventsWithCreateRights;
|
|
44
|
+
private hasCreateAccess;
|
|
45
|
+
private selectJurisdiction;
|
|
46
|
+
private selectCaseType;
|
|
47
|
+
private selectEvent;
|
|
48
|
+
private findJurisdiction;
|
|
49
|
+
private findCaseType;
|
|
50
|
+
private findEvent;
|
|
51
|
+
private resetCaseType;
|
|
52
|
+
private resetEvent;
|
|
53
|
+
private isEmpty;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDef<CreateCaseFiltersComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CreateCaseFiltersComponent, "ccd-create-case-filters", never, { "isDisabled": "isDisabled"; "startButtonText": "startButtonText"; }, { "selectionSubmitted": "selectionSubmitted"; "selectionChanged": "selectionChanged"; }, never, never>;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=create-case-filters.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-case-filters.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gDAAgD,CAAC;AACvF,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;;AAEnF,qBAIa,0BAA2B,YAAW,MAAM;IA6BrD,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IA5BjC,UAAU,EAAE,OAAO,CAAC;IAEpB,eAAe,EAAE,MAAM,CAAC;IAExB,kBAAkB,EAAE,YAAY,CAAC,0BAA0B,CAAC,CAAsB;IAElF,gBAAgB,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzD,SAAS,EAAE,SAAS,CAAqB;IAEzC,QAAQ,EAAE;QACf,YAAY,CAAC,EAAE,YAAY,CAAC;QAC5B,QAAQ,CAAC,EAAE,YAAY,CAAC;QACxB,KAAK,CAAC,EAAE,SAAS,CAAC;QAClB,SAAS,CAAC,EAAE,SAAS,CAAA;KACtB,CAAC;IAEK,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,6BAA6B,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/C,sBAAsB,CAAC,EAAE,SAAS,EAAE,CAAC;IAErC,yBAAyB,EAAE,WAAW,CAAC;IACvC,qBAAqB,EAAE,WAAW,CAAC;IACnC,kBAAkB,EAAE,WAAW,CAAC;gBAGpB,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB,EACtC,qBAAqB,EAAE,qBAAqB;IAGxD,QAAQ;IAaR,sBAAsB,IAAI,IAAI;IAW9B,kBAAkB,IAAI,IAAI;IAU1B,eAAe,IAAI,IAAI;IASvB,WAAW,IAAI,OAAO;IAQtB,KAAK;IAQL,YAAY,IAAI,IAAI;IASpB,UAAU,IAAI,IAAI;IAQzB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,2BAA2B;IAInC,OAAO,CAAC,4BAA4B;IAMpC,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,cAAc;IAOtB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,aAAa;IAQrB,OAAO,CAAC,UAAU;IAQlB,OAAO,CAAC,OAAO;iCAjLJ,0BAA0B;2CAA1B,0BAA0B;CAoLtC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./create-case-filters.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../../services/definitions/definitions.module";
|
|
6
|
+
import * as i5 from "../error/errors.module";
|
|
7
|
+
export declare class CreateCaseFiltersModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDef<CreateCaseFiltersModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CreateCaseFiltersModule, [typeof i1.CreateCaseFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.DefinitionsModule, typeof i5.ErrorsModule], [typeof i1.CreateCaseFiltersComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDef<CreateCaseFiltersModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=create-case-filters.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-case-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAgBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC"}
|
package/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DeleteOrCancelDialogComponent {
|
|
4
|
+
private readonly matDialogRef;
|
|
5
|
+
result: string;
|
|
6
|
+
constructor(matDialogRef: MatDialogRef<DeleteOrCancelDialogComponent>);
|
|
7
|
+
delete(): void;
|
|
8
|
+
cancel(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDef<DeleteOrCancelDialogComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<DeleteOrCancelDialogComponent, "ccd-delete-or-cancel-dialog", never, {}, {}, never, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=delete-or-cancel-dialog.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-or-cancel-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;;AAExD,qBAKa,6BAA6B;IAI5B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAFlC,MAAM,EAAE,MAAM,CAAC;gBAEO,YAAY,EAAE,YAAY,CAAC,6BAA6B,CAAC;IAE/E,MAAM;IAIN,MAAM;iCAVF,6BAA6B;2CAA7B,6BAA6B;CAczC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/delete-or-cancel-dialog/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./document-dialog/document-dialog.component";
|
|
3
|
+
import * as i2 from "./delete-or-cancel-dialog/delete-or-cancel-dialog.component";
|
|
4
|
+
import * as i3 from "./save-or-discard-dialog/save-or-discard-dialog.component";
|
|
5
|
+
import * as i4 from "./remove-dialog/remove-dialog.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
export declare class DialogsModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDef<DialogsModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<DialogsModule, [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDef<DialogsModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=dialogs.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialogs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/dialogs.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAmBa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/document-dialog/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
|