@hmcts/ccd-case-ui-toolkit 6.18.0-restricted-case-access → 6.18.0-restricted-case-access-v2
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 +4230 -3081
- 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 -7
- package/esm2015/lib/components/banners/alert/alert.component.js +7 -5
- package/esm2015/lib/components/banners/alert/alert.module.js +12 -4
- package/esm2015/lib/components/footer/footer.component.js +55 -30
- package/esm2015/lib/components/footer/footers.module.js +12 -4
- package/esm2015/lib/components/form/date-input/date-input.component.js +56 -37
- package/esm2015/lib/components/form/form.module.js +8 -4
- package/esm2015/lib/components/header/header-bar/header-bar.component.js +32 -19
- package/esm2015/lib/components/header/headers.module.js +6 -4
- package/esm2015/lib/components/header/navigation/navigation-item.component.js +9 -7
- package/esm2015/lib/components/header/phase/phase.component.js +20 -9
- package/esm2015/lib/components/tabs/tabs.component.js +8 -5
- package/esm2015/lib/components/tabs/tabs.module.js +6 -2
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-validation.model.js +1 -1
- package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +12 -9
- package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +11 -8
- package/esm2015/lib/shared/components/activity/activity.component.js +15 -10
- package/esm2015/lib/shared/components/activity/activity.module.js +6 -2
- package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +1 -1
- 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 +51 -34
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +27 -22
- 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 +90 -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 +12 -4
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +105 -78
- 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 +34 -27
- package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +36 -22
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +63 -40
- package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +6 -2
- package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/dialogs.module.js +6 -2
- package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +28 -14
- package/esm2015/lib/shared/components/error/callback-errors.component.js +34 -23
- package/esm2015/lib/shared/components/error/errors.module.js +6 -2
- package/esm2015/lib/shared/components/error-message/error-message.component.js +14 -11
- package/esm2015/lib/shared/components/error-message/error-message.module.js +8 -4
- package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +39 -20
- package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +34 -18
- package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +34 -19
- package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +50 -25
- package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +39 -20
- package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +34 -18
- package/esm2015/lib/shared/components/event-start/event-start.module.js +8 -4
- package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +27 -17
- package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +6 -2
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +7 -5
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +6 -2
- package/esm2015/lib/shared/components/pagination/pagination.component.js +84 -67
- package/esm2015/lib/shared/components/pagination/pagination.module.js +8 -4
- package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +50 -31
- package/esm2015/lib/shared/components/palette/base-field/abstract-field-read.component.js +1 -1
- package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +10 -8
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +5 -1
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +54 -35
- package/esm2015/lib/shared/components/palette/case-flag/components/index.js +5 -5
- package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +29 -19
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +41 -29
- package/esm2015/lib/shared/components/palette/case-flag/index.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +29 -24
- 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 +45 -32
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +50 -46
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +7 -6
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +22 -20
- package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +5 -4
- package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +16 -12
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +29 -17
- package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +31 -25
- package/esm2015/lib/shared/components/palette/dynamic-list/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/read-dynamic-multi-select-list-field.component.js +7 -6
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +10 -8
- 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 +26 -17
- 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 -2
- package/esm2015/lib/shared/components/palette/label/label-field.component.js +24 -5
- package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
- package/esm2015/lib/shared/components/palette/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 +95 -65
- 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/utils/first-error.pipe.js +22 -11
- package/esm2015/lib/shared/components/palette/utils/utils.module.js +12 -6
- package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +1 -1
- package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +16 -12
- 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 +132 -95
- 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/alert/alert-status-params.model.js +2 -0
- package/esm2015/lib/shared/services/alert/alert.service.js +28 -8
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +3959 -2841
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +2 -2
- package/lib/app.config.d.ts.map +1 -1
- package/lib/components/banners/alert/alert.module.d.ts +2 -1
- package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
- package/lib/components/footer/footers.module.d.ts +2 -1
- package/lib/components/footer/footers.module.d.ts.map +1 -1
- package/lib/components/form/form.module.d.ts +2 -1
- package/lib/components/form/form.module.d.ts.map +1 -1
- package/lib/components/header/headers.module.d.ts +2 -1
- package/lib/components/header/headers.module.d.ts.map +1 -1
- package/lib/components/tabs/tabs.component.d.ts.map +1 -1
- package/lib/components/tabs/tabs.module.d.ts +2 -1
- package/lib/components/tabs/tabs.module.d.ts.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts +1 -0
- package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -1
- package/lib/shared/components/activity/activity.module.d.ts +2 -1
- package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +5 -5
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-editor.module.d.ts +3 -2
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/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.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts +7 -5
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +2 -1
- package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts +2 -1
- package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
- package/lib/shared/components/error/errors.module.d.ts +2 -1
- package/lib/shared/components/error/errors.module.d.ts.map +1 -1
- package/lib/shared/components/error-message/error-message.module.d.ts +2 -1
- package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-start.module.d.ts +2 -1
- package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -1
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts +2 -1
- package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts +2 -1
- package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
- package/lib/shared/components/pagination/pagination.module.d.ts +2 -1
- package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts +1 -0
- package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/index.d.ts +4 -4
- package/lib/shared/components/palette/case-flag/components/index.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +1 -1
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts +2 -1
- package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +88 -87
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/first-error.pipe.d.ts +3 -0
- package/lib/shared/components/palette/utils/first-error.pipe.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/utils.module.d.ts +2 -1
- package/lib/shared/components/palette/utils/utils.module.d.ts.map +1 -1
- package/lib/shared/components/palette/yes-no/read-yes-no-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/yes-no/write-yes-no-field.component.d.ts.map +1 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts +2 -1
- package/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.module.d.ts +3 -2
- package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +2 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
- package/lib/shared/domain/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/services/alert/alert.service.d.ts +8 -4
- package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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==
|