@hmcts/ccd-case-ui-toolkit 6.13.11-activity-tracker → 6.13.11-welsh-release
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +6411 -5353
- 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 -11
- package/esm2015/lib/components/banners/alert/alert.component.js +7 -5
- package/esm2015/lib/components/banners/alert/alert.module.js +12 -4
- package/esm2015/lib/components/banners/index.js +1 -2
- package/esm2015/lib/components/banners/notification-banner/index.js +1 -2
- package/esm2015/lib/components/body/index.js +1 -2
- package/esm2015/lib/components/footer/footer.component.js +55 -30
- package/esm2015/lib/components/footer/footers.module.js +12 -4
- package/esm2015/lib/components/footer/index.js +1 -2
- package/esm2015/lib/components/form/date-input/date-input.component.js +56 -37
- package/esm2015/lib/components/form/form.module.js +8 -4
- package/esm2015/lib/components/form/index.js +1 -2
- package/esm2015/lib/components/header/header-bar/header-bar.component.js +32 -19
- package/esm2015/lib/components/header/headers.module.js +6 -4
- package/esm2015/lib/components/header/navigation/navigation-item.component.js +9 -7
- package/esm2015/lib/components/header/phase/phase.component.js +20 -9
- package/esm2015/lib/components/tabs/tabs.component.js +8 -5
- package/esm2015/lib/components/tabs/tabs.module.js +6 -2
- package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +14 -11
- package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +12 -9
- package/esm2015/lib/shared/components/activity/activity.component.js +155 -0
- package/esm2015/lib/shared/components/activity/activity.module.js +17 -13
- package/esm2015/lib/shared/components/activity/index.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +29 -25
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +76 -48
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +179 -131
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +30 -26
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +51 -26
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +51 -28
- package/esm2015/lib/shared/components/case-editor/case-progress/case-progress.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/services/case-edit-wizard.guard.js +3 -2
- package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +2 -2
- package/esm2015/lib/shared/components/case-history/case-history.component.js +89 -63
- package/esm2015/lib/shared/components/case-history/case-history.module.js +18 -14
- package/esm2015/lib/shared/components/case-list/case-list.component.js +56 -49
- package/esm2015/lib/shared/components/case-list/case-list.module.js +8 -4
- package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +11 -7
- package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +9 -6
- package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +12 -8
- package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +106 -61
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +89 -69
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +45 -23
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +27 -32
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +103 -95
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +32 -20
- package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +107 -79
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +79 -49
- package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +38 -30
- package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +36 -22
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +63 -40
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +6 -2
- package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/dialogs.module.js +6 -2
- package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/error/callback-errors.component.js +34 -23
- package/esm2015/lib/shared/components/error/errors.module.js +6 -2
- package/esm2015/lib/shared/components/error-message/error-message.component.js +14 -11
- package/esm2015/lib/shared/components/error-message/error-message.module.js +8 -4
- package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +39 -20
- package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +34 -18
- package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +34 -19
- package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +50 -25
- package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +39 -20
- package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +34 -18
- package/esm2015/lib/shared/components/event-start/event-start.module.js +8 -4
- package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +27 -17
- package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +6 -2
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +7 -5
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +6 -2
- package/esm2015/lib/shared/components/pagination/pagination.component.js +84 -67
- package/esm2015/lib/shared/components/pagination/pagination.module.js +8 -4
- package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +50 -31
- package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +10 -8
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +6 -2
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.js +31 -25
- package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +6 -1
- package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +18 -12
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +57 -33
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +50 -46
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +7 -6
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +22 -20
- package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +5 -4
- package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +29 -17
- package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +31 -25
- package/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +32 -20
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/index.js +3 -0
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +47 -0
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +153 -0
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +30 -22
- package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +19 -14
- package/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +9 -7
- package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +20 -15
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +87 -65
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +60 -46
- package/esm2015/lib/shared/components/palette/index.js +2 -1
- package/esm2015/lib/shared/components/palette/label/label-field.component.js +24 -5
- package/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +15 -11
- package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +19 -14
- package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +43 -25
- package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +7 -6
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +41 -29
- package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +48 -35
- package/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +88 -50
- package/esm2015/lib/shared/components/palette/palette.module.js +91 -59
- package/esm2015/lib/shared/components/palette/palette.service.js +4 -1
- package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text/read-text-field.component.js +7 -5
- package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +7 -5
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +7 -5
- package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +20 -15
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +60 -35
- package/esm2015/lib/shared/components/search-filters/search-filters.module.js +14 -10
- package/esm2015/lib/shared/components/search-result/search-result.component.js +149 -129
- package/esm2015/lib/shared/components/search-result/search-result.module.js +16 -13
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +90 -52
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +13 -9
- package/esm2015/lib/shared/domain/activity/activity.model.js +1 -1
- package/esm2015/lib/shared/domain/activity/index.js +1 -4
- package/esm2015/lib/shared/domain/alert/alert-status-params.model.js +2 -0
- package/esm2015/lib/shared/domain/definition/case-field.model.js +6 -3
- package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
- package/esm2015/lib/shared/domain/search/index.js +1 -2
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +14 -11
- package/esm2015/lib/shared/services/activity/activity.polling.service.js +10 -25
- package/esm2015/lib/shared/services/activity/activity.service.js +21 -47
- package/esm2015/lib/shared/services/activity/index.js +1 -2
- package/esm2015/lib/shared/services/alert/alert.service.js +28 -8
- package/esm2015/lib/shared/services/form/field-type-sanitiser.js +16 -1
- package/esm2015/lib/shared/services/request/request.options.builder.js +7 -1
- package/esm2015/lib/shared/services/window/window.service.js +1 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +6785 -5741
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +0 -10
- package/lib/app.config.d.ts.map +1 -1
- package/lib/components/banners/alert/alert.module.d.ts +2 -1
- package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
- package/lib/components/banners/index.d.ts +0 -1
- package/lib/components/banners/index.d.ts.map +1 -1
- package/lib/components/banners/notification-banner/index.d.ts +0 -1
- package/lib/components/banners/notification-banner/index.d.ts.map +1 -1
- package/lib/components/body/index.d.ts +0 -1
- package/lib/components/body/index.d.ts.map +1 -1
- package/lib/components/footer/footers.module.d.ts +2 -1
- package/lib/components/footer/footers.module.d.ts.map +1 -1
- package/lib/components/footer/index.d.ts +0 -1
- package/lib/components/footer/index.d.ts.map +1 -1
- package/lib/components/form/form.module.d.ts +2 -1
- package/lib/components/form/form.module.d.ts.map +1 -1
- package/lib/components/form/index.d.ts +0 -1
- package/lib/components/form/index.d.ts.map +1 -1
- package/lib/components/header/headers.module.d.ts +2 -1
- package/lib/components/header/headers.module.d.ts.map +1 -1
- package/lib/components/tabs/tabs.component.d.ts.map +1 -1
- package/lib/components/tabs/tabs.module.d.ts +2 -1
- package/lib/components/tabs/tabs.module.d.ts.map +1 -1
- package/lib/shared/components/activity/activity.component.d.ts +32 -0
- package/lib/shared/components/activity/activity.component.d.ts.map +1 -0
- package/lib/shared/components/activity/activity.module.d.ts +5 -4
- package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
- package/lib/shared/components/activity/index.d.ts +1 -1
- package/lib/shared/components/activity/index.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-editor.module.d.ts +3 -2
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts.map +1 -1
- package/lib/shared/components/case-history/case-history.module.d.ts +2 -1
- package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -1
- package/lib/shared/components/case-list/case-list.module.d.ts +2 -1
- package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -1
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +2 -1
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -1
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts +2 -1
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +4 -5
- 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 +4 -7
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts +6 -4
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +2 -1
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts +2 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
- package/lib/shared/components/error/errors.module.d.ts +2 -1
- package/lib/shared/components/error/errors.module.d.ts.map +1 -1
- package/lib/shared/components/error-message/error-message.module.d.ts +2 -1
- package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-start.module.d.ts +2 -1
- package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -1
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts +2 -1
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts +2 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
- package/lib/shared/components/pagination/pagination.module.d.ts +2 -1
- package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts +1 -0
- package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +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 -0
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts +2 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +60 -57
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts +2 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.component.d.ts +6 -9
- package/lib/shared/components/search-result/search-result.component.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.module.d.ts +3 -2
- package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +2 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
- package/lib/shared/domain/activity/activity.model.d.ts +0 -1
- package/lib/shared/domain/activity/activity.model.d.ts.map +1 -1
- package/lib/shared/domain/activity/index.d.ts +0 -3
- package/lib/shared/domain/activity/index.d.ts.map +1 -1
- package/lib/shared/domain/alert/alert-status-params.model.d.ts +6 -0
- package/lib/shared/domain/alert/alert-status-params.model.d.ts.map +1 -0
- package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
- package/lib/shared/domain/search/index.d.ts +0 -1
- package/lib/shared/domain/search/index.d.ts.map +1 -1
- package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
- package/lib/shared/services/activity/activity.polling.service.d.ts +5 -6
- package/lib/shared/services/activity/activity.polling.service.d.ts.map +1 -1
- package/lib/shared/services/activity/activity.service.d.ts +5 -14
- package/lib/shared/services/activity/activity.service.d.ts.map +1 -1
- package/lib/shared/services/activity/index.d.ts +0 -1
- package/lib/shared/services/activity/index.d.ts.map +1 -1
- package/lib/shared/services/alert/alert.service.d.ts +8 -4
- package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
- package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
- package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
- package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
- package/lib/shared/services/window/window.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/activity/case-activity.component.js +0 -174
- package/esm2015/lib/shared/domain/activity/case-activity-info.model.js +0 -3
- package/esm2015/lib/shared/domain/activity/case-activity.model.js +0 -3
- package/esm2015/lib/shared/domain/activity/user.model.js +0 -3
- package/esm2015/lib/shared/domain/search/sorting/index.js +0 -4
- package/esm2015/lib/shared/domain/user/index.js +0 -3
- package/esm2015/lib/shared/services/activity/activity-socket.service.js +0 -91
- package/esm2015/lib/shared/services/activity/utils/index.js +0 -117
- package/lib/shared/components/activity/case-activity.component.d.ts +0 -32
- package/lib/shared/components/activity/case-activity.component.d.ts.map +0 -1
- package/lib/shared/domain/activity/case-activity-info.model.d.ts +0 -9
- package/lib/shared/domain/activity/case-activity-info.model.d.ts.map +0 -1
- package/lib/shared/domain/activity/case-activity.model.d.ts +0 -5
- package/lib/shared/domain/activity/case-activity.model.d.ts.map +0 -1
- package/lib/shared/domain/activity/user.model.d.ts +0 -6
- package/lib/shared/domain/activity/user.model.d.ts.map +0 -1
- package/lib/shared/domain/search/sorting/index.d.ts +0 -4
- package/lib/shared/domain/search/sorting/index.d.ts.map +0 -1
- package/lib/shared/domain/user/index.d.ts +0 -3
- package/lib/shared/domain/user/index.d.ts.map +0 -1
- package/lib/shared/services/activity/activity-socket.service.d.ts +0 -33
- package/lib/shared/services/activity/activity-socket.service.d.ts.map +0 -1
- package/lib/shared/services/activity/utils/index.d.ts +0 -40
- package/lib/shared/services/activity/utils/index.d.ts.map +0 -1
package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js
CHANGED
|
@@ -4,46 +4,51 @@ import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/common";
|
|
6
6
|
import * as i2 from "@angular/forms";
|
|
7
|
-
import * as i3 from "
|
|
8
|
-
import * as i4 from "../utils/
|
|
7
|
+
import * as i3 from "rpx-xui-translation";
|
|
8
|
+
import * as i4 from "../utils/field-label.pipe";
|
|
9
|
+
import * as i5 from "../utils/first-error.pipe";
|
|
9
10
|
function WriteFixedListFieldComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
10
11
|
i0.ɵɵelementStart(0, "span", 8);
|
|
11
12
|
i0.ɵɵtext(1);
|
|
12
|
-
i0.ɵɵpipe(2, "
|
|
13
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
14
|
+
i0.ɵɵpipe(3, "ccdFieldLabel");
|
|
13
15
|
i0.ɵɵelementEnd();
|
|
14
16
|
} if (rf & 2) {
|
|
15
17
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
16
18
|
i0.ɵɵadvance(1);
|
|
17
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r0.caseField));
|
|
19
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind1(3, 3, ctx_r0.caseField)));
|
|
18
20
|
} }
|
|
19
21
|
function WriteFixedListFieldComponent_span_3_Template(rf, ctx) { if (rf & 1) {
|
|
20
22
|
i0.ɵɵelementStart(0, "span", 9);
|
|
21
23
|
i0.ɵɵtext(1);
|
|
24
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
22
25
|
i0.ɵɵelementEnd();
|
|
23
26
|
} if (rf & 2) {
|
|
24
27
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
25
28
|
i0.ɵɵadvance(1);
|
|
26
|
-
i0.ɵɵtextInterpolate(ctx_r1.caseField.hint_text);
|
|
29
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.caseField.hint_text));
|
|
27
30
|
} }
|
|
28
31
|
function WriteFixedListFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
29
32
|
i0.ɵɵelementStart(0, "span", 10);
|
|
30
33
|
i0.ɵɵtext(1);
|
|
31
|
-
i0.ɵɵpipe(2, "
|
|
34
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
35
|
+
i0.ɵɵpipe(3, "ccdFirstError");
|
|
32
36
|
i0.ɵɵelementEnd();
|
|
33
37
|
} if (rf & 2) {
|
|
34
38
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
35
39
|
i0.ɵɵadvance(1);
|
|
36
|
-
i0.ɵɵtextInterpolate(i0.ɵɵ
|
|
40
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind2(3, 3, ctx_r2.fixedListFormControl.errors, ctx_r2.caseField.label)));
|
|
37
41
|
} }
|
|
38
42
|
function WriteFixedListFieldComponent_option_8_Template(rf, ctx) { if (rf & 1) {
|
|
39
43
|
i0.ɵɵelementStart(0, "option", 6);
|
|
40
44
|
i0.ɵɵtext(1);
|
|
45
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
41
46
|
i0.ɵɵelementEnd();
|
|
42
47
|
} if (rf & 2) {
|
|
43
48
|
const type_r4 = ctx.$implicit;
|
|
44
49
|
i0.ɵɵproperty("ngValue", type_r4.code);
|
|
45
50
|
i0.ɵɵadvance(1);
|
|
46
|
-
i0.ɵɵtextInterpolate(type_r4.label);
|
|
51
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 2, type_r4.label));
|
|
47
52
|
} }
|
|
48
53
|
const _c0 = function (a0) { return { "form-group-error": a0 }; };
|
|
49
54
|
export class WriteFixedListFieldComponent extends AbstractFieldWriteComponent {
|
|
@@ -71,15 +76,15 @@ WriteFixedListFieldComponent.ɵfac = function WriteFixedListFieldComponent_Facto
|
|
|
71
76
|
WriteFixedListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteFixedListFieldComponent, selectors: [["ccd-write-fixed-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 11, consts: [[1, "form-group", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [1, "form-control", "ccd-dropdown", "bottom-30", 3, "id", "formControl"], [3, "ngValue"], [3, "ngValue", 4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteFixedListFieldComponent_Template(rf, ctx) { if (rf & 1) {
|
|
72
77
|
i0.ɵɵelementStart(0, "div", 0);
|
|
73
78
|
i0.ɵɵelementStart(1, "label", 1);
|
|
74
|
-
i0.ɵɵtemplate(2, WriteFixedListFieldComponent_span_2_Template,
|
|
79
|
+
i0.ɵɵtemplate(2, WriteFixedListFieldComponent_span_2_Template, 4, 5, "span", 2);
|
|
75
80
|
i0.ɵɵelementEnd();
|
|
76
|
-
i0.ɵɵtemplate(3, WriteFixedListFieldComponent_span_3_Template,
|
|
77
|
-
i0.ɵɵtemplate(4, WriteFixedListFieldComponent_span_4_Template,
|
|
81
|
+
i0.ɵɵtemplate(3, WriteFixedListFieldComponent_span_3_Template, 3, 3, "span", 3);
|
|
82
|
+
i0.ɵɵtemplate(4, WriteFixedListFieldComponent_span_4_Template, 4, 6, "span", 4);
|
|
78
83
|
i0.ɵɵelementStart(5, "select", 5);
|
|
79
84
|
i0.ɵɵelementStart(6, "option", 6);
|
|
80
85
|
i0.ɵɵtext(7, "--Select a value--");
|
|
81
86
|
i0.ɵɵelementEnd();
|
|
82
|
-
i0.ɵɵtemplate(8, WriteFixedListFieldComponent_option_8_Template,
|
|
87
|
+
i0.ɵɵtemplate(8, WriteFixedListFieldComponent_option_8_Template, 3, 4, "option", 7);
|
|
83
88
|
i0.ɵɵelementEnd();
|
|
84
89
|
i0.ɵɵelementEnd();
|
|
85
90
|
} if (rf & 2) {
|
|
@@ -98,7 +103,7 @@ WriteFixedListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteFixedLi
|
|
|
98
103
|
i0.ɵɵproperty("ngValue", null);
|
|
99
104
|
i0.ɵɵadvance(2);
|
|
100
105
|
i0.ɵɵproperty("ngForOf", ctx.listItems);
|
|
101
|
-
} }, directives: [i1.NgClass, i1.NgIf, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.FormControlDirective, i2.NgSelectOption, i2.ɵangular_packages_forms_forms_z, i1.NgForOf], pipes: [i3.
|
|
106
|
+
} }, directives: [i1.NgClass, i1.NgIf, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.FormControlDirective, i2.NgSelectOption, i2.ɵangular_packages_forms_forms_z, i1.NgForOf], pipes: [i3.RpxTranslatePipe, i4.FieldLabelPipe, i5.FirstErrorPipe], encapsulation: 2 });
|
|
102
107
|
const ɵWriteFixedListFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(WriteFixedListFieldComponent);
|
|
103
108
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteFixedListFieldComponent, [{
|
|
104
109
|
type: Component,
|
|
@@ -107,4 +112,4 @@ const ɵWriteFixedListFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInher
|
|
|
107
112
|
templateUrl: './write-fixed-list-field.html'
|
|
108
113
|
}]
|
|
109
114
|
}], null, null); })();
|
|
110
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
115
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid3JpdGUtZml4ZWQtbGlzdC1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9maXhlZC1saXN0L3dyaXRlLWZpeGVkLWxpc3QtZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvZml4ZWQtbGlzdC93cml0ZS1maXhlZC1saXN0LWZpZWxkLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sOENBQThDLENBQUM7Ozs7Ozs7O0lDQ3ZGLCtCQUFpRDtJQUFBLFlBQThDOzs7SUFBQSxpQkFBTzs7O0lBQXJELGVBQThDO0lBQTlDLGtGQUE4Qzs7O0lBRWpHLCtCQUFvRDtJQUFBLFlBQXNDOztJQUFBLGlCQUFPOzs7SUFBN0MsZUFBc0M7SUFBdEMsc0VBQXNDOzs7SUFDMUYsZ0NBQWdJO0lBQUEsWUFBZ0Y7OztJQUFBLGlCQUFPOzs7SUFBdkYsZUFBZ0Y7SUFBaEYsNEhBQWdGOzs7SUFJOU0saUNBQTZEO0lBQUEsWUFBNkI7O0lBQUEsaUJBQVM7OztJQUEzRixzQ0FBcUI7SUFBZ0MsZUFBNkI7SUFBN0IseURBQTZCOzs7QURGOUYsTUFBTSxPQUFPLDRCQUE2QixTQUFRLDJCQUEyQjtJQUkzRSxJQUFXLFNBQVM7UUFDbEIsSUFBSSxJQUFJLENBQUMsU0FBUyxFQUFFO1lBQ2xCLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLEVBQUU7Z0JBQzdCLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUM7YUFDbEM7WUFDRCxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsZUFBZSxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsZUFBZSxDQUFDLFVBQVUsRUFBRTtnQkFDL0UsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLGVBQWUsQ0FBQyxVQUFVLENBQUM7YUFDbEQ7U0FDRjtRQUNELE9BQU8sRUFBRSxDQUFDO0lBQ1osQ0FBQztJQUVNLFFBQVE7UUFDYixNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssS0FBSyxTQUFTLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEtBQUssRUFBRSxDQUFDO1FBRWpGLElBQUksTUFBTSxFQUFFO1lBQ1YsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO1NBQzdCO1FBRUQsSUFBSSxDQUFDLG9CQUFvQixHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxXQUFXLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBZ0IsQ0FBQztRQUN2RyxJQUFJLENBQUMsb0JBQW9CLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0QsQ0FBQzs7NklBekJVLDRCQUE0QjtpRUFBNUIsNEJBQTRCO1FDUnpDLDhCQUFzSjtRQUVwSixnQ0FBb0I7UUFDbEIsK0VBQXNHO1FBQ3hHLGlCQUFRO1FBQ1IsK0VBQWlHO1FBQ2pHLCtFQUF1TjtRQUV2TixpQ0FBcUc7UUFDbkcsaUNBQXVCO1FBQUEsa0NBQWtCO1FBQUEsaUJBQVM7UUFDbEQsbUZBQW1HO1FBQ3JHLGlCQUFTO1FBRVgsaUJBQU07O1FBYmtCLDZKQUE2SDtRQUU1SSxlQUFZO1FBQVosOEJBQVk7UUFDUyxlQUFxQjtRQUFyQiwwQ0FBcUI7UUFFeEIsZUFBeUI7UUFBekIsOENBQXlCO1FBQ3JCLGVBQWlHO1FBQWpHLDhIQUFpRztRQUUxRSxlQUFXO1FBQVgsNkJBQVcseUNBQUE7UUFDckQsZUFBYztRQUFkLDhCQUFjO1FBQ3lCLGVBQVk7UUFBWix1Q0FBWTs7eUZERmxELDRCQUE0Qjt1RkFBNUIsNEJBQTRCO2NBSnhDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsNEJBQTRCO2dCQUN0QyxXQUFXLEVBQUUsK0JBQStCO2FBQzdDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQWJzdHJhY3RGaWVsZFdyaXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vYmFzZS1maWVsZC9hYnN0cmFjdC1maWVsZC13cml0ZS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2Qtd3JpdGUtZml4ZWQtbGlzdC1maWVsZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi93cml0ZS1maXhlZC1saXN0LWZpZWxkLmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIFdyaXRlRml4ZWRMaXN0RmllbGRDb21wb25lbnQgZXh0ZW5kcyBBYnN0cmFjdEZpZWxkV3JpdGVDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBmaXhlZExpc3RGb3JtQ29udHJvbDogRm9ybUNvbnRyb2w7XG5cbiAgcHVibGljIGdldCBsaXN0SXRlbXMoKTogYW55W10ge1xuICAgIGlmICh0aGlzLmNhc2VGaWVsZCkge1xuICAgICAgaWYgKHRoaXMuY2FzZUZpZWxkLmxpc3RfaXRlbXMpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuY2FzZUZpZWxkLmxpc3RfaXRlbXM7XG4gICAgICB9XG4gICAgICBpZiAodGhpcy5jYXNlRmllbGQuZm9ybWF0dGVkX3ZhbHVlICYmIHRoaXMuY2FzZUZpZWxkLmZvcm1hdHRlZF92YWx1ZS5saXN0X2l0ZW1zKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmNhc2VGaWVsZC5mb3JtYXR0ZWRfdmFsdWUubGlzdF9pdGVtcztcbiAgICAgIH1cbiAgICB9XG4gICAgcmV0dXJuIFtdO1xuICB9XG5cbiAgcHVibGljIG5nT25Jbml0KCkge1xuICAgIGNvbnN0IGlzTnVsbCA9IHRoaXMuY2FzZUZpZWxkLnZhbHVlID09PSB1bmRlZmluZWQgfHwgdGhpcy5jYXNlRmllbGQudmFsdWUgPT09ICcnO1xuXG4gICAgaWYgKGlzTnVsbCkge1xuICAgICAgdGhpcy5jYXNlRmllbGQudmFsdWUgPSBudWxsO1xuICAgIH1cblxuICAgIHRoaXMuZml4ZWRMaXN0Rm9ybUNvbnRyb2wgPSB0aGlzLnJlZ2lzdGVyQ29udHJvbChuZXcgRm9ybUNvbnRyb2wodGhpcy5jYXNlRmllbGQudmFsdWUpKSBhcyBGb3JtQ29udHJvbDtcbiAgICB0aGlzLmZpeGVkTGlzdEZvcm1Db250cm9sLnNldFZhbHVlKHRoaXMuY2FzZUZpZWxkLnZhbHVlKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImZvcm0tZ3JvdXBcIiBbbmdDbGFzc109XCJ7J2Zvcm0tZ3JvdXAtZXJyb3InOiAhZml4ZWRMaXN0Rm9ybUNvbnRyb2wudmFsaWQgJiYgKGZpeGVkTGlzdEZvcm1Db250cm9sLmRpcnR5IHx8IGZpeGVkTGlzdEZvcm1Db250cm9sLnRvdWNoZWQpfVwiPlxuXG4gIDxsYWJlbCBbZm9yXT1cImlkKClcIj5cbiAgICA8c3BhbiBjbGFzcz1cImZvcm0tbGFiZWxcIiAqbmdJZj1cImNhc2VGaWVsZC5sYWJlbFwiPnt7KGNhc2VGaWVsZCB8IGNjZEZpZWxkTGFiZWwpIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+XG4gIDwvbGFiZWw+XG4gIDxzcGFuIGNsYXNzPVwiZm9ybS1oaW50XCIgKm5nSWY9XCJjYXNlRmllbGQuaGludF90ZXh0XCI+e3tjYXNlRmllbGQuaGludF90ZXh0IHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+XG4gIDxzcGFuIGNsYXNzPVwiZXJyb3ItbWVzc2FnZVwiICpuZ0lmPVwiZml4ZWRMaXN0Rm9ybUNvbnRyb2wuZXJyb3JzICYmIChmaXhlZExpc3RGb3JtQ29udHJvbC5kaXJ0eSB8fCBmaXhlZExpc3RGb3JtQ29udHJvbC50b3VjaGVkKVwiPnt7KGZpeGVkTGlzdEZvcm1Db250cm9sLmVycm9ycyB8IGNjZEZpcnN0RXJyb3I6Y2FzZUZpZWxkLmxhYmVsKSB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPlxuXG4gIDxzZWxlY3QgY2xhc3M9XCJmb3JtLWNvbnRyb2wgY2NkLWRyb3Bkb3duIGJvdHRvbS0zMFwiIFtpZF09XCJpZCgpXCIgW2Zvcm1Db250cm9sXT1cImZpeGVkTGlzdEZvcm1Db250cm9sXCI+XG4gICAgPG9wdGlvbiBbbmdWYWx1ZV09bnVsbD4tLVNlbGVjdCBhIHZhbHVlLS08L29wdGlvbj5cbiAgICA8b3B0aW9uIFtuZ1ZhbHVlXT1cInR5cGUuY29kZVwiICpuZ0Zvcj1cImxldCB0eXBlIG9mIGxpc3RJdGVtc1wiPnt7dHlwZS5sYWJlbCB8IHJweFRyYW5zbGF0ZX19PC9vcHRpb24+XG4gIDwvc2VsZWN0PlxuXG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,25 +1,27 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "
|
|
4
|
+
import * as i1 from "rpx-xui-translation";
|
|
5
|
+
import * as i2 from "./fixed-radio-list.pipe";
|
|
5
6
|
export class ReadFixedRadioListFieldComponent extends AbstractFieldReadComponent {
|
|
6
7
|
}
|
|
7
8
|
ReadFixedRadioListFieldComponent.ɵfac = function ReadFixedRadioListFieldComponent_Factory(t) { return ɵReadFixedRadioListFieldComponent_BaseFactory(t || ReadFixedRadioListFieldComponent); };
|
|
8
|
-
ReadFixedRadioListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ReadFixedRadioListFieldComponent, selectors: [["ccd-read-fixed-radio-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
9
|
+
ReadFixedRadioListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ReadFixedRadioListFieldComponent, selectors: [["ccd-read-fixed-radio-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 6, consts: [[1, "text-16"]], template: function ReadFixedRadioListFieldComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9
10
|
i0.ɵɵelementStart(0, "span", 0);
|
|
10
11
|
i0.ɵɵtext(1);
|
|
11
|
-
i0.ɵɵpipe(2, "
|
|
12
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
13
|
+
i0.ɵɵpipe(3, "ccdFixedRadioList");
|
|
12
14
|
i0.ɵɵelementEnd();
|
|
13
15
|
} if (rf & 2) {
|
|
14
16
|
i0.ɵɵadvance(1);
|
|
15
|
-
i0.ɵɵtextInterpolate(i0.ɵɵ
|
|
16
|
-
} }, pipes: [i1.FixedRadioListPipe], encapsulation: 2 });
|
|
17
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind2(3, 3, ctx.caseField.value, ctx.caseField.field_type.fixed_list_items)));
|
|
18
|
+
} }, pipes: [i1.RpxTranslatePipe, i2.FixedRadioListPipe], encapsulation: 2 });
|
|
17
19
|
const ɵReadFixedRadioListFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(ReadFixedRadioListFieldComponent);
|
|
18
20
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadFixedRadioListFieldComponent, [{
|
|
19
21
|
type: Component,
|
|
20
22
|
args: [{
|
|
21
23
|
selector: 'ccd-read-fixed-radio-list-field',
|
|
22
|
-
template: '<span class="text-16">{{caseField.value | ccdFixedRadioList:caseField.field_type.fixed_list_items}}</span>',
|
|
24
|
+
template: '<span class="text-16">{{caseField.value | ccdFixedRadioList:caseField.field_type.fixed_list_items | rpxTranslate}}</span>',
|
|
23
25
|
}]
|
|
24
26
|
}], null, null); })();
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhZC1maXhlZC1yYWRpby1saXN0LWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL2ZpeGVkLXJhZGlvLWxpc3QvcmVhZC1maXhlZC1yYWRpby1saXN0LWZpZWxkLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLDZDQUE2QyxDQUFDOzs7O0FBTXpGLE1BQU0sT0FBTyxnQ0FBaUMsU0FBUSwwQkFBMEI7O3lKQUFuRSxnQ0FBZ0M7cUVBQWhDLGdDQUFnQztRQUZoQywrQkFBc0I7UUFBQSxZQUE0Rjs7O1FBQUEsaUJBQU87O1FBQW5HLGVBQTRGO1FBQTVGLGdJQUE0Rjs7NkZBRWxILGdDQUFnQzt1RkFBaEMsZ0NBQWdDO2NBSjVDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsaUNBQWlDO2dCQUMzQyxRQUFRLEVBQUUsMkhBQTJIO2FBQ3RJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBYnN0cmFjdEZpZWxkUmVhZENvbXBvbmVudCB9IGZyb20gJy4uL2Jhc2UtZmllbGQvYWJzdHJhY3QtZmllbGQtcmVhZC5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtcmVhZC1maXhlZC1yYWRpby1saXN0LWZpZWxkJyxcbiAgdGVtcGxhdGU6ICc8c3BhbiBjbGFzcz1cInRleHQtMTZcIj57e2Nhc2VGaWVsZC52YWx1ZSB8IGNjZEZpeGVkUmFkaW9MaXN0OmNhc2VGaWVsZC5maWVsZF90eXBlLmZpeGVkX2xpc3RfaXRlbXMgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj4nLFxufSlcbmV4cG9ydCBjbGFzcyBSZWFkRml4ZWRSYWRpb0xpc3RGaWVsZENvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0RmllbGRSZWFkQ29tcG9uZW50IHsgfVxuIl19
|
|
@@ -4,36 +4,40 @@ import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/common";
|
|
6
6
|
import * as i2 from "@angular/forms";
|
|
7
|
-
import * as i3 from "
|
|
8
|
-
import * as i4 from "../utils/
|
|
7
|
+
import * as i3 from "rpx-xui-translation";
|
|
8
|
+
import * as i4 from "../utils/field-label.pipe";
|
|
9
|
+
import * as i5 from "../utils/first-error.pipe";
|
|
9
10
|
function WriteFixedRadioListFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
10
11
|
i0.ɵɵelementStart(0, "span", 6);
|
|
11
12
|
i0.ɵɵtext(1);
|
|
12
|
-
i0.ɵɵpipe(2, "
|
|
13
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
14
|
+
i0.ɵɵpipe(3, "ccdFieldLabel");
|
|
13
15
|
i0.ɵɵelementEnd();
|
|
14
16
|
} if (rf & 2) {
|
|
15
17
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
16
18
|
i0.ɵɵadvance(1);
|
|
17
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r0.caseField));
|
|
19
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind1(3, 3, ctx_r0.caseField)));
|
|
18
20
|
} }
|
|
19
21
|
function WriteFixedRadioListFieldComponent_span_5_Template(rf, ctx) { if (rf & 1) {
|
|
20
22
|
i0.ɵɵelementStart(0, "span", 7);
|
|
21
23
|
i0.ɵɵtext(1);
|
|
24
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
22
25
|
i0.ɵɵelementEnd();
|
|
23
26
|
} if (rf & 2) {
|
|
24
27
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
25
28
|
i0.ɵɵadvance(1);
|
|
26
|
-
i0.ɵɵtextInterpolate(ctx_r1.caseField.hint_text);
|
|
29
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.caseField.hint_text));
|
|
27
30
|
} }
|
|
28
31
|
function WriteFixedRadioListFieldComponent_span_6_Template(rf, ctx) { if (rf & 1) {
|
|
29
32
|
i0.ɵɵelementStart(0, "span", 8);
|
|
30
33
|
i0.ɵɵtext(1);
|
|
31
|
-
i0.ɵɵpipe(2, "
|
|
34
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
35
|
+
i0.ɵɵpipe(3, "ccdFirstError");
|
|
32
36
|
i0.ɵɵelementEnd();
|
|
33
37
|
} if (rf & 2) {
|
|
34
38
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
35
39
|
i0.ɵɵadvance(1);
|
|
36
|
-
i0.ɵɵtextInterpolate(i0.ɵɵ
|
|
40
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind2(3, 3, ctx_r2.fixedRadioListControl.errors, ctx_r2.caseField.label)));
|
|
37
41
|
} }
|
|
38
42
|
const _c0 = function (a0) { return { selected: a0 }; };
|
|
39
43
|
function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -41,18 +45,19 @@ function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) { if (rf & 1)
|
|
|
41
45
|
i0.ɵɵelement(1, "input", 10);
|
|
42
46
|
i0.ɵɵelementStart(2, "label", 11);
|
|
43
47
|
i0.ɵɵtext(3);
|
|
48
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
44
49
|
i0.ɵɵelementEnd();
|
|
45
50
|
i0.ɵɵelementEnd();
|
|
46
51
|
} if (rf & 2) {
|
|
47
52
|
const radioButton_r4 = ctx.$implicit;
|
|
48
53
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
49
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
54
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
|
|
50
55
|
i0.ɵɵadvance(1);
|
|
51
56
|
i0.ɵɵproperty("id", ctx_r3.id() + "-" + radioButton_r4.code)("name", ctx_r3.id())("formControl", ctx_r3.fixedRadioListControl)("value", radioButton_r4.code);
|
|
52
57
|
i0.ɵɵadvance(1);
|
|
53
58
|
i0.ɵɵproperty("for", ctx_r3.id() + "-" + radioButton_r4.code);
|
|
54
59
|
i0.ɵɵadvance(1);
|
|
55
|
-
i0.ɵɵtextInterpolate(radioButton_r4.label);
|
|
60
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 7, radioButton_r4.label));
|
|
56
61
|
} }
|
|
57
62
|
const _c1 = function (a0) { return { "form-group-error": a0 }; };
|
|
58
63
|
export class WriteFixedRadioListFieldComponent extends AbstractFieldWriteComponent {
|
|
@@ -67,13 +72,13 @@ WriteFixedRadioListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteFi
|
|
|
67
72
|
i0.ɵɵelementStart(1, "fieldset");
|
|
68
73
|
i0.ɵɵelementStart(2, "legend");
|
|
69
74
|
i0.ɵɵelementStart(3, "label", 1);
|
|
70
|
-
i0.ɵɵtemplate(4, WriteFixedRadioListFieldComponent_span_4_Template,
|
|
75
|
+
i0.ɵɵtemplate(4, WriteFixedRadioListFieldComponent_span_4_Template, 4, 5, "span", 2);
|
|
71
76
|
i0.ɵɵelementEnd();
|
|
72
|
-
i0.ɵɵtemplate(5, WriteFixedRadioListFieldComponent_span_5_Template,
|
|
73
|
-
i0.ɵɵtemplate(6, WriteFixedRadioListFieldComponent_span_6_Template,
|
|
77
|
+
i0.ɵɵtemplate(5, WriteFixedRadioListFieldComponent_span_5_Template, 3, 3, "span", 3);
|
|
78
|
+
i0.ɵɵtemplate(6, WriteFixedRadioListFieldComponent_span_6_Template, 4, 6, "span", 4);
|
|
74
79
|
i0.ɵɵelementEnd();
|
|
75
80
|
i0.ɵɵelementContainerStart(7);
|
|
76
|
-
i0.ɵɵtemplate(8, WriteFixedRadioListFieldComponent_div_8_Template,
|
|
81
|
+
i0.ɵɵtemplate(8, WriteFixedRadioListFieldComponent_div_8_Template, 5, 11, "div", 5);
|
|
77
82
|
i0.ɵɵelementContainerEnd();
|
|
78
83
|
i0.ɵɵelementEnd();
|
|
79
84
|
i0.ɵɵelementEnd();
|
|
@@ -89,7 +94,7 @@ WriteFixedRadioListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteFi
|
|
|
89
94
|
i0.ɵɵproperty("ngIf", ctx.fixedRadioListControl.errors && (ctx.fixedRadioListControl.dirty || ctx.fixedRadioListControl.touched));
|
|
90
95
|
i0.ɵɵadvance(2);
|
|
91
96
|
i0.ɵɵproperty("ngForOf", ctx.caseField.field_type.fixed_list_items);
|
|
92
|
-
} }, directives: [i1.NgClass, i1.NgIf, i1.NgForOf, i2.RadioControlValueAccessor, i2.DefaultValueAccessor, i2.NgControlStatus, i2.FormControlDirective], pipes: [i3.
|
|
97
|
+
} }, directives: [i1.NgClass, i1.NgIf, i1.NgForOf, i2.RadioControlValueAccessor, i2.DefaultValueAccessor, i2.NgControlStatus, i2.FormControlDirective], pipes: [i3.RpxTranslatePipe, i4.FieldLabelPipe, i5.FirstErrorPipe], encapsulation: 2 });
|
|
93
98
|
const ɵWriteFixedRadioListFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(WriteFixedRadioListFieldComponent);
|
|
94
99
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteFixedRadioListFieldComponent, [{
|
|
95
100
|
type: Component,
|
|
@@ -98,4 +103,4 @@ const ɵWriteFixedRadioListFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵget
|
|
|
98
103
|
templateUrl: './write-fixed-radio-list-field.html'
|
|
99
104
|
}]
|
|
100
105
|
}], null, null); })();
|
|
101
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
106
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid3JpdGUtZml4ZWQtcmFkaW8tbGlzdC1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9maXhlZC1yYWRpby1saXN0L3dyaXRlLWZpeGVkLXJhZGlvLWxpc3QtZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvZml4ZWQtcmFkaW8tbGlzdC93cml0ZS1maXhlZC1yYWRpby1saXN0LWZpZWxkLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sOENBQThDLENBQUM7Ozs7Ozs7O0lDRW5GLCtCQUFpRDtJQUFBLFlBQThDOzs7SUFBQSxpQkFBTzs7O0lBQXJELGVBQThDO0lBQTlDLGtGQUE4Qzs7O0lBRWpHLCtCQUFvRDtJQUFBLFlBQXVDOztJQUFBLGlCQUFPOzs7SUFBOUMsZUFBdUM7SUFBdkMsc0VBQXVDOzs7SUFDM0YsK0JBQW1JO0lBQUEsWUFBaUY7OztJQUFBLGlCQUFPOzs7SUFBeEYsZUFBaUY7SUFBakYsNkhBQWlGOzs7O0lBR3BOLDhCQUF3SztJQUN0Syw0QkFBeUo7SUFDekosaUNBQTREO0lBQUEsWUFBb0M7O0lBQUEsaUJBQVE7SUFDMUcsaUJBQU07Ozs7SUFIeUYsZ0hBQXdFO0lBQ3pJLGVBQWdDO0lBQWhDLDREQUFnQyxxQkFBQSw2Q0FBQSw4QkFBQTtJQUNsQyxlQUFpQztJQUFqQyw2REFBaUM7SUFBQyxlQUFvQztJQUFwQyxnRUFBb0M7OztBREp4RyxNQUFNLE9BQU8saUNBQWtDLFNBQVEsMkJBQTJCO0lBSXpFLFFBQVE7UUFDYixNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssS0FBSyxJQUFJLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEtBQUssU0FBUyxDQUFDO1FBQ3JGLElBQUksQ0FBQyxxQkFBcUIsR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksV0FBVyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFnQixDQUFDO0lBQzVILENBQUM7OzRKQVBVLGlDQUFpQztzRUFBakMsaUNBQWlDO1FDUjlDLDhCQUErSztRQUM3SyxnQ0FBVTtRQUNSLDhCQUFRO1FBQ04sZ0NBQW9CO1FBQ2xCLG9GQUFzRztRQUN4RyxpQkFBUTtRQUNSLG9GQUFrRztRQUNsRyxvRkFBMk47UUFDN04saUJBQVM7UUFDVCw2QkFBYztRQUNaLG1GQUdNO1FBQ1IsMEJBQWU7UUFDakIsaUJBQVc7UUFDYixpQkFBTTs7UUFoQjRCLGdLQUFnSSxnQkFBQTtRQUdySixlQUFZO1FBQVosOEJBQVk7UUFDUyxlQUFxQjtRQUFyQiwwQ0FBcUI7UUFFeEIsZUFBeUI7UUFBekIsOENBQXlCO1FBQ3JCLGVBQW9HO1FBQXBHLGlJQUFvRztRQUc1RSxlQUF3QztRQUF4QyxtRUFBd0M7OzhGREZ0RixpQ0FBaUM7dUZBQWpDLGlDQUFpQztjQUo3QyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLGtDQUFrQztnQkFDNUMsV0FBVyxFQUFFLHFDQUFxQzthQUNuRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEFic3RyYWN0RmllbGRXcml0ZUNvbXBvbmVudCB9IGZyb20gJy4uL2Jhc2UtZmllbGQvYWJzdHJhY3QtZmllbGQtd3JpdGUuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY2NkLXdyaXRlLWZpeGVkLXJhZGlvLWxpc3QtZmllbGQnLFxuICB0ZW1wbGF0ZVVybDogJy4vd3JpdGUtZml4ZWQtcmFkaW8tbGlzdC1maWVsZC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBXcml0ZUZpeGVkUmFkaW9MaXN0RmllbGRDb21wb25lbnQgZXh0ZW5kcyBBYnN0cmFjdEZpZWxkV3JpdGVDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBmaXhlZFJhZGlvTGlzdENvbnRyb2w6IEZvcm1Db250cm9sO1xuXG4gIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICBjb25zdCBub3RFbXB0eSA9IHRoaXMuY2FzZUZpZWxkLnZhbHVlICE9PSBudWxsICYmIHRoaXMuY2FzZUZpZWxkLnZhbHVlICE9PSB1bmRlZmluZWQ7XG4gICAgdGhpcy5maXhlZFJhZGlvTGlzdENvbnRyb2wgPSB0aGlzLnJlZ2lzdGVyQ29udHJvbChuZXcgRm9ybUNvbnRyb2wobm90RW1wdHkgPyB0aGlzLmNhc2VGaWVsZC52YWx1ZSA6IG51bGwpKSBhcyBGb3JtQ29udHJvbDtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImZvcm0tZ3JvdXAgYm90dG9tLTMwXCIgW25nQ2xhc3NdPVwieydmb3JtLWdyb3VwLWVycm9yJzogIWZpeGVkUmFkaW9MaXN0Q29udHJvbC52YWxpZCAmJiAoZml4ZWRSYWRpb0xpc3RDb250cm9sLmRpcnR5IHx8IGZpeGVkUmFkaW9MaXN0Q29udHJvbC50b3VjaGVkKX1cIiBbaWRdPVwiaWQoKVwiPlxuICA8ZmllbGRzZXQ+XG4gICAgPGxlZ2VuZD5cbiAgICAgIDxsYWJlbCBbZm9yXT1cImlkKClcIj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJmb3JtLWxhYmVsXCIgKm5nSWY9XCJjYXNlRmllbGQubGFiZWxcIj57eyhjYXNlRmllbGQgfCBjY2RGaWVsZExhYmVsKSB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPlxuICAgICAgPC9sYWJlbD5cbiAgICAgIDxzcGFuIGNsYXNzPVwiZm9ybS1oaW50XCIgKm5nSWY9XCJjYXNlRmllbGQuaGludF90ZXh0XCI+e3tjYXNlRmllbGQuaGludF90ZXh0IHwgcnB4VHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgPHNwYW4gY2xhc3M9XCJlcnJvci1tZXNzYWdlXCIgKm5nSWY9XCJmaXhlZFJhZGlvTGlzdENvbnRyb2wuZXJyb3JzICYmIChmaXhlZFJhZGlvTGlzdENvbnRyb2wuZGlydHkgfHwgZml4ZWRSYWRpb0xpc3RDb250cm9sLnRvdWNoZWQpXCI+e3soZml4ZWRSYWRpb0xpc3RDb250cm9sLmVycm9ycyB8IGNjZEZpcnN0RXJyb3I6Y2FzZUZpZWxkLmxhYmVsKSB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPlxuICAgIDwvbGVnZW5kPlxuICAgIDxuZy1jb250YWluZXI+XG4gICAgICA8ZGl2IGNsYXNzPVwibXVsdGlwbGUtY2hvaWNlXCIgKm5nRm9yPVwibGV0IHJhZGlvQnV0dG9uIG9mIGNhc2VGaWVsZC5maWVsZF90eXBlLmZpeGVkX2xpc3RfaXRlbXNcIiBbbmdDbGFzc109XCJ7c2VsZWN0ZWQ6IGZpeGVkUmFkaW9MaXN0Q29udHJvbC52YWx1ZSA9PT0gcmFkaW9CdXR0b24uY29kZX1cIj5cbiAgICAgICAgPGlucHV0IGNsYXNzPVwiZm9ybS1jb250cm9sXCIgW2lkXT1cImlkKCkrJy0nK3JhZGlvQnV0dG9uLmNvZGVcIiBbbmFtZV09XCJpZCgpXCIgdHlwZT1cInJhZGlvXCIgW2Zvcm1Db250cm9sXT1cImZpeGVkUmFkaW9MaXN0Q29udHJvbFwiIFt2YWx1ZV09XCJyYWRpb0J1dHRvbi5jb2RlXCI+XG4gICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBbZm9yXT1cImlkKCkrJy0nK3JhZGlvQnV0dG9uLmNvZGVcIj57e3JhZGlvQnV0dG9uLmxhYmVsIHwgcnB4VHJhbnNsYXRlfX08L2xhYmVsPlxuICAgICAgPC9kaXY+XG4gICAgPC9uZy1jb250YWluZXI+XG4gIDwvZmllbGRzZXQ+XG48L2Rpdj5cbiJdfQ==
|
package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js
CHANGED
|
@@ -1,113 +1,135 @@
|
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
|
2
2
|
import { CaseViewEvent } from '../../../../domain';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "
|
|
5
|
-
import * as i2 from "
|
|
6
|
-
import * as i3 from "
|
|
4
|
+
import * as i1 from "rpx-xui-translation";
|
|
5
|
+
import * as i2 from "../../utils/date.pipe";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "../../utils/dash.pipe";
|
|
7
8
|
export class EventLogDetailsComponent {
|
|
8
9
|
}
|
|
9
10
|
EventLogDetailsComponent.ɵfac = function EventLogDetailsComponent_Factory(t) { return new (t || EventLogDetailsComponent)(); };
|
|
10
|
-
EventLogDetailsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: EventLogDetailsComponent, selectors: [["ccd-event-log-details"]], inputs: { event: "event" }, decls:
|
|
11
|
+
EventLogDetailsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: EventLogDetailsComponent, selectors: [["ccd-event-log-details"]], inputs: { event: "event" }, decls: 59, vars: 39, consts: [["tabindex", "0", 1, "EventLogDetails"], [1, "heading-h2"], ["tabindex", "0", "aria-live", "polite"], [1, "text-16"], [1, "tooltip", "text-16"]], template: function EventLogDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
11
12
|
i0.ɵɵelementStart(0, "table", 0);
|
|
12
13
|
i0.ɵɵelementStart(1, "caption");
|
|
13
14
|
i0.ɵɵelementStart(2, "h2", 1);
|
|
14
|
-
i0.ɵɵtext(3
|
|
15
|
+
i0.ɵɵtext(3);
|
|
16
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
15
17
|
i0.ɵɵelementEnd();
|
|
16
18
|
i0.ɵɵelementEnd();
|
|
17
|
-
i0.ɵɵelementStart(
|
|
18
|
-
i0.ɵɵelementStart(
|
|
19
|
-
i0.ɵɵelementStart(
|
|
20
|
-
i0.ɵɵelementStart(
|
|
21
|
-
i0.ɵɵtext(
|
|
19
|
+
i0.ɵɵelementStart(5, "tbody", 2);
|
|
20
|
+
i0.ɵɵelementStart(6, "tr");
|
|
21
|
+
i0.ɵɵelementStart(7, "th");
|
|
22
|
+
i0.ɵɵelementStart(8, "span", 3);
|
|
23
|
+
i0.ɵɵtext(9);
|
|
24
|
+
i0.ɵɵpipe(10, "rpxTranslate");
|
|
22
25
|
i0.ɵɵelementEnd();
|
|
23
26
|
i0.ɵɵelementEnd();
|
|
24
|
-
i0.ɵɵelementStart(
|
|
25
|
-
i0.ɵɵelementStart(
|
|
26
|
-
i0.ɵɵtext(
|
|
27
|
-
i0.ɵɵpipe(
|
|
27
|
+
i0.ɵɵelementStart(11, "td");
|
|
28
|
+
i0.ɵɵelementStart(12, "div", 4);
|
|
29
|
+
i0.ɵɵtext(13);
|
|
30
|
+
i0.ɵɵpipe(14, "ccdDate");
|
|
28
31
|
i0.ɵɵelementEnd();
|
|
29
32
|
i0.ɵɵelementEnd();
|
|
30
33
|
i0.ɵɵelementEnd();
|
|
31
|
-
i0.ɵɵelementStart(
|
|
32
|
-
i0.ɵɵelementStart(
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵtext(
|
|
34
|
+
i0.ɵɵelementStart(15, "tr");
|
|
35
|
+
i0.ɵɵelementStart(16, "th");
|
|
36
|
+
i0.ɵɵelementStart(17, "span", 3);
|
|
37
|
+
i0.ɵɵtext(18);
|
|
38
|
+
i0.ɵɵpipe(19, "rpxTranslate");
|
|
35
39
|
i0.ɵɵelementEnd();
|
|
36
40
|
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(
|
|
38
|
-
i0.ɵɵelementStart(
|
|
39
|
-
i0.ɵɵtext(
|
|
40
|
-
i0.ɵɵpipe(
|
|
41
|
-
i0.ɵɵpipe(
|
|
41
|
+
i0.ɵɵelementStart(20, "td");
|
|
42
|
+
i0.ɵɵelementStart(21, "span", 3);
|
|
43
|
+
i0.ɵɵtext(22);
|
|
44
|
+
i0.ɵɵpipe(23, "titlecase");
|
|
45
|
+
i0.ɵɵpipe(24, "uppercase");
|
|
42
46
|
i0.ɵɵelementEnd();
|
|
43
47
|
i0.ɵɵelementEnd();
|
|
44
48
|
i0.ɵɵelementEnd();
|
|
45
|
-
i0.ɵɵelementStart(
|
|
46
|
-
i0.ɵɵelementStart(
|
|
47
|
-
i0.ɵɵelementStart(24, "span", 3);
|
|
48
|
-
i0.ɵɵtext(25, "End state");
|
|
49
|
-
i0.ɵɵelementEnd();
|
|
50
|
-
i0.ɵɵelementEnd();
|
|
51
|
-
i0.ɵɵelementStart(26, "td");
|
|
49
|
+
i0.ɵɵelementStart(25, "tr");
|
|
50
|
+
i0.ɵɵelementStart(26, "th");
|
|
52
51
|
i0.ɵɵelementStart(27, "span", 3);
|
|
53
52
|
i0.ɵɵtext(28);
|
|
53
|
+
i0.ɵɵpipe(29, "rpxTranslate");
|
|
54
54
|
i0.ɵɵelementEnd();
|
|
55
55
|
i0.ɵɵelementEnd();
|
|
56
|
-
i0.ɵɵ
|
|
57
|
-
i0.ɵɵelementStart(29, "tr");
|
|
58
|
-
i0.ɵɵelementStart(30, "th");
|
|
56
|
+
i0.ɵɵelementStart(30, "td");
|
|
59
57
|
i0.ɵɵelementStart(31, "span", 3);
|
|
60
|
-
i0.ɵɵtext(32
|
|
58
|
+
i0.ɵɵtext(32);
|
|
59
|
+
i0.ɵɵelementEnd();
|
|
60
|
+
i0.ɵɵelementEnd();
|
|
61
|
+
i0.ɵɵelementEnd();
|
|
62
|
+
i0.ɵɵelementStart(33, "tr");
|
|
63
|
+
i0.ɵɵelementStart(34, "th");
|
|
64
|
+
i0.ɵɵelementStart(35, "span", 3);
|
|
65
|
+
i0.ɵɵtext(36);
|
|
66
|
+
i0.ɵɵpipe(37, "rpxTranslate");
|
|
61
67
|
i0.ɵɵelementEnd();
|
|
62
68
|
i0.ɵɵelementEnd();
|
|
63
|
-
i0.ɵɵelementStart(
|
|
64
|
-
i0.ɵɵelementStart(
|
|
65
|
-
i0.ɵɵtext(
|
|
69
|
+
i0.ɵɵelementStart(38, "td");
|
|
70
|
+
i0.ɵɵelementStart(39, "span", 3);
|
|
71
|
+
i0.ɵɵtext(40);
|
|
66
72
|
i0.ɵɵelementEnd();
|
|
67
73
|
i0.ɵɵelementEnd();
|
|
68
74
|
i0.ɵɵelementEnd();
|
|
69
|
-
i0.ɵɵelementStart(
|
|
70
|
-
i0.ɵɵelementStart(
|
|
71
|
-
i0.ɵɵelementStart(
|
|
72
|
-
i0.ɵɵtext(
|
|
75
|
+
i0.ɵɵelementStart(41, "tr");
|
|
76
|
+
i0.ɵɵelementStart(42, "th");
|
|
77
|
+
i0.ɵɵelementStart(43, "span", 3);
|
|
78
|
+
i0.ɵɵtext(44);
|
|
79
|
+
i0.ɵɵpipe(45, "rpxTranslate");
|
|
73
80
|
i0.ɵɵelementEnd();
|
|
74
81
|
i0.ɵɵelementEnd();
|
|
75
|
-
i0.ɵɵelementStart(
|
|
76
|
-
i0.ɵɵelementStart(
|
|
77
|
-
i0.ɵɵtext(
|
|
78
|
-
i0.ɵɵpipe(
|
|
82
|
+
i0.ɵɵelementStart(46, "td");
|
|
83
|
+
i0.ɵɵelementStart(47, "span", 3);
|
|
84
|
+
i0.ɵɵtext(48);
|
|
85
|
+
i0.ɵɵpipe(49, "ccdDash");
|
|
79
86
|
i0.ɵɵelementEnd();
|
|
80
87
|
i0.ɵɵelementEnd();
|
|
81
88
|
i0.ɵɵelementEnd();
|
|
82
|
-
i0.ɵɵelementStart(
|
|
83
|
-
i0.ɵɵelementStart(
|
|
84
|
-
i0.ɵɵelementStart(
|
|
85
|
-
i0.ɵɵtext(
|
|
89
|
+
i0.ɵɵelementStart(50, "tr");
|
|
90
|
+
i0.ɵɵelementStart(51, "th");
|
|
91
|
+
i0.ɵɵelementStart(52, "span", 3);
|
|
92
|
+
i0.ɵɵtext(53);
|
|
93
|
+
i0.ɵɵpipe(54, "rpxTranslate");
|
|
86
94
|
i0.ɵɵelementEnd();
|
|
87
95
|
i0.ɵɵelementEnd();
|
|
88
|
-
i0.ɵɵelementStart(
|
|
89
|
-
i0.ɵɵelementStart(
|
|
90
|
-
i0.ɵɵtext(
|
|
91
|
-
i0.ɵɵpipe(
|
|
96
|
+
i0.ɵɵelementStart(55, "td");
|
|
97
|
+
i0.ɵɵelementStart(56, "span", 3);
|
|
98
|
+
i0.ɵɵtext(57);
|
|
99
|
+
i0.ɵɵpipe(58, "ccdDash");
|
|
92
100
|
i0.ɵɵelementEnd();
|
|
93
101
|
i0.ɵɵelementEnd();
|
|
94
102
|
i0.ɵɵelementEnd();
|
|
95
103
|
i0.ɵɵelementEnd();
|
|
96
104
|
i0.ɵɵelementEnd();
|
|
97
105
|
} if (rf & 2) {
|
|
98
|
-
i0.ɵɵadvance(
|
|
99
|
-
i0.ɵɵ
|
|
100
|
-
i0.ɵɵadvance(
|
|
101
|
-
i0.ɵɵ
|
|
102
|
-
i0.ɵɵadvance(
|
|
106
|
+
i0.ɵɵadvance(3);
|
|
107
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 14, "Details"));
|
|
108
|
+
i0.ɵɵadvance(6);
|
|
109
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 16, "Date"));
|
|
110
|
+
i0.ɵɵadvance(4);
|
|
111
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind2(14, 18, ctx.event.timestamp, "local"), " ");
|
|
112
|
+
i0.ɵɵadvance(5);
|
|
113
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(19, 21, "Author"));
|
|
114
|
+
i0.ɵɵadvance(4);
|
|
115
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(23, 23, ctx.event.user_first_name), " ", i0.ɵɵpipeBind1(24, 25, ctx.event.user_last_name), "");
|
|
116
|
+
i0.ɵɵadvance(6);
|
|
117
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(29, 27, "End state"));
|
|
118
|
+
i0.ɵɵadvance(4);
|
|
103
119
|
i0.ɵɵtextInterpolate(ctx.event.state_name);
|
|
104
|
-
i0.ɵɵadvance(
|
|
120
|
+
i0.ɵɵadvance(4);
|
|
121
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(37, 29, "Event"));
|
|
122
|
+
i0.ɵɵadvance(4);
|
|
105
123
|
i0.ɵɵtextInterpolate(ctx.event.event_name);
|
|
106
|
-
i0.ɵɵadvance(
|
|
107
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
108
|
-
i0.ɵɵadvance(
|
|
109
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
110
|
-
|
|
124
|
+
i0.ɵɵadvance(4);
|
|
125
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(45, 31, "Summary"));
|
|
126
|
+
i0.ɵɵadvance(4);
|
|
127
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(49, 33, ctx.event.summary));
|
|
128
|
+
i0.ɵɵadvance(5);
|
|
129
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(54, 35, "Comment"));
|
|
130
|
+
i0.ɵɵadvance(4);
|
|
131
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(58, 37, ctx.event.comment));
|
|
132
|
+
} }, pipes: [i1.RpxTranslatePipe, i2.DatePipe, i3.TitleCasePipe, i3.UpperCasePipe, i4.DashPipe], styles: [".EventLogDetails[_ngcontent-%COMP%] td[_ngcontent-%COMP%], .EventLogDetails[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{border-bottom:none}"] });
|
|
111
133
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventLogDetailsComponent, [{
|
|
112
134
|
type: Component,
|
|
113
135
|
args: [{
|
|
@@ -118,4 +140,4 @@ EventLogDetailsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: EventLogDetailsC
|
|
|
118
140
|
}], null, { event: [{
|
|
119
141
|
type: Input
|
|
120
142
|
}] }); })();
|
|
121
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
143
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZlbnQtbG9nLWRldGFpbHMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvaGlzdG9yeS9ldmVudC1sb2cvZXZlbnQtbG9nLWRldGFpbHMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvaGlzdG9yeS9ldmVudC1sb2cvZXZlbnQtbG9nLWRldGFpbHMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDOzs7Ozs7QUFPbkQsTUFBTSxPQUFPLHdCQUF3Qjs7Z0dBQXhCLHdCQUF3Qjs2REFBeEIsd0JBQXdCO1FDUnJDLGdDQUE0QztRQUMxQywrQkFBUztRQUFBLDZCQUF1QjtRQUFBLFlBQTRCOztRQUFBLGlCQUFLO1FBQUEsaUJBQVU7UUFDM0UsZ0NBQXVDO1FBQ3JDLDBCQUFJO1FBQ0YsMEJBQUk7UUFBQSwrQkFBc0I7UUFBQSxZQUF5Qjs7UUFBQSxpQkFBTztRQUFBLGlCQUFLO1FBQy9ELDJCQUFJO1FBQ0YsK0JBQTZCO1FBQUEsYUFDN0I7O1FBQUEsaUJBQU07UUFDUixpQkFBSztRQUNQLGlCQUFLO1FBQ0wsMkJBQUk7UUFDRiwyQkFBSTtRQUFBLGdDQUFzQjtRQUFBLGFBQTJCOztRQUFBLGlCQUFPO1FBQUEsaUJBQUs7UUFDakUsMkJBQUk7UUFBQSxnQ0FBc0I7UUFBQSxhQUEwRTs7O1FBQUEsaUJBQU87UUFBQSxpQkFBSztRQUNsSCxpQkFBSztRQUNMLDJCQUFJO1FBQ0YsMkJBQUk7UUFBQSxnQ0FBc0I7UUFBQSxhQUE4Qjs7UUFBQSxpQkFBTztRQUFBLGlCQUFLO1FBQ3BFLDJCQUFJO1FBQUEsZ0NBQXNCO1FBQUEsYUFBb0I7UUFBQSxpQkFBTztRQUFBLGlCQUFLO1FBQzVELGlCQUFLO1FBQ0wsMkJBQUk7UUFDRiwyQkFBSTtRQUFBLGdDQUFzQjtRQUFBLGFBQTBCOztRQUFBLGlCQUFPO1FBQUEsaUJBQUs7UUFDaEUsMkJBQUk7UUFBQSxnQ0FBc0I7UUFBQSxhQUFvQjtRQUFBLGlCQUFPO1FBQUEsaUJBQUs7UUFDNUQsaUJBQUs7UUFDTCwyQkFBSTtRQUNGLDJCQUFJO1FBQUEsZ0NBQXNCO1FBQUEsYUFBNEI7O1FBQUEsaUJBQU87UUFBQSxpQkFBSztRQUNsRSwyQkFBSTtRQUFBLGdDQUFzQjtRQUFBLGFBQTJCOztRQUFBLGlCQUFPO1FBQUEsaUJBQUs7UUFDbkUsaUJBQUs7UUFDTCwyQkFBSTtRQUNGLDJCQUFJO1FBQUEsZ0NBQXNCO1FBQUEsYUFBNEI7O1FBQUEsaUJBQU87UUFBQSxpQkFBSztRQUNsRSwyQkFBSTtRQUFBLGdDQUFzQjtRQUFBLGFBQTJCOztRQUFBLGlCQUFPO1FBQUEsaUJBQUs7UUFDbkUsaUJBQUs7UUFDUCxpQkFBUTtRQUNWLGlCQUFROztRQTlCMEIsZUFBNEI7UUFBNUIsc0RBQTRCO1FBRzlCLGVBQXlCO1FBQXpCLG9EQUF5QjtRQUVwQixlQUM3QjtRQUQ2QixvRkFDN0I7UUFJd0IsZUFBMkI7UUFBM0Isc0RBQTJCO1FBQzNCLGVBQTBFO1FBQTFFLHVJQUEwRTtRQUcxRSxlQUE4QjtRQUE5Qix5REFBOEI7UUFDOUIsZUFBb0I7UUFBcEIsMENBQW9CO1FBR3BCLGVBQTBCO1FBQTFCLHFEQUEwQjtRQUMxQixlQUFvQjtRQUFwQiwwQ0FBb0I7UUFHcEIsZUFBNEI7UUFBNUIsdURBQTRCO1FBQzVCLGVBQTJCO1FBQTNCLCtEQUEyQjtRQUczQixlQUE0QjtRQUE1Qix1REFBNEI7UUFDNUIsZUFBMkI7UUFBM0IsK0RBQTJCOzt1RkRwQjlDLHdCQUF3QjtjQUxwQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtnQkFDakMsV0FBVyxFQUFFLG9DQUFvQztnQkFDakQsU0FBUyxFQUFFLENBQUMsMEJBQTBCLENBQUM7YUFDeEM7Z0JBR1EsS0FBSztrQkFEWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ2FzZVZpZXdFdmVudCB9IGZyb20gJy4uLy4uLy4uLy4uL2RvbWFpbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1ldmVudC1sb2ctZGV0YWlscycsXG4gIHRlbXBsYXRlVXJsOiAnLi9ldmVudC1sb2ctZGV0YWlscy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2V2ZW50LWxvZy1kZXRhaWxzLnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBFdmVudExvZ0RldGFpbHNDb21wb25lbnQge1xuICBASW5wdXQoKVxuICBwdWJsaWMgZXZlbnQ6IENhc2VWaWV3RXZlbnQ7XG59XG4iLCI8dGFibGUgdGFiaW5kZXg9XCIwXCIgY2xhc3M9XCJFdmVudExvZ0RldGFpbHNcIj5cbiAgPGNhcHRpb24+PGgyIGNsYXNzPVwiaGVhZGluZy1oMlwiPnt7J0RldGFpbHMnIHwgcnB4VHJhbnNsYXRlfX08L2gyPjwvY2FwdGlvbj5cbiAgPHRib2R5IHRhYmluZGV4PVwiMFwiIGFyaWEtbGl2ZT1cInBvbGl0ZVwiPlxuICAgIDx0cj5cbiAgICAgIDx0aD48c3BhbiBjbGFzcz1cInRleHQtMTZcIj57eydEYXRlJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPjwvdGg+XG4gICAgICA8dGQ+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0b29sdGlwIHRleHQtMTZcIj57e2V2ZW50LnRpbWVzdGFtcCB8IGNjZERhdGUgOiAnbG9jYWwnfX1cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L3RkPlxuICAgIDwvdHI+XG4gICAgPHRyPlxuICAgICAgPHRoPjxzcGFuIGNsYXNzPVwidGV4dC0xNlwiPnt7J0F1dGhvcicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj48L3RoPlxuICAgICAgPHRkPjxzcGFuIGNsYXNzPVwidGV4dC0xNlwiPnt7ZXZlbnQudXNlcl9maXJzdF9uYW1lIHwgdGl0bGVjYXNlfX0ge3tldmVudC51c2VyX2xhc3RfbmFtZSB8IHVwcGVyY2FzZX19PC9zcGFuPjwvdGQ+XG4gICAgPC90cj5cbiAgICA8dHI+XG4gICAgICA8dGg+PHNwYW4gY2xhc3M9XCJ0ZXh0LTE2XCI+e3snRW5kIHN0YXRlJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPjwvdGg+XG4gICAgICA8dGQ+PHNwYW4gY2xhc3M9XCJ0ZXh0LTE2XCI+e3tldmVudC5zdGF0ZV9uYW1lfX08L3NwYW4+PC90ZD5cbiAgICA8L3RyPlxuICAgIDx0cj5cbiAgICAgIDx0aD48c3BhbiBjbGFzcz1cInRleHQtMTZcIj57eydFdmVudCcgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj48L3RoPlxuICAgICAgPHRkPjxzcGFuIGNsYXNzPVwidGV4dC0xNlwiPnt7ZXZlbnQuZXZlbnRfbmFtZX19PC9zcGFuPjwvdGQ+XG4gICAgPC90cj5cbiAgICA8dHI+XG4gICAgICA8dGg+PHNwYW4gY2xhc3M9XCJ0ZXh0LTE2XCI+e3snU3VtbWFyeScgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj48L3RoPlxuICAgICAgPHRkPjxzcGFuIGNsYXNzPVwidGV4dC0xNlwiPnt7ZXZlbnQuc3VtbWFyeSB8IGNjZERhc2h9fTwvc3Bhbj48L3RkPlxuICAgIDwvdHI+XG4gICAgPHRyPlxuICAgICAgPHRoPjxzcGFuIGNsYXNzPVwidGV4dC0xNlwiPnt7J0NvbW1lbnQnIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+PC90aD5cbiAgICAgIDx0ZD48c3BhbiBjbGFzcz1cInRleHQtMTZcIj57e2V2ZW50LmNvbW1lbnQgfCBjY2REYXNofX08L3NwYW4+PC90ZD5cbiAgICA8L3RyPlxuICA8L3Rib2R5PlxuPC90YWJsZT5cbiJdfQ==
|