@hmcts/ccd-case-ui-toolkit 5.0.32-angular11-upgrade → 5.0.33-angular11-updgrade-welsh-release-v3
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 +6619 -2859
- 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 +7 -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-edit-confirm/case-edit-confirm.component.js +29 -25
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +90 -58
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +179 -131
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +30 -26
- 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/services/cases.service.js +28 -1
- package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +10 -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 +8 -5
- 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 +9 -2
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +100 -67
- 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-form-field.component.js +4 -2
- package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +10 -8
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +8 -14
- package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +71 -41
- package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag.model.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +2 -3
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +13 -9
- package/esm2015/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.js +125 -0
- package/esm2015/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.js +198 -0
- package/esm2015/lib/shared/components/palette/case-link/components/index.js +10 -0
- package/esm2015/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.js +493 -0
- package/esm2015/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.js +221 -0
- package/esm2015/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.js +286 -0
- package/esm2015/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.js +76 -0
- package/esm2015/lib/shared/components/palette/case-link/components/read-linked-cases.component.js +178 -0
- package/esm2015/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.js +216 -0
- package/esm2015/lib/shared/components/palette/case-link/components/write-linked-cases.component.js +260 -0
- package/esm2015/lib/shared/components/palette/case-link/domain/index.js +3 -0
- package/esm2015/lib/shared/components/palette/case-link/domain/linked-cases-state.model.js +2 -0
- package/esm2015/lib/shared/components/palette/case-link/domain/linked-cases.model.js +19 -0
- package/esm2015/lib/shared/components/palette/case-link/enums/index.js +2 -0
- package/esm2015/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.js +33 -0
- package/esm2015/lib/shared/components/palette/case-link/index.js +4 -1
- package/esm2015/lib/shared/components/palette/case-link/read-case-link-field.component.js +28 -8
- package/esm2015/lib/shared/components/palette/case-link/services/index.js +2 -0
- package/esm2015/lib/shared/components/palette/case-link/services/jurisdiction.service.js +22 -0
- package/esm2015/lib/shared/components/palette/case-link/services/linked-cases.service.js +136 -0
- package/esm2015/lib/shared/components/palette/case-link/utils/validators.utils.js +27 -0
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +82 -66
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +45 -32
- 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/write-dynamic-list-field.component.js +22 -14
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +26 -17
- package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +16 -12
- 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 +6 -2
- 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 +98 -42
- package/esm2015/lib/shared/components/palette/palette.service.js +10 -4
- package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +16 -12
- 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 +120 -89
- package/esm2015/lib/shared/components/search-result/search-result.module.js +16 -13
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +64 -46
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +13 -9
- package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +5 -1
- package/esm2015/lib/shared/pipes/index.js +2 -1
- package/esm2015/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.js +23 -0
- package/esm2015/lib/shared/pipes/link-cases-reason-code/index.js +2 -0
- package/esm2015/lib/shared/pipes/pipes.module.js +9 -5
- package/esm2015/lib/shared/services/common-data-service/common-data-service.js +22 -0
- package/esm2015/lib/shared/services/fields/fields.purger.js +128 -112
- package/esm2015/lib/shared/services/fields/fields.utils.js +11 -2
- package/esm2015/lib/shared/services/form/form-value.service.js +9 -7
- package/esm2015/lib/shared/services/jurisdiction/jurisdiction.service.js +1 -1
- package/esm2015/lib/shared/services/search/search.service.js +8 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +6029 -2592
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +4 -0
- 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.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-page/case-edit-page.component.d.ts +2 -0
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-editor.module.d.ts +3 -2
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/cases.service.d.ts +7 -0
- package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/page-validation.service.d.ts +1 -0
- package/lib/shared/components/case-editor/services/page-validation.service.d.ts.map +1 -1
- 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 +2 -2
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts +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-form-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-write.component.d.ts +2 -2
- package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +11 -5
- 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/domain/case-flag.model.d.ts +2 -0
- package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts +0 -1
- 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.map +1 -1
- package/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.d.ts +19 -0
- package/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.d.ts +18 -0
- package/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/index.d.ts +10 -0
- package/lib/shared/components/palette/case-link/components/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts +41 -0
- package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.d.ts +42 -0
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.d.ts +45 -0
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts +12 -0
- package/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/read-linked-cases.component.d.ts +37 -0
- package/lib/shared/components/palette/case-link/components/read-linked-cases.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.d.ts +38 -0
- package/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts +45 -0
- package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/domain/index.d.ts +3 -0
- package/lib/shared/components/palette/case-link/domain/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/domain/linked-cases-state.model.d.ts +12 -0
- package/lib/shared/components/palette/case-link/domain/linked-cases-state.model.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/domain/linked-cases.model.d.ts +65 -0
- package/lib/shared/components/palette/case-link/domain/linked-cases.model.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/enums/index.d.ts +2 -0
- package/lib/shared/components/palette/case-link/enums/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.d.ts +29 -0
- package/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/index.d.ts +3 -0
- package/lib/shared/components/palette/case-link/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts +3 -0
- package/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/services/index.d.ts +2 -0
- package/lib/shared/components/palette/case-link/services/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/services/jurisdiction.service.d.ts +12 -0
- package/lib/shared/components/palette/case-link/services/jurisdiction.service.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts +51 -0
- package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/utils/validators.utils.d.ts +10 -0
- package/lib/shared/components/palette/case-link/utils/validators.utils.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts +14 -3
- package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +5 -1
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +55 -45
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts +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/domain/definition/field-type-enum.model.d.ts +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
- package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
- package/lib/shared/pipes/index.d.ts +1 -0
- package/lib/shared/pipes/index.d.ts.map +1 -1
- package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts +11 -0
- package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts.map +1 -0
- package/lib/shared/pipes/link-cases-reason-code/index.d.ts +2 -0
- package/lib/shared/pipes/link-cases-reason-code/index.d.ts.map +1 -0
- 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/common-data-service/common-data-service.d.ts +29 -0
- package/lib/shared/services/common-data-service/common-data-service.d.ts.map +1 -0
- package/lib/shared/services/fields/fields.purger.d.ts +19 -12
- package/lib/shared/services/fields/fields.purger.d.ts.map +1 -1
- package/lib/shared/services/fields/fields.utils.d.ts +1 -0
- package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
- package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
- package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts.map +1 -1
- package/lib/shared/services/search/search.service.d.ts +4 -0
- package/lib/shared/services/search/search.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export declare class LinkCaseReason {
|
|
2
|
+
key: string;
|
|
3
|
+
value_en: string;
|
|
4
|
+
value_cy: string;
|
|
5
|
+
hint_text_en: string;
|
|
6
|
+
hint_text_cy: string;
|
|
7
|
+
lov_order: number;
|
|
8
|
+
parent_key: string;
|
|
9
|
+
category_key: string;
|
|
10
|
+
parent_category: string;
|
|
11
|
+
active_flag: string;
|
|
12
|
+
child_nodes: string;
|
|
13
|
+
from: string;
|
|
14
|
+
selected?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare class CCDCaseLinkType {
|
|
17
|
+
CaseReference: string;
|
|
18
|
+
CaseType: string;
|
|
19
|
+
CreatedDateTime: string;
|
|
20
|
+
ReasonForLink: LinkReason[];
|
|
21
|
+
}
|
|
22
|
+
export declare class CaseLink {
|
|
23
|
+
caseReference: string;
|
|
24
|
+
reasons: LinkReason[];
|
|
25
|
+
createdDateTime: string;
|
|
26
|
+
caseType: string;
|
|
27
|
+
caseTypeDescription: string;
|
|
28
|
+
caseState: string;
|
|
29
|
+
caseStateDescription: string;
|
|
30
|
+
caseService: string;
|
|
31
|
+
caseName: string;
|
|
32
|
+
unlink?: boolean;
|
|
33
|
+
}
|
|
34
|
+
export declare class LinkReason {
|
|
35
|
+
reasonCode: string;
|
|
36
|
+
reasonDescription?: string;
|
|
37
|
+
otherDescription?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare class LinkedCasesResponse {
|
|
40
|
+
linkedCases: CaseLinkResponse[];
|
|
41
|
+
}
|
|
42
|
+
export declare class CaseLinkResponse {
|
|
43
|
+
caseNameHmctsInternal: string;
|
|
44
|
+
caseReference: string;
|
|
45
|
+
ccdCaseType: string;
|
|
46
|
+
ccdCaseTypeDescription: string;
|
|
47
|
+
ccdJurisdiction: string;
|
|
48
|
+
state: string;
|
|
49
|
+
stateDescription: string;
|
|
50
|
+
linkDetails: [LinkDetails];
|
|
51
|
+
}
|
|
52
|
+
export declare class LinkDetails {
|
|
53
|
+
createdDateTime: Date;
|
|
54
|
+
reasons: [LinkReason];
|
|
55
|
+
}
|
|
56
|
+
export declare class Terms {
|
|
57
|
+
terms: {
|
|
58
|
+
reference: any[];
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
export declare class ESQueryType {
|
|
62
|
+
query: Terms;
|
|
63
|
+
size: number;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=linked-cases.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linked-cases.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/domain/linked-cases.model.ts"],"names":[],"mappings":"AAAA,qBAAa,cAAc;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBAAa,eAAe;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAA;IACvB,aAAa,EAAE,UAAU,EAAE,CAAC;CAC7B;AAED,qBAAa,QAAQ;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,UAAU;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,qBAAa,mBAAmB;IAC9B,WAAW,EAAE,gBAAgB,EAAE,CAAC;CACjC;AAED,qBAAa,gBAAgB;IAC3B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,CAAC,WAAW,CAAC,CAAC;CAC5B;AAED,qBAAa,WAAW;IACtB,eAAe,EAAE,IAAI,CAAC;IACtB,OAAO,EAAE,CAAC,UAAU,CAAC,CAAC;CACvB;AAED,qBAAa,KAAK;IAChB,KAAK,EAAE;QACL,SAAS,EAAE,GAAG,EAAE,CAAC;KAClB,CAAA;CACF;AAED,qBAAa,WAAW;IACtB,KAAK,EAAE,KAAK,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare enum LinkedCasesPages {
|
|
2
|
+
BEFORE_YOU_START = 0,
|
|
3
|
+
NO_LINKED_CASES = 1,
|
|
4
|
+
LINK_CASE = 2,
|
|
5
|
+
UNLINK_CASE = 3,
|
|
6
|
+
CHECK_YOUR_ANSWERS = 4
|
|
7
|
+
}
|
|
8
|
+
export declare enum LinkedCasesErrorMessages {
|
|
9
|
+
ProposedCaseWithIn = "Case can not be linked to the same case",
|
|
10
|
+
CaseNumberError = "Case numbers must have 16 digits",
|
|
11
|
+
ReasonSelectionError = "Select a reason why these cases should be linked",
|
|
12
|
+
SomethingWrong = "Something went wrong, please try again later",
|
|
13
|
+
CaseCheckAgainError = "Check the case number and try again",
|
|
14
|
+
CaseSelectionError = "You need to propose at least one case",
|
|
15
|
+
CaseProposedError = "This case has already been proposed",
|
|
16
|
+
CasesLinkedError = "These cases are already linked",
|
|
17
|
+
UnlinkCaseSelectionError = "Select a case to unlink before continue",
|
|
18
|
+
LinkCasesNavigationError = "Please select Next to link case(s)",
|
|
19
|
+
UnlinkCasesNavigationError = "Please select Next to unlink case(s)",
|
|
20
|
+
BackNavigationError = "Please select Back to go to the previous page"
|
|
21
|
+
}
|
|
22
|
+
export declare enum LinkedCasesEventTriggers {
|
|
23
|
+
LINK_CASES = "Link cases",
|
|
24
|
+
MANAGE_CASE_LINKS = "Manage case links"
|
|
25
|
+
}
|
|
26
|
+
export declare enum Patterns {
|
|
27
|
+
CASE_REF = "((([0-9]{4})(?: |-)?)){4}"
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=write-linked-cases-field.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"write-linked-cases-field.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,gBAAgB,IAAA;IAChB,eAAe,IAAA;IACf,SAAS,IAAA;IACT,WAAW,IAAA;IACX,kBAAkB,IAAA;CACnB;AAED,oBAAY,wBAAwB;IAClC,kBAAkB,4CAA4C;IAC9D,eAAe,qCAAqC;IACpD,oBAAoB,qDAAqD;IACzE,cAAc,iDAAiD;IAC/D,mBAAmB,wCAAwC;IAC3D,kBAAkB,0CAA0C;IAC5D,iBAAiB,wCAAwC;IACzD,gBAAgB,mCAAmC;IACnD,wBAAwB,4CAA4C;IACpE,wBAAwB,uCAAuC;IAC/D,0BAA0B,yCAAyC;IACnE,mBAAmB,kDAAkD;CACtE;AAED,oBAAY,wBAAwB;IAClC,UAAU,eAAe;IACzB,iBAAiB,sBAAsB;CACxC;AAED,oBAAY,QAAQ;IAClB,QAAQ,8BAA8B;CACvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
|
|
2
|
+
import { PaletteContext } from '../base-field/palette-context.enum';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ReadCaseLinkFieldComponent extends AbstractFieldReadComponent {
|
|
5
|
+
paletteContext: typeof PaletteContext;
|
|
4
6
|
hasReference(): boolean;
|
|
7
|
+
hasCaseLinkCollection(): boolean;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDef<ReadCaseLinkFieldComponent, never>;
|
|
6
9
|
static ɵcmp: i0.ɵɵComponentDefWithMeta<ReadCaseLinkFieldComponent, "ccd-read-case-link-field", never, {}, {}, never, never>;
|
|
7
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/read-case-link-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;
|
|
1
|
+
{"version":3,"file":"read-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/read-case-link-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;;AAEpE,qBAIa,0BAA2B,SAAQ,0BAA0B;IACjE,cAAc,wBAAkB;IAEhC,YAAY,IAAI,OAAO;IAIvB,qBAAqB,IAAI,OAAO;iCAP5B,0BAA0B;2CAA1B,0BAA0B;CActC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { Jurisdiction } from '../../../../domain/definition/jurisdiction.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class JurisdictionService {
|
|
6
|
+
private readonly http;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
getJurisdictions(): Observable<Jurisdiction[]>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDef<JurisdictionService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDef<JurisdictionService>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=jurisdiction.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jurisdiction.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/services/jurisdiction.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAe,MAAM,sBAAsB,CAAC;AAE/D,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;;AAEhF,qBACa,mBAAmB;IAElB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEtC,gBAAgB,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;iCAJ1C,mBAAmB;qCAAnB,mBAAmB;CAW/B"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { CaseView } from '../../../../domain/case-view';
|
|
2
|
+
import { Jurisdiction } from '../../../../domain/definition/jurisdiction.model';
|
|
3
|
+
import { SearchService } from '../../../../services';
|
|
4
|
+
import { LovRefDataModel } from '../../../../services/common-data-service/common-data-service';
|
|
5
|
+
import { CaseLink, ESQueryType } from '../domain';
|
|
6
|
+
import { JurisdictionService } from './jurisdiction.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class LinkedCasesService {
|
|
9
|
+
private readonly jurisdictionService;
|
|
10
|
+
private readonly searchService;
|
|
11
|
+
private static readonly CASE_NAME_MISSING_TEXT;
|
|
12
|
+
caseFieldValue: any[];
|
|
13
|
+
isLinkedCasesEventTrigger: boolean;
|
|
14
|
+
caseDetails: CaseView;
|
|
15
|
+
caseId: string;
|
|
16
|
+
caseName: string;
|
|
17
|
+
linkCaseReasons: LovRefDataModel[];
|
|
18
|
+
linkedCases: CaseLink[];
|
|
19
|
+
initialCaseLinks: CaseLink[];
|
|
20
|
+
editMode: boolean;
|
|
21
|
+
jurisdictionsResponse: Jurisdiction[];
|
|
22
|
+
serverJurisdictionError: boolean;
|
|
23
|
+
serverError: {
|
|
24
|
+
id: string;
|
|
25
|
+
message: string;
|
|
26
|
+
};
|
|
27
|
+
serverLinkedApiError: {
|
|
28
|
+
id: string;
|
|
29
|
+
message: string;
|
|
30
|
+
};
|
|
31
|
+
isServerReasonCodeError: boolean;
|
|
32
|
+
caseJurisdictionID: any;
|
|
33
|
+
constructor(jurisdictionService: JurisdictionService, searchService: SearchService);
|
|
34
|
+
groupLinkedCasesByCaseType: (arrObj: any, key: any) => any;
|
|
35
|
+
constructElasticSearchQuery(caseIds: any[], size: number): ESQueryType;
|
|
36
|
+
mapResponse(esSearchCasesResponse: any): {
|
|
37
|
+
caseReference: any;
|
|
38
|
+
caseName: any;
|
|
39
|
+
caseType: string;
|
|
40
|
+
service: string;
|
|
41
|
+
state: string;
|
|
42
|
+
reasons: any;
|
|
43
|
+
};
|
|
44
|
+
searchCasesByCaseIds(searchCasesResponse: any[]): import("rxjs").Observable<unknown[]>;
|
|
45
|
+
getAllLinkedCaseInformation(): void;
|
|
46
|
+
mapLookupIDToValueFromJurisdictions(fieldName: any, fieldValue: any): string;
|
|
47
|
+
getCaseName(searchCasesResponse: CaseView): string;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDef<LinkedCasesService, never>;
|
|
49
|
+
static ɵprov: i0.ɵɵInjectableDef<LinkedCasesService>;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=linked-cases.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linked-cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/services/linked-cases.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAC;AAC/F,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAc,MAAM,WAAW,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;AAE7D,qBACa,kBAAkB;IAoBjB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAnB1C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAE9D,cAAc,QAAM;IACpB,yBAAyB,UAAS;IAClC,WAAW,EAAE,QAAQ,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAM;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,gBAAgB,EAAE,QAAQ,EAAE,CAAM;IAClC,QAAQ,UAAS;IACjB,qBAAqB,EAAE,YAAY,EAAE,CAAM;IAC3C,uBAAuB,EAAE,OAAO,CAAC;IACjC,WAAW,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IACpD,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IAC7D,uBAAuB,UAAS;IAChC,kBAAkB,MAAQ;gBAEJ,mBAAmB,EAAE,mBAAmB,EACxC,aAAa,EAAE,aAAa;IAQlD,0BAA0B,iCAK/B;IAEK,2BAA2B,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,WAAW;IAWtE,WAAW,CAAC,qBAAqB,KAAA;;;;;;;;IAajC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE;IAI/C,2BAA2B;IA2C3B,mCAAmC,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAqBlE,WAAW,CAAC,mBAAmB,EAAE,QAAQ,GAAG,MAAM;iCAhI9C,kBAAkB;qCAAlB,kBAAkB;CA0I9B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ValidatorsUtils {
|
|
4
|
+
numberLengthValidator(inputLength: number): ValidatorFn;
|
|
5
|
+
formArraySelectedValidator(): ValidatorFn;
|
|
6
|
+
regexPattern(regexPattern: string): ValidatorFn;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDef<ValidatorsUtils, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDef<ValidatorsUtils>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=validators.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validators.utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/utils/validators.utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAE9D,qBACa,eAAe;IACnB,qBAAqB,CAAC,WAAW,EAAE,MAAM,GAAG,WAAW;IAKvD,0BAA0B,IAAI,WAAW;IAKzC,YAAY,CAAC,YAAY,EAAE,MAAM,GAAG,WAAW;iCAX3C,eAAe;qCAAf,eAAe;CAiB3B"}
|
|
@@ -1,16 +1,27 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl, FormGroup } from '@angular/forms';
|
|
2
|
+
import { AbstractControl, FormArray, FormGroup } from '@angular/forms';
|
|
3
|
+
import { CaseField } from '../../../domain/definition/case-field.model';
|
|
4
|
+
import { CaseEditPageComponent } from '../../case-editor/case-edit-page/case-edit-page.component';
|
|
3
5
|
import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
|
|
4
6
|
import { WriteComplexFieldComponent } from '../complex/write-complex-field.component';
|
|
7
|
+
import { LinkedCasesService } from './services';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class WriteCaseLinkFieldComponent extends AbstractFieldWriteComponent implements OnInit {
|
|
10
|
+
readonly linkedCasesService: LinkedCasesService;
|
|
11
|
+
caseFields: CaseField[];
|
|
12
|
+
formGroup: FormGroup;
|
|
13
|
+
formArray: FormArray;
|
|
14
|
+
caseEditPageComponent: CaseEditPageComponent;
|
|
7
15
|
caseReferenceControl: AbstractControl;
|
|
8
16
|
caseLinkGroup: FormGroup;
|
|
17
|
+
containsCaseLinkCollection: boolean;
|
|
9
18
|
writeComplexFieldComponent: WriteComplexFieldComponent;
|
|
19
|
+
constructor(linkedCasesService: LinkedCasesService);
|
|
10
20
|
ngOnInit(): void;
|
|
21
|
+
submitLinkedCases(): void;
|
|
11
22
|
validCaseReference(valueString: string): boolean;
|
|
12
|
-
|
|
23
|
+
hasCaseLinkCollection(): boolean;
|
|
13
24
|
static ɵfac: i0.ɵɵFactoryDef<WriteCaseLinkFieldComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteCaseLinkFieldComponent, "ccd-write-case-link-field", never, {}, {}, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteCaseLinkFieldComponent, "ccd-write-case-link-field", never, { "caseFields": "caseFields"; "formGroup": "formGroup"; "caseEditPageComponent": "caseEditPageComponent"; }, {}, never, never>;
|
|
15
26
|
}
|
|
16
27
|
//# sourceMappingURL=write-case-link-field.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"write-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/write-case-link-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"write-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/write-case-link-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAa,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,SAAS,EAAe,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAChG,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAC;AAClG,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;;AAEhD,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;aAoBhE,kBAAkB,EAAE,kBAAkB;IAjB3D,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,SAAS,EAAE,SAAS,CAAC;IAGrB,qBAAqB,EAAE,qBAAqB,CAAC;IAE7C,oBAAoB,EAAE,eAAe,CAAC;IACtC,aAAa,EAAE,SAAS,CAAC;IACzB,0BAA0B,EAAE,OAAO,CAAC;IAGpC,0BAA0B,EAAE,0BAA0B,CAAC;gBAElC,kBAAkB,EAAE,kBAAkB;IAI3D,QAAQ,IAAI,IAAI;IAmBhB,iBAAiB,IAAI,IAAI;IAWzB,kBAAkB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO;IAOhD,qBAAqB,IAAI,OAAO;iCA7D5B,2BAA2B;2CAA3B,2BAA2B;CAoEvC"}
|
|
@@ -5,6 +5,7 @@ export * from './address';
|
|
|
5
5
|
export * from './base-field';
|
|
6
6
|
export * from './case-link';
|
|
7
7
|
export * from './case-flag';
|
|
8
|
+
export * from './case-link';
|
|
8
9
|
export * from './collection';
|
|
9
10
|
export * from './complex';
|
|
10
11
|
export * from './date';
|
|
@@ -23,12 +24,15 @@ export * from './multi-select-list';
|
|
|
23
24
|
export * from './number';
|
|
24
25
|
export * from './order-summary';
|
|
25
26
|
export * from './organisation';
|
|
27
|
+
export * from './palette.module';
|
|
28
|
+
export * from './palette.service';
|
|
26
29
|
export * from './payment';
|
|
27
30
|
export * from './phone-uk';
|
|
28
31
|
export * from './text';
|
|
29
32
|
export * from './text-area';
|
|
33
|
+
export * from './unsupported-field.component';
|
|
30
34
|
export * from './utils';
|
|
31
|
-
export * from './yes-no';
|
|
32
35
|
export * from './waystopay';
|
|
36
|
+
export * from './yes-no';
|
|
33
37
|
export * from './judicial-user';
|
|
34
38
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAE9C,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAE9C,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC"}
|
|
@@ -53,53 +53,63 @@ import * as i51 from "./complex/read-complex-field-raw.component";
|
|
|
53
53
|
import * as i52 from "./complex/read-complex-field-table.component";
|
|
54
54
|
import * as i53 from "./complex/read-complex-field-collection-table.component";
|
|
55
55
|
import * as i54 from "./case-flag/read-case-flag-field.component";
|
|
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 "./dynamic-
|
|
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 "./fixed-
|
|
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 "
|
|
83
|
-
import * as i82 from "./
|
|
84
|
-
import * as i83 from "
|
|
85
|
-
import * as i84 from "
|
|
86
|
-
import * as i85 from "
|
|
87
|
-
import * as i86 from "
|
|
88
|
-
import * as i87 from "
|
|
89
|
-
import * as i88 from "
|
|
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 "
|
|
96
|
-
import * as i95 from "
|
|
97
|
-
import * as i96 from "
|
|
98
|
-
import * as i97 from "
|
|
99
|
-
import * as i98 from "
|
|
56
|
+
import * as i55 from "./case-link/components/read-linked-cases.component";
|
|
57
|
+
import * as i56 from "./judicial-user/write-judicial-user-field.component";
|
|
58
|
+
import * as i57 from "./address/write-address-field.component";
|
|
59
|
+
import * as i58 from "./complex/write-complex-field.component";
|
|
60
|
+
import * as i59 from "./organisation/write-organisation-complex-field.component";
|
|
61
|
+
import * as i60 from "./document/write-document-field.component";
|
|
62
|
+
import * as i61 from "./dynamic-list/write-dynamic-list-field.component";
|
|
63
|
+
import * as i62 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
|
|
64
|
+
import * as i63 from "./text/write-text-field.component";
|
|
65
|
+
import * as i64 from "./date/write-date-container-field.component";
|
|
66
|
+
import * as i65 from "./text-area/write-text-area-field.component";
|
|
67
|
+
import * as i66 from "./phone-uk/write-phone-uk-field.component";
|
|
68
|
+
import * as i67 from "./number/write-number-field.component";
|
|
69
|
+
import * as i68 from "./email/write-email-field.component";
|
|
70
|
+
import * as i69 from "./date/write-date-field.component";
|
|
71
|
+
import * as i70 from "./case-flag/write-case-flag-field.component";
|
|
72
|
+
import * as i71 from "./yes-no/write-yes-no-field.component";
|
|
73
|
+
import * as i72 from "./organisation/write-organisation-field.component";
|
|
74
|
+
import * as i73 from "./order-summary/write-order-summary-field.component";
|
|
75
|
+
import * as i74 from "./money-gbp/write-money-gbp-field.component";
|
|
76
|
+
import * as i75 from "./multi-select-list/write-multi-select-list-field.component";
|
|
77
|
+
import * as i76 from "./fixed-list/write-fixed-list-field.component";
|
|
78
|
+
import * as i77 from "./fixed-radio-list/write-fixed-radio-list-field.component";
|
|
79
|
+
import * as i78 from "./case-link/write-case-link-field.component";
|
|
80
|
+
import * as i79 from "./collection/write-collection-field.component";
|
|
81
|
+
import * as i80 from "./case-link/components/linked-cases-table/linked-cases-to-table.component";
|
|
82
|
+
import * as i81 from "./case-link/components/linked-cases-table/linked-cases-from-table.component";
|
|
83
|
+
import * as i82 from "./case-link/components/before-you-start/before-you-start.component";
|
|
84
|
+
import * as i83 from "./case-link/components/link-cases/link-cases.component";
|
|
85
|
+
import * as i84 from "./case-link/components/check-your-answers/check-your-answers.component";
|
|
86
|
+
import * as i85 from "./case-link/components/write-linked-cases.component";
|
|
87
|
+
import * as i86 from "./case-link/components/unlink-cases/unlink-cases.component";
|
|
88
|
+
import * as i87 from "./case-link/components/no-linked-cases/no-linked-cases.component";
|
|
89
|
+
import * as i88 from "@angular/common";
|
|
90
|
+
import * as i89 from "@angular/router";
|
|
91
|
+
import * as i90 from "@angular/forms";
|
|
92
|
+
import * as i91 from "./utils/utils.module";
|
|
93
|
+
import * as i92 from "../../pipes/pipes.module";
|
|
94
|
+
import * as i93 from "../../../components/banners/banners.module";
|
|
95
|
+
import * as i94 from "../../../components/header/headers.module";
|
|
96
|
+
import * as i95 from "../../../components/footer/footers.module";
|
|
97
|
+
import * as i96 from "../../../components/body/body.module";
|
|
98
|
+
import * as i97 from "../../../components/form/form.module";
|
|
99
|
+
import * as i98 from "../../../components/tabs/tabs.module";
|
|
100
|
+
import * as i99 from "../../directives/substitutor/label-substitutor.module";
|
|
101
|
+
import * as i100 from "ngx-md";
|
|
102
|
+
import * as i101 from "@angular-material-components/datetime-picker";
|
|
103
|
+
import * as i102 from "@angular/material/form-field";
|
|
104
|
+
import * as i103 from "@angular/material/input";
|
|
105
|
+
import * as i104 from "@angular/material/datepicker";
|
|
106
|
+
import * as i105 from "@angular/material/autocomplete";
|
|
107
|
+
import * as i106 from "@hmcts/ccpay-web-component";
|
|
108
|
+
import * as i107 from "@nicky-lenaers/ngx-scroll-to";
|
|
109
|
+
import * as i108 from "rpx-xui-translation";
|
|
100
110
|
export declare class PaletteModule {
|
|
101
111
|
static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
|
|
102
|
-
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.
|
|
112
|
+
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.ReadLinkedCasesComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteYesNoFieldComponent, typeof i72.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i73.WriteOrderSummaryFieldComponent, typeof i74.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i75.WriteMultiSelectListFieldComponent, typeof i76.WriteFixedListFieldComponent, typeof i77.WriteFixedRadioListFieldComponent, typeof i78.WriteCaseLinkFieldComponent, typeof i79.WriteCollectionFieldComponent, typeof i80.LinkedCasesToTableComponent, typeof i81.LinkedCasesFromTableComponent, typeof i82.BeforeYouStartComponent, typeof i83.LinkCasesComponent, typeof i84.CheckYourAnswersComponent, typeof i85.WriteLinkedCasesComponent, typeof i86.UnLinkCasesComponent, typeof i87.NoLinkedCasesComponent], [typeof i88.CommonModule, typeof i89.RouterModule, typeof i90.FormsModule, typeof i90.ReactiveFormsModule, typeof i91.PaletteUtilsModule, typeof i92.PipesModule, typeof i93.BannersModule, typeof i94.HeadersModule, typeof i95.FootersModule, typeof i96.BodyModule, typeof i97.FormModule, typeof i98.TabsModule, typeof i99.LabelSubstitutorModule, typeof i100.NgxMdModule, typeof i101.NgxMatDatetimePickerModule, typeof i101.NgxMatTimepickerModule, typeof i101.NgxMatNativeDateModule, typeof i102.MatFormFieldModule, typeof i103.MatInputModule, typeof i104.MatDatepickerModule, typeof i105.MatAutocompleteModule, typeof i106.PaymentLibModule, typeof i107.ScrollToModule, typeof i108.RpxTranslationModule], [typeof i101.NgxMatDatetimePickerModule, typeof i101.NgxMatNativeDateModule, typeof i101.NgxMatTimepickerModule, typeof i98.TabsModule, typeof i91.PaletteUtilsModule, typeof i92.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.ReadLinkedCasesComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteYesNoFieldComponent, typeof i72.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i73.WriteOrderSummaryFieldComponent, typeof i74.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i75.WriteMultiSelectListFieldComponent, typeof i76.WriteFixedListFieldComponent, typeof i77.WriteFixedRadioListFieldComponent, typeof i78.WriteCaseLinkFieldComponent, typeof i79.WriteCollectionFieldComponent, typeof i80.LinkedCasesToTableComponent, typeof i81.LinkedCasesFromTableComponent, typeof i82.BeforeYouStartComponent, typeof i83.LinkCasesComponent, typeof i84.CheckYourAnswersComponent, typeof i85.WriteLinkedCasesComponent, typeof i86.UnLinkCasesComponent, typeof i87.NoLinkedCasesComponent]>;
|
|
103
113
|
static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
|
|
104
114
|
}
|
|
105
115
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiKA,qBAoEa,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;;AAkDrE,qBACa,cAAc;IAElB,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;iCAFlE,cAAc;qCAAd,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;;AAkDrE,qBACa,cAAc;IAElB,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;iCAFlE,cAAc;qCAAd,cAAc;CAwE1B"}
|
|
@@ -5,9 +5,10 @@ import * as i3 from "@angular/common";
|
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "../palette/palette.module";
|
|
7
7
|
import * as i6 from "../../directives/conditional-show/conditional-show.module";
|
|
8
|
+
import * as i7 from "rpx-xui-translation";
|
|
8
9
|
export declare class SearchFiltersModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDef<SearchFiltersModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchFiltersModule, [typeof i1.SearchFiltersComponent, typeof i2.SearchFiltersWrapperComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.PaletteModule, typeof i6.ConditionalShowModule], [typeof i2.SearchFiltersWrapperComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchFiltersModule, [typeof i1.SearchFiltersComponent, typeof i2.SearchFiltersWrapperComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.PaletteModule, typeof i6.ConditionalShowModule, typeof i7.RpxTranslationModule], [typeof i2.SearchFiltersWrapperComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDef<SearchFiltersModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=search-filters.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-filters/search-filters.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-filters/search-filters.module.ts"],"names":[],"mappings":";;;;;;;;AAeA,qBAwBa,mBAAmB;iCAAnB,mBAAmB;0CAAnB,mBAAmB;kCAAnB,mBAAmB;CAAG"}
|
|
@@ -8,10 +8,11 @@ import * as i6 from "../../directives/substitutor/label-substitutor.module";
|
|
|
8
8
|
import * as i7 from "../../pipes/pipes.module";
|
|
9
9
|
import * as i8 from "../activity/activity.module";
|
|
10
10
|
import * as i9 from "../pagination/pagination.module";
|
|
11
|
-
import * as i10 from "
|
|
11
|
+
import * as i10 from "rpx-xui-translation";
|
|
12
|
+
import * as i11 from "../palette/palette.module";
|
|
12
13
|
export declare class SearchResultModule {
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDef<SearchResultModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchResultModule, [typeof i1.SearchResultComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule, typeof i4.RouterModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LabelSubstitutorModule, typeof i7.PipesModule, typeof i8.ActivityModule, typeof i9.PaginationModule, typeof i10.PaletteModule], [typeof i1.SearchResultComponent]>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchResultModule, [typeof i1.SearchResultComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule, typeof i4.RouterModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LabelSubstitutorModule, typeof i7.PipesModule, typeof i8.ActivityModule, typeof i9.PaginationModule, typeof i10.RpxTranslationModule, typeof i11.PaletteModule], [typeof i1.SearchResultComponent]>;
|
|
15
16
|
static ɵinj: i0.ɵɵInjectorDef<SearchResultModule>;
|
|
16
17
|
}
|
|
17
18
|
//# sourceMappingURL=search-result.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-result.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-result.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAeA,qBAyBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
|
|
@@ -4,9 +4,10 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "../palette/palette.module";
|
|
6
6
|
import * as i5 from "../../directives/conditional-show/conditional-show.module";
|
|
7
|
+
import * as i6 from "rpx-xui-translation";
|
|
7
8
|
export declare class WorkbasketFiltersModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDef<WorkbasketFiltersModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<WorkbasketFiltersModule, [typeof i1.WorkbasketFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.ConditionalShowModule], [typeof i1.WorkbasketFiltersComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<WorkbasketFiltersModule, [typeof i1.WorkbasketFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.ConditionalShowModule, typeof i6.RpxTranslationModule], [typeof i1.WorkbasketFiltersComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDef<WorkbasketFiltersModule>;
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=workbasket-filters.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workbasket-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/workbasket-filters/workbasket-filters.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"workbasket-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/workbasket-filters/workbasket-filters.module.ts"],"names":[],"mappings":";;;;;;;AAYA,qBAuBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare type FieldTypeEnum = 'Text' | 'TextArea' | 'Postcode' | 'Number' | 'YesOrNo' | 'Date' | 'DateTime' | 'Email' | 'PhoneUK' | 'MoneyGBP' | 'FixedList' | 'DynamicList' | 'FixedRadioList' | 'DynamicRadioList' | 'Complex' | 'Collection' | 'MultiSelectList' | 'Document' | 'Label' | 'AddressGlobal' | 'AddressGlobalUK' | 'AddressUK' | 'CasePaymentHistoryViewer' | 'CaseHistoryViewer' | 'Organisation' | 'WaysToPay' | 'Flags' | 'FlagDetail' | 'FlagLauncher' | 'CaseFlag' | 'JudicialUserField';
|
|
1
|
+
export declare type FieldTypeEnum = 'Text' | 'TextArea' | 'Postcode' | 'Number' | 'YesOrNo' | 'Date' | 'DateTime' | 'Email' | 'PhoneUK' | 'MoneyGBP' | 'FixedList' | 'DynamicList' | 'FixedRadioList' | 'DynamicRadioList' | 'Complex' | 'Collection' | 'MultiSelectList' | 'Document' | 'Label' | 'AddressGlobal' | 'AddressGlobalUK' | 'AddressUK' | 'CasePaymentHistoryViewer' | 'CaseHistoryViewer' | 'Organisation' | 'WaysToPay' | 'Flags' | 'FlagDetail' | 'FlagLauncher' | 'CaseFlag' | 'CaseLink' | 'JudicialUserField';
|
|
2
2
|
//# sourceMappingURL=field-type-enum.model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-type-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/field-type-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACvB,MAAM,GACJ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,UAAU,GACV,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,kBAAkB,GAClB,SAAS,GACT,YAAY,GACZ,iBAAiB,GACjB,UAAU,GACV,OAAO,GACP,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,0BAA0B,GAC1B,mBAAmB,GACnB,cAAc,GACd,WAAW,GACX,OAAO,GACP,YAAY,GACZ,cAAc,GACd,UAAU,GACV,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"field-type-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/field-type-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACvB,MAAM,GACJ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,UAAU,GACV,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,kBAAkB,GAClB,SAAS,GACT,YAAY,GACZ,iBAAiB,GACjB,UAAU,GACV,OAAO,GACP,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,0BAA0B,GAC1B,mBAAmB,GACnB,cAAc,GACd,WAAW,GACX,OAAO,GACP,YAAY,GACZ,cAAc,GACd,UAAU,GACV,UAAU,GACV,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ccd-read-fields-filter.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAI5D,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAGrE,qBAGa,oBAAqB,YAAW,aAAa;IAExD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAKlC;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CAA6D;IAEvG,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAGlC;IAEF;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,cAAc;IAa7B,OAAO,CAAC,MAAM,CAAC,iBAAiB;IAoBhC,OAAO,CAAC,MAAM,CAAC,OAAO;IAKtB,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,eAAe;IAK9B,OAAO,CAAC,MAAM,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"ccd-read-fields-filter.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAI5D,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAGrE,qBAGa,oBAAqB,YAAW,aAAa;IAExD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAKlC;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CAA6D;IAEvG,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAGlC;IAEF;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,cAAc;IAa7B,OAAO,CAAC,MAAM,CAAC,iBAAiB;IAoBhC,OAAO,CAAC,MAAM,CAAC,OAAO;IAKtB,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,eAAe;IAK9B,OAAO,CAAC,MAAM,CAAC,SAAS;IAyBxB,OAAO,CAAC,MAAM,CAAC,QAAQ;IAUvB,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAqBtC;;OAEG;IACI,SAAS,CACd,YAAY,EAAE,SAAS,EAAE,SAAS,CAAC,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,EAC5D,WAAW,UAAQ,EAAE,SAAS,CAAC,EAAE,SAAS,GAAG,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,EAAE;iCA/HhF,oBAAoB;uCAApB,oBAAoB;CAiKhC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './case-reference';
|
|
2
2
|
export * from './case-title';
|
|
3
3
|
export * from './complex';
|
|
4
|
+
export * from './link-cases-reason-code';
|
|
4
5
|
export * from './pipes.module';
|
|
5
6
|
export * from './search-result/sorting/sort-search-result.pipe';
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iDAAiD,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iDAAiD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { LinkedCasesService } from '../../components/palette/case-link/services';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class LinkCasesReasonValuePipe implements PipeTransform {
|
|
5
|
+
private readonly linkedCasesService;
|
|
6
|
+
constructor(linkedCasesService: LinkedCasesService);
|
|
7
|
+
transform(reasonCode: string): any;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDef<LinkCasesReasonValuePipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDefWithMeta<LinkCasesReasonValuePipe, "ccdLinkCasesReasonValue">;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=ccd-link-cases-reason-code.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ccd-link-cases-reason-code.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6CAA6C,CAAC;;AAEjF,qBAIa,wBAAyB,YAAW,aAAa;IAEhD,OAAO,CAAC,QAAQ,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,kBAAkB;IAE5D,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,GAAG;iCAJ9B,wBAAwB;uCAAxB,wBAAwB;CASpC"}
|