@hmcts/ccd-case-ui-toolkit 6.16.0-query-details-navigation → 6.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +5184 -9659
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/app.config.js +1 -1
- package/esm2015/lib/components/banners/alert/alert.component.js +5 -7
- package/esm2015/lib/components/banners/alert/alert.module.js +4 -12
- package/esm2015/lib/components/footer/footer.component.js +30 -55
- package/esm2015/lib/components/footer/footers.module.js +4 -12
- package/esm2015/lib/components/form/date-input/date-input.component.js +37 -56
- package/esm2015/lib/components/form/form.module.js +4 -8
- package/esm2015/lib/components/header/header-bar/header-bar.component.js +19 -32
- package/esm2015/lib/components/header/headers.module.js +4 -6
- package/esm2015/lib/components/header/navigation/navigation-item.component.js +7 -9
- package/esm2015/lib/components/header/phase/phase.component.js +9 -20
- package/esm2015/lib/components/tabs/tabs.component.js +5 -8
- package/esm2015/lib/components/tabs/tabs.module.js +2 -6
- package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +9 -12
- package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +8 -11
- package/esm2015/lib/shared/components/activity/activity.component.js +10 -15
- package/esm2015/lib/shared/components/activity/activity.module.js +2 -6
- package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +272 -13
- package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +28 -32
- package/esm2015/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.js +80 -0
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +208 -228
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +194 -511
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +33 -37
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +26 -51
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +28 -51
- package/esm2015/lib/shared/components/case-editor/case-progress/case-progress.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/services/case-edit-wizard.guard.js +2 -3
- package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +2 -2
- package/esm2015/lib/shared/components/case-history/case-history.component.js +63 -89
- package/esm2015/lib/shared/components/case-history/case-history.module.js +14 -18
- package/esm2015/lib/shared/components/case-list/case-list.component.js +49 -56
- package/esm2015/lib/shared/components/case-list/case-list.module.js +4 -8
- package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +7 -11
- package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +6 -9
- package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +8 -12
- package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +61 -106
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +69 -89
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +23 -45
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +14 -19
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +145 -172
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +20 -32
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +79 -107
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +49 -79
- package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +33 -15
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +27 -37
- package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +22 -36
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +40 -63
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +2 -6
- package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +14 -28
- package/esm2015/lib/shared/components/dialogs/dialogs.module.js +2 -6
- package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +14 -28
- package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +14 -28
- package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +14 -28
- package/esm2015/lib/shared/components/error/callback-errors.component.js +23 -39
- package/esm2015/lib/shared/components/error/errors.module.js +2 -6
- package/esm2015/lib/shared/components/error-message/error-message.component.js +11 -14
- package/esm2015/lib/shared/components/error-message/error-message.module.js +4 -8
- package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +20 -39
- package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +18 -34
- package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +19 -34
- package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +25 -50
- package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +20 -39
- package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +18 -34
- package/esm2015/lib/shared/components/event-start/event-start.module.js +4 -8
- package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +17 -27
- package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +2 -6
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +5 -7
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +2 -6
- package/esm2015/lib/shared/components/pagination/pagination.component.js +67 -84
- package/esm2015/lib/shared/components/pagination/pagination.module.js +4 -8
- package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +31 -50
- package/esm2015/lib/shared/components/palette/base-field/abstract-field-read.component.js +1 -1
- package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +8 -10
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +1 -5
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +79 -29
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +37 -62
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.js +42 -244
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +73 -144
- package/esm2015/lib/shared/components/palette/case-flag/components/index.js +1 -3
- package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +87 -62
- package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.js +101 -133
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +35 -55
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +113 -186
- package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.js +99 -286
- package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag-state.model.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag.model.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/domain/language.model.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.js +2 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.js +3 -8
- package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +2 -8
- package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.js +2 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.js +1 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.js +1 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.js +2 -3
- package/esm2015/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.js +4 -8
- package/esm2015/lib/shared/components/palette/case-flag/index.js +1 -2
- package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +50 -121
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +141 -250
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +57 -68
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +46 -50
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +6 -7
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +20 -22
- package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +4 -5
- package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +17 -29
- package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +25 -31
- package/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +7 -9
- package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +20 -32
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +7 -9
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +15 -24
- package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +7 -9
- package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +14 -19
- package/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +7 -9
- package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +15 -20
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +65 -87
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +46 -60
- package/esm2015/lib/shared/components/palette/index.js +2 -3
- package/esm2015/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.js +45 -22
- package/esm2015/lib/shared/components/palette/label/label-field.component.js +5 -24
- package/esm2015/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.js +2 -4
- package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.js +2 -4
- package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +2 -4
- package/esm2015/lib/shared/components/palette/markdown/index.js +1 -2
- package/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +11 -15
- package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +14 -19
- package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +25 -43
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +6 -7
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +29 -41
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +35 -48
- package/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +50 -88
- package/esm2015/lib/shared/components/palette/palette.module.js +82 -178
- package/esm2015/lib/shared/components/palette/palette.service.js +2 -5
- package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/text/read-text-field.component.js +5 -7
- package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +5 -7
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +12 -16
- package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +5 -7
- package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +15 -20
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +35 -60
- package/esm2015/lib/shared/components/search-filters/search-filters.module.js +10 -14
- package/esm2015/lib/shared/components/search-result/search-result.component.js +80 -102
- package/esm2015/lib/shared/components/search-result/search-result.module.js +13 -16
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +52 -90
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +9 -13
- package/esm2015/lib/shared/directives/conditional-show/conditional-show-form.directive.js +2 -2
- package/esm2015/lib/shared/domain/case-edit/case-edit.model.js +2 -0
- package/esm2015/lib/shared/domain/case-edit/index.js +2 -0
- package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +1 -1
- package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +2 -17
- package/esm2015/lib/shared/domain/case-view/case-view-trigger.model.js +2 -1
- package/esm2015/lib/shared/domain/definition/display-context-enum.model.js +1 -3
- package/esm2015/lib/shared/domain/index.js +2 -1
- package/esm2015/lib/shared/fixture/shared.test.fixture.js +1 -2
- package/esm2015/lib/shared/pipes/index.js +2 -3
- package/esm2015/lib/shared/pipes/pipes.module.js +5 -9
- package/esm2015/lib/shared/services/alert/alert.service.js +8 -28
- package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +4 -10
- package/esm2015/lib/shared/services/request/request.options.builder.js +1 -7
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +6431 -10499
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts.map +1 -1
- package/lib/components/banners/alert/alert.module.d.ts +1 -2
- package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
- package/lib/components/footer/footers.module.d.ts +1 -2
- package/lib/components/footer/footers.module.d.ts.map +1 -1
- package/lib/components/form/form.module.d.ts +1 -2
- package/lib/components/form/form.module.d.ts.map +1 -1
- package/lib/components/header/headers.module.d.ts +1 -2
- package/lib/components/header/headers.module.d.ts.map +1 -1
- package/lib/components/tabs/tabs.component.d.ts.map +1 -1
- package/lib/components/tabs/tabs.module.d.ts +1 -2
- package/lib/components/tabs/tabs.module.d.ts.map +1 -1
- package/lib/shared/components/activity/activity.module.d.ts +1 -2
- package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +65 -10
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts +0 -1
- package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts +8 -0
- package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts.map +1 -0
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +10 -9
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +7 -56
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-editor.module.d.ts +13 -13
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts.map +1 -1
- package/lib/shared/components/case-history/case-history.module.d.ts +1 -2
- package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -1
- package/lib/shared/components/case-list/case-list.module.d.ts +1 -2
- package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -1
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +1 -2
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -1
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts +1 -2
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +7 -5
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts +6 -3
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts +4 -6
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +1 -2
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts +1 -2
- package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
- package/lib/shared/components/error/callback-errors.component.d.ts +2 -3
- package/lib/shared/components/error/callback-errors.component.d.ts.map +1 -1
- package/lib/shared/components/error/errors.module.d.ts +1 -2
- package/lib/shared/components/error/errors.module.d.ts.map +1 -1
- package/lib/shared/components/error-message/error-message.module.d.ts +1 -2
- package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-start.module.d.ts +1 -2
- package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -1
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts +1 -2
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts +1 -2
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
- package/lib/shared/components/pagination/pagination.module.d.ts +1 -2
- package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts +0 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +9 -7
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +4 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts +5 -20
- package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/index.d.ts +0 -2
- package/lib/shared/components/palette/case-flag/components/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +8 -4
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +8 -10
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +8 -12
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +9 -19
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts +10 -1
- package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts +0 -6
- package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/domain/language.model.d.ts +0 -1
- package/lib/shared/components/palette/case-flag/domain/language.model.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts +3 -8
- package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/index.d.ts +1 -7
- package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts +1 -2
- package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts +0 -1
- package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts +1 -3
- package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts +2 -3
- package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts +3 -7
- package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/index.d.ts +0 -1
- package/lib/shared/components/palette/case-flag/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts +8 -11
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +24 -23
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +2 -3
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +1 -2
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts +10 -9
- package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts +1 -2
- package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts +0 -4
- package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/markdown/index.d.ts +0 -1
- package/lib/shared/components/palette/markdown/index.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +117 -135
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts +1 -2
- package/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.component.d.ts +1 -1
- package/lib/shared/components/search-result/search-result.module.d.ts +2 -3
- package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +1 -2
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
- package/lib/shared/domain/case-edit/case-edit.model.d.ts +26 -0
- package/lib/shared/domain/case-edit/case-edit.model.d.ts.map +1 -0
- package/lib/shared/domain/case-edit/index.d.ts +2 -0
- package/lib/shared/domain/case-edit/index.d.ts.map +1 -0
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts +1 -0
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
- package/lib/shared/domain/case-flag/flag-type.model.d.ts +1 -6
- package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/case-view-trigger.model.d.ts +1 -0
- package/lib/shared/domain/case-view/case-view-trigger.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/display-context-enum.model.d.ts +1 -3
- package/lib/shared/domain/definition/display-context-enum.model.d.ts.map +1 -1
- package/lib/shared/domain/index.d.ts +1 -0
- package/lib/shared/domain/index.d.ts.map +1 -1
- package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
- package/lib/shared/pipes/index.d.ts +1 -2
- package/lib/shared/pipes/index.d.ts.map +1 -1
- package/lib/shared/pipes/pipes.module.d.ts +2 -3
- package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
- package/lib/shared/services/alert/alert.service.d.ts +4 -8
- package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +2 -3
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts.map +1 -1
- package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.js +0 -7
- package/esm2015/lib/shared/components/case-editor/services/case-flag-state.service.js +0 -19
- package/esm2015/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.js +0 -181
- package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.js +0 -292
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.js +0 -9
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.js +0 -12
- package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.js +0 -6
- package/esm2015/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.js +0 -41
- package/esm2015/lib/shared/components/palette/case-flag/pipes/index.js +0 -5
- package/esm2015/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.js +0 -41
- package/esm2015/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.js +0 -109
- package/esm2015/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.js +0 -77
- package/esm2015/lib/shared/components/palette/markdown/markdown-component.module.js +0 -42
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +0 -164
- package/esm2015/lib/shared/components/palette/query-management/components/index.js +0 -10
- package/esm2015/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.js +0 -64
- package/esm2015/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.js +0 -171
- package/esm2015/lib/shared/components/palette/query-management/components/query-create/query-create.component.js +0 -18
- package/esm2015/lib/shared/components/palette/query-management/components/query-details/query-details.component.js +0 -56
- package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +0 -147
- package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +0 -175
- package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +0 -66
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +0 -214
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +0 -167
- package/esm2015/lib/shared/components/palette/query-management/index.js +0 -6
- package/esm2015/lib/shared/components/palette/query-management/models/index.js +0 -7
- package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-message.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.js +0 -18
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.js +0 -35
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.js +0 -7
- package/esm2015/lib/shared/components/palette/query-management/read-query-management-field.component.js +0 -83
- package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +0 -12
- package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +0 -60
- package/esm2015/lib/shared/domain/alert/alert-status-params.model.js +0 -2
- package/esm2015/lib/shared/domain/case-view/case-view-event-ids.enum.js +0 -6
- package/esm2015/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.js +0 -16
- package/esm2015/lib/shared/pipes/generic/index.js +0 -2
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts +0 -6
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts.map +0 -1
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts +0 -11
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +0 -28
- package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts +0 -27
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts +0 -8
- package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts +0 -11
- package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts +0 -19
- package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/index.d.ts +0 -5
- package/lib/shared/components/palette/case-flag/pipes/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts +0 -18
- package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts +0 -25
- package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts +0 -21
- package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts.map +0 -1
- package/lib/shared/components/palette/markdown/markdown-component.module.d.ts +0 -13
- package/lib/shared/components/palette/markdown/markdown-component.module.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts +0 -5
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/index.d.ts +0 -10
- package/lib/shared/components/palette/query-management/components/index.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts +0 -10
- package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +0 -18
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts +0 -9
- package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +0 -11
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts +0 -12
- package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +0 -18
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts +0 -5
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +0 -17
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +0 -8
- package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +0 -18
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/index.d.ts +0 -6
- package/lib/shared/components/palette/query-management/index.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/index.d.ts +0 -7
- package/lib/shared/components/palette/query-management/models/index.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts +0 -14
- package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts +0 -7
- package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts +0 -7
- package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts +0 -10
- package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts +0 -21
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts +0 -6
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +0 -17
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +0 -7
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts +0 -16
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +0 -1
- package/lib/shared/domain/alert/alert-status-params.model.d.ts +0 -6
- package/lib/shared/domain/alert/alert-status-params.model.d.ts.map +0 -1
- package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts +0 -5
- package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts.map +0 -1
- package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts +0 -8
- package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts.map +0 -1
- package/lib/shared/pipes/generic/index.d.ts +0 -2
- package/lib/shared/pipes/generic/index.d.ts.map +0 -1
|
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/material/dialog";
|
|
5
|
-
import * as i2 from "rpx-xui-translation";
|
|
6
5
|
export class DocumentDialogComponent {
|
|
7
6
|
constructor(matDialogRef) {
|
|
8
7
|
this.matDialogRef = matDialogRef;
|
|
@@ -19,7 +18,7 @@ export class DocumentDialogComponent {
|
|
|
19
18
|
}
|
|
20
19
|
}
|
|
21
20
|
DocumentDialogComponent.ɵfac = function DocumentDialogComponent_Factory(t) { return new (t || DocumentDialogComponent)(i0.ɵɵdirectiveInject(i1.MatDialogRef)); };
|
|
22
|
-
DocumentDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DocumentDialogComponent, selectors: [["ccd-document-dialog"]], decls:
|
|
21
|
+
DocumentDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DocumentDialogComponent, selectors: [["ccd-document-dialog"]], decls: 15, vars: 0, consts: [[1, "dialog-header"], [1, "heading-h2", "x", 3, "click"], [1, "heading-h2", "dialog-title"], [1, "dialog-info"], [1, "text-info"], ["type", "button", "title", "Replace", 1, "button", "action-button", 3, "click"], ["type", "button", "title", "Cancel", 1, "button", "button-secondary", 3, "click"]], template: function DocumentDialogComponent_Template(rf, ctx) { if (rf & 1) {
|
|
23
22
|
i0.ɵɵelementStart(0, "div");
|
|
24
23
|
i0.ɵɵelementStart(1, "div", 0);
|
|
25
24
|
i0.ɵɵelementStart(2, "h2", 1);
|
|
@@ -29,39 +28,26 @@ DocumentDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DocumentDialogCom
|
|
|
29
28
|
i0.ɵɵelementEnd();
|
|
30
29
|
i0.ɵɵelementStart(4, "div");
|
|
31
30
|
i0.ɵɵelementStart(5, "h2", 2);
|
|
32
|
-
i0.ɵɵtext(6);
|
|
33
|
-
i0.ɵɵpipe(7, "rpxTranslate");
|
|
31
|
+
i0.ɵɵtext(6, "Are you sure you want to replace the existing file?");
|
|
34
32
|
i0.ɵɵelementEnd();
|
|
35
33
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(
|
|
37
|
-
i0.ɵɵelementStart(
|
|
38
|
-
i0.ɵɵtext(
|
|
39
|
-
i0.ɵɵpipe(11, "rpxTranslate");
|
|
34
|
+
i0.ɵɵelementStart(7, "div", 3);
|
|
35
|
+
i0.ɵɵelementStart(8, "span", 4);
|
|
36
|
+
i0.ɵɵtext(9, "You are about to delete the original file uploaded. Are you sure you want to proceed?");
|
|
40
37
|
i0.ɵɵelementEnd();
|
|
41
38
|
i0.ɵɵelementEnd();
|
|
42
|
-
i0.ɵɵelementStart(
|
|
43
|
-
i0.ɵɵelementStart(
|
|
44
|
-
i0.ɵɵlistener("click", function
|
|
45
|
-
i0.ɵɵtext(
|
|
46
|
-
i0.ɵɵpipe(15, "rpxTranslate");
|
|
39
|
+
i0.ɵɵelementStart(10, "div");
|
|
40
|
+
i0.ɵɵelementStart(11, "button", 5);
|
|
41
|
+
i0.ɵɵlistener("click", function DocumentDialogComponent_Template_button_click_11_listener() { return ctx.replace(); });
|
|
42
|
+
i0.ɵɵtext(12, "Replace file");
|
|
47
43
|
i0.ɵɵelementEnd();
|
|
48
|
-
i0.ɵɵelementStart(
|
|
49
|
-
i0.ɵɵlistener("click", function
|
|
50
|
-
i0.ɵɵtext(
|
|
51
|
-
i0.ɵɵpipe(18, "rpxTranslate");
|
|
44
|
+
i0.ɵɵelementStart(13, "button", 6);
|
|
45
|
+
i0.ɵɵlistener("click", function DocumentDialogComponent_Template_button_click_13_listener() { return ctx.cancel(); });
|
|
46
|
+
i0.ɵɵtext(14, "Cancel");
|
|
52
47
|
i0.ɵɵelementEnd();
|
|
53
48
|
i0.ɵɵelementEnd();
|
|
54
49
|
i0.ɵɵelementEnd();
|
|
55
|
-
}
|
|
56
|
-
i0.ɵɵadvance(6);
|
|
57
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 4, "Are you sure you want to replace the existing file ?"));
|
|
58
|
-
i0.ɵɵadvance(4);
|
|
59
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 6, "You are about to delete the original file uploaded.Are you sure you want to proceed ?"));
|
|
60
|
-
i0.ɵɵadvance(4);
|
|
61
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 8, "Replace file"));
|
|
62
|
-
i0.ɵɵadvance(3);
|
|
63
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 10, "Cancel"));
|
|
64
|
-
} }, pipes: [i2.RpxTranslatePipe], styles: [".x[_ngcontent-%COMP%]{margin:0;padding:9px 9px 0 0;font-size:24px;font-weight:700;font-style:normal;font-stretch:normal;cursor:pointer;color:#6e7071}.dialog-header[_ngcontent-%COMP%]{text-align:right}.dialog-info[_ngcontent-%COMP%], .dialog-title[_ngcontent-%COMP%]{margin:0 0 21px 25px}.action-button[_ngcontent-%COMP%]{margin:0 15px 0 25px}"] });
|
|
50
|
+
} }, styles: [".x[_ngcontent-%COMP%]{margin:0;padding:9px 9px 0 0;font-size:24px;font-weight:700;font-style:normal;font-stretch:normal;cursor:pointer;color:#6e7071}.dialog-header[_ngcontent-%COMP%]{text-align:right}.dialog-info[_ngcontent-%COMP%], .dialog-title[_ngcontent-%COMP%]{margin:0 0 21px 25px}.action-button[_ngcontent-%COMP%]{margin:0 15px 0 25px}"] });
|
|
65
51
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DocumentDialogComponent, [{
|
|
66
52
|
type: Component,
|
|
67
53
|
args: [{
|
|
@@ -70,4 +56,4 @@ DocumentDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DocumentDialogCom
|
|
|
70
56
|
styleUrls: ['../action-dialog.component.scss']
|
|
71
57
|
}]
|
|
72
58
|
}], function () { return [{ type: i1.MatDialogRef }]; }, null); })();
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnQtZGlhbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9kaWFsb2dzL2RvY3VtZW50LWRpYWxvZy9kb2N1bWVudC1kaWFsb2cuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2RpYWxvZ3MvZG9jdW1lbnQtZGlhbG9nL2RvY3VtZW50LWRpYWxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7O0FBT3hELE1BQU0sT0FBTyx1QkFBdUI7SUFJbEMsWUFBNkIsWUFBbUQ7UUFBbkQsaUJBQVksR0FBWixZQUFZLENBQXVDO0lBQUcsQ0FBQztJQUU3RSxRQUFRO0lBQ2YsQ0FBQztJQUVNLE9BQU87UUFDWixJQUFJLENBQUMsTUFBTSxHQUFHLFNBQVMsQ0FBQztRQUN4QixJQUFJLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUNNLE1BQU07UUFDWCxJQUFJLENBQUMsTUFBTSxHQUFHLFFBQVEsQ0FBQztRQUN2QixJQUFJLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdkMsQ0FBQzs7OEZBaEJVLHVCQUF1Qjs0REFBdkIsdUJBQXVCO1FDUHBDLDJCQUFLO1FBQ0gsOEJBQTJCO1FBQ3pCLDZCQUE0QztRQUF4QyxnR0FBUyxZQUFRLElBQUM7UUFBc0IsaUJBQUM7UUFBQSxpQkFBSztRQUNwRCxpQkFBTTtRQUNOLDJCQUFLO1FBQ0gsNkJBQW9DO1FBQUEsbUVBQW1EO1FBQUEsaUJBQUs7UUFDOUYsaUJBQU07UUFDTiw4QkFBeUI7UUFDdkIsK0JBQXdCO1FBQUEscUdBQXFGO1FBQUEsaUJBQU87UUFDdEgsaUJBQU07UUFDTiw0QkFBSztRQUNILGtDQUF1RjtRQUFwQixxR0FBUyxhQUFTLElBQUM7UUFBQyw2QkFBWTtRQUFBLGlCQUFTO1FBQzVHLGtDQUF3RjtRQUFuQixxR0FBUyxZQUFRLElBQUM7UUFBQyx1QkFBTTtRQUFBLGlCQUFTO1FBQ3pHLGlCQUFNO1FBQ1IsaUJBQU07O3VGRFBPLHVCQUF1QjtjQUxuQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHFCQUFxQjtnQkFDL0IsV0FBVyxFQUFFLGtDQUFrQztnQkFDL0MsU0FBUyxFQUFFLENBQUMsaUNBQWlDLENBQUM7YUFDL0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0RGlhbG9nUmVmIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY2NkLWRvY3VtZW50LWRpYWxvZycsXG4gIHRlbXBsYXRlVXJsOiAnLi9kb2N1bWVudC1kaWFsb2cuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi4vYWN0aW9uLWRpYWxvZy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIERvY3VtZW50RGlhbG9nQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBwdWJsaWMgcmVzdWx0OiBzdHJpbmc7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBtYXREaWFsb2dSZWY6IE1hdERpYWxvZ1JlZjxEb2N1bWVudERpYWxvZ0NvbXBvbmVudD4pIHt9XG5cbiAgcHVibGljIG5nT25Jbml0KCkge1xuICB9XG5cbiAgcHVibGljIHJlcGxhY2UoKSB7XG4gICAgdGhpcy5yZXN1bHQgPSAnUmVwbGFjZSc7XG4gICAgdGhpcy5tYXREaWFsb2dSZWYuY2xvc2UodGhpcy5yZXN1bHQpO1xuICB9XG4gIHB1YmxpYyBjYW5jZWwoKSB7XG4gICAgdGhpcy5yZXN1bHQgPSAnQ2FuY2VsJztcbiAgICB0aGlzLm1hdERpYWxvZ1JlZi5jbG9zZSh0aGlzLnJlc3VsdCk7XG4gIH1cbn1cbiIsIlxuPGRpdj5cbiAgPGRpdiBjbGFzcz1cImRpYWxvZy1oZWFkZXJcIj5cbiAgICA8aDIgKGNsaWNrKT1cImNhbmNlbCgpXCIgY2xhc3M9XCJoZWFkaW5nLWgyIHhcIj5YPC9oMj5cbiAgPC9kaXY+XG4gIDxkaXY+XG4gICAgPGgyIGNsYXNzPVwiaGVhZGluZy1oMiBkaWFsb2ctdGl0bGVcIj5BcmUgeW91IHN1cmUgeW91IHdhbnQgdG8gcmVwbGFjZSB0aGUgZXhpc3RpbmcgZmlsZT88L2gyPlxuICA8L2Rpdj5cbiAgPGRpdiBjbGFzcz1cImRpYWxvZy1pbmZvXCI+XG4gICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWluZm9cIj5Zb3UgYXJlIGFib3V0IHRvIGRlbGV0ZSB0aGUgb3JpZ2luYWwgZmlsZSB1cGxvYWRlZC4gQXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIHByb2NlZWQ/PC9zcGFuPlxuICA8L2Rpdj5cbiAgPGRpdj5cbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiB0aXRsZT1cIlJlcGxhY2VcIiBjbGFzcz1cImJ1dHRvbiBhY3Rpb24tYnV0dG9uXCIgKGNsaWNrKT1cInJlcGxhY2UoKVwiPlJlcGxhY2UgZmlsZTwvYnV0dG9uPlxuICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiIHRpdGxlPVwiQ2FuY2VsXCIgY2xhc3M9XCJidXR0b24gYnV0dG9uLXNlY29uZGFyeVwiIChjbGljayk9XCJjYW5jZWwoKVwiPkNhbmNlbDwvYnV0dG9uPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/material/dialog";
|
|
5
|
-
import * as i2 from "rpx-xui-translation";
|
|
6
5
|
export class RemoveDialogComponent {
|
|
7
6
|
constructor(matDialogRef) {
|
|
8
7
|
this.matDialogRef = matDialogRef;
|
|
@@ -17,7 +16,7 @@ export class RemoveDialogComponent {
|
|
|
17
16
|
}
|
|
18
17
|
}
|
|
19
18
|
RemoveDialogComponent.ɵfac = function RemoveDialogComponent_Factory(t) { return new (t || RemoveDialogComponent)(i0.ɵɵdirectiveInject(i1.MatDialogRef)); };
|
|
20
|
-
RemoveDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: RemoveDialogComponent, selectors: [["ccd-remove-dialog"]], decls:
|
|
19
|
+
RemoveDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: RemoveDialogComponent, selectors: [["ccd-remove-dialog"]], decls: 15, vars: 0, consts: [[1, "dialog-header"], [1, "heading-h2", "x", 3, "click"], [1, "heading-h2", "dialog-title"], [1, "dialog-info"], [1, "text-info"], ["type", "button", "title", "Remove", 1, "button", "action-button", 3, "click"], ["type", "button", "title", "Cancel", 1, "button", "button-secondary", 3, "click"]], template: function RemoveDialogComponent_Template(rf, ctx) { if (rf & 1) {
|
|
21
20
|
i0.ɵɵelementStart(0, "div");
|
|
22
21
|
i0.ɵɵelementStart(1, "div", 0);
|
|
23
22
|
i0.ɵɵelementStart(2, "h2", 1);
|
|
@@ -27,39 +26,26 @@ RemoveDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: RemoveDialogCompone
|
|
|
27
26
|
i0.ɵɵelementEnd();
|
|
28
27
|
i0.ɵɵelementStart(4, "div");
|
|
29
28
|
i0.ɵɵelementStart(5, "h2", 2);
|
|
30
|
-
i0.ɵɵtext(6);
|
|
31
|
-
i0.ɵɵpipe(7, "rpxTranslate");
|
|
29
|
+
i0.ɵɵtext(6, "Are you sure you want to remove the item");
|
|
32
30
|
i0.ɵɵelementEnd();
|
|
33
31
|
i0.ɵɵelementEnd();
|
|
34
|
-
i0.ɵɵelementStart(
|
|
35
|
-
i0.ɵɵelementStart(
|
|
36
|
-
i0.ɵɵtext(
|
|
37
|
-
i0.ɵɵpipe(11, "rpxTranslate");
|
|
32
|
+
i0.ɵɵelementStart(7, "div", 3);
|
|
33
|
+
i0.ɵɵelementStart(8, "span", 4);
|
|
34
|
+
i0.ɵɵtext(9, "You are about to permanently remove an item, are you sure you want to remove this item?");
|
|
38
35
|
i0.ɵɵelementEnd();
|
|
39
36
|
i0.ɵɵelementEnd();
|
|
40
|
-
i0.ɵɵelementStart(
|
|
41
|
-
i0.ɵɵelementStart(
|
|
42
|
-
i0.ɵɵlistener("click", function
|
|
43
|
-
i0.ɵɵtext(
|
|
44
|
-
i0.ɵɵpipe(15, "rpxTranslate");
|
|
37
|
+
i0.ɵɵelementStart(10, "div");
|
|
38
|
+
i0.ɵɵelementStart(11, "button", 5);
|
|
39
|
+
i0.ɵɵlistener("click", function RemoveDialogComponent_Template_button_click_11_listener() { return ctx.remove(); });
|
|
40
|
+
i0.ɵɵtext(12, "Remove");
|
|
45
41
|
i0.ɵɵelementEnd();
|
|
46
|
-
i0.ɵɵelementStart(
|
|
47
|
-
i0.ɵɵlistener("click", function
|
|
48
|
-
i0.ɵɵtext(
|
|
49
|
-
i0.ɵɵpipe(18, "rpxTranslate");
|
|
42
|
+
i0.ɵɵelementStart(13, "button", 6);
|
|
43
|
+
i0.ɵɵlistener("click", function RemoveDialogComponent_Template_button_click_13_listener() { return ctx.cancel(); });
|
|
44
|
+
i0.ɵɵtext(14, "Cancel");
|
|
50
45
|
i0.ɵɵelementEnd();
|
|
51
46
|
i0.ɵɵelementEnd();
|
|
52
47
|
i0.ɵɵelementEnd();
|
|
53
|
-
}
|
|
54
|
-
i0.ɵɵadvance(6);
|
|
55
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 4, "Are you sure you want to remove the item ?"));
|
|
56
|
-
i0.ɵɵadvance(4);
|
|
57
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 6, "You are about to permanently remove an item, are you sure you want to remove this item ?"), " ");
|
|
58
|
-
i0.ɵɵadvance(4);
|
|
59
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 8, "Remove"));
|
|
60
|
-
i0.ɵɵadvance(3);
|
|
61
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 10, "Cancel"));
|
|
62
|
-
} }, pipes: [i2.RpxTranslatePipe], styles: [".x[_ngcontent-%COMP%]{margin:0;padding:9px 9px 0 0;font-size:24px;font-weight:700;font-style:normal;font-stretch:normal;cursor:pointer;color:#6e7071}.dialog-header[_ngcontent-%COMP%]{text-align:right}.dialog-info[_ngcontent-%COMP%], .dialog-title[_ngcontent-%COMP%]{margin:0 0 21px 25px}.action-button[_ngcontent-%COMP%]{margin:0 15px 0 25px}"] });
|
|
48
|
+
} }, styles: [".x[_ngcontent-%COMP%]{margin:0;padding:9px 9px 0 0;font-size:24px;font-weight:700;font-style:normal;font-stretch:normal;cursor:pointer;color:#6e7071}.dialog-header[_ngcontent-%COMP%]{text-align:right}.dialog-info[_ngcontent-%COMP%], .dialog-title[_ngcontent-%COMP%]{margin:0 0 21px 25px}.action-button[_ngcontent-%COMP%]{margin:0 15px 0 25px}"] });
|
|
63
49
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RemoveDialogComponent, [{
|
|
64
50
|
type: Component,
|
|
65
51
|
args: [{
|
|
@@ -68,4 +54,4 @@ RemoveDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: RemoveDialogCompone
|
|
|
68
54
|
styleUrls: ['../action-dialog.component.scss']
|
|
69
55
|
}]
|
|
70
56
|
}], function () { return [{ type: i1.MatDialogRef }]; }, null); })();
|
|
71
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVtb3ZlLWRpYWxvZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZGlhbG9ncy9yZW1vdmUtZGlhbG9nL3JlbW92ZS1kaWFsb2cuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2RpYWxvZ3MvcmVtb3ZlLWRpYWxvZy9yZW1vdmUtZGlhbG9nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFPeEQsTUFBTSxPQUFPLHFCQUFxQjtJQUloQyxZQUE2QixZQUFpRDtRQUFqRCxpQkFBWSxHQUFaLFlBQVksQ0FBcUM7SUFBRyxDQUFDO0lBRTNFLE1BQU07UUFDWCxJQUFJLENBQUMsTUFBTSxHQUFHLFFBQVEsQ0FBQztRQUN2QixJQUFJLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUNNLE1BQU07UUFDWCxJQUFJLENBQUMsTUFBTSxHQUFHLFFBQVEsQ0FBQztRQUN2QixJQUFJLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdkMsQ0FBQzs7MEZBYlUscUJBQXFCOzBEQUFyQixxQkFBcUI7UUNQbEMsMkJBQUs7UUFDSCw4QkFBMkI7UUFDekIsNkJBQTRDO1FBQXhDLDhGQUFTLFlBQVEsSUFBQztRQUFzQixpQkFBQztRQUFBLGlCQUFLO1FBQ3BELGlCQUFNO1FBQ04sMkJBQUs7UUFDSCw2QkFBb0M7UUFBQSx3REFBd0M7UUFBQSxpQkFBSztRQUNuRixpQkFBTTtRQUNOLDhCQUF5QjtRQUN2QiwrQkFBd0I7UUFBQSx1R0FDUDtRQUFBLGlCQUFPO1FBQzFCLGlCQUFNO1FBQ04sNEJBQUs7UUFDSCxrQ0FBcUY7UUFBbkIsbUdBQVMsWUFBUSxJQUFDO1FBQUMsdUJBQU07UUFBQSxpQkFBUztRQUNwRyxrQ0FBd0Y7UUFBbkIsbUdBQVMsWUFBUSxJQUFDO1FBQUMsdUJBQU07UUFBQSxpQkFBUztRQUN6RyxpQkFBTTtRQUNSLGlCQUFNOzt1RkRSTyxxQkFBcUI7Y0FMakMsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSxtQkFBbUI7Z0JBQzdCLFdBQVcsRUFBRSxnQ0FBZ0M7Z0JBQzdDLFNBQVMsRUFBRSxDQUFDLGlDQUFpQyxDQUFDO2FBQy9DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXREaWFsb2dSZWYgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtcmVtb3ZlLWRpYWxvZycsXG4gIHRlbXBsYXRlVXJsOiAnLi9yZW1vdmUtZGlhbG9nLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4uL2FjdGlvbi1kaWFsb2cuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBSZW1vdmVEaWFsb2dDb21wb25lbnQge1xuXG4gIHB1YmxpYyByZXN1bHQ6IHN0cmluZztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IG1hdERpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPFJlbW92ZURpYWxvZ0NvbXBvbmVudD4pIHt9XG5cbiAgcHVibGljIHJlbW92ZSgpIHtcbiAgICB0aGlzLnJlc3VsdCA9ICdSZW1vdmUnO1xuICAgIHRoaXMubWF0RGlhbG9nUmVmLmNsb3NlKHRoaXMucmVzdWx0KTtcbiAgfVxuICBwdWJsaWMgY2FuY2VsKCkge1xuICAgIHRoaXMucmVzdWx0ID0gJ0NhbmNlbCc7XG4gICAgdGhpcy5tYXREaWFsb2dSZWYuY2xvc2UodGhpcy5yZXN1bHQpO1xuICB9XG59XG4iLCJcbjxkaXY+XG4gIDxkaXYgY2xhc3M9XCJkaWFsb2ctaGVhZGVyXCI+XG4gICAgPGgyIChjbGljayk9XCJjYW5jZWwoKVwiIGNsYXNzPVwiaGVhZGluZy1oMiB4XCI+WDwvaDI+XG4gIDwvZGl2PlxuICA8ZGl2PlxuICAgIDxoMiBjbGFzcz1cImhlYWRpbmctaDIgZGlhbG9nLXRpdGxlXCI+QXJlIHlvdSBzdXJlIHlvdSB3YW50IHRvIHJlbW92ZSB0aGUgaXRlbTwvaDI+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiZGlhbG9nLWluZm9cIj5cbiAgICA8c3BhbiBjbGFzcz1cInRleHQtaW5mb1wiPllvdSBhcmUgYWJvdXQgdG8gcGVybWFuZW50bHkgcmVtb3ZlIGFuIGl0ZW0sIGFyZSB5b3Ugc3VyZSB5b3Ugd2FudCB0b1xuICAgIHJlbW92ZSB0aGlzIGl0ZW0/PC9zcGFuPlxuICA8L2Rpdj5cbiAgPGRpdj5cbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiB0aXRsZT1cIlJlbW92ZVwiIGNsYXNzPVwiYnV0dG9uIGFjdGlvbi1idXR0b25cIiAoY2xpY2spPVwicmVtb3ZlKClcIj5SZW1vdmU8L2J1dHRvbj5cbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiB0aXRsZT1cIkNhbmNlbFwiIGNsYXNzPVwiYnV0dG9uIGJ1dHRvbi1zZWNvbmRhcnlcIiAoY2xpY2spPVwiY2FuY2VsKClcIj5DYW5jZWw8L2J1dHRvbj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/material/dialog";
|
|
5
|
-
import * as i2 from "rpx-xui-translation";
|
|
6
5
|
export class SaveOrDiscardDialogComponent {
|
|
7
6
|
constructor(matDialogRef) {
|
|
8
7
|
this.matDialogRef = matDialogRef;
|
|
@@ -21,7 +20,7 @@ export class SaveOrDiscardDialogComponent {
|
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
22
|
SaveOrDiscardDialogComponent.ɵfac = function SaveOrDiscardDialogComponent_Factory(t) { return new (t || SaveOrDiscardDialogComponent)(i0.ɵɵdirectiveInject(i1.MatDialogRef)); };
|
|
24
|
-
SaveOrDiscardDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: SaveOrDiscardDialogComponent, selectors: [["ccd-save-or-discard-dialog"]], decls:
|
|
23
|
+
SaveOrDiscardDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: SaveOrDiscardDialogComponent, selectors: [["ccd-save-or-discard-dialog"]], decls: 15, vars: 0, consts: [[1, "dialog-header"], [1, "heading-h2", "x", 3, "click"], [1, "heading-h2", "dialog-title"], [1, "dialog-info"], [1, "text-info"], ["type", "button", "title", "Save", 1, "button", "action-button", 3, "click"], ["type", "button", "title", "Discard", 1, "button", "button-secondary", 3, "click"]], template: function SaveOrDiscardDialogComponent_Template(rf, ctx) { if (rf & 1) {
|
|
25
24
|
i0.ɵɵelementStart(0, "div");
|
|
26
25
|
i0.ɵɵelementStart(1, "div", 0);
|
|
27
26
|
i0.ɵɵelementStart(2, "h2", 1);
|
|
@@ -31,39 +30,26 @@ SaveOrDiscardDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: SaveOrDiscar
|
|
|
31
30
|
i0.ɵɵelementEnd();
|
|
32
31
|
i0.ɵɵelementStart(4, "div");
|
|
33
32
|
i0.ɵɵelementStart(5, "h2", 2);
|
|
34
|
-
i0.ɵɵtext(6);
|
|
35
|
-
i0.ɵɵpipe(7, "rpxTranslate");
|
|
33
|
+
i0.ɵɵtext(6, "Would you like to save changes to this page?");
|
|
36
34
|
i0.ɵɵelementEnd();
|
|
37
35
|
i0.ɵɵelementEnd();
|
|
38
|
-
i0.ɵɵelementStart(
|
|
39
|
-
i0.ɵɵelementStart(
|
|
40
|
-
i0.ɵɵtext(
|
|
41
|
-
i0.ɵɵpipe(11, "rpxTranslate");
|
|
36
|
+
i0.ɵɵelementStart(7, "div", 3);
|
|
37
|
+
i0.ɵɵelementStart(8, "span", 4);
|
|
38
|
+
i0.ɵɵtext(9, "You will be taken back to your case list.");
|
|
42
39
|
i0.ɵɵelementEnd();
|
|
43
40
|
i0.ɵɵelementEnd();
|
|
44
|
-
i0.ɵɵelementStart(
|
|
45
|
-
i0.ɵɵelementStart(
|
|
46
|
-
i0.ɵɵlistener("click", function
|
|
47
|
-
i0.ɵɵtext(
|
|
48
|
-
i0.ɵɵpipe(15, "rpxTranslate");
|
|
41
|
+
i0.ɵɵelementStart(10, "div");
|
|
42
|
+
i0.ɵɵelementStart(11, "button", 5);
|
|
43
|
+
i0.ɵɵlistener("click", function SaveOrDiscardDialogComponent_Template_button_click_11_listener() { return ctx.save(); });
|
|
44
|
+
i0.ɵɵtext(12, "Save");
|
|
49
45
|
i0.ɵɵelementEnd();
|
|
50
|
-
i0.ɵɵelementStart(
|
|
51
|
-
i0.ɵɵlistener("click", function
|
|
52
|
-
i0.ɵɵtext(
|
|
53
|
-
i0.ɵɵpipe(18, "rpxTranslate");
|
|
46
|
+
i0.ɵɵelementStart(13, "button", 6);
|
|
47
|
+
i0.ɵɵlistener("click", function SaveOrDiscardDialogComponent_Template_button_click_13_listener() { return ctx.discard(); });
|
|
48
|
+
i0.ɵɵtext(14, "Discard");
|
|
54
49
|
i0.ɵɵelementEnd();
|
|
55
50
|
i0.ɵɵelementEnd();
|
|
56
51
|
i0.ɵɵelementEnd();
|
|
57
|
-
}
|
|
58
|
-
i0.ɵɵadvance(6);
|
|
59
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 4, "Would you like to save changes to this page ?"));
|
|
60
|
-
i0.ɵɵadvance(4);
|
|
61
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 6, "You will be taken back to your case list."));
|
|
62
|
-
i0.ɵɵadvance(4);
|
|
63
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(15, 8, "Save"));
|
|
64
|
-
i0.ɵɵadvance(3);
|
|
65
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 10, "Discard"));
|
|
66
|
-
} }, pipes: [i2.RpxTranslatePipe], styles: [".x[_ngcontent-%COMP%]{margin:0;padding:9px 9px 0 0;font-size:24px;font-weight:700;font-style:normal;font-stretch:normal;cursor:pointer;color:#6e7071}.dialog-header[_ngcontent-%COMP%]{text-align:right}.dialog-info[_ngcontent-%COMP%], .dialog-title[_ngcontent-%COMP%]{margin:0 0 21px 25px}.action-button[_ngcontent-%COMP%]{margin:0 15px 0 25px}"] });
|
|
52
|
+
} }, styles: [".x[_ngcontent-%COMP%]{margin:0;padding:9px 9px 0 0;font-size:24px;font-weight:700;font-style:normal;font-stretch:normal;cursor:pointer;color:#6e7071}.dialog-header[_ngcontent-%COMP%]{text-align:right}.dialog-info[_ngcontent-%COMP%], .dialog-title[_ngcontent-%COMP%]{margin:0 0 21px 25px}.action-button[_ngcontent-%COMP%]{margin:0 15px 0 25px}"] });
|
|
67
53
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SaveOrDiscardDialogComponent, [{
|
|
68
54
|
type: Component,
|
|
69
55
|
args: [{
|
|
@@ -72,4 +58,4 @@ SaveOrDiscardDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: SaveOrDiscar
|
|
|
72
58
|
styleUrls: ['../action-dialog.component.scss']
|
|
73
59
|
}]
|
|
74
60
|
}], function () { return [{ type: i1.MatDialogRef }]; }, null); })();
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
61
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2F2ZS1vci1kaXNjYXJkLWRpYWxvZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZGlhbG9ncy9zYXZlLW9yLWRpc2NhcmQtZGlhbG9nL3NhdmUtb3ItZGlzY2FyZC1kaWFsb2cuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2RpYWxvZ3Mvc2F2ZS1vci1kaXNjYXJkLWRpYWxvZy9zYXZlLW9yLWRpc2NhcmQtZGlhbG9nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFPeEQsTUFBTSxPQUFPLDRCQUE0QjtJQUl2QyxZQUE2QixZQUF3RDtRQUF4RCxpQkFBWSxHQUFaLFlBQVksQ0FBNEM7SUFBRyxDQUFDO0lBRWxGLE1BQU07UUFDWCxJQUFJLENBQUMsTUFBTSxHQUFHLFFBQVEsQ0FBQztRQUN2QixJQUFJLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUNNLElBQUk7UUFDVCxJQUFJLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQztRQUNyQixJQUFJLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUNNLE9BQU87UUFDWixJQUFJLENBQUMsTUFBTSxHQUFHLFNBQVMsQ0FBQztRQUN4QixJQUFJLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdkMsQ0FBQzs7d0dBakJVLDRCQUE0QjtpRUFBNUIsNEJBQTRCO1FDUHpDLDJCQUFLO1FBQ0gsOEJBQTJCO1FBQ3pCLDZCQUE0QztRQUF4QyxxR0FBUyxZQUFRLElBQUM7UUFBc0IsaUJBQUM7UUFBQSxpQkFBSztRQUNwRCxpQkFBTTtRQUNOLDJCQUFLO1FBQ0gsNkJBQW9DO1FBQUEsNERBQTRDO1FBQUEsaUJBQUs7UUFDdkYsaUJBQU07UUFDTiw4QkFBeUI7UUFDdkIsK0JBQXdCO1FBQUEseURBQXlDO1FBQUEsaUJBQU87UUFDMUUsaUJBQU07UUFDTiw0QkFBSztRQUNILGtDQUFpRjtRQUFqQiwwR0FBUyxVQUFNLElBQUM7UUFBQyxxQkFBSTtRQUFBLGlCQUFTO1FBQzlGLGtDQUEwRjtRQUFwQiwwR0FBUyxhQUFTLElBQUM7UUFBQyx3QkFBTztRQUFBLGlCQUFTO1FBQzVHLGlCQUFNO1FBQ1IsaUJBQU07O3VGRFBPLDRCQUE0QjtjQUx4QyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLDRCQUE0QjtnQkFDdEMsV0FBVyxFQUFFLHlDQUF5QztnQkFDdEQsU0FBUyxFQUFFLENBQUMsaUNBQWlDLENBQUM7YUFDL0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdERpYWxvZ1JlZiB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2RpYWxvZyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1zYXZlLW9yLWRpc2NhcmQtZGlhbG9nJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NhdmUtb3ItZGlzY2FyZC1kaWFsb2cuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi4vYWN0aW9uLWRpYWxvZy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIFNhdmVPckRpc2NhcmREaWFsb2dDb21wb25lbnQge1xuXG4gIHB1YmxpYyByZXN1bHQ6IHN0cmluZztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IG1hdERpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPFNhdmVPckRpc2NhcmREaWFsb2dDb21wb25lbnQ+KSB7fVxuXG4gIHB1YmxpYyBjYW5jZWwoKSB7XG4gICAgdGhpcy5yZXN1bHQgPSAnQ2FuY2VsJztcbiAgICB0aGlzLm1hdERpYWxvZ1JlZi5jbG9zZSh0aGlzLnJlc3VsdCk7XG4gIH1cbiAgcHVibGljIHNhdmUoKSB7XG4gICAgdGhpcy5yZXN1bHQgPSAnU2F2ZSc7XG4gICAgdGhpcy5tYXREaWFsb2dSZWYuY2xvc2UodGhpcy5yZXN1bHQpO1xuICB9XG4gIHB1YmxpYyBkaXNjYXJkKCkge1xuICAgIHRoaXMucmVzdWx0ID0gJ0Rpc2NhcmQnO1xuICAgIHRoaXMubWF0RGlhbG9nUmVmLmNsb3NlKHRoaXMucmVzdWx0KTtcbiAgfVxufVxuIiwiXG48ZGl2PlxuICA8ZGl2IGNsYXNzPVwiZGlhbG9nLWhlYWRlclwiPlxuICAgIDxoMiAoY2xpY2spPVwiY2FuY2VsKClcIiBjbGFzcz1cImhlYWRpbmctaDIgeFwiPlg8L2gyPlxuICA8L2Rpdj5cbiAgPGRpdj5cbiAgICA8aDIgY2xhc3M9XCJoZWFkaW5nLWgyIGRpYWxvZy10aXRsZVwiPldvdWxkIHlvdSBsaWtlIHRvIHNhdmUgY2hhbmdlcyB0byB0aGlzIHBhZ2U/PC9oMj5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJkaWFsb2ctaW5mb1wiPlxuICAgIDxzcGFuIGNsYXNzPVwidGV4dC1pbmZvXCI+WW91IHdpbGwgYmUgdGFrZW4gYmFjayB0byB5b3VyIGNhc2UgbGlzdC48L3NwYW4+XG4gIDwvZGl2PlxuICA8ZGl2PlxuICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiIHRpdGxlPVwiU2F2ZVwiIGNsYXNzPVwiYnV0dG9uIGFjdGlvbi1idXR0b25cIiAoY2xpY2spPVwic2F2ZSgpXCI+U2F2ZTwvYnV0dG9uPlxuICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiIHRpdGxlPVwiRGlzY2FyZFwiIGNsYXNzPVwiYnV0dG9uIGJ1dHRvbi1zZWNvbmRhcnlcIiAoY2xpY2spPVwiZGlzY2FyZCgpXCI+RGlzY2FyZDwvYnV0dG9uPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -3,75 +3,64 @@ import { Subject } from 'rxjs';
|
|
|
3
3
|
import { CallbackErrorsContext } from './domain/error-context';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/common";
|
|
6
|
-
|
|
7
|
-
function CallbackErrorsComponent_div_0_ng_container_2_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
+
function CallbackErrorsComponent_div_0_ng_container_1_li_4_Template(rf, ctx) { if (rf & 1) {
|
|
8
7
|
i0.ɵɵelementStart(0, "li");
|
|
9
8
|
i0.ɵɵtext(1);
|
|
10
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
11
9
|
i0.ɵɵelementEnd();
|
|
12
10
|
} if (rf & 2) {
|
|
13
11
|
const errorMsg_r5 = ctx.$implicit;
|
|
14
12
|
i0.ɵɵadvance(1);
|
|
15
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
13
|
+
i0.ɵɵtextInterpolate1(" ", errorMsg_r5, " ");
|
|
16
14
|
} }
|
|
17
|
-
function
|
|
15
|
+
function CallbackErrorsComponent_div_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
18
16
|
i0.ɵɵelementContainerStart(0);
|
|
19
17
|
i0.ɵɵelementStart(1, "h3", 3);
|
|
20
|
-
i0.ɵɵtext(2);
|
|
21
|
-
i0.ɵɵpipe(3, "rpxTranslate");
|
|
18
|
+
i0.ɵɵtext(2, " Errors ");
|
|
22
19
|
i0.ɵɵelementEnd();
|
|
23
|
-
i0.ɵɵelementStart(
|
|
24
|
-
i0.ɵɵtemplate(
|
|
20
|
+
i0.ɵɵelementStart(3, "ul", 4);
|
|
21
|
+
i0.ɵɵtemplate(4, CallbackErrorsComponent_div_0_ng_container_1_li_4_Template, 2, 1, "li", 5);
|
|
25
22
|
i0.ɵɵelementEnd();
|
|
26
23
|
i0.ɵɵelementContainerEnd();
|
|
27
24
|
} if (rf & 2) {
|
|
28
25
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
29
|
-
i0.ɵɵadvance(
|
|
30
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 2, "Errors"), " ");
|
|
31
|
-
i0.ɵɵadvance(3);
|
|
26
|
+
i0.ɵɵadvance(4);
|
|
32
27
|
i0.ɵɵproperty("ngForOf", ctx_r1.error.callbackErrors);
|
|
33
28
|
} }
|
|
34
|
-
function
|
|
29
|
+
function CallbackErrorsComponent_div_0_br_2_Template(rf, ctx) { if (rf & 1) {
|
|
35
30
|
i0.ɵɵelement(0, "br");
|
|
36
31
|
} }
|
|
37
|
-
function
|
|
32
|
+
function CallbackErrorsComponent_div_0_ng_container_3_li_4_Template(rf, ctx) { if (rf & 1) {
|
|
38
33
|
i0.ɵɵelementStart(0, "li");
|
|
39
34
|
i0.ɵɵtext(1);
|
|
40
|
-
i0.ɵɵpipe(2, "rpxTranslate");
|
|
41
35
|
i0.ɵɵelementEnd();
|
|
42
36
|
} if (rf & 2) {
|
|
43
37
|
const warningMsg_r7 = ctx.$implicit;
|
|
44
38
|
i0.ɵɵadvance(1);
|
|
45
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
39
|
+
i0.ɵɵtextInterpolate1(" ", warningMsg_r7, " ");
|
|
46
40
|
} }
|
|
47
|
-
function
|
|
41
|
+
function CallbackErrorsComponent_div_0_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
48
42
|
i0.ɵɵelementContainerStart(0);
|
|
49
43
|
i0.ɵɵelementStart(1, "h3", 3);
|
|
50
|
-
i0.ɵɵtext(2);
|
|
51
|
-
i0.ɵɵpipe(3, "rpxTranslate");
|
|
44
|
+
i0.ɵɵtext(2, " Warnings ");
|
|
52
45
|
i0.ɵɵelementEnd();
|
|
53
|
-
i0.ɵɵelementStart(
|
|
54
|
-
i0.ɵɵtemplate(
|
|
46
|
+
i0.ɵɵelementStart(3, "ul", 6);
|
|
47
|
+
i0.ɵɵtemplate(4, CallbackErrorsComponent_div_0_ng_container_3_li_4_Template, 2, 1, "li", 5);
|
|
55
48
|
i0.ɵɵelementEnd();
|
|
56
49
|
i0.ɵɵelementContainerEnd();
|
|
57
50
|
} if (rf & 2) {
|
|
58
51
|
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
59
|
-
i0.ɵɵadvance(
|
|
60
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 2, "Warnings"), " ");
|
|
61
|
-
i0.ɵɵadvance(3);
|
|
52
|
+
i0.ɵɵadvance(4);
|
|
62
53
|
i0.ɵɵproperty("ngForOf", ctx_r3.error.callbackWarnings);
|
|
63
54
|
} }
|
|
64
55
|
function CallbackErrorsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
65
56
|
i0.ɵɵelementStart(0, "div", 1);
|
|
66
|
-
i0.ɵɵ
|
|
67
|
-
i0.ɵɵtemplate(2,
|
|
68
|
-
i0.ɵɵtemplate(3,
|
|
69
|
-
i0.ɵɵtemplate(4, CallbackErrorsComponent_div_0_ng_container_4_Template, 6, 4, "ng-container", 2);
|
|
57
|
+
i0.ɵɵtemplate(1, CallbackErrorsComponent_div_0_ng_container_1_Template, 5, 1, "ng-container", 2);
|
|
58
|
+
i0.ɵɵtemplate(2, CallbackErrorsComponent_div_0_br_2_Template, 1, 0, "br", 2);
|
|
59
|
+
i0.ɵɵtemplate(3, CallbackErrorsComponent_div_0_ng_container_3_Template, 5, 1, "ng-container", 2);
|
|
70
60
|
i0.ɵɵelementEnd();
|
|
71
61
|
} if (rf & 2) {
|
|
72
62
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
73
|
-
i0.ɵɵ
|
|
74
|
-
i0.ɵɵadvance(2);
|
|
63
|
+
i0.ɵɵadvance(1);
|
|
75
64
|
i0.ɵɵproperty("ngIf", ctx_r0.hasErrors());
|
|
76
65
|
i0.ɵɵadvance(1);
|
|
77
66
|
i0.ɵɵproperty("ngIf", ctx_r0.hasErrors() && ctx_r0.hasWarnings());
|
|
@@ -94,11 +83,6 @@ export class CallbackErrorsComponent {
|
|
|
94
83
|
}
|
|
95
84
|
});
|
|
96
85
|
}
|
|
97
|
-
ngOnDestroy() {
|
|
98
|
-
if (this.callbackErrorsSubject) {
|
|
99
|
-
this.callbackErrorsSubject.unsubscribe();
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
86
|
hasErrors() {
|
|
103
87
|
return this.error
|
|
104
88
|
&& this.error.callbackErrors
|
|
@@ -133,11 +117,11 @@ CallbackErrorsComponent.TRIGGER_TEXT_START = 'Start';
|
|
|
133
117
|
CallbackErrorsComponent.TRIGGER_TEXT_GO = 'Go';
|
|
134
118
|
CallbackErrorsComponent.TRIGGER_TEXT_IGNORE = 'Ignore Warning and Go';
|
|
135
119
|
CallbackErrorsComponent.ɵfac = function CallbackErrorsComponent_Factory(t) { return new (t || CallbackErrorsComponent)(); };
|
|
136
|
-
CallbackErrorsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CallbackErrorsComponent, selectors: [["ccd-callback-errors"]], inputs: { triggerTextIgnore: "triggerTextIgnore", triggerTextContinue: "triggerTextContinue", callbackErrorsSubject: "callbackErrorsSubject" }, outputs: { callbackErrorsContext: "callbackErrorsContext" }, decls: 1, vars: 1, consts: [["class", "error-summary", "role", "group", "tabindex", "-1", 4, "ngIf"], ["role", "group", "tabindex", "-1", 1, "error-summary"], [4, "ngIf"], [1, "heading-h3", "error-summary-heading"], ["id", "errors", 1, "error-summary-list"], [4, "ngFor", "ngForOf"], ["id", "warnings", 1, "error-summary-list"]], template: function CallbackErrorsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
137
|
-
i0.ɵɵtemplate(0, CallbackErrorsComponent_div_0_Template,
|
|
120
|
+
CallbackErrorsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CallbackErrorsComponent, selectors: [["ccd-callback-errors"]], inputs: { triggerTextIgnore: "triggerTextIgnore", triggerTextContinue: "triggerTextContinue", callbackErrorsSubject: "callbackErrorsSubject" }, outputs: { callbackErrorsContext: "callbackErrorsContext" }, decls: 1, vars: 1, consts: [["class", "error-summary", "role", "group", "aria-label", "Cannot continue because the service reported one or more errors or warnings", "tabindex", "-1", 4, "ngIf"], ["role", "group", "aria-label", "Cannot continue because the service reported one or more errors or warnings", "tabindex", "-1", 1, "error-summary"], [4, "ngIf"], [1, "heading-h3", "error-summary-heading"], ["id", "errors", 1, "error-summary-list"], [4, "ngFor", "ngForOf"], ["id", "warnings", 1, "error-summary-list"]], template: function CallbackErrorsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
121
|
+
i0.ɵɵtemplate(0, CallbackErrorsComponent_div_0_Template, 4, 3, "div", 0);
|
|
138
122
|
} if (rf & 2) {
|
|
139
123
|
i0.ɵɵproperty("ngIf", ctx.hasErrors() || ctx.hasWarnings());
|
|
140
|
-
} }, directives: [i1.NgIf, i1.NgForOf],
|
|
124
|
+
} }, directives: [i1.NgIf, i1.NgForOf], encapsulation: 2 });
|
|
141
125
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CallbackErrorsComponent, [{
|
|
142
126
|
type: Component,
|
|
143
127
|
args: [{
|
|
@@ -153,4 +137,4 @@ CallbackErrorsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CallbackErrorsCom
|
|
|
153
137
|
}], callbackErrorsContext: [{
|
|
154
138
|
type: Output
|
|
155
139
|
}] }); })();
|
|
156
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
140
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsbGJhY2stZXJyb3JzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9lcnJvci9jYWxsYmFjay1lcnJvcnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2Vycm9yL2NhbGxiYWNrLWVycm9ycy5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0UsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUUvQixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7OztJQ0l6RCwwQkFBa0Q7SUFDaEQsWUFDRjtJQUFBLGlCQUFLOzs7SUFESCxlQUNGO0lBREUsNENBQ0Y7OztJQVBKLDZCQUFrQztJQUNoQyw2QkFBNkM7SUFDM0Msd0JBQ0Y7SUFBQSxpQkFBSztJQUNMLDZCQUEyQztJQUN6QywyRkFFSztJQUNQLGlCQUFLO0lBQ1AsMEJBQWU7OztJQUpjLGVBQXVCO0lBQXZCLHFEQUF1Qjs7O0lBTXBELHFCQUF5Qzs7O0lBTXJDLDBCQUFzRDtJQUNwRCxZQUNGO0lBQUEsaUJBQUs7OztJQURILGVBQ0Y7SUFERSw4Q0FDRjs7O0lBUEosNkJBQW9DO0lBQ2xDLDZCQUE2QztJQUMzQywwQkFDRjtJQUFBLGlCQUFLO0lBQ0wsNkJBQTZDO0lBQzNDLDJGQUVLO0lBQ1AsaUJBQUs7SUFDUCwwQkFBZTs7O0lBSmdCLGVBQXlCO0lBQXpCLHVEQUF5Qjs7O0lBbkIxRCw4QkFDNEc7SUFDMUcsZ0dBU2U7SUFFZiw0RUFBeUM7SUFDekMsZ0dBU2U7SUFDakIsaUJBQU07OztJQXRCVyxlQUFpQjtJQUFqQix5Q0FBaUI7SUFXM0IsZUFBa0M7SUFBbEMsaUVBQWtDO0lBQ3hCLGVBQW1CO0lBQW5CLDJDQUFtQjs7QURMcEMsTUFBTSxPQUFPLHVCQUF1QjtJQUpwQztRQVlTLHNCQUFpQixHQUFXLHVCQUF1QixDQUFDLG1CQUFtQixDQUFDO1FBRXhFLHdCQUFtQixHQUFXLHVCQUF1QixDQUFDLG1CQUFtQixDQUFDO1FBRTFFLDBCQUFxQixHQUFpQixJQUFJLE9BQU8sRUFBRSxDQUFDO1FBR3BELDBCQUFxQixHQUF3QyxJQUFJLFlBQVksRUFBRSxDQUFDO0tBNEN4RjtJQXhDUSxRQUFRO1FBQ2IsSUFBSSxDQUFDLHFCQUFxQixDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUMsRUFBRTtZQUNoRCxJQUFJLENBQUMsS0FBSyxHQUFHLFVBQVUsQ0FBQztZQUN4QixJQUFJLElBQUksQ0FBQyxXQUFXLEVBQUUsSUFBSSxJQUFJLENBQUMsU0FBUyxFQUFFLElBQUksSUFBSSxDQUFDLGNBQWMsRUFBRSxFQUFFO2dCQUNuRSxNQUFNLHFCQUFxQixHQUEwQixJQUFJLENBQUMsMEJBQTBCLEVBQUUsQ0FBQztnQkFDdkYsSUFBSSxDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDO2FBQ3hEO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRU0sU0FBUztRQUNkLE9BQU8sSUFBSSxDQUFDLEtBQUs7ZUFDWixJQUFJLENBQUMsS0FBSyxDQUFDLGNBQWM7ZUFDekIsSUFBSSxDQUFDLEtBQUssQ0FBQyxjQUFjLENBQUMsTUFBTSxDQUFDO0lBQ3hDLENBQUM7SUFFTSxXQUFXO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLEtBQUs7ZUFDWixJQUFJLENBQUMsS0FBSyxDQUFDLGdCQUFnQjtlQUMzQixJQUFJLENBQUMsS0FBSyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQztJQUMxQyxDQUFDO0lBRU8sMEJBQTBCO1FBQ2hDLE1BQU0sWUFBWSxHQUEwQixJQUFJLHFCQUFxQixFQUFFLENBQUM7UUFDeEUsSUFBSSxJQUFJLENBQUMsV0FBVyxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsY0FBYyxFQUFFLEVBQUU7WUFDckUsWUFBWSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7WUFDbEMsWUFBWSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUM7U0FDbkQ7YUFBTTtZQUNMLFlBQVksQ0FBQyxhQUFhLEdBQUcsS0FBSyxDQUFDO1lBQ25DLFlBQVksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixDQUFDO1NBQ3JEO1FBQ0QsT0FBTyxZQUFZLENBQUM7SUFDdEIsQ0FBQztJQUVPLGNBQWM7UUFDcEIsT0FBTyxJQUFJLENBQUMsS0FBSztlQUNaLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTztlQUNsQixJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxZQUFZO2VBQy9CLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUM7SUFDOUMsQ0FBQzs7QUF4RHNCLDJDQUFtQixHQUFHLFFBQVEsQ0FBQztBQUMvQiwwQ0FBa0IsR0FBRyxPQUFPLENBQUM7QUFDN0IsdUNBQWUsR0FBRyxJQUFJLENBQUM7QUFDdkIsMkNBQW1CLEdBQUcsdUJBQXVCLENBQUM7OEZBTDFELHVCQUF1Qjs0REFBdkIsdUJBQXVCO1FDVHBDLHdFQXdCTTs7UUF4QkEsMkRBQWtDOzt1RkRTM0IsdUJBQXVCO2NBSm5DLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUscUJBQXFCO2dCQUMvQixXQUFXLEVBQUUsd0JBQXdCO2FBQ3RDO2dCQVNRLGlCQUFpQjtrQkFEdkIsS0FBSztZQUdDLG1CQUFtQjtrQkFEekIsS0FBSztZQUdDLHFCQUFxQjtrQkFEM0IsS0FBSztZQUlDLHFCQUFxQjtrQkFEM0IsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEh0dHBFcnJvciB9IGZyb20gJy4uLy4uL2RvbWFpbi9odHRwJztcbmltcG9ydCB7IENhbGxiYWNrRXJyb3JzQ29udGV4dCB9IGZyb20gJy4vZG9tYWluL2Vycm9yLWNvbnRleHQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtY2FsbGJhY2stZXJyb3JzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NhbGxiYWNrLWVycm9ycy5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBDYWxsYmFja0Vycm9yc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgcHVibGljIHN0YXRpYyByZWFkb25seSBUUklHR0VSX1RFWFRfU1VCTUlUID0gJ1N1Ym1pdCc7XG4gIHB1YmxpYyBzdGF0aWMgcmVhZG9ubHkgVFJJR0dFUl9URVhUX1NUQVJUID0gJ1N0YXJ0JztcbiAgcHVibGljIHN0YXRpYyByZWFkb25seSBUUklHR0VSX1RFWFRfR08gPSAnR28nO1xuICBwdWJsaWMgc3RhdGljIHJlYWRvbmx5IFRSSUdHRVJfVEVYVF9JR05PUkUgPSAnSWdub3JlIFdhcm5pbmcgYW5kIEdvJztcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdHJpZ2dlclRleHRJZ25vcmU6IHN0cmluZyA9IENhbGxiYWNrRXJyb3JzQ29tcG9uZW50LlRSSUdHRVJfVEVYVF9JR05PUkU7XG4gIEBJbnB1dCgpXG4gIHB1YmxpYyB0cmlnZ2VyVGV4dENvbnRpbnVlOiBzdHJpbmcgPSBDYWxsYmFja0Vycm9yc0NvbXBvbmVudC5UUklHR0VSX1RFWFRfU1VCTUlUO1xuICBASW5wdXQoKVxuICBwdWJsaWMgY2FsbGJhY2tFcnJvcnNTdWJqZWN0OiBTdWJqZWN0PGFueT4gPSBuZXcgU3ViamVjdCgpO1xuXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgY2FsbGJhY2tFcnJvcnNDb250ZXh0OiBFdmVudEVtaXR0ZXI8Q2FsbGJhY2tFcnJvcnNDb250ZXh0PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBwdWJsaWMgZXJyb3I6IEh0dHBFcnJvcjtcblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jYWxsYmFja0Vycm9yc1N1YmplY3Quc3Vic2NyaWJlKGVycm9yRXZlbnQgPT4ge1xuICAgICAgdGhpcy5lcnJvciA9IGVycm9yRXZlbnQ7XG4gICAgICBpZiAodGhpcy5oYXNXYXJuaW5ncygpIHx8IHRoaXMuaGFzRXJyb3JzKCkgfHwgdGhpcy5oYXNJbnZhbGlkRGF0YSgpKSB7XG4gICAgICAgIGNvbnN0IGNhbGxiYWNrRXJyb3JzQ29udGV4dDogQ2FsbGJhY2tFcnJvcnNDb250ZXh0ID0gdGhpcy5idWlsZENhbGxiYWNrRXJyb3JzQ29udGV4dCgpO1xuICAgICAgICB0aGlzLmNhbGxiYWNrRXJyb3JzQ29udGV4dC5lbWl0KGNhbGxiYWNrRXJyb3JzQ29udGV4dCk7XG4gICAgICB9XG4gICAgfSk7XG4gIH1cblxuICBwdWJsaWMgaGFzRXJyb3JzKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLmVycm9yXG4gICAgICAmJiB0aGlzLmVycm9yLmNhbGxiYWNrRXJyb3JzXG4gICAgICAmJiB0aGlzLmVycm9yLmNhbGxiYWNrRXJyb3JzLmxlbmd0aDtcbiAgfVxuXG4gIHB1YmxpYyBoYXNXYXJuaW5ncygpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5lcnJvclxuICAgICAgJiYgdGhpcy5lcnJvci5jYWxsYmFja1dhcm5pbmdzXG4gICAgICAmJiB0aGlzLmVycm9yLmNhbGxiYWNrV2FybmluZ3MubGVuZ3RoO1xuICB9XG5cbiAgcHJpdmF0ZSBidWlsZENhbGxiYWNrRXJyb3JzQ29udGV4dCgpOiBDYWxsYmFja0Vycm9yc0NvbnRleHQge1xuICAgIGNvbnN0IGVycm9yQ29udGV4dDogQ2FsbGJhY2tFcnJvcnNDb250ZXh0ID0gbmV3IENhbGxiYWNrRXJyb3JzQ29udGV4dCgpO1xuICAgIGlmICh0aGlzLmhhc1dhcm5pbmdzKCkgJiYgIXRoaXMuaGFzRXJyb3JzKCkgJiYgIXRoaXMuaGFzSW52YWxpZERhdGEoKSkge1xuICAgICAgZXJyb3JDb250ZXh0Lmlnbm9yZVdhcm5pbmcgPSB0cnVlO1xuICAgICAgZXJyb3JDb250ZXh0LnRyaWdnZXJUZXh0ID0gdGhpcy50cmlnZ2VyVGV4dElnbm9yZTtcbiAgICB9IGVsc2Uge1xuICAgICAgZXJyb3JDb250ZXh0Lmlnbm9yZVdhcm5pbmcgPSBmYWxzZTtcbiAgICAgIGVycm9yQ29udGV4dC50cmlnZ2VyVGV4dCA9IHRoaXMudHJpZ2dlclRleHRDb250aW51ZTtcbiAgICB9XG4gICAgcmV0dXJuIGVycm9yQ29udGV4dDtcbiAgfVxuXG4gIHByaXZhdGUgaGFzSW52YWxpZERhdGEoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuZXJyb3JcbiAgICAgICYmIHRoaXMuZXJyb3IuZGV0YWlsc1xuICAgICAgJiYgdGhpcy5lcnJvci5kZXRhaWxzLmZpZWxkX2Vycm9yc1xuICAgICAgJiYgdGhpcy5lcnJvci5kZXRhaWxzLmZpZWxkX2Vycm9ycy5sZW5ndGg7XG4gIH1cbn1cbiIsIjxkaXYgKm5nSWY9XCJoYXNFcnJvcnMoKSB8fCBoYXNXYXJuaW5ncygpXCIgY2xhc3M9XCJlcnJvci1zdW1tYXJ5XCIgcm9sZT1cImdyb3VwXCJcbiAgICAgYXJpYS1sYWJlbD1cIkNhbm5vdCBjb250aW51ZSBiZWNhdXNlIHRoZSBzZXJ2aWNlIHJlcG9ydGVkIG9uZSBvciBtb3JlIGVycm9ycyBvciB3YXJuaW5nc1wiIHRhYmluZGV4PVwiLTFcIj5cbiAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImhhc0Vycm9ycygpXCI+XG4gICAgPGgzIGNsYXNzPVwiaGVhZGluZy1oMyBlcnJvci1zdW1tYXJ5LWhlYWRpbmdcIj5cbiAgICAgIEVycm9yc1xuICAgIDwvaDM+XG4gICAgPHVsIGlkPVwiZXJyb3JzXCIgY2xhc3M9XCJlcnJvci1zdW1tYXJ5LWxpc3RcIj5cbiAgICAgIDxsaSAqbmdGb3I9XCJsZXQgZXJyb3JNc2cgb2YgZXJyb3IuY2FsbGJhY2tFcnJvcnNcIj5cbiAgICAgICAge3tlcnJvck1zZ319XG4gICAgICA8L2xpPlxuICAgIDwvdWw+XG4gIDwvbmctY29udGFpbmVyPlxuICA8IS0tIEFkZCBhIGJyZWFrIGZvciBzcGFjaW5nIGlmIHRoZXJlIGFyZSBib3RoIGVycm9ycyBhbmQgd2FybmluZ3MgLS0+XG4gIDxiciAqbmdJZj1cImhhc0Vycm9ycygpICYmIGhhc1dhcm5pbmdzKClcIj5cbiAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImhhc1dhcm5pbmdzKClcIj5cbiAgICA8aDMgY2xhc3M9XCJoZWFkaW5nLWgzIGVycm9yLXN1bW1hcnktaGVhZGluZ1wiPlxuICAgICAgV2FybmluZ3NcbiAgICA8L2gzPlxuICAgIDx1bCBpZD1cIndhcm5pbmdzXCIgY2xhc3M9XCJlcnJvci1zdW1tYXJ5LWxpc3RcIj5cbiAgICAgIDxsaSAqbmdGb3I9XCJsZXQgd2FybmluZ01zZyBvZiBlcnJvci5jYWxsYmFja1dhcm5pbmdzXCI+XG4gICAgICAgIHt7d2FybmluZ01zZ319XG4gICAgICA8L2xpPlxuICAgIDwvdWw+XG4gIDwvbmctY29udGFpbmVyPlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { RouterModule } from '@angular/router';
|
|
4
|
-
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
5
4
|
import { CallbackErrorsComponent } from './callback-errors.component';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "rpx-xui-translation";
|
|
8
6
|
export class ErrorsModule {
|
|
9
7
|
}
|
|
10
8
|
ErrorsModule.ɵfac = function ErrorsModule_Factory(t) { return new (t || ErrorsModule)(); };
|
|
@@ -12,17 +10,15 @@ ErrorsModule.ɵmod = i0.ɵɵdefineNgModule({ type: ErrorsModule });
|
|
|
12
10
|
ErrorsModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
13
11
|
CommonModule,
|
|
14
12
|
RouterModule,
|
|
15
|
-
RpxTranslationModule.forChild()
|
|
16
13
|
]] });
|
|
17
14
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ErrorsModule, { declarations: [CallbackErrorsComponent], imports: [CommonModule,
|
|
18
|
-
RouterModule
|
|
15
|
+
RouterModule], exports: [CallbackErrorsComponent] }); })();
|
|
19
16
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ErrorsModule, [{
|
|
20
17
|
type: NgModule,
|
|
21
18
|
args: [{
|
|
22
19
|
imports: [
|
|
23
20
|
CommonModule,
|
|
24
21
|
RouterModule,
|
|
25
|
-
RpxTranslationModule.forChild()
|
|
26
22
|
],
|
|
27
23
|
declarations: [
|
|
28
24
|
CallbackErrorsComponent
|
|
@@ -32,4 +28,4 @@ ErrorsModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
32
28
|
]
|
|
33
29
|
}]
|
|
34
30
|
}], null, null); })();
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3JzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9lcnJvci9lcnJvcnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7QUFjdEUsTUFBTSxPQUFPLFlBQVk7O3dFQUFaLFlBQVk7Z0RBQVosWUFBWTtvREFYZDtZQUNQLFlBQVk7WUFDWixZQUFZO1NBQ2I7d0ZBUVUsWUFBWSxtQkFOckIsdUJBQXVCLGFBSnZCLFlBQVk7UUFDWixZQUFZLGFBTVosdUJBQXVCO3VGQUdkLFlBQVk7Y0FaeEIsUUFBUTtlQUFDO2dCQUNSLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFlBQVk7aUJBQ2I7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLHVCQUF1QjtpQkFDeEI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLHVCQUF1QjtpQkFDeEI7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IENhbGxiYWNrRXJyb3JzQ29tcG9uZW50IH0gZnJvbSAnLi9jYWxsYmFjay1lcnJvcnMuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBSb3V0ZXJNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIENhbGxiYWNrRXJyb3JzQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBDYWxsYmFja0Vycm9yc0NvbXBvbmVudCxcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBFcnJvcnNNb2R1bGUge31cbiJdfQ==
|
|
@@ -5,20 +5,17 @@ import { Component, Input } from '@angular/core';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "@angular/common";
|
|
7
7
|
import * as i2 from "@angular/router";
|
|
8
|
-
import * as i3 from "rpx-xui-translation";
|
|
9
8
|
function ErrorMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
10
9
|
i0.ɵɵelementContainerStart(0);
|
|
11
10
|
i0.ɵɵelementStart(1, "div", 1);
|
|
12
11
|
i0.ɵɵelementStart(2, "h2", 2);
|
|
13
12
|
i0.ɵɵtext(3);
|
|
14
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
15
13
|
i0.ɵɵelementEnd();
|
|
16
|
-
i0.ɵɵelementStart(
|
|
17
|
-
i0.ɵɵelementStart(
|
|
18
|
-
i0.ɵɵelementStart(
|
|
19
|
-
i0.ɵɵelementStart(
|
|
20
|
-
i0.ɵɵtext(
|
|
21
|
-
i0.ɵɵpipe(10, "rpxTranslate");
|
|
14
|
+
i0.ɵɵelementStart(4, "div", 3);
|
|
15
|
+
i0.ɵɵelementStart(5, "ul", 4);
|
|
16
|
+
i0.ɵɵelementStart(6, "li");
|
|
17
|
+
i0.ɵɵelementStart(7, "a", 5);
|
|
18
|
+
i0.ɵɵtext(8);
|
|
22
19
|
i0.ɵɵelementEnd();
|
|
23
20
|
i0.ɵɵelementEnd();
|
|
24
21
|
i0.ɵɵelementEnd();
|
|
@@ -28,20 +25,20 @@ function ErrorMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
28
25
|
} if (rf & 2) {
|
|
29
26
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30
27
|
i0.ɵɵadvance(3);
|
|
31
|
-
i0.ɵɵtextInterpolate(
|
|
32
|
-
i0.ɵɵadvance(
|
|
28
|
+
i0.ɵɵtextInterpolate(ctx_r0.error.title);
|
|
29
|
+
i0.ɵɵadvance(4);
|
|
33
30
|
i0.ɵɵproperty("fragment", ctx_r0.error.fieldId);
|
|
34
31
|
i0.ɵɵadvance(1);
|
|
35
|
-
i0.ɵɵtextInterpolate(
|
|
32
|
+
i0.ɵɵtextInterpolate(ctx_r0.error.description);
|
|
36
33
|
} }
|
|
37
34
|
export class ErrorMessageComponent {
|
|
38
35
|
}
|
|
39
36
|
ErrorMessageComponent.ɵfac = function ErrorMessageComponent_Factory(t) { return new (t || ErrorMessageComponent)(); };
|
|
40
37
|
ErrorMessageComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ErrorMessageComponent, selectors: [["exui-error-message"]], inputs: { error: "error" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["routerLink", ".", 3, "fragment"]], template: function ErrorMessageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
41
|
-
i0.ɵɵtemplate(0, ErrorMessageComponent_ng_container_0_Template,
|
|
38
|
+
i0.ɵɵtemplate(0, ErrorMessageComponent_ng_container_0_Template, 9, 3, "ng-container", 0);
|
|
42
39
|
} if (rf & 2) {
|
|
43
40
|
i0.ɵɵproperty("ngIf", ctx.error);
|
|
44
|
-
} }, directives: [i1.NgIf, i2.RouterLinkWithHref],
|
|
41
|
+
} }, directives: [i1.NgIf, i2.RouterLinkWithHref], encapsulation: 2 });
|
|
45
42
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ErrorMessageComponent, [{
|
|
46
43
|
type: Component,
|
|
47
44
|
args: [{
|
|
@@ -51,4 +48,4 @@ ErrorMessageComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ErrorMessageCompone
|
|
|
51
48
|
}], null, { error: [{
|
|
52
49
|
type: Input
|
|
53
50
|
}] }); })();
|
|
54
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3ItbWVzc2FnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZXJyb3ItbWVzc2FnZS9lcnJvci1tZXNzYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9lcnJvci1tZXNzYWdlL2Vycm9yLW1lc3NhZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFDSCxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7SUNGakQsNkJBQTRCO0lBQzFCLDhCQUFvSTtJQUNsSSw2QkFBZ0U7SUFBQSxZQUFlO0lBQUEsaUJBQUs7SUFDcEYsOEJBQXVDO0lBQ3JDLDZCQUFpRDtJQUMvQywwQkFBSTtJQUNGLDRCQUE2QztJQUFBLFlBQXFCO0lBQUEsaUJBQUk7SUFDeEUsaUJBQUs7SUFDUCxpQkFBSztJQUNQLGlCQUFNO0lBQ1IsaUJBQU07SUFDUiwwQkFBZTs7O0lBVHFELGVBQWU7SUFBZix3Q0FBZTtJQUl2RCxlQUEwQjtJQUExQiwrQ0FBMEI7SUFBQyxlQUFxQjtJQUFyQiw4Q0FBcUI7O0FESTVFLE1BQU0sT0FBTyxxQkFBcUI7OzBGQUFyQixxQkFBcUI7MERBQXJCLHFCQUFxQjtRQ1ZsQyx3RkFXZTs7UUFYQSxnQ0FBVzs7dUZEVWIscUJBQXFCO2NBSmpDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsb0JBQW9CO2dCQUM5QixXQUFXLEVBQUUsZ0NBQWdDO2FBQzlDO2dCQUVpQixLQUFLO2tCQUFwQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBDbG9uZWQgZnJvbSBycHgteHVpLXdlYmFwcCBzcmMvYXBwL2NvbXBvbmVudHMvZXJyb3ItbWVzc2FnZS9lcnJvci1tZXNzYWdlLmNvbXBvbmVudC50c1xuICovXG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEVycm9yTWVzc2FnZSB9IGZyb20gJy4uLy4uL2RvbWFpbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V4dWktZXJyb3ItbWVzc2FnZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9lcnJvci1tZXNzYWdlLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBFcnJvck1lc3NhZ2VDb21wb25lbnQge1xuICBASW5wdXQoKSBwdWJsaWMgZXJyb3I6IEVycm9yTWVzc2FnZTtcbn1cbiIsIjwhLS0gQ2xvbmVkIGZyb20gcnB4LXh1aS13ZWJhcHAgc3JjL2FwcC9jb21wb25lbnRzL2Vycm9yLW1lc3NhZ2UvZXJyb3ItbWVzc2FnZS5jb21wb25lbnQuaHRtbCAtLT5cbjxuZy1jb250YWluZXIgKm5nSWY9XCJlcnJvclwiPlxuICA8ZGl2IGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeVwiIGFyaWEtbGFiZWxsZWRieT1cImVycm9yLXN1bW1hcnktdGl0bGVcIiByb2xlPVwiYWxlcnRcIiB0YWJpbmRleD1cIi0xXCIgZGF0YS1tb2R1bGU9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5XCI+XG4gICAgPGgyIGNsYXNzPVwiZ292dWstZXJyb3Itc3VtbWFyeV9fdGl0bGVcIiBpZD1cImVycm9yLXN1bW1hcnktdGl0bGVcIj57e2Vycm9yLnRpdGxlfX08L2gyPlxuICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1lcnJvci1zdW1tYXJ5X19ib2R5XCI+XG4gICAgICA8dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWVycm9yLXN1bW1hcnlfX2xpc3RcIj5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxhIHJvdXRlckxpbms9XCIuXCIgW2ZyYWdtZW50XT1cImVycm9yLmZpZWxkSWRcIj57e2Vycm9yLmRlc2NyaXB0aW9ufX08L2E+XG4gICAgICAgIDwvbGk+XG4gICAgICA8L3VsPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvbmctY29udGFpbmVyPlxuIl19
|
|
@@ -2,11 +2,9 @@ import { CommonModule } from '@angular/common';
|
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { ReactiveFormsModule } from '@angular/forms';
|
|
4
4
|
import { RouterModule } from '@angular/router';
|
|
5
|
-
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
6
5
|
import { ActivityModule } from '../activity';
|
|
7
6
|
import { ErrorMessageComponent } from './error-message.component';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "rpx-xui-translation";
|
|
10
8
|
export class EventMessageModule {
|
|
11
9
|
}
|
|
12
10
|
EventMessageModule.ɵfac = function EventMessageModule_Factory(t) { return new (t || EventMessageModule)(); };
|
|
@@ -15,13 +13,12 @@ EventMessageModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
15
13
|
CommonModule,
|
|
16
14
|
ReactiveFormsModule,
|
|
17
15
|
RouterModule,
|
|
18
|
-
ActivityModule
|
|
19
|
-
RpxTranslationModule.forChild()
|
|
16
|
+
ActivityModule
|
|
20
17
|
]] });
|
|
21
18
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EventMessageModule, { declarations: [ErrorMessageComponent], imports: [CommonModule,
|
|
22
19
|
ReactiveFormsModule,
|
|
23
20
|
RouterModule,
|
|
24
|
-
ActivityModule
|
|
21
|
+
ActivityModule], exports: [ErrorMessageComponent] }); })();
|
|
25
22
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventMessageModule, [{
|
|
26
23
|
type: NgModule,
|
|
27
24
|
args: [{
|
|
@@ -29,8 +26,7 @@ EventMessageModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
29
26
|
CommonModule,
|
|
30
27
|
ReactiveFormsModule,
|
|
31
28
|
RouterModule,
|
|
32
|
-
ActivityModule
|
|
33
|
-
RpxTranslationModule.forChild()
|
|
29
|
+
ActivityModule
|
|
34
30
|
],
|
|
35
31
|
declarations: [
|
|
36
32
|
ErrorMessageComponent
|
|
@@ -40,4 +36,4 @@ EventMessageModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
40
36
|
]
|
|
41
37
|
}]
|
|
42
38
|
}], null, null); })();
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3ItbWVzc2FnZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvZXJyb3ItbWVzc2FnZS9lcnJvci1tZXNzYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUM3QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFnQmxFLE1BQU0sT0FBTyxrQkFBa0I7O29GQUFsQixrQkFBa0I7c0RBQWxCLGtCQUFrQjswREFicEI7WUFDUCxZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLFlBQVk7WUFDWixjQUFjO1NBQ2Y7d0ZBUVUsa0JBQWtCLG1CQU4zQixxQkFBcUIsYUFOckIsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixZQUFZO1FBQ1osY0FBYyxhQU1kLHFCQUFxQjt1RkFHWixrQkFBa0I7Y0FkOUIsUUFBUTtlQUFDO2dCQUNSLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLG1CQUFtQjtvQkFDbkIsWUFBWTtvQkFDWixjQUFjO2lCQUNmO2dCQUNELFlBQVksRUFBRTtvQkFDWixxQkFBcUI7aUJBQ3RCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxxQkFBcUI7aUJBQ3RCO2FBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgQWN0aXZpdHlNb2R1bGUgfSBmcm9tICcuLi9hY3Rpdml0eSc7XG5pbXBvcnQgeyBFcnJvck1lc3NhZ2VDb21wb25lbnQgfSBmcm9tICcuL2Vycm9yLW1lc3NhZ2UuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIFJvdXRlck1vZHVsZSxcbiAgICBBY3Rpdml0eU1vZHVsZVxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBFcnJvck1lc3NhZ2VDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEVycm9yTWVzc2FnZUNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEV2ZW50TWVzc2FnZU1vZHVsZSB7fVxuIl19
|