@hmcts/ccd-case-ui-toolkit 7.0.65-ungrey-back-button-3 → 7.0.66
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/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +60 -22
- package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +33 -98
- package/esm2022/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +37 -49
- package/esm2022/lib/shared/components/case-editor/case-editor.module.mjs +4 -7
- package/esm2022/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.mjs +40 -28
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +18 -17
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +27 -37
- package/esm2022/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.mjs +1 -1
- package/esm2022/lib/shared/components/case-editor/domain/event-completion-task-states.model.mjs +6 -0
- package/esm2022/lib/shared/components/case-editor/services/case-flag-state.service.mjs +1 -3
- package/esm2022/lib/shared/components/case-editor/services/event-completion-state-machine.service.mjs +11 -5
- package/esm2022/lib/shared/components/case-editor/services/work-allocation.service.mjs +1 -1
- package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +4 -14
- package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +28 -5
- package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +15 -1
- package/esm2022/lib/shared/components/palette/base-field/index.mjs +1 -3
- package/esm2022/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.mjs +21 -21
- package/esm2022/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.mjs +3 -3
- package/esm2022/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.mjs +22 -22
- package/esm2022/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.mjs +35 -77
- package/esm2022/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.mjs +29 -32
- package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.mjs +28 -33
- package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.mjs +63 -128
- package/esm2022/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.mjs +28 -28
- package/esm2022/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.mjs +105 -107
- package/esm2022/lib/shared/components/palette/case-flag/read-case-flag-field.component.mjs +4 -11
- package/esm2022/lib/shared/components/palette/case-flag/write-case-flag-field.component.mjs +31 -107
- package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +18 -27
- package/esm2022/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +7 -19
- package/esm2022/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.mjs +45 -55
- package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +9 -13
- package/esm2022/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.mjs +39 -45
- package/esm2022/lib/shared/components/palette/linked-cases/services/linked-cases.service.mjs +1 -12
- package/esm2022/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.mjs +23 -69
- package/esm2022/lib/shared/components/palette/palette.module.mjs +6 -2
- package/esm2022/lib/shared/domain/index.mjs +1 -2
- package/esm2022/lib/shared/domain/work-allocation/Task.mjs +1 -1
- package/esm2022/lib/shared/domain/work-allocation/task-response.model.mjs +1 -1
- package/esm2022/lib/shared/pipes/complex/ccd-page-fields.pipe.mjs +2 -2
- package/esm2022/lib/shared/services/index.mjs +1 -2
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +979 -1508
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +5 -2
- 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 +3 -16
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +2 -7
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts +5 -3
- package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts +7 -5
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts +7 -11
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.d.ts +1 -1
- package/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.d.ts.map +1 -1
- package/lib/shared/components/case-editor/domain/event-completion-task-states.model.d.ts +5 -0
- package/lib/shared/components/case-editor/domain/event-completion-task-states.model.d.ts.map +1 -0
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts +0 -1
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/event-completion-state-machine.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/work-allocation.service.d.ts +2 -2
- package/lib/shared/components/case-editor/services/work-allocation.service.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +1 -2
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -1
- package/lib/shared/components/event-start/services/event-start-state-machine.service.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/index.d.ts +0 -2
- package/lib/shared/components/palette/base-field/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +2 -4
- package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +2 -4
- package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +4 -11
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +3 -6
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts +2 -5
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +5 -12
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts +2 -4
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +3 -6
- package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +5 -10
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts +3 -6
- package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.d.ts +2 -6
- package/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.d.ts +3 -6
- package/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts +2 -5
- package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.d.ts +3 -6
- package/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/services/linked-cases.service.d.ts +0 -4
- package/lib/shared/components/palette/linked-cases/services/linked-cases.service.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts +3 -6
- package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts.map +1 -1
- package/lib/shared/domain/index.d.ts +0 -1
- package/lib/shared/domain/index.d.ts.map +1 -1
- package/lib/shared/domain/work-allocation/Task.d.ts +10 -1
- package/lib/shared/domain/work-allocation/Task.d.ts.map +1 -1
- package/lib/shared/domain/work-allocation/task-response.model.d.ts +1 -1
- package/lib/shared/domain/work-allocation/task-response.model.d.ts.map +1 -1
- package/lib/shared/services/index.d.ts +0 -1
- package/lib/shared/services/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2022/lib/shared/components/case-editor/domain/event-completion-portal-types.model.mjs +0 -6
- package/esm2022/lib/shared/components/palette/base-field/abstract-field-write-journey.component.mjs +0 -92
- package/esm2022/lib/shared/components/palette/base-field/abstract-journey.component.mjs +0 -82
- package/esm2022/lib/shared/domain/journey/index.mjs +0 -3
- package/esm2022/lib/shared/domain/journey/journey-instigator.model.mjs +0 -2
- package/esm2022/lib/shared/domain/journey/journey.model.mjs +0 -2
- package/esm2022/lib/shared/services/journey/index.mjs +0 -2
- package/esm2022/lib/shared/services/journey/multipage-component-state.service.mjs +0 -114
- package/lib/shared/components/case-editor/domain/event-completion-portal-types.model.d.ts +0 -5
- package/lib/shared/components/case-editor/domain/event-completion-portal-types.model.d.ts.map +0 -1
- package/lib/shared/components/palette/base-field/abstract-field-write-journey.component.d.ts +0 -30
- package/lib/shared/components/palette/base-field/abstract-field-write-journey.component.d.ts.map +0 -1
- package/lib/shared/components/palette/base-field/abstract-journey.component.d.ts +0 -27
- package/lib/shared/components/palette/base-field/abstract-journey.component.d.ts.map +0 -1
- package/lib/shared/domain/journey/index.d.ts +0 -3
- package/lib/shared/domain/journey/index.d.ts.map +0 -1
- package/lib/shared/domain/journey/journey-instigator.model.d.ts +0 -5
- package/lib/shared/domain/journey/journey-instigator.model.d.ts.map +0 -1
- package/lib/shared/domain/journey/journey.model.d.ts +0 -17
- package/lib/shared/domain/journey/journey.model.d.ts.map +0 -1
- package/lib/shared/services/journey/index.d.ts +0 -2
- package/lib/shared/services/journey/index.d.ts.map +0 -1
- package/lib/shared/services/journey/multipage-component-state.service.d.ts +0 -25
- package/lib/shared/services/journey/multipage-component-state.service.d.ts.map +0 -1
|
@@ -2,14 +2,15 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { Observable, Subject } from 'rxjs';
|
|
5
|
+
import { AbstractAppConfig } from '../../../../app.config';
|
|
5
6
|
import { ConditionalShowRegistrarService } from '../../../directives';
|
|
6
7
|
import { CaseEditGetNextPage, CaseEditSubmitForm, CaseEditonEventCanBeCompleted, CaseEventData, CaseEventTrigger, CaseView, Draft, HttpError, Profile } from '../../../domain';
|
|
8
|
+
import { EventDetails, Task, TaskEventCompletionInfo } from '../../../domain/work-allocation/Task';
|
|
7
9
|
import { AlertService, FieldsPurger, FieldsUtils, FormErrorService, FormValueService, LoadingService, SessionStorageService, WindowService } from '../../../services';
|
|
8
10
|
import { Confirmation, Wizard, WizardPage } from '../domain';
|
|
9
11
|
import { EventCompletionParams } from '../domain/event-completion-params.model';
|
|
10
12
|
import { CaseNotifier, WizardFactoryService, WorkAllocationService } from '../services';
|
|
11
13
|
import { ValidPageListCaseFieldsService } from '../services/valid-page-list-caseFields.service';
|
|
12
|
-
import { AbstractAppConfig } from '../../../../app.config';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export declare class CaseEditComponent implements OnInit, OnDestroy {
|
|
15
16
|
private readonly fb;
|
|
@@ -105,10 +106,12 @@ export declare class CaseEditComponent implements OnInit, OnDestroy {
|
|
|
105
106
|
private postCompleteTaskIfRequired;
|
|
106
107
|
private finishEventCompletionLogic;
|
|
107
108
|
private buildConfirmation;
|
|
108
|
-
|
|
109
|
+
taskExistsForThisEvent(taskInSessionStorage: Task, taskEventCompletionInfo: TaskEventCompletionInfo, eventDetails: EventDetails): boolean;
|
|
109
110
|
onEventCanBeCompleted({ eventTrigger, eventCanBeCompleted, caseDetails, form, submit }: CaseEditonEventCanBeCompleted): void;
|
|
110
111
|
getStatus(response: object): any;
|
|
111
112
|
private hasCallbackFailed;
|
|
113
|
+
private eventMoreThanDayAgo;
|
|
114
|
+
private eventDetailsDoNotMatch;
|
|
112
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEditComponent, never>;
|
|
113
116
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseEditComponent, "ccd-case-edit", never, { "eventTrigger": { "alias": "eventTrigger"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; "validate": { "alias": "validate"; "required": false; }; "saveDraft": { "alias": "saveDraft"; "required": false; }; "caseDetails": { "alias": "caseDetails"; "required": false; }; }, { "cancelled": "cancelled"; "submitted": "submitted"; }, never, never, false, never>;
|
|
114
117
|
}
|
|
@@ -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,EAAM,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":"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,EAAM,MAAM,MAAM,CAAC;AAG/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,+BAA+B,EAAkB,MAAM,qBAAqB,CAAC;AACtF,OAAO,EAC8C,mBAAmB,EACtE,kBAAkB,EAClB,6BAA6B,EAC7B,aAAa,EAAE,gBAAgB,EAC/B,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EACpC,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,YAAY,EAAE,IAAI,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AACnG,OAAO,EACL,YAAY,EACZ,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,cAAc,EAC7E,qBAAqB,EAAE,aAAa,EACrC,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAChF,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AACxF,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;;AAEhG,qBAMa,iBAAkB,YAAW,MAAM,EAAE,SAAS;IA0DvD,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,8BAA8B;IAC/C,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAzEjC,gBAAuB,kBAAkB,YAAY;IACrD,gBAAuB,aAAa,wFAAwF;IAGrH,YAAY,EAAE,gBAAgB,CAAC;IAG/B,MAAM,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,UAAU,CAAC,MAAM,CAAC,CAAC;IAGhF,QAAQ,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC,CAAC;IAG/E,SAAS,EAAE,CAAC,aAAa,EAAE,aAAa,KAAK,UAAU,CAAC,KAAK,CAAC,CAAC;IAG/D,WAAW,EAAE,QAAQ,CAAC;IAGtB,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGlD,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAElD,MAAM,EAAE,MAAM,CAAC;IAEf,IAAI,EAAE,SAAS,CAAC;IAEhB,YAAY,EAAE,YAAY,CAAC;IAE3B,gBAAgB,EAAE,GAAG,CAAC;IAEtB,UAAU,EAAE,MAAM,CAAC;IAEnB,eAAe,EAAE,OAAO,CAAC;IAEzB,YAAY,EAAE,OAAO,CAAC;IAEtB,qBAAqB,EAAE,qBAAqB,CAAC;IAE7C,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAEpC,+BAA+B,UAAS;IAExC,oBAAoB,UAAS;IAE7B,aAAa,UAAS;IAEtB,uBAAuB,UAAS;IAEhC,KAAK,EAAE,SAAS,CAAC;IAEjB,qBAAqB,EAAE,OAAO,CAAC,GAAG,CAAC,CAAiB;IAEpD,aAAa,EAAE,UAAU,EAAE,CAAM;gBAGrB,EAAE,EAAE,WAAW,EACf,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,WAAW,EAAE,WAAW,EACxB,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,+BAA+B,EACjD,aAAa,EAAE,oBAAoB,EACnC,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,aAAa,EAC7B,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,cAAc,EAAE,cAAc,EAC9B,8BAA8B,EAAE,8BAA8B,EAC9D,qBAAqB,EAAE,qBAAqB,EAC5C,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,iBAAiB;IAG7C,QAAQ,IAAI,IAAI;IAyBhB,WAAW,IAAI,IAAI;IAOnB,gBAAgB,IAAI,OAAO;IAU3B,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU;IAInC,KAAK,IAAI,OAAO,CAAC,OAAO,CAAC;IAKzB,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAKhD,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAkC7C,QAAQ,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAejD,WAAW,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO;IAI3C,MAAM,IAAI,IAAI;IAId,aAAa,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;IAIlD,WAAW,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,mBAAmB,GAAG,UAAU;IAO3F,OAAO,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;IAKrD,UAAU,CAAC,EAAE,YAAY,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,kBAAkB,GAAG,IAAI;IAqDjF,SAAS,CAAC,WAAW,EAAE,QAAQ,GAAG,MAAM;IAI/C,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,qBAAqB;IAuC7B;;;;;;OAMG;IACH,OAAO,CAAC,8BAA8B;IAUtC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,OAAO,CAAC,2CAA2C;IAsEnD,OAAO,CAAC,UAAU;IA0ClB,OAAO,CAAC,0BAA0B;IAelC,OAAO,CAAC,0BAA0B;IAWlC,OAAO,CAAC,iBAAiB;IAclB,sBAAsB,CAAC,oBAAoB,EAAE,IAAI,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,YAAY,EAAE,YAAY,GAAG,OAAO;IA4BzI,qBAAqB,CAAC,EAAE,YAAY,EAAE,mBAAmB,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,6BAA6B,GAAG,IAAI;IAW5H,SAAS,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG;IAIvC,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,sBAAsB;yCAriBnB,iBAAiB;2CAAjB,iBAAiB;CA6iB7B"}
|
|
@@ -7,7 +7,7 @@ import { CaseEditDataService, CaseEditValidationError } from '../../../commons/c
|
|
|
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';
|
|
10
|
-
import { AddressesService, LoadingService
|
|
10
|
+
import { AddressesService, LoadingService } from '../../../services';
|
|
11
11
|
import { CaseFieldService } from '../../../services/case-fields/case-field.service';
|
|
12
12
|
import { FormErrorService } from '../../../services/form/form-error.service';
|
|
13
13
|
import { FormValueService } from '../../../services/form/form-value.service';
|
|
@@ -17,11 +17,8 @@ import { WizardPage } from '../domain/wizard-page.model';
|
|
|
17
17
|
import { Wizard } from '../domain/wizard.model';
|
|
18
18
|
import { PageValidationService } from '../services/page-validation.service';
|
|
19
19
|
import { ValidPageListCaseFieldsService } from '../services/valid-page-list-caseFields.service';
|
|
20
|
-
import { JourneyInstigator } from '../../../domain/journey';
|
|
21
|
-
import { LinkedCasesService } from '../../palette/linked-cases/services/linked-cases.service';
|
|
22
|
-
import { CaseFlagStateService } from '../services/case-flag-state.service';
|
|
23
20
|
import * as i0 from "@angular/core";
|
|
24
|
-
export declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestroy
|
|
21
|
+
export declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestroy {
|
|
25
22
|
caseEdit: CaseEditComponent;
|
|
26
23
|
private readonly route;
|
|
27
24
|
private readonly formValueService;
|
|
@@ -33,10 +30,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
33
30
|
private readonly caseEditDataService;
|
|
34
31
|
private readonly loadingService;
|
|
35
32
|
private readonly validPageListCaseFieldsService;
|
|
36
|
-
private readonly multipageComponentStateService;
|
|
37
33
|
private readonly addressService;
|
|
38
|
-
private readonly linkedCasesService;
|
|
39
|
-
private readonly caseFlagStateService;
|
|
40
34
|
static readonly RESUMED_FORM_DISCARD = "RESUMED_FORM_DISCARD";
|
|
41
35
|
static readonly NEW_FORM_DISCARD = "NEW_FORM_DISCARD";
|
|
42
36
|
static readonly NEW_FORM_SAVE = "NEW_FORM_CHANGED_SAVE";
|
|
@@ -70,13 +64,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
70
64
|
caseFormValidationErrorsSub: Subscription;
|
|
71
65
|
private static scrollToTop;
|
|
72
66
|
private static setFocusToTop;
|
|
73
|
-
constructor(caseEdit: CaseEditComponent, route: ActivatedRoute, formValueService: FormValueService, formErrorService: FormErrorService, cdRef: ChangeDetectorRef, pageValidationService: PageValidationService, dialog: MatDialog, caseFieldService: CaseFieldService, caseEditDataService: CaseEditDataService, loadingService: LoadingService, validPageListCaseFieldsService: ValidPageListCaseFieldsService,
|
|
74
|
-
onFinalNext(): void;
|
|
75
|
-
onFinalPrevious(): void;
|
|
76
|
-
isAtStart(): boolean;
|
|
77
|
-
isAtEnd(): boolean;
|
|
78
|
-
nextStep(): void;
|
|
79
|
-
previousStep(): void;
|
|
67
|
+
constructor(caseEdit: CaseEditComponent, route: ActivatedRoute, formValueService: FormValueService, formErrorService: FormErrorService, cdRef: ChangeDetectorRef, pageValidationService: PageValidationService, dialog: MatDialog, caseFieldService: CaseFieldService, caseEditDataService: CaseEditDataService, loadingService: LoadingService, validPageListCaseFieldsService: ValidPageListCaseFieldsService, addressService: AddressesService);
|
|
80
68
|
ngOnInit(): void;
|
|
81
69
|
ngAfterViewChecked(): void;
|
|
82
70
|
ngOnDestroy(): void;
|
|
@@ -92,7 +80,6 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
92
80
|
toPreviousPage(): void;
|
|
93
81
|
generateErrorMessage(fields: CaseField[], container?: AbstractControl, path?: string): boolean;
|
|
94
82
|
navigateToErrorElement(elementId: string): void;
|
|
95
|
-
checkForStagesCompleted(): void;
|
|
96
83
|
submit(): void;
|
|
97
84
|
updateFormData(jsonData: CaseEventData): void;
|
|
98
85
|
pageWithFieldExists(caseFieldId: string): WizardPage;
|
|
@@ -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,eAAe,IAAI,SAAS,EAAE,qBAAqB,IAAI,eAAe,EAAC,MAAM,iCAAiC,CAAC;AACxH,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAE9D,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,
|
|
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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"}
|
|
@@ -4,13 +4,11 @@ import { ActivatedRoute } from '@angular/router';
|
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import { CaseEventTrigger, CaseField, Profile } from '../../../domain';
|
|
6
6
|
import { Task } from '../../../domain/work-allocation/Task';
|
|
7
|
-
import { CaseFieldService, FieldsUtils,
|
|
7
|
+
import { CaseFieldService, FieldsUtils, FormValidatorsService, OrderService, ProfileNotifier } from '../../../services';
|
|
8
8
|
import { CallbackErrorsContext } from '../../error';
|
|
9
9
|
import { PaletteContext } from '../../palette';
|
|
10
10
|
import { CaseEditComponent } from '../case-edit/case-edit.component';
|
|
11
11
|
import { Wizard, WizardPage } from '../domain';
|
|
12
|
-
import { CaseFlagStateService } from '../services/case-flag-state.service';
|
|
13
|
-
import { LinkedCasesService } from '../../palette/linked-cases/services/linked-cases.service';
|
|
14
12
|
import * as i0 from "@angular/core";
|
|
15
13
|
export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
|
|
16
14
|
readonly caseEdit: CaseEditComponent;
|
|
@@ -19,10 +17,7 @@ export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
|
|
|
19
17
|
private readonly route;
|
|
20
18
|
private readonly orderService;
|
|
21
19
|
private readonly profileNotifier;
|
|
22
|
-
private readonly multipageComponentStateService;
|
|
23
20
|
private readonly formValidatorsService;
|
|
24
|
-
private readonly caseFlagStateService;
|
|
25
|
-
private readonly linkedCasesService;
|
|
26
21
|
eventTrigger: CaseEventTrigger;
|
|
27
22
|
editForm: FormGroup;
|
|
28
23
|
triggerText: string;
|
|
@@ -42,7 +37,7 @@ export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
|
|
|
42
37
|
eventDescriptionLabel: string;
|
|
43
38
|
static readonly SHOW_SUMMARY_CONTENT_COMPARE_FUNCTION: (a: CaseField, b: CaseField) => number;
|
|
44
39
|
get isDisabled(): boolean;
|
|
45
|
-
constructor(caseEdit: CaseEditComponent, fieldsUtils: FieldsUtils, caseFieldService: CaseFieldService, route: ActivatedRoute, orderService: OrderService, profileNotifier: ProfileNotifier,
|
|
40
|
+
constructor(caseEdit: CaseEditComponent, fieldsUtils: FieldsUtils, caseFieldService: CaseFieldService, route: ActivatedRoute, orderService: OrderService, profileNotifier: ProfileNotifier, formValidatorsService: FormValidatorsService);
|
|
46
41
|
ngOnInit(): void;
|
|
47
42
|
ngOnDestroy(): void;
|
|
48
43
|
submit(): void;
|
package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-edit-submit.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,EAAE,IAAI,EAAE,MAAM,sCAAsC,CAAC;AAC5D,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,
|
|
1
|
+
{"version":3,"file":"case-edit-submit.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;AAuDA,
|
|
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":";;;;;;;;;;;;;;;;;;;;;;AAuDA,qBAoEa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ComponentPortal } from '@angular/cdk/portal';
|
|
2
1
|
import { EventEmitter, InjectionToken, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
3
|
import { StateMachine } from '@edium/fsm';
|
|
5
4
|
import { AlertService } from '../../../services/alert/alert.service';
|
|
6
5
|
import { SessionStorageService } from '../../../services/session/session-storage.service';
|
|
7
6
|
import { EventCompletionParams } from '../domain/event-completion-params.model';
|
|
7
|
+
import { EventCompletionTaskStates } from '../domain/event-completion-task-states.model';
|
|
8
8
|
import { EventCompletionComponentEmitter, EventCompletionStateMachineContext } from '../domain/event-completion-state-machine-context.model';
|
|
9
9
|
import { EventCompletionStateMachineService } from '../services/event-completion-state-machine.service';
|
|
10
10
|
import { WorkAllocationService } from '../services/work-allocation.service';
|
|
@@ -19,12 +19,14 @@ export declare class CaseEventCompletionComponent implements OnChanges, EventCom
|
|
|
19
19
|
private readonly alertService;
|
|
20
20
|
eventCompletionParams: EventCompletionParams;
|
|
21
21
|
eventCanBeCompleted: EventEmitter<boolean>;
|
|
22
|
+
eventCompletionTaskStates: typeof EventCompletionTaskStates;
|
|
22
23
|
stateMachine: StateMachine;
|
|
23
24
|
context: EventCompletionStateMachineContext;
|
|
24
|
-
|
|
25
|
+
taskState: EventCompletionTaskStates;
|
|
25
26
|
constructor(service: EventCompletionStateMachineService, router: Router, route: ActivatedRoute, sessionStorageService: SessionStorageService, workAllocationService: WorkAllocationService, alertService: AlertService);
|
|
26
27
|
ngOnChanges(changes?: SimpleChanges): void;
|
|
27
|
-
|
|
28
|
+
setTaskState(taskState: number): void;
|
|
29
|
+
setEventCanBeCompleted(completable: boolean): void;
|
|
28
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEventCompletionComponent, never>;
|
|
29
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseEventCompletionComponent, "ccd-case-event-completion", never, { "eventCompletionParams": { "alias": "eventCompletionParams"; "required": false; }; }, { "eventCanBeCompleted": "eventCanBeCompleted"; }, never, never, false, never>;
|
|
30
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-event-completion.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"case-event-completion.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6D,YAAY,EAAE,cAAc,EAAmB,SAAS,EAAU,aAAa,EAAa,MAAM,eAAe,CAAC;AACtL,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAChF,OAAO,EAAE,yBAAyB,EAAE,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAE,+BAA+B,EAAE,kCAAkC,EAAE,MAAM,wDAAwD,CAAC;AAC7I,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;;AAI5E,eAAO,MAAM,gCAAgC,8CAAuD,CAAC;AAErG,qBAIa,4BAA6B,YAAW,SAAS,EAAE,+BAA+B;IAajF,OAAO,CAAC,QAAQ,CAAC,OAAO;IAClC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAhBxB,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,mBAAmB,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAEvE,yBAAyB,mCAA6B;IAE/C,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,EAAE,kCAAkC,CAAC;IAC5C,SAAS,EAAE,yBAAyB,CAAC;gBAEf,OAAO,EAAE,kCAAkC,EACrD,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,qBAAqB,EAAE,qBAAqB,EAC5C,qBAAqB,EAAE,qBAAqB,EAC5C,YAAY,EAAE,YAAY;IAGtC,WAAW,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,IAAI;IA2B1C,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAIrC,sBAAsB,CAAC,WAAW,EAAE,OAAO;yCApDvC,4BAA4B;2CAA5B,4BAA4B;CA4DxC"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { EventCompletionStateMachineContext } from '../../../domain';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CaseEventCompletionTaskCancelledComponent {
|
|
4
|
-
|
|
4
|
+
export declare class CaseEventCompletionTaskCancelledComponent implements OnInit {
|
|
5
|
+
context: EventCompletionStateMachineContext;
|
|
6
|
+
notifyEventCompletionCancelled: EventEmitter<boolean>;
|
|
5
7
|
caseId: string;
|
|
6
|
-
|
|
8
|
+
ngOnInit(): void;
|
|
7
9
|
onContinue(): void;
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEventCompletionTaskCancelledComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaseEventCompletionTaskCancelledComponent, "app-case-event-completion-task-cancelled", never, {}, {}, never, never, false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseEventCompletionTaskCancelledComponent, "app-case-event-completion-task-cancelled", never, { "context": { "alias": "context"; "required": false; }; }, { "notifyEventCompletionCancelled": "notifyEventCompletionCancelled"; }, never, never, false, never>;
|
|
10
12
|
}
|
|
11
13
|
//# sourceMappingURL=case-event-completion-task-cancelled.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-event-completion-task-cancelled.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"case-event-completion-task-cancelled.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AAEvF,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;;AAErE,qBAIa,yCAA0C,YAAW,MAAM;IAEtE,OAAO,EAAE,kCAAkC,CAAC;IAErC,8BAA8B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAEpF,MAAM,EAAE,MAAM,CAAC;IAEf,QAAQ,IAAI,IAAI;IAIhB,UAAU,IAAI,IAAI;yCAZd,yCAAyC;2CAAzC,yCAAyC;CAkBrD"}
|
|
@@ -1,31 +1,27 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute } from '@angular/router';
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
2
|
import { Subscription } from 'rxjs';
|
|
4
|
-
import {
|
|
3
|
+
import { SessionStorageService } from '../../../../../services';
|
|
4
|
+
import { EventCompletionStateMachineContext } from '../../../domain';
|
|
5
5
|
import { CaseworkerService } from '../../../services/case-worker.service';
|
|
6
6
|
import { JudicialworkerService } from '../../../services/judicial-worker.service';
|
|
7
|
-
import { WorkAllocationService } from '../../../services/work-allocation.service';
|
|
8
|
-
import { CaseEventCompletionComponent } from '../../case-event-completion.component';
|
|
9
7
|
import * as i0 from "@angular/core";
|
|
10
8
|
export declare class CaseEventCompletionTaskReassignedComponent implements OnInit, OnDestroy {
|
|
11
|
-
private readonly parentComponent;
|
|
12
|
-
private readonly route;
|
|
13
|
-
private readonly workAllocationService;
|
|
14
9
|
private readonly sessionStorageService;
|
|
15
10
|
private readonly judicialworkerService;
|
|
16
11
|
private readonly caseworkerService;
|
|
17
|
-
|
|
12
|
+
context: EventCompletionStateMachineContext;
|
|
13
|
+
notifyEventCompletionReassigned: EventEmitter<boolean>;
|
|
18
14
|
caseId: string;
|
|
19
15
|
assignedUserId: string;
|
|
20
16
|
assignedUserName: string;
|
|
21
17
|
subscription: Subscription;
|
|
22
18
|
caseworkerSubscription: Subscription;
|
|
23
19
|
judicialworkerSubscription: Subscription;
|
|
24
|
-
constructor(
|
|
20
|
+
constructor(sessionStorageService: SessionStorageService, judicialworkerService: JudicialworkerService, caseworkerService: CaseworkerService);
|
|
25
21
|
ngOnInit(): void;
|
|
26
22
|
ngOnDestroy(): void;
|
|
27
23
|
onContinue(): void;
|
|
28
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEventCompletionTaskReassignedComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaseEventCompletionTaskReassignedComponent, "app-case-event-completion-task-reassigned", never, {}, {}, never, never, false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseEventCompletionTaskReassignedComponent, "app-case-event-completion-task-reassigned", never, { "context": { "alias": "context"; "required": false; }; }, { "notifyEventCompletionReassigned": "notifyEventCompletionReassigned"; }, never, never, false, never>;
|
|
30
26
|
}
|
|
31
27
|
//# sourceMappingURL=case-event-completion-task-reassigned.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-event-completion-task-reassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"case-event-completion-task-reassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAEL,qBAAqB,EACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;;AAElF,qBAIa,0CAA2C,YAAW,MAAM,EAAE,SAAS;IAatE,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAbpC,OAAO,EAAE,kCAAkC,CAAC;IAErC,+BAA+B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErF,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,sBAAsB,EAAE,YAAY,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;gBAEnB,qBAAqB,EAAE,qBAAqB,EACtD,qBAAqB,EAAE,qBAAqB,EAC5C,iBAAiB,EAAE,iBAAiB;IAGhD,QAAQ,IAAI,IAAI;IAiChB,WAAW,IAAI,IAAI;IAYnB,UAAU,IAAI,IAAI;yCA/Dd,0CAA0C;2CAA1C,0CAA0C;CA+EtD"}
|
package/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { SessionStorageService } from '../../../services/session/session-storage
|
|
|
6
6
|
import { WorkAllocationService } from '../services/work-allocation.service';
|
|
7
7
|
export interface EventCompletionComponentEmitter {
|
|
8
8
|
eventCanBeCompleted: EventEmitter<boolean>;
|
|
9
|
-
|
|
9
|
+
setTaskState(taskState: number): any;
|
|
10
10
|
}
|
|
11
11
|
export interface EventCompletionStateMachineContext {
|
|
12
12
|
task: Task;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-completion-state-machine-context.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,sCAAsC,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AAE5E,MAAM,WAAW,+BAA+B;IAC9C,mBAAmB,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;IAC3C,
|
|
1
|
+
{"version":3,"file":"event-completion-state-machine-context.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,sCAAsC,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AAE5E,MAAM,WAAW,+BAA+B;IAC9C,mBAAmB,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;IAC3C,YAAY,CAAC,SAAS,EAAE,MAAM,OAAE;CACjC;AAED,MAAM,WAAW,kCAAkC;IACjD,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,cAAc,CAAC;IACtB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,OAAO,CAAC;IACxB,SAAS,EAAE,+BAA+B,CAAC;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-completion-task-states.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/domain/event-completion-task-states.model.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACnC,aAAa,IAAA;IACb,cAAc,IAAA;CACf"}
|
|
@@ -4,7 +4,6 @@ export declare class CaseFlagStateService {
|
|
|
4
4
|
formGroup: FormGroup;
|
|
5
5
|
pageLocation: string;
|
|
6
6
|
fieldStateToNavigate: number;
|
|
7
|
-
lastPageFieldState: number;
|
|
8
7
|
resetCache(pageLocation: string): void;
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseFlagStateService, never>;
|
|
10
9
|
static ɵprov: i0.ɵɵInjectableDeclaration<CaseFlagStateService>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-flag-state.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case-flag-state.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAE3C,qBACa,oBAAoB;IACxB,SAAS,EAAE,SAAS,CAAqB;IACzC,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"case-flag-state.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case-flag-state.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAE3C,qBACa,oBAAoB;IACxB,SAAS,EAAE,SAAS,CAAqB;IACzC,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAE7B,UAAU,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;yCALlC,oBAAoB;6CAApB,oBAAoB;CAUhC"}
|
package/lib/shared/components/case-editor/services/event-completion-state-machine.service.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-completion-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/event-completion-state-machine.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAIjD,OAAO,EAAE,kCAAkC,EAAE,MAAM,wDAAwD,CAAC;;AAM5G,qBACa,kCAAkC;IACtC,6BAA6B,EAAE,KAAK,CAAC;IACrC,yBAAyB,EAAE,KAAK,CAAC;IACjC,gBAAgB,EAAE,KAAK,CAAC;IACxB,yBAAyB,EAAE,KAAK,CAAC;IACjC,6BAA6B,EAAE,KAAK,CAAC;IACrC,8BAA8B,EAAE,KAAK,CAAC;IACtC,uBAAuB,EAAE,KAAK,CAAC;IAC/B,qBAAqB,EAAE,KAAK,CAAC;IAC7B,mBAAmB,EAAE,KAAK,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC;IAElB,sBAAsB,CAAC,OAAO,EAAE,kCAAkC,GAAG,YAAY;IAIjF,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAInD,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAwC9C,cAAc,IAAI,IAAI;IAStB,2CAA2C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"event-completion-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/event-completion-state-machine.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAIjD,OAAO,EAAE,kCAAkC,EAAE,MAAM,wDAAwD,CAAC;;AAM5G,qBACa,kCAAkC;IACtC,6BAA6B,EAAE,KAAK,CAAC;IACrC,yBAAyB,EAAE,KAAK,CAAC;IACjC,gBAAgB,EAAE,KAAK,CAAC;IACxB,yBAAyB,EAAE,KAAK,CAAC;IACjC,6BAA6B,EAAE,KAAK,CAAC;IACrC,8BAA8B,EAAE,KAAK,CAAC;IACtC,uBAAuB,EAAE,KAAK,CAAC;IAC/B,qBAAqB,EAAE,KAAK,CAAC;IAC7B,mBAAmB,EAAE,KAAK,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC;IAElB,sBAAsB,CAAC,OAAO,EAAE,kCAAkC,GAAG,YAAY;IAIjF,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAInD,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAwC9C,cAAc,IAAI,IAAI;IAStB,2CAA2C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IA4C5G,2CAA2C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAO5G,uCAAuC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAexG,4CAA4C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAO7G,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAclG,wBAAwB,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAKzF,8CAA8C,IAAI,IAAI;IAuBtD,8CAA8C,IAAI,IAAI;IAOtD,0CAA0C,IAAI,IAAI;IAOlD,+CAA+C,IAAI,IAAI;IAOvD,oCAAoC,IAAI,IAAI;IAO5C,2BAA2B,CAAC,OAAO,EAAE,kCAAkC,GAAG,OAAO;yCApN7E,kCAAkC;6CAAlC,kCAAkC;CAyN9C"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { AbstractAppConfig } from '../../../../app.config';
|
|
3
3
|
import { TaskSearchParameter } from '../../../domain';
|
|
4
|
-
import {
|
|
4
|
+
import { TaskResponse } from '../../../domain/work-allocation/task-response.model';
|
|
5
5
|
import { TaskPayload } from '../../../domain/work-allocation/TaskPayload';
|
|
6
6
|
import { AlertService, HttpErrorService, HttpService, SessionStorageService } from '../../../services';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -66,7 +66,7 @@ export declare class WorkAllocationService {
|
|
|
66
66
|
/**
|
|
67
67
|
* Call the API to get a task
|
|
68
68
|
*/
|
|
69
|
-
getTask(taskId: string): Observable<
|
|
69
|
+
getTask(taskId: string): Observable<TaskResponse>;
|
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkAllocationService, never>;
|
|
71
71
|
static ɵprov: i0.ɵɵInjectableDeclaration<WorkAllocationService>;
|
|
72
72
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"work-allocation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/work-allocation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAkB,MAAM,MAAM,CAAC;AAElD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAmB,MAAM,iBAAiB,CAAC;AAEvE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"work-allocation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/work-allocation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAkB,MAAM,MAAM,CAAC;AAElD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAmB,MAAM,iBAAiB,CAAC;AAEvE,OAAO,EAAE,YAAY,EAAE,MAAM,qDAAqD,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAEvG,eAAO,MAAM,oBAAoB,8BAA8B,CAAC;AAEhE,qBACa,qBAAqB;IAO9B,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAVxC,OAAc,cAAc,SAA+B;IAC3D,OAAc,aAAa,SAA8B;IAEzD,OAAO,CAAC,QAAQ,CAAkB;gBAGf,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,gBAAgB,EAC9B,YAAY,EAAE,YAAY,EAC1B,qBAAqB,EAAE,qBAAqB;IAK/D;;;OAGG;IACI,WAAW,CAAC,aAAa,EAAE,mBAAmB,GAAG,UAAU,CAAC,MAAM,CAAC;IAoB1E,OAAO,CAAC,WAAW;IA4BnB;;;;OAIG;IACI,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAelE;;;OAGG;IACI,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAoBxE;;;OAGG;IACI,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IA0BjF;;;OAGG;IACI,yBAAyB,CAAC,QAAQ,EAAE,GAAG,GAAG,IAAI;IASrD;;;OAGG;IACI,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,OAAO;IAOjD;;;;;;;;;OASG;IACI,uBAAuB,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IA+BzH;;OAEG;IACI,0BAA0B,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,UAAU,CAAC,WAAW,CAAC;IAYpI;;OAEG;IACI,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,CAAC;yCAjO5C,qBAAqB;6CAArB,qBAAqB;CAwOjC"}
|
package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute,
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { Observable, Subscription } from 'rxjs';
|
|
4
4
|
import { Activity, CaseEventData, CaseEventTrigger, CaseView, DisplayMode } from '../../../domain';
|
|
5
5
|
import { CaseReferencePipe } from '../../../pipes';
|
|
@@ -24,7 +24,6 @@ export declare class CaseEventTriggerComponent implements OnInit, OnDestroy {
|
|
|
24
24
|
activitySubscription: Subscription;
|
|
25
25
|
caseSubscription: Subscription;
|
|
26
26
|
parentUrl: string;
|
|
27
|
-
routerCurrentNavigation: Navigation;
|
|
28
27
|
constructor(ngZone: NgZone, casesService: CasesService, caseNotifier: CaseNotifier, router: Router, alertService: AlertService, route: ActivatedRoute, caseReferencePipe: CaseReferencePipe, activityPollingService: ActivityPollingService, sessionStorageService: SessionStorageService);
|
|
29
28
|
ngOnInit(): void;
|
|
30
29
|
ngOnDestroy(): void;
|
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,
|
|
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,EAAE,YAAY,EAAM,MAAM,MAAM,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AACjI,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAG/D,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAY/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;IACvC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAnBxC,gBAAuB,wBAAwB,+DAA+D;IAC9G,gBAAuB,uBAAuB,mDAAmD;IAE1F,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,EAC9C,qBAAqB,EAAE,qBAAqB;IAIxD,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;IAUpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IA8B3B,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAQ1B,YAAY,IAAI,OAAO;yCA/GnB,yBAAyB;2CAAzB,yBAAyB;CAkHrC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ActivatedRouteSnapshot, CanActivate, Router } from '@angular/router';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
+
import { AbstractAppConfig } from '../../../../app.config';
|
|
3
4
|
import { TaskPayload } from '../../../domain/work-allocation/TaskPayload';
|
|
4
5
|
import { SessionStorageService } from '../../../services';
|
|
5
6
|
import { WorkAllocationService } from '../../case-editor';
|
|
6
|
-
import { AbstractAppConfig } from '../../../../app.config';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class EventStartGuard implements CanActivate {
|
|
9
9
|
private readonly workAllocationService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-start.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-guard/event-start.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"event-start.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-guard/event-start.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAGtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAE1D,qBACa,eAAgB,YAAW,WAAW;IAGrC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IALjC,gBAAuB,cAAc,mBAAmB;gBAE3B,qBAAqB,EAAE,qBAAqB,EACtD,MAAM,EAAE,MAAM,EACd,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,iBAAiB;IAG7C,WAAW,CAAC,KAAK,EAAE,sBAAsB,GAAG,UAAU,CAAC,OAAO,CAAC;IA2B/D,2BAA2B,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;IA2CjG,OAAO,CAAC,4BAA4B;IAIpC,OAAO,CAAC,aAAa;yCAnFV,eAAe;6CAAf,eAAe;CA2H3B"}
|
package/lib/shared/components/event-start/services/event-start-state-machine.service.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-start-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/services/event-start-state-machine.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,6BAA6B,EAAoB,MAAM,WAAW,CAAC;;
|
|
1
|
+
{"version":3,"file":"event-start-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/services/event-start-state-machine.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,6BAA6B,EAAoB,MAAM,WAAW,CAAC;;AAM5E,qBACa,6BAA6B;IACjC,0BAA0B,EAAE,KAAK,CAAC;IAClC,WAAW,EAAE,KAAK,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC;IACpB,mBAAmB,EAAE,KAAK,CAAC;IAC3B,uBAAuB,EAAE,KAAK,CAAC;IAC/B,0BAA0B,EAAE,KAAK,CAAC;IAClC,gCAAgC,EAAE,KAAK,CAAC;IACxC,mBAAmB,EAAE,KAAK,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC;IAElB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,YAAY;IAI5E,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAkD9C,cAAc,IAAI,IAAI;IAetB,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAI1D;;OAEG;IACI,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAYpG,yBAAyB,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAOrF,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI7F,gCAAgC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI5F,qCAAqC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAiCjG,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAmB7F,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAwCpG,8CAA8C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAO1G,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAM/B,2CAA2C,IAAI,IAAI;IAanD,4BAA4B,IAAI,IAAI;IAOpC,oCAAoC,IAAI,IAAI;IAO5C,oCAAoC,IAAI,IAAI;IAO5C,wCAAwC,IAAI,IAAI;IAmBhD,2CAA2C,IAAI,IAAI;IAOnD,iDAAiD,IAAI,IAAI;yCAvRrD,6BAA6B;6CAA7B,6BAA6B;CA6RzC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export * from './abstract-field-read.component';
|
|
2
|
-
export * from './abstract-field-write-journey.component';
|
|
3
2
|
export * from './abstract-field-write.component';
|
|
4
|
-
export * from './abstract-journey.component';
|
|
5
3
|
export * from './field-read.component';
|
|
6
4
|
export * from './field-write.component';
|
|
7
5
|
export * from './field-read-label.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC"}
|
package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { ErrorMessage
|
|
3
|
+
import { ErrorMessage } from '../../../../../domain';
|
|
4
4
|
import { CaseFlagState } from '../../domain';
|
|
5
5
|
import { AddCommentsErrorMessage, AddCommentsStep, CaseFlagWizardStepTitle } from '../../enums';
|
|
6
|
-
import { AbstractJourneyComponent } from '../../../base-field';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AddCommentsComponent
|
|
7
|
+
export declare class AddCommentsComponent implements OnInit {
|
|
9
8
|
formGroup: FormGroup;
|
|
10
9
|
optional: boolean;
|
|
11
10
|
isDisplayContextParameterExternal: boolean;
|
|
@@ -24,7 +23,6 @@ export declare class AddCommentsComponent extends AbstractJourneyComponent imple
|
|
|
24
23
|
ngOnInit(): void;
|
|
25
24
|
onNext(): void;
|
|
26
25
|
private validateTextEntry;
|
|
27
|
-
next(): void;
|
|
28
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddCommentsComponent, never>;
|
|
29
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<AddCommentsComponent, "ccd-add-comments", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "isDisplayContextParameterExternal": { "alias": "isDisplayContextParameterExternal"; "required": false; }; "isDisplayContextParameter2Point1Enabled": { "alias": "isDisplayContextParameter2Point1Enabled"; "required": false; }; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; }, never, never, false, never>;
|
|
30
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-comments.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"add-comments.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAA0C,uBAAuB,EAAE,MAAM,aAAa,CAAC;;AAExI,qBAIa,oBAAqB,YAAW,MAAM;IACjC,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAS;IACjB,iCAAiC,UAAS;IAC1C,uCAAuC,UAAS;IAE/C,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEhG,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kCAAkC,EAAE,uBAAuB,CAAQ;IACnE,iCAAiC,EAAE,uBAAuB,CAAQ;IAClE,eAAe,EAAE,eAAe,CAAC;IACjC,mBAAmB,yBAAmB;IAC7C,SAAgB,uBAAuB,kBAAkB;IACzD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAO;IAE5C,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAY;IAE9C,IAAW,6BAA6B,IAAI,OAAO,CAGlD;IAEM,QAAQ,IAAI,IAAI;IAWhB,MAAM,IAAI,IAAI;IAOrB,OAAO,CAAC,iBAAiB;yCA1Cd,oBAAoB;2CAApB,oBAAoB;CAkEhC"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { ErrorMessage
|
|
3
|
+
import { ErrorMessage } from '../../../../../domain';
|
|
4
4
|
import { CaseFlagState } from '../../domain';
|
|
5
5
|
import { CaseFlagStatus, CaseFlagWizardStepTitle, ConfirmStatusErrorMessage, ConfirmStatusStep } from '../../enums';
|
|
6
|
-
import { AbstractJourneyComponent } from '../../../base-field';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ConfirmFlagStatusComponent
|
|
7
|
+
export declare class ConfirmFlagStatusComponent implements OnInit {
|
|
9
8
|
formGroup: FormGroup;
|
|
10
9
|
defaultStatus: string;
|
|
11
10
|
caseFlagStateEmitter: EventEmitter<CaseFlagState>;
|
|
@@ -22,7 +21,6 @@ export declare class ConfirmFlagStatusComponent extends AbstractJourneyComponent
|
|
|
22
21
|
private readonly reasonMaxCharLimit;
|
|
23
22
|
ngOnInit(): void;
|
|
24
23
|
onNext(): void;
|
|
25
|
-
next(): void;
|
|
26
24
|
private validateTextEntry;
|
|
27
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmFlagStatusComponent, never>;
|
|
28
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmFlagStatusComponent, "ccd-confirm-flag-status", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "defaultStatus": { "alias": "defaultStatus"; "required": false; }; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; }, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirm-flag-status.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"confirm-flag-status.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAEL,cAAc,EACd,uBAAuB,EACvB,yBAAyB,EACzB,iBAAiB,EAClB,MAAM,aAAa,CAAC;;AAErB,qBAIa,0BAA2B,YAAW,MAAM;IAEvC,SAAS,EAAE,SAAS,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IAErB,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEhG,sBAAsB,EAAE,uBAAuB,CAAC;IAChD,kBAAkB,wBAAkB;IACpC,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kCAAkC,EAAE,yBAAyB,CAAQ;IACrE,iCAAiC,EAAE,yBAAyB,CAAQ;IACpE,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,yBAAyB,EAAE,iBAAiB,CAAC;IACpD,SAAgB,yBAAyB,oBAAoB;IAC7D,SAAgB,uBAAuB,kBAAkB;IACzD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAO;IAEnC,QAAQ,IAAI,IAAI;IAUhB,MAAM,IAAI,IAAI;IAOrB,OAAO,CAAC,iBAAiB;yCApCd,0BAA0B;2CAA1B,0BAA0B;CA2DtC"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { ErrorMessage
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { ErrorMessage } from '../../../../../domain';
|
|
4
4
|
import { CaseFlagState, FlagDetail, FlagDetailDisplayWithFormGroupPath, Flags, FlagsWithFormGroupPath } from '../../domain';
|
|
5
5
|
import { CaseFlagWizardStepTitle, SelectFlagErrorMessage } from '../../enums';
|
|
6
|
-
import { AbstractJourneyComponent } from '../../../base-field';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ManageCaseFlagsComponent
|
|
7
|
+
export declare class ManageCaseFlagsComponent implements OnInit {
|
|
9
8
|
formGroup: FormGroup;
|
|
10
9
|
flagsData: FlagsWithFormGroupPath[];
|
|
11
10
|
caseTitle: string;
|
|
@@ -19,18 +18,12 @@ export declare class ManageCaseFlagsComponent extends AbstractJourneyComponent i
|
|
|
19
18
|
noFlagsError: boolean;
|
|
20
19
|
readonly selectedControlName = "selectedManageCaseLocation";
|
|
21
20
|
private readonly excludedFlagStatuses;
|
|
22
|
-
cachedControls: any;
|
|
23
21
|
ngOnInit(): void;
|
|
24
|
-
|
|
25
|
-
isSelected(flagDisplay: FlagDetailDisplayWithFormGroupPath): boolean;
|
|
26
|
-
getFlagID(flag: FlagDetailDisplayWithFormGroupPath): string;
|
|
27
|
-
mapFlagDetailForDisplay(flagDetail: FlagDetail, flagsInstance: FlagsWithFormGroupPath, originalStatusFromFG: string, originalPathToFlag: string): FlagDetailDisplayWithFormGroupPath;
|
|
22
|
+
mapFlagDetailForDisplay(flagDetail: FlagDetail, flagsInstance: FlagsWithFormGroupPath): FlagDetailDisplayWithFormGroupPath;
|
|
28
23
|
onNext(): void;
|
|
29
24
|
setManageCaseFlagTitle(displayContextParameter: string): CaseFlagWizardStepTitle;
|
|
30
25
|
private validateSelection;
|
|
31
26
|
private onNoFlagsError;
|
|
32
|
-
next(): void;
|
|
33
|
-
reapplyCachedControls(): void;
|
|
34
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ManageCaseFlagsComponent, never>;
|
|
35
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<ManageCaseFlagsComponent, "ccd-manage-case-flags", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "flagsData": { "alias": "flagsData"; "required": false; }; "caseTitle": { "alias": "caseTitle"; "required": false; }; "displayContextParameter": { "alias": "displayContextParameter"; "required": false; }; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; }, never, never, false, never>;
|
|
36
29
|
}
|