@hmcts/ccd-case-ui-toolkit 6.0.2-migration-dynamic-list → 6.0.2-migration-dynamic-list-rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +919 -3342
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-data.service.js +1 -9
- package/esm2015/lib/shared/components/case-editor/case-access-utils/index.js +10 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +7 -17
- package/esm2015/lib/shared/components/case-editor/services/cases.service.js +5 -52
- package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +2 -10
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +20 -3
- package/esm2015/lib/shared/components/palette/base-field/abstract-form-field.component.js +2 -4
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +30 -19
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +35 -24
- package/esm2015/lib/shared/components/palette/case-link/index.js +1 -4
- package/esm2015/lib/shared/components/palette/case-link/read-case-link-field.component.js +8 -28
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +66 -77
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +10 -3
- package/esm2015/lib/shared/components/palette/palette.module.js +19 -65
- package/esm2015/lib/shared/components/palette/palette.service.js +4 -12
- package/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +1 -10
- package/esm2015/lib/shared/components/search-result/search-result.component.js +10 -14
- package/esm2015/lib/shared/directives/conditional-show/domain/conditional-show.model.js +103 -200
- package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +201 -0
- package/esm2015/lib/shared/directives/conditional-show/services/condition.peg.js +103 -0
- package/esm2015/lib/shared/domain/case-flag/hmcts-service-detail.model.js +1 -1
- package/esm2015/lib/shared/domain/case-view/role-request.model.js +1 -1
- package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
- package/esm2015/lib/shared/domain/user/user-info.model.js +1 -1
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +1 -5
- package/esm2015/lib/shared/pipes/index.js +1 -2
- package/esm2015/lib/shared/pipes/pipes.module.js +4 -8
- package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +25 -4
- package/esm2015/lib/shared/services/fields/fields.utils.js +2 -8
- package/esm2015/lib/shared/services/form/form-value.service.js +10 -9
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +918 -3016
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts +0 -5
- package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-access-utils/index.d.ts +3 -0
- package/lib/shared/components/case-editor/case-access-utils/index.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +0 -2
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/cases.service.d.ts +0 -9
- package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/page-validation.service.d.ts +0 -1
- package/lib/shared/components/case-editor/services/page-validation.service.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +1 -0
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/abstract-form-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +3 -1
- 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/write-case-flag-field.component.d.ts +2 -0
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/index.d.ts +0 -3
- package/lib/shared/components/palette/case-link/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts +0 -3
- package/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts +4 -13
- package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +60 -69
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/is-compound.pipe.d.ts +0 -1
- package/lib/shared/components/palette/utils/is-compound.pipe.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts +13 -30
- package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts +30 -0
- package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts.map +1 -0
- package/lib/shared/directives/conditional-show/services/condition.peg.d.ts +3 -0
- package/lib/shared/directives/conditional-show/services/condition.peg.d.ts.map +1 -0
- package/lib/shared/domain/case-flag/hmcts-service-detail.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/role-request.model.d.ts +1 -1
- package/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
- package/lib/shared/domain/user/user-info.model.d.ts +2 -0
- package/lib/shared/domain/user/user-info.model.d.ts.map +1 -1
- package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
- package/lib/shared/pipes/index.d.ts +0 -1
- package/lib/shared/pipes/index.d.ts.map +1 -1
- package/lib/shared/pipes/pipes.module.d.ts +2 -3
- package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +14 -3
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts.map +1 -1
- package/lib/shared/services/fields/fields.utils.d.ts +0 -1
- package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
- package/lib/shared/services/form/form-value.service.d.ts +0 -3
- package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.js +0 -125
- package/esm2015/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.js +0 -198
- package/esm2015/lib/shared/components/palette/case-link/components/index.js +0 -10
- package/esm2015/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.js +0 -497
- package/esm2015/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.js +0 -221
- package/esm2015/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.js +0 -286
- package/esm2015/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.js +0 -76
- package/esm2015/lib/shared/components/palette/case-link/components/read-linked-cases.component.js +0 -178
- package/esm2015/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.js +0 -216
- package/esm2015/lib/shared/components/palette/case-link/components/write-linked-cases.component.js +0 -265
- package/esm2015/lib/shared/components/palette/case-link/domain/index.js +0 -3
- package/esm2015/lib/shared/components/palette/case-link/domain/linked-cases-state.model.js +0 -2
- package/esm2015/lib/shared/components/palette/case-link/domain/linked-cases.model.js +0 -19
- package/esm2015/lib/shared/components/palette/case-link/enums/index.js +0 -2
- package/esm2015/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.js +0 -33
- package/esm2015/lib/shared/components/palette/case-link/services/index.js +0 -2
- package/esm2015/lib/shared/components/palette/case-link/services/linked-cases.service.js +0 -134
- package/esm2015/lib/shared/components/palette/case-link/utils/validators.utils.js +0 -27
- package/esm2015/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.js +0 -23
- package/esm2015/lib/shared/pipes/link-cases-reason-code/index.js +0 -2
- package/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.d.ts +0 -19
- package/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.d.ts +0 -18
- package/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/index.d.ts +0 -10
- package/lib/shared/components/palette/case-link/components/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts +0 -45
- package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.d.ts +0 -42
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.d.ts +0 -45
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts +0 -12
- package/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/read-linked-cases.component.d.ts +0 -37
- package/lib/shared/components/palette/case-link/components/read-linked-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.d.ts +0 -38
- package/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts +0 -45
- package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/domain/index.d.ts +0 -3
- package/lib/shared/components/palette/case-link/domain/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/domain/linked-cases-state.model.d.ts +0 -12
- package/lib/shared/components/palette/case-link/domain/linked-cases-state.model.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/domain/linked-cases.model.d.ts +0 -65
- package/lib/shared/components/palette/case-link/domain/linked-cases.model.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/enums/index.d.ts +0 -2
- package/lib/shared/components/palette/case-link/enums/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.d.ts +0 -29
- package/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/services/index.d.ts +0 -2
- package/lib/shared/components/palette/case-link/services/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts +0 -50
- package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/utils/validators.utils.d.ts +0 -10
- package/lib/shared/components/palette/case-link/utils/validators.utils.d.ts.map +0 -1
- package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts +0 -11
- package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts.map +0 -1
- package/lib/shared/pipes/link-cases-reason-code/index.d.ts +0 -2
- package/lib/shared/pipes/link-cases-reason-code/index.d.ts.map +0 -1
|
@@ -1,23 +1,18 @@
|
|
|
1
|
-
import { LinkedCasesError } from '../../components';
|
|
2
1
|
import { CaseEditValidationError } from './case-edit-validation.model';
|
|
3
2
|
export declare class CaseEditDataService {
|
|
4
3
|
private title$;
|
|
5
4
|
private formValidationErrors$;
|
|
6
|
-
private linkError$;
|
|
7
5
|
private eventTriggerName$;
|
|
8
6
|
private triggerSubmitEvent$;
|
|
9
7
|
caseTitle$: import("rxjs").Observable<string>;
|
|
10
8
|
caseFormValidationErrors$: import("rxjs").Observable<CaseEditValidationError[]>;
|
|
11
|
-
caseLinkError$: import("rxjs").Observable<LinkedCasesError>;
|
|
12
9
|
caseEventTriggerName$: import("rxjs").Observable<string>;
|
|
13
10
|
caseTriggerSubmitEvent$: import("rxjs").Observable<boolean>;
|
|
14
11
|
constructor();
|
|
15
12
|
setCaseTitle(caseTitle: string): void;
|
|
16
13
|
setCaseEventTriggerName(triggerName: string): void;
|
|
17
|
-
setCaseLinkError(error: LinkedCasesError): void;
|
|
18
14
|
setFormValidationErrors(validationErrors: any[]): void;
|
|
19
15
|
clearFormValidationErrors(): void;
|
|
20
|
-
clearCaseLinkError(): void;
|
|
21
16
|
addFormValidationError(validationError: CaseEditValidationError): void;
|
|
22
17
|
setTriggerSubmitEvent(state: boolean): void;
|
|
23
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-edit-data.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/case-edit-data.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"case-edit-data.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/case-edit-data.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,qBAAa,mBAAmB;IAC5B,OAAO,CAAC,MAAM,CAAqC;IACnD,OAAO,CAAC,qBAAqB,CAAsD;IACnF,OAAO,CAAC,iBAAiB,CAAqC;IAC9D,OAAO,CAAC,mBAAmB,CAAsC;IAE1D,UAAU,oCAA8B;IACxC,yBAAyB,uDAA6C;IACtE,qBAAqB,oCAAyC;IAC9D,uBAAuB,qCAA2C;;IAIlE,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAIrC,uBAAuB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAIlD,uBAAuB,CAAC,gBAAgB,EAAE,GAAG,EAAE,GAAG,IAAI;IAItD,yBAAyB,IAAI,IAAI;IAIjC,sBAAsB,CAAC,eAAe,EAAE,uBAAuB,GAAG,IAAI;IAMtE,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;CAGrD"}
|
|
@@ -17,6 +17,9 @@ export declare class CaseAccessUtils {
|
|
|
17
17
|
static readonly CITIZEN_ROLE = "citizen";
|
|
18
18
|
static readonly CITIZEN_ROLE_CATEGORY = "CITIZEN";
|
|
19
19
|
static readonly CITIZEN_ROLE_NAME = "citizen";
|
|
20
|
+
static readonly CTSC_ROLE = "ctsc";
|
|
21
|
+
static readonly CTSC_ROLE_CATEGORY = "CTSC";
|
|
22
|
+
static readonly CTSC_ROLE_NAME = "ctsc";
|
|
20
23
|
getMappedRoleCategory(roles?: string[], roleCategories?: string[]): RoleCategory;
|
|
21
24
|
roleOrCategoryExists(roleKeyword: string, roleCategory: string, roleKeywords: string[], roleCategories: string[]): boolean;
|
|
22
25
|
getAMRoleName(accessType: string, aMRole: RoleCategory): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-access-utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2DAA2D,CAAC;AACpG,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AACvH,OAAO,EAAE,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAEhG,qBAAa,eAAe;IAExB,gBAAuB,UAAU,WAAW;IAC5C,gBAAuB,mBAAmB,cAAc;IACxD,gBAAuB,eAAe,eAAe;IACrD,gBAAuB,UAAU,WAAW;IAC5C,gBAAuB,mBAAmB,WAAW;IACrD,gBAAuB,eAAe,WAAW;IACjD,gBAAuB,iBAAiB,eAAe;IACvD,gBAAuB,0BAA0B,kBAAkB;IACnE,gBAAuB,sBAAsB,kBAAkB;IAC/D,gBAAuB,qBAAqB,gBAAgB;IAC5D,gBAAuB,8BAA8B,sBAAsB;IAC3E,gBAAuB,0BAA0B,eAAe;IAChE,gBAAuB,YAAY,aAAa;IAChD,gBAAuB,qBAAqB,aAAa;IACzD,gBAAuB,iBAAiB,aAAa;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-access-utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2DAA2D,CAAC;AACpG,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AACvH,OAAO,EAAE,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAEhG,qBAAa,eAAe;IAExB,gBAAuB,UAAU,WAAW;IAC5C,gBAAuB,mBAAmB,cAAc;IACxD,gBAAuB,eAAe,eAAe;IACrD,gBAAuB,UAAU,WAAW;IAC5C,gBAAuB,mBAAmB,WAAW;IACrD,gBAAuB,eAAe,WAAW;IACjD,gBAAuB,iBAAiB,eAAe;IACvD,gBAAuB,0BAA0B,kBAAkB;IACnE,gBAAuB,sBAAsB,kBAAkB;IAC/D,gBAAuB,qBAAqB,gBAAgB;IAC5D,gBAAuB,8BAA8B,sBAAsB;IAC3E,gBAAuB,0BAA0B,eAAe;IAChE,gBAAuB,YAAY,aAAa;IAChD,gBAAuB,qBAAqB,aAAa;IACzD,gBAAuB,iBAAiB,aAAa;IACrD,gBAAuB,SAAS,UAAU;IAC1C,gBAAuB,kBAAkB,UAAU;IACnD,gBAAuB,cAAc,UAAU;IAExC,qBAAqB,CAAC,KAAK,GAAE,MAAM,EAAO,EAAE,cAAc,GAAE,MAAM,EAAO,GAAG,YAAY;IAwBxF,oBAAoB,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE,GAAG,OAAO;IAM1H,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,GAAG,MAAM;IA6B/D,YAAY,CACf,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,qBAAqB,EAChC,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,uBAAuB,GAAG,qBAAqB,EACxD,SAAS,GAAE,IAAW,EACtB,OAAO,GAAE,IAAW,EACpB,KAAK,UAAQ,GACd,kBAAkB;CAmCxB"}
|
|
@@ -12,7 +12,6 @@ import { CaseFieldService } from '../../../services/case-fields/case-field.servi
|
|
|
12
12
|
import { FormErrorService } from '../../../services/form/form-error.service';
|
|
13
13
|
import { FormValueService } from '../../../services/form/form-value.service';
|
|
14
14
|
import { CallbackErrorsContext } from '../../error/domain/error-context';
|
|
15
|
-
import { LinkedCasesError } from '../../palette';
|
|
16
15
|
import { CaseEditComponent } from '../case-edit/case-edit.component';
|
|
17
16
|
import { WizardPage } from '../domain/wizard-page.model';
|
|
18
17
|
import { Wizard } from '../domain/wizard.model';
|
|
@@ -55,7 +54,6 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
|
|
|
55
54
|
message: string;
|
|
56
55
|
}[];
|
|
57
56
|
showSpinner: boolean;
|
|
58
|
-
caseLinkError: LinkedCasesError;
|
|
59
57
|
hasPreviousPage$: BehaviorSubject<boolean>;
|
|
60
58
|
private static scrollToTop;
|
|
61
59
|
private static setFocusToTop;
|
|
@@ -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,MAAM,EAAE,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,eAAe,EAAa,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,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,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AAEpF,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAE7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAEzE,OAAO,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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"}
|
|
@@ -3,7 +3,6 @@ import { Observable } from 'rxjs';
|
|
|
3
3
|
import { AbstractAppConfig } from '../../../../app.config';
|
|
4
4
|
import { CaseEventData, CaseEventTrigger, CasePrintDocument, CaseView, ChallengedAccessRequest, RoleAssignmentResponse, SpecificAccessRequest } from '../../../domain';
|
|
5
5
|
import { HttpErrorService, HttpService, LoadingService, OrderService, SessionStorageService } from '../../../services';
|
|
6
|
-
import { LinkCaseReason, LinkedCasesResponse } from '../../palette/case-link/domain/linked-cases.model';
|
|
7
6
|
import { WizardPageFieldToCaseFieldMapper } from './wizard-page-field-to-case-field.mapper';
|
|
8
7
|
import { WorkAllocationService } from './work-allocation.service';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
@@ -35,21 +34,13 @@ export declare class CasesService {
|
|
|
35
34
|
constructor(http: HttpService, appConfig: AbstractAppConfig, orderService: OrderService, errorService: HttpErrorService, wizardPageFieldToCaseFieldMapper: WizardPageFieldToCaseFieldMapper, workAllocationService: WorkAllocationService, loadingService: LoadingService, sessionStorageService: SessionStorageService);
|
|
36
35
|
getCaseView(jurisdictionId: string, caseTypeId: string, caseId: string): Observable<CaseView>;
|
|
37
36
|
getCaseViewV2(caseId: string): Observable<CaseView>;
|
|
38
|
-
/**
|
|
39
|
-
* TODO: Gets case link responses
|
|
40
|
-
* @returns case link responses
|
|
41
|
-
*/
|
|
42
|
-
getCaseLinkResponses(): Observable<LinkCaseReason[]>;
|
|
43
|
-
getLinkedCases(caseId: string): Observable<LinkedCasesResponse>;
|
|
44
37
|
getEventTrigger(caseTypeId: string, eventTriggerId: string, caseId?: string, ignoreWarning?: string): Observable<CaseEventTrigger>;
|
|
45
38
|
createEvent(caseDetails: CaseView, eventData: CaseEventData): Observable<{}>;
|
|
46
39
|
validateCase(ctid: string, eventData: CaseEventData, pageId: string): Observable<object>;
|
|
47
40
|
createCase(ctid: string, eventData: CaseEventData): Observable<object>;
|
|
48
41
|
getPrintDocuments(caseId: string): Observable<CasePrintDocument[]>;
|
|
49
42
|
private buildEventTriggerUrl;
|
|
50
|
-
private processResponseBody;
|
|
51
43
|
private initialiseEventTrigger;
|
|
52
|
-
private processTasksOnSuccess;
|
|
53
44
|
private isPuiCaseManager;
|
|
54
45
|
getCourtOrHearingCentreName(locationId: number): Observable<any>;
|
|
55
46
|
createChallengedAccessRequest(caseId: string, request: ChallengedAccessRequest): Observable<RoleAssignmentResponse>;
|
|
@@ -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,
|
|
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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"}
|
|
@@ -11,7 +11,6 @@ export declare class PageValidationService {
|
|
|
11
11
|
private checkDocumentField;
|
|
12
12
|
private checkOptionalField;
|
|
13
13
|
private checkMandatoryField;
|
|
14
|
-
private checkCaseLinksCollectionField;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDef<PageValidationService, never>;
|
|
16
15
|
static ɵprov: i0.ɵɵInjectableDef<PageValidationService>;
|
|
17
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-validation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/page-validation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;;AAEzD,qBACa,qBAAqB;IACpB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;gBAAhB,gBAAgB,EAAE,gBAAgB;IAExD,WAAW,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,GAAG,OAAO;
|
|
1
|
+
{"version":3,"file":"page-validation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/page-validation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;;AAEzD,qBACa,qBAAqB;IACpB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;gBAAhB,gBAAgB,EAAE,gBAAgB;IAExD,WAAW,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,GAAG,OAAO;IAU3D,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IASlF,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,mBAAmB;iCArChB,qBAAqB;qCAArB,qBAAqB;CAwCjC"}
|
package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
|
|
|
64
64
|
isPrintEnabled(): boolean;
|
|
65
65
|
ngOnDestroy(): void;
|
|
66
66
|
unsubscribe(subscription: any): void;
|
|
67
|
+
private checkRouteAndSetCaseViewTab;
|
|
67
68
|
postViewActivity(): Observable<Activity[]>;
|
|
68
69
|
clearErrorsAndWarnings(): void;
|
|
69
70
|
applyTrigger(trigger: CaseViewTrigger): void;
|
|
@@ -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,EAAE,iBAAiB,EAAoB,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAChF,aAAa,EAA+B,MAAM,eAAe,CAAC;AACpE,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,cAAc,
|
|
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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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abstract-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-form-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAIxE,aAAK,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAE3C,8BACsB,0BAA0B;IAEvC,SAAS,EAAE,SAAS,CAAC;IAGrB,SAAS,EAAE,SAAS,CAAC;IAGrB,MAAM,CAAC,EAAE,aAAa,CAAC;IAGvB,QAAQ,SAAM;IAEd,EAAE;IAIT,SAAS,CAAC,eAAe,CAAC,CAAC,SAAS,eAAe,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,UAAQ,GAAG,eAAe;IAmBlG,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAI7E,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,qBAAqB;IAU7B,OAAO,CAAC,qBAAqB;iCAzDT,0BAA0B;2CAA1B,0BAA0B;
|
|
1
|
+
{"version":3,"file":"abstract-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-form-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAIxE,aAAK,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAE3C,8BACsB,0BAA0B;IAEvC,SAAS,EAAE,SAAS,CAAC;IAGrB,SAAS,EAAE,SAAS,CAAC;IAGrB,MAAM,CAAC,EAAE,aAAa,CAAC;IAGvB,QAAQ,SAAM;IAEd,EAAE;IAIT,SAAS,CAAC,eAAe,CAAC,CAAC,SAAS,eAAe,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,UAAQ,GAAG,eAAe;IAmBlG,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAI7E,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,qBAAqB;IAU7B,OAAO,CAAC,qBAAqB;iCAzDT,0BAA0B;2CAA1B,0BAA0B;CAqE/C"}
|
|
@@ -11,6 +11,8 @@ export declare class SelectFlagTypeComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
private readonly caseFlagRefdataService;
|
|
12
12
|
formGroup: FormGroup;
|
|
13
13
|
jurisdiction: string;
|
|
14
|
+
caseTypeId: string;
|
|
15
|
+
hmctsServiceId: string;
|
|
14
16
|
caseFlagStateEmitter: EventEmitter<CaseFlagState>;
|
|
15
17
|
flagCommentsOptionalEmitter: EventEmitter<any>;
|
|
16
18
|
flagTypes: FlagType[];
|
|
@@ -35,6 +37,6 @@ export declare class SelectFlagTypeComponent implements OnInit, OnDestroy {
|
|
|
35
37
|
private validateForm;
|
|
36
38
|
private onRefdataError;
|
|
37
39
|
static ɵfac: i0.ɵɵFactoryDef<SelectFlagTypeComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDefWithMeta<SelectFlagTypeComponent, "ccd-select-flag-type", never, { "formGroup": "formGroup"; "jurisdiction": "jurisdiction"; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; "flagCommentsOptionalEmitter": "flagCommentsOptionalEmitter"; }, never, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<SelectFlagTypeComponent, "ccd-select-flag-type", never, { "formGroup": "formGroup"; "jurisdiction": "jurisdiction"; "caseTypeId": "caseTypeId"; "hmctsServiceId": "hmctsServiceId"; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; "flagCommentsOptionalEmitter": "flagCommentsOptionalEmitter"; }, never, never>;
|
|
39
41
|
}
|
|
40
42
|
//# sourceMappingURL=select-flag-type.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-flag-type.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAEjE,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAsB,uBAAuB,EAA8B,MAAM,aAAa,CAAC;;AAEtG,qBAKa,uBAAwB,YAAW,MAAM,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"select-flag-type.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAEjE,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAsB,uBAAuB,EAA8B,MAAM,aAAa,CAAC;;AAEtG,qBAKa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAwCnD,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IArC5C,SAAS,EAAE,SAAS,CAAC;IAGrB,YAAY,EAAE,MAAM,CAAC;IAGrB,UAAU,EAAE,MAAM,CAAC;IAGnB,cAAc,EAAE,MAAM,CAAC;IAGvB,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAGtF,2BAA2B,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEpE,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,gBAAgB,EAAE,QAAQ,CAAC;IAC3B,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,+BAA+B,SAAM;IACrC,oBAAoB,SAAM;IAC1B,YAAY,EAAE,YAAY,CAAC;IAC3B,qBAAqB,UAAS;IAC9B,YAAY,UAAS;IAE5B,SAAgB,mBAAmB,cAAc;IACjD,SAAgB,sBAAsB,8BAA8B;IACpE,OAAO,CAAC,QAAQ,CAAC,6BAA6B,CAAM;IAEpD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAY;IAC9C,SAAgB,yBAAyB,eAAe;IAExD,IAAW,uBAAuB,IAAI,OAAO,uBAAuB,CAEnE;gBAE4B,sBAAsB,EAAE,sBAAsB;IAEpE,QAAQ,IAAI,IAAI;IAqChB,WAAW,IAAI,IAAI;IAMnB,iBAAiB,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI;IAM3C,MAAM,IAAI,IAAI;IA8BrB,OAAO,CAAC,YAAY;IAsBpB,OAAO,CAAC,cAAc;iCA/IX,uBAAuB;2CAAvB,uBAAuB;CAuJnC"}
|
|
@@ -21,6 +21,8 @@ export declare class WriteCaseFlagFieldComponent extends AbstractFieldWriteCompo
|
|
|
21
21
|
caseFlagParentFormGroup: FormGroup;
|
|
22
22
|
flagCommentsOptional: boolean;
|
|
23
23
|
jurisdiction: string;
|
|
24
|
+
caseTypeId: string;
|
|
25
|
+
hmctsServiceId: string;
|
|
24
26
|
flagName: string;
|
|
25
27
|
flagPath: FlagPath[];
|
|
26
28
|
hearingRelevantFlag: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"write-case-flag-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/write-case-flag-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,kCAAkC,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAC3H,OAAO,EAAE,kBAAkB,EAAkB,YAAY,EAAE,MAAM,SAAS,CAAC;;AAE3E,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"write-case-flag-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/write-case-flag-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,kCAAkC,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAC3H,OAAO,EAAE,kBAAkB,EAAkB,YAAY,EAAE,MAAM,SAAS,CAAC;;AAE3E,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;IA6B1F,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IA5B/B,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,4BAAsB;IACxC,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,iBAAiB,EAAE,YAAY,CAAC;IAChC,SAAS,EAAE,sBAAsB,EAAE,CAAC;IACpC,YAAY,EAAE,kCAAkC,CAAC;IACjD,qBAAqB,EAAE,sBAAsB,CAAC;IAC9C,uBAAuB,YAAqB;IAC5C,oBAAoB,UAAS;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAE,CAAQ;IACpD,+BAA+B,EAAE,OAAO,CAAC;IACzC,SAAS,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,0BAA0B,CAAS;IAC3C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuB;IAElD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAY;IAC9C,SAAgB,eAAe,uBAAuB;gBAGnC,KAAK,EAAE,cAAc,EACrB,mBAAmB,EAAE,mBAAmB;IAKpD,QAAQ,IAAI,IAAI;IA4DhB,gCAAgC,CAAC,UAAU,EAAE,SAAS,EAAE,GAAG,OAAO;IAKlE,sBAAsB,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI;IA8C1D,kBAAkB,IAAI,IAAI;IAa1B,sBAAsB,IAAI,IAAI;IAY9B,mBAAmB,IAAI,IAAI;IA4C3B,sBAAsB,IAAI,IAAI;IAwD9B,cAAc,IAAI,OAAO;IAMzB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAU/C,6BAA6B,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI;IAIlD;;;;;;;OAOG;IACI,0BAA0B,CAAC,oBAAoB,EAAE,MAAM,GAAG,IAAI;IAI9D,6BAA6B,IAAI,UAAU;IAyB3C,sBAAsB,IAAI,IAAI;iCAxU1B,2BAA2B;2CAA3B,2BAA2B;CA+UvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
|
|
2
|
-
import { PaletteContext } from '../base-field/palette-context.enum';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class ReadCaseLinkFieldComponent extends AbstractFieldReadComponent {
|
|
5
|
-
paletteContext: typeof PaletteContext;
|
|
6
4
|
hasReference(): boolean;
|
|
7
|
-
hasCaseLinkCollection(): boolean;
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDef<ReadCaseLinkFieldComponent, never>;
|
|
9
6
|
static ɵcmp: i0.ɵɵComponentDefWithMeta<ReadCaseLinkFieldComponent, "ccd-read-case-link-field", never, {}, {}, never, never>;
|
|
10
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/read-case-link-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC
|
|
1
|
+
{"version":3,"file":"read-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/read-case-link-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;AAEzF,qBAIa,0BAA2B,SAAQ,0BAA0B;IAEjE,YAAY,IAAI,OAAO;iCAFnB,0BAA0B;2CAA1B,0BAA0B;CAKtC"}
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl,
|
|
3
|
-
import { CaseField } from '../../../domain/definition/case-field.model';
|
|
2
|
+
import { AbstractControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
|
|
5
4
|
import { WriteComplexFieldComponent } from '../complex/write-complex-field.component';
|
|
6
|
-
import { LinkedCasesService } from './services';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
6
|
export declare class WriteCaseLinkFieldComponent extends AbstractFieldWriteComponent implements OnInit {
|
|
9
|
-
readonly linkedCasesService: LinkedCasesService;
|
|
10
|
-
caseFields: CaseField[];
|
|
11
|
-
formGroup: FormGroup;
|
|
12
|
-
formArray: FormArray;
|
|
13
7
|
caseReferenceControl: AbstractControl;
|
|
14
8
|
caseLinkGroup: FormGroup;
|
|
15
|
-
containsCaseLinkCollection: boolean;
|
|
16
9
|
writeComplexFieldComponent: WriteComplexFieldComponent;
|
|
17
|
-
constructor(linkedCasesService: LinkedCasesService);
|
|
18
10
|
ngOnInit(): void;
|
|
19
|
-
|
|
20
|
-
validCaseReference
|
|
21
|
-
hasCaseLinkCollection(): boolean;
|
|
11
|
+
private caseReferenceValidator;
|
|
12
|
+
private validCaseReference;
|
|
22
13
|
static ɵfac: i0.ɵɵFactoryDef<WriteCaseLinkFieldComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteCaseLinkFieldComponent, "ccd-write-case-link-field", never, {
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteCaseLinkFieldComponent, "ccd-write-case-link-field", never, {}, {}, never, never>;
|
|
24
15
|
}
|
|
25
16
|
//# sourceMappingURL=write-case-link-field.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"write-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/write-case-link-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"write-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/write-case-link-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAe,SAAS,EAA2B,MAAM,gBAAgB,CAAC;AAElG,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;;AAEtF,qBAIa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;IAErF,oBAAoB,EAAE,eAAe,CAAC;IACtC,aAAa,EAAE,SAAS,CAAC;IAGzB,0BAA0B,EAAE,0BAA0B,CAAC;IAEvD,QAAQ,IAAI,IAAI;IAsBvB,OAAO,CAAC,sBAAsB;IAgB9B,OAAO,CAAC,kBAAkB;iCA9Cf,2BAA2B;2CAA3B,2BAA2B;CAoDvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/datetime-picker/datetime-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EACjB,oBAAoB,EAErB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAa,UAAU,EAAiB,MAAM,EAAgC,MAAM,eAAe,CAAC;AAC3G,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzD,OAAO,
|
|
1
|
+
{"version":3,"file":"datetime-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/datetime-picker/datetime-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EACjB,oBAAoB,EAErB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAa,UAAU,EAAiB,MAAM,EAAgC,MAAM,eAAe,CAAC;AAC3G,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAmB,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAGvC,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;AAGzF,qBAea,uBAAwB,SAAQ,0BAA2B,YAAW,MAAM;IA8B3E,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACrB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IA7B3D,YAAY,UAAQ;IACpB,WAAW,UAAS;IACpB,OAAO,UAAS;IAChB,cAAc,UAAS;IACvB,QAAQ,SAAK;IACb,UAAU,SAAK;IACf,UAAU,SAAK;IACf,KAAK,EAAE,YAAY,CAAa;IAChC,aAAa,UAAQ;IACrB,QAAQ,UAAQ;IAChB,WAAW,UAAQ;IACnB,SAAS,SAAW;IACpB,aAAa,UAAS;IACtB,SAAS,UAAQ;IACjB,YAAY,UAAS;IACrB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAEY,cAAc,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;IAC3C,YAAY,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAEzE,WAAW,EAAE,WAAW,CAA+B;IAEvE,OAAO,CAAC,WAAW,CAA0B;IAC7C,OAAO,CAAC,WAAW,CAAQ;IAC3B,OAAO,CAAC,YAAY,CAA6B;gBAEpB,wBAAwB,EAAE,uBAAuB,EAC7B,iBAAiB,EAAE,iBAAiB;IAI9E,QAAQ,IAAI,IAAI;IAoBhB,iBAAiB,IAAI,IAAI;IAQzB,YAAY,IAAI,IAAI;IAIpB,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI;IAQnC,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI;IAQnC,mBAAmB,CAAC,oBAAoB,EAAE,MAAM,GAAG,IAAI;IAoDvD,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAQjC,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IASzC,OAAO,CAAC,uBAAuB;iCArKpB,uBAAuB;2CAAvB,uBAAuB;CAuLnC"}
|
|
@@ -53,77 +53,68 @@ import * as i51 from "./complex/read-complex-field-raw.component";
|
|
|
53
53
|
import * as i52 from "./complex/read-complex-field-table.component";
|
|
54
54
|
import * as i53 from "./complex/read-complex-field-collection-table.component";
|
|
55
55
|
import * as i54 from "./case-flag/read-case-flag-field.component";
|
|
56
|
-
import * as i55 from "./
|
|
57
|
-
import * as i56 from "./
|
|
58
|
-
import * as i57 from "./
|
|
59
|
-
import * as i58 from "./
|
|
60
|
-
import * as i59 from "./
|
|
61
|
-
import * as i60 from "./
|
|
62
|
-
import * as i61 from "./dynamic-list/write-dynamic-list-field.component";
|
|
63
|
-
import * as i62 from "./dynamic-
|
|
64
|
-
import * as i63 from "./dynamic-multi-select-list/
|
|
65
|
-
import * as i64 from "./
|
|
66
|
-
import * as i65 from "./
|
|
67
|
-
import * as i66 from "./
|
|
68
|
-
import * as i67 from "./
|
|
69
|
-
import * as i68 from "./
|
|
70
|
-
import * as i69 from "./
|
|
71
|
-
import * as i70 from "./
|
|
72
|
-
import * as i71 from "./
|
|
73
|
-
import * as i72 from "./
|
|
74
|
-
import * as i73 from "./
|
|
75
|
-
import * as i74 from "./
|
|
76
|
-
import * as i75 from "./
|
|
77
|
-
import * as i76 from "./
|
|
78
|
-
import * as i77 from "./
|
|
79
|
-
import * as i78 from "./fixed-list/write-fixed-list-field.component";
|
|
80
|
-
import * as i79 from "./
|
|
81
|
-
import * as i80 from "./
|
|
82
|
-
import * as i81 from "./
|
|
83
|
-
import * as i82 from "./case-file-view/case-file-view-field.component";
|
|
84
|
-
import * as i83 from "./case-file-view/case-file-view-
|
|
85
|
-
import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
|
|
86
|
-
import * as i85 from "./case-file-view/components/
|
|
87
|
-
import * as i86 from "./case-file-view/components/
|
|
88
|
-
import * as i87 from "./case-file-view/components/case-file-view-folder
|
|
89
|
-
import * as i88 from "
|
|
90
|
-
import * as i89 from "
|
|
91
|
-
import * as i90 from "
|
|
92
|
-
import * as i91 from "
|
|
93
|
-
import * as i92 from "./
|
|
94
|
-
import * as i93 from "
|
|
95
|
-
import * as i94 from "
|
|
96
|
-
import * as i95 from "
|
|
97
|
-
import * as i96 from "
|
|
98
|
-
import * as i97 from "
|
|
99
|
-
import * as i98 from "
|
|
100
|
-
import * as i99 from "
|
|
101
|
-
import * as i100 from "../../
|
|
102
|
-
import * as i101 from "
|
|
103
|
-
import * as i102 from "
|
|
104
|
-
import * as i103 from "
|
|
105
|
-
import * as i104 from "
|
|
106
|
-
import * as i105 from "
|
|
107
|
-
import * as i106 from "
|
|
108
|
-
import * as i107 from "
|
|
109
|
-
import * as i108 from "
|
|
110
|
-
import * as i109 from "
|
|
111
|
-
import * as i110 from "ngx-
|
|
112
|
-
import * as i111 from "@angular
|
|
113
|
-
import * as i112 from "@
|
|
114
|
-
import * as i113 from "
|
|
115
|
-
import * as i114 from "@angular/material/datepicker";
|
|
116
|
-
import * as i115 from "@angular/material/autocomplete";
|
|
117
|
-
import * as i116 from "@angular/cdk/tree";
|
|
118
|
-
import * as i117 from "@angular/cdk/overlay";
|
|
119
|
-
import * as i118 from "@hmcts/ccpay-web-component";
|
|
120
|
-
import * as i119 from "@nicky-lenaers/ngx-scroll-to";
|
|
121
|
-
import * as i120 from "@angular/material/dialog";
|
|
122
|
-
import * as i121 from "@hmcts/media-viewer";
|
|
123
|
-
import * as i122 from "../../services/loading/loading.module";
|
|
56
|
+
import * as i55 from "./judicial-user/write-judicial-user-field.component";
|
|
57
|
+
import * as i56 from "./address/write-address-field.component";
|
|
58
|
+
import * as i57 from "./complex/write-complex-field.component";
|
|
59
|
+
import * as i58 from "./organisation/write-organisation-complex-field.component";
|
|
60
|
+
import * as i59 from "./document/write-document-field.component";
|
|
61
|
+
import * as i60 from "./dynamic-list/write-dynamic-list-field.component";
|
|
62
|
+
import * as i61 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
|
|
63
|
+
import * as i62 from "./dynamic-multi-select-list/write-dynamic-multi-select-list-field.component";
|
|
64
|
+
import * as i63 from "./dynamic-multi-select-list/read-dynamic-multi-select-list-field.component";
|
|
65
|
+
import * as i64 from "./text/write-text-field.component";
|
|
66
|
+
import * as i65 from "./date/write-date-container-field.component";
|
|
67
|
+
import * as i66 from "./text-area/write-text-area-field.component";
|
|
68
|
+
import * as i67 from "./phone-uk/write-phone-uk-field.component";
|
|
69
|
+
import * as i68 from "./number/write-number-field.component";
|
|
70
|
+
import * as i69 from "./email/write-email-field.component";
|
|
71
|
+
import * as i70 from "./date/write-date-field.component";
|
|
72
|
+
import * as i71 from "./case-flag/write-case-flag-field.component";
|
|
73
|
+
import * as i72 from "./yes-no/write-yes-no-field.component";
|
|
74
|
+
import * as i73 from "./organisation/write-organisation-field.component";
|
|
75
|
+
import * as i74 from "./order-summary/write-order-summary-field.component";
|
|
76
|
+
import * as i75 from "./money-gbp/write-money-gbp-field.component";
|
|
77
|
+
import * as i76 from "./multi-select-list/write-multi-select-list-field.component";
|
|
78
|
+
import * as i77 from "./fixed-list/write-fixed-list-field.component";
|
|
79
|
+
import * as i78 from "./fixed-radio-list/write-fixed-radio-list-field.component";
|
|
80
|
+
import * as i79 from "./case-link/write-case-link-field.component";
|
|
81
|
+
import * as i80 from "./collection/write-collection-field.component";
|
|
82
|
+
import * as i81 from "./case-file-view/case-file-view-field.component";
|
|
83
|
+
import * as i82 from "./case-file-view/case-file-view-field-read.component";
|
|
84
|
+
import * as i83 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
|
|
85
|
+
import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
|
|
86
|
+
import * as i85 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
|
|
87
|
+
import * as i86 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
|
|
88
|
+
import * as i87 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
|
|
89
|
+
import * as i88 from "@angular/common";
|
|
90
|
+
import * as i89 from "@angular/router";
|
|
91
|
+
import * as i90 from "@angular/forms";
|
|
92
|
+
import * as i91 from "../../commons/case-edit-data/case-edit-data.module";
|
|
93
|
+
import * as i92 from "./utils/utils.module";
|
|
94
|
+
import * as i93 from "../../pipes/pipes.module";
|
|
95
|
+
import * as i94 from "../../../components/banners/banners.module";
|
|
96
|
+
import * as i95 from "../../../components/header/headers.module";
|
|
97
|
+
import * as i96 from "../../../components/footer/footers.module";
|
|
98
|
+
import * as i97 from "../../../components/body/body.module";
|
|
99
|
+
import * as i98 from "../../../components/form/form.module";
|
|
100
|
+
import * as i99 from "../../../components/tabs/tabs.module";
|
|
101
|
+
import * as i100 from "../../directives/substitutor/label-substitutor.module";
|
|
102
|
+
import * as i101 from "ngx-md";
|
|
103
|
+
import * as i102 from "@angular-material-components/datetime-picker";
|
|
104
|
+
import * as i103 from "@angular/material/form-field";
|
|
105
|
+
import * as i104 from "@angular/material/input";
|
|
106
|
+
import * as i105 from "@angular/material/datepicker";
|
|
107
|
+
import * as i106 from "@angular/material/autocomplete";
|
|
108
|
+
import * as i107 from "@angular/cdk/tree";
|
|
109
|
+
import * as i108 from "@angular/cdk/overlay";
|
|
110
|
+
import * as i109 from "@hmcts/ccpay-web-component";
|
|
111
|
+
import * as i110 from "@nicky-lenaers/ngx-scroll-to";
|
|
112
|
+
import * as i111 from "@angular/material/dialog";
|
|
113
|
+
import * as i112 from "@hmcts/media-viewer";
|
|
114
|
+
import * as i113 from "../../services/loading/loading.module";
|
|
124
115
|
export declare class PaletteModule {
|
|
125
116
|
static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
|
|
126
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.
|
|
117
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.WriteJudicialUserFieldComponent, typeof i56.WriteAddressFieldComponent, typeof i57.WriteComplexFieldComponent, typeof i58.WriteOrganisationComplexFieldComponent, typeof i59.WriteDocumentFieldComponent, typeof i60.WriteDynamicListFieldComponent, typeof i61.WriteDynamicRadioListFieldComponent, typeof i62.WriteDynamicMultiSelectListFieldComponent, typeof i63.ReadDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicMultiSelectListFieldComponent, typeof i64.WriteTextFieldComponent, typeof i65.WriteDateContainerFieldComponent, typeof i66.WriteTextAreaFieldComponent, typeof i67.WritePhoneUKFieldComponent, typeof i68.WriteNumberFieldComponent, typeof i69.WriteEmailFieldComponent, typeof i70.WriteDateFieldComponent, typeof i71.WriteCaseFlagFieldComponent, typeof i72.WriteYesNoFieldComponent, typeof i73.WriteOrganisationFieldComponent, typeof i58.WriteOrganisationComplexFieldComponent, typeof i74.WriteOrderSummaryFieldComponent, typeof i75.WriteMoneyGbpFieldComponent, typeof i65.WriteDateContainerFieldComponent, typeof i76.WriteMultiSelectListFieldComponent, typeof i77.WriteFixedListFieldComponent, typeof i78.WriteFixedRadioListFieldComponent, typeof i79.WriteCaseLinkFieldComponent, typeof i80.WriteCollectionFieldComponent, typeof i81.CaseFileViewFieldComponent, typeof i82.CaseFileViewFieldReadComponent, typeof i83.CaseFileViewFolderComponent, typeof i84.CaseFileViewFolderSortComponent, typeof i85.CaseFileViewOverlayMenuComponent, typeof i86.CaseFileViewFolderDocumentActionsComponent, typeof i87.CaseFileViewFolderSelectorComponent, typeof i62.WriteDynamicMultiSelectListFieldComponent, typeof i61.WriteDynamicRadioListFieldComponent, typeof i60.WriteDynamicListFieldComponent, typeof i63.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent], [typeof i88.CommonModule, typeof i89.RouterModule, typeof i90.FormsModule, typeof i90.ReactiveFormsModule, typeof i91.CaseEditDataModule, typeof i92.PaletteUtilsModule, typeof i93.PipesModule, typeof i94.BannersModule, typeof i95.HeadersModule, typeof i96.FootersModule, typeof i97.BodyModule, typeof i98.FormModule, typeof i99.TabsModule, typeof i100.LabelSubstitutorModule, typeof i101.NgxMdModule, typeof i102.NgxMatDatetimePickerModule, typeof i102.NgxMatTimepickerModule, typeof i102.NgxMatNativeDateModule, typeof i103.MatFormFieldModule, typeof i104.MatInputModule, typeof i105.MatDatepickerModule, typeof i106.MatAutocompleteModule, typeof i107.CdkTreeModule, typeof i108.OverlayModule, typeof i109.PaymentLibModule, typeof i110.ScrollToModule, typeof i111.MatDialogModule, typeof i112.MediaViewerModule, typeof i113.LoadingModule], [typeof i102.NgxMatDatetimePickerModule, typeof i102.NgxMatNativeDateModule, typeof i102.NgxMatTimepickerModule, typeof i99.TabsModule, typeof i92.PaletteUtilsModule, typeof i93.PipesModule, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.WriteJudicialUserFieldComponent, typeof i56.WriteAddressFieldComponent, typeof i57.WriteComplexFieldComponent, typeof i58.WriteOrganisationComplexFieldComponent, typeof i59.WriteDocumentFieldComponent, typeof i60.WriteDynamicListFieldComponent, typeof i61.WriteDynamicRadioListFieldComponent, typeof i62.WriteDynamicMultiSelectListFieldComponent, typeof i63.ReadDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicMultiSelectListFieldComponent, typeof i64.WriteTextFieldComponent, typeof i65.WriteDateContainerFieldComponent, typeof i66.WriteTextAreaFieldComponent, typeof i67.WritePhoneUKFieldComponent, typeof i68.WriteNumberFieldComponent, typeof i69.WriteEmailFieldComponent, typeof i70.WriteDateFieldComponent, typeof i71.WriteCaseFlagFieldComponent, typeof i72.WriteYesNoFieldComponent, typeof i73.WriteOrganisationFieldComponent, typeof i58.WriteOrganisationComplexFieldComponent, typeof i74.WriteOrderSummaryFieldComponent, typeof i75.WriteMoneyGbpFieldComponent, typeof i65.WriteDateContainerFieldComponent, typeof i76.WriteMultiSelectListFieldComponent, typeof i77.WriteFixedListFieldComponent, typeof i78.WriteFixedRadioListFieldComponent, typeof i79.WriteCaseLinkFieldComponent, typeof i80.WriteCollectionFieldComponent, typeof i81.CaseFileViewFieldComponent, typeof i82.CaseFileViewFieldReadComponent, typeof i83.CaseFileViewFolderComponent, typeof i84.CaseFileViewFolderSortComponent, typeof i85.CaseFileViewOverlayMenuComponent, typeof i86.CaseFileViewFolderDocumentActionsComponent, typeof i87.CaseFileViewFolderSelectorComponent, typeof i62.WriteDynamicMultiSelectListFieldComponent, typeof i61.WriteDynamicRadioListFieldComponent, typeof i60.WriteDynamicListFieldComponent, typeof i63.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent]>;
|
|
127
118
|
static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
|
|
128
119
|
}
|
|
129
120
|
//# sourceMappingURL=palette.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiLA,qBA0Ea,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAqDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAExC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAqDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAExC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAqE7E,OAAO,CAAC,6BAA6B;iCA1E1B,cAAc;qCAAd,cAAc;CAmF1B"}
|
|
@@ -2,7 +2,6 @@ import { PipeTransform } from '@angular/core';
|
|
|
2
2
|
import { CaseField } from '../../../domain/definition/case-field.model';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IsCompoundPipe implements PipeTransform {
|
|
5
|
-
private static readonly CASE_LINK_FIELD_TYPE;
|
|
6
5
|
private static readonly COMPOUND_TYPES;
|
|
7
6
|
private static readonly EXCLUDE;
|
|
8
7
|
transform(field: CaseField): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-compound.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/is-compound.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAGxE,qBAGa,cAAe,YAAW,aAAa;IAElD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"is-compound.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/is-compound.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAGxE,qBAGa,cAAe,YAAW,aAAa;IAElD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAapC;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAG7B;IAEK,SAAS,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO;iCAtBhC,cAAc;uCAAd,cAAc;CAoC1B"}
|