@hmcts/ccd-case-ui-toolkit 7.2.35 → 7.2.36-3044-2761-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/banners/notification-banner/notification-banner.component.mjs +4 -4
- package/esm2022/lib/components/header/header-bar/header-bar.component.mjs +5 -5
- package/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +3 -3
- package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +5 -5
- package/esm2022/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +5 -5
- 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-timeline/case-timeline.component.mjs +4 -4
- package/esm2022/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.mjs +4 -4
- package/esm2022/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.mjs +4 -4
- 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 +15 -8
- 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/case-review-specific-access-request/case-review-specific-access-request.component.mjs +4 -4
- package/esm2022/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.mjs +4 -4
- 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 +10 -6
- package/esm2022/lib/shared/components/event-start/components/task-conflict/task-conflict.component.mjs +3 -3
- 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/address/write-address-field.component.mjs +4 -4
- package/esm2022/lib/shared/components/palette/case-file-view/case-file-view-field.component.mjs +4 -4
- package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.mjs +4 -4
- package/esm2022/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.mjs +9 -9
- package/esm2022/lib/shared/components/palette/complex/read-complex-field-collection-table.component.mjs +5 -4
- package/esm2022/lib/shared/components/palette/document/read-document-field.component.mjs +7 -7
- package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +6 -6
- package/esm2022/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +5 -5
- package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.mjs +12 -12
- 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 +6 -6
- package/esm2022/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.mjs +7 -7
- package/esm2022/lib/shared/components/palette/organisation/write-organisation-field.component.mjs +5 -5
- package/esm2022/lib/shared/components/palette/palette.module.mjs +6 -2
- 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 +74 -69
- package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +23 -19
- package/esm2022/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +58 -11
- package/esm2022/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +5 -5
- 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 +43 -7
- package/esm2022/lib/shared/components/palette/query-management/read-query-management-field.component.mjs +77 -24
- 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 +12 -4
- package/esm2022/lib/shared/components/search-result/search-result.component.mjs +5 -5
- 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/utils.mjs +1 -1
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +778 -442
- 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/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/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 +2 -1
- 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/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/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/utils.d.ts +1 -1
- package/package.json +1 -1
package/lib/app.config.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export declare abstract class AbstractAppConfig {
|
|
|
51
51
|
abstract getIcpEnable(): boolean;
|
|
52
52
|
abstract getIcpJurisdictions(): string[];
|
|
53
53
|
abstract logMessage(logMessage: string): void;
|
|
54
|
+
abstract getEnableServiceSpecificMultiFollowups(): string[];
|
|
54
55
|
/**
|
|
55
56
|
* Dummy version replacing deprecated `getRemotePrintServiceUrl()`, to be removed in next major release
|
|
56
57
|
* @deprecated
|
|
@@ -153,5 +154,6 @@ export declare class CaseEditorConfig {
|
|
|
153
154
|
icp_enabled: boolean;
|
|
154
155
|
icp_jurisdictions: string[];
|
|
155
156
|
events_to_hide: string[];
|
|
157
|
+
enable_service_specific_multi_followups: string[];
|
|
156
158
|
}
|
|
157
159
|
//# sourceMappingURL=app.config.d.ts.map
|
package/lib/app.config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kCAAkC;IACjD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE;QACZ,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,sBAAsB,CAAC,EAAE;YACvB,YAAY,CAAC,EAAE,MAAM,CAAA;SACtB,CAAA;KACF,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,sCAAsC;IACrD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE;QACR,QAAQ,EAAE,MAAM,CAAC;QACjB,aAAa,EAAE,MAAM,CAAC;QACtB,aAAa,EAAE,MAAM,CAAC;QACtB,WAAW,EAAE,MAAM,CAAC;QACpB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,8BAAsB,iBAAiB;aACrB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;aACrB,WAAW,IAAI,MAAM;aACrB,SAAS,IAAI,MAAM;aACnB,cAAc,IAAI,MAAM;aACxB,wBAAwB,IAAI,MAAM;aAClC,0BAA0B,IAAI,MAAM;aACpC,qBAAqB,IAAI,OAAO;aAChC,oBAAoB,IAAI,MAAM;aAC9B,uCAAuC,IAAI,MAAM;aACjD,8BAA8B,IAAI,MAAM;aACxC,SAAS,IAAI,MAAM;aACnB,eAAe,IAAI,MAAM;aACzB,mBAAmB,IAAI,MAAM;aAC7B,oBAAoB,IAAI,MAAM;aAC9B,iBAAiB,IAAI,MAAM;aAC3B,cAAc,IAAI,MAAM;aACxB,qBAAqB,IAAI,MAAM;aAC/B,0BAA0B,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;aAChD,wBAAwB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;aAC7C,cAAc,IAAI,MAAM;aACxB,2BAA2B,IAAI,MAAM;aACrC,gBAAgB,IAAI,MAAM;aAC1B,2BAA2B,IAAI,MAAM,EAAE;aACvC,uCAAuC,IAAI,MAAM;aACjD,iCAAiC,IAAI,MAAM;aAC3C,6BAA6B,IAAI,MAAM;aACvC,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM;aAC1D,kBAAkB,IAAI,MAAM;aAC5B,YAAY,IAAI,OAAO;aACvB,mBAAmB,IAAI,MAAM,EAAE;aAC/B,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kCAAkC;IACjD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE;QACZ,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,sBAAsB,CAAC,EAAE;YACvB,YAAY,CAAC,EAAE,MAAM,CAAA;SACtB,CAAA;KACF,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,sCAAsC;IACrD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE;QACR,QAAQ,EAAE,MAAM,CAAC;QACjB,aAAa,EAAE,MAAM,CAAC;QACtB,aAAa,EAAE,MAAM,CAAC;QACtB,WAAW,EAAE,MAAM,CAAC;QACpB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,8BAAsB,iBAAiB;aACrB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;aACrB,WAAW,IAAI,MAAM;aACrB,SAAS,IAAI,MAAM;aACnB,cAAc,IAAI,MAAM;aACxB,wBAAwB,IAAI,MAAM;aAClC,0BAA0B,IAAI,MAAM;aACpC,qBAAqB,IAAI,OAAO;aAChC,oBAAoB,IAAI,MAAM;aAC9B,uCAAuC,IAAI,MAAM;aACjD,8BAA8B,IAAI,MAAM;aACxC,SAAS,IAAI,MAAM;aACnB,eAAe,IAAI,MAAM;aACzB,mBAAmB,IAAI,MAAM;aAC7B,oBAAoB,IAAI,MAAM;aAC9B,iBAAiB,IAAI,MAAM;aAC3B,cAAc,IAAI,MAAM;aACxB,qBAAqB,IAAI,MAAM;aAC/B,0BAA0B,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;aAChD,wBAAwB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;aAC7C,cAAc,IAAI,MAAM;aACxB,2BAA2B,IAAI,MAAM;aACrC,gBAAgB,IAAI,MAAM;aAC1B,2BAA2B,IAAI,MAAM,EAAE;aACvC,uCAAuC,IAAI,MAAM;aACjD,iCAAiC,IAAI,MAAM;aAC3C,6BAA6B,IAAI,MAAM;aACvC,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM;aAC1D,kBAAkB,IAAI,MAAM;aAC5B,YAAY,IAAI,OAAO;aACvB,mBAAmB,IAAI,MAAM,EAAE;aAC/B,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;aACpC,sCAAsC,IAAI,MAAM,EAAE;IAElE;;;;OAIG;IACI,wBAAwB,IAAI,MAAM;aAIzB,qBAAqB,IAAI,MAAM;aAC/B,aAAa,IAAI,MAAM;aACvB,SAAS,IAAI,MAAM;aACnB,eAAe,IAAI,MAAM;aACzB,uBAAuB,IAAI,MAAM;IAC1C,iBAAiB,IAAI,MAAM;IAI3B,kBAAkB,IAAI,GAAG;IAIzB,uBAAuB,IAAI,OAAO;IAIlC,gCAAgC,IAAI,kCAAkC;IAItE,yCAAyC,IAAI,sCAAsC;IAInF,oBAAoB,IAAI,MAAM;IAI9B,cAAc;aAaL,aAAa,IAAI,MAAM;aACvB,kBAAkB,IAAI,MAAM;aAC5B,mBAAmB,IAAI,MAAM;aAC7B,4BAA4B,IAAI,MAAM;aACtC,kBAAkB,IAAI,MAAM;IACrC,2BAA2B,IAAI,MAAM;aAI5B,yBAAyB,IAAI,MAAM;aACnC,qBAAqB,IAAI,MAAM;aAC/B,sBAAsB,IAAI,MAAM;aAChC,eAAe,IAAI,MAAM,EAAE;aAC3B,+BAA+B,IAAI,OAAO;CAC3D;AACD,qBAAa,gBAAgB;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;IAChC,0BAA0B,EAAE,MAAM,CAAC;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC,EAAE,OAAO,CAAC;IAC5C,oCAAoC,EAAE,MAAM,CAAC;IAC7C,sBAAsB,EAAE,MAAM,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,8BAA8B,EAAE,MAAM,CAAC;IACvC,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kCAAkC,EAAE,MAAM,CAAC;IAC3C,6BAA6B,EAAE,MAAM,CAAC;IACtC,cAAc,EAAE,MAAM,CAAC;IACvB,uBAAuB,EAAE,MAAM,EAAE,CAAC;IAClC,wCAAwC,EAAE,MAAM,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACrB,8BAA8B,EAAE,MAAM,CAAC;IACvC,iBAAiB,EAAE,MAAM,CAAC;IAEjC;;;OAGG;IACI,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,uBAAuB,EAAE,MAAM,CAAC;IAChC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,GAAG,CAAC;IACxB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,iCAAiC,CAAC,EAAE;QACzC,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,WAAW,CAAC,EAAE;YACZ,qBAAqB,CAAC,EAAE,MAAM,CAAC;YAC/B,sBAAsB,CAAC,EAAE;gBACvB,YAAY,CAAC,EAAE,MAAM,CAAA;aACtB,CAAA;SACF,CAAC;QACF,aAAa,CAAC,EAAE,MAAM,CAAA;KACvB,CAAC;IAEK,qCAAqC,CAAC,EAAE;QAC7C,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,OAAO,CAAC,EAAE;YACR,QAAQ,EAAE,MAAM,CAAC;YACjB,aAAa,EAAE,MAAM,CAAC;YACtB,aAAa,EAAE,MAAM,CAAC;YACtB,WAAW,EAAE,MAAM,CAAC;YACpB,mBAAmB,EAAE,MAAM,CAAC;SAC7B,CAAC;QACF,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;IAEK,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,4BAA4B,EAAE,MAAM,CAAC;IACrC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,0BAA0B,EAAE,MAAM,CAAC;IACnC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,iCAAiC,EAAE,OAAO,CAAC;IAC3C,WAAW,EAAE,OAAO,CAAC;IACrB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,uCAAuC,EAAE,MAAM,EAAE,CAAC;CAC1D"}
|
|
@@ -5,6 +5,8 @@ export declare class CaseEventCompletionTaskCancelledComponent implements OnInit
|
|
|
5
5
|
context: EventCompletionStateMachineContext;
|
|
6
6
|
notifyEventCompletionCancelled: EventEmitter<boolean>;
|
|
7
7
|
caseId: string;
|
|
8
|
+
jurisdiction: string;
|
|
9
|
+
caseType: string;
|
|
8
10
|
ngOnInit(): void;
|
|
9
11
|
onContinue(): void;
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEventCompletionTaskCancelledComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-event-completion-task-cancelled.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;;AAGrE,qBAIa,yCAA0C,YAAW,MAAM;IAEtE,OAAO,EAAE,kCAAkC,CAAC;IAErC,8BAA8B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAEpF,MAAM,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"case-event-completion-task-cancelled.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;;AAGrE,qBAIa,yCAA0C,YAAW,MAAM;IAEtE,OAAO,EAAE,kCAAkC,CAAC;IAErC,8BAA8B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAEpF,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IAEjB,QAAQ,IAAI,IAAI;IAMhB,UAAU,IAAI,IAAI;yCAhBd,yCAAyC;2CAAzC,yCAAyC;CAsBrD"}
|
|
@@ -17,6 +17,8 @@ export declare class CaseEventCompletionTaskReassignedComponent implements OnIni
|
|
|
17
17
|
subscription: Subscription;
|
|
18
18
|
caseworkerSubscription: Subscription;
|
|
19
19
|
judicialworkerSubscription: Subscription;
|
|
20
|
+
jurisdiction: string;
|
|
21
|
+
caseType: string;
|
|
20
22
|
constructor(sessionStorageService: SessionStorageService, judicialworkerService: JudicialworkerService, caseworkerService: CaseworkerService);
|
|
21
23
|
ngOnInit(): void;
|
|
22
24
|
ngOnDestroy(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-event-completion-task-reassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAEL,qBAAqB,EACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;;AAGlF,qBAIa,0CAA2C,YAAW,MAAM,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"case-event-completion-task-reassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAEL,qBAAqB,EACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;;AAGlF,qBAIa,0CAA2C,YAAW,MAAM,EAAE,SAAS;IAetE,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAfpC,OAAO,EAAE,kCAAkC,CAAC;IAErC,+BAA+B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErF,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,sBAAsB,EAAE,YAAY,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;IACzC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,qBAAqB,EAAE,qBAAqB,EACtD,qBAAqB,EAAE,qBAAqB,EAC5C,iBAAiB,EAAE,iBAAiB;IAGhD,QAAQ,IAAI,IAAI;IAmChB,WAAW,IAAI,IAAI;IAYnB,UAAU,IAAI,IAAI;yCAnEd,0CAA0C;2CAA1C,0CAA0C;CAmFtD"}
|
|
@@ -4,6 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class CaseChallengedAccessSuccessComponent implements OnInit {
|
|
5
5
|
private readonly route;
|
|
6
6
|
caseId: string;
|
|
7
|
+
jurisdiction: string;
|
|
8
|
+
caseType: string;
|
|
7
9
|
constructor(route: ActivatedRoute);
|
|
8
10
|
ngOnInit(): void;
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseChallengedAccessSuccessComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-challenged-access-success.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,oCAAqC,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"case-challenged-access-success.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,oCAAqC,YAAW,MAAM;IAKrD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAJ3B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;yCAPZ,oCAAoC;2CAApC,oCAAoC;CAYhD"}
|
package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export declare class CaseEventTriggerComponent implements OnInit, OnDestroy {
|
|
|
35
35
|
submit(): (sanitizedEditForm: CaseEventData) => Observable<object>;
|
|
36
36
|
validate(): (sanitizedEditForm: CaseEventData, pageId: string) => Observable<object>;
|
|
37
37
|
submitted(event: any): void;
|
|
38
|
+
private getNavigationUrl;
|
|
38
39
|
cancel(): Promise<boolean>;
|
|
39
40
|
isDataLoaded(): boolean;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEventTriggerComponent, never>;
|
package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAM,MAAM,MAAM,CAAC;AAEpD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AACjJ,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;;AAEnD,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAa/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,oBAAoB;IAtB9B,gBAAuB,wBAAwB,+DAA+D;IAC9G,gBAAuB,uBAAuB,mDAAmD;IAE1F,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,uBAAuB,EAAE,UAAU,CAAC;gBAGxB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB,EAC9C,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,cAAc,EACvC,oBAAoB,EAAE,oBAAoB;IAK7C,QAAQ,IAAI,IAAI;IAwBhB,WAAW,IAAI,IAAI;IAUnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAUpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAM,MAAM,MAAM,CAAC;AAEpD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AACjJ,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;;AAEnD,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAa/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,oBAAoB;IAtB9B,gBAAuB,wBAAwB,+DAA+D;IAC9G,gBAAuB,uBAAuB,mDAAmD;IAE1F,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,uBAAuB,EAAE,UAAU,CAAC;gBAGxB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB,EAC9C,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,cAAc,EACvC,oBAAoB,EAAE,oBAAoB;IAK7C,QAAQ,IAAI,IAAI;IAwBhB,WAAW,IAAI,IAAI;IAUnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAUpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IA+BlC,OAAO,CAAC,gBAAgB;IAcjB,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAiB1B,YAAY,IAAI,OAAO;yCA/InB,yBAAyB;2CAAzB,yBAAyB;CAkJrC"}
|
|
@@ -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":"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
|
|
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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"}
|
|
@@ -4,6 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class CaseReviewSpecificAccessRejectComponent implements OnInit {
|
|
5
5
|
private readonly route;
|
|
6
6
|
caseId: string;
|
|
7
|
+
jurisdiction: string;
|
|
8
|
+
caseType: string;
|
|
7
9
|
readonly retunToTask = "Return to the Tasks tab for this case";
|
|
8
10
|
readonly returnToMyTask = "Return to My tasks";
|
|
9
11
|
constructor(route: ActivatedRoute);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-review-specific-access-reject.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uCAAwC,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"case-review-specific-access-reject.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uCAAwC,YAAW,MAAM;IAQxD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAN3B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACxB,SAAgB,WAAW,2CAA2C;IACtE,SAAgB,cAAc,wBAAwB;gBAEzB,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;yCAVZ,uCAAuC;2CAAvC,uCAAuC;CAenD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-trigger.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/event-trigger.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAG1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAEtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;;AAEnD,qBACa,oBAAqB,YAAW,OAAO,CAAC,gBAAgB,CAAC;IAQlE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdjC,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,cAAc,SAAS;IAC9C,gBAAuB,cAAc,mBAAmB;IACxD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAuB;IACpE,OAAO,CAAC,kBAAkB,CAAmB;IAC7C,OAAO,CAAC,aAAa,CAAU;gBAEZ,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,eAAe,EAAE,eAAe,EACzC,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,iBAAiB,EAC5B,aAAa,EAAE,oBAAoB,EAC1B,cAAc,EAAE,cAAc;IAG1C,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAUxE,OAAO,CAAC,uBAAuB;IAKxB,uBAAuB,IAAI,IAAI;IAItC,OAAO,CAAC,uBAAuB;yCArCpB,oBAAoB;6CAApB,oBAAoB;
|
|
1
|
+
{"version":3,"file":"event-trigger.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/event-trigger.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAG1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAEtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;;AAEnD,qBACa,oBAAqB,YAAW,OAAO,CAAC,gBAAgB,CAAC;IAQlE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdjC,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,cAAc,SAAS;IAC9C,gBAAuB,cAAc,mBAAmB;IACxD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAuB;IACpE,OAAO,CAAC,kBAAkB,CAAmB;IAC7C,OAAO,CAAC,aAAa,CAAU;gBAEZ,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,eAAe,EAAE,eAAe,EACzC,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,iBAAiB,EAC5B,aAAa,EAAE,oBAAoB,EAC1B,cAAc,EAAE,cAAc;IAG1C,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAUxE,OAAO,CAAC,uBAAuB;IAKxB,uBAAuB,IAAI,IAAI;IAItC,OAAO,CAAC,uBAAuB;yCArCpB,oBAAoB;6CAApB,oBAAoB;CAwEhC"}
|
|
@@ -6,6 +6,8 @@ export declare class MultipleTasksExistComponent implements OnInit {
|
|
|
6
6
|
private readonly route;
|
|
7
7
|
private readonly loadingService;
|
|
8
8
|
caseId: string;
|
|
9
|
+
jurisdiction: string;
|
|
10
|
+
caseType: string;
|
|
9
11
|
constructor(route: ActivatedRoute, loadingService: LoadingService);
|
|
10
12
|
ngOnInit(): void;
|
|
11
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultipleTasksExistComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiple-tasks-exist.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;;AAE9E,qBAIa,2BAA4B,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"multiple-tasks-exist.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;;AAE9E,qBAIa,2BAA4B,YAAW,MAAM;IAM5C,OAAO,CAAC,QAAQ,CAAC,KAAK;IAAkB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAJ5E,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,KAAK,EAAE,cAAc,EAAmB,cAAc,EAAE,cAAc;IAM5F,QAAQ;yCAZJ,2BAA2B;2CAA3B,2BAA2B;CAkBvC"}
|
|
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class NoTasksAvailableComponent {
|
|
4
4
|
private readonly route;
|
|
5
5
|
caseId: string;
|
|
6
|
+
jurisdiction: string;
|
|
7
|
+
caseType: string;
|
|
6
8
|
constructor(route: ActivatedRoute);
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoTasksAvailableComponent, never>;
|
|
8
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<NoTasksAvailableComponent, "app-no-tasks-available", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"no-tasks-available.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAA4B,MAAM,iBAAiB,CAAC;;AAE3E,qBAIa,yBAAyB;
|
|
1
|
+
{"version":3,"file":"no-tasks-available.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAA4B,MAAM,iBAAiB,CAAC;;AAE3E,qBAIa,yBAAyB;IAMxB,OAAO,CAAC,QAAQ,CAAC,KAAK;IAJ3B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,KAAK,EAAE,cAAc;yCANvC,yBAAyB;2CAAzB,yBAAyB;CAWrC"}
|
package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ export declare class TaskAssignedComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
private readonly caseworkerService;
|
|
12
12
|
task: Task;
|
|
13
13
|
caseId: string;
|
|
14
|
+
jurisdiction: string;
|
|
15
|
+
caseType: string;
|
|
14
16
|
assignedUserName: string;
|
|
15
17
|
caseworkerSubscription: Subscription;
|
|
16
18
|
judicialworkerSubscription: Subscription;
|
package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task-assigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/task-assigned/task-assigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,yCAAyC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;;AAE9F,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"task-assigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/task-assigned/task-assigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,yCAAyC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;;AAE9F,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAUjD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAChC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAV7B,IAAI,EAAE,IAAI,CAAQ;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB,EAAE,YAAY,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;gBAEnB,KAAK,EAAE,cAAc,EAC/B,qBAAqB,EAAE,qBAAqB,EAC5C,iBAAiB,EAAE,iBAAiB;IAKhD,QAAQ,IAAI,IAAI;IAgChB,WAAW,IAAI,IAAI;yCAjDf,qBAAqB;2CAArB,qBAAqB;CAyDjC"}
|
package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TaskUnassignedComponent {
|
|
4
4
|
private readonly route;
|
|
5
5
|
caseId: string;
|
|
6
|
+
jurisdiction: string;
|
|
7
|
+
caseType: string;
|
|
6
8
|
constructor(route: ActivatedRoute);
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaskUnassignedComponent, never>;
|
|
8
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<TaskUnassignedComponent, "app-task-unassigned", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task-unassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"task-unassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uBAAuB;IAMtB,OAAO,CAAC,QAAQ,CAAC,KAAK;IAJ3B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,KAAK,EAAE,cAAc;yCANvC,uBAAuB;2CAAvB,uBAAuB;CAWnC"}
|
|
@@ -12,8 +12,8 @@ export declare class EventStartGuard implements CanActivate {
|
|
|
12
12
|
private readonly abstractConfig;
|
|
13
13
|
private readonly cookieService;
|
|
14
14
|
private readonly caseNotifier;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
jurisdiction: string;
|
|
16
|
+
caseType: string;
|
|
17
17
|
private caseId;
|
|
18
18
|
constructor(workAllocationService: WorkAllocationService, router: Router, sessionStorageService: SessionStorageService, abstractConfig: AbstractAppConfig, cookieService: ReadCookieService, caseNotifier: CaseNotifier);
|
|
19
19
|
canActivate(route: ActivatedRouteSnapshot): Observable<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-start.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-guard/event-start.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAGtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,EAAqB,YAAY,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAG3F,qBACa,eAAgB,YAAW,WAAW;IAKrC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;
|
|
1
|
+
{"version":3,"file":"event-start.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-guard/event-start.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAGtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,EAAqB,YAAY,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAG3F,qBACa,eAAgB,YAAW,WAAW;IAKrC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IATxB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,MAAM,CAAS;gBAEM,qBAAqB,EAAE,qBAAqB,EACtD,MAAM,EAAE,MAAM,EACd,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,iBAAiB,EACjC,aAAa,EAAE,iBAAiB,EAChC,YAAY,EAAE,YAAY;IAUtC,WAAW,CAAC,KAAK,EAAE,sBAAsB,GAAG,UAAU,CAAC,OAAO,CAAC;IAoE/D,2BAA2B,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;IAkClI,OAAO,CAAC,aAAa;IAyBrB,OAAO,CAAC,uBAAuB;yCAnJpB,eAAe;6CAAf,eAAe;CA2K3B"}
|
package/lib/shared/components/event-start/services/event-start-state-machine.service.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-start-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/services/event-start-state-machine.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,6BAA6B,EAAoB,MAAM,WAAW,CAAC;;AAO5E,qBACa,6BAA6B;IACjC,0BAA0B,EAAE,KAAK,CAAC;IAClC,WAAW,EAAE,KAAK,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC;IACpB,mBAAmB,EAAE,KAAK,CAAC;IAC3B,uBAAuB,EAAE,KAAK,CAAC;IAC/B,0BAA0B,EAAE,KAAK,CAAC;IAClC,gCAAgC,EAAE,KAAK,CAAC;IACxC,mBAAmB,EAAE,KAAK,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC;IAElB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,YAAY;IAI5E,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAkD9C,cAAc,IAAI,IAAI;IAetB,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAI1D;;OAEG;IACI,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAYpG,yBAAyB,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAOrF,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI7F,gCAAgC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI5F,qCAAqC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAiCjG,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"event-start-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/services/event-start-state-machine.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,6BAA6B,EAAoB,MAAM,WAAW,CAAC;;AAO5E,qBACa,6BAA6B;IACjC,0BAA0B,EAAE,KAAK,CAAC;IAClC,WAAW,EAAE,KAAK,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC;IACpB,mBAAmB,EAAE,KAAK,CAAC;IAC3B,uBAAuB,EAAE,KAAK,CAAC;IAC/B,0BAA0B,EAAE,KAAK,CAAC;IAClC,gCAAgC,EAAE,KAAK,CAAC;IACxC,mBAAmB,EAAE,KAAK,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC;IAElB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,YAAY;IAI5E,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAkD9C,cAAc,IAAI,IAAI;IAetB,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAI1D;;OAEG;IACI,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAYpG,yBAAyB,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAOrF,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI7F,gCAAgC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI5F,qCAAqC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAiCjG,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAkB7F,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IA6CpG,8CAA8C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAO1G,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAM/B,2CAA2C,IAAI,IAAI;IAanD,4BAA4B,IAAI,IAAI;IAOpC,oCAAoC,IAAI,IAAI;IAO5C,oCAAoC,IAAI,IAAI;IAO5C,wCAAwC,IAAI,IAAI;IAmBhD,2CAA2C,IAAI,IAAI;IAOnD,iDAAiD,IAAI,IAAI;yCA3RrD,6BAA6B;6CAA7B,6BAA6B;CAiSzC"}
|
|
@@ -131,25 +131,26 @@ import * as i129 from "../../../components/body/body.module";
|
|
|
131
131
|
import * as i130 from "../../../components/form/form.module";
|
|
132
132
|
import * as i131 from "../../../components/tabs/tabs.module";
|
|
133
133
|
import * as i132 from "../../directives/substitutor/label-substitutor.module";
|
|
134
|
-
import * as i133 from "
|
|
135
|
-
import * as i134 from "
|
|
136
|
-
import * as i135 from "@angular
|
|
137
|
-
import * as i136 from "@angular/material/legacy-
|
|
138
|
-
import * as i137 from "@angular/material/
|
|
139
|
-
import * as i138 from "@angular/material/
|
|
140
|
-
import * as i139 from "@angular/
|
|
141
|
-
import * as i140 from "@angular/cdk/
|
|
142
|
-
import * as i141 from "@
|
|
143
|
-
import * as i142 from "@
|
|
144
|
-
import * as i143 from "
|
|
145
|
-
import * as i144 from "
|
|
146
|
-
import * as i145 from "@
|
|
147
|
-
import * as i146 from "
|
|
148
|
-
import * as i147 from "
|
|
149
|
-
import * as i148 from "
|
|
134
|
+
import * as i133 from "../../directives/welsh-translated-markdown/welsh-translated-markdown.module";
|
|
135
|
+
import * as i134 from "ngx-markdown";
|
|
136
|
+
import * as i135 from "@angular-material-components/datetime-picker";
|
|
137
|
+
import * as i136 from "@angular/material/legacy-form-field";
|
|
138
|
+
import * as i137 from "@angular/material/legacy-input";
|
|
139
|
+
import * as i138 from "@angular/material/datepicker";
|
|
140
|
+
import * as i139 from "@angular/material/legacy-autocomplete";
|
|
141
|
+
import * as i140 from "@angular/cdk/tree";
|
|
142
|
+
import * as i141 from "@angular/cdk/overlay";
|
|
143
|
+
import * as i142 from "@hmcts/ccpay-web-component";
|
|
144
|
+
import * as i143 from "@nicky-lenaers/ngx-scroll-to";
|
|
145
|
+
import * as i144 from "rpx-xui-translation";
|
|
146
|
+
import * as i145 from "@angular/material/legacy-dialog";
|
|
147
|
+
import * as i146 from "@hmcts/media-viewer";
|
|
148
|
+
import * as i147 from "../../services/loading/loading.module";
|
|
149
|
+
import * as i148 from "./markdown/markdown-component.module";
|
|
150
|
+
import * as i149 from "../error/errors.module";
|
|
150
151
|
export declare class PaletteModule {
|
|
151
152
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaletteModule, never>;
|
|
152
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.FlagFieldDisplayPipe, typeof i7.LanguageInterpreterDisplayPipe, typeof i8.ManageCaseFlagsLabelDisplayPipe, typeof i9.UpdateFlagTitleDisplayPipe, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewFolderToggleComponent, typeof i80.CaseFileViewOverlayMenuComponent, typeof i81.CaseFileViewFolderDocumentActionsComponent, typeof i82.CaseFileViewFolderSelectorComponent, typeof i83.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i84.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i85.CaseFlagTableComponent, typeof i86.SelectFlagTypeComponent, typeof i87.SearchLanguageInterpreterComponent, typeof i88.SelectFlagLocationComponent, typeof i89.ManageCaseFlagsComponent, typeof i90.AddCommentsComponent, typeof i91.UpdateFlagComponent, typeof i92.CaseFlagSummaryListComponent, typeof i93.ConfirmFlagStatusComponent, typeof i94.UpdateFlagAddTranslationFormComponent, typeof i95.LinkedCasesToTableComponent, typeof i96.LinkedCasesFromTableComponent, typeof i97.BeforeYouStartComponent, typeof i98.LinkCasesComponent, typeof i99.CheckYourAnswersComponent, typeof i100.UnLinkCasesComponent, typeof i101.NoLinkedCasesComponent, typeof i102.ReadQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryListComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent, typeof i114.QueryEventCompletionComponent, typeof i115.QueryConfirmationComponent, typeof i116.CloseQueryComponent, typeof i117.CaseEventCompletionComponent, typeof i118.CaseEventCompletionTaskCancelledComponent, typeof i119.CaseEventCompletionTaskReassignedComponent], [typeof i120.CommonModule, typeof i121.RouterModule, typeof i122.FormsModule, typeof i122.ReactiveFormsModule, typeof i123.CaseEditDataModule, typeof i124.PaletteUtilsModule, typeof i125.PipesModule, typeof i126.BannersModule, typeof i127.HeadersModule, typeof i128.FootersModule, typeof i129.BodyModule, typeof i130.FormModule, typeof i131.TabsModule, typeof i132.LabelSubstitutorModule, typeof i133.MarkdownModule, typeof i134.NgxMatDatetimePickerModule, typeof i134.NgxMatTimepickerModule, typeof i134.NgxMatNativeDateModule, typeof i135.MatLegacyFormFieldModule, typeof i136.MatLegacyInputModule, typeof i137.MatDatepickerModule, typeof i138.MatLegacyAutocompleteModule, typeof i139.CdkTreeModule, typeof i140.OverlayModule, typeof i141.PaymentLibModule, typeof i142.ScrollToModule, typeof i143.RpxTranslationModule, typeof i139.CdkTreeModule, typeof i140.OverlayModule, typeof i144.MatLegacyDialogModule, typeof i145.MediaViewerModule, typeof i146.LoadingModule, typeof i147.MarkdownComponentModule, typeof i148.ErrorsModule], [typeof i134.NgxMatDatetimePickerModule, typeof i134.NgxMatNativeDateModule, typeof i134.NgxMatTimepickerModule, typeof i131.TabsModule, typeof i124.PaletteUtilsModule, typeof i125.PipesModule, typeof i147.MarkdownComponentModule, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewFolderToggleComponent, typeof i80.CaseFileViewOverlayMenuComponent, typeof i81.CaseFileViewFolderDocumentActionsComponent, typeof i82.CaseFileViewFolderSelectorComponent, typeof i83.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i84.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i85.CaseFlagTableComponent, typeof i86.SelectFlagTypeComponent, typeof i87.SearchLanguageInterpreterComponent, typeof i88.SelectFlagLocationComponent, typeof i89.ManageCaseFlagsComponent, typeof i90.AddCommentsComponent, typeof i91.UpdateFlagComponent, typeof i92.CaseFlagSummaryListComponent, typeof i93.ConfirmFlagStatusComponent, typeof i94.UpdateFlagAddTranslationFormComponent, typeof i95.LinkedCasesToTableComponent, typeof i96.LinkedCasesFromTableComponent, typeof i97.BeforeYouStartComponent, typeof i98.LinkCasesComponent, typeof i99.CheckYourAnswersComponent, typeof i100.UnLinkCasesComponent, typeof i101.NoLinkedCasesComponent, typeof i102.ReadQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryListComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent, typeof i114.QueryEventCompletionComponent, typeof i115.QueryConfirmationComponent, typeof i116.CloseQueryComponent, typeof i117.CaseEventCompletionComponent, typeof i118.CaseEventCompletionTaskCancelledComponent, typeof i119.CaseEventCompletionTaskReassignedComponent]>;
|
|
153
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.FlagFieldDisplayPipe, typeof i7.LanguageInterpreterDisplayPipe, typeof i8.ManageCaseFlagsLabelDisplayPipe, typeof i9.UpdateFlagTitleDisplayPipe, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewFolderToggleComponent, typeof i80.CaseFileViewOverlayMenuComponent, typeof i81.CaseFileViewFolderDocumentActionsComponent, typeof i82.CaseFileViewFolderSelectorComponent, typeof i83.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i84.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i85.CaseFlagTableComponent, typeof i86.SelectFlagTypeComponent, typeof i87.SearchLanguageInterpreterComponent, typeof i88.SelectFlagLocationComponent, typeof i89.ManageCaseFlagsComponent, typeof i90.AddCommentsComponent, typeof i91.UpdateFlagComponent, typeof i92.CaseFlagSummaryListComponent, typeof i93.ConfirmFlagStatusComponent, typeof i94.UpdateFlagAddTranslationFormComponent, typeof i95.LinkedCasesToTableComponent, typeof i96.LinkedCasesFromTableComponent, typeof i97.BeforeYouStartComponent, typeof i98.LinkCasesComponent, typeof i99.CheckYourAnswersComponent, typeof i100.UnLinkCasesComponent, typeof i101.NoLinkedCasesComponent, typeof i102.ReadQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryListComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent, typeof i114.QueryEventCompletionComponent, typeof i115.QueryConfirmationComponent, typeof i116.CloseQueryComponent, typeof i117.CaseEventCompletionComponent, typeof i118.CaseEventCompletionTaskCancelledComponent, typeof i119.CaseEventCompletionTaskReassignedComponent], [typeof i120.CommonModule, typeof i121.RouterModule, typeof i122.FormsModule, typeof i122.ReactiveFormsModule, typeof i123.CaseEditDataModule, typeof i124.PaletteUtilsModule, typeof i125.PipesModule, typeof i126.BannersModule, typeof i127.HeadersModule, typeof i128.FootersModule, typeof i129.BodyModule, typeof i130.FormModule, typeof i131.TabsModule, typeof i132.LabelSubstitutorModule, typeof i133.TranslatedMarkdownModule, typeof i134.MarkdownModule, typeof i135.NgxMatDatetimePickerModule, typeof i135.NgxMatTimepickerModule, typeof i135.NgxMatNativeDateModule, typeof i136.MatLegacyFormFieldModule, typeof i137.MatLegacyInputModule, typeof i138.MatDatepickerModule, typeof i139.MatLegacyAutocompleteModule, typeof i140.CdkTreeModule, typeof i141.OverlayModule, typeof i142.PaymentLibModule, typeof i143.ScrollToModule, typeof i144.RpxTranslationModule, typeof i140.CdkTreeModule, typeof i141.OverlayModule, typeof i145.MatLegacyDialogModule, typeof i146.MediaViewerModule, typeof i147.LoadingModule, typeof i148.MarkdownComponentModule, typeof i149.ErrorsModule], [typeof i135.NgxMatDatetimePickerModule, typeof i135.NgxMatNativeDateModule, typeof i135.NgxMatTimepickerModule, typeof i131.TabsModule, typeof i124.PaletteUtilsModule, typeof i125.PipesModule, typeof i148.MarkdownComponentModule, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewFolderToggleComponent, typeof i80.CaseFileViewOverlayMenuComponent, typeof i81.CaseFileViewFolderDocumentActionsComponent, typeof i82.CaseFileViewFolderSelectorComponent, typeof i83.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i84.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i85.CaseFlagTableComponent, typeof i86.SelectFlagTypeComponent, typeof i87.SearchLanguageInterpreterComponent, typeof i88.SelectFlagLocationComponent, typeof i89.ManageCaseFlagsComponent, typeof i90.AddCommentsComponent, typeof i91.UpdateFlagComponent, typeof i92.CaseFlagSummaryListComponent, typeof i93.ConfirmFlagStatusComponent, typeof i94.UpdateFlagAddTranslationFormComponent, typeof i95.LinkedCasesToTableComponent, typeof i96.LinkedCasesFromTableComponent, typeof i97.BeforeYouStartComponent, typeof i98.LinkCasesComponent, typeof i99.CheckYourAnswersComponent, typeof i100.UnLinkCasesComponent, typeof i101.NoLinkedCasesComponent, typeof i102.ReadQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryListComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent, typeof i114.QueryEventCompletionComponent, typeof i115.QueryConfirmationComponent, typeof i116.CloseQueryComponent, typeof i117.CaseEventCompletionComponent, typeof i118.CaseEventCompletionTaskCancelledComponent, typeof i119.CaseEventCompletionTaskReassignedComponent]>;
|
|
153
154
|
static ɵinj: i0.ɵɵInjectorDeclaration<PaletteModule>;
|
|
154
155
|
}
|
|
155
156
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+RA,qBAgFa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
|
|
@@ -15,6 +15,8 @@ export declare class QualifyingQuestionOptionsComponent implements OnInit {
|
|
|
15
15
|
questionSelected: EventEmitter<QualifyingQuestion>;
|
|
16
16
|
qualifyingQuestionsErrorMessage: typeof QualifyingQuestionsErrorMessage;
|
|
17
17
|
caseId: string;
|
|
18
|
+
jurisdiction: string;
|
|
19
|
+
caseType: string;
|
|
18
20
|
constructor(route: ActivatedRoute, router: Router, qualifyingQuestionService: QualifyingQuestionService);
|
|
19
21
|
ngOnInit(): void;
|
|
20
22
|
click(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qualifying-question-options.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;;AAE9D,qBAIa,kCAAmC,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"qualifying-question-options.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;;AAE9D,qBAIa,kCAAmC,YAAW,MAAM;IAW7D,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAZ5B,0BAA0B,EAAE,WAAW,CAAC;IACxC,oBAAoB,EAAE,UAAU,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAC7D,gBAAgB,mCAA0C;IAE7D,+BAA+B,yCAAmC;IAClE,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAGL,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,yBAAyB,EAAE,yBAAyB;IAGhE,QAAQ,IAAI,IAAI;IAYhB,KAAK,IAAI,IAAI;IAIpB,IAAW,YAAY,IAAI,OAAO,CAEjC;IAEM,iBAAiB,CAAC,kBAAkB,EAAE,kBAAkB;yCApCpD,kCAAkC;2CAAlC,kCAAkC;CAuC9C"}
|
|
@@ -38,6 +38,7 @@ export declare class QueryCheckYourAnswersComponent implements OnInit, OnDestroy
|
|
|
38
38
|
queryItem: QueryListItem;
|
|
39
39
|
queryCreateContext: QueryCreateContext;
|
|
40
40
|
eventData: CaseEventTrigger | null;
|
|
41
|
+
multipleFollowUpFeature: boolean;
|
|
41
42
|
qmCaseQueriesCollectionData: QmCaseQueriesCollection;
|
|
42
43
|
backClicked: EventEmitter<boolean>;
|
|
43
44
|
querySubmitted: EventEmitter<boolean>;
|
|
@@ -74,6 +75,6 @@ export declare class QueryCheckYourAnswersComponent implements OnInit, OnDestroy
|
|
|
74
75
|
isServiceErrorFound(error: any): boolean;
|
|
75
76
|
setCaseQueriesCollectionData(): void;
|
|
76
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryCheckYourAnswersComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QueryCheckYourAnswersComponent, "ccd-query-check-your-answers", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "queryItem": { "alias": "queryItem"; "required": false; }; "queryCreateContext": { "alias": "queryCreateContext"; "required": false; }; "eventData": { "alias": "eventData"; "required": false; }; "qmCaseQueriesCollectionData": { "alias": "qmCaseQueriesCollectionData"; "required": false; }; }, { "backClicked": "backClicked"; "querySubmitted": "querySubmitted"; "callbackConfirmationMessage": "callbackConfirmationMessage"; }, never, never, false, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QueryCheckYourAnswersComponent, "ccd-query-check-your-answers", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "queryItem": { "alias": "queryItem"; "required": false; }; "queryCreateContext": { "alias": "queryCreateContext"; "required": false; }; "eventData": { "alias": "eventData"; "required": false; }; "multipleFollowUpFeature": { "alias": "multipleFollowUpFeature"; "required": false; }; "qmCaseQueriesCollectionData": { "alias": "qmCaseQueriesCollectionData"; "required": false; }; }, { "backClicked": "backClicked"; "querySubmitted": "querySubmitted"; "callbackConfirmationMessage": "callbackConfirmationMessage"; }, never, never, false, never>;
|
|
78
79
|
}
|
|
79
80
|
//# sourceMappingURL=query-check-your-answers.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-check-your-answers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAc,OAAO,EAAgB,MAAM,MAAM,CAAC;AAEzD,OAAO,EACL,gBAAgB,EAChB,QAAQ,EAER,YAAY,EAEb,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACrG,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAEjH,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAC/E,OAAO,EAAE,yBAAyB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,EAAE,IAAI,EAAE,MAAM,4CAA4C,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EACL,YAAY,EACZ,oBAAoB,EACrB,MAAM,yBAAyB,CAAC;;AAEjC,qBAKa,8BAA+B,YAAW,MAAM,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"query-check-your-answers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAc,OAAO,EAAgB,MAAM,MAAM,CAAC;AAEzD,OAAO,EACL,gBAAgB,EAChB,QAAQ,EAER,YAAY,EAEb,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACrG,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAEjH,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAC/E,OAAO,EAAE,yBAAyB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,EAAE,IAAI,EAAE,MAAM,4CAA4C,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EACL,YAAY,EACZ,oBAAoB,EACrB,MAAM,yBAAyB,CAAC;;AAEjC,qBAKa,8BAA+B,YAAW,MAAM,EAAE,SAAS;IAkDpE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,sBAAsB;IAC9B,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAzD/B,OAAO,CAAC,QAAQ,CAAC,8BAA8B,CAA+B;IAC9E,OAAO,CAAC,QAAQ,CAAC,iCAAiC,CAAiC;IACnF,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAA2B;IAEtE,gBAAuB,qBAAqB,iCAAiC;IAC7E,gBAAuB,kBAAkB,cAAc;IAEvD,SAAgB,kBAAkB,aAAa;IAC/C,SAAgB,wBAAwB,cAAc;IACtD,SAAgB,0BAA0B,2BAA2B;IACrE,SAAgB,oBAAoB,wBAAwB;IAC5D,SAAgB,kBAAkB,WAAW;IAEtC,gBAAgB,SAAqD;IACrE,yBAAyB,SAAwD;IAExE,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,aAAa,CAAC;IACzB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,SAAS,EAAE,gBAAgB,GAAG,IAAI,CAAQ;IAC1C,uBAAuB,EAAE,OAAO,CAAC;IACjC,2BAA2B,EAAE,uBAAuB,CAAC;IACpD,WAAW,wBAA+B;IAC1C,cAAc,wBAA+B;IAC7C,2BAA2B;;OAAiD;IAE7F,OAAO,CAAC,eAAe,CAAkB;IAClC,WAAW,EAAE,QAAQ,CAAC;IAC7B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,GAAG,CAAS;IACpB,OAAO,CAAC,uBAAuB,CAAe;IAC9C,OAAO,CAAC,uBAAuB,CAAe;IAEvC,sBAAsB,4BAAsB;IAC5C,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,sBAAsB,EAAE,qBAAqB,EAAE,CAAC;IAChD,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,YAAY,EAAE,CAAC;IAE5B,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,aAAa,EAAE,IAAI,EAAE,CAAM;IAC3B,aAAa,EAAE,OAAO,CAAC;IACvB,YAAY,EAAE,OAAO,CAAS;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,OAAO,CAAC,GAAG,CAAC,CAAiB;IAEpD,KAAK,EAAE,GAAG,CAAC;gBAGC,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,qBAAqB,EAAE,qBAAqB,EAC5C,yBAAyB,EAAE,yBAAyB,EAC7D,sBAAsB,EAAE,sBAAsB,EACrC,oBAAoB,EAAE,oBAAoB,EAC1C,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;IA+DhB,WAAW,IAAI,IAAI;IAMnB,MAAM,IAAI,IAAI;IAId,MAAM,IAAI,IAAI;IAqDrB,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,WAAW;IAkBnB,OAAO,CAAC,sBAAsB;IAQvB,mBAAmB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;IAIxC,4BAA4B,IAAI,IAAI;yCA5OhC,8BAA8B;2CAA9B,8BAA8B;CAwP1C"}
|
|
@@ -9,6 +9,8 @@ export declare class QueryConfirmationComponent implements OnInit {
|
|
|
9
9
|
[key: string]: string;
|
|
10
10
|
};
|
|
11
11
|
caseId: string;
|
|
12
|
+
jurisdiction: string;
|
|
13
|
+
caseType: string;
|
|
12
14
|
queryCreateContextEnum: typeof QueryCreateContext;
|
|
13
15
|
constructor(route: ActivatedRoute);
|
|
14
16
|
ngOnInit(): void;
|
|
@@ -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"}
|
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"}
|