@hmcts/ccd-case-ui-toolkit 6.18.2 → 7.0.0-ConsoleLogs.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +4230 -3051
- 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 +50 -33
- 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/case.notifier.js +6 -1
- package/esm2015/lib/shared/components/case-editor/services/cases.service.js +7 -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.component.js +5 -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/case-viewer/services/case.resolver.js +12 -4
- 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 +12 -7
- 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/esm2015/lib/shared/services/loading/loading.service.js +5 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +3972 -2825
- 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-editor/services/case.notifier.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/cases.service.d.ts +1 -0
- package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
- package/lib/shared/components/case-history/case-history.module.d.ts +2 -1
- package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -1
- package/lib/shared/components/case-list/case-list.module.d.ts +2 -1
- package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -1
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +2 -1
- package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -1
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts +2 -1
- package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.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/case-viewer/services/case.resolver.d.ts +1 -1
- package/lib/shared/components/case-viewer/services/case.resolver.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/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/lib/shared/services/loading/loading.service.d.ts.map +1 -1
- package/package.json +1 -1
package/lib/app.config.d.ts
CHANGED
|
@@ -25,8 +25,8 @@ export declare abstract class AbstractAppConfig {
|
|
|
25
25
|
abstract getApiUrl(): string;
|
|
26
26
|
abstract getCaseDataUrl(): string;
|
|
27
27
|
abstract getDocumentManagementUrl(): string;
|
|
28
|
-
getDocumentManagementUrlV2(): string;
|
|
29
|
-
getDocumentSecureMode(): boolean;
|
|
28
|
+
abstract getDocumentManagementUrlV2(): string;
|
|
29
|
+
abstract getDocumentSecureMode(): boolean;
|
|
30
30
|
abstract getRemoteDocumentManagementUrl(): string;
|
|
31
31
|
abstract getHrsUrl(): string;
|
|
32
32
|
abstract getRemoteHrsUrl(): string;
|
package/lib/app.config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./alert.component";
|
|
3
3
|
import * as i2 from "./alert-icon-class.pipe";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "rpx-xui-translation";
|
|
5
6
|
export declare class AlertModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDef<AlertModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertIconClassPipe], [typeof i3.CommonModule], [typeof i1.AlertComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertIconClassPipe], [typeof i3.CommonModule, typeof i4.RpxTranslationModule], [typeof i1.AlertComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDef<AlertModule>;
|
|
9
10
|
}
|
|
10
11
|
//# sourceMappingURL=alert.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/components/banners/alert/alert.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"alert.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/components/banners/alert/alert.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,WAAW;iCAAX,WAAW;0CAAX,WAAW;kCAAX,WAAW;CAAG"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./footer.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "rpx-xui-translation";
|
|
4
5
|
export declare class FootersModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDef<FootersModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<FootersModule, [typeof i1.FooterComponent], [typeof i2.CommonModule], [typeof i1.FooterComponent]>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<FootersModule, [typeof i1.FooterComponent], [typeof i2.CommonModule, typeof i3.RpxTranslationModule], [typeof i1.FooterComponent]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDef<FootersModule>;
|
|
8
9
|
}
|
|
9
10
|
//# sourceMappingURL=footers.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"footers.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/footer/footers.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"footers.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/footer/footers.module.ts"],"names":[],"mappings":";;;;AAMA,qBAQa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./date-input/date-input.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "rpx-xui-translation";
|
|
4
5
|
export declare class FormModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDef<FormModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<FormModule, [typeof i1.DateInputComponent], [typeof i2.CommonModule], [typeof i1.DateInputComponent]>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<FormModule, [typeof i1.DateInputComponent], [typeof i2.CommonModule, typeof i3.RpxTranslationModule], [typeof i1.DateInputComponent]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDef<FormModule>;
|
|
8
9
|
}
|
|
9
10
|
//# sourceMappingURL=form.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/form/form.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"form.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/form/form.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,UAAU;iCAAV,UAAU;0CAAV,UAAU;kCAAV,UAAU;CAAG"}
|
|
@@ -5,9 +5,10 @@ import * as i3 from "./navigation/navigation.component";
|
|
|
5
5
|
import * as i4 from "./navigation/navigation-item.component";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@angular/router";
|
|
8
|
+
import * as i7 from "rpx-xui-translation";
|
|
8
9
|
export declare class HeadersModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDef<HeadersModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<HeadersModule, [typeof i1.PhaseComponent, typeof i2.HeaderBarComponent, typeof i3.NavigationComponent, typeof i4.NavigationItemComponent], [typeof i5.CommonModule, typeof i6.RouterModule], [typeof i1.PhaseComponent, typeof i2.HeaderBarComponent, typeof i3.NavigationComponent, typeof i4.NavigationItemComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<HeadersModule, [typeof i1.PhaseComponent, typeof i2.HeaderBarComponent, typeof i3.NavigationComponent, typeof i4.NavigationItemComponent], [typeof i5.CommonModule, typeof i6.RouterModule, typeof i7.RpxTranslationModule], [typeof i1.PhaseComponent, typeof i2.HeaderBarComponent, typeof i3.NavigationComponent, typeof i4.NavigationItemComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDef<HeadersModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=headers.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"headers.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/header/headers.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"headers.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/header/headers.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAKa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/tabs/tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA8B,UAAU,EAAE,SAAS,EAAgB,MAAM,eAAe,CAAC;AAClH,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBAOa,aAAc,YAAW,gBAAgB;IASxC,OAAO,CAAC,QAAQ,CAAC,KAAK;IAPN,IAAI,EAAG,SAAS,CAAC,UAAU,CAAC,CAAC;IAGlD,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEvC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAgB;gBAEZ,KAAK,EAAE,cAAc;IAE3C,kBAAkB,IAAI,IAAI;IAM1B,IAAI,CAAC,EAAE,EAAE,MAAM;iCAjBX,aAAa;2CAAb,aAAa;
|
|
1
|
+
{"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/tabs/tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA8B,UAAU,EAAE,SAAS,EAAgB,MAAM,eAAe,CAAC;AAClH,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBAOa,aAAc,YAAW,gBAAgB;IASxC,OAAO,CAAC,QAAQ,CAAC,KAAK;IAPN,IAAI,EAAG,SAAS,CAAC,UAAU,CAAC,CAAC;IAGlD,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEvC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAgB;gBAEZ,KAAK,EAAE,cAAc;IAE3C,kBAAkB,IAAI,IAAI;IAM1B,IAAI,CAAC,EAAE,EAAE,MAAM;iCAjBX,aAAa;2CAAb,aAAa;CA6BzB"}
|
|
@@ -3,9 +3,10 @@ import * as i1 from "./tabs.component";
|
|
|
3
3
|
import * as i2 from "./tab.component";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@angular/router";
|
|
6
|
+
import * as i5 from "rpx-xui-translation";
|
|
6
7
|
export declare class TabsModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDef<TabsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<TabsModule, [typeof i1.TabsComponent, typeof i2.TabComponent], [typeof i3.CommonModule, typeof i4.RouterModule], [typeof i1.TabsComponent, typeof i2.TabComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<TabsModule, [typeof i1.TabsComponent, typeof i2.TabComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.RpxTranslationModule], [typeof i1.TabsComponent, typeof i2.TabComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDef<TabsModule>;
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=tabs.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/tabs/tabs.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tabs.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/tabs/tabs.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAea,UAAU;iCAAV,UAAU;0CAAV,UAAU;kCAAV,UAAU;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-edit-validation.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/case-edit-validation.model.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB,GAAG;
|
|
1
|
+
{"version":3,"file":"case-edit-validation.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/case-edit-validation.model.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC"}
|
|
@@ -4,9 +4,10 @@ import * as i2 from "./activity-banner/activity-banner.component";
|
|
|
4
4
|
import * as i3 from "./activity-icon/activity-icon.component";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "@angular/router";
|
|
7
|
+
import * as i6 from "rpx-xui-translation";
|
|
7
8
|
export declare class ActivityModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDef<ActivityModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<ActivityModule, [typeof i1.ActivityComponent, typeof i2.ActivityBannerComponent, typeof i3.ActivityIconComponent], [typeof i4.CommonModule, typeof i5.RouterModule], [typeof i1.ActivityComponent, typeof i2.ActivityBannerComponent, typeof i3.ActivityIconComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<ActivityModule, [typeof i1.ActivityComponent, typeof i2.ActivityBannerComponent, typeof i3.ActivityIconComponent], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i6.RpxTranslationModule], [typeof i1.ActivityComponent, typeof i2.ActivityBannerComponent, typeof i3.ActivityIconComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDef<ActivityModule>;
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=activity.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activity.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/activity/activity.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"activity.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/activity/activity.module.ts"],"names":[],"mappings":";;;;;;;AAWA,qBAsBa,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit/case-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAe,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAE,cAAc,EAAU,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"case-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit/case-edit.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ import { AbstractControl, FormGroup } from '@angular/forms';
|
|
|
3
3
|
import { MatDialog, MatDialogConfig } from '@angular/material/dialog';
|
|
4
4
|
import { ActivatedRoute } from '@angular/router';
|
|
5
5
|
import { BehaviorSubject, Subject, Subscription } from 'rxjs';
|
|
6
|
-
import { CaseEditDataService } from '../../../commons/case-edit-data';
|
|
6
|
+
import { CaseEditDataService, CaseEditValidationError } from '../../../commons/case-edit-data';
|
|
7
7
|
import { CaseEventData } from '../../../domain/case-event-data.model';
|
|
8
8
|
import { CaseEventTrigger } from '../../../domain/case-view/case-event-trigger.model';
|
|
9
9
|
import { CaseField } from '../../../domain/definition';
|
|
@@ -46,10 +46,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
46
46
|
formValuesChanged: boolean;
|
|
47
47
|
pageChangeSubject: Subject<boolean>;
|
|
48
48
|
caseFields: CaseField[];
|
|
49
|
-
validationErrors:
|
|
50
|
-
id: string;
|
|
51
|
-
message: string;
|
|
52
|
-
}[];
|
|
49
|
+
validationErrors: CaseEditValidationError[];
|
|
53
50
|
hasPreviousPage$: BehaviorSubject<boolean>;
|
|
54
51
|
callbackErrorsSubject: Subject<any>;
|
|
55
52
|
isLinkedCasesJourneyAtFinalStep: boolean;
|
|
@@ -114,6 +111,9 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
114
111
|
*/
|
|
115
112
|
private getFilteredCaseEventData;
|
|
116
113
|
private syncCaseEditDataService;
|
|
114
|
+
getRpxTranslatePipeArgs(fieldLabel: string): {
|
|
115
|
+
FIELDLABEL: string;
|
|
116
|
+
} | null;
|
|
117
117
|
onEventCanBeCompleted(eventCanBeCompleted: boolean): void;
|
|
118
118
|
static ɵfac: i0.ɵɵFactoryDef<CaseEditPageComponent, never>;
|
|
119
119
|
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEditPageComponent, "ccd-case-edit-page", never, {}, {}, never, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-edit-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAClG,OAAO,EAAE,eAAe,EAAa,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAE9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"case-edit-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,10 +21,11 @@ import * as i19 from "../error/errors.module";
|
|
|
21
21
|
import * as i20 from "@angular/cdk/portal";
|
|
22
22
|
import * as i21 from "../loading-spinner/loading-spinner.module";
|
|
23
23
|
import * as i22 from "../../../components/banners/banners.module";
|
|
24
|
-
import * as i23 from "
|
|
24
|
+
import * as i23 from "rpx-xui-translation";
|
|
25
|
+
import * as i24 from "../error/callback-errors.component";
|
|
25
26
|
export declare class CaseEditorModule {
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDef<CaseEditorModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseEditorModule, [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i6.CaseEventCompletionComponent, typeof i7.CaseEventCompletionTaskCancelledComponent, typeof i8.CaseEventCompletionTaskReassignedComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i11.CaseEditGenericErrorsComponent], [typeof i12.CommonModule, typeof i13.RouterModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i15.CaseEditDataModule, typeof i16.PaletteModule, typeof i17.LabelSubstitutorModule, typeof i18.ConditionalShowModule, typeof i19.ErrorsModule, typeof i20.PortalModule, typeof i21.LoadingSpinnerModule, typeof i22.BannersModule], [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof
|
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseEditorModule, [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i6.CaseEventCompletionComponent, typeof i7.CaseEventCompletionTaskCancelledComponent, typeof i8.CaseEventCompletionTaskReassignedComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i11.CaseEditGenericErrorsComponent], [typeof i12.CommonModule, typeof i13.RouterModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i15.CaseEditDataModule, typeof i16.PaletteModule, typeof i17.LabelSubstitutorModule, typeof i18.ConditionalShowModule, typeof i19.ErrorsModule, typeof i20.PortalModule, typeof i21.LoadingSpinnerModule, typeof i22.BannersModule, typeof i23.RpxTranslationModule], [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i24.CallbackErrorsComponent]>;
|
|
28
29
|
static ɵinj: i0.ɵɵInjectorDef<CaseEditorModule>;
|
|
29
30
|
}
|
|
30
31
|
//# sourceMappingURL=case-editor.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-editor.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-editor.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"case-editor.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-editor.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAyDA,qBAqEa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-edit-wizard.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case-edit-wizard.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAM1E,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAGrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBACa,mBAAoB,YAAW,OAAO,CAAC,OAAO,CAAC;IAGxD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAJnB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,mBAAmB,EACjC,aAAa,EAAE,oBAAoB,EACnC,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB;IAGpD,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,OAAO,CAAC;IAY/D,OAAO,CAAC,mBAAmB;
|
|
1
|
+
{"version":3,"file":"case-edit-wizard.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case-edit-wizard.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAM1E,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAGrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBACa,mBAAoB,YAAW,OAAO,CAAC,OAAO,CAAC;IAGxD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAJnB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,mBAAmB,EACjC,aAAa,EAAE,oBAAoB,EACnC,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB;IAGpD,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,OAAO,CAAC;IAY/D,OAAO,CAAC,mBAAmB;IA+B3B,OAAO,CAAC,SAAS;IAQjB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,UAAU;IAoBlB,OAAO,CAAC,iBAAiB;iCArFd,mBAAmB;qCAAnB,mBAAmB;CAwF/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case.notifier.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case.notifier.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBACa,YAAY;IAOT,OAAO,CAAC,QAAQ,CAAC,YAAY;IANzC,gBAAuB,SAAS,2BAA2B;IAC3D,gBAAuB,aAAa,4BAA4B;IAChE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA4E;IACpG,QAAQ,sCAAsC;IAC9C,cAAc,EAAE,QAAQ,CAAC;gBAEH,YAAY,EAAE,YAAY;IAEhD,gBAAgB;IAIhB,YAAY,CAAC,CAAC,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"case.notifier.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case.notifier.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBACa,YAAY;IAOT,OAAO,CAAC,QAAQ,CAAC,YAAY;IANzC,gBAAuB,SAAS,2BAA2B;IAC3D,gBAAuB,aAAa,4BAA4B;IAChE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA4E;IACpG,QAAQ,sCAAsC;IAC9C,cAAc,EAAE,QAAQ,CAAC;gBAEH,YAAY,EAAE,YAAY;IAEhD,gBAAgB;IAIhB,YAAY,CAAC,CAAC,EAAE,QAAQ;IAKxB,eAAe,CAAC,GAAG,EAAE,MAAM;IAgB3B,cAAc,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;iCAlCnC,YAAY;qCAAZ,YAAY;CA8CxB"}
|
|
@@ -33,6 +33,7 @@ export declare class CasesService {
|
|
|
33
33
|
constructor(http: HttpService, appConfig: AbstractAppConfig, orderService: OrderService, errorService: HttpErrorService, wizardPageFieldToCaseFieldMapper: WizardPageFieldToCaseFieldMapper, loadingService: LoadingService, sessionStorageService: SessionStorageService);
|
|
34
34
|
getCaseView(jurisdictionId: string, caseTypeId: string, caseId: string): Observable<CaseView>;
|
|
35
35
|
getCaseViewV2(caseId: string): Observable<CaseView>;
|
|
36
|
+
private finalizeGetCaseViewWith;
|
|
36
37
|
getEventTrigger(caseTypeId: string, eventTriggerId: string, caseId?: string, ignoreWarning?: string): Observable<CaseEventTrigger>;
|
|
37
38
|
createEvent(caseDetails: CaseView, eventData: CaseEventData): Observable<{}>;
|
|
38
39
|
validateCase(ctid: string, eventData: CaseEventData, pageId: string): Observable<object>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/cases.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAe,MAAM,sBAAsB,CAAC;AAG/D,OAAO,EAAE,UAAU,EAAc,MAAM,MAAM,CAAC;AAE9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EACL,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,QAAQ,EACR,uBAAuB,EACvB,sBAAsB,EAEF,qBAAqB,EAC1C,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAe,gBAAgB,EAAE,WAAW,EAAE,cAAc,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AACpI,OAAO,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AAG3F,OAAO,EAAE,gCAAgC,EAAE,MAAM,0CAA0C,CAAC;;AAG5F,qBACa,YAAY;IA2CrB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gCAAgC;IACxC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IA/CxC,gBAAuB,sBAAsB,0EAA0E;IACvH,gBAAuB,+BAA+B,iGAC0C;IAChG,gBAAuB,gCAAgC,kGAC0C;IACjG,gBAAuB,gCAAgC,kGAC0C;IAIjG,gBAAuB,2BAA2B,0FACuC;IAEzF,gBAAuB,+BAA+B,8FACuC;IAC7F,gBAAuB,yBAAyB,wFACuC;IACvF,gBAAuB,wBAAwB,uFACuC;IAEtF,gBAAuB,gBAAgB,sBAAsB;IAEtD,GAAG,mBA6ByB,MAAM,cAC3B,MAAM,UACV,MAAM,KAAG,WAAW,QAAQ,CAAC,CA/BT;WAEhB,uCAAuC,CAAC,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAClI,UAAU,CAAC,sBAAsB,CAAC;WAOxB,qCAAqC,CAAC,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAChI,UAAU,CAAC,sBAAsB,CAAC;gBAQ5B,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,gBAAgB,EAC9B,gCAAgC,EAAE,gCAAgC,EAClE,cAAc,EAAE,cAAc,EACrB,qBAAqB,EAAE,qBAAqB;IAIxD,WAAW,CAAC,cAAc,EAAE,MAAM,EACvC,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,QAAQ,CAAC;IAehC,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/cases.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,9 +6,10 @@ import * as i4 from "../case-header/case-header.module";
|
|
|
6
6
|
import * as i5 from "../../directives/conditional-show/conditional-show.module";
|
|
7
7
|
import * as i6 from "../palette/palette.module";
|
|
8
8
|
import * as i7 from "../../directives/substitutor/label-substitutor.module";
|
|
9
|
+
import * as i8 from "rpx-xui-translation";
|
|
9
10
|
export declare class CaseHistoryModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDef<CaseHistoryModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseHistoryModule, [typeof i1.CaseHistoryComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CaseHeaderModule, typeof i5.ConditionalShowModule, typeof i6.PaletteModule, typeof i7.LabelSubstitutorModule], [typeof i1.CaseHistoryComponent]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseHistoryModule, [typeof i1.CaseHistoryComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CaseHeaderModule, typeof i5.ConditionalShowModule, typeof i6.PaletteModule, typeof i7.LabelSubstitutorModule, typeof i8.RpxTranslationModule], [typeof i1.CaseHistoryComponent]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDef<CaseHistoryModule>;
|
|
13
14
|
}
|
|
14
15
|
//# sourceMappingURL=case-history.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-history.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/case-history.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"case-history.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/case-history.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAqBa,iBAAiB;iCAAjB,iBAAiB;0CAAjB,iBAAiB;kCAAjB,iBAAiB;CAAG"}
|
|
@@ -5,9 +5,10 @@ import * as i3 from "@angular/forms";
|
|
|
5
5
|
import * as i4 from "@angular/router";
|
|
6
6
|
import * as i5 from "ngx-pagination";
|
|
7
7
|
import * as i6 from "../pagination/pagination.module";
|
|
8
|
+
import * as i7 from "rpx-xui-translation";
|
|
8
9
|
export declare class CaseListModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDef<CaseListModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListModule, [typeof i1.CaseListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.RouterModule, typeof i5.NgxPaginationModule, typeof i6.PaginationModule], [typeof i1.CaseListComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListModule, [typeof i1.CaseListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.RouterModule, typeof i5.NgxPaginationModule, typeof i6.PaginationModule, typeof i7.RpxTranslationModule], [typeof i1.CaseListComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDef<CaseListModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=case-list.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-list.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/case-list.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"case-list.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/case-list.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAea,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAI"}
|
|
@@ -5,9 +5,10 @@ import * as i3 from "@angular/forms";
|
|
|
5
5
|
import * as i4 from "../palette/palette.module";
|
|
6
6
|
import * as i5 from "../../services/definitions/definitions.module";
|
|
7
7
|
import * as i6 from "../workbasket-filters/workbasket-filters.module";
|
|
8
|
+
import * as i7 from "rpx-xui-translation";
|
|
8
9
|
export declare class CaseListFiltersModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDef<CaseListFiltersModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListFiltersModule, [typeof i1.CaseListFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.DefinitionsModule, typeof i6.WorkbasketFiltersModule], [typeof i1.CaseListFiltersComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListFiltersModule, [typeof i1.CaseListFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.DefinitionsModule, typeof i6.WorkbasketFiltersModule, typeof i7.RpxTranslationModule], [typeof i1.CaseListFiltersComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDef<CaseListFiltersModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=case-list-filters.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-list-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/case-list-filters.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"case-list-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/case-list-filters.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAwBa,qBAAqB;iCAArB,qBAAqB;0CAArB,qBAAqB;kCAArB,qBAAqB;CAAG"}
|
|
@@ -5,9 +5,10 @@ import * as i3 from "../error/errors.module";
|
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "../case-history/case-history.module";
|
|
7
7
|
import * as i6 from "../palette/palette.module";
|
|
8
|
+
import * as i7 from "rpx-xui-translation";
|
|
8
9
|
export declare class CaseTimelineModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDef<CaseTimelineModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseTimelineModule, [typeof i1.CaseTimelineComponent], [typeof i2.CommonModule, typeof i3.ErrorsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CaseHistoryModule, typeof i6.PaletteModule], [typeof i1.CaseTimelineComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseTimelineModule, [typeof i1.CaseTimelineComponent], [typeof i2.CommonModule, typeof i3.ErrorsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CaseHistoryModule, typeof i6.PaletteModule, typeof i7.RpxTranslationModule], [typeof i1.CaseTimelineComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDef<CaseTimelineModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=case-timeline.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-timeline.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/case-timeline.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"case-timeline.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/case-timeline.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAkBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
|
package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAa,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9G,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,MAAM,mBAAmB,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAE/D,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAS/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAflC,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;gBAGN,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB;IAI1D,QAAQ,IAAI,IAAI;IAqBhB,WAAW,IAAI,IAAI;IASnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAwBpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAa,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9G,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,MAAM,mBAAmB,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAE/D,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAS/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAflC,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;gBAGN,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB;IAI1D,QAAQ,IAAI,IAAI;IAqBhB,WAAW,IAAI,IAAI;IASnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAwBpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAuB3B,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAQ1B,YAAY,IAAI,OAAO;iCAlHnB,yBAAyB;2CAAzB,yBAAyB;CAqHrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE9C,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAiBzD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAnB/B,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,8BAA8B,WAA8B;IACnF,gBAAuB,uBAAuB,WAAW;IAEzC,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IACxB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAEtC,WAAW,EAAE,QAAQ,CAAC;IACtB,gBAAgB,EAAE,YAAY,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;gBAGX,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;
|
|
1
|
+
{"version":3,"file":"case-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE9C,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAiBzD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAnB/B,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,8BAA8B,WAA8B;IACnF,gBAAuB,uBAAuB,WAAW;IAEzC,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IACxB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAEtC,WAAW,EAAE,QAAQ,CAAC;IACtB,gBAAgB,EAAE,YAAY,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;gBAGX,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;IAMhB,WAAW,IAAI,IAAI;IAMnB,eAAe,IAAI,IAAI;IAgBvB,iBAAiB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAW9C,YAAY,IAAI,OAAO;IAIvB,iBAAiB,IAAI,OAAO;IAOnC,OAAO,CAAC,mBAAmB;iCAzEhB,mBAAmB;2CAAnB,mBAAmB;CA6F/B"}
|
|
@@ -25,13 +25,15 @@ import * as i23 from "../../directives/conditional-show/conditional-show.module"
|
|
|
25
25
|
import * as i24 from "../case-history/case-history.module";
|
|
26
26
|
import * as i25 from "@angular/material/tabs";
|
|
27
27
|
import * as i26 from "@angular/forms";
|
|
28
|
-
import * as i27 from "../../../components/banners/
|
|
29
|
-
import * as i28 from "
|
|
30
|
-
import * as i29 from "
|
|
31
|
-
import * as i30 from "
|
|
28
|
+
import * as i27 from "../../../components/banners/alert/alert.module";
|
|
29
|
+
import * as i28 from "rpx-xui-translation";
|
|
30
|
+
import * as i29 from "../../../components/banners/banners.module";
|
|
31
|
+
import * as i30 from "../../directives/substitutor/label-substitutor.module";
|
|
32
|
+
import * as i31 from "../loading-spinner/loading-spinner.module";
|
|
33
|
+
import * as i32 from "../error-message/error-message.module";
|
|
32
34
|
export declare class CaseViewerModule {
|
|
33
35
|
static ɵfac: i0.ɵɵFactoryDef<CaseViewerModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseViewerModule, [typeof i1.CaseEventTriggerComponent, typeof i2.CasePrinterComponent, typeof i3.CaseViewerComponent, typeof i4.CaseFullAccessViewComponent, typeof i5.CaseViewComponent, typeof i6.CaseBasicAccessViewComponent, typeof i7.PrintUrlPipe, typeof i8.CaseChallengedAccessRequestComponent, typeof i9.CaseSpecificAccessRequestComponent, typeof i10.CaseReviewSpecificAccessRequestComponent, typeof i11.CaseChallengedAccessSuccessComponent, typeof i12.CaseSpecificAccessSuccessComponent, typeof i13.CaseReviewSpecificAccessRejectComponent], [typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.ErrorsModule, typeof i17.ActivityModule, typeof i18.CaseHeaderModule, typeof i19.EventStartModule, typeof i20.EventTriggerModule, typeof i21.PaletteModule, typeof i22.CaseEditorModule, typeof i23.ConditionalShowModule, typeof i24.CaseHistoryModule, typeof i25.MatTabsModule, typeof i26.ReactiveFormsModule, typeof i27.
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseViewerModule, [typeof i1.CaseEventTriggerComponent, typeof i2.CasePrinterComponent, typeof i3.CaseViewerComponent, typeof i4.CaseFullAccessViewComponent, typeof i5.CaseViewComponent, typeof i6.CaseBasicAccessViewComponent, typeof i7.PrintUrlPipe, typeof i8.CaseChallengedAccessRequestComponent, typeof i9.CaseSpecificAccessRequestComponent, typeof i10.CaseReviewSpecificAccessRequestComponent, typeof i11.CaseChallengedAccessSuccessComponent, typeof i12.CaseSpecificAccessSuccessComponent, typeof i13.CaseReviewSpecificAccessRejectComponent], [typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.ErrorsModule, typeof i17.ActivityModule, typeof i18.CaseHeaderModule, typeof i19.EventStartModule, typeof i20.EventTriggerModule, typeof i21.PaletteModule, typeof i22.CaseEditorModule, typeof i23.ConditionalShowModule, typeof i24.CaseHistoryModule, typeof i25.MatTabsModule, typeof i26.ReactiveFormsModule, typeof i27.AlertModule, typeof i28.RpxTranslationModule, typeof i29.BannersModule, typeof i30.LabelSubstitutorModule, typeof i31.LoadingSpinnerModule, typeof i32.EventMessageModule], [typeof i3.CaseViewerComponent, typeof i5.CaseViewComponent]>;
|
|
35
37
|
static ɵinj: i0.ɵɵInjectorDef<CaseViewerModule>;
|
|
36
38
|
}
|
|
37
39
|
//# sourceMappingURL=case-viewer.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-viewer.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"case-viewer.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CA,qBAwDa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAC5B"}
|
|
@@ -23,7 +23,7 @@ export declare class CaseResolver implements Resolve<CaseView> {
|
|
|
23
23
|
private isTabViewRoute;
|
|
24
24
|
private getAndCacheCaseView;
|
|
25
25
|
private getAndCacheDraft;
|
|
26
|
-
private
|
|
26
|
+
private processErrorInCaseFetch;
|
|
27
27
|
private goToDefaultPage;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDef<CaseResolver, never>;
|
|
29
29
|
static ɵprov: i0.ɵɵInjectableDef<CaseResolver>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/case.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAiB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAKzF,OAAO,EAAE,QAAQ,EAAS,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAoB,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1F,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAEjD,qBACa,YAAa,YAAW,OAAO,CAAC,QAAQ,CAAC;IAWxC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IAdlC,gBAAuB,WAAW,SAAyC;IAC3E,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,gBAAgB,4CAA4C;IAEnF,OAAc,aAAa,SAAwB;IACnD,OAAc,WAAW,SAAY;IAI9B,WAAW,EAAE,MAAM,CAAC;gBACP,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,qBAAqB;IAOlD,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"case.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/case.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAiB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAKzF,OAAO,EAAE,QAAQ,EAAS,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAoB,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1F,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAEjD,qBACa,YAAa,YAAW,OAAO,CAAC,QAAQ,CAAC;IAWxC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IAdlC,gBAAuB,WAAW,SAAyC;IAC3E,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,gBAAgB,4CAA4C;IAEnF,OAAc,aAAa,SAAwB;IACnD,OAAc,WAAW,SAAY;IAI9B,WAAW,EAAE,MAAM,CAAC;gBACP,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,qBAAqB;IAOlD,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,QAAQ,CAAC;IAehE,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,mBAAmB;IAmB3B,OAAO,CAAC,gBAAgB;IAaxB,OAAO,CAAC,uBAAuB;IAqB/B,OAAO,CAAC,eAAe;iCAxGZ,YAAY;qCAAZ,YAAY;CAqHxB"}
|
|
@@ -4,9 +4,10 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "../../services/definitions/definitions.module";
|
|
6
6
|
import * as i5 from "../error/errors.module";
|
|
7
|
+
import * as i6 from "rpx-xui-translation";
|
|
7
8
|
export declare class CreateCaseFiltersModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDef<CreateCaseFiltersModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CreateCaseFiltersModule, [typeof i1.CreateCaseFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.DefinitionsModule, typeof i5.ErrorsModule], [typeof i1.CreateCaseFiltersComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CreateCaseFiltersModule, [typeof i1.CreateCaseFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.DefinitionsModule, typeof i5.ErrorsModule, typeof i6.RpxTranslationModule], [typeof i1.CreateCaseFiltersComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDef<CreateCaseFiltersModule>;
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=create-case-filters.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-case-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-case-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAiBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
|
|
@@ -5,9 +5,10 @@ import * as i3 from "./save-or-discard-dialog/save-or-discard-dialog.component";
|
|
|
5
5
|
import * as i4 from "./remove-dialog/remove-dialog.component";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "rpx-xui-translation";
|
|
8
9
|
export declare class DialogsModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDef<DialogsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<DialogsModule, [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<DialogsModule, [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.RpxTranslationModule], [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDef<DialogsModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=dialogs.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialogs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/dialogs.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dialogs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/dialogs.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAoBa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
|
|
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./callback-errors.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "rpx-xui-translation";
|
|
5
6
|
export declare class ErrorsModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDef<ErrorsModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<ErrorsModule, [typeof i1.CallbackErrorsComponent], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.CallbackErrorsComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<ErrorsModule, [typeof i1.CallbackErrorsComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.RpxTranslationModule], [typeof i1.CallbackErrorsComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDef<ErrorsModule>;
|
|
9
10
|
}
|
|
10
11
|
//# sourceMappingURL=errors.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/errors.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"errors.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/errors.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,YAAY;iCAAZ,YAAY;0CAAZ,YAAY;kCAAZ,YAAY;CAAG"}
|
|
@@ -4,9 +4,10 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/router";
|
|
6
6
|
import * as i5 from "../activity/activity.module";
|
|
7
|
+
import * as i6 from "rpx-xui-translation";
|
|
7
8
|
export declare class EventMessageModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDef<EventMessageModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventMessageModule, [typeof i1.ErrorMessageComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.RouterModule, typeof i5.ActivityModule], [typeof i1.ErrorMessageComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventMessageModule, [typeof i1.ErrorMessageComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.RouterModule, typeof i5.ActivityModule, typeof i6.RpxTranslationModule], [typeof i1.ErrorMessageComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDef<EventMessageModule>;
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=error-message.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-message.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error-message/error-message.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"error-message.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error-message/error-message.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAea,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
|
|
@@ -9,9 +9,10 @@ import * as i7 from "./components/task-unassigned/task-unassigned.component";
|
|
|
9
9
|
import * as i8 from "@angular/common";
|
|
10
10
|
import * as i9 from "@angular/forms";
|
|
11
11
|
import * as i10 from "@angular/router";
|
|
12
|
+
import * as i11 from "rpx-xui-translation";
|
|
12
13
|
export declare class EventStartModule {
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDef<EventStartModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventStartModule, [typeof i1.EventStartComponent, typeof i2.MultipleTasksExistComponent, typeof i3.NoTasksAvailableComponent, typeof i4.TaskAssignedComponent, typeof i5.TaskCancelledComponent, typeof i6.TaskConflictComponent, typeof i7.TaskUnassignedComponent], [typeof i8.CommonModule, typeof i9.ReactiveFormsModule, typeof i10.RouterModule], [typeof i1.EventStartComponent, typeof i4.TaskAssignedComponent, typeof i7.TaskUnassignedComponent]>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventStartModule, [typeof i1.EventStartComponent, typeof i2.MultipleTasksExistComponent, typeof i3.NoTasksAvailableComponent, typeof i4.TaskAssignedComponent, typeof i5.TaskCancelledComponent, typeof i6.TaskConflictComponent, typeof i7.TaskUnassignedComponent], [typeof i8.CommonModule, typeof i9.ReactiveFormsModule, typeof i10.RouterModule, typeof i11.RpxTranslationModule], [typeof i1.EventStartComponent, typeof i4.TaskAssignedComponent, typeof i7.TaskUnassignedComponent]>;
|
|
15
16
|
static ɵinj: i0.ɵɵInjectorDef<EventStartModule>;
|
|
16
17
|
}
|
|
17
18
|
//# sourceMappingURL=event-start.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-start.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-start.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"event-start.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-start.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,qBA2Ba,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
|
|
@@ -3,9 +3,10 @@ import * as i1 from "./event-trigger.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "../activity/activity.module";
|
|
6
|
+
import * as i5 from "rpx-xui-translation";
|
|
6
7
|
export declare class EventTriggerModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDef<EventTriggerModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventTriggerModule, [typeof i1.EventTriggerComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.ActivityModule], [typeof i1.EventTriggerComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventTriggerModule, [typeof i1.EventTriggerComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.ActivityModule, typeof i5.RpxTranslationModule], [typeof i1.EventTriggerComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDef<EventTriggerModule>;
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=event-trigger.module.d.ts.map
|