@hmcts/ccd-case-ui-toolkit 6.16.0-EXUI-343 → 6.16.0-QM-respond-CYA-UI-changes
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 +9667 -4397
- 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/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 +13 -15
- 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 +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +43 -30
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +20 -18
- 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 +2 -2
- 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 +244 -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-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 +23 -16
- 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/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 +186 -83
- 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 +16 -12
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +165 -0
- package/esm2015/lib/shared/components/palette/query-management/components/index.js +14 -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 +111 -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 +270 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-details/query-details.component.js +220 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +146 -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 +131 -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/index.js +9 -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/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 +83 -0
- package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +22 -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/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 +102 -80
- 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/directives/conditional-show/conditional-show-form.directive.js +2 -2
- package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +4 -1
- 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/fields/fields.utils.js +22 -1
- package/esm2015/lib/shared/services/form/form-value.service.js +37 -43
- package/esm2015/lib/shared/services/request/request.options.builder.js +7 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +11346 -6588
- 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/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/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.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/dynamic-radio-list/write-dynamic-radio-list-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/palette.module.d.ts +137 -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 +14 -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 +14 -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 +15 -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 +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 +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/index.d.ts +9 -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/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 +23 -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 +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 +12 -0
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -0
- 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.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/directives/conditional-show/services/condition-parser.service.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/fields/fields.utils.d.ts +16 -0
- package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
- package/lib/shared/services/form/form-value.service.d.ts +14 -13
- package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
- package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markdown-component.module.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/markdown/markdown-component.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAea,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
|
|
@@ -4,125 +4,145 @@ import * as i2 from "./fixed-radio-list/fixed-radio-list.pipe";
|
|
|
4
4
|
import * as i3 from "./dynamic-list/dynamic-list.pipe";
|
|
5
5
|
import * as i4 from "./dynamic-radio-list/dynamic-radio-list.pipe";
|
|
6
6
|
import * as i5 from "./document/document-url.pipe";
|
|
7
|
-
import * as i6 from "./case-flag/
|
|
8
|
-
import * as i7 from "./case-flag/
|
|
9
|
-
import * as i8 from "./case-flag/
|
|
10
|
-
import * as i9 from "./case-flag/
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
import * as i18 from "./
|
|
20
|
-
import * as i19 from "./
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./
|
|
24
|
-
import * as i23 from "./
|
|
25
|
-
import * as i24 from "./
|
|
26
|
-
import * as i25 from "./
|
|
27
|
-
import * as i26 from "./
|
|
28
|
-
import * as i27 from "./
|
|
29
|
-
import * as i28 from "./
|
|
30
|
-
import * as i29 from "./
|
|
31
|
-
import * as i30 from "./
|
|
32
|
-
import * as i31 from "./
|
|
33
|
-
import * as i32 from "./
|
|
34
|
-
import * as i33 from "./
|
|
35
|
-
import * as i34 from "./
|
|
36
|
-
import * as i35 from "./
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./
|
|
39
|
-
import * as i38 from "./
|
|
40
|
-
import * as i39 from "./
|
|
41
|
-
import * as i40 from "./
|
|
42
|
-
import * as i41 from "./
|
|
43
|
-
import * as i42 from "./
|
|
44
|
-
import * as i43 from "./
|
|
45
|
-
import * as i44 from "./
|
|
46
|
-
import * as i45 from "./
|
|
47
|
-
import * as i46 from "./
|
|
48
|
-
import * as i47 from "./
|
|
49
|
-
import * as i48 from "./
|
|
50
|
-
import * as i49 from "./case-
|
|
51
|
-
import * as i50 from "./
|
|
52
|
-
import * as i51 from "./
|
|
53
|
-
import * as i52 from "./
|
|
54
|
-
import * as i53 from "./complex/
|
|
55
|
-
import * as i54 from "./
|
|
56
|
-
import * as i55 from "./
|
|
57
|
-
import * as i56 from "./
|
|
58
|
-
import * as i57 from "./
|
|
59
|
-
import * as i58 from "./
|
|
60
|
-
import * as i59 from "./
|
|
61
|
-
import * as i60 from "./
|
|
62
|
-
import * as i61 from "./
|
|
63
|
-
import * as i62 from "./
|
|
64
|
-
import * as i63 from "./
|
|
65
|
-
import * as i64 from "./
|
|
66
|
-
import * as i65 from "./
|
|
67
|
-
import * as i66 from "./
|
|
68
|
-
import * as i67 from "./
|
|
69
|
-
import * as i68 from "./
|
|
70
|
-
import * as i69 from "./
|
|
71
|
-
import * as i70 from "./
|
|
72
|
-
import * as i71 from "./
|
|
73
|
-
import * as i72 from "./
|
|
74
|
-
import * as i73 from "./
|
|
75
|
-
import * as i74 from "./
|
|
76
|
-
import * as i75 from "./
|
|
77
|
-
import * as i76 from "./
|
|
78
|
-
import * as i77 from "./
|
|
79
|
-
import * as i78 from "./
|
|
80
|
-
import * as i79 from "./
|
|
81
|
-
import * as i80 from "./
|
|
82
|
-
import * as i81 from "./case-
|
|
83
|
-
import * as i82 from "./
|
|
84
|
-
import * as i83 from "./
|
|
85
|
-
import * as i84 from "./case-
|
|
86
|
-
import * as i85 from "./case-
|
|
87
|
-
import * as i86 from "./case-
|
|
88
|
-
import * as i87 from "./case-
|
|
89
|
-
import * as i88 from "./case-
|
|
90
|
-
import * as i89 from "./
|
|
91
|
-
import * as i90 from "./
|
|
92
|
-
import * as i91 from "./
|
|
93
|
-
import * as i92 from "./
|
|
94
|
-
import * as i93 from "./
|
|
95
|
-
import * as i94 from "./linked-cases/components/
|
|
96
|
-
import * as i95 from "./linked-cases/components/
|
|
97
|
-
import * as i96 from "
|
|
98
|
-
import * as i97 from "
|
|
99
|
-
import * as i98 from "
|
|
100
|
-
import * as i99 from "
|
|
101
|
-
import * as i100 from "./
|
|
102
|
-
import * as i101 from "
|
|
103
|
-
import * as i102 from "
|
|
104
|
-
import * as i103 from "
|
|
105
|
-
import * as i104 from "
|
|
106
|
-
import * as i105 from "
|
|
107
|
-
import * as i106 from "
|
|
108
|
-
import * as i107 from "
|
|
109
|
-
import * as i108 from "
|
|
110
|
-
import * as i109 from "
|
|
111
|
-
import * as i110 from "
|
|
112
|
-
import * as i111 from "
|
|
113
|
-
import * as i112 from "
|
|
114
|
-
import * as i113 from "
|
|
115
|
-
import * as i114 from "@angular/
|
|
116
|
-
import * as i115 from "@angular/
|
|
117
|
-
import * as i116 from "@angular/
|
|
118
|
-
import * as i117 from "
|
|
119
|
-
import * as i118 from "
|
|
120
|
-
import * as i119 from "
|
|
121
|
-
import * as i120 from "
|
|
122
|
-
import * as i121 from "
|
|
7
|
+
import * as i6 from "./case-flag/pipes/flag-field-display.pipe";
|
|
8
|
+
import * as i7 from "./case-flag/pipes/language-interpreter-display.pipe";
|
|
9
|
+
import * as i8 from "./case-flag/pipes/manage-case-flags-label-display.pipe";
|
|
10
|
+
import * as i9 from "./case-flag/pipes/update-flag-title-display.pipe";
|
|
11
|
+
import * as i10 from "./unsupported-field.component";
|
|
12
|
+
import * as i11 from "./datetime-picker/datetime-picker.component";
|
|
13
|
+
import * as i12 from "./waystopay/waystopay-field.component";
|
|
14
|
+
import * as i13 from "./base-field/field-read.component";
|
|
15
|
+
import * as i14 from "./base-field/field-write.component";
|
|
16
|
+
import * as i15 from "./base-field/field-read-label.component";
|
|
17
|
+
import * as i16 from "./label/label-field.component";
|
|
18
|
+
import * as i17 from "./payment/case-payment-history-viewer-field.component";
|
|
19
|
+
import * as i18 from "./money-gbp/money-gbp-input.component";
|
|
20
|
+
import * as i19 from "./history/case-history-viewer-field.component";
|
|
21
|
+
import * as i20 from "./history/event-log/event-log.component";
|
|
22
|
+
import * as i21 from "./history/event-log/event-log-details.component";
|
|
23
|
+
import * as i22 from "./history/event-log/event-log-table.component";
|
|
24
|
+
import * as i23 from "./text/read-text-field.component";
|
|
25
|
+
import * as i24 from "./text-area/read-text-area-field.component";
|
|
26
|
+
import * as i25 from "./number/read-number-field.component";
|
|
27
|
+
import * as i26 from "./email/read-email-field.component";
|
|
28
|
+
import * as i27 from "./phone-uk/read-phone-uk-field.component";
|
|
29
|
+
import * as i28 from "./date/read-date-field.component";
|
|
30
|
+
import * as i29 from "./collection/read-collection-field.component";
|
|
31
|
+
import * as i30 from "./document/read-document-field.component";
|
|
32
|
+
import * as i31 from "./judicial-user/read-judicial-user-field.component";
|
|
33
|
+
import * as i32 from "./yes-no/read-yes-no-field.component";
|
|
34
|
+
import * as i33 from "./organisation/read-organisation-field.component";
|
|
35
|
+
import * as i34 from "./organisation/read-organisation-field-table.component";
|
|
36
|
+
import * as i35 from "./organisation/read-organisation-field-raw.component";
|
|
37
|
+
import * as i36 from "./order-summary/read-order-summary-field.component";
|
|
38
|
+
import * as i37 from "./order-summary/read-order-summary-row.component";
|
|
39
|
+
import * as i38 from "./money-gbp/read-money-gbp-field.component";
|
|
40
|
+
import * as i39 from "./multi-select-list/read-multi-select-list-field.component";
|
|
41
|
+
import * as i40 from "./dynamic-list/read-dynamic-list-field.component";
|
|
42
|
+
import * as i41 from "./fixed-list/read-fixed-list-field.component";
|
|
43
|
+
import * as i42 from "./fixed-radio-list/read-fixed-radio-list-field.component";
|
|
44
|
+
import * as i43 from "./dynamic-radio-list/read-dynamic-radio-list-field.component";
|
|
45
|
+
import * as i44 from "./case-link/read-case-link-field.component";
|
|
46
|
+
import * as i45 from "./complex/read-complex-field.component";
|
|
47
|
+
import * as i46 from "./complex/read-complex-field-raw.component";
|
|
48
|
+
import * as i47 from "./complex/read-complex-field-table.component";
|
|
49
|
+
import * as i48 from "./complex/read-complex-field-collection-table.component";
|
|
50
|
+
import * as i49 from "./case-flag/read-case-flag-field.component";
|
|
51
|
+
import * as i50 from "./linked-cases/read-linked-cases-field.component";
|
|
52
|
+
import * as i51 from "./judicial-user/write-judicial-user-field.component";
|
|
53
|
+
import * as i52 from "./address/write-address-field.component";
|
|
54
|
+
import * as i53 from "./complex/write-complex-field.component";
|
|
55
|
+
import * as i54 from "./organisation/write-organisation-complex-field.component";
|
|
56
|
+
import * as i55 from "./document/write-document-field.component";
|
|
57
|
+
import * as i56 from "./dynamic-list/write-dynamic-list-field.component";
|
|
58
|
+
import * as i57 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
|
|
59
|
+
import * as i58 from "./text/write-text-field.component";
|
|
60
|
+
import * as i59 from "./date/write-date-container-field.component";
|
|
61
|
+
import * as i60 from "./text-area/write-text-area-field.component";
|
|
62
|
+
import * as i61 from "./phone-uk/write-phone-uk-field.component";
|
|
63
|
+
import * as i62 from "./number/write-number-field.component";
|
|
64
|
+
import * as i63 from "./email/write-email-field.component";
|
|
65
|
+
import * as i64 from "./date/write-date-field.component";
|
|
66
|
+
import * as i65 from "./case-flag/write-case-flag-field.component";
|
|
67
|
+
import * as i66 from "./linked-cases/write-linked-cases-field.component";
|
|
68
|
+
import * as i67 from "./yes-no/write-yes-no-field.component";
|
|
69
|
+
import * as i68 from "./organisation/write-organisation-field.component";
|
|
70
|
+
import * as i69 from "./order-summary/write-order-summary-field.component";
|
|
71
|
+
import * as i70 from "./money-gbp/write-money-gbp-field.component";
|
|
72
|
+
import * as i71 from "./multi-select-list/write-multi-select-list-field.component";
|
|
73
|
+
import * as i72 from "./fixed-list/write-fixed-list-field.component";
|
|
74
|
+
import * as i73 from "./fixed-radio-list/write-fixed-radio-list-field.component";
|
|
75
|
+
import * as i74 from "./case-link/write-case-link-field.component";
|
|
76
|
+
import * as i75 from "./collection/write-collection-field.component";
|
|
77
|
+
import * as i76 from "./case-file-view/case-file-view-field.component";
|
|
78
|
+
import * as i77 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
|
|
79
|
+
import * as i78 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
|
|
80
|
+
import * as i79 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
|
|
81
|
+
import * as i80 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
|
|
82
|
+
import * as i81 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
|
|
83
|
+
import * as i82 from "./dynamic-multi-select-list/write-dynamic-multi-select-list-field.component";
|
|
84
|
+
import * as i83 from "./dynamic-multi-select-list/read-dynamic-multi-select-list-field.component";
|
|
85
|
+
import * as i84 from "./case-flag/components/case-flag-table/case-flag-table.component";
|
|
86
|
+
import * as i85 from "./case-flag/components/select-flag-type/select-flag-type.component";
|
|
87
|
+
import * as i86 from "./case-flag/components/search-language-interpreter/search-language-interpreter.component";
|
|
88
|
+
import * as i87 from "./case-flag/components/select-flag-location/select-flag-location.component";
|
|
89
|
+
import * as i88 from "./case-flag/components/manage-case-flags/manage-case-flags.component";
|
|
90
|
+
import * as i89 from "./case-flag/components/add-comments/add-comments.component";
|
|
91
|
+
import * as i90 from "./case-flag/components/update-flag/update-flag.component";
|
|
92
|
+
import * as i91 from "./case-flag/components/case-flag-summary-list/case-flag-summary-list.component";
|
|
93
|
+
import * as i92 from "./case-flag/components/confirm-flag-status/confirm-flag-status.component";
|
|
94
|
+
import * as i93 from "./case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component";
|
|
95
|
+
import * as i94 from "./linked-cases/components/linked-cases-table/linked-cases-to-table.component";
|
|
96
|
+
import * as i95 from "./linked-cases/components/linked-cases-table/linked-cases-from-table.component";
|
|
97
|
+
import * as i96 from "./linked-cases/components/before-you-start/before-you-start.component";
|
|
98
|
+
import * as i97 from "./linked-cases/components/link-cases/link-cases.component";
|
|
99
|
+
import * as i98 from "./linked-cases/components/check-your-answers/check-your-answers.component";
|
|
100
|
+
import * as i99 from "./linked-cases/components/unlink-cases/unlink-cases.component";
|
|
101
|
+
import * as i100 from "./linked-cases/components/no-linked-cases/no-linked-cases.component";
|
|
102
|
+
import * as i101 from "./query-management/read-query-management-field.component";
|
|
103
|
+
import * as i102 from "./query-management/components/query-details/query-details.component";
|
|
104
|
+
import * as i103 from "./query-management/components/query-list/query-list.component";
|
|
105
|
+
import * as i104 from "./query-management/components/query-details-table/query-details-table.component";
|
|
106
|
+
import * as i105 from "./query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component";
|
|
107
|
+
import * as i106 from "./query-management/components/query-write/query-write-raise-query/query-write-raise-query.component";
|
|
108
|
+
import * as i107 from "./query-management/components/query-case-details-header/query-case-details-header.component";
|
|
109
|
+
import * as i108 from "./query-management/components/query-check-your-answers/query-check-your-answers.component";
|
|
110
|
+
import * as i109 from "./query-management/components/query-write/query-write-add-documents/query-write-add-documents.component";
|
|
111
|
+
import * as i110 from "./query-management/components/query-write/query-write-date-input/query-write-date-input.component";
|
|
112
|
+
import * as i111 from "./query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component";
|
|
113
|
+
import * as i112 from "./query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component";
|
|
114
|
+
import * as i113 from "./query-management/components/query-attachments-read/query-attachments-read.component";
|
|
115
|
+
import * as i114 from "@angular/common";
|
|
116
|
+
import * as i115 from "@angular/router";
|
|
117
|
+
import * as i116 from "@angular/forms";
|
|
118
|
+
import * as i117 from "../../commons/case-edit-data/case-edit-data.module";
|
|
119
|
+
import * as i118 from "./utils/utils.module";
|
|
120
|
+
import * as i119 from "../../pipes/pipes.module";
|
|
121
|
+
import * as i120 from "../../../components/banners/banners.module";
|
|
122
|
+
import * as i121 from "../../../components/header/headers.module";
|
|
123
|
+
import * as i122 from "../../../components/footer/footers.module";
|
|
124
|
+
import * as i123 from "../../../components/body/body.module";
|
|
125
|
+
import * as i124 from "../../../components/form/form.module";
|
|
126
|
+
import * as i125 from "../../../components/tabs/tabs.module";
|
|
127
|
+
import * as i126 from "../../directives/substitutor/label-substitutor.module";
|
|
128
|
+
import * as i127 from "ngx-md";
|
|
129
|
+
import * as i128 from "@angular-material-components/datetime-picker";
|
|
130
|
+
import * as i129 from "@angular/material/form-field";
|
|
131
|
+
import * as i130 from "@angular/material/input";
|
|
132
|
+
import * as i131 from "@angular/material/datepicker";
|
|
133
|
+
import * as i132 from "@angular/material/autocomplete";
|
|
134
|
+
import * as i133 from "@angular/cdk/tree";
|
|
135
|
+
import * as i134 from "@angular/cdk/overlay";
|
|
136
|
+
import * as i135 from "@hmcts/ccpay-web-component";
|
|
137
|
+
import * as i136 from "@nicky-lenaers/ngx-scroll-to";
|
|
138
|
+
import * as i137 from "@angular/material/dialog";
|
|
139
|
+
import * as i138 from "@hmcts/media-viewer";
|
|
140
|
+
import * as i139 from "../../services/loading/loading.module";
|
|
141
|
+
import * as i140 from "rpx-xui-translation";
|
|
142
|
+
import * as i141 from "./markdown/markdown-component.module";
|
|
123
143
|
export declare class PaletteModule {
|
|
124
144
|
static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
|
|
125
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i65.WriteTextFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i67.WriteTextAreaFieldComponent, typeof i68.WritePhoneUKFieldComponent, typeof i69.WriteNumberFieldComponent, typeof i70.WriteEmailFieldComponent, typeof i71.WriteDateFieldComponent, typeof i72.WriteCaseFlagFieldComponent, typeof i73.WriteLinkedCasesFieldComponent, typeof i74.WriteYesNoFieldComponent, typeof i75.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i76.WriteOrderSummaryFieldComponent, typeof i77.WriteMoneyGbpFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i78.WriteMultiSelectListFieldComponent, typeof i79.WriteFixedListFieldComponent, typeof i80.WriteFixedRadioListFieldComponent, typeof i81.WriteCaseLinkFieldComponent, typeof i82.WriteCollectionFieldComponent, typeof i83.CaseFileViewFieldComponent, typeof i84.CaseFileViewFolderComponent, typeof i85.CaseFileViewFolderSortComponent, typeof i86.CaseFileViewOverlayMenuComponent, typeof i87.CaseFileViewFolderDocumentActionsComponent, typeof i88.CaseFileViewFolderSelectorComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i89.LinkedCasesToTableComponent, typeof i90.LinkedCasesFromTableComponent, typeof i91.BeforeYouStartComponent, typeof i92.LinkCasesComponent, typeof i93.CheckYourAnswersComponent, typeof i94.UnLinkCasesComponent, typeof i95.NoLinkedCasesComponent], [typeof i96.CommonModule, typeof i97.RouterModule, typeof i98.FormsModule, typeof i98.ReactiveFormsModule, typeof i99.CaseEditDataModule, typeof i100.PaletteUtilsModule, typeof i101.PipesModule, typeof i102.BannersModule, typeof i103.HeadersModule, typeof i104.FootersModule, typeof i105.BodyModule, typeof i106.FormModule, typeof i107.TabsModule, typeof i108.LabelSubstitutorModule, typeof i109.NgxMdModule, typeof i110.NgxMatDatetimePickerModule, typeof i110.NgxMatTimepickerModule, typeof i110.NgxMatNativeDateModule, typeof i111.MatFormFieldModule, typeof i112.MatInputModule, typeof i113.MatDatepickerModule, typeof i114.MatAutocompleteModule, typeof i115.CdkTreeModule, typeof i116.OverlayModule, typeof i117.PaymentLibModule, typeof i118.ScrollToModule, typeof i119.MatDialogModule, typeof i120.MediaViewerModule, typeof i121.LoadingModule], [typeof i110.NgxMatDatetimePickerModule, typeof i110.NgxMatNativeDateModule, typeof i110.NgxMatTimepickerModule, typeof i107.TabsModule, typeof i100.PaletteUtilsModule, typeof i101.PipesModule, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i65.WriteTextFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i67.WriteTextAreaFieldComponent, typeof i68.WritePhoneUKFieldComponent, typeof i69.WriteNumberFieldComponent, typeof i70.WriteEmailFieldComponent, typeof i71.WriteDateFieldComponent, typeof i72.WriteCaseFlagFieldComponent, typeof i73.WriteLinkedCasesFieldComponent, typeof i74.WriteYesNoFieldComponent, typeof i75.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i76.WriteOrderSummaryFieldComponent, typeof i77.WriteMoneyGbpFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i78.WriteMultiSelectListFieldComponent, typeof i79.WriteFixedListFieldComponent, typeof i80.WriteFixedRadioListFieldComponent, typeof i81.WriteCaseLinkFieldComponent, typeof i82.WriteCollectionFieldComponent, typeof i83.CaseFileViewFieldComponent, typeof i84.CaseFileViewFolderComponent, typeof i85.CaseFileViewFolderSortComponent, typeof i86.CaseFileViewOverlayMenuComponent, typeof i87.CaseFileViewFolderDocumentActionsComponent, typeof i88.CaseFileViewFolderSelectorComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i89.LinkedCasesToTableComponent, typeof i90.LinkedCasesFromTableComponent, typeof i91.BeforeYouStartComponent, typeof i92.LinkCasesComponent, typeof i93.CheckYourAnswersComponent, typeof i94.UnLinkCasesComponent, typeof i95.NoLinkedCasesComponent]>;
|
|
145
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.FlagFieldDisplayPipe, typeof i7.LanguageInterpreterDisplayPipe, typeof i8.ManageCaseFlagsLabelDisplayPipe, typeof i9.UpdateFlagTitleDisplayPipe, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.QueryDetailsComponent, typeof i103.QueryListComponent, typeof i104.QueryDetailsTableComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent], [typeof i114.CommonModule, typeof i115.RouterModule, typeof i116.FormsModule, typeof i116.ReactiveFormsModule, typeof i117.CaseEditDataModule, typeof i118.PaletteUtilsModule, typeof i119.PipesModule, typeof i120.BannersModule, typeof i121.HeadersModule, typeof i122.FootersModule, typeof i123.BodyModule, typeof i124.FormModule, typeof i125.TabsModule, typeof i126.LabelSubstitutorModule, typeof i127.NgxMdModule, typeof i128.NgxMatDatetimePickerModule, typeof i128.NgxMatTimepickerModule, typeof i128.NgxMatNativeDateModule, typeof i129.MatFormFieldModule, typeof i130.MatInputModule, typeof i131.MatDatepickerModule, typeof i132.MatAutocompleteModule, typeof i133.CdkTreeModule, typeof i134.OverlayModule, typeof i135.PaymentLibModule, typeof i136.ScrollToModule, typeof i137.MatDialogModule, typeof i138.MediaViewerModule, typeof i139.LoadingModule, typeof i140.RpxTranslationModule, typeof i141.MarkdownComponentModule], [typeof i128.NgxMatDatetimePickerModule, typeof i128.NgxMatNativeDateModule, typeof i128.NgxMatTimepickerModule, typeof i125.TabsModule, typeof i118.PaletteUtilsModule, typeof i119.PipesModule, typeof i141.MarkdownComponentModule, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.QueryDetailsComponent, typeof i103.QueryListComponent, typeof i104.QueryDetailsTableComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent]>;
|
|
126
146
|
static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
|
|
127
147
|
}
|
|
128
148
|
//# sourceMappingURL=palette.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8QA,qBAyEa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;
|
|
1
|
+
{"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAuDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAIxC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAqE7E,OAAO,CAAC,6BAA6B;iCA5E1B,cAAc;qCAAd,cAAc;CA6F1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/__mocks__/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,eAAO,MAAM,qBAAqB,EAAE,kBAAkB,EAmKrD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from './qualifying-questions/qualifying-question-detail/qualifying-question-detail.component';
|
|
2
|
+
export * from './qualifying-questions/qualifying-question-options/qualifying-question-options.component';
|
|
3
|
+
export * from './query-case-details-header/query-case-details-header.component';
|
|
4
|
+
export * from './query-check-your-answers/query-check-your-answers.component';
|
|
5
|
+
export * from './query-details-table/query-details-table.component';
|
|
6
|
+
export * from './query-details/query-details.component';
|
|
7
|
+
export * from './query-list/query-list.component';
|
|
8
|
+
export * from './query-write/query-write-date-input/query-write-date-input.component';
|
|
9
|
+
export * from './query-write/query-write-add-documents/query-write-add-documents.component';
|
|
10
|
+
export * from './query-write/query-write-date-input/query-write-date-input.component';
|
|
11
|
+
export * from './query-write/query-write-raise-query/query-write-raise-query.component';
|
|
12
|
+
export * from './query-write/query-write-respond-to-query/query-write-respond-to-query.component';
|
|
13
|
+
export * from './query-attachments-read/query-attachments-read.component';
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,wFAAwF,CAAC;AACvG,cAAc,0FAA0F,CAAC;AACzG,cAAc,iEAAiE,CAAC;AAChF,cAAc,+DAA+D,CAAC;AAC9E,cAAc,qDAAqD,CAAC;AACpE,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uEAAuE,CAAC;AACtF,cAAc,6EAA6E,CAAC;AAC5F,cAAc,uEAAuE,CAAC;AACtF,cAAc,yEAAyE,CAAC;AACxF,cAAc,mFAAmF,CAAC;AAClG,cAAc,2DAA2D,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { QualifyingQuestion } from '../../../models';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class QualifyingQuestionDetailComponent {
|
|
4
|
+
qualifyingQuestion: QualifyingQuestion;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDef<QualifyingQuestionDetailComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QualifyingQuestionDetailComponent, "ccd-qualifying-question-detail", never, { "qualifyingQuestion": "qualifyingQuestion"; }, {}, never, never>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=qualifying-question-detail.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualifying-question-detail.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;;AAErD,qBAIa,iCAAiC;IAC5B,kBAAkB,EAAE,kBAAkB,CAAC;iCAD5C,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FormControl } from '@angular/forms';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { QualifyingQuestionsErrorMessage } from '../../../enums';
|
|
4
|
+
import { QualifyingQuestion } from '../../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class QualifyingQuestionOptionsComponent {
|
|
7
|
+
qualifyingQuestionsControl: FormControl;
|
|
8
|
+
qualifyingQuestions$: Observable<QualifyingQuestion[]>;
|
|
9
|
+
qualifyingQuestionsErrorMessage: typeof QualifyingQuestionsErrorMessage;
|
|
10
|
+
get displayError(): boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDef<QualifyingQuestionOptionsComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QualifyingQuestionOptionsComponent, "ccd-qualifying-question-options", never, { "qualifyingQuestionsControl": "qualifyingQuestionsControl"; "qualifyingQuestions$": "qualifyingQuestions$"; }, {}, never, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=qualifying-question-options.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualifying-question-options.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;;AAErD,qBAIa,kCAAkC;IAC7B,0BAA0B,EAAE,WAAW,CAAC;IACxC,oBAAoB,EAAE,UAAU,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAChE,+BAA+B,yCAAmC;IAEzE,IAAW,YAAY,IAAI,OAAO,CAEjC;iCAPU,kCAAkC;2CAAlC,kCAAkC;CAQ9C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { CaseField, Document } from '../../../../../domain';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class QueryAttachmentsReadComponent implements OnChanges {
|
|
5
|
+
attachments: Document[];
|
|
6
|
+
mockCaseFieldWithAttachments: CaseField;
|
|
7
|
+
ngOnChanges(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryAttachmentsReadComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryAttachmentsReadComponent, "ccd-query-attachments-read", never, { "attachments": "attachments"; }, {}, never, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=query-attachments-read.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-attachments-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-attachments-read/query-attachments-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAqB,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAa,MAAM,uBAAuB,CAAC;;AAGvE,qBAMa,6BAA8B,YAAW,SAAS;IAC7C,WAAW,EAAE,QAAQ,EAAE,CAAC;IACjC,4BAA4B,EAAE,SAAS,CAAC;IAExC,WAAW,IAAI,IAAI;iCAJf,6BAA6B;2CAA7B,6BAA6B;CAmCzC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ActivatedRoute } from '@angular/router';
|
|
2
|
+
import { CaseView } from '../../../../../domain';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class QueryCaseDetailsHeaderComponent {
|
|
5
|
+
caseView: CaseView;
|
|
6
|
+
constructor(activatedRoute: ActivatedRoute);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryCaseDetailsHeaderComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryCaseDetailsHeaderComponent, "ccd-query-case-details-header", never, {}, {}, never, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=query-case-details-header.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-case-details-header.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;;AAEjD,qBAIa,+BAA+B;IACnC,QAAQ,EAAE,QAAQ,CAAC;gBAEd,cAAc,EAAE,cAAc;iCAH/B,+BAA+B;2CAA/B,+BAA+B;CAM3C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { QueryCreateContext, QueryListItem } from '../../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class QueryCheckYourAnswersComponent {
|
|
6
|
+
formGroup: FormGroup;
|
|
7
|
+
queryItem: QueryListItem;
|
|
8
|
+
queryCreateContext: QueryCreateContext;
|
|
9
|
+
backClicked: EventEmitter<boolean>;
|
|
10
|
+
queryCreateContextEnum: typeof QueryCreateContext;
|
|
11
|
+
goBack(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryCheckYourAnswersComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryCheckYourAnswersComponent, "ccd-query-check-your-answers", never, { "formGroup": "formGroup"; "queryItem": "queryItem"; "queryCreateContext": "queryCreateContext"; }, { "backClicked": "backClicked"; }, never, never>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=query-check-your-answers.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-check-your-answers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAEjE,qBAKa,8BAA8B;IACzB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,aAAa,CAAC;IACzB,kBAAkB,EAAE,kBAAkB,CAAC;IACtC,WAAW,wBAA+B;IACpD,sBAAsB,4BAAsB;IAE5C,MAAM,IAAI,IAAI;iCAPV,8BAA8B;2CAA9B,8BAA8B;CAU1C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { QueryListItem } from '../../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class QueryDetailsComponent {
|
|
5
|
+
query: QueryListItem;
|
|
6
|
+
backClicked: EventEmitter<boolean>;
|
|
7
|
+
onBack(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryDetailsComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryDetailsComponent, "ccd-query-details", never, { "query": "query"; }, { "backClicked": "backClicked"; }, never, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=query-details.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-details/query-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAE7C,qBAKa,qBAAqB;IAChB,KAAK,EAAE,aAAa,CAAC;IACpB,WAAW,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAElE,MAAM,IAAI,IAAI;iCAJV,qBAAqB;2CAArB,qBAAqB;CAOjC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { QueryListItem } from '../../models';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class QueryDetailsTableComponent {
|
|
4
|
+
queryItem: QueryListItem;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryDetailsTableComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryDetailsTableComponent, "ccd-query-details-table", never, { "queryItem": "queryItem"; }, {}, never, never>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=query-details-table.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-details-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAE7C,qBAKa,0BAA0B;IACrB,SAAS,EAAE,aAAa,CAAC;iCAD9B,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { PartyMessagesGroup, QueryListColumn, QueryListData, QueryListItem } from '../../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class QueryListComponent implements OnChanges {
|
|
5
|
+
partyMessageGroup: PartyMessagesGroup;
|
|
6
|
+
selectedQuery: EventEmitter<QueryListItem>;
|
|
7
|
+
queryListData: QueryListData | undefined;
|
|
8
|
+
displayedColumns: QueryListColumn[];
|
|
9
|
+
ngOnChanges(simpleChanges: SimpleChanges): void;
|
|
10
|
+
sortTable(col: QueryListColumn): void;
|
|
11
|
+
getAriaSortHeaderValue(col: QueryListColumn): 'ascending' | 'descending' | 'none';
|
|
12
|
+
showDetails(query: any): void;
|
|
13
|
+
private sort;
|
|
14
|
+
private sortDate;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryListComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryListComponent, "ccd-query-list", never, { "partyMessageGroup": "partyMessageGroup"; }, { "selectedQuery": "selectedQuery"; }, never, never>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=query-list.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-list/query-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AAEjG,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAEjG,qBAKa,kBAAmB,YAAW,SAAS;IAClC,iBAAiB,EAAE,kBAAkB,CAAC;IACrC,aAAa,EAAE,YAAY,CAAC,aAAa,CAAC,CAAsB;IAC1E,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,gBAAgB,EAAE,eAAe,EAAE,CAMxC;IAEK,WAAW,CAAC,aAAa,EAAE,aAAa;IAOxC,SAAS,CAAC,GAAG,EAAE,eAAe,GAAG,IAAI;IAcrC,sBAAsB,CAAC,GAAG,EAAE,eAAe,GAAG,WAAW,GAAG,YAAY,GAAG,MAAM;IAcjF,WAAW,CAAC,KAAK,KAAA,GAAG,IAAI;IAI/B,OAAO,CAAC,IAAI;IAYZ,OAAO,CAAC,QAAQ;iCA/DL,kBAAkB;2CAAlB,kBAAkB;CA0E9B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { CaseField, FormDocument } from '../../../../../../domain';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class QueryWriteAddDocumentsComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
6
|
+
static DOCUMENTS_FORM_CONTROL_NAME: string;
|
|
7
|
+
formGroup: FormGroup;
|
|
8
|
+
label: string;
|
|
9
|
+
hintText: string;
|
|
10
|
+
documentFormGroup: FormGroup;
|
|
11
|
+
mockDocumentCaseField: CaseField;
|
|
12
|
+
private documentFormControlSubscription;
|
|
13
|
+
documentCollectionUpdate: EventEmitter<FormDocument[]>;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryWriteAddDocumentsComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryWriteAddDocumentsComponent, "ccd-query-write-add-documents", never, { "formGroup": "formGroup"; "label": "label"; "hintText": "hintText"; }, { "documentCollectionUpdate": "documentCollectionUpdate"; }, never, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=query-write-add-documents.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-write-add-documents.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAE,SAAS,EAAa,YAAY,EAAE,MAAM,0BAA0B,CAAC;;AAG9E,qBAIa,+BAAgC,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IACtF,OAAc,2BAA2B,SAAwB;IAEjD,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAE1B,iBAAiB,YAAqB;IACtC,qBAAqB,EAAE,SAAS,CAAC;IACxC,OAAO,CAAC,+BAA+B,CAAe;IAErC,wBAAwB,+BAAuC;IAEzE,QAAQ,IAAI,IAAI;IAiChB,eAAe,IAAI,IAAI;IAevB,WAAW,IAAI,IAAI;iCA7Df,+BAA+B;2CAA/B,+BAA+B;CAgE3C"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class QueryWriteDateInputComponent implements ControlValueAccessor {
|
|
4
|
+
formControlName: string;
|
|
5
|
+
day: number;
|
|
6
|
+
month: number;
|
|
7
|
+
year: number;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
private onChange;
|
|
10
|
+
private onTouched;
|
|
11
|
+
writeValue(date: Date): void;
|
|
12
|
+
registerOnChange(fn: (value: Date) => void): void;
|
|
13
|
+
registerOnTouched(fn: () => void): void;
|
|
14
|
+
setDisabledState(isDisabled: boolean): void;
|
|
15
|
+
updateDate(): void;
|
|
16
|
+
private isValidDateInput;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryWriteDateInputComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryWriteDateInputComponent, "ccd-query-write-date-input", never, { "formControlName": "formControlName"; }, {}, never, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=query-write-date-input.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-write-date-input.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AAEzE,qBAWa,4BAA6B,YAAW,oBAAoB;IACvD,eAAe,EAAE,MAAM,CAAC;IACjC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,UAAS;IACxB,OAAO,CAAC,QAAQ,CAAwB;IACxC,OAAO,CAAC,SAAS,CAAa;IAEvB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAY5B,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK,IAAI,GAAG,IAAI;IAIjD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,UAAU,IAAI,IAAI;IASzB,OAAO,CAAC,gBAAgB;iCA1Cb,4BAA4B;2CAA5B,4BAA4B;CAiDxC"}
|