@hmcts/ccd-case-ui-toolkit 6.19.13-restricted-case-access → 6.19.13-welsh-translation-FirstErrorPipe-fix
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 +9857 -4934
- 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/shared/components/case-editor/case-edit/case-edit.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.js +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +2 -11
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.js +7 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +167 -128
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +17 -21
- package/esm2015/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.js +2 -3
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/services/case-flag-state.service.js +19 -0
- package/esm2015/lib/shared/components/case-editor/services/cases.service.js +6 -1
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +5 -18
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +77 -49
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +5 -2
- package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +9 -16
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +76 -33
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.js +264 -45
- 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 +4 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +72 -77
- 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 +21 -8
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +223 -114
- 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 +465 -109
- 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/add-comments-error-message.enum.js +2 -1
- package/esm2015/lib/shared/components/palette/case-flag/enums/add-comments-step.enum.js +3 -1
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-check-your-answers-step.enum.js +12 -0
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.js +15 -0
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.js +13 -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 +11 -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 +9 -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 +4 -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 +5 -1
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.js +7 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.js +10 -7
- 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 +153 -51
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +387 -171
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +34 -37
- package/esm2015/lib/shared/components/palette/complex/read-complex-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/complex/sort-order.js +7 -0
- package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +4 -5
- package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/index.js +3 -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/money-gbp/write-money-gbp-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/palette.module.js +147 -50
- package/esm2015/lib/shared/components/palette/palette.service.js +4 -2
- package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +210 -0
- package/esm2015/lib/shared/components/palette/query-management/components/index.js +13 -0
- package/esm2015/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.js +45 -0
- package/esm2015/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.js +154 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-attachments-read/query-attachments-read.component.js +69 -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-check-your-answers/query-check-your-answers.component.js +316 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-details/query-details.component.js +380 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-event-completion/query-event-completion.component.js +25 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +181 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +78 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.js +125 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +239 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +120 -0
- package/esm2015/lib/shared/components/palette/query-management/enums/index.js +6 -0
- package/esm2015/lib/shared/components/palette/query-management/enums/qualifying-questions-error-message.enum.js +5 -0
- package/esm2015/lib/shared/components/palette/query-management/enums/query-item-response-status.enum.js +6 -0
- package/esm2015/lib/shared/components/palette/query-management/enums/raise-query-error-message.enum.js +10 -0
- package/esm2015/lib/shared/components/palette/query-management/enums/respond-to-query-error-messages.enum.js +6 -0
- package/esm2015/lib/shared/components/palette/query-management/index.js +7 -0
- package/esm2015/lib/shared/components/palette/query-management/models/case-queries-collection.model.js +2 -0
- package/esm2015/lib/shared/components/palette/query-management/models/index.js +8 -0
- package/esm2015/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.js +2 -0
- package/esm2015/lib/shared/components/palette/query-management/models/qualifying-questions/qualifying-question.model.js +2 -0
- package/esm2015/lib/shared/components/palette/query-management/models/query-create-context.enum.js +9 -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 +41 -0
- package/esm2015/lib/shared/components/palette/query-management/read-query-management-field.component.js +128 -0
- package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +22 -0
- package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/utils/first-error.pipe.js +16 -9
- 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 +8 -8
- 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/domain/http/http-error.model.js +1 -8
- 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/case-flag/case-flag-refdata.service.js +9 -3
- package/esm2015/lib/shared/services/fields/fields.utils.js +21 -3
- package/esm2015/lib/shared/services/form/form-value.service.js +14 -11
- package/esm2015/lib/shared/services/http/http-error.service.js +5 -4
- package/esm2015/lib/shared/services/jurisdiction/jurisdiction.service.js +2 -1
- package/esm2015/lib/shared/services/request/request.options.builder.js +7 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +8445 -4051
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +0 -2
- package/lib/app.config.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- 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-titles.enum.d.ts +6 -0
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +1 -1
- 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 +17 -20
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts.map +1 -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-editor/services/cases.service.d.ts +1 -0
- package/lib/shared/components/case-editor/services/cases.service.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 +6 -2
- 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 +4 -4
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts +1 -3
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +6 -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 +23 -8
- 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 +3 -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 +16 -9
- 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 +26 -11
- 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 +12 -1
- 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/add-comments-error-message.enum.d.ts +1 -0
- package/lib/shared/components/palette/case-flag/enums/add-comments-error-message.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/add-comments-step.enum.d.ts +3 -1
- package/lib/shared/components/palette/case-flag/enums/add-comments-step.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-check-your-answers-step.enum.d.ts +11 -0
- package/lib/shared/components/palette/case-flag/enums/case-flag-check-your-answers-step.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts +14 -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 +12 -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 +11 -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 +8 -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 +3 -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 +5 -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 +7 -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 -4
- 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 +12 -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 +51 -26
- 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/complex/sort-order.d.ts +6 -0
- package/lib/shared/components/palette/complex/sort-order.d.ts.map +1 -0
- package/lib/shared/components/palette/index.d.ts +2 -0
- package/lib/shared/components/palette/index.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/palette.module.d.ts +140 -118
- 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 +11 -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 +13 -0
- package/lib/shared/components/palette/query-management/components/index.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.d.ts +8 -0
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts +22 -0
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-attachments-read/query-attachments-read.component.d.ts +11 -0
- package/lib/shared/components/palette/query-management/components/query-attachments-read/query-attachments-read.component.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-check-your-answers/query-check-your-answers.component.d.ts +30 -0
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +16 -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-event-completion/query-event-completion.component.d.ts +9 -0
- package/lib/shared/components/palette/query-management/components/query-event-completion/query-event-completion.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 +20 -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-date-input/query-write-date-input.component.d.ts +20 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.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 +11 -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 +21 -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/enums/index.d.ts +6 -0
- package/lib/shared/components/palette/query-management/enums/index.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/enums/qualifying-questions-error-message.enum.d.ts +4 -0
- package/lib/shared/components/palette/query-management/enums/qualifying-questions-error-message.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/enums/query-item-response-status.enum.d.ts +5 -0
- package/lib/shared/components/palette/query-management/enums/query-item-response-status.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/enums/raise-query-error-message.enum.d.ts +9 -0
- package/lib/shared/components/palette/query-management/enums/raise-query-error-message.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/enums/respond-to-query-error-messages.enum.d.ts +5 -0
- package/lib/shared/components/palette/query-management/enums/respond-to-query-error-messages.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/index.d.ts +7 -0
- package/lib/shared/components/palette/query-management/index.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts +27 -0
- package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/index.d.ts +8 -0
- package/lib/shared/components/palette/query-management/models/index.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.d.ts +5 -0
- package/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/qualifying-questions/qualifying-question.model.d.ts +6 -0
- package/lib/shared/components/palette/query-management/models/qualifying-questions/qualifying-question.model.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/models/query-create-context.enum.d.ts +8 -0
- package/lib/shared/components/palette/query-management/models/query-create-context.enum.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 +22 -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/read-query-management-field.component.d.ts +18 -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 +12 -0
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -0
- package/lib/shared/components/palette/utils/first-error.pipe.d.ts +8 -5
- package/lib/shared/components/palette/utils/first-error.pipe.d.ts.map +1 -1
- 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/domain/http/http-error.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/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/fields/fields.utils.d.ts +1 -0
- package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
- package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
- package/lib/shared/services/http/http-error.service.d.ts.map +1 -1
- package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts.map +1 -1
- package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,141 +1,210 @@
|
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
|
2
2
|
import { CaseFlagStatus } from '../../enums';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
function CaseFlagTableComponent_table_0_caption_1_Template(rf, ctx) { if (rf & 1) {
|
|
5
|
+
i0.ɵɵelementStart(0, "caption", 13);
|
|
6
|
+
i0.ɵɵtext(1);
|
|
7
|
+
i0.ɵɵelementEnd();
|
|
8
|
+
} if (rf & 2) {
|
|
9
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
10
|
+
i0.ɵɵadvance(1);
|
|
11
|
+
i0.ɵɵtextInterpolate(ctx_r1.tableCaption);
|
|
12
|
+
} }
|
|
13
|
+
function CaseFlagTableComponent_table_0_tr_19_Template(rf, ctx) { if (rf & 1) {
|
|
6
14
|
i0.ɵɵelementStart(0, "tr");
|
|
7
|
-
i0.ɵɵelementStart(1, "td",
|
|
8
|
-
i0.ɵɵtext(2
|
|
15
|
+
i0.ɵɵelementStart(1, "td", 14);
|
|
16
|
+
i0.ɵɵtext(2);
|
|
17
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
9
18
|
i0.ɵɵelementEnd();
|
|
10
19
|
i0.ɵɵelementEnd();
|
|
20
|
+
} if (rf & 2) {
|
|
21
|
+
i0.ɵɵadvance(2);
|
|
22
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 1, "None"));
|
|
11
23
|
} }
|
|
12
|
-
function
|
|
13
|
-
i0.ɵɵelementStart(0, "
|
|
14
|
-
i0.ɵɵ
|
|
24
|
+
function CaseFlagTableComponent_table_0_tbody_20_tr_1_div_15_Template(rf, ctx) { if (rf & 1) {
|
|
25
|
+
i0.ɵɵelementStart(0, "div");
|
|
26
|
+
i0.ɵɵelementStart(1, "span", 23);
|
|
27
|
+
i0.ɵɵtext(2);
|
|
28
|
+
i0.ɵɵelementEnd();
|
|
15
29
|
i0.ɵɵelementEnd();
|
|
30
|
+
} if (rf & 2) {
|
|
31
|
+
const flagDetail_r5 = i0.ɵɵnextContext().$implicit;
|
|
32
|
+
i0.ɵɵadvance(2);
|
|
33
|
+
i0.ɵɵtextInterpolate1("Decision Reason: ", flagDetail_r5.flagUpdateComment, "");
|
|
16
34
|
} }
|
|
17
|
-
function
|
|
18
|
-
i0.ɵɵelementStart(0, "strong",
|
|
19
|
-
i0.ɵɵtext(1
|
|
35
|
+
function CaseFlagTableComponent_table_0_tbody_20_tr_1_strong_23_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
+
i0.ɵɵelementStart(0, "strong", 24);
|
|
37
|
+
i0.ɵɵtext(1);
|
|
38
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
20
39
|
i0.ɵɵelementEnd();
|
|
40
|
+
} if (rf & 2) {
|
|
41
|
+
i0.ɵɵadvance(1);
|
|
42
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Active"));
|
|
21
43
|
} }
|
|
22
|
-
function
|
|
23
|
-
i0.ɵɵelementStart(0, "strong",
|
|
24
|
-
i0.ɵɵtext(1
|
|
44
|
+
function CaseFlagTableComponent_table_0_tbody_20_tr_1_strong_24_Template(rf, ctx) { if (rf & 1) {
|
|
45
|
+
i0.ɵɵelementStart(0, "strong", 25);
|
|
46
|
+
i0.ɵɵtext(1);
|
|
47
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
25
48
|
i0.ɵɵelementEnd();
|
|
49
|
+
} if (rf & 2) {
|
|
50
|
+
i0.ɵɵadvance(1);
|
|
51
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Inactive"));
|
|
52
|
+
} }
|
|
53
|
+
function CaseFlagTableComponent_table_0_tbody_20_tr_1_strong_25_Template(rf, ctx) { if (rf & 1) {
|
|
54
|
+
i0.ɵɵelementStart(0, "strong", 26);
|
|
55
|
+
i0.ɵɵtext(1);
|
|
56
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
57
|
+
i0.ɵɵelementEnd();
|
|
58
|
+
} if (rf & 2) {
|
|
59
|
+
i0.ɵɵadvance(1);
|
|
60
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Requested"));
|
|
26
61
|
} }
|
|
27
|
-
function
|
|
28
|
-
i0.ɵɵelementStart(0, "
|
|
29
|
-
i0.ɵɵ
|
|
62
|
+
function CaseFlagTableComponent_table_0_tbody_20_tr_1_strong_26_Template(rf, ctx) { if (rf & 1) {
|
|
63
|
+
i0.ɵɵelementStart(0, "strong", 27);
|
|
64
|
+
i0.ɵɵtext(1);
|
|
65
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
66
|
+
i0.ɵɵelementEnd();
|
|
67
|
+
} if (rf & 2) {
|
|
68
|
+
i0.ɵɵadvance(1);
|
|
69
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Not approved"));
|
|
70
|
+
} }
|
|
71
|
+
function CaseFlagTableComponent_table_0_tbody_20_tr_1_Template(rf, ctx) { if (rf & 1) {
|
|
72
|
+
i0.ɵɵelementStart(0, "tr", 16);
|
|
73
|
+
i0.ɵɵelementStart(1, "td", 17);
|
|
30
74
|
i0.ɵɵelementStart(2, "div");
|
|
31
75
|
i0.ɵɵtext(3);
|
|
76
|
+
i0.ɵɵpipe(4, "flagFieldDisplay");
|
|
32
77
|
i0.ɵɵelementEnd();
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵtext(
|
|
78
|
+
i0.ɵɵelementStart(5, "div");
|
|
79
|
+
i0.ɵɵtext(6);
|
|
80
|
+
i0.ɵɵpipe(7, "flagFieldDisplay");
|
|
35
81
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(
|
|
37
|
-
i0.ɵɵtext(
|
|
82
|
+
i0.ɵɵelementStart(8, "div");
|
|
83
|
+
i0.ɵɵtext(9);
|
|
84
|
+
i0.ɵɵpipe(10, "flagFieldDisplay");
|
|
38
85
|
i0.ɵɵelementEnd();
|
|
39
86
|
i0.ɵɵelementEnd();
|
|
40
|
-
i0.ɵɵelementStart(
|
|
41
|
-
i0.ɵɵ
|
|
87
|
+
i0.ɵɵelementStart(11, "td", 17);
|
|
88
|
+
i0.ɵɵelementStart(12, "div");
|
|
89
|
+
i0.ɵɵtext(13);
|
|
90
|
+
i0.ɵɵpipe(14, "flagFieldDisplay");
|
|
42
91
|
i0.ɵɵelementEnd();
|
|
43
|
-
i0.ɵɵ
|
|
44
|
-
i0.ɵɵtext(11);
|
|
45
|
-
i0.ɵɵpipe(12, "date");
|
|
92
|
+
i0.ɵɵtemplate(15, CaseFlagTableComponent_table_0_tbody_20_tr_1_div_15_Template, 3, 1, "div", 11);
|
|
46
93
|
i0.ɵɵelementEnd();
|
|
47
|
-
i0.ɵɵelementStart(
|
|
48
|
-
i0.ɵɵtext(
|
|
49
|
-
i0.ɵɵpipe(
|
|
94
|
+
i0.ɵɵelementStart(16, "td", 17);
|
|
95
|
+
i0.ɵɵtext(17);
|
|
96
|
+
i0.ɵɵpipe(18, "date");
|
|
50
97
|
i0.ɵɵelementEnd();
|
|
51
|
-
i0.ɵɵelementStart(
|
|
52
|
-
i0.ɵɵ
|
|
53
|
-
i0.ɵɵ
|
|
54
|
-
i0.ɵɵ
|
|
98
|
+
i0.ɵɵelementStart(19, "td", 17);
|
|
99
|
+
i0.ɵɵtext(20);
|
|
100
|
+
i0.ɵɵpipe(21, "date");
|
|
101
|
+
i0.ɵɵelementEnd();
|
|
102
|
+
i0.ɵɵelementStart(22, "td", 18);
|
|
103
|
+
i0.ɵɵtemplate(23, CaseFlagTableComponent_table_0_tbody_20_tr_1_strong_23_Template, 3, 3, "strong", 19);
|
|
104
|
+
i0.ɵɵtemplate(24, CaseFlagTableComponent_table_0_tbody_20_tr_1_strong_24_Template, 3, 3, "strong", 20);
|
|
105
|
+
i0.ɵɵtemplate(25, CaseFlagTableComponent_table_0_tbody_20_tr_1_strong_25_Template, 3, 3, "strong", 21);
|
|
106
|
+
i0.ɵɵtemplate(26, CaseFlagTableComponent_table_0_tbody_20_tr_1_strong_26_Template, 3, 3, "strong", 22);
|
|
55
107
|
i0.ɵɵelementEnd();
|
|
56
108
|
i0.ɵɵelementEnd();
|
|
57
109
|
} if (rf & 2) {
|
|
58
|
-
const
|
|
59
|
-
const
|
|
110
|
+
const flagDetail_r5 = ctx.$implicit;
|
|
111
|
+
const ctx_r4 = i0.ɵɵnextContext(3);
|
|
60
112
|
i0.ɵɵadvance(3);
|
|
61
|
-
i0.ɵɵtextInterpolate(
|
|
62
|
-
i0.ɵɵadvance(
|
|
63
|
-
i0.ɵɵtextInterpolate(
|
|
64
|
-
i0.ɵɵadvance(
|
|
65
|
-
i0.ɵɵtextInterpolate(
|
|
113
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(4, 11, flagDetail_r5, "name"));
|
|
114
|
+
i0.ɵɵadvance(3);
|
|
115
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(7, 14, flagDetail_r5, "otherDescription"));
|
|
116
|
+
i0.ɵɵadvance(3);
|
|
117
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(10, 17, flagDetail_r5, "subTypeValue"));
|
|
118
|
+
i0.ɵɵadvance(4);
|
|
119
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(14, 20, flagDetail_r5, "flagComment"));
|
|
66
120
|
i0.ɵɵadvance(2);
|
|
67
|
-
i0.ɵɵ
|
|
121
|
+
i0.ɵɵproperty("ngIf", !ctx_r4.caseFlagsExternalUser && flagDetail_r5.status === ctx_r4.caseFlagStatus.NOT_APPROVED && flagDetail_r5.flagUpdateComment);
|
|
68
122
|
i0.ɵɵadvance(2);
|
|
69
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(
|
|
123
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(18, 23, flagDetail_r5.dateTimeCreated, "dd LLL yyyy"));
|
|
70
124
|
i0.ɵɵadvance(3);
|
|
71
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(
|
|
125
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(21, 26, flagDetail_r5.dateTimeModified, "dd LLL yyyy"));
|
|
72
126
|
i0.ɵɵadvance(3);
|
|
73
|
-
i0.ɵɵproperty("ngIf",
|
|
127
|
+
i0.ɵɵproperty("ngIf", flagDetail_r5.status === ctx_r4.caseFlagStatus.ACTIVE);
|
|
74
128
|
i0.ɵɵadvance(1);
|
|
75
|
-
i0.ɵɵproperty("ngIf",
|
|
129
|
+
i0.ɵɵproperty("ngIf", flagDetail_r5.status === ctx_r4.caseFlagStatus.INACTIVE);
|
|
76
130
|
i0.ɵɵadvance(1);
|
|
77
|
-
i0.ɵɵproperty("ngIf",
|
|
131
|
+
i0.ɵɵproperty("ngIf", flagDetail_r5.status === ctx_r4.caseFlagStatus.REQUESTED);
|
|
132
|
+
i0.ɵɵadvance(1);
|
|
133
|
+
i0.ɵɵproperty("ngIf", flagDetail_r5.status === ctx_r4.caseFlagStatus.NOT_APPROVED);
|
|
78
134
|
} }
|
|
79
|
-
function
|
|
135
|
+
function CaseFlagTableComponent_table_0_tbody_20_Template(rf, ctx) { if (rf & 1) {
|
|
80
136
|
i0.ɵɵelementStart(0, "tbody", 10);
|
|
81
|
-
i0.ɵɵtemplate(1,
|
|
137
|
+
i0.ɵɵtemplate(1, CaseFlagTableComponent_table_0_tbody_20_tr_1_Template, 27, 29, "tr", 15);
|
|
82
138
|
i0.ɵɵelementEnd();
|
|
83
139
|
} if (rf & 2) {
|
|
84
|
-
const
|
|
140
|
+
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
85
141
|
i0.ɵɵadvance(1);
|
|
86
|
-
i0.ɵɵproperty("ngForOf",
|
|
142
|
+
i0.ɵɵproperty("ngForOf", ctx_r3.flagData.flags.details);
|
|
87
143
|
} }
|
|
88
144
|
function CaseFlagTableComponent_table_0_Template(rf, ctx) { if (rf & 1) {
|
|
89
145
|
i0.ɵɵelementStart(0, "table", 1);
|
|
90
|
-
i0.ɵɵ
|
|
91
|
-
i0.ɵɵ
|
|
92
|
-
i0.ɵɵ
|
|
93
|
-
i0.ɵɵelementStart(
|
|
94
|
-
i0.ɵɵ
|
|
95
|
-
i0.ɵɵelementStart(5, "th", 5);
|
|
96
|
-
i0.ɵɵtext(6);
|
|
146
|
+
i0.ɵɵtemplate(1, CaseFlagTableComponent_table_0_caption_1_Template, 2, 1, "caption", 2);
|
|
147
|
+
i0.ɵɵelementStart(2, "thead", 3);
|
|
148
|
+
i0.ɵɵelementStart(3, "tr", 4);
|
|
149
|
+
i0.ɵɵelementStart(4, "th", 5);
|
|
150
|
+
i0.ɵɵtext(5);
|
|
97
151
|
i0.ɵɵelementEnd();
|
|
98
|
-
i0.ɵɵelementStart(
|
|
99
|
-
i0.ɵɵtext(
|
|
152
|
+
i0.ɵɵelementStart(6, "th", 6);
|
|
153
|
+
i0.ɵɵtext(7);
|
|
154
|
+
i0.ɵɵpipe(8, "rpxTranslate");
|
|
100
155
|
i0.ɵɵelementEnd();
|
|
101
156
|
i0.ɵɵelementStart(9, "th", 7);
|
|
102
|
-
i0.ɵɵtext(10
|
|
157
|
+
i0.ɵɵtext(10);
|
|
158
|
+
i0.ɵɵpipe(11, "rpxTranslate");
|
|
103
159
|
i0.ɵɵelementEnd();
|
|
104
|
-
i0.ɵɵelementStart(
|
|
105
|
-
i0.ɵɵtext(
|
|
160
|
+
i0.ɵɵelementStart(12, "th", 8);
|
|
161
|
+
i0.ɵɵtext(13);
|
|
162
|
+
i0.ɵɵpipe(14, "rpxTranslate");
|
|
106
163
|
i0.ɵɵelementEnd();
|
|
107
|
-
i0.ɵɵelementStart(
|
|
108
|
-
i0.ɵɵtext(
|
|
164
|
+
i0.ɵɵelementStart(15, "th", 9);
|
|
165
|
+
i0.ɵɵtext(16);
|
|
166
|
+
i0.ɵɵpipe(17, "rpxTranslate");
|
|
109
167
|
i0.ɵɵelementEnd();
|
|
110
168
|
i0.ɵɵelementEnd();
|
|
111
169
|
i0.ɵɵelementEnd();
|
|
112
|
-
i0.ɵɵelementStart(
|
|
113
|
-
i0.ɵɵtemplate(
|
|
170
|
+
i0.ɵɵelementStart(18, "tbody", 10);
|
|
171
|
+
i0.ɵɵtemplate(19, CaseFlagTableComponent_table_0_tr_19_Template, 4, 3, "tr", 11);
|
|
114
172
|
i0.ɵɵelementEnd();
|
|
115
|
-
i0.ɵɵtemplate(
|
|
173
|
+
i0.ɵɵtemplate(20, CaseFlagTableComponent_table_0_tbody_20_Template, 2, 1, "tbody", 12);
|
|
116
174
|
i0.ɵɵelementEnd();
|
|
117
175
|
} if (rf & 2) {
|
|
118
176
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
119
|
-
i0.ɵɵadvance(
|
|
120
|
-
i0.ɵɵ
|
|
177
|
+
i0.ɵɵadvance(1);
|
|
178
|
+
i0.ɵɵproperty("ngIf", ctx_r0.tableCaption);
|
|
121
179
|
i0.ɵɵadvance(4);
|
|
122
180
|
i0.ɵɵtextInterpolate(ctx_r0.firstColumnHeader);
|
|
123
|
-
i0.ɵɵadvance(
|
|
181
|
+
i0.ɵɵadvance(2);
|
|
182
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 8, "Comments"));
|
|
183
|
+
i0.ɵɵadvance(3);
|
|
184
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 10, "Creation date"));
|
|
185
|
+
i0.ɵɵadvance(3);
|
|
186
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 12, "Last modified"));
|
|
187
|
+
i0.ɵɵadvance(3);
|
|
188
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 14, "Flag status"));
|
|
189
|
+
i0.ɵɵadvance(3);
|
|
124
190
|
i0.ɵɵproperty("ngIf", !ctx_r0.flagData.flags.details || ctx_r0.flagData.flags.details && ctx_r0.flagData.flags.details.length === 0);
|
|
125
191
|
i0.ɵɵadvance(1);
|
|
126
192
|
i0.ɵɵproperty("ngIf", ctx_r0.flagData.flags.details && ctx_r0.flagData.flags.details.length > 0);
|
|
127
193
|
} }
|
|
128
194
|
export class CaseFlagTableComponent {
|
|
195
|
+
constructor() {
|
|
196
|
+
this.caseFlagsExternalUser = false;
|
|
197
|
+
}
|
|
129
198
|
get caseFlagStatus() {
|
|
130
199
|
return CaseFlagStatus;
|
|
131
200
|
}
|
|
132
201
|
}
|
|
133
202
|
CaseFlagTableComponent.ɵfac = function CaseFlagTableComponent_Factory(t) { return new (t || CaseFlagTableComponent)(); };
|
|
134
|
-
CaseFlagTableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CaseFlagTableComponent, selectors: [["ccd-case-flag-table"]], inputs: { tableCaption: "tableCaption", flagData: "flagData", firstColumnHeader: "firstColumnHeader" }, decls: 1, vars: 1, consts: [["class", "govuk-table", 4, "ngIf"], [1, "govuk-table"], [
|
|
135
|
-
i0.ɵɵtemplate(0, CaseFlagTableComponent_table_0_Template,
|
|
203
|
+
CaseFlagTableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CaseFlagTableComponent, selectors: [["ccd-case-flag-table"]], inputs: { tableCaption: "tableCaption", flagData: "flagData", firstColumnHeader: "firstColumnHeader", caseFlagsExternalUser: "caseFlagsExternalUser" }, decls: 1, vars: 1, consts: [["class", "govuk-table", 4, "ngIf"], [1, "govuk-table"], ["class", "govuk-table__caption govuk-table__caption--l", 4, "ngIf"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "col-party-name"], ["scope", "col", 1, "govuk-table__header", "col-comments"], ["scope", "col", 1, "govuk-table__header", "col-creation-date"], ["scope", "col", 1, "govuk-table__header", "col-last-modified"], ["scope", "col", 1, "govuk-table__header", "col-flag-status"], [1, "govuk-table__body"], [4, "ngIf"], ["class", "govuk-table__body", 4, "ngIf"], [1, "govuk-table__caption", "govuk-table__caption--l"], ["colspan", "5"], ["scope", "row", "class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["scope", "row", 1, "govuk-table__row"], [1, "govuk-table__cell"], [1, "govuk-table__cell", "cell-flag-status"], ["class", "govuk-tag govuk-tag--turquoise", 4, "ngIf"], ["class", "govuk-tag govuk-tag--grey", 4, "ngIf"], ["class", "govuk-tag govuk-tag--yellow", 4, "ngIf"], ["class", "govuk-tag govuk-tag--red", 4, "ngIf"], [1, "govuk-!-font-weight-bold"], [1, "govuk-tag", "govuk-tag--turquoise"], [1, "govuk-tag", "govuk-tag--grey"], [1, "govuk-tag", "govuk-tag--yellow"], [1, "govuk-tag", "govuk-tag--red"]], template: function CaseFlagTableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
204
|
+
i0.ɵɵtemplate(0, CaseFlagTableComponent_table_0_Template, 21, 16, "table", 0);
|
|
136
205
|
} if (rf & 2) {
|
|
137
206
|
i0.ɵɵproperty("ngIf", ctx.flagData);
|
|
138
|
-
} },
|
|
207
|
+
} }, styles: [".govuk-table[_ngcontent-%COMP%] .govuk-table__caption[_ngcontent-%COMP%]{margin-top:10px}.govuk-table[_ngcontent-%COMP%] .govuk-table__head[_ngcontent-%COMP%] .govuk-table__row[_ngcontent-%COMP%] .col-party-name[_ngcontent-%COMP%]{width:24%}.govuk-table[_ngcontent-%COMP%] .govuk-table__head[_ngcontent-%COMP%] .govuk-table__row[_ngcontent-%COMP%] .col-comments[_ngcontent-%COMP%]{width:42%}.govuk-table[_ngcontent-%COMP%] .govuk-table__head[_ngcontent-%COMP%] .govuk-table__row[_ngcontent-%COMP%] .col-creation-date[_ngcontent-%COMP%], .govuk-table[_ngcontent-%COMP%] .govuk-table__head[_ngcontent-%COMP%] .govuk-table__row[_ngcontent-%COMP%] .col-last-modified[_ngcontent-%COMP%]{width:12%}.govuk-table[_ngcontent-%COMP%] .govuk-table__head[_ngcontent-%COMP%] .govuk-table__row[_ngcontent-%COMP%] .col-flag-status[_ngcontent-%COMP%]{width:10%}.govuk-table[_ngcontent-%COMP%] .govuk-table__body[_ngcontent-%COMP%] .govuk-table__row[_ngcontent-%COMP%] .cell-flag-status[_ngcontent-%COMP%]{white-space:nowrap}"] });
|
|
139
208
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFlagTableComponent, [{
|
|
140
209
|
type: Component,
|
|
141
210
|
args: [{
|
|
@@ -149,5 +218,7 @@ CaseFlagTableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CaseFlagTableCompo
|
|
|
149
218
|
type: Input
|
|
150
219
|
}], firstColumnHeader: [{
|
|
151
220
|
type: Input
|
|
221
|
+
}], caseFlagsExternalUser: [{
|
|
222
|
+
type: Input
|
|
152
223
|
}] }); })();
|
|
153
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
224
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FzZS1mbGFnLXRhYmxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL2Nhc2UtZmxhZy9jb21wb25lbnRzL2Nhc2UtZmxhZy10YWJsZS9jYXNlLWZsYWctdGFibGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvY2FzZS1mbGFnL2NvbXBvbmVudHMvY2FzZS1mbGFnLXRhYmxlL2Nhc2UtZmxhZy10YWJsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sYUFBYSxDQUFDOzs7SUNEM0MsbUNBQW1GO0lBQUEsWUFBZ0I7SUFBQSxpQkFBVTs7O0lBQTFCLGVBQWdCO0lBQWhCLHlDQUFnQjs7O0lBV2pHLDBCQUF1RztJQUNyRyw4QkFBZ0I7SUFBQSxZQUF5Qjs7SUFBQSxpQkFBSztJQUNoRCxpQkFBSzs7SUFEYSxlQUF5QjtJQUF6QixrREFBeUI7OztJQVl2QywyQkFBeUg7SUFDdkgsZ0NBQXVDO0lBQUEsWUFBaUQ7SUFBQSxpQkFBTztJQUNqRyxpQkFBTTs7O0lBRG1DLGVBQWlEO0lBQWpELCtFQUFpRDs7O0lBTTFGLGtDQUFtRztJQUFBLFlBQTJCOztJQUFBLGlCQUFTOztJQUFwQyxlQUEyQjtJQUEzQixvREFBMkI7OztJQUM5SCxrQ0FBZ0c7SUFBQSxZQUE2Qjs7SUFBQSxpQkFBUzs7SUFBdEMsZUFBNkI7SUFBN0Isc0RBQTZCOzs7SUFDN0gsa0NBQW1H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XG5pbXBvcnQgeyBGbGFnc1dpdGhGb3JtR3JvdXBQYXRoIH0gZnJvbSAnLi4vLi4vZG9tYWluJztcbmltcG9ydCB7IENhc2VGbGFnU3RhdHVzIH0gZnJvbSAnLi4vLi4vZW51bXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtY2FzZS1mbGFnLXRhYmxlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Nhc2UtZmxhZy10YWJsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Nhc2UtZmxhZy10YWJsZS5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIENhc2VGbGFnVGFibGVDb21wb25lbnQge1xuICBASW5wdXQoKSBwdWJsaWMgdGFibGVDYXB0aW9uOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHB1YmxpYyBmbGFnRGF0YTogRmxhZ3NXaXRoRm9ybUdyb3VwUGF0aDtcbiAgQElucHV0KCkgcHVibGljIGZpcnN0Q29sdW1uSGVhZGVyOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHB1YmxpYyBjYXNlRmxhZ3NFeHRlcm5hbFVzZXIgPSBmYWxzZTtcblxuICBwdWJsaWMgZ2V0IGNhc2VGbGFnU3RhdHVzKCk6IHR5cGVvZiBDYXNlRmxhZ1N0YXR1cyB7XG4gICAgcmV0dXJuIENhc2VGbGFnU3RhdHVzO1xuICB9XG59XG4iLCI8dGFibGUgY2xhc3M9XCJnb3Z1ay10YWJsZVwiICpuZ0lmPVwiZmxhZ0RhdGFcIj5cbiAgPGNhcHRpb24gY2xhc3M9XCJnb3Z1ay10YWJsZV9fY2FwdGlvbiBnb3Z1ay10YWJsZV9fY2FwdGlvbi0tbFwiICpuZ0lmPVwidGFibGVDYXB0aW9uXCI+e3t0YWJsZUNhcHRpb259fTwvY2FwdGlvbj5cbiAgPHRoZWFkIGNsYXNzPVwiZ292dWstdGFibGVfX2hlYWRcIj5cbiAgICA8dHIgY2xhc3M9XCJnb3Z1ay10YWJsZV9fcm93XCI+XG4gICAgICA8dGggc2NvcGU9XCJjb2xcIiBjbGFzcz1cImdvdnVrLXRhYmxlX19oZWFkZXIgY29sLXBhcnR5LW5hbWVcIj57e2ZpcnN0Q29sdW1uSGVhZGVyfX08L3RoPlxuICAgICAgPHRoIHNjb3BlPVwiY29sXCIgY2xhc3M9XCJnb3Z1ay10YWJsZV9faGVhZGVyIGNvbC1jb21tZW50c1wiPnt7J0NvbW1lbnRzJyB8IHJweFRyYW5zbGF0ZX19PC90aD5cbiAgICAgIDx0aCBzY29wZT1cImNvbFwiIGNsYXNzPVwiZ292dWstdGFibGVfX2hlYWRlciBjb2wtY3JlYXRpb24tZGF0ZVwiPnt7J0NyZWF0aW9uIGRhdGUnIHwgcnB4VHJhbnNsYXRlfX08L3RoPlxuICAgICAgPHRoIHNjb3BlPVwiY29sXCIgY2xhc3M9XCJnb3Z1ay10YWJsZV9faGVhZGVyIGNvbC1sYXN0LW1vZGlmaWVkXCI+e3snTGFzdCBtb2RpZmllZCcgfCBycHhUcmFuc2xhdGV9fTwvdGg+XG4gICAgICA8dGggc2NvcGU9XCJjb2xcIiBjbGFzcz1cImdvdnVrLXRhYmxlX19oZWFkZXIgY29sLWZsYWctc3RhdHVzXCI+e3snRmxhZyBzdGF0dXMnIHwgcnB4VHJhbnNsYXRlfX08L3RoPlxuICAgIDwvdHI+XG4gIDwvdGhlYWQ+XG4gIDx0Ym9keSBjbGFzcz1cImdvdnVrLXRhYmxlX19ib2R5XCI+XG4gICAgPHRyICpuZ0lmPVwiIWZsYWdEYXRhLmZsYWdzLmRldGFpbHMgfHwgKGZsYWdEYXRhLmZsYWdzLmRldGFpbHMgJiYgZmxhZ0RhdGEuZmxhZ3MuZGV0YWlscy5sZW5ndGggPT09IDApXCI+XG4gICAgICA8dGQgY29sc3Bhbj1cIjVcIj57eydOb25lJyB8IHJweFRyYW5zbGF0ZX19PC90ZD5cbiAgICA8L3RyPlxuICA8L3Rib2R5PlxuICA8dGJvZHkgY2xhc3M9XCJnb3Z1ay10YWJsZV9fYm9keVwiICpuZ0lmPVwiZmxhZ0RhdGEuZmxhZ3MuZGV0YWlscyAmJiBmbGFnRGF0YS5mbGFncy5kZXRhaWxzLmxlbmd0aCA+IDBcIj5cbiAgICA8dHIgc2NvcGU9XCJyb3dcIiBjbGFzcz1cImdvdnVrLXRhYmxlX19yb3dcIiAqbmdGb3I9XCJsZXQgZmxhZ0RldGFpbCBvZiBmbGFnRGF0YS5mbGFncy5kZXRhaWxzXCI+XG4gICAgICA8dGQgY2xhc3M9XCJnb3Z1ay10YWJsZV9fY2VsbFwiPlxuICAgICAgICA8ZGl2Pnt7ZmxhZ0RldGFpbCB8IGZsYWdGaWVsZERpc3BsYXk6J25hbWUnfX08L2Rpdj5cbiAgICAgICAgPGRpdj57e2ZsYWdEZXRhaWwgfCBmbGFnRmllbGREaXNwbGF5OidvdGhlckRlc2NyaXB0aW9uJ319PC9kaXY+XG4gICAgICAgIDxkaXY+e3tmbGFnRGV0YWlsIHwgZmxhZ0ZpZWxkRGlzcGxheTonc3ViVHlwZVZhbHVlJ319PC9kaXY+XG4gICAgICA8L3RkPlxuICAgICAgPHRkIGNsYXNzPVwiZ292dWstdGFibGVfX2NlbGxcIj5cbiAgICAgICAgPGRpdj57e2ZsYWdEZXRhaWwgfCBmbGFnRmllbGREaXNwbGF5OidmbGFnQ29tbWVudCd9fTwvZGl2PlxuICAgICAgICA8ZGl2ICpuZ0lmPVwiIWNhc2VGbGFnc0V4dGVybmFsVXNlciAmJiBmbGFnRGV0YWlsLnN0YXR1cyA9PT0gY2FzZUZsYWdTdGF0dXMuTk9UX0FQUFJPVkVEICYmIGZsYWdEZXRhaWwuZmxhZ1VwZGF0ZUNvbW1lbnRcIj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPkRlY2lzaW9uIFJlYXNvbjoge3tmbGFnRGV0YWlsLmZsYWdVcGRhdGVDb21tZW50fX08L3NwYW4+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC90ZD5cbiAgICAgIDx0ZCBjbGFzcz1cImdvdnVrLXRhYmxlX19jZWxsXCI+e3tmbGFnRGV0YWlsLmRhdGVUaW1lQ3JlYXRlZCB8IGRhdGU6ICdkZCBMTEwgeXl5eSd9fTwvdGQ+XG4gICAgICA8dGQgY2xhc3M9XCJnb3Z1ay10YWJsZV9fY2VsbFwiPnt7ZmxhZ0RldGFpbC5kYXRlVGltZU1vZGlmaWVkIHwgZGF0ZTogJ2RkIExMTCB5eXl5J319PC90ZD5cbiAgICAgIDx0ZCBjbGFzcz1cImdvdnVrLXRhYmxlX19jZWxsIGNlbGwtZmxhZy1zdGF0dXNcIj5cbiAgICAgICAgPHN0cm9uZyAqbmdJZj1cImZsYWdEZXRhaWwuc3RhdHVzID09PSBjYXNlRmxhZ1N0YXR1cy5BQ1RJVkVcIiBjbGFzcz1cImdvdnVrLXRhZyBnb3Z1ay10YWctLXR1cnF1b2lzZVwiPnt7J0FjdGl2ZScgfCBycHhUcmFuc2xhdGV9fTwvc3Ryb25nPlxuICAgICAgICA8c3Ryb25nICpuZ0lmPVwiZmxhZ0RldGFpbC5zdGF0dXMgPT09IGNhc2VGbGFnU3RhdHVzLklOQUNUSVZFXCIgY2xhc3M9XCJnb3Z1ay10YWcgZ292dWstdGFnLS1ncmV5XCI+e3snSW5hY3RpdmUnIHwgcnB4VHJhbnNsYXRlfX08L3N0cm9uZz5cbiAgICAgICAgPHN0cm9uZyAqbmdJZj1cImZsYWdEZXRhaWwuc3RhdHVzID09PSBjYXNlRmxhZ1N0YXR1cy5SRVFVRVNURURcIiBjbGFzcz1cImdvdnVrLXRhZyBnb3Z1ay10YWctLXllbGxvd1wiPnt7J1JlcXVlc3RlZCcgfCBycHhUcmFuc2xhdGV9fTwvc3Ryb25nPlxuICAgICAgICA8c3Ryb25nICpuZ0lmPVwiZmxhZ0RldGFpbC5zdGF0dXMgPT09IGNhc2VGbGFnU3RhdHVzLk5PVF9BUFBST1ZFRFwiIGNsYXNzPVwiZ292dWstdGFnIGdvdnVrLXRhZy0tcmVkXCI+e3snTm90IGFwcHJvdmVkJyB8IHJweFRyYW5zbGF0ZX19PC9zdHJvbmc+XG4gICAgICA8L3RkPlxuICAgIDwvdHI+XG4gIDwvdGJvZHk+XG48L3RhYmxlPlxuIl19
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { CaseFlagFieldState, CaseFlagStatus, CaseFlagWizardStepTitle, ConfirmStatusErrorMessage, ConfirmStatusStep } from '../../enums';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/forms";
|
|
6
|
+
import * as i2 from "@angular/common";
|
|
7
|
+
import * as i3 from "rpx-xui-translation";
|
|
8
|
+
function ConfirmFlagStatusComponent_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
i0.ɵɵelementStart(0, "div", 15);
|
|
10
|
+
i0.ɵɵelement(1, "input", 16);
|
|
11
|
+
i0.ɵɵelementStart(2, "label", 17);
|
|
12
|
+
i0.ɵɵtext(3);
|
|
13
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
14
|
+
i0.ɵɵelementEnd();
|
|
15
|
+
i0.ɵɵelementEnd();
|
|
16
|
+
} if (rf & 2) {
|
|
17
|
+
const status_r3 = ctx.$implicit;
|
|
18
|
+
const i_r4 = ctx.index;
|
|
19
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
20
|
+
i0.ɵɵadvance(1);
|
|
21
|
+
i0.ɵɵpropertyInterpolate1("id", "flag-status-", i_r4, "");
|
|
22
|
+
i0.ɵɵproperty("name", ctx_r0.selectedStatusControlName)("value", status_r3)("formControlName", ctx_r0.selectedStatusControlName);
|
|
23
|
+
i0.ɵɵadvance(1);
|
|
24
|
+
i0.ɵɵpropertyInterpolate1("for", "flag-status-", i_r4, "");
|
|
25
|
+
i0.ɵɵadvance(1);
|
|
26
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 6, ctx_r0.caseFlagStatusEnum[status_r3]), " ");
|
|
27
|
+
} }
|
|
28
|
+
function ConfirmFlagStatusComponent_div_13_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
+
i0.ɵɵelementStart(0, "div", 18);
|
|
30
|
+
i0.ɵɵelementStart(1, "span", 19);
|
|
31
|
+
i0.ɵɵtext(2);
|
|
32
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
i0.ɵɵtext(4);
|
|
35
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
36
|
+
i0.ɵɵelementEnd();
|
|
37
|
+
} if (rf & 2) {
|
|
38
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
39
|
+
i0.ɵɵadvance(2);
|
|
40
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "Error:"));
|
|
41
|
+
i0.ɵɵadvance(2);
|
|
42
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, ctx_r1.statusReasonNotEnteredErrorMessage), " ");
|
|
43
|
+
} }
|
|
44
|
+
function ConfirmFlagStatusComponent_div_14_Template(rf, ctx) { if (rf & 1) {
|
|
45
|
+
i0.ɵɵelementStart(0, "div", 20);
|
|
46
|
+
i0.ɵɵelementStart(1, "span", 19);
|
|
47
|
+
i0.ɵɵtext(2);
|
|
48
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
49
|
+
i0.ɵɵelementEnd();
|
|
50
|
+
i0.ɵɵtext(4);
|
|
51
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
52
|
+
i0.ɵɵelementEnd();
|
|
53
|
+
} if (rf & 2) {
|
|
54
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
55
|
+
i0.ɵɵadvance(2);
|
|
56
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "Error:"));
|
|
57
|
+
i0.ɵɵadvance(2);
|
|
58
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, ctx_r2.statusReasonCharLimitErrorMessage), " ");
|
|
59
|
+
} }
|
|
60
|
+
const _c0 = function (a0) { return { "form-group-error": a0 }; };
|
|
61
|
+
export class ConfirmFlagStatusComponent {
|
|
62
|
+
constructor() {
|
|
63
|
+
this.caseFlagStateEmitter = new EventEmitter();
|
|
64
|
+
this.caseFlagStatusEnum = CaseFlagStatus;
|
|
65
|
+
this.errorMessages = [];
|
|
66
|
+
this.statusReasonNotEnteredErrorMessage = null;
|
|
67
|
+
this.statusReasonCharLimitErrorMessage = null;
|
|
68
|
+
this.selectedStatusControlName = 'selectedStatus';
|
|
69
|
+
this.statusReasonControlName = 'statusReason';
|
|
70
|
+
this.reasonMaxCharLimit = 200;
|
|
71
|
+
}
|
|
72
|
+
ngOnInit() {
|
|
73
|
+
this.confirmFlagStatusTitle = CaseFlagWizardStepTitle.CONFIRM_FLAG_STATUS;
|
|
74
|
+
this.flagCreationStatuses = Object.keys(CaseFlagStatus).filter(key => !['INACTIVE'].includes(key));
|
|
75
|
+
this.statusReasonHint = ConfirmStatusStep.HINT_TEXT;
|
|
76
|
+
this.statusReasonCharLimitInfo = ConfirmStatusStep.CHARACTER_LIMIT_INFO;
|
|
77
|
+
this.formGroup.addControl(this.selectedStatusControlName, new FormControl(this.flagCreationStatuses.find(key => CaseFlagStatus[key] === this.defaultStatus)));
|
|
78
|
+
this.formGroup.addControl(this.statusReasonControlName, new FormControl(''));
|
|
79
|
+
}
|
|
80
|
+
onNext() {
|
|
81
|
+
// Validate status reason entry
|
|
82
|
+
this.validateTextEntry();
|
|
83
|
+
// Return case flag field state and error messages to the parent
|
|
84
|
+
this.caseFlagStateEmitter.emit({ currentCaseFlagFieldState: CaseFlagFieldState.FLAG_STATUS, errorMessages: this.errorMessages });
|
|
85
|
+
}
|
|
86
|
+
validateTextEntry() {
|
|
87
|
+
this.statusReasonNotEnteredErrorMessage = null;
|
|
88
|
+
this.statusReasonCharLimitErrorMessage = null;
|
|
89
|
+
this.errorMessages = [];
|
|
90
|
+
if (this.formGroup.get(this.selectedStatusControlName).value === 'NOT_APPROVED' &&
|
|
91
|
+
!this.formGroup.get(this.statusReasonControlName).value) {
|
|
92
|
+
this.statusReasonNotEnteredErrorMessage = ConfirmStatusErrorMessage.STATUS_REASON_NOT_ENTERED;
|
|
93
|
+
this.errorMessages.push({
|
|
94
|
+
title: '',
|
|
95
|
+
description: ConfirmStatusErrorMessage.STATUS_REASON_NOT_ENTERED,
|
|
96
|
+
fieldId: this.statusReasonControlName
|
|
97
|
+
});
|
|
98
|
+
}
|
|
99
|
+
if (this.formGroup.get(this.statusReasonControlName).value &&
|
|
100
|
+
this.formGroup.get(this.statusReasonControlName).value.length > this.reasonMaxCharLimit) {
|
|
101
|
+
this.statusReasonCharLimitErrorMessage = ConfirmStatusErrorMessage.STATUS_REASON_CHAR_LIMIT_EXCEEDED;
|
|
102
|
+
this.errorMessages.push({
|
|
103
|
+
title: '',
|
|
104
|
+
description: ConfirmStatusErrorMessage.STATUS_REASON_CHAR_LIMIT_EXCEEDED,
|
|
105
|
+
fieldId: this.statusReasonControlName
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
ConfirmFlagStatusComponent.ɵfac = function ConfirmFlagStatusComponent_Factory(t) { return new (t || ConfirmFlagStatusComponent)(); };
|
|
111
|
+
ConfirmFlagStatusComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ConfirmFlagStatusComponent, selectors: [["ccd-confirm-flag-status"]], inputs: { formGroup: "formGroup", defaultStatus: "defaultStatus" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, decls: 23, vars: 22, consts: [[3, "formGroup"], ["data-module", "govuk-character-count", "data-maxlength", "200", 1, "govuk-character-count"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "confirm-flag-status-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--m"], ["id", "confirm-flag-status-heading", 1, "govuk-fieldset__heading"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional", "govuk-!-margin-bottom-4"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["id", "status-reason-hint", 1, "govuk-hint"], ["id", "status-reason-not-entered-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "status-reason-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["rows", "5", "aria-describedby", "status-reason-hint status-reason-char-limit-info", 1, "govuk-textarea", 3, "id", "name", "formControlName"], ["id", "status-reason-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], [1, "govuk-button-group"], ["type", "button", 1, "button", "button-primary", 3, "click"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "id", "name", "value", "formControlName"], [1, "govuk-label", "govuk-radios__label", 3, "for"], ["id", "status-reason-not-entered-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "status-reason-char-limit-error", 1, "govuk-error-message"]], template: function ConfirmFlagStatusComponent_Template(rf, ctx) { if (rf & 1) {
|
|
112
|
+
i0.ɵɵelementContainerStart(0, 0);
|
|
113
|
+
i0.ɵɵelementStart(1, "div", 1);
|
|
114
|
+
i0.ɵɵelementStart(2, "div", 2);
|
|
115
|
+
i0.ɵɵelementStart(3, "fieldset", 3);
|
|
116
|
+
i0.ɵɵelementStart(4, "legend", 4);
|
|
117
|
+
i0.ɵɵelementStart(5, "h1", 5);
|
|
118
|
+
i0.ɵɵtext(6);
|
|
119
|
+
i0.ɵɵpipe(7, "rpxTranslate");
|
|
120
|
+
i0.ɵɵelementEnd();
|
|
121
|
+
i0.ɵɵelementEnd();
|
|
122
|
+
i0.ɵɵelementStart(8, "div", 6);
|
|
123
|
+
i0.ɵɵtemplate(9, ConfirmFlagStatusComponent_div_9_Template, 5, 8, "div", 7);
|
|
124
|
+
i0.ɵɵelementEnd();
|
|
125
|
+
i0.ɵɵelementEnd();
|
|
126
|
+
i0.ɵɵelementStart(10, "div", 8);
|
|
127
|
+
i0.ɵɵtext(11);
|
|
128
|
+
i0.ɵɵpipe(12, "rpxTranslate");
|
|
129
|
+
i0.ɵɵelementEnd();
|
|
130
|
+
i0.ɵɵtemplate(13, ConfirmFlagStatusComponent_div_13_Template, 6, 6, "div", 9);
|
|
131
|
+
i0.ɵɵtemplate(14, ConfirmFlagStatusComponent_div_14_Template, 6, 6, "div", 10);
|
|
132
|
+
i0.ɵɵelement(15, "textarea", 11);
|
|
133
|
+
i0.ɵɵelementStart(16, "div", 12);
|
|
134
|
+
i0.ɵɵtext(17);
|
|
135
|
+
i0.ɵɵpipe(18, "rpxTranslate");
|
|
136
|
+
i0.ɵɵelementEnd();
|
|
137
|
+
i0.ɵɵelementEnd();
|
|
138
|
+
i0.ɵɵelementEnd();
|
|
139
|
+
i0.ɵɵelementContainerEnd();
|
|
140
|
+
i0.ɵɵelementStart(19, "div", 13);
|
|
141
|
+
i0.ɵɵelementStart(20, "button", 14);
|
|
142
|
+
i0.ɵɵlistener("click", function ConfirmFlagStatusComponent_Template_button_click_20_listener() { return ctx.onNext(); });
|
|
143
|
+
i0.ɵɵtext(21);
|
|
144
|
+
i0.ɵɵpipe(22, "rpxTranslate");
|
|
145
|
+
i0.ɵɵelementEnd();
|
|
146
|
+
i0.ɵɵelementEnd();
|
|
147
|
+
} if (rf & 2) {
|
|
148
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
149
|
+
i0.ɵɵadvance(2);
|
|
150
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(20, _c0, ctx.errorMessages.length > 0));
|
|
151
|
+
i0.ɵɵadvance(4);
|
|
152
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 12, ctx.confirmFlagStatusTitle), " ");
|
|
153
|
+
i0.ɵɵadvance(3);
|
|
154
|
+
i0.ɵɵproperty("ngForOf", ctx.flagCreationStatuses);
|
|
155
|
+
i0.ɵɵadvance(2);
|
|
156
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(12, 14, ctx.statusReasonHint), " ");
|
|
157
|
+
i0.ɵɵadvance(2);
|
|
158
|
+
i0.ɵɵproperty("ngIf", ctx.statusReasonNotEnteredErrorMessage);
|
|
159
|
+
i0.ɵɵadvance(1);
|
|
160
|
+
i0.ɵɵproperty("ngIf", ctx.statusReasonCharLimitErrorMessage);
|
|
161
|
+
i0.ɵɵadvance(1);
|
|
162
|
+
i0.ɵɵproperty("id", ctx.statusReasonControlName)("name", ctx.statusReasonControlName)("formControlName", ctx.statusReasonControlName);
|
|
163
|
+
i0.ɵɵadvance(2);
|
|
164
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 16, ctx.statusReasonCharLimitInfo), " ");
|
|
165
|
+
i0.ɵɵadvance(4);
|
|
166
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 18, "Next"));
|
|
167
|
+
} }, directives: [i1.NgControlStatusGroup, i1.FormGroupDirective, i2.NgClass, i2.NgForOf, i2.NgIf, i1.DefaultValueAccessor, i1.NgControlStatus, i1.FormControlName, i1.RadioControlValueAccessor], pipes: [i3.RpxTranslatePipe], encapsulation: 2 });
|
|
168
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConfirmFlagStatusComponent, [{
|
|
169
|
+
type: Component,
|
|
170
|
+
args: [{
|
|
171
|
+
selector: 'ccd-confirm-flag-status',
|
|
172
|
+
templateUrl: './confirm-flag-status.component.html'
|
|
173
|
+
}]
|
|
174
|
+
}], null, { formGroup: [{
|
|
175
|
+
type: Input
|
|
176
|
+
}], defaultStatus: [{
|
|
177
|
+
type: Input
|
|
178
|
+
}], caseFlagStateEmitter: [{
|
|
179
|
+
type: Output
|
|
180
|
+
}] }); })();
|
|
181
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybS1mbGFnLXN0YXR1cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9jYXNlLWZsYWcvY29tcG9uZW50cy9jb25maXJtLWZsYWctc3RhdHVzL2NvbmZpcm0tZmxhZy1zdGF0dXMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvY2FzZS1mbGFnL2NvbXBvbmVudHMvY29uZmlybS1mbGFnLXN0YXR1cy9jb25maXJtLWZsYWctc3RhdHVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0UsT0FBTyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUd4RCxPQUFPLEVBQ0wsa0JBQWtCLEVBQ2xCLGNBQWMsRUFDZCx1QkFBdUIsRUFDdkIseUJBQXlCLEVBQ3pCLGlCQUFpQixFQUNsQixNQUFNLGFBQWEsQ0FBQzs7Ozs7O0lDQVgsK0JBQXdGO0lBQ3RGLDRCQUMrRTtJQUMvRSxpQ0FBdUU7SUFDckUsWUFDRjs7SUFBQSxpQkFBUTtJQUNWLGlCQUFNOzs7OztJQUwrQixlQUFzQjtJQUF0Qix5REFBc0I7SUFBQyx1REFBa0Msb0JBQUEscURBQUE7SUFFN0MsZUFBdUI7SUFBdkIsMERBQXVCO0lBQ3BFLGVBQ0Y7SUFERSwyRkFDRjs7O0lBT04sK0JBQzZDO0lBQzNDLGdDQUFvQztJQUFBLFlBQTJCOztJQUFBLGlCQUFPO0lBQUMsWUFDekU7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R1QsZUFBOEI7UUFBOUIsZ0RBQThCLHFDQUFBLGdEQUFBO1FBSTdELGVBQ0Y7UUFERSxzRkFDRjtRQU1tRSxlQUF5QjtRQUF6QixvREFBeUI7O3VGRHpCckYsMEJBQTBCO2NBSnRDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUseUJBQXlCO2dCQUNuQyxXQUFXLEVBQUUsc0NBQXNDO2FBQ3BEO2dCQUdpQixTQUFTO2tCQUF4QixLQUFLO1lBQ1UsYUFBYTtrQkFBNUIsS0FBSztZQUVXLG9CQUFvQjtrQkFBcEMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sLCBGb3JtR3JvdXAgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBFcnJvck1lc3NhZ2UgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9kb21haW4nO1xuaW1wb3J0IHsgQ2FzZUZsYWdTdGF0ZSB9IGZyb20gJy4uLy4uL2RvbWFpbic7XG5pbXBvcnQge1xuICBDYXNlRmxhZ0ZpZWxkU3RhdGUsXG4gIENhc2VGbGFnU3RhdHVzLFxuICBDYXNlRmxhZ1dpemFyZFN0ZXBUaXRsZSxcbiAgQ29uZmlybVN0YXR1c0Vycm9yTWVzc2FnZSxcbiAgQ29uZmlybVN0YXR1c1N0ZXBcbn0gZnJvbSAnLi4vLi4vZW51bXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtY29uZmlybS1mbGFnLXN0YXR1cycsXG4gIHRlbXBsYXRlVXJsOiAnLi9jb25maXJtLWZsYWctc3RhdHVzLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBDb25maXJtRmxhZ1N0YXR1c0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KCkgcHVibGljIGZvcm1Hcm91cDogRm9ybUdyb3VwO1xuICBASW5wdXQoKSBwdWJsaWMgZGVmYXVsdFN0YXR1czogc3RyaW5nO1xuXG4gIEBPdXRwdXQoKSBwdWJsaWMgY2FzZUZsYWdTdGF0ZUVtaXR0ZXI6IEV2ZW50RW1pdHRlcjxDYXNlRmxhZ1N0YXRlPiA9IG5ldyBFdmVudEVtaXR0ZXI8Q2FzZUZsYWdTdGF0ZT4oKTtcblxuICBwdWJsaWMgY29uZmlybUZsYWdTdGF0dXNUaXRsZTogQ2FzZUZsYWdXaXphcmRTdGVwVGl0bGU7XG4gIHB1YmxpYyBjYXNlRmxhZ1N0YXR1c0VudW0gPSBDYXNlRmxhZ1N0YXR1cztcbiAgcHVibGljIGZsYWdDcmVhdGlvblN0YXR1c2VzOiBzdHJpbmdbXTtcbiAgcHVibGljIGVycm9yTWVzc2FnZXM6IEVycm9yTWVzc2FnZVtdID0gW107XG4gIHB1YmxpYyBzdGF0dXNSZWFzb25Ob3RFbnRlcmVkRXJyb3JNZXNzYWdlOiBDb25maXJtU3RhdHVzRXJyb3JNZXNzYWdlID0gbnVsbDtcbiAgcHVibGljIHN0YXR1c1JlYXNvbkNoYXJMaW1pdEVycm9yTWVzc2FnZTogQ29uZmlybVN0YXR1c0Vycm9yTWVzc2FnZSA9IG51bGw7XG4gIHB1YmxpYyBzdGF0dXNSZWFzb25IaW50OiBDb25maXJtU3RhdHVzU3RlcDtcbiAgcHVibGljIHN0YXR1c1JlYXNvbkNoYXJMaW1pdEluZm86IENvbmZpcm1TdGF0dXNTdGVwO1xuICBwdWJsaWMgcmVhZG9ubHkgc2VsZWN0ZWRTdGF0dXNDb250cm9sTmFtZSA9ICdzZWxlY3RlZFN0YXR1cyc7XG4gIHB1YmxpYyByZWFkb25seSBzdGF0dXNSZWFzb25Db250cm9sTmFtZSA9ICdzdGF0dXNSZWFzb24nO1xuICBwcml2YXRlIHJlYWRvbmx5IHJlYXNvbk1heENoYXJMaW1pdCA9IDIwMDtcblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jb25maXJtRmxhZ1N0YXR1c1RpdGxlID0gQ2FzZUZsYWdXaXphcmRTdGVwVGl0bGUuQ09ORklSTV9GTEFHX1NUQVRVUztcbiAgICB0aGlzLmZsYWdDcmVhdGlvblN0YXR1c2VzID0gT2JqZWN0LmtleXMoQ2FzZUZsYWdTdGF0dXMpLmZpbHRlcihrZXkgPT4gIVsnSU5BQ1RJVkUnXS5pbmNsdWRlcyhrZXkpKTtcbiAgICB0aGlzLnN0YXR1c1JlYXNvbkhpbnQgPSBDb25maXJtU3RhdHVzU3RlcC5ISU5UX1RFWFQ7XG4gICAgdGhpcy5zdGF0dXNSZWFzb25DaGFyTGltaXRJbmZvID0gQ29uZmlybVN0YXR1c1N0ZXAuQ0hBUkFDVEVSX0xJTUlUX0lORk87XG4gICAgdGhpcy5mb3JtR3JvdXAuYWRkQ29udHJvbCh0aGlzLnNlbGVjdGVkU3RhdHVzQ29udHJvbE5hbWUsIG5ldyBGb3JtQ29udHJvbCh0aGlzLmZsYWdDcmVhdGlvblN0YXR1c2VzLmZpbmQoXG4gICAgICBrZXkgPT4gQ2FzZUZsYWdTdGF0dXNba2V5XSA9PT0gdGhpcy5kZWZhdWx0U3RhdHVzKSkpO1xuICAgIHRoaXMuZm9ybUdyb3VwLmFkZENvbnRyb2wodGhpcy5zdGF0dXNSZWFzb25Db250cm9sTmFtZSwgbmV3IEZvcm1Db250cm9sKCcnKSk7XG4gIH1cblxuICBwdWJsaWMgb25OZXh0KCk6IHZvaWQge1xuICAgIC8vIFZhbGlkYXRlIHN0YXR1cyByZWFzb24gZW50cnlcbiAgICB0aGlzLnZhbGlkYXRlVGV4dEVudHJ5KCk7XG4gICAgLy8gUmV0dXJuIGNhc2UgZmxhZyBmaWVsZCBzdGF0ZSBhbmQgZXJyb3IgbWVzc2FnZXMgdG8gdGhlIHBhcmVudFxuICAgIHRoaXMuY2FzZUZsYWdTdGF0ZUVtaXR0ZXIuZW1pdCh7IGN1cnJlbnRDYXNlRmxhZ0ZpZWxkU3RhdGU6IENhc2VGbGFnRmllbGRTdGF0ZS5GTEFHX1NUQVRVUywgZXJyb3JNZXNzYWdlczogdGhpcy5lcnJvck1lc3NhZ2VzIH0pO1xuICB9XG5cbiAgcHJpdmF0ZSB2YWxpZGF0ZVRleHRFbnRyeSgpOiB2b2lkIHtcbiAgICB0aGlzLnN0YXR1c1JlYXNvbk5vdEVudGVyZWRFcnJvck1lc3NhZ2UgPSBudWxsO1xuICAgIHRoaXMuc3RhdHVzUmVhc29uQ2hhckxpbWl0RXJyb3JNZXNzYWdlID0gbnVsbDtcbiAgICB0aGlzLmVycm9yTWVzc2FnZXMgPSBbXTtcbiAgICBpZiAodGhpcy5mb3JtR3JvdXAuZ2V0KHRoaXMuc2VsZWN0ZWRTdGF0dXNDb250cm9sTmFtZSkudmFsdWUgPT09ICdOT1RfQVBQUk9WRUQnICYmXG4gICAgICAhdGhpcy5mb3JtR3JvdXAuZ2V0KHRoaXMuc3RhdHVzUmVhc29uQ29udHJvbE5hbWUpLnZhbHVlKSB7XG4gICAgICB0aGlzLnN0YXR1c1JlYXNvbk5vdEVudGVyZWRFcnJvck1lc3NhZ2UgPSBDb25maXJtU3RhdHVzRXJyb3JNZXNzYWdlLlNUQVRVU19SRUFTT05fTk9UX0VOVEVSRUQ7XG4gICAgICB0aGlzLmVycm9yTWVzc2FnZXMucHVzaCh7XG4gICAgICAgIHRpdGxlOiAnJyxcbiAgICAgICAgZGVzY3JpcHRpb246IENvbmZpcm1TdGF0dXNFcnJvck1lc3NhZ2UuU1RBVFVTX1JFQVNPTl9OT1RfRU5URVJFRCxcbiAgICAgICAgZmllbGRJZDogdGhpcy5zdGF0dXNSZWFzb25Db250cm9sTmFtZVxuICAgICAgfSk7XG4gICAgfVxuICAgIGlmICh0aGlzLmZvcm1Hcm91cC5nZXQodGhpcy5zdGF0dXNSZWFzb25Db250cm9sTmFtZSkudmFsdWUgJiZcbiAgICAgIHRoaXMuZm9ybUdyb3VwLmdldCh0aGlzLnN0YXR1c1JlYXNvbkNvbnRyb2xOYW1lKS52YWx1ZS5sZW5ndGggPiB0aGlzLnJlYXNvbk1heENoYXJMaW1pdCkge1xuICAgICAgdGhpcy5zdGF0dXNSZWFzb25DaGFyTGltaXRFcnJvck1lc3NhZ2UgPSBDb25maXJtU3RhdHVzRXJyb3JNZXNzYWdlLlNUQVRVU19SRUFTT05fQ0hBUl9MSU1JVF9FWENFRURFRDtcbiAgICAgIHRoaXMuZXJyb3JNZXNzYWdlcy5wdXNoKHtcbiAgICAgICAgdGl0bGU6ICcnLFxuICAgICAgICBkZXNjcmlwdGlvbjogQ29uZmlybVN0YXR1c0Vycm9yTWVzc2FnZS5TVEFUVVNfUkVBU09OX0NIQVJfTElNSVRfRVhDRUVERUQsXG4gICAgICAgIGZpZWxkSWQ6IHRoaXMuc3RhdHVzUmVhc29uQ29udHJvbE5hbWVcbiAgICAgIH0pO1xuICAgIH1cbiAgfVxufVxuIiwiPG5nLWNvbnRhaW5lciBbZm9ybUdyb3VwXT1cImZvcm1Hcm91cFwiPlxuICA8ZGl2IGNsYXNzPVwiZ292dWstY2hhcmFjdGVyLWNvdW50XCIgZGF0YS1tb2R1bGU9XCJnb3Z1ay1jaGFyYWN0ZXItY291bnRcIiBkYXRhLW1heGxlbmd0aD1cIjIwMFwiPlxuICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1mb3JtLWdyb3VwXCIgW25nQ2xhc3NdPVwieydmb3JtLWdyb3VwLWVycm9yJzogZXJyb3JNZXNzYWdlcy5sZW5ndGggPiAwfVwiPlxuICAgICAgPGZpZWxkc2V0IGNsYXNzPVwiZ292dWstZmllbGRzZXRcIiBhcmlhLWRlc2NyaWJlZGJ5PVwiY29uZmlybS1mbGFnLXN0YXR1cy1oZWFkaW5nXCI+XG4gICAgICAgIDxsZWdlbmQgY2xhc3M9XCJnb3Z1ay1maWVsZHNldF9fbGVnZW5kIGdvdnVrLWZpZWxkc2V0X19sZWdlbmQtLW1cIj5cbiAgICAgICAgICA8aDEgaWQ9XCJjb25maXJtLWZsYWctc3RhdHVzLWhlYWRpbmdcIiBjbGFzcz1cImdvdnVrLWZpZWxkc2V0X19oZWFkaW5nXCI+XG4gICAgICAgICAgICB7e2NvbmZpcm1GbGFnU3RhdHVzVGl0bGUgfCBycHhUcmFuc2xhdGV9fVxuICAgICAgICAgIDwvaDE+XG4gICAgICAgIDwvbGVnZW5kPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcmFkaW9zIGdvdnVrLXJhZGlvcy0tY29uZGl0aW9uYWwgZ292dWstIS1tYXJnaW4tYm90dG9tLTRcIiBkYXRhLW1vZHVsZT1cImdvdnVrLXJhZGlvc1wiIGlkPVwiY29uZGl0aW9uYWwtcmFkaW9zLWxpc3RcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcmFkaW9zX19pdGVtXCIgKm5nRm9yPVwibGV0IHN0YXR1cyBvZiBmbGFnQ3JlYXRpb25TdGF0dXNlczsgaW5kZXggYXMgaVwiPlxuICAgICAgICAgICAgPGlucHV0IGNsYXNzPVwiZ292dWstcmFkaW9zX19pbnB1dFwiIGlkPVwiZmxhZy1zdGF0dXMte3tpfX1cIiBbbmFtZV09XCJzZWxlY3RlZFN0YXR1c0NvbnRyb2xOYW1lXCJcbiAgICAgICAgICAgICAgdHlwZT1cInJhZGlvXCIgW3ZhbHVlXT1cInN0YXR1c1wiIFtmb3JtQ29udHJvbE5hbWVdPVwic2VsZWN0ZWRTdGF0dXNDb250cm9sTmFtZVwiLz5cbiAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImdvdnVrLWxhYmVsIGdvdnVrLXJhZGlvc19fbGFiZWxcIiBmb3I9XCJmbGFnLXN0YXR1cy17e2l9fVwiPlxuICAgICAgICAgICAgICB7e2Nhc2VGbGFnU3RhdHVzRW51bVtzdGF0dXNdIHwgcnB4VHJhbnNsYXRlfX1cbiAgICAgICAgICAgIDwvbGFiZWw+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9maWVsZHNldD5cbiAgICAgIDxkaXYgaWQ9XCJzdGF0dXMtcmVhc29uLWhpbnRcIiBjbGFzcz1cImdvdnVrLWhpbnRcIj5cbiAgICAgICAge3tzdGF0dXNSZWFzb25IaW50IHwgcnB4VHJhbnNsYXRlfX1cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBpZD1cInN0YXR1cy1yZWFzb24tbm90LWVudGVyZWQtZXJyb3ItbWVzc2FnZVwiIGNsYXNzPVwiZ292dWstZXJyb3ItbWVzc2FnZVwiXG4gICAgICAgICpuZ0lmPVwic3RhdHVzUmVhc29uTm90RW50ZXJlZEVycm9yTWVzc2FnZVwiPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImdvdnVrLXZpc3VhbGx5LWhpZGRlblwiPnt7J0Vycm9yOicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj4ge3tzdGF0dXNSZWFzb25Ob3RFbnRlcmVkRXJyb3JNZXNzYWdlIHwgcnB4VHJhbnNsYXRlfX1cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBpZD1cInN0YXR1cy1yZWFzb24tY2hhci1saW1pdC1lcnJvclwiIGNsYXNzPVwiZ292dWstZXJyb3ItbWVzc2FnZVwiXG4gICAgICAgICpuZ0lmPVwic3RhdHVzUmVhc29uQ2hhckxpbWl0RXJyb3JNZXNzYWdlXCI+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiZ292dWstdmlzdWFsbHktaGlkZGVuXCI+e3snRXJyb3I6JyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPiB7e3N0YXR1c1JlYXNvbkNoYXJMaW1pdEVycm9yTWVzc2FnZSB8IHJweFRyYW5zbGF0ZX19XG4gICAgICA8L2Rpdj5cbiAgICAgIDx0ZXh0YXJlYSBjbGFzcz1cImdvdnVrLXRleHRhcmVhXCIgW2lkXT1cInN0YXR1c1JlYXNvbkNvbnRyb2xOYW1lXCJcbiAgICAgICAgW25hbWVdPVwic3RhdHVzUmVhc29uQ29udHJvbE5hbWVcIiBbZm9ybUNvbnRyb2xOYW1lXT1cInN0YXR1c1JlYXNvbkNvbnRyb2xOYW1lXCIgcm93cz1cIjVcIlxuICAgICAgICBhcmlhLWRlc2NyaWJlZGJ5PVwic3RhdHVzLXJlYXNvbi1oaW50IHN0YXR1cy1yZWFzb24tY2hhci1saW1pdC1pbmZvXCI+PC90ZXh0YXJlYT5cbiAgICAgIDxkaXYgaWQ9XCJzdGF0dXMtcmVhc29uLWNoYXItbGltaXQtaW5mb1wiIGNsYXNzPVwiZ292dWstaGludCBnb3Z1ay1jaGFyYWN0ZXItY291bnRfX21lc3NhZ2VcIiBhcmlhLWxpdmU9XCJwb2xpdGVcIj5cbiAgICAgICAge3tzdGF0dXNSZWFzb25DaGFyTGltaXRJbmZvIHwgcnB4VHJhbnNsYXRlfX1cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvbmctY29udGFpbmVyPlxuXG48ZGl2IGNsYXNzPVwiZ292dWstYnV0dG9uLWdyb3VwXCI+XG4gIDxidXR0b24gY2xhc3M9XCJidXR0b24gYnV0dG9uLXByaW1hcnlcIiB0eXBlPVwiYnV0dG9uXCIgKGNsaWNrKT1cIm9uTmV4dCgpXCI+e3snTmV4dCcgfCBycHhUcmFuc2xhdGV9fTwvYnV0dG9uPlxuPC9kaXY+XG4iXX0=
|
|
@@ -6,4 +6,7 @@ export * from './search-language-interpreter/search-language-interpreter.compone
|
|
|
6
6
|
export * from './select-flag-location/select-flag-location.component';
|
|
7
7
|
export * from './select-flag-type/select-flag-type.component';
|
|
8
8
|
export * from './update-flag/update-flag.component';
|
|
9
|
-
|
|
9
|
+
export * from './update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component';
|
|
10
|
+
export * from './case-flag-summary-list/case-flag-summary-list.component';
|
|
11
|
+
export * from './confirm-flag-status/confirm-flag-status.component';
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9jYXNlLWZsYWcvY29tcG9uZW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHVDQUF1QyxDQUFDO0FBQ3RELGNBQWMsMkRBQTJELENBQUM7QUFDMUUsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMscUVBQXFFLENBQUM7QUFDcEYsY0FBYyx1REFBdUQsQ0FBQztBQUN0RSxjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYywyRkFBMkYsQ0FBQztBQUMxRyxjQUFjLDJEQUEyRCxDQUFDO0FBQzFFLGNBQWMscURBQXFELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2FkZC1jb21tZW50cy9hZGQtY29tbWVudHMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY2FzZS1mbGFnLXN1bW1hcnktbGlzdC9jYXNlLWZsYWctc3VtbWFyeS1saXN0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2Nhc2UtZmxhZy10YWJsZS9jYXNlLWZsYWctdGFibGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbWFuYWdlLWNhc2UtZmxhZ3MvbWFuYWdlLWNhc2UtZmxhZ3MuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc2VhcmNoLWxhbmd1YWdlLWludGVycHJldGVyL3NlYXJjaC1sYW5ndWFnZS1pbnRlcnByZXRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWxlY3QtZmxhZy1sb2NhdGlvbi9zZWxlY3QtZmxhZy1sb2NhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWxlY3QtZmxhZy10eXBlL3NlbGVjdC1mbGFnLXR5cGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdXBkYXRlLWZsYWcvdXBkYXRlLWZsYWcuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdXBkYXRlLWZsYWcvdXBkYXRlLWZsYWctYWRkLXRyYW5zbGF0aW9uLWZvcm0vdXBkYXRlLWZsYWctYWRkLXRyYW5zbGF0aW9uLWZvcm0uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY2FzZS1mbGFnLXN1bW1hcnktbGlzdC9jYXNlLWZsYWctc3VtbWFyeS1saXN0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbmZpcm0tZmxhZy1zdGF0dXMvY29uZmlybS1mbGFnLXN0YXR1cy5jb21wb25lbnQnO1xuIl19
|