@hmcts/ccd-case-ui-toolkit 6.16.0-query-details-navigation → 6.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +5184 -9659
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/app.config.js +1 -1
- package/esm2015/lib/components/banners/alert/alert.component.js +5 -7
- package/esm2015/lib/components/banners/alert/alert.module.js +4 -12
- package/esm2015/lib/components/footer/footer.component.js +30 -55
- package/esm2015/lib/components/footer/footers.module.js +4 -12
- package/esm2015/lib/components/form/date-input/date-input.component.js +37 -56
- package/esm2015/lib/components/form/form.module.js +4 -8
- package/esm2015/lib/components/header/header-bar/header-bar.component.js +19 -32
- package/esm2015/lib/components/header/headers.module.js +4 -6
- package/esm2015/lib/components/header/navigation/navigation-item.component.js +7 -9
- package/esm2015/lib/components/header/phase/phase.component.js +9 -20
- package/esm2015/lib/components/tabs/tabs.component.js +5 -8
- package/esm2015/lib/components/tabs/tabs.module.js +2 -6
- package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +9 -12
- package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +8 -11
- package/esm2015/lib/shared/components/activity/activity.component.js +10 -15
- package/esm2015/lib/shared/components/activity/activity.module.js +2 -6
- package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +272 -13
- package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +28 -32
- package/esm2015/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.js +80 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +208 -228
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +194 -511
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +33 -37
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +26 -51
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +28 -51
- package/esm2015/lib/shared/components/case-editor/case-progress/case-progress.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/services/case-edit-wizard.guard.js +2 -3
- package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +2 -2
- package/esm2015/lib/shared/components/case-history/case-history.component.js +63 -89
- package/esm2015/lib/shared/components/case-history/case-history.module.js +14 -18
- package/esm2015/lib/shared/components/case-list/case-list.component.js +49 -56
- package/esm2015/lib/shared/components/case-list/case-list.module.js +4 -8
- package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +7 -11
- package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +6 -9
- package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +8 -12
- package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +61 -106
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +69 -89
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +23 -45
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +14 -19
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +145 -172
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +20 -32
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +79 -107
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +49 -79
- package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +33 -15
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +27 -37
- package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +22 -36
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +40 -63
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +2 -6
- package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +14 -28
- package/esm2015/lib/shared/components/dialogs/dialogs.module.js +2 -6
- package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +14 -28
- package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +14 -28
- package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +14 -28
- package/esm2015/lib/shared/components/error/callback-errors.component.js +23 -39
- package/esm2015/lib/shared/components/error/errors.module.js +2 -6
- package/esm2015/lib/shared/components/error-message/error-message.component.js +11 -14
- package/esm2015/lib/shared/components/error-message/error-message.module.js +4 -8
- package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +20 -39
- package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +18 -34
- package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +19 -34
- package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +25 -50
- package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +20 -39
- package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +18 -34
- package/esm2015/lib/shared/components/event-start/event-start.module.js +4 -8
- package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +17 -27
- package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +2 -6
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +5 -7
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +2 -6
- package/esm2015/lib/shared/components/pagination/pagination.component.js +67 -84
- package/esm2015/lib/shared/components/pagination/pagination.module.js +4 -8
- package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +31 -50
- package/esm2015/lib/shared/components/palette/base-field/abstract-field-read.component.js +1 -1
- package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +8 -10
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +1 -5
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +79 -29
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +37 -62
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.js +42 -244
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +73 -144
- package/esm2015/lib/shared/components/palette/case-flag/components/index.js +1 -3
- package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +87 -62
- package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.js +101 -133
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +35 -55
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +113 -186
- package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.js +99 -286
- package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag-state.model.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag.model.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/domain/language.model.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.js +2 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.js +3 -8
- package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +2 -8
- package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.js +2 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.js +1 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.js +1 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.js +2 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.js +4 -8
- package/esm2015/lib/shared/components/palette/case-flag/index.js +1 -2
- package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +50 -121
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +141 -250
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +57 -68
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +46 -50
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +6 -7
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +20 -22
- package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +17 -29
- package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +25 -31
- package/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +7 -9
- package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +20 -32
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +7 -9
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +15 -24
- package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +7 -9
- package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +14 -19
- package/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +7 -9
- package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +15 -20
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +65 -87
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +46 -60
- package/esm2015/lib/shared/components/palette/index.js +2 -3
- package/esm2015/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.js +45 -22
- package/esm2015/lib/shared/components/palette/label/label-field.component.js +5 -24
- package/esm2015/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.js +2 -4
- package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.js +2 -4
- package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +2 -4
- package/esm2015/lib/shared/components/palette/markdown/index.js +1 -2
- package/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +11 -15
- package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +14 -19
- package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +25 -43
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +6 -7
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +29 -41
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +35 -48
- package/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +50 -88
- package/esm2015/lib/shared/components/palette/palette.module.js +82 -178
- package/esm2015/lib/shared/components/palette/palette.service.js +2 -5
- package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/text/read-text-field.component.js +5 -7
- package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +5 -7
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +5 -7
- package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +15 -20
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +35 -60
- package/esm2015/lib/shared/components/search-filters/search-filters.module.js +10 -14
- package/esm2015/lib/shared/components/search-result/search-result.component.js +80 -102
- package/esm2015/lib/shared/components/search-result/search-result.module.js +13 -16
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +52 -90
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +9 -13
- package/esm2015/lib/shared/directives/conditional-show/conditional-show-form.directive.js +2 -2
- package/esm2015/lib/shared/domain/case-edit/case-edit.model.js +2 -0
- package/esm2015/lib/shared/domain/case-edit/index.js +2 -0
- package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +1 -1
- package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +2 -17
- package/esm2015/lib/shared/domain/case-view/case-view-trigger.model.js +2 -1
- package/esm2015/lib/shared/domain/definition/display-context-enum.model.js +1 -3
- package/esm2015/lib/shared/domain/index.js +2 -1
- package/esm2015/lib/shared/fixture/shared.test.fixture.js +1 -2
- package/esm2015/lib/shared/pipes/index.js +2 -3
- package/esm2015/lib/shared/pipes/pipes.module.js +5 -9
- package/esm2015/lib/shared/services/alert/alert.service.js +8 -28
- package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +4 -10
- package/esm2015/lib/shared/services/request/request.options.builder.js +1 -7
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +6431 -10499
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts.map +1 -1
- package/lib/components/banners/alert/alert.module.d.ts +1 -2
- package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
- package/lib/components/footer/footers.module.d.ts +1 -2
- package/lib/components/footer/footers.module.d.ts.map +1 -1
- package/lib/components/form/form.module.d.ts +1 -2
- package/lib/components/form/form.module.d.ts.map +1 -1
- package/lib/components/header/headers.module.d.ts +1 -2
- package/lib/components/header/headers.module.d.ts.map +1 -1
- package/lib/components/tabs/tabs.component.d.ts.map +1 -1
- package/lib/components/tabs/tabs.module.d.ts +1 -2
- package/lib/components/tabs/tabs.module.d.ts.map +1 -1
- package/lib/shared/components/activity/activity.module.d.ts +1 -2
- package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +65 -10
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts +0 -1
- package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts +8 -0
- package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +10 -9
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +7 -56
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-editor.module.d.ts +13 -13
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts.map +1 -1
- package/lib/shared/components/case-history/case-history.module.d.ts +1 -2
- package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -1
- package/lib/shared/components/case-list/case-list.module.d.ts +1 -2
- package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -1
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +1 -2
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -1
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts +1 -2
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +7 -5
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts +6 -3
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts +4 -6
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +1 -2
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts +1 -2
- package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
- package/lib/shared/components/error/callback-errors.component.d.ts +2 -3
- package/lib/shared/components/error/callback-errors.component.d.ts.map +1 -1
- package/lib/shared/components/error/errors.module.d.ts +1 -2
- package/lib/shared/components/error/errors.module.d.ts.map +1 -1
- package/lib/shared/components/error-message/error-message.module.d.ts +1 -2
- package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-start.module.d.ts +1 -2
- package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -1
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts +1 -2
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts +1 -2
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
- package/lib/shared/components/pagination/pagination.module.d.ts +1 -2
- package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts +0 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +9 -7
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +4 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts +5 -20
- package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/index.d.ts +0 -2
- package/lib/shared/components/palette/case-flag/components/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +8 -4
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +8 -10
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +8 -12
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +9 -19
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts +10 -1
- package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts +0 -6
- package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/domain/language.model.d.ts +0 -1
- package/lib/shared/components/palette/case-flag/domain/language.model.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts +3 -8
- package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/index.d.ts +1 -7
- package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts +0 -1
- package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts +1 -3
- package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts +2 -3
- package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts +3 -7
- package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/index.d.ts +0 -1
- package/lib/shared/components/palette/case-flag/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts +8 -11
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +24 -23
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +2 -3
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +1 -2
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts +10 -9
- package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts +1 -2
- package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts +0 -4
- package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/markdown/index.d.ts +0 -1
- package/lib/shared/components/palette/markdown/index.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +117 -135
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts +1 -2
- package/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.component.d.ts +1 -1
- package/lib/shared/components/search-result/search-result.module.d.ts +2 -3
- package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +1 -2
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
- package/lib/shared/domain/case-edit/case-edit.model.d.ts +26 -0
- package/lib/shared/domain/case-edit/case-edit.model.d.ts.map +1 -0
- package/lib/shared/domain/case-edit/index.d.ts +2 -0
- package/lib/shared/domain/case-edit/index.d.ts.map +1 -0
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts +1 -0
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
- package/lib/shared/domain/case-flag/flag-type.model.d.ts +1 -6
- package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/case-view-trigger.model.d.ts +1 -0
- package/lib/shared/domain/case-view/case-view-trigger.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/display-context-enum.model.d.ts +1 -3
- package/lib/shared/domain/definition/display-context-enum.model.d.ts.map +1 -1
- package/lib/shared/domain/index.d.ts +1 -0
- package/lib/shared/domain/index.d.ts.map +1 -1
- package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
- package/lib/shared/pipes/index.d.ts +1 -2
- package/lib/shared/pipes/index.d.ts.map +1 -1
- package/lib/shared/pipes/pipes.module.d.ts +2 -3
- package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
- package/lib/shared/services/alert/alert.service.d.ts +4 -8
- package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +2 -3
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts.map +1 -1
- package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.js +0 -7
- package/esm2015/lib/shared/components/case-editor/services/case-flag-state.service.js +0 -19
- package/esm2015/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.js +0 -181
- package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.js +0 -292
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.js +0 -9
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.js +0 -12
- package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.js +0 -41
- package/esm2015/lib/shared/components/palette/case-flag/pipes/index.js +0 -5
- package/esm2015/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.js +0 -41
- package/esm2015/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.js +0 -109
- package/esm2015/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.js +0 -77
- package/esm2015/lib/shared/components/palette/markdown/markdown-component.module.js +0 -42
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +0 -164
- package/esm2015/lib/shared/components/palette/query-management/components/index.js +0 -10
- package/esm2015/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.js +0 -64
- package/esm2015/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.js +0 -171
- package/esm2015/lib/shared/components/palette/query-management/components/query-create/query-create.component.js +0 -18
- package/esm2015/lib/shared/components/palette/query-management/components/query-details/query-details.component.js +0 -56
- package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +0 -147
- package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +0 -175
- package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +0 -66
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +0 -214
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +0 -167
- package/esm2015/lib/shared/components/palette/query-management/index.js +0 -6
- package/esm2015/lib/shared/components/palette/query-management/models/index.js +0 -7
- package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-message.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.js +0 -18
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.js +0 -35
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.js +0 -7
- package/esm2015/lib/shared/components/palette/query-management/read-query-management-field.component.js +0 -83
- package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +0 -12
- package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +0 -60
- package/esm2015/lib/shared/domain/alert/alert-status-params.model.js +0 -2
- package/esm2015/lib/shared/domain/case-view/case-view-event-ids.enum.js +0 -6
- package/esm2015/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.js +0 -16
- package/esm2015/lib/shared/pipes/generic/index.js +0 -2
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts +0 -6
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts.map +0 -1
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts +0 -11
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +0 -28
- package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts +0 -27
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts +0 -8
- package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts +0 -11
- package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts +0 -19
- package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/index.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/pipes/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts +0 -18
- package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts +0 -25
- package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts +0 -21
- package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/markdown/markdown-component.module.d.ts +0 -13
- package/lib/shared/components/palette/markdown/markdown-component.module.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts +0 -5
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/index.d.ts +0 -10
- package/lib/shared/components/palette/query-management/components/index.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts +0 -10
- package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +0 -18
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts +0 -9
- package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +0 -11
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts +0 -12
- package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +0 -18
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts +0 -5
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +0 -17
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +0 -8
- package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +0 -18
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/index.d.ts +0 -6
- package/lib/shared/components/palette/query-management/index.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/index.d.ts +0 -7
- package/lib/shared/components/palette/query-management/models/index.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts +0 -14
- package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts +0 -7
- package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts +0 -7
- package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts +0 -10
- package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts +0 -21
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts +0 -6
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +0 -17
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +0 -7
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts +0 -16
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +0 -1
- package/lib/shared/domain/alert/alert-status-params.model.d.ts +0 -6
- package/lib/shared/domain/alert/alert-status-params.model.d.ts.map +0 -1
- package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts +0 -5
- package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts.map +0 -1
- package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts +0 -8
- package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts.map +0 -1
- package/lib/shared/pipes/generic/index.d.ts +0 -2
- package/lib/shared/pipes/generic/index.d.ts.map +0 -1
|
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/router";
|
|
5
|
-
import * as i2 from "rpx-xui-translation";
|
|
6
5
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
7
6
|
export class MultipleTasksExistComponent {
|
|
8
7
|
constructor(route) {
|
|
@@ -11,59 +10,41 @@ export class MultipleTasksExistComponent {
|
|
|
11
10
|
}
|
|
12
11
|
}
|
|
13
12
|
MultipleTasksExistComponent.ɵfac = function MultipleTasksExistComponent_Factory(t) { return new (t || MultipleTasksExistComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute)); };
|
|
14
|
-
MultipleTasksExistComponent.ɵcmp = i0.ɵɵdefineComponent({ type: MultipleTasksExistComponent, selectors: [["app-multiple-tasks-exist"]], decls:
|
|
13
|
+
MultipleTasksExistComponent.ɵcmp = i0.ɵɵdefineComponent({ type: MultipleTasksExistComponent, selectors: [["app-multiple-tasks-exist"]], decls: 18, vars: 3, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function MultipleTasksExistComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15
14
|
i0.ɵɵelementStart(0, "div", 0);
|
|
16
15
|
i0.ɵɵelementStart(1, "div", 1);
|
|
17
16
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
18
|
-
i0.ɵɵtext(3);
|
|
19
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
17
|
+
i0.ɵɵtext(3, " There is a problem ");
|
|
20
18
|
i0.ɵɵelementEnd();
|
|
21
|
-
i0.ɵɵelementStart(
|
|
22
|
-
i0.ɵɵelementStart(
|
|
23
|
-
i0.ɵɵelementStart(
|
|
24
|
-
i0.ɵɵelementStart(
|
|
25
|
-
i0.ɵɵtext(
|
|
26
|
-
i0.ɵɵpipe(10, "rpxTranslate");
|
|
19
|
+
i0.ɵɵelementStart(4, "div", 3);
|
|
20
|
+
i0.ɵɵelementStart(5, "ul", 4);
|
|
21
|
+
i0.ɵɵelementStart(6, "li");
|
|
22
|
+
i0.ɵɵelementStart(7, "a", 5);
|
|
23
|
+
i0.ɵɵtext(8, "Multiple tasks exist");
|
|
27
24
|
i0.ɵɵelementEnd();
|
|
28
25
|
i0.ɵɵelementEnd();
|
|
29
26
|
i0.ɵɵelementEnd();
|
|
30
27
|
i0.ɵɵelementEnd();
|
|
31
28
|
i0.ɵɵelementEnd();
|
|
32
|
-
i0.ɵɵelementStart(
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵtext(
|
|
35
|
-
i0.ɵɵpipe(14, "rpxTranslate");
|
|
29
|
+
i0.ɵɵelementStart(9, "div", 6);
|
|
30
|
+
i0.ɵɵelementStart(10, "h2", 7);
|
|
31
|
+
i0.ɵɵtext(11, "Multiple tasks exist");
|
|
36
32
|
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(
|
|
38
|
-
i0.ɵɵtext(
|
|
39
|
-
i0.ɵɵpipe(17, "rpxTranslate");
|
|
33
|
+
i0.ɵɵelementStart(12, "p");
|
|
34
|
+
i0.ɵɵtext(13, "You're starting work which could complete more than one of the active tasks for this case.");
|
|
40
35
|
i0.ɵɵelementEnd();
|
|
41
|
-
i0.ɵɵelementStart(
|
|
42
|
-
i0.ɵɵtext(
|
|
43
|
-
i0.ɵɵpipe(20, "rpxTranslate");
|
|
36
|
+
i0.ɵɵelementStart(14, "p");
|
|
37
|
+
i0.ɵɵtext(15, "Return to tasks tab and start the event from there.");
|
|
44
38
|
i0.ɵɵelementEnd();
|
|
45
|
-
i0.ɵɵelementStart(
|
|
46
|
-
i0.ɵɵtext(
|
|
47
|
-
i0.ɵɵpipe(23, "rpxTranslate");
|
|
39
|
+
i0.ɵɵelementStart(16, "a", 8);
|
|
40
|
+
i0.ɵɵtext(17, "Return to tasks tab");
|
|
48
41
|
i0.ɵɵelementEnd();
|
|
49
42
|
i0.ɵɵelementEnd();
|
|
50
43
|
i0.ɵɵelementEnd();
|
|
51
44
|
} if (rf & 2) {
|
|
52
|
-
i0.ɵɵadvance(
|
|
53
|
-
i0.ɵɵ
|
|
54
|
-
|
|
55
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 9, "Multiple tasks exist"));
|
|
56
|
-
i0.ɵɵadvance(4);
|
|
57
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(14, 11, "Multiple tasks exist"), " ");
|
|
58
|
-
i0.ɵɵadvance(3);
|
|
59
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 13, "You're starting work which could complete more than one of the active tasks for this case."));
|
|
60
|
-
i0.ɵɵadvance(3);
|
|
61
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 15, "Return to tasks tab and start the event from there."));
|
|
62
|
-
i0.ɵɵadvance(2);
|
|
63
|
-
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(19, _c0, ctx.caseId));
|
|
64
|
-
i0.ɵɵadvance(1);
|
|
65
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(23, 17, "Return to tasks tab"));
|
|
66
|
-
} }, directives: [i1.RouterLinkWithHref], pipes: [i2.RpxTranslatePipe], encapsulation: 2 });
|
|
45
|
+
i0.ɵɵadvance(16);
|
|
46
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(1, _c0, ctx.caseId));
|
|
47
|
+
} }, directives: [i1.RouterLinkWithHref], encapsulation: 2 });
|
|
67
48
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MultipleTasksExistComponent, [{
|
|
68
49
|
type: Component,
|
|
69
50
|
args: [{
|
|
@@ -71,4 +52,4 @@ MultipleTasksExistComponent.ɵcmp = i0.ɵɵdefineComponent({ type: MultipleTasks
|
|
|
71
52
|
templateUrl: './multiple-tasks-exist.component.html'
|
|
72
53
|
}]
|
|
73
54
|
}], function () { return [{ type: i1.ActivatedRoute }]; }, null); })();
|
|
74
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
55
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlwbGUtdGFza3MtZXhpc3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvbXVsdGlwbGUtdGFza3MtZXhpc3QvbXVsdGlwbGUtdGFza3MtZXhpc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvbXVsdGlwbGUtdGFza3MtZXhpc3QvbXVsdGlwbGUtdGFza3MtZXhpc3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0saUJBQWlCLENBQUM7Ozs7QUFNakQsTUFBTSxPQUFPLDJCQUEyQjtJQUl0QyxZQUE2QixLQUFxQjtRQUFyQixVQUFLLEdBQUwsS0FBSyxDQUFnQjtRQUNoRCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQ3RELENBQUM7O3NHQU5VLDJCQUEyQjtnRUFBM0IsMkJBQTJCO1FDUHhDLDhCQUE4QjtRQUM1Qiw4QkFBOEg7UUFDNUgsNkJBQWdFO1FBQzlELG9DQUNGO1FBQUEsaUJBQUs7UUFDTCw4QkFBdUM7UUFDckMsNkJBQWlEO1FBQy9DLDBCQUFJO1FBQ0YsNEJBQVk7UUFBQSxvQ0FBb0I7UUFBQSxpQkFBSTtRQUN0QyxpQkFBSztRQUNQLGlCQUFLO1FBQ1AsaUJBQU07UUFDUixpQkFBTTtRQUVOLDhCQUFzRDtRQUNwRCw4QkFBNEI7UUFBQSxxQ0FBb0I7UUFBQSxpQkFBSztRQUVyRCwwQkFBRztRQUFBLDJHQUEwRjtRQUFBLGlCQUFJO1FBRWpHLDBCQUFHO1FBQUEsb0VBQW1EO1FBQUEsaUJBQUk7UUFFMUQsNkJBQTRGO1FBQUEsb0NBQW1CO1FBQUEsaUJBQUk7UUFDckgsaUJBQU07UUFDUixpQkFBTTs7UUFGMkIsZ0JBQThEO1FBQTlELG1FQUE4RDs7dUZEZGxGLDJCQUEyQjtjQUp2QyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLDBCQUEwQjtnQkFDcEMsV0FBVyxFQUFFLHVDQUF1QzthQUNyRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbXVsdGlwbGUtdGFza3MtZXhpc3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vbXVsdGlwbGUtdGFza3MtZXhpc3QuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIE11bHRpcGxlVGFza3NFeGlzdENvbXBvbmVudCB7XG5cbiAgcHVibGljIGNhc2VJZDogc3RyaW5nO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcm91dGU6IEFjdGl2YXRlZFJvdXRlKSB7XG4gICAgdGhpcy5jYXNlSWQgPSB0aGlzLnJvdXRlLnNuYXBzaG90LmRhdGEuY2FzZS5jYXNlX2lkO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZ292dWstIS1tYXJnaW4tOVwiPlxuICA8ZGl2IGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeVwiIGFyaWEtbGFiZWxsZWRieT1cImVycm9yLXN1bW1hcnktdGl0bGVcIiByb2xlPVwiYWxlcnRcIiB0YWJpbmRleD1cIi0xXCIgZGF0YS1tb2R1bGU9XCJlcnJvci1zdW1tYXJ5XCI+XG4gICAgPGgyIGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeV9fdGl0bGVcIiBpZD1cImVycm9yLXN1bW1hcnktdGl0bGVcIj5cbiAgICAgIFRoZXJlIGlzIGEgcHJvYmxlbVxuICAgIDwvaDI+XG4gICAgPGRpdiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlfX2JvZHlcIj5cbiAgICAgIDx1bCBjbGFzcz1cImdvdnVrLWxpc3QgZ292dWstZXJyb3Itc3VtbWFyeV9fbGlzdFwiPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGEgaHJlZj1cIiNcIj5NdWx0aXBsZSB0YXNrcyBleGlzdDwvYT5cbiAgICAgICAgPC9saT5cbiAgICAgIDwvdWw+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuXG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1mb3JtLWdyb3VwIGdvdnVrLWZvcm0tZ3JvdXAtLWVycm9yXCI+XG4gICAgPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1tXCI+TXVsdGlwbGUgdGFza3MgZXhpc3Q8L2gyPlxuXG4gICAgPHA+WW91J3JlIHN0YXJ0aW5nIHdvcmsgd2hpY2ggY291bGQgY29tcGxldGUgbW9yZSB0aGFuIG9uZSBvZiB0aGUgYWN0aXZlIHRhc2tzIGZvciB0aGlzIGNhc2UuPC9wPlxuXG4gICAgPHA+UmV0dXJuIHRvIHRhc2tzIHRhYiBhbmQgc3RhcnQgdGhlIGV2ZW50IGZyb20gdGhlcmUuPC9wPlxuXG4gICAgPGEgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIFtyb3V0ZXJMaW5rXT1cIlsnLycsICdjYXNlcycsICdjYXNlLWRldGFpbHMnLCBjYXNlSWQsICd0YXNrcyddXCI+UmV0dXJuIHRvIHRhc2tzIHRhYjwvYT5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/router";
|
|
5
|
-
import * as i2 from "rpx-xui-translation";
|
|
6
5
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
7
6
|
export class NoTasksAvailableComponent {
|
|
8
7
|
constructor(route) {
|
|
@@ -11,53 +10,38 @@ export class NoTasksAvailableComponent {
|
|
|
11
10
|
}
|
|
12
11
|
}
|
|
13
12
|
NoTasksAvailableComponent.ɵfac = function NoTasksAvailableComponent_Factory(t) { return new (t || NoTasksAvailableComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute)); };
|
|
14
|
-
NoTasksAvailableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NoTasksAvailableComponent, selectors: [["app-no-tasks-available"]], decls:
|
|
13
|
+
NoTasksAvailableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NoTasksAvailableComponent, selectors: [["app-no-tasks-available"]], decls: 16, vars: 3, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function NoTasksAvailableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15
14
|
i0.ɵɵelementStart(0, "div", 0);
|
|
16
15
|
i0.ɵɵelementStart(1, "div", 1);
|
|
17
16
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
18
|
-
i0.ɵɵtext(3);
|
|
19
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
17
|
+
i0.ɵɵtext(3, " There is a problem ");
|
|
20
18
|
i0.ɵɵelementEnd();
|
|
21
|
-
i0.ɵɵelementStart(
|
|
22
|
-
i0.ɵɵelementStart(
|
|
23
|
-
i0.ɵɵelementStart(
|
|
24
|
-
i0.ɵɵelementStart(
|
|
25
|
-
i0.ɵɵtext(
|
|
26
|
-
i0.ɵɵpipe(10, "rpxTranslate");
|
|
19
|
+
i0.ɵɵelementStart(4, "div", 3);
|
|
20
|
+
i0.ɵɵelementStart(5, "ul", 4);
|
|
21
|
+
i0.ɵɵelementStart(6, "li");
|
|
22
|
+
i0.ɵɵelementStart(7, "a", 5);
|
|
23
|
+
i0.ɵɵtext(8, "No task available");
|
|
27
24
|
i0.ɵɵelementEnd();
|
|
28
25
|
i0.ɵɵelementEnd();
|
|
29
26
|
i0.ɵɵelementEnd();
|
|
30
27
|
i0.ɵɵelementEnd();
|
|
31
28
|
i0.ɵɵelementEnd();
|
|
32
|
-
i0.ɵɵelementStart(
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵtext(
|
|
35
|
-
i0.ɵɵpipe(14, "rpxTranslate");
|
|
29
|
+
i0.ɵɵelementStart(9, "div", 6);
|
|
30
|
+
i0.ɵɵelementStart(10, "h2", 7);
|
|
31
|
+
i0.ɵɵtext(11, "No task available");
|
|
36
32
|
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(
|
|
38
|
-
i0.ɵɵtext(
|
|
39
|
-
i0.ɵɵpipe(17, "rpxTranslate");
|
|
33
|
+
i0.ɵɵelementStart(12, "p");
|
|
34
|
+
i0.ɵɵtext(13, "You should have an assigned task for this event, but something has gone wrong.");
|
|
40
35
|
i0.ɵɵelementEnd();
|
|
41
|
-
i0.ɵɵelementStart(
|
|
42
|
-
i0.ɵɵtext(
|
|
43
|
-
i0.ɵɵpipe(20, "rpxTranslate");
|
|
36
|
+
i0.ɵɵelementStart(14, "a", 8);
|
|
37
|
+
i0.ɵɵtext(15, "Return to tasks tab");
|
|
44
38
|
i0.ɵɵelementEnd();
|
|
45
39
|
i0.ɵɵelementEnd();
|
|
46
40
|
i0.ɵɵelementEnd();
|
|
47
41
|
} if (rf & 2) {
|
|
48
|
-
i0.ɵɵadvance(
|
|
49
|
-
i0.ɵɵ
|
|
50
|
-
|
|
51
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 8, "No task available"));
|
|
52
|
-
i0.ɵɵadvance(4);
|
|
53
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 10, "No task available"));
|
|
54
|
-
i0.ɵɵadvance(3);
|
|
55
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 12, "You should have an assigned task for this event, but something has gone wrong."));
|
|
56
|
-
i0.ɵɵadvance(2);
|
|
57
|
-
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(16, _c0, ctx.caseId));
|
|
58
|
-
i0.ɵɵadvance(1);
|
|
59
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 14, "Return to tasks tab"));
|
|
60
|
-
} }, directives: [i1.RouterLinkWithHref], pipes: [i2.RpxTranslatePipe], encapsulation: 2 });
|
|
42
|
+
i0.ɵɵadvance(14);
|
|
43
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(1, _c0, ctx.caseId));
|
|
44
|
+
} }, directives: [i1.RouterLinkWithHref], encapsulation: 2 });
|
|
61
45
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NoTasksAvailableComponent, [{
|
|
62
46
|
type: Component,
|
|
63
47
|
args: [{
|
|
@@ -65,4 +49,4 @@ NoTasksAvailableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NoTasksAvailabl
|
|
|
65
49
|
templateUrl: './no-tasks-available.component.html'
|
|
66
50
|
}]
|
|
67
51
|
}], function () { return [{ type: i1.ActivatedRoute }]; }, null); })();
|
|
68
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
52
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm8tdGFza3MtYXZhaWxhYmxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9ldmVudC1zdGFydC9jb21wb25lbnRzL25vLXRhc2tzLWF2YWlsYWJsZS9uby10YXNrcy1hdmFpbGFibGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvbm8tdGFza3MtYXZhaWxhYmxlL25vLXRhc2tzLWF2YWlsYWJsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFTLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxjQUFjLEVBQTRCLE1BQU0saUJBQWlCLENBQUM7Ozs7QUFNM0UsTUFBTSxPQUFPLHlCQUF5QjtJQUlwQyxZQUE2QixLQUFxQjtRQUFyQixVQUFLLEdBQUwsS0FBSyxDQUFnQjtRQUNoRCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQ3RELENBQUM7O2tHQU5VLHlCQUF5Qjs4REFBekIseUJBQXlCO1FDUHRDLDhCQUE4QjtRQUM1Qiw4QkFBOEg7UUFDNUgsNkJBQWdFO1FBQzlELG9DQUNGO1FBQUEsaUJBQUs7UUFDTCw4QkFBdUM7UUFDckMsNkJBQWlEO1FBQy9DLDBCQUFJO1FBQ0YsNEJBQVk7UUFBQSxpQ0FBaUI7UUFBQSxpQkFBSTtRQUNuQyxpQkFBSztRQUNQLGlCQUFLO1FBQ1AsaUJBQU07UUFDUixpQkFBTTtRQUVOLDhCQUFzRDtRQUNwRCw4QkFBNEI7UUFBQSxrQ0FBaUI7UUFBQSxpQkFBSztRQUVsRCwwQkFBRztRQUFBLCtGQUE4RTtRQUFBLGlCQUFJO1FBRXJGLDZCQUE0RjtRQUFBLG9DQUFtQjtRQUFBLGlCQUFJO1FBQ3JILGlCQUFNO1FBQ1IsaUJBQU07O1FBRjJCLGdCQUE4RDtRQUE5RCxtRUFBOEQ7O3VGRFpsRix5QkFBeUI7Y0FKckMsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSx3QkFBd0I7Z0JBQ2xDLFdBQVcsRUFBRSxxQ0FBcUM7YUFDbkQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSwgTmF2aWdhdGlvbkV4dHJhcywgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW5vLXRhc2tzLWF2YWlsYWJsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9uby10YXNrcy1hdmFpbGFibGUuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIE5vVGFza3NBdmFpbGFibGVDb21wb25lbnQge1xuXG4gIHB1YmxpYyBjYXNlSWQ6IHN0cmluZztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IHJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSkge1xuICAgIHRoaXMuY2FzZUlkID0gdGhpcy5yb3V0ZS5zbmFwc2hvdC5kYXRhLmNhc2UuY2FzZV9pZDtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImdvdnVrLSEtbWFyZ2luLTlcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlcIiBhcmlhLWxhYmVsbGVkYnk9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCIgcm9sZT1cImFsZXJ0XCIgdGFiaW5kZXg9XCItMVwiIGRhdGEtbW9kdWxlPVwiZXJyb3Itc3VtbWFyeVwiPlxuICAgIDxoMiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlfX3RpdGxlXCIgaWQ9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCI+XG4gICAgICBUaGVyZSBpcyBhIHByb2JsZW1cbiAgICA8L2gyPlxuICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5X19ib2R5XCI+XG4gICAgICA8dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWVycm9yLXN1bW1hcnlfX2xpc3RcIj5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxhIGhyZWY9XCIjXCI+Tm8gdGFzayBhdmFpbGFibGU8L2E+XG4gICAgICAgIDwvbGk+XG4gICAgICA8L3VsPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuICA8ZGl2IGNsYXNzPVwiZ292dWstZm9ybS1ncm91cCBnb3Z1ay1mb3JtLWdyb3VwLS1lcnJvclwiPlxuICAgIDxoMiBjbGFzcz1cImdvdnVrLWhlYWRpbmctbVwiPk5vIHRhc2sgYXZhaWxhYmxlPC9oMj5cblxuICAgIDxwPllvdSBzaG91bGQgaGF2ZSBhbiBhc3NpZ25lZCB0YXNrIGZvciB0aGlzIGV2ZW50LCBidXQgc29tZXRoaW5nIGhhcyBnb25lIHdyb25nLjwvcD5cblxuICAgIDxhIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMClcIiBbcm91dGVyTGlua109XCJbJy8nLCAnY2FzZXMnLCAnY2FzZS1kZXRhaWxzJywgY2FzZUlkLCAndGFza3MnXVwiPlJldHVybiB0byB0YXNrcyB0YWI8L2E+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -7,56 +7,41 @@ import * as i1 from "@angular/router";
|
|
|
7
7
|
import * as i2 from "../../../case-editor/services/judicial-worker.service";
|
|
8
8
|
import * as i3 from "../../../case-editor/services/case-worker.service";
|
|
9
9
|
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "rpx-xui-translation";
|
|
11
10
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
12
11
|
function TaskAssignedComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
13
12
|
i0.ɵɵelementStart(0, "div", 1);
|
|
14
13
|
i0.ɵɵelementStart(1, "div", 2);
|
|
15
14
|
i0.ɵɵelementStart(2, "h2", 3);
|
|
16
|
-
i0.ɵɵtext(3);
|
|
17
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
15
|
+
i0.ɵɵtext(3, " There is a problem ");
|
|
18
16
|
i0.ɵɵelementEnd();
|
|
19
|
-
i0.ɵɵelementStart(
|
|
20
|
-
i0.ɵɵelementStart(
|
|
21
|
-
i0.ɵɵelementStart(
|
|
22
|
-
i0.ɵɵelementStart(
|
|
23
|
-
i0.ɵɵtext(
|
|
24
|
-
i0.ɵɵpipe(10, "rpxTranslate");
|
|
17
|
+
i0.ɵɵelementStart(4, "div", 4);
|
|
18
|
+
i0.ɵɵelementStart(5, "ul", 5);
|
|
19
|
+
i0.ɵɵelementStart(6, "li");
|
|
20
|
+
i0.ɵɵelementStart(7, "a", 6);
|
|
21
|
+
i0.ɵɵtext(8, "Task assignment required");
|
|
25
22
|
i0.ɵɵelementEnd();
|
|
26
23
|
i0.ɵɵelementEnd();
|
|
27
24
|
i0.ɵɵelementEnd();
|
|
28
25
|
i0.ɵɵelementEnd();
|
|
29
26
|
i0.ɵɵelementEnd();
|
|
30
|
-
i0.ɵɵelementStart(
|
|
31
|
-
i0.ɵɵelementStart(
|
|
32
|
-
i0.ɵɵtext(
|
|
33
|
-
i0.ɵɵpipe(14, "rpxTranslate");
|
|
27
|
+
i0.ɵɵelementStart(9, "div", 7);
|
|
28
|
+
i0.ɵɵelementStart(10, "h2", 8);
|
|
29
|
+
i0.ɵɵtext(11, "Task assignment required");
|
|
34
30
|
i0.ɵɵelementEnd();
|
|
35
|
-
i0.ɵɵelementStart(
|
|
36
|
-
i0.ɵɵtext(
|
|
37
|
-
i0.ɵɵpipe(17, "rpxTranslate");
|
|
38
|
-
i0.ɵɵpipe(18, "rpxTranslate");
|
|
31
|
+
i0.ɵɵelementStart(12, "p");
|
|
32
|
+
i0.ɵɵtext(13);
|
|
39
33
|
i0.ɵɵelementEnd();
|
|
40
|
-
i0.ɵɵelementStart(
|
|
41
|
-
i0.ɵɵtext(
|
|
42
|
-
i0.ɵɵpipe(21, "rpxTranslate");
|
|
34
|
+
i0.ɵɵelementStart(14, "a", 9);
|
|
35
|
+
i0.ɵɵtext(15, "Return to tasks tab");
|
|
43
36
|
i0.ɵɵelementEnd();
|
|
44
37
|
i0.ɵɵelementEnd();
|
|
45
38
|
i0.ɵɵelementEnd();
|
|
46
39
|
} if (rf & 2) {
|
|
47
40
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
48
|
-
i0.ɵɵadvance(
|
|
49
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
50
|
-
i0.ɵɵadvance(6);
|
|
51
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 10, "Task assignment required"));
|
|
52
|
-
i0.ɵɵadvance(4);
|
|
53
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 12, "Task assignment required"));
|
|
54
|
-
i0.ɵɵadvance(3);
|
|
55
|
-
i0.ɵɵtextInterpolate3("", i0.ɵɵpipeBind1(17, 14, "This task is assigned to"), " ", ctx_r0.assignedUserName, ". ", i0.ɵɵpipeBind1(18, 16, "You must assign it to yourself to continue."), "");
|
|
56
|
-
i0.ɵɵadvance(3);
|
|
57
|
-
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(20, _c0, ctx_r0.caseId));
|
|
41
|
+
i0.ɵɵadvance(13);
|
|
42
|
+
i0.ɵɵtextInterpolate1("This task is assigned to ", ctx_r0.assignedUserName, ". You must assign it to yourself to continue.");
|
|
58
43
|
i0.ɵɵadvance(1);
|
|
59
|
-
i0.ɵɵ
|
|
44
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(2, _c0, ctx_r0.caseId));
|
|
60
45
|
} }
|
|
61
46
|
export class TaskAssignedComponent {
|
|
62
47
|
constructor(route, judicialworkerService, caseworkerService) {
|
|
@@ -105,10 +90,10 @@ export class TaskAssignedComponent {
|
|
|
105
90
|
}
|
|
106
91
|
TaskAssignedComponent.ɵfac = function TaskAssignedComponent_Factory(t) { return new (t || TaskAssignedComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute), i0.ɵɵdirectiveInject(i2.JudicialworkerService), i0.ɵɵdirectiveInject(i3.CaseworkerService)); };
|
|
107
92
|
TaskAssignedComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskAssignedComponent, selectors: [["app-task-assigned"]], decls: 1, vars: 1, consts: [["class", "govuk-!-margin-9", 4, "ngIf"], [1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function TaskAssignedComponent_Template(rf, ctx) { if (rf & 1) {
|
|
108
|
-
i0.ɵɵtemplate(0, TaskAssignedComponent_div_0_Template,
|
|
93
|
+
i0.ɵɵtemplate(0, TaskAssignedComponent_div_0_Template, 16, 4, "div", 0);
|
|
109
94
|
} if (rf & 2) {
|
|
110
95
|
i0.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
111
|
-
} }, directives: [i4.NgIf, i1.RouterLinkWithHref],
|
|
96
|
+
} }, directives: [i4.NgIf, i1.RouterLinkWithHref], encapsulation: 2 });
|
|
112
97
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskAssignedComponent, [{
|
|
113
98
|
type: Component,
|
|
114
99
|
args: [{
|
|
@@ -116,4 +101,4 @@ TaskAssignedComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskAssignedCompone
|
|
|
116
101
|
templateUrl: './task-assigned.component.html'
|
|
117
102
|
}]
|
|
118
103
|
}], function () { return [{ type: i1.ActivatedRoute }, { type: i2.JudicialworkerService }, { type: i3.CaseworkerService }]; }, null); })();
|
|
119
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
104
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFzay1hc3NpZ25lZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZXZlbnQtc3RhcnQvY29tcG9uZW50cy90YXNrLWFzc2lnbmVkL3Rhc2stYXNzaWduZWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay1hc3NpZ25lZC90YXNrLWFzc2lnbmVkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFCLE1BQU0sZUFBZSxDQUFDO0FBQzdELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUdqRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUN0RixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQzs7Ozs7Ozs7SUNMOUYsOEJBQXVEO0lBQ3JELDhCQUE4SDtJQUM1SCw2QkFBZ0U7SUFDOUQsb0NBQ0Y7SUFBQSxpQkFBSztJQUNMLDhCQUF1QztJQUNyQyw2QkFBaUQ7SUFDL0MsMEJBQUk7SUFDRiw0QkFBWTtJQUFBLHdDQUF3QjtJQUFBLGlCQUFJO0lBQzFDLGlCQUFLO0lBQ1AsaUJBQUs7SUFDUCxpQkFBTTtJQUNSLGlCQUFNO0lBRU4sOEJBQXNEO0lBQ2xELDhCQUE0QjtJQUFBLHlDQUF3QjtJQUFBLGlCQUFLO0lBRTNELDBCQUFHO0lBQUEsYUFBMEY7SUFBQSxpQkFBSTtJQUVqRyw2QkFBNEY7SUFBQSxvQ0FBbUI7SUFBQSxpQkFBSTtJQUNySCxpQkFBTTtJQUNSLGlCQUFNOzs7SUFKQyxnQkFBMEY7SUFBMUYsNEhBQTBGO0lBRWhFLGVBQThEO0lBQTlELHNFQUE4RDs7QURSL0YsTUFBTSxPQUFPLHFCQUFxQjtJQVFoQyxZQUE2QixLQUFxQixFQUMvQixxQkFBNEMsRUFDNUMsaUJBQW9DO1FBRjFCLFVBQUssR0FBTCxLQUFLLENBQWdCO1FBQy9CLDBCQUFxQixHQUFyQixxQkFBcUIsQ0FBdUI7UUFDNUMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtRQVJoRCxTQUFJLEdBQVMsSUFBSSxDQUFDO1FBU3ZCLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUM7UUFDcEQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxXQUFtQixDQUFDO0lBQ3RELENBQUM7SUFFTSxRQUFRO1FBQ2IsZ0NBQWdDO1FBQ2hDLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxFQUFFO1lBQzdHLElBQUksTUFBTSxJQUFJLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLEtBQUssSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLElBQUksTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLFdBQVcsRUFBRTtnQkFDbkYsTUFBTSxVQUFVLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsTUFBTSxLQUFLLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7Z0JBQ3BGLElBQUksVUFBVSxFQUFFO29CQUNkLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxHQUFHLFVBQVUsQ0FBQyxTQUFTLElBQUksVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDO2lCQUMxRTthQUNGO1lBRUQsSUFBSSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsRUFBRTtnQkFDMUIsbUNBQW1DO2dCQUNuQyxJQUFJLENBQUMsMEJBQTBCO29CQUM3QixJQUFJLENBQUMscUJBQXFCLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDO3lCQUN4RixTQUFTLENBQUMsZUFBZSxDQUFDLEVBQUU7d0JBQzNCLElBQUksZUFBZSxFQUFFOzRCQUNuQixNQUFNLGNBQWMsR0FBRyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLFFBQVEsS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDOzRCQUNwRixJQUFJLGNBQWMsRUFBRTtnQ0FDbEIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLGNBQWMsQ0FBQyxTQUFTLENBQUM7NkJBQ2xEO3lCQUNGO3dCQUVELElBQUksQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLEVBQUU7NEJBQzFCLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxjQUFjLENBQUM7eUJBQ3hDO29CQUNILENBQUMsQ0FBQyxDQUFDO2FBQ1I7UUFDSCxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTSxXQUFXO1FBQ2hCLElBQUksSUFBSSxDQUFDLHNCQUFzQixFQUFFO1lBQy9CLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxXQUFXLEVBQUUsQ0FBQztTQUMzQztRQUNELElBQUksSUFBSSxDQUFDLDBCQUEwQixFQUFFO1lBQ25DLElBQUksQ0FBQywwQkFBMEIsQ0FBQyxXQUFXLEVBQUUsQ0FBQztTQUMvQztJQUNILENBQUM7OzBGQXBEVSxxQkFBcUI7MERBQXJCLHFCQUFxQjtRQ1hsQyx1RUFxQk07O1FBckJ5QiwyQ0FBc0I7O3VGRFd4QyxxQkFBcUI7Y0FKakMsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSxtQkFBbUI7Z0JBQzdCLFdBQVcsRUFBRSxnQ0FBZ0M7YUFDOUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uRGVzdHJveSwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IFRhc2sgfSBmcm9tICcuLi8uLi8uLi8uLi9kb21haW4vd29yay1hbGxvY2F0aW9uL1Rhc2snO1xuaW1wb3J0IHsgQ2FzZXdvcmtlclNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9jYXNlLWVkaXRvci9zZXJ2aWNlcy9jYXNlLXdvcmtlci5zZXJ2aWNlJztcbmltcG9ydCB7IEp1ZGljaWFsd29ya2VyU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL2Nhc2UtZWRpdG9yL3NlcnZpY2VzL2p1ZGljaWFsLXdvcmtlci5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXRhc2stYXNzaWduZWQnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGFzay1hc3NpZ25lZC5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgVGFza0Fzc2lnbmVkQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xuXG4gIHB1YmxpYyB0YXNrOiBUYXNrID0gbnVsbDtcbiAgcHVibGljIGNhc2VJZDogc3RyaW5nO1xuICBwdWJsaWMgYXNzaWduZWRVc2VyTmFtZTogc3RyaW5nO1xuICBwdWJsaWMgY2FzZXdvcmtlclN1YnNjcmlwdGlvbjogU3Vic2NyaXB0aW9uO1xuICBwdWJsaWMganVkaWNpYWx3b3JrZXJTdWJzY3JpcHRpb246IFN1YnNjcmlwdGlvbjtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IHJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSxcbiAgICBwcml2YXRlIHJlYWRvbmx5IGp1ZGljaWFsd29ya2VyU2VydmljZTogSnVkaWNpYWx3b3JrZXJTZXJ2aWNlLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgY2FzZXdvcmtlclNlcnZpY2U6IENhc2V3b3JrZXJTZXJ2aWNlKSB7XG4gICAgdGhpcy5jYXNlSWQgPSB0aGlzLnJvdXRlLnNuYXBzaG90LmRhdGEuY2FzZS5jYXNlX2lkO1xuICAgIHRoaXMudGFzayA9IHRoaXMucm91dGUuc25hcHNob3QucXVlcnlQYXJhbXMgYXMgVGFzaztcbiAgfVxuXG4gIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAvLyBDdXJyZW50IHVzZXIgaXMgYSBjYXNld29ya2VyP1xuICAgIHRoaXMuY2FzZXdvcmtlclN1YnNjcmlwdGlvbiA9IHRoaXMuY2FzZXdvcmtlclNlcnZpY2UuZ2V0Q2FzZXdvcmtlcnModGhpcy50YXNrLmp1cmlzZGljdGlvbikuc3Vic2NyaWJlKHJlc3VsdCA9PiB7XG4gICAgICBpZiAocmVzdWx0ICYmIHJlc3VsdFswXS5zZXJ2aWNlID09PSB0aGlzLnRhc2suanVyaXNkaWN0aW9uICYmIHJlc3VsdFswXS5jYXNld29ya2Vycykge1xuICAgICAgICBjb25zdCBjYXNld29ya2VyID0gcmVzdWx0WzBdLmNhc2V3b3JrZXJzLmZpbmQoeCA9PiB4LmlkYW1JZCA9PT0gdGhpcy50YXNrLmFzc2lnbmVlKTtcbiAgICAgICAgaWYgKGNhc2V3b3JrZXIpIHtcbiAgICAgICAgICB0aGlzLmFzc2lnbmVkVXNlck5hbWUgPSBgJHtjYXNld29ya2VyLmZpcnN0TmFtZX0gJHtjYXNld29ya2VyLmxhc3ROYW1lfWA7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgaWYgKCF0aGlzLmFzc2lnbmVkVXNlck5hbWUpIHtcbiAgICAgICAgLy8gQ3VycmVudCB1c2VyIGlzIGEganVkaWNpYWwgdXNlcj9cbiAgICAgICAgdGhpcy5qdWRpY2lhbHdvcmtlclN1YnNjcmlwdGlvbiA9XG4gICAgICAgICAgdGhpcy5qdWRpY2lhbHdvcmtlclNlcnZpY2UuZ2V0SnVkaWNpYWx3b3JrZXJzKFt0aGlzLnRhc2suYXNzaWduZWVdLCB0aGlzLnRhc2suanVyaXNkaWN0aW9uKVxuICAgICAgICAgICAgLnN1YnNjcmliZShqdWRpY2lhbHdvcmtlcnMgPT4ge1xuICAgICAgICAgICAgICBpZiAoanVkaWNpYWx3b3JrZXJzKSB7XG4gICAgICAgICAgICAgICAgY29uc3QganVkaWNpYWx3b3JrZXIgPSBqdWRpY2lhbHdvcmtlcnMuZmluZCh4ID0+IHguc2lkYW1faWQgPT09IHRoaXMudGFzay5hc3NpZ25lZSk7XG4gICAgICAgICAgICAgICAgaWYgKGp1ZGljaWFsd29ya2VyKSB7XG4gICAgICAgICAgICAgICAgICB0aGlzLmFzc2lnbmVkVXNlck5hbWUgPSBqdWRpY2lhbHdvcmtlci5mdWxsX25hbWU7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgaWYgKCF0aGlzLmFzc2lnbmVkVXNlck5hbWUpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmFzc2lnbmVkVXNlck5hbWUgPSAnYW5vdGhlciB1c2VyJztcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfSk7XG4gIH1cblxuICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuY2FzZXdvcmtlclN1YnNjcmlwdGlvbikge1xuICAgICAgdGhpcy5jYXNld29ya2VyU3Vic2NyaXB0aW9uLnVuc3Vic2NyaWJlKCk7XG4gICAgfVxuICAgIGlmICh0aGlzLmp1ZGljaWFsd29ya2VyU3Vic2NyaXB0aW9uKSB7XG4gICAgICB0aGlzLmp1ZGljaWFsd29ya2VyU3Vic2NyaXB0aW9uLnVuc3Vic2NyaWJlKCk7XG4gICAgfVxuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZ292dWstIS1tYXJnaW4tOVwiICpuZ0lmPVwiYXNzaWduZWRVc2VyTmFtZVwiPlxuICA8ZGl2IGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeVwiIGFyaWEtbGFiZWxsZWRieT1cImVycm9yLXN1bW1hcnktdGl0bGVcIiByb2xlPVwiYWxlcnRcIiB0YWJpbmRleD1cIi0xXCIgZGF0YS1tb2R1bGU9XCJlcnJvci1zdW1tYXJ5XCI+XG4gICAgPGgyIGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeV9fdGl0bGVcIiBpZD1cImVycm9yLXN1bW1hcnktdGl0bGVcIj5cbiAgICAgIFRoZXJlIGlzIGEgcHJvYmxlbVxuICAgIDwvaDI+XG4gICAgPGRpdiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlfX2JvZHlcIj5cbiAgICAgIDx1bCBjbGFzcz1cImdvdnVrLWxpc3QgZ292dWstZXJyb3Itc3VtbWFyeV9fbGlzdFwiPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGEgaHJlZj1cIiNcIj5UYXNrIGFzc2lnbm1lbnQgcmVxdWlyZWQ8L2E+XG4gICAgICAgIDwvbGk+XG4gICAgICA8L3VsPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuICA8ZGl2IGNsYXNzPVwiZ292dWstZm9ybS1ncm91cCBnb3Z1ay1mb3JtLWdyb3VwLS1lcnJvclwiPlxuICAgICAgPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1tXCI+VGFzayBhc3NpZ25tZW50IHJlcXVpcmVkPC9oMj5cblxuICAgIDxwPlRoaXMgdGFzayBpcyBhc3NpZ25lZCB0byB7e2Fzc2lnbmVkVXNlck5hbWV9fS4gWW91IG11c3QgYXNzaWduIGl0IHRvIHlvdXJzZWxmIHRvIGNvbnRpbnVlLjwvcD5cblxuICAgIDxhIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMClcIiBbcm91dGVyTGlua109XCJbJy8nLCAnY2FzZXMnLCAnY2FzZS1kZXRhaWxzJywgY2FzZUlkLCAndGFza3MnXVwiPlJldHVybiB0byB0YXNrcyB0YWI8L2E+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,78 +1,53 @@
|
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/router";
|
|
4
|
-
import * as i2 from "rpx-xui-translation";
|
|
5
4
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
6
5
|
export class TaskCancelledComponent {
|
|
7
6
|
}
|
|
8
7
|
TaskCancelledComponent.ɵfac = function TaskCancelledComponent_Factory(t) { return new (t || TaskCancelledComponent)(); };
|
|
9
|
-
TaskCancelledComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskCancelledComponent, selectors: [["app-task-cancelled"]], inputs: { caseId: "caseId" }, decls:
|
|
8
|
+
TaskCancelledComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskCancelledComponent, selectors: [["app-task-cancelled"]], inputs: { caseId: "caseId" }, decls: 23, vars: 3, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], [1, "form-group", "form-group-related"], ["type", "submit", "data-module", "govuk-button", 1, "govuk-button", "govuk-!-margin-right-2"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "routerLink"]], template: function TaskCancelledComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10
9
|
i0.ɵɵelementStart(0, "div", 0);
|
|
11
10
|
i0.ɵɵelementStart(1, "div", 1);
|
|
12
11
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
13
|
-
i0.ɵɵtext(3);
|
|
14
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
12
|
+
i0.ɵɵtext(3, " There is a problem ");
|
|
15
13
|
i0.ɵɵelementEnd();
|
|
16
|
-
i0.ɵɵelementStart(
|
|
17
|
-
i0.ɵɵelementStart(
|
|
18
|
-
i0.ɵɵelementStart(
|
|
19
|
-
i0.ɵɵelementStart(
|
|
20
|
-
i0.ɵɵtext(
|
|
21
|
-
i0.ɵɵpipe(10, "rpxTranslate");
|
|
14
|
+
i0.ɵɵelementStart(4, "div", 3);
|
|
15
|
+
i0.ɵɵelementStart(5, "ul", 4);
|
|
16
|
+
i0.ɵɵelementStart(6, "li");
|
|
17
|
+
i0.ɵɵelementStart(7, "a", 5);
|
|
18
|
+
i0.ɵɵtext(8, "Task cancelled/marked as done");
|
|
22
19
|
i0.ɵɵelementEnd();
|
|
23
20
|
i0.ɵɵelementEnd();
|
|
24
21
|
i0.ɵɵelementEnd();
|
|
25
22
|
i0.ɵɵelementEnd();
|
|
26
23
|
i0.ɵɵelementEnd();
|
|
27
|
-
i0.ɵɵelementStart(
|
|
28
|
-
i0.ɵɵelementStart(
|
|
29
|
-
i0.ɵɵtext(
|
|
30
|
-
i0.ɵɵpipe(14, "rpxTranslate");
|
|
24
|
+
i0.ɵɵelementStart(9, "div", 6);
|
|
25
|
+
i0.ɵɵelementStart(10, "h2", 7);
|
|
26
|
+
i0.ɵɵtext(11, "Task cancelled/marked as done");
|
|
31
27
|
i0.ɵɵelementEnd();
|
|
32
|
-
i0.ɵɵelementStart(
|
|
33
|
-
i0.ɵɵtext(
|
|
34
|
-
i0.ɵɵpipe(17, "rpxTranslate");
|
|
28
|
+
i0.ɵɵelementStart(12, "p");
|
|
29
|
+
i0.ɵɵtext(13, "This task has been cancelled or marked as done.");
|
|
35
30
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(
|
|
37
|
-
i0.ɵɵtext(
|
|
38
|
-
i0.ɵɵpipe(20, "rpxTranslate");
|
|
31
|
+
i0.ɵɵelementStart(14, "p");
|
|
32
|
+
i0.ɵɵtext(15, "Click Continue to complete the task and save your progress.");
|
|
39
33
|
i0.ɵɵelementEnd();
|
|
40
|
-
i0.ɵɵelementStart(
|
|
41
|
-
i0.ɵɵtext(
|
|
42
|
-
i0.ɵɵpipe(23, "rpxTranslate");
|
|
34
|
+
i0.ɵɵelementStart(16, "p");
|
|
35
|
+
i0.ɵɵtext(17, "Alternatively, click Cancel to return to the tasks tab without saving your progress.");
|
|
43
36
|
i0.ɵɵelementEnd();
|
|
44
|
-
i0.ɵɵelementStart(
|
|
45
|
-
i0.ɵɵelementStart(
|
|
46
|
-
i0.ɵɵtext(
|
|
47
|
-
i0.ɵɵpipe(27, "rpxTranslate");
|
|
37
|
+
i0.ɵɵelementStart(18, "div", 8);
|
|
38
|
+
i0.ɵɵelementStart(19, "button", 9);
|
|
39
|
+
i0.ɵɵtext(20, "Continue");
|
|
48
40
|
i0.ɵɵelementEnd();
|
|
49
|
-
i0.ɵɵelementStart(
|
|
50
|
-
i0.ɵɵtext(
|
|
51
|
-
i0.ɵɵpipe(30, "rpxTranslate");
|
|
41
|
+
i0.ɵɵelementStart(21, "a", 10);
|
|
42
|
+
i0.ɵɵtext(22, "Cancel");
|
|
52
43
|
i0.ɵɵelementEnd();
|
|
53
44
|
i0.ɵɵelementEnd();
|
|
54
45
|
i0.ɵɵelementEnd();
|
|
55
46
|
i0.ɵɵelementEnd();
|
|
56
47
|
} if (rf & 2) {
|
|
57
|
-
i0.ɵɵadvance(
|
|
58
|
-
i0.ɵɵ
|
|
59
|
-
|
|
60
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 11, "Task cancelled / marked as done"));
|
|
61
|
-
i0.ɵɵadvance(4);
|
|
62
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 13, "Task cancelled / marked as done"));
|
|
63
|
-
i0.ɵɵadvance(3);
|
|
64
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 15, "This task has been cancelled or marked as done."));
|
|
65
|
-
i0.ɵɵadvance(3);
|
|
66
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 17, "Click Continue to complete the task and save your progress."));
|
|
67
|
-
i0.ɵɵadvance(3);
|
|
68
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(23, 19, "Alternatively, click Cancel to return to the tasks tab without saving your progress."));
|
|
69
|
-
i0.ɵɵadvance(4);
|
|
70
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(27, 21, "Continue"));
|
|
71
|
-
i0.ɵɵadvance(2);
|
|
72
|
-
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(25, _c0, ctx.caseId));
|
|
73
|
-
i0.ɵɵadvance(1);
|
|
74
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(30, 23, "Cancel"));
|
|
75
|
-
} }, directives: [i1.RouterLinkWithHref], pipes: [i2.RpxTranslatePipe], encapsulation: 2 });
|
|
48
|
+
i0.ɵɵadvance(21);
|
|
49
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(1, _c0, ctx.caseId));
|
|
50
|
+
} }, directives: [i1.RouterLinkWithHref], encapsulation: 2 });
|
|
76
51
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskCancelledComponent, [{
|
|
77
52
|
type: Component,
|
|
78
53
|
args: [{
|
|
@@ -82,4 +57,4 @@ TaskCancelledComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskCancelledCompo
|
|
|
82
57
|
}], null, { caseId: [{
|
|
83
58
|
type: Input
|
|
84
59
|
}] }); })();
|
|
85
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
60
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFzay1jYW5jZWxsZWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay1jYW5jZWxsZWQvdGFzay1jYW5jZWxsZWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay1jYW5jZWxsZWQvdGFzay1jYW5jZWxsZWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFNakQsTUFBTSxPQUFPLHNCQUFzQjs7NEZBQXRCLHNCQUFzQjsyREFBdEIsc0JBQXNCO1FDTm5DLDhCQUE4QjtRQUM1Qiw4QkFBOEg7UUFDNUgsNkJBQWdFO1FBQzlELG9DQUNGO1FBQUEsaUJBQUs7UUFDTCw4QkFBdUM7UUFDckMsNkJBQWlEO1FBQy9DLDBCQUFJO1FBQ0YsNEJBQVk7UUFBQSw2Q0FBNkI7UUFBQSxpQkFBSTtRQUMvQyxpQkFBSztRQUNQLGlCQUFLO1FBQ1AsaUJBQU07UUFDUixpQkFBTTtRQUVOLDhCQUFzRDtRQUNwRCw4QkFBNEI7UUFBQSw4Q0FBNkI7UUFBQSxpQkFBSztRQUU5RCwwQkFBRztRQUFBLGdFQUErQztRQUFBLGlCQUFJO1FBRXRELDBCQUFHO1FBQUEsNEVBQTJEO1FBQUEsaUJBQUk7UUFFbEUsMEJBQUc7UUFBQSxxR0FBb0Y7UUFBQSxpQkFBSTtRQUUzRiwrQkFBMkM7UUFDekMsa0NBQTZGO1FBQUEseUJBQVE7UUFBQSxpQkFBUztRQUM5Ryw4QkFDZ0Y7UUFBQSx1QkFBTTtRQUFBLGlCQUFJO1FBQzVGLGlCQUFNO1FBQ1IsaUJBQU07UUFDUixpQkFBTTs7UUFKSSxnQkFBOEQ7UUFBOUQsbUVBQThEOzt1RkRuQjNELHNCQUFzQjtjQUpsQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLG9CQUFvQjtnQkFDOUIsV0FBVyxFQUFFLGlDQUFpQzthQUMvQztnQkFFaUIsTUFBTTtrQkFBckIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXRhc2stY2FuY2VsbGVkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Rhc2stY2FuY2VsbGVkLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBUYXNrQ2FuY2VsbGVkQ29tcG9uZW50IHtcbiAgQElucHV0KCkgcHVibGljIGNhc2VJZDogc3RyaW5nO1xufVxuIiwiPGRpdiBjbGFzcz1cImdvdnVrLSEtbWFyZ2luLTlcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlcIiBhcmlhLWxhYmVsbGVkYnk9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCIgcm9sZT1cImFsZXJ0XCIgdGFiaW5kZXg9XCItMVwiIGRhdGEtbW9kdWxlPVwiZXJyb3Itc3VtbWFyeVwiPlxuICAgIDxoMiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlfX3RpdGxlXCIgaWQ9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCI+XG4gICAgICBUaGVyZSBpcyBhIHByb2JsZW1cbiAgICA8L2gyPlxuICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5X19ib2R5XCI+XG4gICAgICA8dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWVycm9yLXN1bW1hcnlfX2xpc3RcIj5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxhIGhyZWY9XCIjXCI+VGFzayBjYW5jZWxsZWQvbWFya2VkIGFzIGRvbmU8L2E+XG4gICAgICAgIDwvbGk+XG4gICAgICA8L3VsPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuICA8ZGl2IGNsYXNzPVwiZ292dWstZm9ybS1ncm91cCBnb3Z1ay1mb3JtLWdyb3VwLS1lcnJvclwiPlxuICAgIDxoMiBjbGFzcz1cImdvdnVrLWhlYWRpbmctbVwiPlRhc2sgY2FuY2VsbGVkL21hcmtlZCBhcyBkb25lPC9oMj5cblxuICAgIDxwPlRoaXMgdGFzayBoYXMgYmVlbiBjYW5jZWxsZWQgb3IgbWFya2VkIGFzIGRvbmUuPC9wPlxuXG4gICAgPHA+Q2xpY2sgQ29udGludWUgdG8gY29tcGxldGUgdGhlIHRhc2sgYW5kIHNhdmUgeW91ciBwcm9ncmVzcy48L3A+XG5cbiAgICA8cD5BbHRlcm5hdGl2ZWx5LCBjbGljayBDYW5jZWwgdG8gcmV0dXJuIHRvIHRoZSB0YXNrcyB0YWIgd2l0aG91dCBzYXZpbmcgeW91ciBwcm9ncmVzcy48L3A+XG5cbiAgICA8ZGl2IGNsYXNzPVwiZm9ybS1ncm91cCBmb3JtLWdyb3VwLXJlbGF0ZWRcIj5cbiAgICAgIDxidXR0b24gdHlwZT1cInN1Ym1pdFwiIGNsYXNzPVwiZ292dWstYnV0dG9uIGdvdnVrLSEtbWFyZ2luLXJpZ2h0LTJcIiBkYXRhLW1vZHVsZT1cImdvdnVrLWJ1dHRvblwiPkNvbnRpbnVlPC9idXR0b24+XG4gICAgICA8YSAgW3JvdXRlckxpbmtdPVwiWycvJywgJ2Nhc2VzJywgJ2Nhc2UtZGV0YWlscycsIGNhc2VJZCwgJ3Rhc2tzJ11cIlxuICAgICAgICAgICAgICBjbGFzcz1cImdvdnVrLWJ1dHRvbiBnb3Z1ay1idXR0b24tLXNlY29uZGFyeVwiIGRhdGEtbW9kdWxlPVwiZ292dWstYnV0dG9uXCI+Q2FuY2VsPC9hPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,64 +1,45 @@
|
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/router";
|
|
4
|
-
import * as i2 from "rpx-xui-translation";
|
|
5
4
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
6
5
|
export class TaskConflictComponent {
|
|
7
6
|
}
|
|
8
7
|
TaskConflictComponent.ɵfac = function TaskConflictComponent_Factory(t) { return new (t || TaskConflictComponent)(); };
|
|
9
|
-
TaskConflictComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskConflictComponent, selectors: [["app-task-conflict"]], inputs: { task: "task", caseId: "caseId" }, decls:
|
|
8
|
+
TaskConflictComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskConflictComponent, selectors: [["app-task-conflict"]], inputs: { task: "task", caseId: "caseId" }, decls: 18, vars: 3, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function TaskConflictComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10
9
|
i0.ɵɵelementStart(0, "div", 0);
|
|
11
10
|
i0.ɵɵelementStart(1, "div", 1);
|
|
12
11
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
13
|
-
i0.ɵɵtext(3);
|
|
14
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
12
|
+
i0.ɵɵtext(3, " There is a problem ");
|
|
15
13
|
i0.ɵɵelementEnd();
|
|
16
|
-
i0.ɵɵelementStart(
|
|
17
|
-
i0.ɵɵelementStart(
|
|
18
|
-
i0.ɵɵelementStart(
|
|
19
|
-
i0.ɵɵelementStart(
|
|
20
|
-
i0.ɵɵtext(
|
|
21
|
-
i0.ɵɵpipe(10, "rpxTranslate");
|
|
14
|
+
i0.ɵɵelementStart(4, "div", 3);
|
|
15
|
+
i0.ɵɵelementStart(5, "ul", 4);
|
|
16
|
+
i0.ɵɵelementStart(6, "li");
|
|
17
|
+
i0.ɵɵelementStart(7, "a", 5);
|
|
18
|
+
i0.ɵɵtext(8, "Task conflict");
|
|
22
19
|
i0.ɵɵelementEnd();
|
|
23
20
|
i0.ɵɵelementEnd();
|
|
24
21
|
i0.ɵɵelementEnd();
|
|
25
22
|
i0.ɵɵelementEnd();
|
|
26
23
|
i0.ɵɵelementEnd();
|
|
27
|
-
i0.ɵɵelementStart(
|
|
28
|
-
i0.ɵɵelementStart(
|
|
29
|
-
i0.ɵɵtext(
|
|
30
|
-
i0.ɵɵpipe(14, "rpxTranslate");
|
|
24
|
+
i0.ɵɵelementStart(9, "div", 6);
|
|
25
|
+
i0.ɵɵelementStart(10, "h2", 7);
|
|
26
|
+
i0.ɵɵtext(11, "Task conflict");
|
|
31
27
|
i0.ɵɵelementEnd();
|
|
32
|
-
i0.ɵɵelementStart(
|
|
33
|
-
i0.ɵɵtext(
|
|
34
|
-
i0.ɵɵpipe(17, "rpxTranslate");
|
|
28
|
+
i0.ɵɵelementStart(12, "p");
|
|
29
|
+
i0.ɵɵtext(13, "This task cannot be completed due to conflict with another task or tasks for this case.");
|
|
35
30
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(
|
|
37
|
-
i0.ɵɵtext(
|
|
38
|
-
i0.ɵɵpipe(20, "rpxTranslate");
|
|
31
|
+
i0.ɵɵelementStart(14, "p");
|
|
32
|
+
i0.ɵɵtext(15, "If the problem persists, contact William Priest");
|
|
39
33
|
i0.ɵɵelementEnd();
|
|
40
|
-
i0.ɵɵelementStart(
|
|
41
|
-
i0.ɵɵtext(
|
|
42
|
-
i0.ɵɵpipe(23, "rpxTranslate");
|
|
34
|
+
i0.ɵɵelementStart(16, "a", 8);
|
|
35
|
+
i0.ɵɵtext(17, "Return to tasks tab");
|
|
43
36
|
i0.ɵɵelementEnd();
|
|
44
37
|
i0.ɵɵelementEnd();
|
|
45
38
|
i0.ɵɵelementEnd();
|
|
46
39
|
} if (rf & 2) {
|
|
47
|
-
i0.ɵɵadvance(
|
|
48
|
-
i0.ɵɵ
|
|
49
|
-
|
|
50
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 9, "Task conflict"));
|
|
51
|
-
i0.ɵɵadvance(4);
|
|
52
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 11, "Task conflict"));
|
|
53
|
-
i0.ɵɵadvance(3);
|
|
54
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 13, "This task cannot be completed due to conflict with another task or tasks for this case."));
|
|
55
|
-
i0.ɵɵadvance(3);
|
|
56
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 15, "If the problem persists, contact William Priest"));
|
|
57
|
-
i0.ɵɵadvance(2);
|
|
58
|
-
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(19, _c0, ctx.caseId));
|
|
59
|
-
i0.ɵɵadvance(1);
|
|
60
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(23, 17, "Return to tasks tab"));
|
|
61
|
-
} }, directives: [i1.RouterLinkWithHref], pipes: [i2.RpxTranslatePipe], encapsulation: 2 });
|
|
40
|
+
i0.ɵɵadvance(16);
|
|
41
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(1, _c0, ctx.caseId));
|
|
42
|
+
} }, directives: [i1.RouterLinkWithHref], encapsulation: 2 });
|
|
62
43
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskConflictComponent, [{
|
|
63
44
|
type: Component,
|
|
64
45
|
args: [{
|
|
@@ -70,4 +51,4 @@ TaskConflictComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskConflictCompone
|
|
|
70
51
|
}], caseId: [{
|
|
71
52
|
type: Input
|
|
72
53
|
}] }); })();
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
54
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFzay1jb25mbGljdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZXZlbnQtc3RhcnQvY29tcG9uZW50cy90YXNrLWNvbmZsaWN0L3Rhc2stY29uZmxpY3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay1jb25mbGljdC90YXNrLWNvbmZsaWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBT2pELE1BQU0sT0FBTyxxQkFBcUI7OzBGQUFyQixxQkFBcUI7MERBQXJCLHFCQUFxQjtRQ1BsQyw4QkFBOEI7UUFDNUIsOEJBQThIO1FBQzVILDZCQUFnRTtRQUM5RCxvQ0FDRjtRQUFBLGlCQUFLO1FBQ0wsOEJBQXVDO1FBQ3JDLDZCQUFpRDtRQUMvQywwQkFBSTtRQUNGLDRCQUFZO1FBQUEsNkJBQWE7UUFBQSxpQkFBSTtRQUMvQixpQkFBSztRQUNQLGlCQUFLO1FBQ1AsaUJBQU07UUFDUixpQkFBTTtRQUVOLDhCQUFzRDtRQUNwRCw4QkFBNEI7UUFBQSw4QkFBYTtRQUFBLGlCQUFLO1FBRTlDLDBCQUFHO1FBQUEsd0dBQXVGO1FBQUEsaUJBQUk7UUFFOUYsMEJBQUc7UUFBQSxnRUFBK0M7UUFBQSxpQkFBSTtRQUV0RCw2QkFBNEY7UUFBQSxvQ0FBbUI7UUFBQSxpQkFBSTtRQUNySCxpQkFBTTtRQUNSLGlCQUFNOztRQUYyQixnQkFBOEQ7UUFBOUQsbUVBQThEOzt1RkRkbEYscUJBQXFCO2NBSmpDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QixXQUFXLEVBQUUsZ0NBQWdDO2FBQzlDO2dCQUVpQixJQUFJO2tCQUFuQixLQUFLO1lBQ1UsTUFBTTtrQkFBckIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRhc2sgfSBmcm9tICcuLi8uLi8uLi8uLi9kb21haW4vd29yay1hbGxvY2F0aW9uL1Rhc2snO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtdGFzay1jb25mbGljdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi90YXNrLWNvbmZsaWN0LmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBUYXNrQ29uZmxpY3RDb21wb25lbnQge1xuICBASW5wdXQoKSBwdWJsaWMgdGFzazogVGFzaztcbiAgQElucHV0KCkgcHVibGljIGNhc2VJZDogc3RyaW5nO1xufVxuIiwiPGRpdiBjbGFzcz1cImdvdnVrLSEtbWFyZ2luLTlcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlcIiBhcmlhLWxhYmVsbGVkYnk9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCIgcm9sZT1cImFsZXJ0XCIgdGFiaW5kZXg9XCItMVwiIGRhdGEtbW9kdWxlPVwiZXJyb3Itc3VtbWFyeVwiPlxuICAgIDxoMiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlfX3RpdGxlXCIgaWQ9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCI+XG4gICAgICBUaGVyZSBpcyBhIHByb2JsZW1cbiAgICA8L2gyPlxuICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5X19ib2R5XCI+XG4gICAgICA8dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWVycm9yLXN1bW1hcnlfX2xpc3RcIj5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxhIGhyZWY9XCIjXCI+VGFzayBjb25mbGljdDwvYT5cbiAgICAgICAgPC9saT5cbiAgICAgIDwvdWw+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuXG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1mb3JtLWdyb3VwIGdvdnVrLWZvcm0tZ3JvdXAtLWVycm9yXCI+XG4gICAgPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1tXCI+VGFzayBjb25mbGljdDwvaDI+XG5cbiAgICA8cD5UaGlzIHRhc2sgY2Fubm90IGJlIGNvbXBsZXRlZCBkdWUgdG8gY29uZmxpY3Qgd2l0aCBhbm90aGVyIHRhc2sgb3IgdGFza3MgZm9yIHRoaXMgY2FzZS48L3A+XG5cbiAgICA8cD5JZiB0aGUgcHJvYmxlbSBwZXJzaXN0cywgY29udGFjdCBXaWxsaWFtIFByaWVzdDwvcD5cblxuICAgIDxhIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMClcIiBbcm91dGVyTGlua109XCJbJy8nLCAnY2FzZXMnLCAnY2FzZS1kZXRhaWxzJywgY2FzZUlkLCAndGFza3MnXVwiPlJldHVybiB0byB0YXNrcyB0YWI8L2E+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|