@hmcts/ccd-case-ui-toolkit 7.2.23-mid-event-callback → 7.2.23-srt-rc1
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/app.config.mjs +2 -1
- package/esm2022/lib/components/form/date-input/date-input.component.mjs +56 -19
- package/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +3 -3
- package/esm2022/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.mjs +24 -3
- package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +6 -2
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +9 -5
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +9 -5
- package/esm2022/lib/shared/components/case-header/case-header.component.mjs +5 -5
- package/esm2022/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.mjs +9 -4
- package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +16 -3
- package/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +20 -13
- package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.mjs +13 -9
- package/esm2022/lib/shared/components/case-viewer/services/event-trigger.resolver.mjs +4 -2
- package/esm2022/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.mjs +9 -5
- package/esm2022/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.mjs +9 -5
- package/esm2022/lib/shared/components/event-start/components/task-assigned/task-assigned.component.mjs +9 -5
- package/esm2022/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.mjs +9 -5
- package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +3 -3
- package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +6 -6
- package/esm2022/lib/shared/components/palette/collection/read-collection-field.component.mjs +13 -10
- package/esm2022/lib/shared/components/palette/complex/read-complex-field-table.component.mjs +8 -8
- package/esm2022/lib/shared/components/palette/date/read-date-field.component.mjs +4 -4
- package/esm2022/lib/shared/components/palette/datetime-picker/datetime-picker.component.mjs +41 -10
- package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +2 -2
- package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.mjs +7 -7
- package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.mjs +7 -7
- package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +2 -2
- package/esm2022/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.mjs +3 -3
- package/esm2022/lib/shared/components/palette/number/write-number-field.component.mjs +3 -3
- package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-raw.component.mjs +21 -25
- package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-table.component.mjs +21 -25
- package/esm2022/lib/shared/components/palette/palette.module.mjs +6 -2
- package/esm2022/lib/shared/components/palette/query-management/components/close-query/close-query.component.mjs +3 -3
- package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.mjs +26 -15
- package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +6 -2
- package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +21 -6
- package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +22 -18
- package/esm2022/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +56 -9
- package/esm2022/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +2 -2
- package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.mjs +5 -5
- package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.mjs +9 -9
- package/esm2022/lib/shared/components/palette/query-management/models/case-queries-collection.model.mjs +1 -1
- package/esm2022/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.mjs +44 -15
- package/esm2022/lib/shared/components/palette/query-management/read-query-management-field.component.mjs +84 -40
- package/esm2022/lib/shared/components/palette/query-management/services/query-management.service.mjs +2 -2
- package/esm2022/lib/shared/components/palette/query-management/utils/query-management.utils.mjs +16 -8
- package/esm2022/lib/shared/components/palette/utils/field-label.pipe.mjs +11 -3
- package/esm2022/lib/shared/components/search-result/search-result.component.mjs +1 -1
- package/esm2022/lib/shared/directives/index.mjs +2 -1
- package/esm2022/lib/shared/directives/welsh-translated-markdown/index.mjs +3 -0
- package/esm2022/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.mjs +104 -0
- package/esm2022/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.mjs +21 -0
- package/esm2022/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.mjs +2 -3
- package/esm2022/lib/shared/services/draft/draft.service.mjs +2 -2
- package/esm2022/lib/shared/services/form/field-type-sanitiser.mjs +38 -3
- package/esm2022/lib/shared/services/form/form-value.service.mjs +24 -1
- package/esm2022/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.mjs +7 -8
- package/esm2022/lib/shared/utils.mjs +1 -1
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +929 -447
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/lib/app.config.d.ts +2 -0
- package/lib/app.config.d.ts.map +1 -1
- package/lib/components/form/date-input/date-input.component.d.ts +4 -0
- package/lib/components/form/date-input/date-input.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.d.ts +1 -0
- package/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.d.ts.map +1 -1
- 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-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts +2 -0
- 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 +2 -0
- 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-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +1 -0
- 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.map +1 -1
- package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts +2 -0
- package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts.map +1 -1
- package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts +2 -0
- package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts +2 -0
- package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts +2 -0
- package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts +2 -0
- package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +2 -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/collection/read-collection-field.component.d.ts +3 -1
- package/lib/shared/components/palette/collection/read-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/date/read-date-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts +2 -0
- package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +18 -17
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts +2 -0
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +3 -2
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts +2 -0
- package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +15 -3
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +1 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +1 -1
- package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts +1 -0
- package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts +1 -0
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +15 -3
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +1 -1
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/field-label.pipe.d.ts +1 -0
- package/lib/shared/components/palette/utils/field-label.pipe.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.component.d.ts.map +1 -1
- package/lib/shared/directives/index.d.ts +1 -0
- package/lib/shared/directives/index.d.ts.map +1 -1
- package/lib/shared/directives/welsh-translated-markdown/index.d.ts +3 -0
- package/lib/shared/directives/welsh-translated-markdown/index.d.ts.map +1 -0
- package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.d.ts +76 -0
- package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.d.ts.map +1 -0
- package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.d.ts +8 -0
- package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.d.ts.map +1 -0
- package/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.d.ts.map +1 -1
- package/lib/shared/services/form/field-type-sanitiser.d.ts +5 -0
- package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
- package/lib/shared/services/form/form-value.service.d.ts +1 -0
- package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
- package/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts.map +1 -1
- package/lib/shared/utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;;AAE5E,qBAIa,0BAA2B,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"query-confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;;AAE5E,qBAIa,0BAA2B,YAAW,MAAM;IAS3C,OAAO,CAAC,QAAQ,CAAC,KAAK;IARlB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,+BAA+B,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAM;IAEzE,MAAM,SAAM;IACZ,YAAY,SAAM;IAClB,QAAQ,SAAM;IACd,sBAAsB,4BAAsB;gBAEtB,KAAK,EAAE,cAAc;IAG3C,QAAQ,IAAI,IAAI;yCAZZ,0BAA0B;2CAA1B,0BAA0B;CAiBtC"}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { SessionStorageService } from '../../../../../services';
|
|
4
4
|
import { QueryListItem } from '../../models';
|
|
5
|
+
import { CaseNotifier } from '../../../../case-editor/services/case.notifier';
|
|
6
|
+
import { AbstractAppConfig } from '../../../../../../app.config';
|
|
5
7
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class QueryDetailsComponent implements OnChanges {
|
|
8
|
+
export declare class QueryDetailsComponent implements OnChanges, OnInit, OnDestroy {
|
|
7
9
|
private readonly sessionStorageService;
|
|
8
10
|
private readonly route;
|
|
9
11
|
private readonly router;
|
|
12
|
+
private readonly abstractConfig;
|
|
13
|
+
private readonly caseNotifier;
|
|
10
14
|
query: QueryListItem;
|
|
11
15
|
caseId: string;
|
|
12
16
|
queryResponseStatus: string;
|
|
@@ -16,10 +20,18 @@ export declare class QueryDetailsComponent implements OnChanges {
|
|
|
16
20
|
private static readonly QUERY_ITEM_RESPOND;
|
|
17
21
|
private static readonly QUERY_ITEM_FOLLOW_UP;
|
|
18
22
|
private queryItemId;
|
|
19
|
-
|
|
23
|
+
followUpQuery: string;
|
|
24
|
+
respondToQuery: string;
|
|
25
|
+
enableServiceSpecificMultiFollowups: string[];
|
|
26
|
+
currentJurisdictionId: string;
|
|
27
|
+
isMultipleFollowUpEnabled: boolean;
|
|
28
|
+
private caseSubscription;
|
|
29
|
+
constructor(sessionStorageService: SessionStorageService, route: ActivatedRoute, router: Router, abstractConfig: AbstractAppConfig, caseNotifier: CaseNotifier);
|
|
20
30
|
onBack(): void;
|
|
21
31
|
isInternalUser(): boolean;
|
|
32
|
+
ngOnInit(): void;
|
|
22
33
|
ngOnChanges(): void;
|
|
34
|
+
ngOnDestroy(): void;
|
|
23
35
|
toggleLinkVisibility(): void;
|
|
24
36
|
hasRespondedToQuery(): boolean;
|
|
25
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryDetailsComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-details/query-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAU,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"query-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-details/query-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACrG,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE,OAAO,EAAsB,aAAa,EAAE,MAAM,cAAc,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAGjE,qBAKa,qBAAsB,YAAW,SAAS,EAAE,MAAM,EAAE,SAAS;IAuBtE,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,YAAY;IA1Bf,KAAK,EAAE,aAAa,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,mBAAmB,EAAE,MAAM,CAAC;IAE3B,WAAW,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IACxD,YAAY,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAEnE,QAAQ,EAAE,OAAO,CAAQ;IAEhC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CAAO;IACjD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAAO;IACnD,OAAO,CAAC,WAAW,CAAS;IAErB,aAAa,EAAE,MAAM,CAA+B;IACpD,cAAc,EAAE,MAAM,CAA8B;IACpD,mCAAmC,EAAE,MAAM,EAAE,CAAC;IAC9C,qBAAqB,EAAE,MAAM,CAAC;IAC9B,yBAAyB,EAAE,OAAO,CAAS;IAElD,OAAO,CAAC,gBAAgB,CAAe;gBAGpB,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,iBAAiB,EACjC,YAAY,EAAE,YAAY;IAEtC,MAAM,IAAI,IAAI;IAId,cAAc,IAAI,OAAO;IAIzB,QAAQ,IAAI,IAAI;IAahB,WAAW,IAAI,IAAI;IAKnB,WAAW,IAAI,IAAI;IAInB,oBAAoB,IAAI,IAAI;IAO5B,mBAAmB,IAAI,OAAO;yCAlE1B,qBAAqB;2CAArB,qBAAqB;CAkHjC"}
|
|
@@ -24,7 +24,7 @@ export declare class QueryWriteRaiseQueryComponent implements OnChanges {
|
|
|
24
24
|
queryDataCreated: EventEmitter<QmCaseQueriesCollection>;
|
|
25
25
|
raiseQueryErrorMessage: typeof RaiseQueryErrorMessage;
|
|
26
26
|
eventCompletionParams: EventCompletionParams;
|
|
27
|
-
|
|
27
|
+
messageId: string;
|
|
28
28
|
constructor(queryManagementService: QueryManagementService, route: ActivatedRoute);
|
|
29
29
|
ngOnChanges(): void;
|
|
30
30
|
onSubjectInput(): void;
|
|
@@ -29,7 +29,7 @@ export declare class QueryWriteRespondToQueryComponent implements OnInit, OnChan
|
|
|
29
29
|
queryResponseStatus: string;
|
|
30
30
|
queryListData: QueryListItem | undefined;
|
|
31
31
|
hasRespondedToQuery: boolean;
|
|
32
|
-
|
|
32
|
+
messageId: string;
|
|
33
33
|
private static readonly QUERY_ITEM_RESPOND;
|
|
34
34
|
private static readonly QUERY_ITEM_FOLLOWUP;
|
|
35
35
|
constructor(caseNotifier: CaseNotifier, route: ActivatedRoute, queryManagementService: QueryManagementService);
|
package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-queries-collection.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/models/case-queries-collection.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACrC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"case-queries-collection.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/models/case-queries-collection.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACrC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,YAAY,EAAE,CAAC;CAC9B;AAED,MAAM,WAAW,uBAAuB;IACtC,CAAC,GAAG,EAAE,MAAM,GAAG,qBAAqB,CAAC;CACtC"}
|
|
@@ -12,6 +12,7 @@ export declare class QueryListItem implements CaseMessage {
|
|
|
12
12
|
createdBy: string;
|
|
13
13
|
parentId?: string;
|
|
14
14
|
isClosed?: string;
|
|
15
|
+
messageType?: string;
|
|
15
16
|
children: QueryListItem[];
|
|
16
17
|
messageIndexInParent?: number | null;
|
|
17
18
|
get lastSubmittedMessage(): QueryListItem;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-list-item.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"query-list-item.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAExF,qBAAa,aAAc,YAAW,WAAW;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,oBAAoB,EAAE,CAAM;IAC1C,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,aAAa,EAAE,CAAM;IAE/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEnD,IAAW,oBAAoB,IAAI,aAAa,CAe/C;IAED,IAAW,eAAe,IAAI,MAAM,CAOnC;IAED,IAAW,iBAAiB,IAAI,IAAI,CA4CnC;IAED,IAAW,cAAc,IAAI,MAAM,CAElC;IAED,IAAW,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAuBzC;IAED,IAAW,cAAc,IAAI,uBAAuB,CAqCnD;CACF"}
|
package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts
CHANGED
|
@@ -1,24 +1,36 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
|
3
3
|
import { SessionStorageService } from '../../../services';
|
|
4
4
|
import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
|
|
5
5
|
import { CaseQueriesCollection, QueryListItem } from './models';
|
|
6
6
|
import { CaseNotifier } from '../../case-editor/services/case.notifier';
|
|
7
|
+
import { AbstractAppConfig } from '../../../../app.config';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ReadQueryManagementFieldComponent extends AbstractFieldReadComponent implements OnInit {
|
|
9
|
+
export declare class ReadQueryManagementFieldComponent extends AbstractFieldReadComponent implements OnInit, OnDestroy {
|
|
9
10
|
private readonly route;
|
|
10
11
|
private sessionStorageService;
|
|
11
12
|
private readonly caseNotifier;
|
|
13
|
+
private readonly abstractConfig;
|
|
12
14
|
caseQueriesCollections: CaseQueriesCollection[];
|
|
13
15
|
query: QueryListItem;
|
|
14
16
|
showQueryList: boolean;
|
|
15
17
|
caseId: string;
|
|
18
|
+
messageType: string;
|
|
19
|
+
followUpQuery: string;
|
|
20
|
+
respondToQuery: string;
|
|
16
21
|
isQueryClosed: boolean;
|
|
17
|
-
|
|
22
|
+
value: boolean;
|
|
23
|
+
isMultipleFollowUpEnabled: boolean;
|
|
24
|
+
currentJurisdictionId: string;
|
|
25
|
+
enableServiceSpecificMultiFollowups: string[];
|
|
26
|
+
private caseSubscription;
|
|
27
|
+
constructor(route: ActivatedRoute, sessionStorageService: SessionStorageService, caseNotifier: CaseNotifier, abstractConfig: AbstractAppConfig);
|
|
18
28
|
ngOnInit(): void;
|
|
29
|
+
ngOnDestroy(): void;
|
|
19
30
|
setQuery(query: any): void;
|
|
20
31
|
backToQueryListPage(): void;
|
|
21
32
|
isInternalUser(): boolean;
|
|
33
|
+
getMessageType(query: any): string | undefined;
|
|
22
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadQueryManagementFieldComponent, never>;
|
|
23
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<ReadQueryManagementFieldComponent, "ccd-read-query-management-field", never, {}, {}, never, never, false, never>;
|
|
24
36
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-query-management-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/read-query-management-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"read-query-management-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/read-query-management-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AAEzF,OAAO,EAAE,qBAAqB,EAAsB,aAAa,EAAE,MAAM,UAAU,CAAC;AAEpF,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;;AAG3D,qBAIa,iCAAkC,SAAQ,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAmBhG,OAAO,CAAC,QAAQ,CAAC,KAAK;IAChC,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IArB1B,sBAAsB,EAAE,qBAAqB,EAAE,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC;IACrB,aAAa,EAAE,OAAO,CAAQ;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IAEpB,aAAa,EAAE,MAAM,CAA+B;IACpD,cAAc,EAAE,MAAM,CAA8B;IAEpD,aAAa,EAAE,OAAO,CAAS;IAE/B,KAAK,EAAE,OAAO,CAAC;IACf,yBAAyB,EAAE,OAAO,CAAS;IAC3C,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mCAAmC,EAAE,MAAM,EAAE,CAAM;IAE1D,OAAO,CAAC,gBAAgB,CAAe;gBAEV,KAAK,EAAE,cAAc,EACxC,qBAAqB,EAAE,qBAAqB,EACnC,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,iBAAiB;IAK7C,QAAQ,IAAI,IAAI;IA0CvB,WAAW,IAAI,IAAI;IAIZ,QAAQ,CAAC,KAAK,KAAA,GAAG,IAAI;IAOrB,mBAAmB,IAAI,IAAI;IAK3B,cAAc,IAAI,OAAO;IAIzB,cAAc,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM,GAAG,SAAS;yCAzF1C,iCAAiC;2CAAjC,iCAAiC;CAkG7C"}
|
|
@@ -13,7 +13,7 @@ export declare class QueryManagementUtils {
|
|
|
13
13
|
value: FormDocument;
|
|
14
14
|
};
|
|
15
15
|
static getNewQueryData(formGroup: FormGroup, currentUserDetails: any): CaseMessage;
|
|
16
|
-
static getRespondOrFollowupQueryData(formGroup: FormGroup, queryItem: QueryListItem, currentUserDetails: any): CaseMessage;
|
|
16
|
+
static getRespondOrFollowupQueryData(formGroup: FormGroup, queryItem: QueryListItem, currentUserDetails: any, messageTypeParam: string): CaseMessage;
|
|
17
17
|
static isObject(elem: any): boolean;
|
|
18
18
|
static isNonEmptyObject(elem: any): boolean;
|
|
19
19
|
private static formattedDate;
|
package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-management.utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/utils/query-management.utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"query-management.utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/utils/query-management.utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,WAAW,EAAsB,aAAa,EAAE,MAAM,WAAW,CAAC;;AAI3E,qBACa,oBAAoB;IAC/B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAA2B;IACvE,gBAAuB,qBAAqB,gBAAgB;IAC5D,gBAAuB,kBAAkB,aAAa;IACtD,gBAAuB,wBAAwB,cAAc;WAE/C,+BAA+B,CAAC,SAAS,EAAE,SAAS;WAYpD,gCAAgC,CAAC,QAAQ,EAAE,QAAQ,GAAG;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,YAAY,CAAA;KAAE;WAWzF,eAAe,CAAC,SAAS,EAAE,SAAS,EAAE,kBAAkB,EAAE,GAAG,GAAG,WAAW;WAyB3E,6BAA6B,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAAE,kBAAkB,EAAE,GAAG,EAAE,gBAAgB,EAAE,MAAM,GAAG,WAAW;WA+B7I,QAAQ,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO;WAI5B,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO;IAIlD,OAAO,CAAC,MAAM,CAAC,aAAa;yCA7FjB,oBAAoB;6CAApB,oBAAoB;CAiGhC"}
|
|
@@ -6,6 +6,7 @@ export declare class FieldLabelPipe implements PipeTransform {
|
|
|
6
6
|
private readonly rpxTranslationPipe;
|
|
7
7
|
constructor(rpxTranslationPipe: RpxTranslatePipe);
|
|
8
8
|
transform(field: CaseField): string;
|
|
9
|
+
private getTranslatedLabel;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldLabelPipe, never>;
|
|
10
11
|
static ɵpipe: i0.ɵɵPipeDeclaration<FieldLabelPipe, "ccdFieldLabel", false>;
|
|
11
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-label.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/field-label.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAExE,qBAIa,cAAe,YAAW,aAAa;IAGhD,OAAO,CAAC,QAAQ,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,gBAAgB;
|
|
1
|
+
{"version":3,"file":"field-label.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/field-label.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAExE,qBAIa,cAAe,YAAW,aAAa;IAGhD,OAAO,CAAC,QAAQ,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,gBAAgB;IAIhD,SAAS,CAAC,KAAK,EAAE,SAAS,GAAG,MAAM;IAU1C,OAAO,CAAC,kBAAkB;yCAjBf,cAAc;uCAAd,cAAc;CAwB1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-result.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EACL,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"search-result.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/welsh-translated-markdown/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC"}
|
package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.d.ts
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { OnDestroy, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { RpxTranslationService } from 'rpx-xui-translation';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* @directive TranslatedMarkdownDirective
|
|
6
|
+
*
|
|
7
|
+
* @description
|
|
8
|
+
* Structural directive that emits language-appropriate markdown content based on the user's UI language.
|
|
9
|
+
* It is designed for service-supplied content that optionally includes a Welsh (`markdown_cy`) version.
|
|
10
|
+
*
|
|
11
|
+
* The directive:
|
|
12
|
+
* - Emits `markdown_cy` if the UI language is Welsh and the field exists
|
|
13
|
+
* - Emits `markdown` otherwise (no translation is applied within the directive)
|
|
14
|
+
* - Leaves it up to the consuming template to apply fallback translation (e.g. via `rpxTranslate`)
|
|
15
|
+
*
|
|
16
|
+
* This allows cleaner templates and better separation of content choice vs. translation logic.
|
|
17
|
+
*
|
|
18
|
+
* @usage
|
|
19
|
+
* ```html
|
|
20
|
+
* <div *ngFor="let qq of qualifyingQuestions">
|
|
21
|
+
* <ng-container *translatedMarkdown="qq; let content">
|
|
22
|
+
* <markdown [data]="qq ? content : (qq.markdown | rpxTranslate)"></markdown>
|
|
23
|
+
* </ng-container>
|
|
24
|
+
* </div>
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @input dataItem - An object expected to contain:
|
|
28
|
+
* - `markdown` (string): the default English content
|
|
29
|
+
* - `markdown_cy` (string | optional): the Welsh version of the content
|
|
30
|
+
* - Any additional metadata used in context
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* // --- LaunchDarkly JSON format ---
|
|
34
|
+
* {
|
|
35
|
+
* "UNSPEC_CLAIM": [
|
|
36
|
+
* {
|
|
37
|
+
* "name": "Raise a query",
|
|
38
|
+
* "url": "http://...",
|
|
39
|
+
* "markdown": "### Raise a query\nUse this to raise a new query.",
|
|
40
|
+
* "markdown_cy": "### Codwch ymholiad\nDefnyddiwch hwn i godi ymholiad newydd."
|
|
41
|
+
* }
|
|
42
|
+
* ]
|
|
43
|
+
* }
|
|
44
|
+
*
|
|
45
|
+
* // --- Input object in component after processing ---
|
|
46
|
+
* const dataItem = {
|
|
47
|
+
* name: 'Raise a query',
|
|
48
|
+
* url: 'http://...',
|
|
49
|
+
* markdown: '### Raise a query\nUse this to raise a new query.',
|
|
50
|
+
* markdown_cy: '### Codwch ymholiad\nDefnyddiwch hwn i godi ymholiad newydd.'
|
|
51
|
+
* };
|
|
52
|
+
*
|
|
53
|
+
* // --- Template usage ---
|
|
54
|
+
* <ng-container *translatedMarkdown="dataItem; let content">
|
|
55
|
+
* <markdown [data]="dataItem ? content : (dataItem.markdown | rpxTranslate)"></markdown>
|
|
56
|
+
* </ng-container>
|
|
57
|
+
*/
|
|
58
|
+
/**
|
|
59
|
+
* @directive TranslatedMarkdownDirective
|
|
60
|
+
*
|
|
61
|
+
* Renders Welsh markdown (`markdown_cy`) if the UI language is Welsh,
|
|
62
|
+
* otherwise uses English (`markdown`). Reactively updates when the language changes.
|
|
63
|
+
*/
|
|
64
|
+
export declare class TranslatedMarkdownDirective implements OnInit, OnDestroy {
|
|
65
|
+
private viewContainer;
|
|
66
|
+
private templateRef;
|
|
67
|
+
private translationService;
|
|
68
|
+
dataItem: any;
|
|
69
|
+
private subscription;
|
|
70
|
+
constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<any>, translationService: RpxTranslationService);
|
|
71
|
+
ngOnInit(): void;
|
|
72
|
+
ngOnDestroy(): void;
|
|
73
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatedMarkdownDirective, never>;
|
|
74
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TranslatedMarkdownDirective, "[translatedMarkdown]", never, { "dataItem": { "alias": "translatedMarkdown"; "required": false; }; }, {}, never, never, false, never>;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=welsh-translated-markdown.directive.d.ts.map
|
package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"welsh-translated-markdown.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EACT,MAAM,EACN,WAAW,EACX,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;;AAG5D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AAEH;;;;;GAKG;AACH,qBAGa,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAMjE,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,kBAAkB;IAPC,QAAQ,EAAE,GAAG,CAAC;IAE3C,OAAO,CAAC,YAAY,CAAe;gBAGzB,aAAa,EAAE,gBAAgB,EAC/B,WAAW,EAAE,WAAW,CAAC,GAAG,CAAC,EAC7B,kBAAkB,EAAE,qBAAqB;IAGnD,QAAQ,IAAI,IAAI;IAgBhB,WAAW,IAAI,IAAI;yCA3BR,2BAA2B;2CAA3B,2BAA2B;CA8BvC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./welsh-translated-markdown.directive";
|
|
3
|
+
export declare class TranslatedMarkdownModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatedMarkdownModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TranslatedMarkdownModule, [typeof i1.TranslatedMarkdownDirective], never, [typeof i1.TranslatedMarkdownDirective]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TranslatedMarkdownModule>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=welsh-translated-markdown.module.d.ts.map
|
package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"welsh-translated-markdown.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.ts"],"names":[],"mappings":";;AAGA,qBAQa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sort-search-result.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"sort-search-result.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AAEpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;;AAEhF,qBAGa,oBAAqB,YAAW,aAAa;IAEjD,SAAS,CAAC,aAAa,EAAE,oBAAoB,EAAE,EAAE,cAAc,EAAE,cAAc;yCAF3E,oBAAoB;uCAApB,oBAAoB;CAehC"}
|
|
@@ -8,6 +8,7 @@ export declare class FieldTypeSanitiser {
|
|
|
8
8
|
static readonly FIELD_TYPE_DYNAMIC_RADIO_LIST: FieldTypeEnum;
|
|
9
9
|
static readonly FIELD_TYPE_DYNAMIC_MULTISELECT_LIST: FieldTypeEnum;
|
|
10
10
|
static readonly DYNAMIC_LIST_TYPE: FieldTypeEnum[];
|
|
11
|
+
static readonly DATE_FORMAT: RegExp;
|
|
11
12
|
/**
|
|
12
13
|
* This method finds dynamiclists in a form and replaces their string
|
|
13
14
|
* values, with a JSON object, as below:
|
|
@@ -23,6 +24,10 @@ export declare class FieldTypeSanitiser {
|
|
|
23
24
|
* @param data The data in the form.
|
|
24
25
|
*/
|
|
25
26
|
sanitiseLists(caseFields: CaseField[], data: any): void;
|
|
27
|
+
synchronizeCasefieldWithData(caseField: CaseField, data: any): void;
|
|
28
|
+
updateFieldValues(caseFieldValue: any, dataValue: any): void;
|
|
29
|
+
updateObjectValue(formattedObject: any, dataObject: any): void;
|
|
30
|
+
updatePrimitiveValue(caseFieldValue: any, key: string, dataValue: any): void;
|
|
26
31
|
ensureDynamicMultiSelectListPopulated(caseFields: CaseField[]): CaseField[];
|
|
27
32
|
private checkNestedDynamicList;
|
|
28
33
|
private isDynamicList;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-type-sanitiser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/field-type-sanitiser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;;
|
|
1
|
+
{"version":3,"file":"field-type-sanitiser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/field-type-sanitiser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;;AAG9E,qBACa,kBAAkB;IAC7B,gBAAuB,kBAAkB,EAAE,aAAa,CAAa;IACrE,gBAAuB,qBAAqB,EAAE,aAAa,CAAgB;IAC3E,gBAAuB,uBAAuB,EAAE,aAAa,CAAiB;IAC9E,gBAAuB,6BAA6B,EAAE,aAAa,CAAsB;IACzF,gBAAuB,mCAAmC,EAAE,aAAa,CAA4B;IACrG,gBAAuB,iBAAiB,EAAE,aAAa,EAAE,CAAiE;IAC1H,gBAAuB,WAAW,SAAkD;IACpF;;;;;;;;;;;;;OAaG;IACI,aAAa,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG;IAgChD,4BAA4B,CAAC,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;IAUnE,iBAAiB,CAAC,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG,GAAG,IAAI;IAY5D,iBAAiB,CAAC,eAAe,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,IAAI;IAO9D,oBAAoB,CAAC,cAAc,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,GAAG,IAAI;IAM5E,qCAAqC,CAAC,UAAU,EAAE,SAAS,EAAE,GAAG,SAAS,EAAE;IAsBlF,OAAO,CAAC,sBAAsB;IAa9B,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,+BAA+B;IAavC,OAAO,CAAC,gCAAgC;IAcxC,OAAO,CAAC,YAAY;yCA3JT,kBAAkB;6CAAlB,kBAAkB;CAsK9B"}
|
|
@@ -129,6 +129,7 @@ export declare class FormValueService {
|
|
|
129
129
|
private sanitiseArray;
|
|
130
130
|
private sanitiseValue;
|
|
131
131
|
clearNonCaseFields(data: object, caseFields: CaseField[]): void;
|
|
132
|
+
checkValuesSetInCollection(caseField: any, data: any): any;
|
|
132
133
|
removeNullLabels(data: object, caseFields: CaseField[]): void;
|
|
133
134
|
removeEmptyDocuments(data: object, caseFields: CaseField[]): void;
|
|
134
135
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-value.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/form-value.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAExD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;;AAE5D,qBACa,gBAAgB;IA8Lf,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IA7L/C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmGG;WACW,aAAa,CAAC,IAAI,KAAA,EAAE,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAiBpD;;;OAGG;WACW,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAqBtD,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,OAAO;IAQtB,OAAO,CAAC,MAAM,CAAC,WAAW;IAkB1B;;;;;OAKG;IACH,OAAO,CAAC,MAAM,CAAC,kBAAkB;gBAOJ,kBAAkB,EAAE,kBAAkB;IAG5D,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIlC,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAShD,uBAAuB,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,QAAQ,EAAE,GAAG,GAAG,GAAG;IAUpE,oBAAoB,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,QAAQ,EAAE,GAAG,GAAG,GAAG;IAIxE,OAAO,CAAC,cAAc;IA6BtB,OAAO,CAAC,aAAa;IAmBrB,OAAO,CAAC,aAAa;
|
|
1
|
+
{"version":3,"file":"form-value.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/form-value.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAExD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;;AAE5D,qBACa,gBAAgB;IA8Lf,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IA7L/C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmGG;WACW,aAAa,CAAC,IAAI,KAAA,EAAE,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAiBpD;;;OAGG;WACW,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAqBtD,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,OAAO;IAQtB,OAAO,CAAC,MAAM,CAAC,WAAW;IAkB1B;;;;;OAKG;IACH,OAAO,CAAC,MAAM,CAAC,kBAAkB;gBAOJ,kBAAkB,EAAE,kBAAkB;IAG5D,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIlC,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAShD,uBAAuB,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,QAAQ,EAAE,GAAG,GAAG,GAAG;IAUpE,oBAAoB,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,QAAQ,EAAE,GAAG,GAAG,GAAG;IAIxE,OAAO,CAAC,cAAc;IA6BtB,OAAO,CAAC,aAAa;IAmBrB,OAAO,CAAC,aAAa;IAqBd,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE;IAQxD,0BAA0B,CAAC,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,GAAG,GAAG;IAuB1D,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE;IAwCtD,oBAAoB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE;IAwCjE;;;;;;;;OAQG;IACI,uBAAuB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,EAAE,UAAU,UAAQ,EAAE,YAAY,UAAQ,EAC5G,gBAAgB,UAAQ,EAAE,qBAAqB,QAAK,GAAG,IAAI;IAmEtD,2BAA2B,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS;IAUjE;;;;;;OAMG;IACI,uCAAuC,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,GAAG,IAAI;IAW3F;;;;;;;;OAQG;IACI,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,EAAE,KAAK,EAAE,aAAa,EAAE,GAAG,IAAI;IASlG;;;;;;;;;;OAUG;IACI,qCAAqC,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,GAAG,IAAI;IA6BzF;;;;;OAKG;IACI,wCAAwC,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,GAAG,IAAI;yCAzjBjF,gBAAgB;6CAAhB,gBAAgB;CAmkB5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-result-view-item-comparator-factory.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-result-view-item-comparator-factory.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,wDAAwD,CAAC;AAEhG,OAAO,EAAE,8BAA8B,EAAE,MAAM,mEAAmE,CAAC;;AAEnH,qBACa,qCAAqC;IACzC,oCAAoC,CAAC,MAAM,EAAE,sBAAsB,GAAG,8BAA8B;IA4B3G,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,mBAAmB;yCArDhB,qCAAqC;6CAArC,qCAAqC;CAgEjD"}
|
package/lib/shared/utils.d.ts
CHANGED