@hmcts/ccd-case-ui-toolkit 7.1.36-rc2 → 7.1.36-ungrey-back-button-2
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 +15 -37
- package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +114 -33
- package/esm2022/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +70 -43
- package/esm2022/lib/shared/components/case-editor/case-edit-utils/case-edit.utils.mjs +1 -13
- package/esm2022/lib/shared/components/case-editor/case-editor.module.mjs +7 -4
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +2 -3
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +3 -4
- package/esm2022/lib/shared/components/case-editor/services/case-flag-state.service.mjs +3 -1
- package/esm2022/lib/shared/components/case-editor/services/cases.service.mjs +3 -4
- package/esm2022/lib/shared/components/case-editor/services/event-completion-state-machine.service.mjs +4 -5
- package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +18 -13
- package/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +6 -10
- package/esm2022/lib/shared/components/case-viewer/services/event-trigger.resolver.mjs +5 -9
- package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +48 -36
- package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +3 -5
- package/esm2022/lib/shared/components/palette/base-field/abstract-field-write-journey.component.mjs +95 -0
- package/esm2022/lib/shared/components/palette/base-field/abstract-journey.component.mjs +81 -0
- package/esm2022/lib/shared/components/palette/base-field/index.mjs +3 -1
- 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 +25 -22
- package/esm2022/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.mjs +86 -35
- package/esm2022/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.mjs +32 -29
- package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.mjs +33 -28
- package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.mjs +174 -71
- 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 +123 -105
- package/esm2022/lib/shared/components/palette/case-flag/read-case-flag-field.component.mjs +31 -4
- package/esm2022/lib/shared/components/palette/case-flag/write-case-flag-field.component.mjs +142 -33
- package/esm2022/lib/shared/components/palette/history/event-log/event-log-table.component.mjs +18 -41
- package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +42 -22
- package/esm2022/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +19 -7
- package/esm2022/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.mjs +73 -45
- package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +13 -9
- package/esm2022/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.mjs +80 -44
- package/esm2022/lib/shared/components/palette/linked-cases/services/linked-cases.service.mjs +22 -2
- package/esm2022/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.mjs +107 -30
- package/esm2022/lib/shared/components/palette/palette.module.mjs +2 -2
- package/esm2022/lib/shared/domain/index.mjs +2 -1
- package/esm2022/lib/shared/domain/journey/index.mjs +3 -0
- package/esm2022/lib/shared/domain/journey/journey-instigator.model.mjs +2 -0
- package/esm2022/lib/shared/domain/journey/journey.model.mjs +2 -0
- package/esm2022/lib/shared/domain/work-allocation/Task.mjs +1 -1
- package/esm2022/lib/shared/pipes/complex/ccd-page-fields.pipe.mjs +2 -2
- package/esm2022/lib/shared/services/http/http-error.service.mjs +4 -11
- package/esm2022/lib/shared/services/index.mjs +2 -1
- package/esm2022/lib/shared/services/journey/index.mjs +2 -0
- package/esm2022/lib/shared/services/journey/multipage-component-state.service.mjs +117 -0
- package/esm2022/lib/shared/services/loading/loading.service.mjs +1 -13
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +2234 -1424
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +2 -6
- 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 +17 -3
- 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 +10 -2
- 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-edit-utils/case-edit.utils.d.ts +0 -2
- package/lib/shared/components/case-editor/case-edit-utils/case-edit.utils.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/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.map +1 -1
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts +1 -0
- package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/cases.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-viewer/case-event-trigger/case-event-trigger.component.d.ts +4 -4
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +2 -3
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts +1 -3
- package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +3 -2
- 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/abstract-field-write-journey.component.d.ts +30 -0
- package/lib/shared/components/palette/base-field/abstract-field-write-journey.component.d.ts.map +1 -0
- package/lib/shared/components/palette/base-field/abstract-journey.component.d.ts +27 -0
- package/lib/shared/components/palette/base-field/abstract-journey.component.d.ts.map +1 -0
- package/lib/shared/components/palette/base-field/index.d.ts +2 -0
- 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 +4 -2
- package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +4 -2
- 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 +14 -4
- package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +6 -3
- 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 +5 -2
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +21 -6
- 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 +4 -2
- 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 +7 -3
- 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 +1 -0
- 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 +16 -6
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/history/event-log/event-log-table.component.d.ts +0 -4
- package/lib/shared/components/palette/history/event-log/event-log-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts +6 -4
- 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 +7 -3
- 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 +7 -3
- 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 +5 -2
- 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 +9 -3
- 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 +7 -0
- 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 +10 -3
- package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts.map +1 -1
- package/lib/shared/domain/index.d.ts +1 -0
- package/lib/shared/domain/index.d.ts.map +1 -1
- package/lib/shared/domain/journey/index.d.ts +3 -0
- package/lib/shared/domain/journey/index.d.ts.map +1 -0
- package/lib/shared/domain/journey/journey-instigator.model.d.ts +5 -0
- package/lib/shared/domain/journey/journey-instigator.model.d.ts.map +1 -0
- package/lib/shared/domain/journey/journey.model.d.ts +19 -0
- package/lib/shared/domain/journey/journey.model.d.ts.map +1 -0
- package/lib/shared/domain/work-allocation/Task.d.ts +0 -1
- package/lib/shared/domain/work-allocation/Task.d.ts.map +1 -1
- package/lib/shared/services/http/http-error.service.d.ts +1 -3
- package/lib/shared/services/http/http-error.service.d.ts.map +1 -1
- package/lib/shared/services/index.d.ts +1 -0
- package/lib/shared/services/index.d.ts.map +1 -1
- package/lib/shared/services/journey/index.d.ts +2 -0
- package/lib/shared/services/journey/index.d.ts.map +1 -0
- package/lib/shared/services/journey/multipage-component-state.service.d.ts +26 -0
- package/lib/shared/services/journey/multipage-component-state.service.d.ts.map +1 -0
- package/lib/shared/services/loading/loading.service.d.ts +0 -4
- package/lib/shared/services/loading/loading.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import { AbstractAppConfig } from '../../../../app.config';
|
|
|
6
6
|
import { ConditionalShowRegistrarService } from '../../../directives';
|
|
7
7
|
import { CaseEditGetNextPage, CaseEditSubmitForm, CaseEditonEventCanBeCompleted, CaseEventData, CaseEventTrigger, CaseView, Draft, HttpError, Profile } from '../../../domain';
|
|
8
8
|
import { EventDetails, Task, TaskEventCompletionInfo } from '../../../domain/work-allocation/Task';
|
|
9
|
-
import { AlertService, FieldsPurger, FieldsUtils, FormErrorService, FormValueService, LoadingService,
|
|
9
|
+
import { AlertService, FieldsPurger, FieldsUtils, FormErrorService, FormValueService, LoadingService, SessionStorageService, WindowService } from '../../../services';
|
|
10
10
|
import { Confirmation, Wizard, WizardPage } from '../domain';
|
|
11
11
|
import { EventCompletionParams } from '../domain/event-completion-params.model';
|
|
12
12
|
import { CaseNotifier, WizardFactoryService, WorkAllocationService } from '../services';
|
|
@@ -30,11 +30,8 @@ export declare class CaseEditComponent implements OnInit, OnDestroy {
|
|
|
30
30
|
private readonly workAllocationService;
|
|
31
31
|
private readonly alertService;
|
|
32
32
|
private readonly abstractConfig;
|
|
33
|
-
private readonly cookieService;
|
|
34
33
|
static readonly ORIGIN_QUERY_PARAM = "origin";
|
|
35
34
|
static readonly ALERT_MESSAGE = "Page is being refreshed so you will be redirected to the first page of this event.";
|
|
36
|
-
static readonly CLIENT_CONTEXT = "clientContext";
|
|
37
|
-
static readonly TASK_EVENT_COMPLETION_INFO = "taskEventCompletionInfo";
|
|
38
35
|
eventTrigger: CaseEventTrigger;
|
|
39
36
|
submit: (caseEventData: CaseEventData, profile?: Profile) => Observable<object>;
|
|
40
37
|
validate: (caseEventData: CaseEventData, pageId: string) => Observable<object>;
|
|
@@ -58,7 +55,7 @@ export declare class CaseEditComponent implements OnInit, OnDestroy {
|
|
|
58
55
|
error: HttpError;
|
|
59
56
|
callbackErrorsSubject: Subject<any>;
|
|
60
57
|
validPageList: WizardPage[];
|
|
61
|
-
constructor(fb: FormBuilder, caseNotifier: CaseNotifier, router: Router, route: ActivatedRoute, fieldsUtils: FieldsUtils, fieldsPurger: FieldsPurger, registrarService: ConditionalShowRegistrarService, wizardFactory: WizardFactoryService, sessionStorageService: SessionStorageService, windowsService: WindowService, formValueService: FormValueService, formErrorService: FormErrorService, loadingService: LoadingService, validPageListCaseFieldsService: ValidPageListCaseFieldsService, workAllocationService: WorkAllocationService, alertService: AlertService, abstractConfig: AbstractAppConfig
|
|
58
|
+
constructor(fb: FormBuilder, caseNotifier: CaseNotifier, router: Router, route: ActivatedRoute, fieldsUtils: FieldsUtils, fieldsPurger: FieldsPurger, registrarService: ConditionalShowRegistrarService, wizardFactory: WizardFactoryService, sessionStorageService: SessionStorageService, windowsService: WindowService, formValueService: FormValueService, formErrorService: FormErrorService, loadingService: LoadingService, validPageListCaseFieldsService: ValidPageListCaseFieldsService, workAllocationService: WorkAllocationService, alertService: AlertService, abstractConfig: AbstractAppConfig);
|
|
62
59
|
ngOnInit(): void;
|
|
63
60
|
ngOnDestroy(): void;
|
|
64
61
|
checkPageRefresh(): boolean;
|
|
@@ -117,7 +114,6 @@ export declare class CaseEditComponent implements OnInit, OnDestroy {
|
|
|
117
114
|
private hasCallbackFailed;
|
|
118
115
|
private eventMoreThanDayAgo;
|
|
119
116
|
private eventDetailsDoNotMatch;
|
|
120
|
-
private taskIsForEvent;
|
|
121
117
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEditComponent, never>;
|
|
122
118
|
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>;
|
|
123
119
|
}
|
|
@@ -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;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,
|
|
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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"}
|
|
@@ -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 } from '../../../services';
|
|
10
|
+
import { AddressesService, LoadingService, MultipageComponentStateService } 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,8 +17,11 @@ 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';
|
|
20
23
|
import * as i0 from "@angular/core";
|
|
21
|
-
export declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestroy {
|
|
24
|
+
export declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestroy, JourneyInstigator {
|
|
22
25
|
caseEdit: CaseEditComponent;
|
|
23
26
|
private readonly route;
|
|
24
27
|
private readonly formValueService;
|
|
@@ -30,7 +33,10 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
30
33
|
private readonly caseEditDataService;
|
|
31
34
|
private readonly loadingService;
|
|
32
35
|
private readonly validPageListCaseFieldsService;
|
|
36
|
+
private readonly multipageComponentStateService;
|
|
33
37
|
private readonly addressService;
|
|
38
|
+
private readonly linkedCasesService;
|
|
39
|
+
private readonly caseFlagStateService;
|
|
34
40
|
static readonly RESUMED_FORM_DISCARD = "RESUMED_FORM_DISCARD";
|
|
35
41
|
static readonly NEW_FORM_DISCARD = "NEW_FORM_DISCARD";
|
|
36
42
|
static readonly NEW_FORM_SAVE = "NEW_FORM_CHANGED_SAVE";
|
|
@@ -64,7 +70,13 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
64
70
|
caseFormValidationErrorsSub: Subscription;
|
|
65
71
|
private static scrollToTop;
|
|
66
72
|
private static setFocusToTop;
|
|
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);
|
|
73
|
+
constructor(caseEdit: CaseEditComponent, route: ActivatedRoute, formValueService: FormValueService, formErrorService: FormErrorService, cdRef: ChangeDetectorRef, pageValidationService: PageValidationService, dialog: MatDialog, caseFieldService: CaseFieldService, caseEditDataService: CaseEditDataService, loadingService: LoadingService, validPageListCaseFieldsService: ValidPageListCaseFieldsService, multipageComponentStateService: MultipageComponentStateService, addressService: AddressesService, linkedCasesService: LinkedCasesService, caseFlagStateService: CaseFlagStateService);
|
|
74
|
+
onFinalNext(): void;
|
|
75
|
+
onFinalPrevious(): void;
|
|
76
|
+
isAtStart(): boolean;
|
|
77
|
+
isAtEnd(): boolean;
|
|
78
|
+
nextStep(): void;
|
|
79
|
+
previousStep(): void;
|
|
68
80
|
ngOnInit(): void;
|
|
69
81
|
ngAfterViewChecked(): void;
|
|
70
82
|
ngOnDestroy(): void;
|
|
@@ -80,6 +92,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
80
92
|
toPreviousPage(): void;
|
|
81
93
|
generateErrorMessage(fields: CaseField[], container?: AbstractControl, path?: string): boolean;
|
|
82
94
|
navigateToErrorElement(elementId: string): void;
|
|
95
|
+
checkForStagesCompleted(): void;
|
|
83
96
|
submit(): void;
|
|
84
97
|
updateFormData(jsonData: CaseEventData): void;
|
|
85
98
|
pageWithFieldExists(caseFieldId: string): WizardPage;
|
|
@@ -92,6 +105,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked,
|
|
|
92
105
|
previous(): Promise<boolean>;
|
|
93
106
|
hasPrevious(): boolean;
|
|
94
107
|
cancel(): void;
|
|
108
|
+
resetLinkedCaseJourney(): void;
|
|
95
109
|
submitting(): boolean;
|
|
96
110
|
getCaseId(): string;
|
|
97
111
|
getCaseTitle(): string;
|
|
@@ -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,MAAM,mBAAmB,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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"}
|
|
@@ -4,11 +4,13 @@ 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, FormValidatorsService, OrderService, ProfileNotifier } from '../../../services';
|
|
7
|
+
import { CaseFieldService, FieldsUtils, MultipageComponentStateService, 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';
|
|
12
14
|
import * as i0 from "@angular/core";
|
|
13
15
|
export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
|
|
14
16
|
readonly caseEdit: CaseEditComponent;
|
|
@@ -17,7 +19,10 @@ export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
|
|
|
17
19
|
private readonly route;
|
|
18
20
|
private readonly orderService;
|
|
19
21
|
private readonly profileNotifier;
|
|
22
|
+
private readonly multipageComponentStateService;
|
|
20
23
|
private readonly formValidatorsService;
|
|
24
|
+
private readonly caseFlagStateService;
|
|
25
|
+
private readonly linkedCasesService;
|
|
21
26
|
eventTrigger: CaseEventTrigger;
|
|
22
27
|
editForm: FormGroup;
|
|
23
28
|
triggerText: string;
|
|
@@ -37,7 +42,7 @@ export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
|
|
|
37
42
|
eventDescriptionLabel: string;
|
|
38
43
|
static readonly SHOW_SUMMARY_CONTENT_COMPARE_FUNCTION: (a: CaseField, b: CaseField) => number;
|
|
39
44
|
get isDisabled(): boolean;
|
|
40
|
-
constructor(caseEdit: CaseEditComponent, fieldsUtils: FieldsUtils, caseFieldService: CaseFieldService, route: ActivatedRoute, orderService: OrderService, profileNotifier: ProfileNotifier, formValidatorsService: FormValidatorsService);
|
|
45
|
+
constructor(caseEdit: CaseEditComponent, fieldsUtils: FieldsUtils, caseFieldService: CaseFieldService, route: ActivatedRoute, orderService: OrderService, profileNotifier: ProfileNotifier, multipageComponentStateService: MultipageComponentStateService, formValidatorsService: FormValidatorsService, caseFlagStateService: CaseFlagStateService, linkedCasesService: LinkedCasesService);
|
|
41
46
|
ngOnInit(): void;
|
|
42
47
|
ngOnDestroy(): void;
|
|
43
48
|
submit(): void;
|
|
@@ -48,6 +53,9 @@ export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
|
|
|
48
53
|
callbackErrorsNotify(errorContext: CallbackErrorsContext): void;
|
|
49
54
|
summaryCaseField(field: CaseField): CaseField;
|
|
50
55
|
cancel(): void;
|
|
56
|
+
private handleLinkedCasesSubmission;
|
|
57
|
+
private getLinkedCasesTab;
|
|
58
|
+
private emitCancelEvent;
|
|
51
59
|
isLabel(field: CaseField): boolean;
|
|
52
60
|
isChangeAllowed(field: CaseField): boolean;
|
|
53
61
|
checkYourAnswerFieldsToDisplayExists(): boolean;
|
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,qBAAqB,EACrB,YAAY,EACZ,eAAe,EAChB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAA2B,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC
|
|
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,4 +1,3 @@
|
|
|
1
|
-
import { SessionStorageService } from "../../../services";
|
|
2
1
|
export declare function convertNonASCIICharacter(character: string): string;
|
|
3
2
|
export declare class CaseEditUtils {
|
|
4
3
|
static readonly PREFIX = "&#";
|
|
@@ -6,5 +5,4 @@ export declare class CaseEditUtils {
|
|
|
6
5
|
convertNonASCIICharacters(rawString: string): string;
|
|
7
6
|
convertHTMLEntities(editedString: string): string;
|
|
8
7
|
}
|
|
9
|
-
export declare function removeTaskFromClientContext(sessionStorageService: SessionStorageService): void;
|
|
10
8
|
//# sourceMappingURL=case-edit.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-edit.utils.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-utils/case-edit.utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"case-edit.utils.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-utils/case-edit.utils.ts"],"names":[],"mappings":"AACA,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAQlE;AAED,qBAAa,aAAa;IAExB,gBAAuB,MAAM,QAAQ;IACrC,gBAAuB,MAAM,OAAO;IAE7B,yBAAyB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAMpD,mBAAmB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;CAezD"}
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;AAwDA,qBAqEa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -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":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;
|
|
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 +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,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;;
|
|
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"}
|
|
@@ -4,6 +4,7 @@ export declare class CaseFlagStateService {
|
|
|
4
4
|
formGroup: FormGroup;
|
|
5
5
|
pageLocation: string;
|
|
6
6
|
fieldStateToNavigate: number;
|
|
7
|
+
lastPageFieldState: number;
|
|
7
8
|
resetCache(pageLocation: string): void;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseFlagStateService, never>;
|
|
9
10
|
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;IAC7B,kBAAkB,EAAE,MAAM,CAAC;IAE3B,UAAU,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;yCANlC,oBAAoB;6CAApB,oBAAoB;CAYhC"}
|
|
@@ -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,SAAS,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC/I,OAAO,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AAG3F,OAAO,EAAE,gCAAgC,EAAE,MAAM,0CAA0C,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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"}
|
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;;
|
|
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;IAkD5G,2CAA2C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAO5G,uCAAuC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAiBxG,4CAA4C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAO7G,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kCAAkC,GAAG,IAAI;IAgBlG,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;yCA9N7E,kCAAkC;6CAAlC,kCAAkC;CAmO9C"}
|
package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
2
|
+
import { ActivatedRoute, Navigation, 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';
|
|
6
|
-
import { ActivityPollingService, AlertService,
|
|
6
|
+
import { ActivityPollingService, AlertService, SessionStorageService } from '../../../services';
|
|
7
7
|
import { CaseNotifier, CasesService } from '../../case-editor';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class CaseEventTriggerComponent implements OnInit, OnDestroy {
|
|
@@ -16,7 +16,6 @@ export declare class CaseEventTriggerComponent implements OnInit, OnDestroy {
|
|
|
16
16
|
private readonly caseReferencePipe;
|
|
17
17
|
private readonly activityPollingService;
|
|
18
18
|
private readonly sessionStorageService;
|
|
19
|
-
private readonly loadingService;
|
|
20
19
|
static readonly EVENT_COMPLETION_MESSAGE = "Case #%CASEREFERENCE% has been updated with event: %NAME%";
|
|
21
20
|
static readonly CALLBACK_FAILED_MESSAGE = " but the callback service cannot be completed";
|
|
22
21
|
BANNER: DisplayMode;
|
|
@@ -25,7 +24,8 @@ export declare class CaseEventTriggerComponent implements OnInit, OnDestroy {
|
|
|
25
24
|
activitySubscription: Subscription;
|
|
26
25
|
caseSubscription: Subscription;
|
|
27
26
|
parentUrl: string;
|
|
28
|
-
|
|
27
|
+
routerCurrentNavigation: Navigation;
|
|
28
|
+
constructor(ngZone: NgZone, casesService: CasesService, caseNotifier: CaseNotifier, router: Router, alertService: AlertService, route: ActivatedRoute, caseReferencePipe: CaseReferencePipe, activityPollingService: ActivityPollingService, sessionStorageService: SessionStorageService);
|
|
29
29
|
ngOnInit(): void;
|
|
30
30
|
ngOnDestroy(): void;
|
|
31
31
|
postEditActivity(): Observable<Activity[]>;
|
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;
|
|
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,UAAU,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAM,MAAM,MAAM,CAAC;AAEpD,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;;AAE/D,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAa/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;IApBxC,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;IAClB,uBAAuB,EAAE,UAAU,CAAC;gBAGxB,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;IAKxD,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;IAe1B,YAAY,IAAI,OAAO;yCAxHnB,yBAAyB;2CAAzB,yBAAyB;CA2HrC"}
|
package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { RpxTranslatePipe } from 'rpx-xui-translation';
|
|
|
8
8
|
import { Observable, Subscription } from 'rxjs';
|
|
9
9
|
import { NotificationBannerConfig } from '../../../../components/banners/notification-banner';
|
|
10
10
|
import { Activity, CaseField, CaseTab, CaseView, CaseViewTrigger, DisplayMode } from '../../../domain';
|
|
11
|
-
import { ActivityPollingService, AlertService, DraftService, ErrorNotifierService,
|
|
11
|
+
import { ActivityPollingService, AlertService, DraftService, ErrorNotifierService, NavigationNotifierService, OrderService, SessionStorageService } from '../../../services';
|
|
12
12
|
import { ConvertHrefToRouterService } from '../../case-editor/services/convert-href-to-router.service';
|
|
13
13
|
import { CallbackErrorsContext } from '../../error';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
@@ -28,7 +28,6 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
|
|
|
28
28
|
private readonly crf;
|
|
29
29
|
private readonly sessionStorageService;
|
|
30
30
|
private readonly rpxTranslationPipe;
|
|
31
|
-
private readonly loadingService;
|
|
32
31
|
static readonly ORIGIN_QUERY_PARAM = "origin";
|
|
33
32
|
static readonly TRIGGER_TEXT_START = "Go";
|
|
34
33
|
static readonly TRIGGER_TEXT_CONTINUE = "Ignore Warning and Go";
|
|
@@ -65,7 +64,7 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
|
|
|
65
64
|
eventId: string;
|
|
66
65
|
callbackErrorsSubject: Observable<any>;
|
|
67
66
|
tabGroup: MatTabGroup;
|
|
68
|
-
constructor(ngZone: NgZone, route: ActivatedRoute, router: Router, navigationNotifierService: NavigationNotifierService, orderService: OrderService, activityPollingService: ActivityPollingService, dialog: MatDialog, alertService: AlertService, draftService: DraftService, errorNotifierService: ErrorNotifierService, convertHrefToRouterService: ConvertHrefToRouterService, location: Location, crf: ChangeDetectorRef, sessionStorageService: SessionStorageService, rpxTranslationPipe: RpxTranslatePipe
|
|
67
|
+
constructor(ngZone: NgZone, route: ActivatedRoute, router: Router, navigationNotifierService: NavigationNotifierService, orderService: OrderService, activityPollingService: ActivityPollingService, dialog: MatDialog, alertService: AlertService, draftService: DraftService, errorNotifierService: ErrorNotifierService, convertHrefToRouterService: ConvertHrefToRouterService, location: Location, crf: ChangeDetectorRef, sessionStorageService: SessionStorageService, rpxTranslationPipe: RpxTranslatePipe);
|
|
69
68
|
ngOnInit(): void;
|
|
70
69
|
ngOnChanges(changes: SimpleChanges): void;
|
|
71
70
|
isPrintEnabled(): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,iBAAiB,EAAoB,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EACzE,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,eAAe,IAAI,SAAS,EAAE,qBAAqB,IAAI,eAAe,EAAE,MAAM,iCAAiC,CAAC;AACzH,OAAO,EAA0B,iBAAiB,IAAI,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACzG,OAAO,EAAE,cAAc,EAAyB,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEhD,OAAO,EACL,wBAAwB,EAGzB,MAAM,oDAAoD,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAqB,WAAW,EAAS,MAAM,iBAAiB,CAAC;AAEjI,OAAO,EACL,sBAAsB,EACtB,YAAY,EACZ,YAAY,EACZ,oBAAoB,EAEpB,
|
|
1
|
+
{"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,7 +6,6 @@ import { ProfileService } from '../../../services/profile/profile.service';
|
|
|
6
6
|
import { CasesService } from '../../case-editor/services/cases.service';
|
|
7
7
|
import { AbstractAppConfig } from '../../../../app.config';
|
|
8
8
|
import { ErrorNotifierService } from '../../../services/error/error-notifier.service';
|
|
9
|
-
import { LoadingService } from '../../../services';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
export declare class EventTriggerResolver implements Resolve<CaseEventTrigger> {
|
|
12
11
|
private readonly casesService;
|
|
@@ -16,14 +15,13 @@ export declare class EventTriggerResolver implements Resolve<CaseEventTrigger> {
|
|
|
16
15
|
private router;
|
|
17
16
|
private appConfig;
|
|
18
17
|
private errorNotifier;
|
|
19
|
-
private readonly loadingService;
|
|
20
18
|
static readonly PARAM_CASE_ID = "cid";
|
|
21
19
|
static readonly PARAM_EVENT_ID = "eid";
|
|
22
20
|
static readonly IGNORE_WARNING = "ignoreWarning";
|
|
23
21
|
private static readonly IGNORE_WARNING_VALUES;
|
|
24
22
|
private cachedEventTrigger;
|
|
25
23
|
private cachedProfile;
|
|
26
|
-
constructor(casesService: CasesService, alertService: AlertService, profileService: ProfileService, profileNotifier: ProfileNotifier, router: Router, appConfig: AbstractAppConfig, errorNotifier: ErrorNotifierService
|
|
24
|
+
constructor(casesService: CasesService, alertService: AlertService, profileService: ProfileService, profileNotifier: ProfileNotifier, router: Router, appConfig: AbstractAppConfig, errorNotifier: ErrorNotifierService);
|
|
27
25
|
resolve(route: ActivatedRouteSnapshot): Promise<CaseEventTrigger>;
|
|
28
26
|
private isRootTriggerEventRoute;
|
|
29
27
|
private getAndCacheEventTrigger;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-trigger.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/event-trigger.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAG1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAEtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC
|
|
1
|
+
{"version":3,"file":"event-trigger.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/event-trigger.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAG1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAEtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;;AAEtF,qBACa,oBAAqB,YAAW,OAAO,CAAC,gBAAgB,CAAC;IAQlE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IAbvB,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,cAAc,SAAS;IAC9C,gBAAuB,cAAc,mBAAmB;IACxD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAuB;IACpE,OAAO,CAAC,kBAAkB,CAAmB;IAC7C,OAAO,CAAC,aAAa,CAAU;gBAEZ,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,eAAe,EAAE,eAAe,EACzC,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,iBAAiB,EAC5B,aAAa,EAAE,oBAAoB;IAGtC,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAMxE,OAAO,CAAC,uBAAuB;IAK/B,OAAO,CAAC,uBAAuB;yCA5BpB,oBAAoB;6CAApB,oBAAoB;CA6DhC"}
|
|
@@ -11,11 +11,12 @@ export declare class EventStartGuard implements CanActivate {
|
|
|
11
11
|
private readonly sessionStorageService;
|
|
12
12
|
private readonly abstractConfig;
|
|
13
13
|
private readonly cookieService;
|
|
14
|
+
static readonly CLIENT_CONTEXT = "clientContext";
|
|
14
15
|
constructor(workAllocationService: WorkAllocationService, router: Router, sessionStorageService: SessionStorageService, abstractConfig: AbstractAppConfig, cookieService: ReadCookieService);
|
|
15
16
|
canActivate(route: ActivatedRouteSnapshot): Observable<boolean>;
|
|
16
|
-
checkTaskInEventNotRequired(payload: TaskPayload, caseId: string, taskId: string
|
|
17
|
+
checkTaskInEventNotRequired(payload: TaskPayload, caseId: string, taskId: string): boolean;
|
|
18
|
+
private removeTaskFromSessionStorage;
|
|
17
19
|
private checkForTasks;
|
|
18
|
-
private setClientContextStorage;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventStartGuard, never>;
|
|
20
21
|
static ɵprov: i0.ɵɵInjectableDeclaration<EventStartGuard>;
|
|
21
22
|
}
|
|
@@ -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;AAGtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,
|
|
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,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,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;IAC/B,OAAO,CAAC,QAAQ,CAAC,aAAa;IANhC,gBAAuB,cAAc,mBAAmB;gBAE3B,qBAAqB,EAAE,qBAAqB,EACtD,MAAM,EAAE,MAAM,EACd,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,iBAAiB,EACjC,aAAa,EAAE,iBAAiB;IAG5C,WAAW,CAAC,KAAK,EAAE,sBAAsB,GAAG,UAAU,CAAC,OAAO,CAAC;IAuD/D,2BAA2B,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;IA+CjG,OAAO,CAAC,4BAA4B;IAIpC,OAAO,CAAC,aAAa;yCApHV,eAAe;6CAAf,eAAe;CAgK3B"}
|
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;IA4CpG,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;yCA3RrD,6BAA6B;6CAA7B,6BAA6B;CAiSzC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { AbstractFieldWriteComponent } from './abstract-field-write.component';
|
|
3
|
+
import { Journey } from '../../../domain';
|
|
4
|
+
import { MultipageComponentStateService } from '../../../services';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare abstract class AbstractFieldWriteJourneyComponent extends AbstractFieldWriteComponent implements OnChanges, Journey {
|
|
7
|
+
protected readonly multipageComponentStateService: MultipageComponentStateService;
|
|
8
|
+
journeyStartPageNumber: number;
|
|
9
|
+
journeyEndPageNumber: number;
|
|
10
|
+
journeyPageNumber: number;
|
|
11
|
+
journeyPreviousPageNumber: number;
|
|
12
|
+
journeyId: string;
|
|
13
|
+
childJourney: Journey;
|
|
14
|
+
constructor(multipageComponentStateService: MultipageComponentStateService);
|
|
15
|
+
next(): void;
|
|
16
|
+
previous(): void;
|
|
17
|
+
protected previousPage(): void;
|
|
18
|
+
protected nextPage(): void;
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
hasNext(): boolean;
|
|
22
|
+
hasPrevious(): boolean;
|
|
23
|
+
isFinished(): boolean;
|
|
24
|
+
isStart(): boolean;
|
|
25
|
+
getId(): string;
|
|
26
|
+
onPageChange(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFieldWriteJourneyComponent, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFieldWriteJourneyComponent, never, never, { "journeyId": { "alias": "journeyId"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=abstract-field-write-journey.component.d.ts.map
|
package/lib/shared/components/palette/base-field/abstract-field-write-journey.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abstract-field-write-journey.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-field-write-journey.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAa,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;;AAEnE,8BACsB,kCAAmC,SAAQ,2BAA4B,YAAW,SAAS,EAAE,OAAO;IAYnG,SAAS,CAAC,QAAQ,CAAC,8BAA8B,EAAE,8BAA8B;IAX/F,sBAAsB,EAAE,MAAM,CAAK;IACnC,oBAAoB,EAAE,MAAM,CAAK;IACjC,iBAAiB,EAAE,MAAM,CAAK;IAC9B,yBAAyB,EAAE,MAAM,CAAK;IAGtC,SAAS,EAAE,MAAM,CAAa;IAG5B,YAAY,EAAG,OAAO,CAAC;gBAEQ,8BAA8B,EAAE,8BAA8B;IAM7F,IAAI,IAAI,IAAI;IAOZ,QAAQ,IAAI,IAAI;IAWvB,SAAS,CAAC,YAAY,IAAI,IAAI;IAS9B,SAAS,CAAC,QAAQ,IAAI,IAAI;IASnB,QAAQ,IAAI,IAAI;IAYhB,WAAW,IAAI,IAAI;IAInB,OAAO,IAAI,OAAO;IAElB,WAAW,IAAI,OAAO;IAEtB,UAAU,IAAI,OAAO;IAErB,OAAO,IAAI,OAAO;IAElB,KAAK,IAAI,MAAM;IAEf,YAAY,IAAI,IAAI;yCAhFT,kCAAkC;2CAAlC,kCAAkC;CAiFvD"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Journey } from '../../../domain';
|
|
2
|
+
import { MultipageComponentStateService } from '../../../services';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class AbstractJourneyComponent implements Journey {
|
|
5
|
+
protected readonly multipageComponentStateService: MultipageComponentStateService;
|
|
6
|
+
journeyStartPageNumber: number;
|
|
7
|
+
journeyEndPageNumber: number;
|
|
8
|
+
journeyPageNumber: number;
|
|
9
|
+
journeyPreviousPageNumber: number;
|
|
10
|
+
journeyId: string;
|
|
11
|
+
childJourney: Journey;
|
|
12
|
+
constructor(multipageComponentStateService: MultipageComponentStateService);
|
|
13
|
+
next(): void;
|
|
14
|
+
previous(): void;
|
|
15
|
+
protected previousPage(): void;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
hasNext(): boolean;
|
|
19
|
+
hasPrevious(): boolean;
|
|
20
|
+
isFinished(): boolean;
|
|
21
|
+
isStart(): boolean;
|
|
22
|
+
getId(): string;
|
|
23
|
+
onPageChange(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractJourneyComponent, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractJourneyComponent, never, never, { "journeyId": { "alias": "journeyId"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=abstract-journey.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abstract-journey.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-journey.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;;AAEnE,8BACsB,wBAAyB,YAAW,OAAO;IAY1C,SAAS,CAAC,QAAQ,CAAC,8BAA8B,EAAE,8BAA8B;IAX/F,sBAAsB,EAAE,MAAM,CAAK;IACnC,oBAAoB,EAAE,MAAM,CAAK;IACjC,iBAAiB,EAAE,MAAM,CAAK;IAC9B,yBAAyB,EAAE,MAAM,CAAC;IAGlC,SAAS,EAAE,MAAM,CAAa;IAG5B,YAAY,EAAG,OAAO,CAAC;gBAEQ,8BAA8B,EAAE,8BAA8B;IAK7F,IAAI,IAAI,IAAI;IAOZ,QAAQ,IAAI,IAAI;IAOvB,SAAS,CAAC,YAAY,IAAI,IAAI;IAMvB,QAAQ,IAAI,IAAI;IAYhB,WAAW,IAAI,IAAI;IAInB,OAAO,IAAI,OAAO;IAIlB,WAAW,IAAI,OAAO;IAItB,UAAU,IAAI,OAAO;IAIrB,OAAO,IAAI,OAAO;IAIlB,KAAK,IAAI,MAAM;IAIf,YAAY,IAAI,IAAI;yCAzET,wBAAwB;2CAAxB,wBAAwB;CA0E7C"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from './abstract-field-read.component';
|
|
2
|
+
export * from './abstract-field-write-journey.component';
|
|
2
3
|
export * from './abstract-field-write.component';
|
|
4
|
+
export * from './abstract-journey.component';
|
|
3
5
|
export * from './field-read.component';
|
|
4
6
|
export * from './field-write.component';
|
|
5
7
|
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,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,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,0CAA0C,CAAC;AACzD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,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,10 +1,11 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { ErrorMessage } from '../../../../../domain';
|
|
3
|
+
import { ErrorMessage, Journey } from '../../../../../domain';
|
|
4
4
|
import { CaseFlagState } from '../../domain';
|
|
5
5
|
import { AddCommentsErrorMessage, AddCommentsStep, CaseFlagWizardStepTitle } from '../../enums';
|
|
6
|
+
import { AbstractJourneyComponent } from '../../../base-field';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AddCommentsComponent implements OnInit {
|
|
8
|
+
export declare class AddCommentsComponent extends AbstractJourneyComponent implements OnInit, Journey {
|
|
8
9
|
formGroup: FormGroup;
|
|
9
10
|
optional: boolean;
|
|
10
11
|
isDisplayContextParameterExternal: boolean;
|
|
@@ -23,6 +24,7 @@ export declare class AddCommentsComponent implements OnInit {
|
|
|
23
24
|
ngOnInit(): void;
|
|
24
25
|
onNext(): void;
|
|
25
26
|
private validateTextEntry;
|
|
27
|
+
next(): void;
|
|
26
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddCommentsComponent, never>;
|
|
27
29
|
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>;
|
|
28
30
|
}
|
|
@@ -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,MAAM,uBAAuB,CAAC;
|
|
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,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAA0C,uBAAuB,EAAE,MAAM,aAAa,CAAC;AACxI,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;;AAE/D,qBAIa,oBAAqB,SAAQ,wBAAyB,YAAW,MAAM,EAAE,OAAO;IAE3E,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;IAyBlB,IAAI;yCApEA,oBAAoB;2CAApB,oBAAoB;CA2EhC"}
|