@hmcts/ccd-case-ui-toolkit 6.16.2-ccpay-upgrade → 6.18.0-welsh-release
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 +8831 -4404
- 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 +7 -5
- package/esm2015/lib/components/banners/alert/alert.module.js +12 -4
- package/esm2015/lib/components/footer/footer.component.js +55 -30
- package/esm2015/lib/components/footer/footers.module.js +12 -4
- package/esm2015/lib/components/form/date-input/date-input.component.js +56 -37
- package/esm2015/lib/components/form/form.module.js +8 -4
- package/esm2015/lib/components/header/header-bar/header-bar.component.js +32 -19
- package/esm2015/lib/components/header/headers.module.js +6 -4
- package/esm2015/lib/components/header/navigation/navigation-item.component.js +9 -7
- package/esm2015/lib/components/header/phase/phase.component.js +20 -9
- package/esm2015/lib/components/tabs/tabs.component.js +8 -5
- package/esm2015/lib/components/tabs/tabs.module.js +6 -2
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-validation.model.js +1 -1
- package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +12 -9
- package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +11 -8
- package/esm2015/lib/shared/components/activity/activity.component.js +15 -10
- package/esm2015/lib/shared/components/activity/activity.module.js +6 -2
- 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 +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +30 -26
- package/esm2015/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +51 -34
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +111 -83
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +35 -28
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +51 -26
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +51 -28
- 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 +3 -2
- package/esm2015/lib/shared/components/case-editor/services/case-flag-state.service.js +19 -0
- 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 +89 -63
- package/esm2015/lib/shared/components/case-history/case-history.module.js +18 -14
- package/esm2015/lib/shared/components/case-list/case-list.component.js +56 -49
- package/esm2015/lib/shared/components/case-list/case-list.module.js +8 -4
- package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +11 -7
- package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +9 -6
- package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +12 -8
- package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +106 -61
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +89 -69
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +45 -23
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +16 -13
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +157 -117
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +32 -20
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +107 -79
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +79 -49
- package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +37 -27
- package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +36 -22
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +63 -40
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +6 -2
- package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/dialogs.module.js +6 -2
- package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/error/callback-errors.component.js +34 -23
- package/esm2015/lib/shared/components/error/errors.module.js +6 -2
- package/esm2015/lib/shared/components/error-message/error-message.component.js +14 -11
- package/esm2015/lib/shared/components/error-message/error-message.module.js +8 -4
- package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +39 -20
- package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +34 -18
- package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +34 -19
- package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +50 -25
- package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +39 -20
- package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +34 -18
- package/esm2015/lib/shared/components/event-start/event-start.module.js +8 -4
- package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +27 -17
- package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +6 -2
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +7 -5
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +6 -2
- package/esm2015/lib/shared/components/pagination/pagination.component.js +84 -67
- package/esm2015/lib/shared/components/pagination/pagination.module.js +8 -4
- package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +50 -31
- 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 +10 -8
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +5 -1
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +62 -37
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.js +246 -42
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +144 -73
- package/esm2015/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.js +181 -0
- package/esm2015/lib/shared/components/palette/case-flag/components/index.js +3 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +62 -87
- package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.js +6 -0
- package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.js +133 -101
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +54 -34
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +186 -113
- package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.js +292 -0
- package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.js +286 -99
- 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-display-context-parameter.enum.js +9 -0
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.js +12 -0
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.js +3 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.js +8 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.js +6 -0
- package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.js +6 -0
- package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +8 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.js +3 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.js +2 -1
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.js +6 -0
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.js +6 -0
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.js +3 -1
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.js +3 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.js +8 -4
- package/esm2015/lib/shared/components/palette/case-flag/index.js +2 -1
- package/esm2015/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.js +41 -0
- package/esm2015/lib/shared/components/palette/case-flag/pipes/index.js +5 -0
- package/esm2015/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.js +41 -0
- package/esm2015/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.js +109 -0
- package/esm2015/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.js +77 -0
- package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +121 -50
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +250 -141
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +68 -57
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +50 -46
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +7 -6
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +22 -20
- package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +5 -4
- package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +29 -17
- package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +31 -25
- package/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +32 -20
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +2 -2
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +27 -18
- package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +19 -14
- package/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +20 -15
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +87 -65
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +60 -46
- package/esm2015/lib/shared/components/palette/index.js +3 -2
- package/esm2015/lib/shared/components/palette/label/label-field.component.js +24 -5
- 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/markdown/index.js +2 -1
- package/esm2015/lib/shared/components/palette/markdown/markdown-component.module.js +42 -0
- package/esm2015/lib/shared/components/palette/markdown/markdown.component.js +4 -4
- package/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +15 -11
- package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +19 -14
- package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +43 -25
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +7 -6
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +41 -29
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +48 -35
- package/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +88 -50
- package/esm2015/lib/shared/components/palette/palette.module.js +185 -88
- package/esm2015/lib/shared/components/palette/palette.service.js +5 -2
- package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +120 -0
- package/esm2015/lib/shared/components/palette/query-management/components/index.js +9 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.js +64 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-create/query-create.component.js +18 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-details/query-details.component.js +56 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +150 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +175 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +67 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +214 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +108 -0
- package/esm2015/lib/shared/components/palette/query-management/index.js +6 -0
- package/esm2015/lib/shared/components/palette/query-management/models/index.js +7 -0
- package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-message.model.js +2 -0
- package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.js +2 -0
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.js +2 -0
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.js +18 -0
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.js +35 -0
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.js +6 -0
- package/esm2015/lib/shared/components/palette/query-management/read-query-management-field.component.js +83 -0
- package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +12 -0
- package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +45 -0
- package/esm2015/lib/shared/components/palette/text/read-text-field.component.js +7 -5
- package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +7 -5
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/utils/first-error.pipe.js +22 -11
- package/esm2015/lib/shared/components/palette/utils/utils.module.js +12 -6
- package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +7 -5
- package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +20 -15
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +60 -35
- package/esm2015/lib/shared/components/search-filters/search-filters.module.js +14 -10
- package/esm2015/lib/shared/components/search-result/search-result.component.js +132 -95
- package/esm2015/lib/shared/components/search-result/search-result.module.js +16 -13
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +90 -52
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +13 -9
- package/esm2015/lib/shared/domain/alert/alert-status-params.model.js +2 -0
- package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +17 -2
- package/esm2015/lib/shared/domain/case-view/case-view-event-ids.enum.js +6 -0
- package/esm2015/lib/shared/domain/case-view/case-view-trigger.model.js +1 -2
- package/esm2015/lib/shared/domain/definition/display-context-enum.model.js +3 -1
- package/esm2015/lib/shared/fixture/shared.test.fixture.js +2 -1
- package/esm2015/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.js +16 -0
- package/esm2015/lib/shared/pipes/generic/index.js +2 -0
- package/esm2015/lib/shared/pipes/index.js +3 -2
- package/esm2015/lib/shared/pipes/pipes.module.js +9 -5
- package/esm2015/lib/shared/services/alert/alert.service.js +28 -8
- package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +9 -3
- package/esm2015/lib/shared/services/request/request.options.builder.js +7 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +10614 -6668
- 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 +2 -1
- package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
- package/lib/components/footer/footers.module.d.ts +2 -1
- package/lib/components/footer/footers.module.d.ts.map +1 -1
- package/lib/components/form/form.module.d.ts +2 -1
- package/lib/components/form/form.module.d.ts.map +1 -1
- package/lib/components/header/headers.module.d.ts +2 -1
- 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 +2 -1
- package/lib/components/tabs/tabs.module.d.ts.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts +1 -0
- package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -1
- package/lib/shared/components/activity/activity.module.d.ts +2 -1
- package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +6 -5
- 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-editor.module.d.ts +3 -2
- 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-editor/services/case-flag-state.service.d.ts +11 -0
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +1 -0
- package/lib/shared/components/case-history/case-history.module.d.ts +2 -1
- 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 +2 -1
- 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 +2 -1
- 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 +2 -1
- 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 +3 -1
- 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.module.d.ts +6 -4
- 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 +2 -1
- 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 +2 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
- package/lib/shared/components/error/errors.module.d.ts +2 -1
- package/lib/shared/components/error/errors.module.d.ts.map +1 -1
- package/lib/shared/components/error-message/error-message.module.d.ts +2 -1
- 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 +2 -1
- 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 +2 -1
- 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 +2 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
- package/lib/shared/components/pagination/pagination.module.d.ts +2 -1
- 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 +1 -0
- 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-flag/components/add-comments/add-comments.component.d.ts +2 -1
- 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 +20 -5
- 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 +2 -1
- 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/confirm-flag-status/confirm-flag-status.component.d.ts +28 -0
- package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/components/index.d.ts +2 -0
- 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 +4 -8
- 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-control-names.enum.d.ts +5 -0
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +10 -8
- 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 +2 -1
- 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 +12 -8
- 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-add-translation-form/update-flag-add-translation-form.component.d.ts +27 -0
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +19 -9
- 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 +1 -10
- 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 +6 -0
- 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 +1 -0
- 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-display-context-parameter.enum.d.ts +8 -0
- package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts +11 -0
- package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts +2 -1
- 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 +8 -3
- 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/confirm-status-error-message.enum.d.ts +5 -0
- package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts +5 -0
- package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/enums/index.d.ts +7 -1
- 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 +2 -1
- 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 +1 -0
- 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-add-translation-error-message.enum.d.ts +5 -0
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts +5 -0
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts +3 -1
- 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 +3 -2
- 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 +7 -3
- 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 +1 -0
- package/lib/shared/components/palette/case-flag/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts +19 -0
- package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/pipes/index.d.ts +5 -0
- package/lib/shared/components/palette/case-flag/pipes/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts +18 -0
- package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts +25 -0
- package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts +21 -0
- package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts +11 -8
- 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 +23 -24
- 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 +3 -2
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +2 -1
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts +2 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/markdown/index.d.ts +1 -0
- package/lib/shared/components/palette/markdown/index.d.ts.map +1 -1
- package/lib/shared/components/palette/markdown/markdown-component.module.d.ts +13 -0
- package/lib/shared/components/palette/markdown/markdown-component.module.d.ts.map +1 -0
- package/lib/shared/components/palette/markdown/markdown.component.d.ts +3 -3
- package/lib/shared/components/palette/markdown/markdown.component.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +134 -117
- 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/palette/query-management/__mocks__/index.d.ts +3 -0
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/index.d.ts +9 -0
- package/lib/shared/components/palette/query-management/components/index.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts +10 -0
- package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts +9 -0
- package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +11 -0
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts +8 -0
- package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +18 -0
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +17 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +8 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +10 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/index.d.ts +6 -0
- package/lib/shared/components/palette/query-management/index.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/index.d.ts +7 -0
- package/lib/shared/components/palette/query-management/models/index.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts +14 -0
- package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts +7 -0
- package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts +7 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts +10 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts +21 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts +5 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +17 -0
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +7 -0
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts +12 -0
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/utils/first-error.pipe.d.ts +3 -0
- package/lib/shared/components/palette/utils/first-error.pipe.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/utils.module.d.ts +2 -1
- package/lib/shared/components/palette/utils/utils.module.d.ts.map +1 -1
- package/lib/shared/components/palette/yes-no/read-yes-no-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/yes-no/write-yes-no-field.component.d.ts.map +1 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts +2 -1
- 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 +3 -2
- 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 +2 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
- package/lib/shared/domain/alert/alert-status-params.model.d.ts +6 -0
- package/lib/shared/domain/alert/alert-status-params.model.d.ts.map +1 -0
- package/lib/shared/domain/case-flag/flag-type.model.d.ts +6 -1
- package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts +5 -0
- package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts.map +1 -0
- package/lib/shared/domain/case-view/case-view-trigger.model.d.ts +0 -1
- 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 +3 -1
- package/lib/shared/domain/definition/display-context-enum.model.d.ts.map +1 -1
- package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
- package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts +8 -0
- package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts.map +1 -0
- package/lib/shared/pipes/generic/index.d.ts +2 -0
- package/lib/shared/pipes/generic/index.d.ts.map +1 -0
- package/lib/shared/pipes/index.d.ts +2 -1
- package/lib/shared/pipes/index.d.ts.map +1 -1
- package/lib/shared/pipes/pipes.module.d.ts +3 -2
- package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
- package/lib/shared/services/alert/alert.service.d.ts +8 -4
- package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +3 -2
- 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
|
@@ -2,6 +2,7 @@ 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";
|
|
5
6
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
6
7
|
export class NoTasksAvailableComponent {
|
|
7
8
|
constructor(route) {
|
|
@@ -10,38 +11,53 @@ export class NoTasksAvailableComponent {
|
|
|
10
11
|
}
|
|
11
12
|
}
|
|
12
13
|
NoTasksAvailableComponent.ɵfac = function NoTasksAvailableComponent_Factory(t) { return new (t || NoTasksAvailableComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute)); };
|
|
13
|
-
NoTasksAvailableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NoTasksAvailableComponent, selectors: [["app-no-tasks-available"]], decls:
|
|
14
|
+
NoTasksAvailableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NoTasksAvailableComponent, selectors: [["app-no-tasks-available"]], decls: 21, vars: 18, 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) {
|
|
14
15
|
i0.ɵɵelementStart(0, "div", 0);
|
|
15
16
|
i0.ɵɵelementStart(1, "div", 1);
|
|
16
17
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
17
|
-
i0.ɵɵtext(3
|
|
18
|
+
i0.ɵɵtext(3);
|
|
19
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
18
20
|
i0.ɵɵelementEnd();
|
|
19
|
-
i0.ɵɵelementStart(
|
|
20
|
-
i0.ɵɵelementStart(
|
|
21
|
-
i0.ɵɵelementStart(
|
|
22
|
-
i0.ɵɵelementStart(
|
|
23
|
-
i0.ɵɵtext(
|
|
21
|
+
i0.ɵɵelementStart(5, "div", 3);
|
|
22
|
+
i0.ɵɵelementStart(6, "ul", 4);
|
|
23
|
+
i0.ɵɵelementStart(7, "li");
|
|
24
|
+
i0.ɵɵelementStart(8, "a", 5);
|
|
25
|
+
i0.ɵɵtext(9);
|
|
26
|
+
i0.ɵɵpipe(10, "rpxTranslate");
|
|
24
27
|
i0.ɵɵelementEnd();
|
|
25
28
|
i0.ɵɵelementEnd();
|
|
26
29
|
i0.ɵɵelementEnd();
|
|
27
30
|
i0.ɵɵelementEnd();
|
|
28
31
|
i0.ɵɵelementEnd();
|
|
29
|
-
i0.ɵɵelementStart(
|
|
30
|
-
i0.ɵɵelementStart(
|
|
31
|
-
i0.ɵɵtext(
|
|
32
|
+
i0.ɵɵelementStart(11, "div", 6);
|
|
33
|
+
i0.ɵɵelementStart(12, "h2", 7);
|
|
34
|
+
i0.ɵɵtext(13);
|
|
35
|
+
i0.ɵɵpipe(14, "rpxTranslate");
|
|
32
36
|
i0.ɵɵelementEnd();
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵtext(
|
|
37
|
+
i0.ɵɵelementStart(15, "p");
|
|
38
|
+
i0.ɵɵtext(16);
|
|
39
|
+
i0.ɵɵpipe(17, "rpxTranslate");
|
|
35
40
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(
|
|
37
|
-
i0.ɵɵtext(
|
|
41
|
+
i0.ɵɵelementStart(18, "a", 8);
|
|
42
|
+
i0.ɵɵtext(19);
|
|
43
|
+
i0.ɵɵpipe(20, "rpxTranslate");
|
|
38
44
|
i0.ɵɵelementEnd();
|
|
39
45
|
i0.ɵɵelementEnd();
|
|
40
46
|
i0.ɵɵelementEnd();
|
|
41
47
|
} if (rf & 2) {
|
|
42
|
-
i0.ɵɵadvance(
|
|
43
|
-
i0.ɵɵ
|
|
44
|
-
|
|
48
|
+
i0.ɵɵadvance(3);
|
|
49
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 6, "There is a problem"), " ");
|
|
50
|
+
i0.ɵɵadvance(6);
|
|
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 });
|
|
45
61
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NoTasksAvailableComponent, [{
|
|
46
62
|
type: Component,
|
|
47
63
|
args: [{
|
|
@@ -49,4 +65,4 @@ NoTasksAvailableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NoTasksAvailabl
|
|
|
49
65
|
templateUrl: './no-tasks-available.component.html'
|
|
50
66
|
}]
|
|
51
67
|
}], function () { return [{ type: i1.ActivatedRoute }]; }, null); })();
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
68
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm8tdGFza3MtYXZhaWxhYmxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9ldmVudC1zdGFydC9jb21wb25lbnRzL25vLXRhc2tzLWF2YWlsYWJsZS9uby10YXNrcy1hdmFpbGFibGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvbm8tdGFza3MtYXZhaWxhYmxlL25vLXRhc2tzLWF2YWlsYWJsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFTLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxjQUFjLEVBQTRCLE1BQU0saUJBQWlCLENBQUM7Ozs7O0FBTTNFLE1BQU0sT0FBTyx5QkFBeUI7SUFJcEMsWUFBNkIsS0FBcUI7UUFBckIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7UUFDaEQsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQztJQUN0RCxDQUFDOztrR0FOVSx5QkFBeUI7OERBQXpCLHlCQUF5QjtRQ1B0Qyw4QkFBOEI7UUFDNUIsOEJBQThIO1FBQzVILDZCQUFnRTtRQUM5RCxZQUNGOztRQUFBLGlCQUFLO1FBQ0wsOEJBQXVDO1FBQ3JDLDZCQUFpRDtRQUMvQywwQkFBSTtRQUNGLDRCQUFZO1FBQUEsWUFBc0M7O1FBQUEsaUJBQUk7UUFDeEQsaUJBQUs7UUFDUCxpQkFBSztRQUNQLGlCQUFNO1FBQ1IsaUJBQU07UUFFTiwrQkFBc0Q7UUFDcEQsOEJBQTRCO1FBQUEsYUFBc0M7O1FBQUEsaUJBQUs7UUFDdkUsMEJBQUc7UUFBQSxhQUFtRzs7UUFBQSxpQkFBSTtRQUMxRyw2QkFBNEY7UUFBQSxhQUF3Qzs7UUFBQSxpQkFBSTtRQUMxSSxpQkFBTTtRQUNSLGlCQUFNOztRQWhCQSxlQUNGO1FBREUsMkVBQ0Y7UUFJa0IsZUFBc0M7UUFBdEMsZ0VBQXNDO1FBTzVCLGVBQXNDO1FBQXRDLGlFQUFzQztRQUMvRCxlQUFtRztRQUFuRyw4SEFBbUc7UUFDekUsZUFBOEQ7UUFBOUQsb0VBQThEO1FBQUMsZUFBd0M7UUFBeEMsbUVBQXdDOzt1RkRWM0gseUJBQXlCO2NBSnJDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsd0JBQXdCO2dCQUNsQyxXQUFXLEVBQUUscUNBQXFDO2FBQ25EIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUsIE5hdmlnYXRpb25FeHRyYXMsIFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1uby10YXNrcy1hdmFpbGFibGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vbm8tdGFza3MtYXZhaWxhYmxlLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBOb1Rhc2tzQXZhaWxhYmxlQ29tcG9uZW50IHtcblxuICBwdWJsaWMgY2FzZUlkOiBzdHJpbmc7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSByb3V0ZTogQWN0aXZhdGVkUm91dGUpIHtcbiAgICB0aGlzLmNhc2VJZCA9IHRoaXMucm91dGUuc25hcHNob3QuZGF0YS5jYXNlLmNhc2VfaWQ7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJnb3Z1ay0hLW1hcmdpbi05XCI+XG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5XCIgYXJpYS1sYWJlbGxlZGJ5PVwiZXJyb3Itc3VtbWFyeS10aXRsZVwiIHJvbGU9XCJhbGVydFwiIHRhYmluZGV4PVwiLTFcIiBkYXRhLW1vZHVsZT1cImVycm9yLXN1bW1hcnlcIj5cbiAgICA8aDIgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5X190aXRsZVwiIGlkPVwiZXJyb3Itc3VtbWFyeS10aXRsZVwiPlxuICAgICAge3snVGhlcmUgaXMgYSBwcm9ibGVtJyB8IHJweFRyYW5zbGF0ZX19XG4gICAgPC9oMj5cbiAgICA8ZGl2IGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeV9fYm9keVwiPlxuICAgICAgPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1lcnJvci1zdW1tYXJ5X19saXN0XCI+XG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8YSBocmVmPVwiI1wiPnt7J05vIHRhc2sgYXZhaWxhYmxlJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICAgICAgICA8L2xpPlxuICAgICAgPC91bD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWZvcm0tZ3JvdXAgZ292dWstZm9ybS1ncm91cC0tZXJyb3JcIj5cbiAgICA8aDIgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLW1cIj57eydObyB0YXNrIGF2YWlsYWJsZScgfCBycHhUcmFuc2xhdGV9fTwvaDI+XG4gICAgPHA+e3snWW91IHNob3VsZCBoYXZlIGFuIGFzc2lnbmVkIHRhc2sgZm9yIHRoaXMgZXZlbnQsIGJ1dCBzb21ldGhpbmcgaGFzIGdvbmUgd3JvbmcuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuICAgIDxhIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMClcIiBbcm91dGVyTGlua109XCJbJy8nLCAnY2FzZXMnLCAnY2FzZS1kZXRhaWxzJywgY2FzZUlkLCAndGFza3MnXVwiPnt7J1JldHVybiB0byB0YXNrcyB0YWInIHwgcnB4VHJhbnNsYXRlfX08L2E+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -7,41 +7,56 @@ 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";
|
|
10
11
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
11
12
|
function TaskAssignedComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
12
13
|
i0.ɵɵelementStart(0, "div", 1);
|
|
13
14
|
i0.ɵɵelementStart(1, "div", 2);
|
|
14
15
|
i0.ɵɵelementStart(2, "h2", 3);
|
|
15
|
-
i0.ɵɵtext(3
|
|
16
|
+
i0.ɵɵtext(3);
|
|
17
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
16
18
|
i0.ɵɵelementEnd();
|
|
17
|
-
i0.ɵɵelementStart(
|
|
18
|
-
i0.ɵɵelementStart(
|
|
19
|
-
i0.ɵɵelementStart(
|
|
20
|
-
i0.ɵɵelementStart(
|
|
21
|
-
i0.ɵɵtext(
|
|
19
|
+
i0.ɵɵelementStart(5, "div", 4);
|
|
20
|
+
i0.ɵɵelementStart(6, "ul", 5);
|
|
21
|
+
i0.ɵɵelementStart(7, "li");
|
|
22
|
+
i0.ɵɵelementStart(8, "a", 6);
|
|
23
|
+
i0.ɵɵtext(9);
|
|
24
|
+
i0.ɵɵpipe(10, "rpxTranslate");
|
|
22
25
|
i0.ɵɵelementEnd();
|
|
23
26
|
i0.ɵɵelementEnd();
|
|
24
27
|
i0.ɵɵelementEnd();
|
|
25
28
|
i0.ɵɵelementEnd();
|
|
26
29
|
i0.ɵɵelementEnd();
|
|
27
|
-
i0.ɵɵelementStart(
|
|
28
|
-
i0.ɵɵelementStart(
|
|
29
|
-
i0.ɵɵtext(11, "Task assignment required");
|
|
30
|
-
i0.ɵɵelementEnd();
|
|
31
|
-
i0.ɵɵelementStart(12, "p");
|
|
30
|
+
i0.ɵɵelementStart(11, "div", 7);
|
|
31
|
+
i0.ɵɵelementStart(12, "h2", 8);
|
|
32
32
|
i0.ɵɵtext(13);
|
|
33
|
+
i0.ɵɵpipe(14, "rpxTranslate");
|
|
34
|
+
i0.ɵɵelementEnd();
|
|
35
|
+
i0.ɵɵelementStart(15, "p");
|
|
36
|
+
i0.ɵɵtext(16);
|
|
37
|
+
i0.ɵɵpipe(17, "rpxTranslate");
|
|
38
|
+
i0.ɵɵpipe(18, "rpxTranslate");
|
|
33
39
|
i0.ɵɵelementEnd();
|
|
34
|
-
i0.ɵɵelementStart(
|
|
35
|
-
i0.ɵɵtext(
|
|
40
|
+
i0.ɵɵelementStart(19, "a", 9);
|
|
41
|
+
i0.ɵɵtext(20);
|
|
42
|
+
i0.ɵɵpipe(21, "rpxTranslate");
|
|
36
43
|
i0.ɵɵelementEnd();
|
|
37
44
|
i0.ɵɵelementEnd();
|
|
38
45
|
i0.ɵɵelementEnd();
|
|
39
46
|
} if (rf & 2) {
|
|
40
47
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
41
|
-
i0.ɵɵadvance(
|
|
42
|
-
i0.ɵɵtextInterpolate1("
|
|
48
|
+
i0.ɵɵadvance(3);
|
|
49
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 8, "There is a problem"), " ");
|
|
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));
|
|
43
58
|
i0.ɵɵadvance(1);
|
|
44
|
-
i0.ɵɵ
|
|
59
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(21, 18, "Return to tasks tab"), " ");
|
|
45
60
|
} }
|
|
46
61
|
export class TaskAssignedComponent {
|
|
47
62
|
constructor(route, judicialworkerService, caseworkerService) {
|
|
@@ -90,10 +105,10 @@ export class TaskAssignedComponent {
|
|
|
90
105
|
}
|
|
91
106
|
TaskAssignedComponent.ɵfac = function TaskAssignedComponent_Factory(t) { return new (t || TaskAssignedComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute), i0.ɵɵdirectiveInject(i2.JudicialworkerService), i0.ɵɵdirectiveInject(i3.CaseworkerService)); };
|
|
92
107
|
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) {
|
|
93
|
-
i0.ɵɵtemplate(0, TaskAssignedComponent_div_0_Template,
|
|
108
|
+
i0.ɵɵtemplate(0, TaskAssignedComponent_div_0_Template, 22, 22, "div", 0);
|
|
94
109
|
} if (rf & 2) {
|
|
95
110
|
i0.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
96
|
-
} }, directives: [i4.NgIf, i1.RouterLinkWithHref], encapsulation: 2 });
|
|
111
|
+
} }, directives: [i4.NgIf, i1.RouterLinkWithHref], pipes: [i5.RpxTranslatePipe], encapsulation: 2 });
|
|
97
112
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskAssignedComponent, [{
|
|
98
113
|
type: Component,
|
|
99
114
|
args: [{
|
|
@@ -101,4 +116,4 @@ TaskAssignedComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskAssignedCompone
|
|
|
101
116
|
templateUrl: './task-assigned.component.html'
|
|
102
117
|
}]
|
|
103
118
|
}], function () { return [{ type: i1.ActivatedRoute }, { type: i2.JudicialworkerService }, { type: i3.CaseworkerService }]; }, null); })();
|
|
104
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
119
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFzay1hc3NpZ25lZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZXZlbnQtc3RhcnQvY29tcG9uZW50cy90YXNrLWFzc2lnbmVkL3Rhc2stYXNzaWduZWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay1hc3NpZ25lZC90YXNrLWFzc2lnbmVkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFCLE1BQU0sZUFBZSxDQUFDO0FBQzdELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUdqRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUN0RixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQzs7Ozs7Ozs7O0lDTDlGLDhCQUF1RDtJQUNyRCw4QkFBOEg7SUFDNUgsNkJBQWdFO0lBQzlELFlBQ0Y7O0lBQUEsaUJBQUs7SUFDTCw4QkFBdUM7SUFDckMsNkJBQWlEO0lBQy9DLDBCQUFJO0lBQ0YsNEJBQVk7SUFBQSxZQUE2Qzs7SUFBQSxpQkFBSTtJQUMvRCxpQkFBSztJQUNQLGlCQUFLO0lBQ1AsaUJBQU07SUFDUixpQkFBTTtJQUVOLCtCQUFzRDtJQUNsRCw4QkFBNEI7SUFBQSxhQUE2Qzs7SUFBQSxpQkFBSztJQUVoRiwwQkFBRztJQUFBLGFBQW9JOzs7SUFBQSxpQkFBSTtJQUUzSSw2QkFBNEY7SUFDMUYsYUFDRjs7SUFBQSxpQkFBSTtJQUNOLGlCQUFNO0lBQ1IsaUJBQU07OztJQXBCQSxlQUNGO0lBREUsMkVBQ0Y7SUFJa0IsZUFBNkM7SUFBN0Msd0VBQTZDO0lBT2pDLGVBQTZDO0lBQTdDLHdFQUE2QztJQUV4RSxlQUFvSTtJQUFwSSw0TEFBb0k7SUFFMUcsZUFBOEQ7SUFBOUQsdUVBQThEO0lBQ3pGLGVBQ0Y7SUFERSw4RUFDRjs7QURWSixNQUFNLE9BQU8scUJBQXFCO0lBUWhDLFlBQTZCLEtBQXFCLEVBQy9CLHFCQUE0QyxFQUM1QyxpQkFBb0M7UUFGMUIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7UUFDL0IsMEJBQXFCLEdBQXJCLHFCQUFxQixDQUF1QjtRQUM1QyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBUmhELFNBQUksR0FBUyxJQUFJLENBQUM7UUFTdkIsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQztRQUNwRCxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLFdBQW1CLENBQUM7SUFDdEQsQ0FBQztJQUVNLFFBQVE7UUFDYixnQ0FBZ0M7UUFDaEMsSUFBSSxDQUFDLHNCQUFzQixHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLEVBQUU7WUFDN0csSUFBSSxNQUFNLElBQUksTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksSUFBSSxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFO2dCQUNuRixNQUFNLFVBQVUsR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxNQUFNLEtBQUssSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztnQkFDcEYsSUFBSSxVQUFVLEVBQUU7b0JBQ2QsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEdBQUcsVUFBVSxDQUFDLFNBQVMsSUFBSSxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUM7aUJBQzFFO2FBQ0Y7WUFFRCxJQUFJLENBQUMsSUFBSSxDQUFDLGdCQUFnQixFQUFFO2dCQUMxQixtQ0FBbUM7Z0JBQ25DLElBQUksQ0FBQywwQkFBMEI7b0JBQzdCLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUM7eUJBQ3hGLFNBQVMsQ0FBQyxlQUFlLENBQUMsRUFBRTt3QkFDM0IsSUFBSSxlQUFlLEVBQUU7NEJBQ25CLE1BQU0sY0FBYyxHQUFHLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsUUFBUSxLQUFLLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7NEJBQ3BGLElBQUksY0FBYyxFQUFFO2dDQUNsQixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsY0FBYyxDQUFDLFNBQVMsQ0FBQzs2QkFDbEQ7eUJBQ0Y7d0JBRUQsSUFBSSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsRUFBRTs0QkFDMUIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLGNBQWMsQ0FBQzt5QkFDeEM7b0JBQ0gsQ0FBQyxDQUFDLENBQUM7YUFDUjtRQUNILENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVNLFdBQVc7UUFDaEIsSUFBSSxJQUFJLENBQUMsc0JBQXNCLEVBQUU7WUFDL0IsSUFBSSxDQUFDLHNCQUFzQixDQUFDLFdBQVcsRUFBRSxDQUFDO1NBQzNDO1FBQ0QsSUFBSSxJQUFJLENBQUMsMEJBQTBCLEVBQUU7WUFDbkMsSUFBSSxDQUFDLDBCQUEwQixDQUFDLFdBQVcsRUFBRSxDQUFDO1NBQy9DO0lBQ0gsQ0FBQzs7MEZBcERVLHFCQUFxQjswREFBckIscUJBQXFCO1FDWGxDLHdFQXVCTTs7UUF2QnlCLDJDQUFzQjs7dUZEV3hDLHFCQUFxQjtjQUpqQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsV0FBVyxFQUFFLGdDQUFnQzthQUM5QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25EZXN0cm95LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgVGFzayB9IGZyb20gJy4uLy4uLy4uLy4uL2RvbWFpbi93b3JrLWFsbG9jYXRpb24vVGFzayc7XG5pbXBvcnQgeyBDYXNld29ya2VyU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL2Nhc2UtZWRpdG9yL3NlcnZpY2VzL2Nhc2Utd29ya2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgSnVkaWNpYWx3b3JrZXJTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vY2FzZS1lZGl0b3Ivc2VydmljZXMvanVkaWNpYWwtd29ya2VyLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtdGFzay1hc3NpZ25lZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi90YXNrLWFzc2lnbmVkLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBUYXNrQXNzaWduZWRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG5cbiAgcHVibGljIHRhc2s6IFRhc2sgPSBudWxsO1xuICBwdWJsaWMgY2FzZUlkOiBzdHJpbmc7XG4gIHB1YmxpYyBhc3NpZ25lZFVzZXJOYW1lOiBzdHJpbmc7XG4gIHB1YmxpYyBjYXNld29ya2VyU3Vic2NyaXB0aW9uOiBTdWJzY3JpcHRpb247XG4gIHB1YmxpYyBqdWRpY2lhbHdvcmtlclN1YnNjcmlwdGlvbjogU3Vic2NyaXB0aW9uO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcm91dGU6IEFjdGl2YXRlZFJvdXRlLFxuICAgIHByaXZhdGUgcmVhZG9ubHkganVkaWNpYWx3b3JrZXJTZXJ2aWNlOiBKdWRpY2lhbHdvcmtlclNlcnZpY2UsXG4gICAgcHJpdmF0ZSByZWFkb25seSBjYXNld29ya2VyU2VydmljZTogQ2FzZXdvcmtlclNlcnZpY2UpIHtcbiAgICB0aGlzLmNhc2VJZCA9IHRoaXMucm91dGUuc25hcHNob3QuZGF0YS5jYXNlLmNhc2VfaWQ7XG4gICAgdGhpcy50YXNrID0gdGhpcy5yb3V0ZS5zbmFwc2hvdC5xdWVyeVBhcmFtcyBhcyBUYXNrO1xuICB9XG5cbiAgcHVibGljIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIC8vIEN1cnJlbnQgdXNlciBpcyBhIGNhc2V3b3JrZXI/XG4gICAgdGhpcy5jYXNld29ya2VyU3Vic2NyaXB0aW9uID0gdGhpcy5jYXNld29ya2VyU2VydmljZS5nZXRDYXNld29ya2Vycyh0aGlzLnRhc2suanVyaXNkaWN0aW9uKS5zdWJzY3JpYmUocmVzdWx0ID0+IHtcbiAgICAgIGlmIChyZXN1bHQgJiYgcmVzdWx0WzBdLnNlcnZpY2UgPT09IHRoaXMudGFzay5qdXJpc2RpY3Rpb24gJiYgcmVzdWx0WzBdLmNhc2V3b3JrZXJzKSB7XG4gICAgICAgIGNvbnN0IGNhc2V3b3JrZXIgPSByZXN1bHRbMF0uY2FzZXdvcmtlcnMuZmluZCh4ID0+IHguaWRhbUlkID09PSB0aGlzLnRhc2suYXNzaWduZWUpO1xuICAgICAgICBpZiAoY2FzZXdvcmtlcikge1xuICAgICAgICAgIHRoaXMuYXNzaWduZWRVc2VyTmFtZSA9IGAke2Nhc2V3b3JrZXIuZmlyc3ROYW1lfSAke2Nhc2V3b3JrZXIubGFzdE5hbWV9YDtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICBpZiAoIXRoaXMuYXNzaWduZWRVc2VyTmFtZSkge1xuICAgICAgICAvLyBDdXJyZW50IHVzZXIgaXMgYSBqdWRpY2lhbCB1c2VyP1xuICAgICAgICB0aGlzLmp1ZGljaWFsd29ya2VyU3Vic2NyaXB0aW9uID1cbiAgICAgICAgICB0aGlzLmp1ZGljaWFsd29ya2VyU2VydmljZS5nZXRKdWRpY2lhbHdvcmtlcnMoW3RoaXMudGFzay5hc3NpZ25lZV0sIHRoaXMudGFzay5qdXJpc2RpY3Rpb24pXG4gICAgICAgICAgICAuc3Vic2NyaWJlKGp1ZGljaWFsd29ya2VycyA9PiB7XG4gICAgICAgICAgICAgIGlmIChqdWRpY2lhbHdvcmtlcnMpIHtcbiAgICAgICAgICAgICAgICBjb25zdCBqdWRpY2lhbHdvcmtlciA9IGp1ZGljaWFsd29ya2Vycy5maW5kKHggPT4geC5zaWRhbV9pZCA9PT0gdGhpcy50YXNrLmFzc2lnbmVlKTtcbiAgICAgICAgICAgICAgICBpZiAoanVkaWNpYWx3b3JrZXIpIHtcbiAgICAgICAgICAgICAgICAgIHRoaXMuYXNzaWduZWRVc2VyTmFtZSA9IGp1ZGljaWFsd29ya2VyLmZ1bGxfbmFtZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICBpZiAoIXRoaXMuYXNzaWduZWRVc2VyTmFtZSkge1xuICAgICAgICAgICAgICAgIHRoaXMuYXNzaWduZWRVc2VyTmFtZSA9ICdhbm90aGVyIHVzZXInO1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9KTtcbiAgfVxuXG4gIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5jYXNld29ya2VyU3Vic2NyaXB0aW9uKSB7XG4gICAgICB0aGlzLmNhc2V3b3JrZXJTdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKTtcbiAgICB9XG4gICAgaWYgKHRoaXMuanVkaWNpYWx3b3JrZXJTdWJzY3JpcHRpb24pIHtcbiAgICAgIHRoaXMuanVkaWNpYWx3b3JrZXJTdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKTtcbiAgICB9XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJnb3Z1ay0hLW1hcmdpbi05XCIgKm5nSWY9XCJhc3NpZ25lZFVzZXJOYW1lXCI+XG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5XCIgYXJpYS1sYWJlbGxlZGJ5PVwiZXJyb3Itc3VtbWFyeS10aXRsZVwiIHJvbGU9XCJhbGVydFwiIHRhYmluZGV4PVwiLTFcIiBkYXRhLW1vZHVsZT1cImVycm9yLXN1bW1hcnlcIj5cbiAgICA8aDIgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5X190aXRsZVwiIGlkPVwiZXJyb3Itc3VtbWFyeS10aXRsZVwiPlxuICAgICAge3snVGhlcmUgaXMgYSBwcm9ibGVtJyB8IHJweFRyYW5zbGF0ZX19XG4gICAgPC9oMj5cbiAgICA8ZGl2IGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeV9fYm9keVwiPlxuICAgICAgPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1lcnJvci1zdW1tYXJ5X19saXN0XCI+XG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8YSBocmVmPVwiI1wiPnt7J1Rhc2sgYXNzaWdubWVudCByZXF1aXJlZCcgfCBycHhUcmFuc2xhdGV9fTwvYT5cbiAgICAgICAgPC9saT5cbiAgICAgIDwvdWw+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuXG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1mb3JtLWdyb3VwIGdvdnVrLWZvcm0tZ3JvdXAtLWVycm9yXCI+XG4gICAgICA8aDIgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLW1cIj57eydUYXNrIGFzc2lnbm1lbnQgcmVxdWlyZWQnIHwgcnB4VHJhbnNsYXRlfX08L2gyPlxuXG4gICAgPHA+e3snVGhpcyB0YXNrIGlzIGFzc2lnbmVkIHRvJyB8IHJweFRyYW5zbGF0ZX19IHt7YXNzaWduZWRVc2VyTmFtZX19LiB7eydZb3UgbXVzdCBhc3NpZ24gaXQgdG8geW91cnNlbGYgdG8gY29udGludWUuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuXG4gICAgPGEgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIFtyb3V0ZXJMaW5rXT1cIlsnLycsICdjYXNlcycsICdjYXNlLWRldGFpbHMnLCBjYXNlSWQsICd0YXNrcyddXCI+XG4gICAgICB7eydSZXR1cm4gdG8gdGFza3MgdGFiJyB8IHJweFRyYW5zbGF0ZX19XG4gICAgPC9hPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,53 +1,78 @@
|
|
|
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";
|
|
4
5
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
5
6
|
export class TaskCancelledComponent {
|
|
6
7
|
}
|
|
7
8
|
TaskCancelledComponent.ɵfac = function TaskCancelledComponent_Factory(t) { return new (t || TaskCancelledComponent)(); };
|
|
8
|
-
TaskCancelledComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskCancelledComponent, selectors: [["app-task-cancelled"]], inputs: { caseId: "caseId" }, decls:
|
|
9
|
+
TaskCancelledComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskCancelledComponent, selectors: [["app-task-cancelled"]], inputs: { caseId: "caseId" }, decls: 31, vars: 27, 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) {
|
|
9
10
|
i0.ɵɵelementStart(0, "div", 0);
|
|
10
11
|
i0.ɵɵelementStart(1, "div", 1);
|
|
11
12
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
12
|
-
i0.ɵɵtext(3
|
|
13
|
+
i0.ɵɵtext(3);
|
|
14
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
13
15
|
i0.ɵɵelementEnd();
|
|
14
|
-
i0.ɵɵelementStart(
|
|
15
|
-
i0.ɵɵelementStart(
|
|
16
|
-
i0.ɵɵelementStart(
|
|
17
|
-
i0.ɵɵelementStart(
|
|
18
|
-
i0.ɵɵtext(
|
|
16
|
+
i0.ɵɵelementStart(5, "div", 3);
|
|
17
|
+
i0.ɵɵelementStart(6, "ul", 4);
|
|
18
|
+
i0.ɵɵelementStart(7, "li");
|
|
19
|
+
i0.ɵɵelementStart(8, "a", 5);
|
|
20
|
+
i0.ɵɵtext(9);
|
|
21
|
+
i0.ɵɵpipe(10, "rpxTranslate");
|
|
19
22
|
i0.ɵɵelementEnd();
|
|
20
23
|
i0.ɵɵelementEnd();
|
|
21
24
|
i0.ɵɵelementEnd();
|
|
22
25
|
i0.ɵɵelementEnd();
|
|
23
26
|
i0.ɵɵelementEnd();
|
|
24
|
-
i0.ɵɵelementStart(
|
|
25
|
-
i0.ɵɵelementStart(
|
|
26
|
-
i0.ɵɵtext(
|
|
27
|
+
i0.ɵɵelementStart(11, "div", 6);
|
|
28
|
+
i0.ɵɵelementStart(12, "h2", 7);
|
|
29
|
+
i0.ɵɵtext(13);
|
|
30
|
+
i0.ɵɵpipe(14, "rpxTranslate");
|
|
27
31
|
i0.ɵɵelementEnd();
|
|
28
|
-
i0.ɵɵelementStart(
|
|
29
|
-
i0.ɵɵtext(
|
|
32
|
+
i0.ɵɵelementStart(15, "p");
|
|
33
|
+
i0.ɵɵtext(16);
|
|
34
|
+
i0.ɵɵpipe(17, "rpxTranslate");
|
|
30
35
|
i0.ɵɵelementEnd();
|
|
31
|
-
i0.ɵɵelementStart(
|
|
32
|
-
i0.ɵɵtext(
|
|
36
|
+
i0.ɵɵelementStart(18, "p");
|
|
37
|
+
i0.ɵɵtext(19);
|
|
38
|
+
i0.ɵɵpipe(20, "rpxTranslate");
|
|
33
39
|
i0.ɵɵelementEnd();
|
|
34
|
-
i0.ɵɵelementStart(
|
|
35
|
-
i0.ɵɵtext(
|
|
40
|
+
i0.ɵɵelementStart(21, "p");
|
|
41
|
+
i0.ɵɵtext(22);
|
|
42
|
+
i0.ɵɵpipe(23, "rpxTranslate");
|
|
36
43
|
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(
|
|
38
|
-
i0.ɵɵelementStart(
|
|
39
|
-
i0.ɵɵtext(
|
|
44
|
+
i0.ɵɵelementStart(24, "div", 8);
|
|
45
|
+
i0.ɵɵelementStart(25, "button", 9);
|
|
46
|
+
i0.ɵɵtext(26);
|
|
47
|
+
i0.ɵɵpipe(27, "rpxTranslate");
|
|
40
48
|
i0.ɵɵelementEnd();
|
|
41
|
-
i0.ɵɵelementStart(
|
|
42
|
-
i0.ɵɵtext(
|
|
49
|
+
i0.ɵɵelementStart(28, "a", 10);
|
|
50
|
+
i0.ɵɵtext(29);
|
|
51
|
+
i0.ɵɵpipe(30, "rpxTranslate");
|
|
43
52
|
i0.ɵɵelementEnd();
|
|
44
53
|
i0.ɵɵelementEnd();
|
|
45
54
|
i0.ɵɵelementEnd();
|
|
46
55
|
i0.ɵɵelementEnd();
|
|
47
56
|
} if (rf & 2) {
|
|
48
|
-
i0.ɵɵadvance(
|
|
49
|
-
i0.ɵɵ
|
|
50
|
-
|
|
57
|
+
i0.ɵɵadvance(3);
|
|
58
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 9, "There is a problem"), " ");
|
|
59
|
+
i0.ɵɵadvance(6);
|
|
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 });
|
|
51
76
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskCancelledComponent, [{
|
|
52
77
|
type: Component,
|
|
53
78
|
args: [{
|
|
@@ -57,4 +82,4 @@ TaskCancelledComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskCancelledCompo
|
|
|
57
82
|
}], null, { caseId: [{
|
|
58
83
|
type: Input
|
|
59
84
|
}] }); })();
|
|
60
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
85
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFzay1jYW5jZWxsZWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay1jYW5jZWxsZWQvdGFzay1jYW5jZWxsZWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay1jYW5jZWxsZWQvdGFzay1jYW5jZWxsZWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7O0FBTWpELE1BQU0sT0FBTyxzQkFBc0I7OzRGQUF0QixzQkFBc0I7MkRBQXRCLHNCQUFzQjtRQ05uQyw4QkFBOEI7UUFDNUIsOEJBQThIO1FBQzVILDZCQUFnRTtRQUM5RCxZQUNGOztRQUFBLGlCQUFLO1FBQ0wsOEJBQXVDO1FBQ3JDLDZCQUFpRDtRQUMvQywwQkFBSTtRQUNGLDRCQUFZO1FBQUEsWUFBb0Q7O1FBQUEsaUJBQUk7UUFDdEUsaUJBQUs7UUFDUCxpQkFBSztRQUNQLGlCQUFNO1FBQ1IsaUJBQU07UUFFTiwrQkFBc0Q7UUFDcEQsOEJBQTRCO1FBQUEsYUFBb0Q7O1FBQUEsaUJBQUs7UUFFckYsMEJBQUc7UUFBQSxhQUFvRTs7UUFBQSxpQkFBSTtRQUUzRSwwQkFBRztRQUFBLGFBQWdGOztRQUFBLGlCQUFJO1FBRXZGLDBCQUFHO1FBQUEsYUFBeUc7O1FBQUEsaUJBQUk7UUFFaEgsK0JBQTJDO1FBQ3pDLGtDQUE2RjtRQUFBLGFBQTZCOztRQUFBLGlCQUFTO1FBQ25JLDhCQUNnRjtRQUFBLGFBQTJCOztRQUFBLGlCQUFJO1FBQ2pILGlCQUFNO1FBQ1IsaUJBQU07UUFDUixpQkFBTTs7UUExQkEsZUFDRjtRQURFLDJFQUNGO1FBSWtCLGVBQW9EO1FBQXBELCtFQUFvRDtRQU8xQyxlQUFvRDtRQUFwRCwrRUFBb0Q7UUFFN0UsZUFBb0U7UUFBcEUsK0ZBQW9FO1FBRXBFLGVBQWdGO1FBQWhGLDJHQUFnRjtRQUVoRixlQUF5RztRQUF6RyxvSUFBeUc7UUFHYixlQUE2QjtRQUE3Qix3REFBNkI7UUFDdEgsZUFBOEQ7UUFBOUQsb0VBQThEO1FBQ2MsZUFBMkI7UUFBM0Isc0RBQTJCOzt1RkRwQnBHLHNCQUFzQjtjQUpsQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLG9CQUFvQjtnQkFDOUIsV0FBVyxFQUFFLGlDQUFpQzthQUMvQztnQkFFaUIsTUFBTTtrQkFBckIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXRhc2stY2FuY2VsbGVkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Rhc2stY2FuY2VsbGVkLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBUYXNrQ2FuY2VsbGVkQ29tcG9uZW50IHtcbiAgQElucHV0KCkgcHVibGljIGNhc2VJZDogc3RyaW5nO1xufVxuIiwiPGRpdiBjbGFzcz1cImdvdnVrLSEtbWFyZ2luLTlcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlcIiBhcmlhLWxhYmVsbGVkYnk9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCIgcm9sZT1cImFsZXJ0XCIgdGFiaW5kZXg9XCItMVwiIGRhdGEtbW9kdWxlPVwiZXJyb3Itc3VtbWFyeVwiPlxuICAgIDxoMiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlfX3RpdGxlXCIgaWQ9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCI+XG4gICAgICB7eydUaGVyZSBpcyBhIHByb2JsZW0nIHwgcnB4VHJhbnNsYXRlfX1cbiAgICA8L2gyPlxuICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5X19ib2R5XCI+XG4gICAgICA8dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWVycm9yLXN1bW1hcnlfX2xpc3RcIj5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxhIGhyZWY9XCIjXCI+e3snVGFzayBjYW5jZWxsZWQgLyBtYXJrZWQgYXMgZG9uZScgfCBycHhUcmFuc2xhdGV9fTwvYT5cbiAgICAgICAgPC9saT5cbiAgICAgIDwvdWw+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuXG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1mb3JtLWdyb3VwIGdvdnVrLWZvcm0tZ3JvdXAtLWVycm9yXCI+XG4gICAgPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1tXCI+e3snVGFzayBjYW5jZWxsZWQgLyBtYXJrZWQgYXMgZG9uZScgfCBycHhUcmFuc2xhdGV9fTwvaDI+XG5cbiAgICA8cD57eydUaGlzIHRhc2sgaGFzIGJlZW4gY2FuY2VsbGVkIG9yIG1hcmtlZCBhcyBkb25lLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cblxuICAgIDxwPnt7J0NsaWNrIENvbnRpbnVlIHRvIGNvbXBsZXRlIHRoZSB0YXNrIGFuZCBzYXZlIHlvdXIgcHJvZ3Jlc3MuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuXG4gICAgPHA+e3snQWx0ZXJuYXRpdmVseSwgY2xpY2sgQ2FuY2VsIHRvIHJldHVybiB0byB0aGUgdGFza3MgdGFiIHdpdGhvdXQgc2F2aW5nIHlvdXIgcHJvZ3Jlc3MuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuXG4gICAgPGRpdiBjbGFzcz1cImZvcm0tZ3JvdXAgZm9ybS1ncm91cC1yZWxhdGVkXCI+XG4gICAgICA8YnV0dG9uIHR5cGU9XCJzdWJtaXRcIiBjbGFzcz1cImdvdnVrLWJ1dHRvbiBnb3Z1ay0hLW1hcmdpbi1yaWdodC0yXCIgZGF0YS1tb2R1bGU9XCJnb3Z1ay1idXR0b25cIj57eydDb250aW51ZScgfCBycHhUcmFuc2xhdGV9fTwvYnV0dG9uPlxuICAgICAgPGEgIFtyb3V0ZXJMaW5rXT1cIlsnLycsICdjYXNlcycsICdjYXNlLWRldGFpbHMnLCBjYXNlSWQsICd0YXNrcyddXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJnb3Z1ay1idXR0b24gZ292dWstYnV0dG9uLS1zZWNvbmRhcnlcIiBkYXRhLW1vZHVsZT1cImdvdnVrLWJ1dHRvblwiPnt7J0NhbmNlbCcgfCBycHhUcmFuc2xhdGV9fTwvYT5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,45 +1,64 @@
|
|
|
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";
|
|
4
5
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
5
6
|
export class TaskConflictComponent {
|
|
6
7
|
}
|
|
7
8
|
TaskConflictComponent.ɵfac = function TaskConflictComponent_Factory(t) { return new (t || TaskConflictComponent)(); };
|
|
8
|
-
TaskConflictComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskConflictComponent, selectors: [["app-task-conflict"]], inputs: { task: "task", caseId: "caseId" }, decls:
|
|
9
|
+
TaskConflictComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskConflictComponent, selectors: [["app-task-conflict"]], inputs: { task: "task", caseId: "caseId" }, decls: 24, vars: 21, 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) {
|
|
9
10
|
i0.ɵɵelementStart(0, "div", 0);
|
|
10
11
|
i0.ɵɵelementStart(1, "div", 1);
|
|
11
12
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
12
|
-
i0.ɵɵtext(3
|
|
13
|
+
i0.ɵɵtext(3);
|
|
14
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
13
15
|
i0.ɵɵelementEnd();
|
|
14
|
-
i0.ɵɵelementStart(
|
|
15
|
-
i0.ɵɵelementStart(
|
|
16
|
-
i0.ɵɵelementStart(
|
|
17
|
-
i0.ɵɵelementStart(
|
|
18
|
-
i0.ɵɵtext(
|
|
16
|
+
i0.ɵɵelementStart(5, "div", 3);
|
|
17
|
+
i0.ɵɵelementStart(6, "ul", 4);
|
|
18
|
+
i0.ɵɵelementStart(7, "li");
|
|
19
|
+
i0.ɵɵelementStart(8, "a", 5);
|
|
20
|
+
i0.ɵɵtext(9);
|
|
21
|
+
i0.ɵɵpipe(10, "rpxTranslate");
|
|
19
22
|
i0.ɵɵelementEnd();
|
|
20
23
|
i0.ɵɵelementEnd();
|
|
21
24
|
i0.ɵɵelementEnd();
|
|
22
25
|
i0.ɵɵelementEnd();
|
|
23
26
|
i0.ɵɵelementEnd();
|
|
24
|
-
i0.ɵɵelementStart(
|
|
25
|
-
i0.ɵɵelementStart(
|
|
26
|
-
i0.ɵɵtext(
|
|
27
|
+
i0.ɵɵelementStart(11, "div", 6);
|
|
28
|
+
i0.ɵɵelementStart(12, "h2", 7);
|
|
29
|
+
i0.ɵɵtext(13);
|
|
30
|
+
i0.ɵɵpipe(14, "rpxTranslate");
|
|
27
31
|
i0.ɵɵelementEnd();
|
|
28
|
-
i0.ɵɵelementStart(
|
|
29
|
-
i0.ɵɵtext(
|
|
32
|
+
i0.ɵɵelementStart(15, "p");
|
|
33
|
+
i0.ɵɵtext(16);
|
|
34
|
+
i0.ɵɵpipe(17, "rpxTranslate");
|
|
30
35
|
i0.ɵɵelementEnd();
|
|
31
|
-
i0.ɵɵelementStart(
|
|
32
|
-
i0.ɵɵtext(
|
|
36
|
+
i0.ɵɵelementStart(18, "p");
|
|
37
|
+
i0.ɵɵtext(19);
|
|
38
|
+
i0.ɵɵpipe(20, "rpxTranslate");
|
|
33
39
|
i0.ɵɵelementEnd();
|
|
34
|
-
i0.ɵɵelementStart(
|
|
35
|
-
i0.ɵɵtext(
|
|
40
|
+
i0.ɵɵelementStart(21, "a", 8);
|
|
41
|
+
i0.ɵɵtext(22);
|
|
42
|
+
i0.ɵɵpipe(23, "rpxTranslate");
|
|
36
43
|
i0.ɵɵelementEnd();
|
|
37
44
|
i0.ɵɵelementEnd();
|
|
38
45
|
i0.ɵɵelementEnd();
|
|
39
46
|
} if (rf & 2) {
|
|
40
|
-
i0.ɵɵadvance(
|
|
41
|
-
i0.ɵɵ
|
|
42
|
-
|
|
47
|
+
i0.ɵɵadvance(3);
|
|
48
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 7, "There is a problem"), " ");
|
|
49
|
+
i0.ɵɵadvance(6);
|
|
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 });
|
|
43
62
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskConflictComponent, [{
|
|
44
63
|
type: Component,
|
|
45
64
|
args: [{
|
|
@@ -51,4 +70,4 @@ TaskConflictComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskConflictCompone
|
|
|
51
70
|
}], caseId: [{
|
|
52
71
|
type: Input
|
|
53
72
|
}] }); })();
|
|
54
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFzay1jb25mbGljdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZXZlbnQtc3RhcnQvY29tcG9uZW50cy90YXNrLWNvbmZsaWN0L3Rhc2stY29uZmxpY3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay1jb25mbGljdC90YXNrLWNvbmZsaWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQU9qRCxNQUFNLE9BQU8scUJBQXFCOzswRkFBckIscUJBQXFCOzBEQUFyQixxQkFBcUI7UUNQbEMsOEJBQThCO1FBQzVCLDhCQUE4SDtRQUM1SCw2QkFBZ0U7UUFDOUQsWUFDRjs7UUFBQSxpQkFBSztRQUNMLDhCQUF1QztRQUNyQyw2QkFBaUQ7UUFDL0MsMEJBQUk7UUFDRiw0QkFBWTtRQUFBLFlBQWtDOztRQUFBLGlCQUFJO1FBQ3BELGlCQUFLO1FBQ1AsaUJBQUs7UUFDUCxpQkFBTTtRQUNSLGlCQUFNO1FBRU4sK0JBQXNEO1FBQ3BELDhCQUE0QjtRQUFBLGFBQWtDOztRQUFBLGlCQUFLO1FBQ25FLDBCQUFHO1FBQUEsYUFBNEc7O1FBQUEsaUJBQUk7UUFDbkgsMEJBQUc7UUFBQSxhQUFvRTs7UUFBQSxpQkFBSTtRQUMzRSw2QkFBNEY7UUFBQSxhQUF3Qzs7UUFBQSxpQkFBSTtRQUMxSSxpQkFBTTtRQUNSLGlCQUFNOztRQWpCQSxlQUNGO1FBREUsMkVBQ0Y7UUFJa0IsZUFBa0M7UUFBbEMsNERBQWtDO1FBT3hCLGVBQWtDO1FBQWxDLDZEQUFrQztRQUMzRCxlQUE0RztRQUE1Ryx1SUFBNEc7UUFDNUcsZUFBb0U7UUFBcEUsK0ZBQW9FO1FBQzFDLGVBQThEO1FBQTlELG9FQUE4RDtRQUFDLGVBQXdDO1FBQXhDLG1FQUF3Qzs7dUZEWDNILHFCQUFxQjtjQUpqQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsV0FBVyxFQUFFLGdDQUFnQzthQUM5QztnQkFFaUIsSUFBSTtrQkFBbkIsS0FBSztZQUNVLE1BQU07a0JBQXJCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUYXNrIH0gZnJvbSAnLi4vLi4vLi4vLi4vZG9tYWluL3dvcmstYWxsb2NhdGlvbi9UYXNrJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXRhc2stY29uZmxpY3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGFzay1jb25mbGljdC5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgVGFza0NvbmZsaWN0Q29tcG9uZW50IHtcbiAgQElucHV0KCkgcHVibGljIHRhc2s6IFRhc2s7XG4gIEBJbnB1dCgpIHB1YmxpYyBjYXNlSWQ6IHN0cmluZztcbn1cbiIsIjxkaXYgY2xhc3M9XCJnb3Z1ay0hLW1hcmdpbi05XCI+XG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5XCIgYXJpYS1sYWJlbGxlZGJ5PVwiZXJyb3Itc3VtbWFyeS10aXRsZVwiIHJvbGU9XCJhbGVydFwiIHRhYmluZGV4PVwiLTFcIiBkYXRhLW1vZHVsZT1cImVycm9yLXN1bW1hcnlcIj5cbiAgICA8aDIgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5X190aXRsZVwiIGlkPVwiZXJyb3Itc3VtbWFyeS10aXRsZVwiPlxuICAgICAge3snVGhlcmUgaXMgYSBwcm9ibGVtJyB8IHJweFRyYW5zbGF0ZX19XG4gICAgPC9oMj5cbiAgICA8ZGl2IGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeV9fYm9keVwiPlxuICAgICAgPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1lcnJvci1zdW1tYXJ5X19saXN0XCI+XG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8YSBocmVmPVwiI1wiPnt7J1Rhc2sgY29uZmxpY3QnIHwgcnB4VHJhbnNsYXRlfX08L2E+XG4gICAgICAgIDwvbGk+XG4gICAgICA8L3VsPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuICA8ZGl2IGNsYXNzPVwiZ292dWstZm9ybS1ncm91cCBnb3Z1ay1mb3JtLWdyb3VwLS1lcnJvclwiPlxuICAgIDxoMiBjbGFzcz1cImdvdnVrLWhlYWRpbmctbVwiPnt7J1Rhc2sgY29uZmxpY3QnIHwgcnB4VHJhbnNsYXRlfX08L2gyPlxuICAgIDxwPnt7J1RoaXMgdGFzayBjYW5ub3QgYmUgY29tcGxldGVkIGR1ZSB0byBjb25mbGljdCB3aXRoIGFub3RoZXIgdGFzayBvciB0YXNrcyBmb3IgdGhpcyBjYXNlLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cbiAgICA8cD57eydJZiB0aGUgcHJvYmxlbSBwZXJzaXN0cywgY29udGFjdCBXaWxsaWFtIFByaWVzdCcgfCBycHhUcmFuc2xhdGV9fTwvcD5cbiAgICA8YSBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApXCIgW3JvdXRlckxpbmtdPVwiWycvJywgJ2Nhc2VzJywgJ2Nhc2UtZGV0YWlscycsIGNhc2VJZCwgJ3Rhc2tzJ11cIj57eydSZXR1cm4gdG8gdGFza3MgdGFiJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -2,6 +2,7 @@ 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";
|
|
5
6
|
const _c0 = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
6
7
|
export class TaskUnassignedComponent {
|
|
7
8
|
constructor(route) {
|
|
@@ -10,38 +11,53 @@ export class TaskUnassignedComponent {
|
|
|
10
11
|
}
|
|
11
12
|
}
|
|
12
13
|
TaskUnassignedComponent.ɵfac = function TaskUnassignedComponent_Factory(t) { return new (t || TaskUnassignedComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute)); };
|
|
13
|
-
TaskUnassignedComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskUnassignedComponent, selectors: [["app-task-unassigned"]], decls:
|
|
14
|
+
TaskUnassignedComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskUnassignedComponent, selectors: [["app-task-unassigned"]], decls: 21, vars: 18, 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 TaskUnassignedComponent_Template(rf, ctx) { if (rf & 1) {
|
|
14
15
|
i0.ɵɵelementStart(0, "div", 0);
|
|
15
16
|
i0.ɵɵelementStart(1, "div", 1);
|
|
16
17
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
17
|
-
i0.ɵɵtext(3
|
|
18
|
+
i0.ɵɵtext(3);
|
|
19
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
18
20
|
i0.ɵɵelementEnd();
|
|
19
|
-
i0.ɵɵelementStart(
|
|
20
|
-
i0.ɵɵelementStart(
|
|
21
|
-
i0.ɵɵelementStart(
|
|
22
|
-
i0.ɵɵelementStart(
|
|
23
|
-
i0.ɵɵtext(
|
|
21
|
+
i0.ɵɵelementStart(5, "div", 3);
|
|
22
|
+
i0.ɵɵelementStart(6, "ul", 4);
|
|
23
|
+
i0.ɵɵelementStart(7, "li");
|
|
24
|
+
i0.ɵɵelementStart(8, "a", 5);
|
|
25
|
+
i0.ɵɵtext(9);
|
|
26
|
+
i0.ɵɵpipe(10, "rpxTranslate");
|
|
24
27
|
i0.ɵɵelementEnd();
|
|
25
28
|
i0.ɵɵelementEnd();
|
|
26
29
|
i0.ɵɵelementEnd();
|
|
27
30
|
i0.ɵɵelementEnd();
|
|
28
31
|
i0.ɵɵelementEnd();
|
|
29
|
-
i0.ɵɵelementStart(
|
|
30
|
-
i0.ɵɵelementStart(
|
|
31
|
-
i0.ɵɵtext(
|
|
32
|
+
i0.ɵɵelementStart(11, "div", 6);
|
|
33
|
+
i0.ɵɵelementStart(12, "h2", 7);
|
|
34
|
+
i0.ɵɵtext(13);
|
|
35
|
+
i0.ɵɵpipe(14, "rpxTranslate");
|
|
32
36
|
i0.ɵɵelementEnd();
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵtext(
|
|
37
|
+
i0.ɵɵelementStart(15, "p");
|
|
38
|
+
i0.ɵɵtext(16);
|
|
39
|
+
i0.ɵɵpipe(17, "rpxTranslate");
|
|
35
40
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(
|
|
37
|
-
i0.ɵɵtext(
|
|
41
|
+
i0.ɵɵelementStart(18, "a", 8);
|
|
42
|
+
i0.ɵɵtext(19);
|
|
43
|
+
i0.ɵɵpipe(20, "rpxTranslate");
|
|
38
44
|
i0.ɵɵelementEnd();
|
|
39
45
|
i0.ɵɵelementEnd();
|
|
40
46
|
i0.ɵɵelementEnd();
|
|
41
47
|
} if (rf & 2) {
|
|
42
|
-
i0.ɵɵadvance(
|
|
43
|
-
i0.ɵɵ
|
|
44
|
-
|
|
48
|
+
i0.ɵɵadvance(3);
|
|
49
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 6, "There is a problem"), " ");
|
|
50
|
+
i0.ɵɵadvance(6);
|
|
51
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 8, "Task assignment required"));
|
|
52
|
+
i0.ɵɵadvance(4);
|
|
53
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 10, "Task assignment required"));
|
|
54
|
+
i0.ɵɵadvance(3);
|
|
55
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 12, "You must assign one of the available tasks from the task tab to continue with your work."));
|
|
56
|
+
i0.ɵɵadvance(2);
|
|
57
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(16, _c0, ctx.caseId));
|
|
58
|
+
i0.ɵɵadvance(1);
|
|
59
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(20, 14, "Return to tasks tab to assign a task"), " ");
|
|
60
|
+
} }, directives: [i1.RouterLinkWithHref], pipes: [i2.RpxTranslatePipe], encapsulation: 2 });
|
|
45
61
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskUnassignedComponent, [{
|
|
46
62
|
type: Component,
|
|
47
63
|
args: [{
|
|
@@ -49,4 +65,4 @@ TaskUnassignedComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TaskUnassignedCom
|
|
|
49
65
|
templateUrl: './task-unassigned.component.html'
|
|
50
66
|
}]
|
|
51
67
|
}], function () { return [{ type: i1.ActivatedRoute }]; }, null); })();
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
68
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFzay11bmFzc2lnbmVkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9ldmVudC1zdGFydC9jb21wb25lbnRzL3Rhc2stdW5hc3NpZ25lZC90YXNrLXVuYXNzaWduZWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2V2ZW50LXN0YXJ0L2NvbXBvbmVudHMvdGFzay11bmFzc2lnbmVkL3Rhc2stdW5hc3NpZ25lZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7Ozs7QUFNakQsTUFBTSxPQUFPLHVCQUF1QjtJQUlsQyxZQUE2QixLQUFxQjtRQUFyQixVQUFLLEdBQUwsS0FBSyxDQUFnQjtRQUNoRCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQ3RELENBQUM7OzhGQU5VLHVCQUF1Qjs0REFBdkIsdUJBQXVCO1FDUHBDLDhCQUE4QjtRQUM1Qiw4QkFDOEI7UUFDNUIsNkJBQWdFO1FBQzlELFlBQ0Y7O1FBQUEsaUJBQUs7UUFDTCw4QkFBdUM7UUFDckMsNkJBQWlEO1FBQy9DLDBCQUFJO1FBQ0YsNEJBQVk7UUFBQSxZQUE2Qzs7UUFBQSxpQkFBSTtRQUMvRCxpQkFBSztRQUNQLGlCQUFLO1FBQ1AsaUJBQU07UUFDUixpQkFBTTtRQUVOLCtCQUFzRDtRQUNwRCw4QkFBNEI7UUFBQSxhQUE2Qzs7UUFBQSxpQkFBSztRQUU5RSwwQkFBRztRQUFBLGFBQTZHOztRQUFBLGlCQUFJO1FBRXBILDZCQUE0RjtRQUMxRixhQUNGOztRQUFBLGlCQUFJO1FBQ04saUJBQU07UUFDUixpQkFBTTs7UUFwQkEsZUFDRjtRQURFLDJFQUNGO1FBSWtCLGVBQTZDO1FBQTdDLHVFQUE2QztRQU9uQyxlQUE2QztRQUE3Qyx3RUFBNkM7UUFFdEUsZUFBNkc7UUFBN0csd0lBQTZHO1FBRW5GLGVBQThEO1FBQTlELG9FQUE4RDtRQUN6RixlQUNGO1FBREUsK0ZBQ0Y7O3VGRGZTLHVCQUF1QjtjQUpuQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHFCQUFxQjtnQkFDL0IsV0FBVyxFQUFFLGtDQUFrQzthQUNoRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtdGFzay11bmFzc2lnbmVkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Rhc2stdW5hc3NpZ25lZC5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgVGFza1VuYXNzaWduZWRDb21wb25lbnQge1xuXG4gIHB1YmxpYyBjYXNlSWQ6IHN0cmluZztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IHJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSkge1xuICAgIHRoaXMuY2FzZUlkID0gdGhpcy5yb3V0ZS5zbmFwc2hvdC5kYXRhLmNhc2UuY2FzZV9pZDtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImdvdnVrLSEtbWFyZ2luLTlcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlcIiBhcmlhLWxhYmVsbGVkYnk9XCJlcnJvci1zdW1tYXJ5LXRpdGxlXCIgcm9sZT1cImFsZXJ0XCIgdGFiaW5kZXg9XCItMVwiXG4gICAgZGF0YS1tb2R1bGU9XCJlcnJvci1zdW1tYXJ5XCI+XG4gICAgPGgyIGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeV9fdGl0bGVcIiBpZD1cImVycm9yLXN1bW1hcnktdGl0bGVcIj5cbiAgICAgIHt7J1RoZXJlIGlzIGEgcHJvYmxlbScgfCBycHhUcmFuc2xhdGV9fVxuICAgIDwvaDI+XG4gICAgPGRpdiBjbGFzcz1cImdvdnVrLWVycm9yLXN1bW1hcnlfX2JvZHlcIj5cbiAgICAgIDx1bCBjbGFzcz1cImdvdnVrLWxpc3QgZ292dWstZXJyb3Itc3VtbWFyeV9fbGlzdFwiPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGEgaHJlZj1cIiNcIj57eydUYXNrIGFzc2lnbm1lbnQgcmVxdWlyZWQnIHwgcnB4VHJhbnNsYXRlfX08L2E+XG4gICAgICAgIDwvbGk+XG4gICAgICA8L3VsPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuICA8ZGl2IGNsYXNzPVwiZ292dWstZm9ybS1ncm91cCBnb3Z1ay1mb3JtLWdyb3VwLS1lcnJvclwiPlxuICAgIDxoMiBjbGFzcz1cImdvdnVrLWhlYWRpbmctbVwiPnt7J1Rhc2sgYXNzaWdubWVudCByZXF1aXJlZCcgfCBycHhUcmFuc2xhdGV9fTwvaDI+XG5cbiAgICA8cD57eydZb3UgbXVzdCBhc3NpZ24gb25lIG9mIHRoZSBhdmFpbGFibGUgdGFza3MgZnJvbSB0aGUgdGFzayB0YWIgdG8gY29udGludWUgd2l0aCB5b3VyIHdvcmsuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuXG4gICAgPGEgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIFtyb3V0ZXJMaW5rXT1cIlsnLycsICdjYXNlcycsICdjYXNlLWRldGFpbHMnLCBjYXNlSWQsICd0YXNrcyddXCI+XG4gICAgICB7eydSZXR1cm4gdG8gdGFza3MgdGFiIHRvIGFzc2lnbiBhIHRhc2snIHwgcnB4VHJhbnNsYXRlfX1cbiAgICA8L2E+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|