@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-query-response-validation → 6.16.0-query-management-write-doc-view-v10-fix
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +408 -421
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +10 -1
- package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +6 -5
- package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-message.model.js +1 -1
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.js +1 -1
- package/esm2015/lib/shared/components/palette/query-management/query-management.module.js +3 -7
- package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +144 -106
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +288 -295
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts +1 -0
- package/lib/shared/components/palette/query-management/models/party-messages/party-message.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/query-management.module.d.ts +5 -6
- package/lib/shared/components/palette/query-management/query-management.module.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts +4 -4
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.js +0 -2
- package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-messages.component.js +0 -56
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts +0 -5
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-messages.component.d.ts +0 -8
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-messages.component.d.ts.map +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('rpx-xui-translation'), require('@angular/router'), require('@angular/forms'), require('rx-polling'), require('rxjs'), require('@angular/common/http'), require('rxjs/operators'), require('class-transformer'), require('moment'), require('underscore'), require('pegjs'), require('util'), require('@edium/fsm'), require('@angular/material/dialog'), require('@nicky-lenaers/ngx-scroll-to'), require('@angular/material/autocomplete'), require('@angular/material/core'), require('@hmcts/ccpay-web-component'), require('@angular/cdk/overlay'), require('@angular/cdk/tree'), require('@angular-material-components/datetime-picker'), require('@angular-material-components/moment-adapter'), require('@angular/material/datepicker'), require('@angular/material/form-field'), require('ngx-md'), require('@angular/material/input'), require('@hmcts/media-viewer'), require('@angular/cdk/portal'), require('ngx-pagination'), require('@angular/material/tabs')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@hmcts/ccd-case-ui-toolkit', ['exports', '@angular/core', '@angular/common', 'rpx-xui-translation', '@angular/router', '@angular/forms', 'rx-polling', 'rxjs', '@angular/common/http', 'rxjs/operators', 'class-transformer', 'moment', 'underscore', 'pegjs', 'util', '@edium/fsm', '@angular/material/dialog', '@nicky-lenaers/ngx-scroll-to', '@angular/material/autocomplete', '@angular/material/core', '@hmcts/ccpay-web-component', '@angular/cdk/overlay', '@angular/cdk/tree', '@angular-material-components/datetime-picker', '@angular-material-components/moment-adapter', '@angular/material/datepicker', '@angular/material/form-field', 'ngx-md', '@angular/material/input', '@hmcts/media-viewer', '@angular/cdk/portal', 'ngx-pagination', '@angular/material/tabs'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.hmcts = global.hmcts || {}, global.hmcts["ccd-case-ui-toolkit"] = {}), global.ng.core, global.ng.common, global.i1, global.ng.router, global.ng.forms, global["rx-polling"], global.rxjs, global.ng.common.http, global.rxjs.operators, global["class-transformer"], global.moment, global.underscore, global.pegjs, global.util, global["@edium/fsm"], global.ng.material.dialog, global["@nicky-lenaers/ngx-scroll-to"], global.ng.material.autocomplete, global.ng.material.core, global["@hmcts/ccpay-web-component"], global.ng.cdk.overlay, global.ng.cdk.tree, global["@angular-material-components/datetime-picker"], global["@angular-material-components/moment-adapter"], global.ng.material.datepicker, global.ng.material.formField, global["ngx-md"], global.ng.material.input, global.i12, global.ng.cdk.portal, global["ngx-pagination"], global.ng.material.tabs));
|
|
5
|
-
})(this, (function (exports, i0,
|
|
5
|
+
})(this, (function (exports, i0, i2, i1, i1$1, i3, polling, rxjs, i1$2, operators, classTransformer, moment, _, pegjs, util, fsm, i1$3, i2$1, i5, i6, i3$1, i1$4, i7, i4, momentAdapter, i5$1, i6$1, i1$5, i13, i12, i6$2, i1$6, i10) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
28
|
-
var
|
|
28
|
+
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
29
29
|
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
30
30
|
var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
|
|
31
31
|
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
var moment__namespace = /*#__PURE__*/_interopNamespace(moment);
|
|
35
35
|
var ___namespace = /*#__PURE__*/_interopNamespace(_);
|
|
36
36
|
var i1__namespace$3 = /*#__PURE__*/_interopNamespace(i1$3);
|
|
37
|
-
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
38
|
-
var i5__namespace
|
|
37
|
+
var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
|
|
38
|
+
var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
|
|
39
39
|
var i6__namespace = /*#__PURE__*/_interopNamespace(i6);
|
|
40
40
|
var i3__namespace$1 = /*#__PURE__*/_interopNamespace(i3$1);
|
|
41
41
|
var i1__namespace$4 = /*#__PURE__*/_interopNamespace(i1$4);
|
|
42
42
|
var i7__namespace = /*#__PURE__*/_interopNamespace(i7);
|
|
43
43
|
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
44
|
-
var i5__namespace$
|
|
44
|
+
var i5__namespace$1 = /*#__PURE__*/_interopNamespace(i5$1);
|
|
45
45
|
var i6__namespace$1 = /*#__PURE__*/_interopNamespace(i6$1);
|
|
46
46
|
var i1__namespace$5 = /*#__PURE__*/_interopNamespace(i1$5);
|
|
47
47
|
var i13__namespace = /*#__PURE__*/_interopNamespace(i13);
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
i0__namespace.ɵɵadvance(1);
|
|
171
171
|
i0__namespace.ɵɵproperty("ngIf", !ctx.isSolicitor);
|
|
172
172
|
}
|
|
173
|
-
}, directives: [
|
|
173
|
+
}, directives: [i2__namespace.NgIf], pipes: [i1__namespace.RpxTranslatePipe], styles: [".footer-text[_ngcontent-%COMP%]{color:#231f20;margin-top:5px;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:normal}#footer[_ngcontent-%COMP%] .full-screen[_ngcontent-%COMP%]{max-width:100%;padding-left:20px}"] });
|
|
174
174
|
(function () {
|
|
175
175
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FooterComponent, [{
|
|
176
176
|
type: i0.Component,
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
i0__namespace.ɵɵadvance(2);
|
|
302
302
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(16, 12, "Sign Out"));
|
|
303
303
|
}
|
|
304
|
-
}, directives: [
|
|
304
|
+
}, directives: [i2__namespace.NgIf], pipes: [i1__namespace.RpxTranslatePipe], styles: [".global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]:after, .global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]:after, .global-header[_ngcontent-%COMP%]:after, .title[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.global-header[_ngcontent-%COMP%]{background-color:#000;width:100%}.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{font-family:nta,Arial,sans-serif;text-transform:none;font-size:16pt;line-height:1.25;float:left;font-weight:700;color:#fff;position:relative;top:50%;transform:translateY(-50%)}@media (min-width:641px){.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{font-size:20pt;line-height:1.3}}@media (min-width:769px){.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{width:50%}}@media screen and (max-width:379px){.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%]{width:auto;float:none}}.global-header[_ngcontent-%COMP%] .header-title[_ngcontent-%COMP%] .header-title-span[_ngcontent-%COMP%]{padding-left:22px}.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]{font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:12pt;line-height:1.25;float:right;text-align:right;color:#fff;position:relative;top:50%;transform:translateY(-50%)}@media (min-width:641px){.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]{font-size:14pt;line-height:1.4285714286}}@media (min-width:769px){.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%]{width:50%}}.global-header[_ngcontent-%COMP%] .header-username[_ngcontent-%COMP%] .header-username-span[_ngcontent-%COMP%]{padding-right:15px}#global-header[_ngcontent-%COMP%] .full-screen[_ngcontent-%COMP%]{max-width:100%}.title[_ngcontent-%COMP%]{font-weight:700;color:#fff;font-size:24px}.title-solicitor[_ngcontent-%COMP%]{float:left}.proposition-right[_ngcontent-%COMP%]{float:right;padding-top:5px}#global-header.with-proposition[_ngcontent-%COMP%] .header-wrapper[_ngcontent-%COMP%] .header-logo[_ngcontent-%COMP%]{width:27%}#global-header.with-proposition[_ngcontent-%COMP%] .header-wrapper[_ngcontent-%COMP%] .header-proposition[_ngcontent-%COMP%]{width:100%;float:none}#global-header.with-proposition[_ngcontent-%COMP%] .header-wrapper[_ngcontent-%COMP%] .header-proposition[_ngcontent-%COMP%] .content[_ngcontent-%COMP%]{margin:0}#sign-out[_ngcontent-%COMP%], #user-name[_ngcontent-%COMP%]{font-size:16px;font-weight:700;border:none;color:#fff;margin:0 0 0 9px;text-decoration:none;background-color:#000}#sign-out[_ngcontent-%COMP%]:focus, #user-name[_ngcontent-%COMP%]:focus{color:#fff}#sign-out[_ngcontent-%COMP%]:hover{text-decoration:underline}"] });
|
|
305
305
|
(function () {
|
|
306
306
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(HeaderBarComponent, [{
|
|
307
307
|
type: i0.Component,
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
i0__namespace.ɵɵadvance(2);
|
|
392
392
|
i0__namespace.ɵɵproperty("ngIf", ctx.imageLink);
|
|
393
393
|
}
|
|
394
|
-
}, directives: [i1__namespace$1.RouterLinkWithHref, i1__namespace$1.RouterLinkActive,
|
|
394
|
+
}, directives: [i1__namespace$1.RouterLinkWithHref, i1__namespace$1.RouterLinkActive, i2__namespace.NgIf], pipes: [i1__namespace.RpxTranslatePipe], styles: ["a[_ngcontent-%COMP%]{text-decoration:none;padding-right:10px;font-size:18px}a[_ngcontent-%COMP%], a.active[_ngcontent-%COMP%], a[_ngcontent-%COMP%]:focus{color:#fff}a[_ngcontent-%COMP%]:focus{background-color:#005ea5}input[_ngcontent-%COMP%]{float:right;background-color:#00823b;margin-top:-3px}.item-bold[_ngcontent-%COMP%]{font-size:18px;font-weight:700}"] });
|
|
395
395
|
(function () {
|
|
396
396
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NavigationItemComponent, [{
|
|
397
397
|
type: i0.Component,
|
|
@@ -474,13 +474,13 @@
|
|
|
474
474
|
}());
|
|
475
475
|
HeadersModule.ɵfac = function HeadersModule_Factory(t) { return new (t || HeadersModule)(); };
|
|
476
476
|
HeadersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: HeadersModule });
|
|
477
|
-
HeadersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
478
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(HeadersModule, { declarations: [PhaseComponent, HeaderBarComponent, NavigationComponent, NavigationItemComponent], imports: [
|
|
477
|
+
HeadersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[i2.CommonModule, i1$1.RouterModule, i1.RpxTranslationModule.forChild()]] });
|
|
478
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(HeadersModule, { declarations: [PhaseComponent, HeaderBarComponent, NavigationComponent, NavigationItemComponent], imports: [i2.CommonModule, i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [PhaseComponent, HeaderBarComponent, NavigationComponent, NavigationItemComponent] }); })();
|
|
479
479
|
(function () {
|
|
480
480
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(HeadersModule, [{
|
|
481
481
|
type: i0.NgModule,
|
|
482
482
|
args: [{
|
|
483
|
-
imports: [
|
|
483
|
+
imports: [i2.CommonModule, i1$1.RouterModule, i1.RpxTranslationModule.forChild()],
|
|
484
484
|
declarations: [PhaseComponent, HeaderBarComponent, NavigationComponent, NavigationItemComponent],
|
|
485
485
|
exports: [PhaseComponent, HeaderBarComponent, NavigationComponent, NavigationItemComponent]
|
|
486
486
|
}]
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
i0__namespace.ɵɵadvance(1);
|
|
1229
1229
|
i0__namespace.ɵɵproperty("ngIf", ctx.isDateTime);
|
|
1230
1230
|
}
|
|
1231
|
-
}, directives: [
|
|
1231
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
1232
1232
|
(function () {
|
|
1233
1233
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DateInputComponent, [{
|
|
1234
1234
|
type: i0.Component,
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
i0__namespace.ɵɵadvance(3);
|
|
1357
1357
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(9, 10, ctx.type));
|
|
1358
1358
|
}
|
|
1359
|
-
}, directives: [
|
|
1359
|
+
}, directives: [i2__namespace.NgSwitch, i2__namespace.NgSwitchCase], pipes: [i1__namespace.RpxTranslatePipe], styles: [".alert[_ngcontent-%COMP%]:after{content:\"\";display:table;clear:both}.alert[_ngcontent-%COMP%]{color:#fff;padding:10px;font-size:16px;line-height:1.25}.alert-error[_ngcontent-%COMP%]{background-color:#df3034}.alert-warning[_ngcontent-%COMP%]{background-color:#912b88}.alert-confirmation[_ngcontent-%COMP%], .alert-success[_ngcontent-%COMP%]{background-color:#006435}.alert-confirmation[_ngcontent-%COMP%] .icon-tick[_ngcontent-%COMP%], .alert-success[_ngcontent-%COMP%] .icon-tick[_ngcontent-%COMP%]{height:20px;width:20px;background-size:cover}.alert-message[_ngcontent-%COMP%]{color:#fff;display:table-cell;font-weight:700}.alert-message[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .alert-message[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:#fff;text-decoration:underline}.alert[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{display:table-cell;vertical-align:top}.alert[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%] + .alert-message[_ngcontent-%COMP%]{padding-left:10px}"] });
|
|
1360
1360
|
(function () {
|
|
1361
1361
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AlertComponent, [{
|
|
1362
1362
|
type: i0.Component,
|
|
@@ -1409,19 +1409,19 @@
|
|
|
1409
1409
|
AlertModule.ɵfac = function AlertModule_Factory(t) { return new (t || AlertModule)(); };
|
|
1410
1410
|
AlertModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: AlertModule });
|
|
1411
1411
|
AlertModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
1412
|
-
|
|
1412
|
+
i2.CommonModule,
|
|
1413
1413
|
i1.RpxTranslationModule.forChild()
|
|
1414
1414
|
]] });
|
|
1415
1415
|
(function () {
|
|
1416
1416
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(AlertModule, { declarations: [AlertComponent,
|
|
1417
|
-
AlertIconClassPipe], imports: [
|
|
1417
|
+
AlertIconClassPipe], imports: [i2.CommonModule, i1__namespace.RpxTranslationModule], exports: [AlertComponent] });
|
|
1418
1418
|
})();
|
|
1419
1419
|
(function () {
|
|
1420
1420
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AlertModule, [{
|
|
1421
1421
|
type: i0.NgModule,
|
|
1422
1422
|
args: [{
|
|
1423
1423
|
imports: [
|
|
1424
|
-
|
|
1424
|
+
i2.CommonModule,
|
|
1425
1425
|
i1.RpxTranslationModule.forChild()
|
|
1426
1426
|
],
|
|
1427
1427
|
declarations: [
|
|
@@ -1588,7 +1588,7 @@
|
|
|
1588
1588
|
if (rf & 2) {
|
|
1589
1589
|
i0__namespace.ɵɵproperty("ngIf", ctx.notificationBannerConfig);
|
|
1590
1590
|
}
|
|
1591
|
-
}, directives: [
|
|
1591
|
+
}, directives: [i2__namespace.NgIf, i2__namespace.NgClass, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase], styles: [".govuk-notification-banner[_ngcontent-%COMP%] .govuk-notification-banner__content[_ngcontent-%COMP%] .govuk-notification-banner__heading[_ngcontent-%COMP%]{margin-left:0;max-width:900px}.govuk-notification-banner[_ngcontent-%COMP%] .govuk-notification-banner__content[_ngcontent-%COMP%] .govuk-notification-banner__heading[_ngcontent-%COMP%] .govuk-notification-banner__link[_ngcontent-%COMP%]{margin-left:10px}.notification-banner-error[_ngcontent-%COMP%], .notification-banner-information[_ngcontent-%COMP%]{background-color:#d4351c;border:5px solid #d4351c}.notification-banner-warning[_ngcontent-%COMP%]{background-color:#912b88;border:5px solid #912b88}.notification-banner-success[_ngcontent-%COMP%]{background-color:#006435;border:5px solid #006435}"] });
|
|
1592
1592
|
(function () {
|
|
1593
1593
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NotificationBannerComponent, [{
|
|
1594
1594
|
type: i0.Component,
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
i0__namespace.ɵɵproperty("id", ctx.id)("ngClass", i0__namespace.ɵɵpureFunction1(3, _c0$X, !ctx.selected));
|
|
1624
1624
|
i0__namespace.ɵɵattribute("aria-hidden", !ctx.selected);
|
|
1625
1625
|
}
|
|
1626
|
-
}, directives: [
|
|
1626
|
+
}, directives: [i2__namespace.NgClass], styles: [".tabs-toggle[_ngcontent-%COMP%]{display:block;padding:10px 15px 3px;margin-bottom:8px}.tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{color:#0b0c0c;text-decoration:none;border-bottom:none}.tabs-toggle[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#005ea5}@media (max-width:640px){.tabs-list[_ngcontent-%COMP%]{border-bottom:1px solid #bfc1c3;margin-left:-15px;margin-right:-15px}.tabs-toggle[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3}.tabs-toggle[_ngcontent-%COMP%]:focus{color:#0b0c0c;outline:none}}@media (min-width:641px){.tabs-panel[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3;clear:both;overflow:hidden}.tabs-list[_ngcontent-%COMP%]{float:left}.tabs-list-item[_ngcontent-%COMP%]{float:left;position:relative;bottom:-1px;padding-top:10px}.tabs-toggle[_ngcontent-%COMP%]{background-color:#dee0e2;border:1px solid transparent;float:left;margin:0 6px 0 0;text-decoration:none}.tabs-toggle[_ngcontent-%COMP%]:visited{color:#005ea5}.tabs-toggle-selected[_ngcontent-%COMP%], .tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{background-color:#fff;border-bottom:0;border-color:#bfc1c3;padding-bottom:11px;margin-bottom:0;color:#0b0c0c}}"] });
|
|
1627
1627
|
(function () {
|
|
1628
1628
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TabComponent, [{
|
|
1629
1629
|
type: i0.Component,
|
|
@@ -1721,7 +1721,7 @@
|
|
|
1721
1721
|
i0__namespace.ɵɵadvance(2);
|
|
1722
1722
|
i0__namespace.ɵɵproperty("ngForOf", ctx.panels);
|
|
1723
1723
|
}
|
|
1724
|
-
}, directives: [
|
|
1724
|
+
}, directives: [i2__namespace.NgForOf, i1__namespace$1.RouterLinkWithHref, i2__namespace.NgClass], pipes: [i1__namespace.RpxTranslatePipe], styles: [".tabs-toggle[_ngcontent-%COMP%]{display:block;padding:10px 15px 3px;margin-bottom:8px}.tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{color:#0b0c0c;text-decoration:none;border-bottom:none}.tabs-toggle[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#005ea5}@media (max-width:640px){.tabs-list[_ngcontent-%COMP%]{border-bottom:1px solid #bfc1c3;margin-left:-15px;margin-right:-15px}.tabs-toggle[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3}.tabs-toggle[_ngcontent-%COMP%]:focus{color:#0b0c0c;outline:none}}@media (min-width:641px){.tabs-panel[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3;clear:both;overflow:hidden}.tabs-list[_ngcontent-%COMP%]{float:left}.tabs-list-item[_ngcontent-%COMP%]{float:left;position:relative;bottom:-1px;padding-top:10px}.tabs-toggle[_ngcontent-%COMP%]{background-color:#dee0e2;border:1px solid transparent;float:left;margin:0 6px 0 0;text-decoration:none}.tabs-toggle[_ngcontent-%COMP%]:visited{color:#005ea5}.tabs-toggle-selected[_ngcontent-%COMP%], .tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{background-color:#fff;border-bottom:0;border-color:#bfc1c3;padding-bottom:11px;margin-bottom:0;color:#0b0c0c}}"] });
|
|
1725
1725
|
(function () {
|
|
1726
1726
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TabsComponent, [{
|
|
1727
1727
|
type: i0.Component,
|
|
@@ -1749,13 +1749,13 @@
|
|
|
1749
1749
|
TabsModule.ɵfac = function TabsModule_Factory(t) { return new (t || TabsModule)(); };
|
|
1750
1750
|
TabsModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: TabsModule });
|
|
1751
1751
|
TabsModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
1752
|
-
|
|
1752
|
+
i2.CommonModule,
|
|
1753
1753
|
i1$1.RouterModule,
|
|
1754
1754
|
i1.RpxTranslationModule.forChild()
|
|
1755
1755
|
]] });
|
|
1756
1756
|
(function () {
|
|
1757
1757
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(TabsModule, { declarations: [TabsComponent,
|
|
1758
|
-
TabComponent], imports: [
|
|
1758
|
+
TabComponent], imports: [i2.CommonModule,
|
|
1759
1759
|
i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [TabsComponent,
|
|
1760
1760
|
TabComponent] });
|
|
1761
1761
|
})();
|
|
@@ -1764,7 +1764,7 @@
|
|
|
1764
1764
|
type: i0.NgModule,
|
|
1765
1765
|
args: [{
|
|
1766
1766
|
imports: [
|
|
1767
|
-
|
|
1767
|
+
i2.CommonModule,
|
|
1768
1768
|
i1$1.RouterModule,
|
|
1769
1769
|
i1.RpxTranslationModule.forChild()
|
|
1770
1770
|
],
|
|
@@ -1810,7 +1810,7 @@
|
|
|
1810
1810
|
i0__namespace.ɵɵadvance(3);
|
|
1811
1811
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(6, 6, ctx.description));
|
|
1812
1812
|
}
|
|
1813
|
-
}, directives: [
|
|
1813
|
+
}, directives: [i2__namespace.NgClass], pipes: [i1__namespace.RpxTranslatePipe], styles: [".caseLocked[_ngcontent-%COMP%]{background-color:#e72626}.caseLocked[_ngcontent-%COMP%], .someoneViewing[_ngcontent-%COMP%]{margin-top:4px;height:40px;filter:blur(0)}.someoneViewing[_ngcontent-%COMP%]{background-color:#912b88}.bannerIcon[_ngcontent-%COMP%]{float:left;padding-left:9px;transform:translateY(-40%)}.bannerIcon[_ngcontent-%COMP%], .bannerText[_ngcontent-%COMP%]{color:#fff;position:relative;top:50%}.bannerText[_ngcontent-%COMP%]{padding-left:40px;transform:translateY(-50%);height:20px;filter:blur(0);font-family:nta,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;text-align:left}"] });
|
|
1814
1814
|
(function () {
|
|
1815
1815
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ActivityBannerComponent, [{
|
|
1816
1816
|
type: i0.Component,
|
|
@@ -1980,7 +1980,7 @@
|
|
|
1980
1980
|
return AuthService;
|
|
1981
1981
|
}());
|
|
1982
1982
|
AuthService.PATH_OAUTH2_REDIRECT = '/oauth2redirect';
|
|
1983
|
-
AuthService.ɵfac = function AuthService_Factory(t) { return new (t || AuthService)(i0__namespace.ɵɵinject(AbstractAppConfig), i0__namespace.ɵɵinject(
|
|
1983
|
+
AuthService.ɵfac = function AuthService_Factory(t) { return new (t || AuthService)(i0__namespace.ɵɵinject(AbstractAppConfig), i0__namespace.ɵɵinject(i2.DOCUMENT)); };
|
|
1984
1984
|
AuthService.ɵprov = i0__namespace.ɵɵdefineInjectable({ token: AuthService, factory: AuthService.ɵfac });
|
|
1985
1985
|
(function () {
|
|
1986
1986
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AuthService, [{
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
}], function () {
|
|
1989
1989
|
return [{ type: AbstractAppConfig }, { type: undefined, decorators: [{
|
|
1990
1990
|
type: i0.Inject,
|
|
1991
|
-
args: [
|
|
1991
|
+
args: [i2.DOCUMENT]
|
|
1992
1992
|
}] }];
|
|
1993
1993
|
}, null);
|
|
1994
1994
|
})();
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
if (rf & 2) {
|
|
2550
2550
|
i0__namespace.ɵɵproperty("ngIf", ctx.isActivityEnabled());
|
|
2551
2551
|
}
|
|
2552
|
-
}, directives: [
|
|
2552
|
+
}, directives: [i2__namespace.NgIf, ActivityIconComponent, ActivityBannerComponent], pipes: [i1__namespace.RpxTranslatePipe], styles: [".activityEditorsIcon[_ngcontent-%COMP%]{margin-left:14px}.activityEditorsAndViewersIcons[_ngcontent-%COMP%], .activityViewersIcon[_ngcontent-%COMP%]{float:left;margin-left:14px}"] });
|
|
2553
2553
|
(function () {
|
|
2554
2554
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ActivityComponent, [{
|
|
2555
2555
|
type: i0.Component,
|
|
@@ -2577,14 +2577,14 @@
|
|
|
2577
2577
|
ActivityPollingService,
|
|
2578
2578
|
SessionStorageService
|
|
2579
2579
|
], imports: [[
|
|
2580
|
-
|
|
2580
|
+
i2.CommonModule,
|
|
2581
2581
|
i1$1.RouterModule,
|
|
2582
2582
|
i1.RpxTranslationModule.forChild()
|
|
2583
2583
|
]] });
|
|
2584
2584
|
(function () {
|
|
2585
2585
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(ActivityModule, { declarations: [ActivityComponent,
|
|
2586
2586
|
ActivityBannerComponent,
|
|
2587
|
-
ActivityIconComponent], imports: [
|
|
2587
|
+
ActivityIconComponent], imports: [i2.CommonModule,
|
|
2588
2588
|
i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [ActivityComponent,
|
|
2589
2589
|
ActivityBannerComponent,
|
|
2590
2590
|
ActivityIconComponent] });
|
|
@@ -2594,7 +2594,7 @@
|
|
|
2594
2594
|
type: i0.NgModule,
|
|
2595
2595
|
args: [{
|
|
2596
2596
|
imports: [
|
|
2597
|
-
|
|
2597
|
+
i2.CommonModule,
|
|
2598
2598
|
i1$1.RouterModule,
|
|
2599
2599
|
i1.RpxTranslationModule.forChild()
|
|
2600
2600
|
],
|
|
@@ -3331,7 +3331,7 @@
|
|
|
3331
3331
|
PaletteUtilsModule.ɵinj = i0__namespace.ɵɵdefineInjector({ providers: [
|
|
3332
3332
|
IsCompoundPipe
|
|
3333
3333
|
], imports: [[
|
|
3334
|
-
|
|
3334
|
+
i2.CommonModule
|
|
3335
3335
|
]] });
|
|
3336
3336
|
(function () {
|
|
3337
3337
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(PaletteUtilsModule, { declarations: [DatePipe,
|
|
@@ -3341,7 +3341,7 @@
|
|
|
3341
3341
|
IsMandatoryPipe,
|
|
3342
3342
|
IsReadOnlyPipe,
|
|
3343
3343
|
IsReadOnlyAndNotCollectionPipe,
|
|
3344
|
-
DashPipe], imports: [
|
|
3344
|
+
DashPipe], imports: [i2.CommonModule], exports: [DatePipe,
|
|
3345
3345
|
FieldLabelPipe,
|
|
3346
3346
|
FirstErrorPipe,
|
|
3347
3347
|
IsCompoundPipe,
|
|
@@ -3355,7 +3355,7 @@
|
|
|
3355
3355
|
type: i0.NgModule,
|
|
3356
3356
|
args: [{
|
|
3357
3357
|
imports: [
|
|
3358
|
-
|
|
3358
|
+
i2.CommonModule
|
|
3359
3359
|
],
|
|
3360
3360
|
declarations: [
|
|
3361
3361
|
DatePipe,
|
|
@@ -4478,7 +4478,7 @@
|
|
|
4478
4478
|
return FieldsUtils;
|
|
4479
4479
|
}());
|
|
4480
4480
|
FieldsUtils.caseLevelCaseFlagsFieldId = 'caseFlags';
|
|
4481
|
-
FieldsUtils.currencyPipe = new
|
|
4481
|
+
FieldsUtils.currencyPipe = new i2.CurrencyPipe('en-GB');
|
|
4482
4482
|
FieldsUtils.datePipe = new DatePipe(new FormatTranslatorService());
|
|
4483
4483
|
// EUI-4244. 3 dashes instead of 1 to make this less likely to clash with a real field.
|
|
4484
4484
|
FieldsUtils.LABEL_SUFFIX = '---LABEL';
|
|
@@ -6781,7 +6781,7 @@
|
|
|
6781
6781
|
LabelSubstitutorModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: LabelSubstitutorModule });
|
|
6782
6782
|
LabelSubstitutorModule.ɵinj = i0__namespace.ɵɵdefineInjector({ providers: [
|
|
6783
6783
|
FieldsUtils,
|
|
6784
|
-
|
|
6784
|
+
i2.CurrencyPipe,
|
|
6785
6785
|
] });
|
|
6786
6786
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(LabelSubstitutorModule, { declarations: [LabelSubstitutorDirective], exports: [LabelSubstitutorDirective] }); })();
|
|
6787
6787
|
(function () {
|
|
@@ -6796,7 +6796,7 @@
|
|
|
6796
6796
|
],
|
|
6797
6797
|
providers: [
|
|
6798
6798
|
FieldsUtils,
|
|
6799
|
-
|
|
6799
|
+
i2.CurrencyPipe,
|
|
6800
6800
|
]
|
|
6801
6801
|
}]
|
|
6802
6802
|
}], null, null);
|
|
@@ -11145,7 +11145,7 @@
|
|
|
11145
11145
|
if (rf & 2) {
|
|
11146
11146
|
i0__namespace.ɵɵproperty("ngIf", ctx.hasErrors() || ctx.hasWarnings());
|
|
11147
11147
|
}
|
|
11148
|
-
}, directives: [
|
|
11148
|
+
}, directives: [i2__namespace.NgIf, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
11149
11149
|
(function () {
|
|
11150
11150
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CallbackErrorsComponent, [{
|
|
11151
11151
|
type: i0.Component,
|
|
@@ -12783,7 +12783,7 @@
|
|
|
12783
12783
|
if (rf & 2) {
|
|
12784
12784
|
i0__namespace.ɵɵproperty("ngIf", ctx.hasReference());
|
|
12785
12785
|
}
|
|
12786
|
-
}, directives: [
|
|
12786
|
+
}, directives: [i2__namespace.NgIf], pipes: [CaseReferencePipe], encapsulation: 2 });
|
|
12787
12787
|
var ɵReadCaseLinkFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(ReadCaseLinkFieldComponent);
|
|
12788
12788
|
(function () {
|
|
12789
12789
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadCaseLinkFieldComponent, [{
|
|
@@ -12933,7 +12933,7 @@
|
|
|
12933
12933
|
i0__namespace.ɵɵadvance(1);
|
|
12934
12934
|
i0__namespace.ɵɵproperty("id", ctx.id())("formControl", ctx.caseReferenceControl);
|
|
12935
12935
|
}
|
|
12936
|
-
}, directives: [
|
|
12936
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
12937
12937
|
var ɵWriteCaseLinkFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteCaseLinkFieldComponent);
|
|
12938
12938
|
(function () {
|
|
12939
12939
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteCaseLinkFieldComponent, [{
|
|
@@ -13558,7 +13558,7 @@
|
|
|
13558
13558
|
};
|
|
13559
13559
|
return WriteCollectionFieldComponent;
|
|
13560
13560
|
}(AbstractFieldWriteComponent));
|
|
13561
|
-
WriteCollectionFieldComponent.ɵfac = function WriteCollectionFieldComponent_Factory(t) { return new (t || WriteCollectionFieldComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialog), i0__namespace.ɵɵdirectiveInject(i2__namespace.ScrollToService), i0__namespace.ɵɵdirectiveInject(ProfileNotifier)); };
|
|
13561
|
+
WriteCollectionFieldComponent.ɵfac = function WriteCollectionFieldComponent_Factory(t) { return new (t || WriteCollectionFieldComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialog), i0__namespace.ɵɵdirectiveInject(i2__namespace$1.ScrollToService), i0__namespace.ɵɵdirectiveInject(ProfileNotifier)); };
|
|
13562
13562
|
WriteCollectionFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) {
|
|
13563
13563
|
if (rf & 1) {
|
|
13564
13564
|
i0__namespace.ɵɵviewQuery(_c0$Q, 1);
|
|
@@ -13611,7 +13611,7 @@
|
|
|
13611
13611
|
templateUrl: './write-collection-field.html',
|
|
13612
13612
|
styleUrls: ['./collection-field.scss']
|
|
13613
13613
|
}]
|
|
13614
|
-
}], function () { return [{ type: i1__namespace$3.MatDialog }, { type: i2__namespace.ScrollToService }, { type: ProfileNotifier }]; }, { caseFields: [{
|
|
13614
|
+
}], function () { return [{ type: i1__namespace$3.MatDialog }, { type: i2__namespace$1.ScrollToService }, { type: ProfileNotifier }]; }, { caseFields: [{
|
|
13615
13615
|
type: i0.Input
|
|
13616
13616
|
}], formGroup: [{
|
|
13617
13617
|
type: i0.Input
|
|
@@ -14170,7 +14170,7 @@
|
|
|
14170
14170
|
if (rf & 2) {
|
|
14171
14171
|
i0__namespace.ɵɵproperty("ngIf", ctx.caseField.value);
|
|
14172
14172
|
}
|
|
14173
|
-
}, directives: [
|
|
14173
|
+
}, directives: [i2__namespace.NgIf], encapsulation: 2 });
|
|
14174
14174
|
(function () {
|
|
14175
14175
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadDocumentFieldComponent, [{
|
|
14176
14176
|
type: i0.Component,
|
|
@@ -14854,7 +14854,7 @@
|
|
|
14854
14854
|
i0__namespace.ɵɵadvance(2);
|
|
14855
14855
|
i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
14856
14856
|
}
|
|
14857
|
-
}, directives: [
|
|
14857
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i3__namespace.NgSelectOption, i3__namespace.ɵangular_packages_forms_forms_z, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
14858
14858
|
var ɵWriteDynamicListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteDynamicListFieldComponent);
|
|
14859
14859
|
(function () {
|
|
14860
14860
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteDynamicListFieldComponent, [{
|
|
@@ -14934,7 +14934,7 @@
|
|
|
14934
14934
|
if (rf & 2) {
|
|
14935
14935
|
i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.value);
|
|
14936
14936
|
}
|
|
14937
|
-
}, directives: [
|
|
14937
|
+
}, directives: [i2__namespace.NgForOf], pipes: [FixedListPipe], styles: [".multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{padding:5px 0}.multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%]{border-bottom:none}.multi-select-list-field-table[_ngcontent-%COMP%] td.collection-actions[_ngcontent-%COMP%]{width:1px;white-space:nowrap}"] });
|
|
14938
14938
|
var ɵReadDynamicMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(ReadDynamicMultiSelectListFieldComponent);
|
|
14939
14939
|
(function () {
|
|
14940
14940
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadDynamicMultiSelectListFieldComponent, [{
|
|
@@ -15105,7 +15105,7 @@
|
|
|
15105
15105
|
i0__namespace.ɵɵadvance(1);
|
|
15106
15106
|
i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
15107
15107
|
}
|
|
15108
|
-
}, directives: [
|
|
15108
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i2__namespace.NgForOf], pipes: [FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
15109
15109
|
var ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteDynamicMultiSelectListFieldComponent);
|
|
15110
15110
|
(function () {
|
|
15111
15111
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteDynamicMultiSelectListFieldComponent, [{
|
|
@@ -15330,7 +15330,7 @@
|
|
|
15330
15330
|
i0__namespace.ɵɵadvance(2);
|
|
15331
15331
|
i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.list_items);
|
|
15332
15332
|
}
|
|
15333
|
-
}, directives: [
|
|
15333
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i2__namespace.NgForOf, i3__namespace.RadioControlValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
15334
15334
|
var ɵWriteDynamicRadioListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteDynamicRadioListFieldComponent);
|
|
15335
15335
|
(function () {
|
|
15336
15336
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteDynamicRadioListFieldComponent, [{
|
|
@@ -15373,7 +15373,7 @@
|
|
|
15373
15373
|
if (rf & 2) {
|
|
15374
15374
|
i0__namespace.ɵɵproperty("ngIf", !ctx.isFieldValueEmpty());
|
|
15375
15375
|
}
|
|
15376
|
-
}, directives: [
|
|
15376
|
+
}, directives: [i2__namespace.NgIf], encapsulation: 2 });
|
|
15377
15377
|
var ɵReadEmailFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(ReadEmailFieldComponent);
|
|
15378
15378
|
(function () {
|
|
15379
15379
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadEmailFieldComponent, [{
|
|
@@ -15463,7 +15463,7 @@
|
|
|
15463
15463
|
i0__namespace.ɵɵadvance(1);
|
|
15464
15464
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c1$h, ctx.emailControl.errors && (ctx.emailControl.dirty || ctx.emailControl.touched)))("id", ctx.id())("formControl", ctx.emailControl);
|
|
15465
15465
|
}
|
|
15466
|
-
}, directives: [
|
|
15466
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
15467
15467
|
var ɵWriteEmailFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteEmailFieldComponent);
|
|
15468
15468
|
(function () {
|
|
15469
15469
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteEmailFieldComponent, [{
|
|
@@ -15627,7 +15627,7 @@
|
|
|
15627
15627
|
i0__namespace.ɵɵadvance(2);
|
|
15628
15628
|
i0__namespace.ɵɵproperty("ngForOf", ctx.listItems);
|
|
15629
15629
|
}
|
|
15630
|
-
}, directives: [
|
|
15630
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i3__namespace.NgSelectOption, i3__namespace.ɵangular_packages_forms_forms_z, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
15631
15631
|
var ɵWriteFixedListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteFixedListFieldComponent);
|
|
15632
15632
|
(function () {
|
|
15633
15633
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteFixedListFieldComponent, [{
|
|
@@ -15799,7 +15799,7 @@
|
|
|
15799
15799
|
i0__namespace.ɵɵadvance(2);
|
|
15800
15800
|
i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.field_type.fixed_list_items);
|
|
15801
15801
|
}
|
|
15802
|
-
}, directives: [
|
|
15802
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i2__namespace.NgForOf, i3__namespace.RadioControlValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
15803
15803
|
var ɵWriteFixedRadioListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteFixedRadioListFieldComponent);
|
|
15804
15804
|
(function () {
|
|
15805
15805
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteFixedRadioListFieldComponent, [{
|
|
@@ -15881,7 +15881,7 @@
|
|
|
15881
15881
|
if (rf & 2) {
|
|
15882
15882
|
i0__namespace.ɵɵproperty("ngIf", ctx.judicialUser);
|
|
15883
15883
|
}
|
|
15884
|
-
}, directives: [
|
|
15884
|
+
}, directives: [i2__namespace.NgIf], encapsulation: 2 });
|
|
15885
15885
|
(function () {
|
|
15886
15886
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadJudicialUserFieldComponent, [{
|
|
15887
15887
|
type: i0.Component,
|
|
@@ -16013,7 +16013,7 @@
|
|
|
16013
16013
|
i0__namespace.ɵɵadvance(1);
|
|
16014
16014
|
i0__namespace.ɵɵproperty("ngIf", !(ctx.filteredJudicialUsers == null ? null : ctx.filteredJudicialUsers.length) && ctx.showAutocomplete);
|
|
16015
16015
|
}
|
|
16016
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
16016
|
+
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i5__namespace.MatAutocompleteTrigger, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i5__namespace.MatAutocomplete, i2__namespace.NgForOf, i6__namespace.MatOption, i2__namespace.NgClass], pipes: [FieldLabelPipe], styles: [".mat-option[_ngcontent-%COMP%]:hover{background:#2596be}.mat-option.select-option[_ngcontent-%COMP%]:hover{background:#1d70b8;color:#fff}.hide-autocomplete[_ngcontent-%COMP%]{display:none}"] });
|
|
16017
16017
|
(function () {
|
|
16018
16018
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteJudicialUserFieldComponent, [{
|
|
16019
16019
|
type: i0.Component,
|
|
@@ -16381,7 +16381,7 @@
|
|
|
16381
16381
|
i0__namespace.ɵɵadvance(1);
|
|
16382
16382
|
i0__namespace.ɵɵproperty("ngIf", !ctx.serverLinkedApiError);
|
|
16383
16383
|
}
|
|
16384
|
-
}, directives: [
|
|
16384
|
+
}, directives: [i2__namespace.NgIf], encapsulation: 2 });
|
|
16385
16385
|
(function () {
|
|
16386
16386
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BeforeYouStartComponent, [{
|
|
16387
16387
|
type: i0.Component,
|
|
@@ -17915,7 +17915,7 @@
|
|
|
17915
17915
|
i0__namespace.ɵɵadvance(1);
|
|
17916
17916
|
i0__namespace.ɵɵproperty("ngIf", ctx.serverLinkedApiError)("ngIfElse", _r2);
|
|
17917
17917
|
}
|
|
17918
|
-
}, directives: [
|
|
17918
|
+
}, directives: [i2__namespace.NgIf], encapsulation: 2 });
|
|
17919
17919
|
(function () {
|
|
17920
17920
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NoLinkedCasesComponent, [{
|
|
17921
17921
|
type: i0.Component,
|
|
@@ -18138,7 +18138,7 @@
|
|
|
18138
18138
|
if (rf & 2) {
|
|
18139
18139
|
i0__namespace.ɵɵproperty("ngIf", ctx.linkedCases.length > 0);
|
|
18140
18140
|
}
|
|
18141
|
-
}, directives: [
|
|
18141
|
+
}, directives: [i2__namespace.NgIf, i2__namespace.NgClass, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgForOf, i3__namespace.FormArrayName], pipes: [CaseReferencePipe], encapsulation: 2 });
|
|
18142
18142
|
(function () {
|
|
18143
18143
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(UnLinkCasesComponent, [{
|
|
18144
18144
|
type: i0.Component,
|
|
@@ -18692,7 +18692,7 @@
|
|
|
18692
18692
|
if (rf & 2) {
|
|
18693
18693
|
i0__namespace.ɵɵproperty("ngIf", ctx.isNumber());
|
|
18694
18694
|
}
|
|
18695
|
-
}, directives: [
|
|
18695
|
+
}, directives: [i2__namespace.NgIf], pipes: [i2__namespace.CurrencyPipe], encapsulation: 2 });
|
|
18696
18696
|
var ɵReadMoneyGbpFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(ReadMoneyGbpFieldComponent);
|
|
18697
18697
|
(function () {
|
|
18698
18698
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadMoneyGbpFieldComponent, [{
|
|
@@ -18908,7 +18908,7 @@
|
|
|
18908
18908
|
i0__namespace.ɵɵadvance(4);
|
|
18909
18909
|
i0__namespace.ɵɵproperty("id", ctx.id())("name", ctx.id())("mandatory", i0__namespace.ɵɵpipeBind1(9, 9, ctx.caseField))("formControl", ctx.moneyGbpControl);
|
|
18910
18910
|
}
|
|
18911
|
-
}, directives: [
|
|
18911
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, MoneyGbpInputComponent, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [IsMandatoryPipe, i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
18912
18912
|
var ɵWriteMoneyGbpFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteMoneyGbpFieldComponent);
|
|
18913
18913
|
(function () {
|
|
18914
18914
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteMoneyGbpFieldComponent, [{
|
|
@@ -18971,7 +18971,7 @@
|
|
|
18971
18971
|
if (rf & 2) {
|
|
18972
18972
|
i0__namespace.ɵɵproperty("ngIf", ctx.caseField.value && ctx.caseField.value.length);
|
|
18973
18973
|
}
|
|
18974
|
-
}, directives: [
|
|
18974
|
+
}, directives: [i2__namespace.NgIf, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe, FixedListPipe], styles: [".multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{padding:5px 0}.multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%]{border-bottom:none}.multi-select-list-field-table[_ngcontent-%COMP%] td.collection-actions[_ngcontent-%COMP%]{width:1px;white-space:nowrap}"] });
|
|
18975
18975
|
var ɵReadMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(ReadMultiSelectListFieldComponent);
|
|
18976
18976
|
(function () {
|
|
18977
18977
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadMultiSelectListFieldComponent, [{
|
|
@@ -19125,7 +19125,7 @@
|
|
|
19125
19125
|
i0__namespace.ɵɵadvance(1);
|
|
19126
19126
|
i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.field_type.fixed_list_items);
|
|
19127
19127
|
}
|
|
19128
|
-
}, directives: [
|
|
19128
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
19129
19129
|
var ɵWriteMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteMultiSelectListFieldComponent);
|
|
19130
19130
|
(function () {
|
|
19131
19131
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteMultiSelectListFieldComponent, [{
|
|
@@ -19246,7 +19246,7 @@
|
|
|
19246
19246
|
i0__namespace.ɵɵadvance(1);
|
|
19247
19247
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c1$e, ctx.numberControl.errors && ctx.numberControl.dirty))("id", ctx.id())("formControl", ctx.numberControl);
|
|
19248
19248
|
}
|
|
19249
|
-
}, directives: [
|
|
19249
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.NumberValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
19250
19250
|
var ɵWriteNumberFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteNumberFieldComponent);
|
|
19251
19251
|
(function () {
|
|
19252
19252
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteNumberFieldComponent, [{
|
|
@@ -20124,7 +20124,7 @@
|
|
|
20124
20124
|
i0__namespace.ɵɵadvance(1);
|
|
20125
20125
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c1$d, ctx.phoneUkControl.errors && ctx.phoneUkControl.dirty))("id", ctx.id())("formControl", ctx.phoneUkControl);
|
|
20126
20126
|
}
|
|
20127
|
-
}, directives: [
|
|
20127
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
20128
20128
|
var ɵWritePhoneUKFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WritePhoneUKFieldComponent);
|
|
20129
20129
|
(function () {
|
|
20130
20130
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WritePhoneUKFieldComponent, [{
|
|
@@ -20160,6 +20160,7 @@
|
|
|
20160
20160
|
id: 'case-message-001',
|
|
20161
20161
|
subject: 'Review attached document',
|
|
20162
20162
|
name: 'Maggie Conroy',
|
|
20163
|
+
responseStatus: 'Response sent for Caseworker',
|
|
20163
20164
|
body: 'Please review attached document and advise if hearing should proceed?',
|
|
20164
20165
|
attachments: [
|
|
20165
20166
|
{
|
|
@@ -20179,6 +20180,7 @@
|
|
|
20179
20180
|
id: 'case-message-002',
|
|
20180
20181
|
subject: 'Games',
|
|
20181
20182
|
name: 'Maggie Conroy',
|
|
20183
|
+
responseStatus: 'Response sent for Caseworker',
|
|
20182
20184
|
body: 'Can I play games in my phone when my solicitor is talking?',
|
|
20183
20185
|
attachments: [],
|
|
20184
20186
|
isHearingRelated: true,
|
|
@@ -20189,6 +20191,7 @@
|
|
|
20189
20191
|
{
|
|
20190
20192
|
id: 'case-message-003',
|
|
20191
20193
|
name: 'Maggie Conroy',
|
|
20194
|
+
responseStatus: 'Response sent for Caseworker',
|
|
20192
20195
|
body: 'Using mobile phone is strictly prohibited in the court room.',
|
|
20193
20196
|
attachments: [],
|
|
20194
20197
|
isHearingRelated: true,
|
|
@@ -20207,6 +20210,7 @@
|
|
|
20207
20210
|
id: 'case-message-005',
|
|
20208
20211
|
subject: 'Add respondent detention order',
|
|
20209
20212
|
name: 'Maggie Conroy',
|
|
20213
|
+
responseStatus: 'Response sent for Caseworker',
|
|
20210
20214
|
body: 'Please add respondent detention order to the file XX20230423-DX.',
|
|
20211
20215
|
attachments: [],
|
|
20212
20216
|
isHearingRelated: false,
|
|
@@ -20216,6 +20220,7 @@
|
|
|
20216
20220
|
{
|
|
20217
20221
|
id: 'case-message-006',
|
|
20218
20222
|
name: 'Maggie Conroy',
|
|
20223
|
+
responseStatus: 'Response sent for Caseworker',
|
|
20219
20224
|
body: 'I confirm that the respondent detention order is now added to the file XX20230423-DX.',
|
|
20220
20225
|
attachments: [],
|
|
20221
20226
|
isHearingRelated: false,
|
|
@@ -20227,6 +20232,7 @@
|
|
|
20227
20232
|
id: 'case-message-007',
|
|
20228
20233
|
subject: 'Food',
|
|
20229
20234
|
name: 'Maggie Conroy',
|
|
20235
|
+
responseStatus: 'Response sent for Caseworker',
|
|
20230
20236
|
body: 'Can I eat in the hearings?',
|
|
20231
20237
|
attachments: [],
|
|
20232
20238
|
isHearingRelated: true,
|
|
@@ -20237,6 +20243,7 @@
|
|
|
20237
20243
|
{
|
|
20238
20244
|
id: 'case-message-008',
|
|
20239
20245
|
name: 'Maggie Conroy',
|
|
20246
|
+
responseStatus: 'Response sent for Caseworker',
|
|
20240
20247
|
body: 'Consumption of food is not allowed when a hearing is taking place.',
|
|
20241
20248
|
attachments: [],
|
|
20242
20249
|
isHearingRelated: true,
|
|
@@ -20249,6 +20256,7 @@
|
|
|
20249
20256
|
id: 'case-message-009',
|
|
20250
20257
|
subject: 'Bring relatives',
|
|
20251
20258
|
name: 'Maggie Conroy',
|
|
20259
|
+
responseStatus: 'Response received for professional user',
|
|
20252
20260
|
body: 'Can I bring my grandma with me so she get out from the residence?',
|
|
20253
20261
|
attachments: [],
|
|
20254
20262
|
isHearingRelated: true,
|
|
@@ -20259,6 +20267,7 @@
|
|
|
20259
20267
|
{
|
|
20260
20268
|
id: 'case-message-010',
|
|
20261
20269
|
name: 'Maggie Conroy',
|
|
20270
|
+
responseStatus: 'Response received for professional user',
|
|
20262
20271
|
body: 'Sorry, only those required for the hearing should be present inside the court room.',
|
|
20263
20272
|
attachments: [],
|
|
20264
20273
|
isHearingRelated: true,
|
|
@@ -20420,10 +20429,10 @@
|
|
|
20420
20429
|
QueryListResponseStatus["RESPONDED"] = "Responded";
|
|
20421
20430
|
})(QueryListResponseStatus || (QueryListResponseStatus = {}));
|
|
20422
20431
|
|
|
20423
|
-
function
|
|
20432
|
+
function WriteQueryManagementFieldComponent_p_28_Template(rf, ctx) {
|
|
20424
20433
|
if (rf & 1) {
|
|
20425
|
-
i0__namespace.ɵɵelementStart(0, "p",
|
|
20426
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
20434
|
+
i0__namespace.ɵɵelementStart(0, "p", 25);
|
|
20435
|
+
i0__namespace.ɵɵelementStart(1, "span", 26);
|
|
20427
20436
|
i0__namespace.ɵɵtext(2);
|
|
20428
20437
|
i0__namespace.ɵɵpipe(3, "rpxTranslate");
|
|
20429
20438
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -20433,15 +20442,15 @@
|
|
|
20433
20442
|
}
|
|
20434
20443
|
if (rf & 2) {
|
|
20435
20444
|
i0__namespace.ɵɵadvance(2);
|
|
20436
|
-
i0__namespace.ɵɵ
|
|
20445
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(3, 2, "Error:"));
|
|
20437
20446
|
i0__namespace.ɵɵadvance(2);
|
|
20438
|
-
i0__namespace.ɵɵtextInterpolate1("", i0__namespace.ɵɵpipeBind1(5, 4, "Enter a response message"), " ");
|
|
20447
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(5, 4, "Enter a response message"), " ");
|
|
20439
20448
|
}
|
|
20440
20449
|
}
|
|
20441
|
-
function
|
|
20450
|
+
function WriteQueryManagementFieldComponent_ng_container_44_p_1_Template(rf, ctx) {
|
|
20442
20451
|
if (rf & 1) {
|
|
20443
|
-
i0__namespace.ɵɵelementStart(0, "p",
|
|
20444
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
20452
|
+
i0__namespace.ɵɵelementStart(0, "p", 29);
|
|
20453
|
+
i0__namespace.ɵɵelementStart(1, "span", 26);
|
|
20445
20454
|
i0__namespace.ɵɵtext(2);
|
|
20446
20455
|
i0__namespace.ɵɵpipe(3, "rpxTranslate");
|
|
20447
20456
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -20451,179 +20460,223 @@
|
|
|
20451
20460
|
}
|
|
20452
20461
|
if (rf & 2) {
|
|
20453
20462
|
i0__namespace.ɵɵadvance(2);
|
|
20454
|
-
i0__namespace.ɵɵ
|
|
20463
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(3, 2, "Error:"));
|
|
20455
20464
|
i0__namespace.ɵɵadvance(2);
|
|
20456
|
-
i0__namespace.ɵɵtextInterpolate1("", i0__namespace.ɵɵpipeBind1(5, 4, "File error message"), " ");
|
|
20465
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(5, 4, "File error message"), " ");
|
|
20466
|
+
}
|
|
20467
|
+
}
|
|
20468
|
+
function WriteQueryManagementFieldComponent_ng_container_44_div_2_Template(rf, ctx) {
|
|
20469
|
+
if (rf & 1) {
|
|
20470
|
+
var _r7_1 = i0__namespace.ɵɵgetCurrentView();
|
|
20471
|
+
i0__namespace.ɵɵelementStart(0, "div", 3);
|
|
20472
|
+
i0__namespace.ɵɵelementStart(1, "div", 30);
|
|
20473
|
+
i0__namespace.ɵɵelementStart(2, "label", 31);
|
|
20474
|
+
i0__namespace.ɵɵtext(3);
|
|
20475
|
+
i0__namespace.ɵɵpipe(4, "rpxTranslate");
|
|
20476
|
+
i0__namespace.ɵɵelementEnd();
|
|
20477
|
+
i0__namespace.ɵɵelementStart(5, "button", 32);
|
|
20478
|
+
i0__namespace.ɵɵlistener("click", function WriteQueryManagementFieldComponent_ng_container_44_div_2_Template_button_click_5_listener() { i0__namespace.ɵɵrestoreView(_r7_1); var pos_r5 = ctx.index; var ctx_r6 = i0__namespace.ɵɵnextContext(2); return ctx_r6.removeAttachment(pos_r5); });
|
|
20479
|
+
i0__namespace.ɵɵtext(6);
|
|
20480
|
+
i0__namespace.ɵɵpipe(7, "rpxTranslate");
|
|
20481
|
+
i0__namespace.ɵɵelementEnd();
|
|
20482
|
+
i0__namespace.ɵɵelementEnd();
|
|
20483
|
+
i0__namespace.ɵɵelementStart(8, "div");
|
|
20484
|
+
i0__namespace.ɵɵtext(9);
|
|
20485
|
+
i0__namespace.ɵɵpipe(10, "rpxTranslate");
|
|
20486
|
+
i0__namespace.ɵɵelementEnd();
|
|
20487
|
+
i0__namespace.ɵɵelement(11, "input", 33);
|
|
20488
|
+
i0__namespace.ɵɵelementEnd();
|
|
20489
|
+
}
|
|
20490
|
+
if (rf & 2) {
|
|
20491
|
+
var pos_r5 = ctx.index;
|
|
20492
|
+
i0__namespace.ɵɵadvance(3);
|
|
20493
|
+
i0__namespace.ɵɵtextInterpolate2(" ", i0__namespace.ɵɵpipeBind1(4, 4, "Document"), " ", pos_r5 + 1, " ");
|
|
20494
|
+
i0__namespace.ɵɵadvance(3);
|
|
20495
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(7, 6, "Remove"), " ");
|
|
20496
|
+
i0__namespace.ɵɵadvance(3);
|
|
20497
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(10, 8, "Document"));
|
|
20498
|
+
}
|
|
20499
|
+
}
|
|
20500
|
+
function WriteQueryManagementFieldComponent_ng_container_44_Template(rf, ctx) {
|
|
20501
|
+
if (rf & 1) {
|
|
20502
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
20503
|
+
i0__namespace.ɵɵtemplate(1, WriteQueryManagementFieldComponent_ng_container_44_p_1_Template, 6, 6, "p", 27);
|
|
20504
|
+
i0__namespace.ɵɵtemplate(2, WriteQueryManagementFieldComponent_ng_container_44_div_2_Template, 12, 10, "div", 28);
|
|
20505
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
20506
|
+
}
|
|
20507
|
+
if (rf & 2) {
|
|
20508
|
+
var ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
20509
|
+
var tmp_0_0 = null;
|
|
20510
|
+
i0__namespace.ɵɵadvance(1);
|
|
20511
|
+
i0__namespace.ɵɵproperty("ngIf", (tmp_0_0 = ctx_r1.responseFormGroup.get("response")) == null ? null : tmp_0_0.errors == null ? null : tmp_0_0.errors.length);
|
|
20512
|
+
i0__namespace.ɵɵadvance(1);
|
|
20513
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r1.attachments);
|
|
20457
20514
|
}
|
|
20458
20515
|
}
|
|
20459
20516
|
var WriteQueryManagementFieldComponent = /** @class */ (function (_super) {
|
|
20460
20517
|
__extends(WriteQueryManagementFieldComponent, _super);
|
|
20461
20518
|
function WriteQueryManagementFieldComponent() {
|
|
20462
20519
|
var _this = _super.call(this) || this;
|
|
20520
|
+
_this.attachments = [];
|
|
20463
20521
|
_this.responseFormGroup = new i3.FormGroup({
|
|
20464
|
-
response: new i3.FormControl('',
|
|
20465
|
-
documents: new i3.FormControl([])
|
|
20522
|
+
response: new i3.FormControl('', i3.Validators.required),
|
|
20523
|
+
documents: new i3.FormControl([], i3.Validators.required)
|
|
20466
20524
|
});
|
|
20467
|
-
_this.errorMessages = [];
|
|
20468
|
-
_this.submitted = false;
|
|
20469
20525
|
return _this;
|
|
20470
20526
|
}
|
|
20471
20527
|
WriteQueryManagementFieldComponent.prototype.ngOnInit = function () {
|
|
20472
20528
|
this.queryItem = new QueryListItem();
|
|
20473
20529
|
Object.assign(this.queryItem, partyMessagesMockData[0].partyMessages[0]);
|
|
20474
20530
|
};
|
|
20475
|
-
WriteQueryManagementFieldComponent.prototype.
|
|
20476
|
-
|
|
20477
|
-
|
|
20478
|
-
|
|
20479
|
-
|
|
20480
|
-
|
|
20481
|
-
|
|
20482
|
-
|
|
20483
|
-
|
|
20531
|
+
WriteQueryManagementFieldComponent.prototype.addNewAttachment = function () {
|
|
20532
|
+
var document = {
|
|
20533
|
+
_links: {},
|
|
20534
|
+
originalDocumentName: ''
|
|
20535
|
+
};
|
|
20536
|
+
this.attachments.push(document);
|
|
20537
|
+
};
|
|
20538
|
+
WriteQueryManagementFieldComponent.prototype.removeAttachment = function (pos) {
|
|
20539
|
+
this.attachments.splice(pos, 1);
|
|
20484
20540
|
};
|
|
20485
20541
|
return WriteQueryManagementFieldComponent;
|
|
20486
20542
|
}(AbstractFieldReadComponent));
|
|
20487
20543
|
WriteQueryManagementFieldComponent.ɵfac = function WriteQueryManagementFieldComponent_Factory(t) { return new (t || WriteQueryManagementFieldComponent)(); };
|
|
20488
|
-
WriteQueryManagementFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteQueryManagementFieldComponent, selectors: [["ccd-write-query-management-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls:
|
|
20544
|
+
WriteQueryManagementFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteQueryManagementFieldComponent, selectors: [["ccd-write-query-management-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 57, vars: 48, consts: [[1, "govuk-!-margin-top-6", "govuk-!-margin-bottom-6"], [1, "govuk-!-margin-bottom-2"], ["href", "javascript:void(0)", 1, "govuk-back-link", "govuk-!-margin-top-0"], [1, "govuk-!-margin-bottom-6"], [1, "govuk-caption-l", "govuk-!-margin-bottom-6"], [1, "govuk-heading-l", "govuk-!-margin-bottom-4"], [1, "govuk-!-margin-bottom-4"], [1, "govuk-body-l", "govuk-!-margin-bottom-0"], [3, "queryItem"], [1, "govuk-heading-m"], [3, "formGroup"], [1, "govuk-form-group", "response-textarea"], [1, "govuk-label-wrapper"], ["for", "query-response", 1, "govuk-label", "govuk-!-font-weight-bold"], ["id", "query-response-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "query-response", "name", "query-response", "rows", "5", "aria-describedby", "query-response-hint query-response-error", 1, "govuk-textarea", 3, "formControlName"], [1, "govuk-form-group"], ["for", "add-documents", 1, "govuk-label"], [1, "govuk-!-font-weight-bold"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-!-margin-top-2", 3, "click"], [4, "ngIf"], [1, "govuk-button-group"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "disabled"], ["data-module", "govuk-button", 1, "govuk-button"], ["href", "javascript:void(0)", 1, "govuk-back-link"], ["id", "query-response-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "add-documents-error", "class", "govuk-error-message", 4, "ngIf"], ["class", "govuk-!-margin-bottom-6", 4, "ngFor", "ngForOf"], ["id", "add-documents-error", 1, "govuk-error-message"], [1, "govuk-grid-row"], [1, "govuk-label", "govuk-!-font-weight-bold", "govuk-grid-column-one-third"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", "govuk-!-margin-0", 3, "click"], ["id", "add-documents", "name", "add-documents", "type", "file", 1, "govuk-file-upload"]], template: function WriteQueryManagementFieldComponent_Template(rf, ctx) {
|
|
20489
20545
|
if (rf & 1) {
|
|
20490
20546
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
20491
|
-
i0__namespace.ɵɵ
|
|
20492
|
-
i0__namespace.ɵɵelementStart(2, "
|
|
20493
|
-
i0__namespace.ɵɵ
|
|
20494
|
-
i0__namespace.ɵɵ
|
|
20495
|
-
i0__namespace.ɵɵpipe(5, "rpxTranslate");
|
|
20547
|
+
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
20548
|
+
i0__namespace.ɵɵelementStart(2, "a", 2);
|
|
20549
|
+
i0__namespace.ɵɵtext(3);
|
|
20550
|
+
i0__namespace.ɵɵpipe(4, "rpxTranslate");
|
|
20496
20551
|
i0__namespace.ɵɵelementEnd();
|
|
20497
20552
|
i0__namespace.ɵɵelementEnd();
|
|
20553
|
+
i0__namespace.ɵɵelementStart(5, "div", 3);
|
|
20498
20554
|
i0__namespace.ɵɵelementStart(6, "div", 4);
|
|
20499
|
-
i0__namespace.ɵɵ
|
|
20500
|
-
i0__namespace.ɵɵ
|
|
20501
|
-
i0__namespace.ɵɵpipe(9, "rpxTranslate");
|
|
20555
|
+
i0__namespace.ɵɵtext(7);
|
|
20556
|
+
i0__namespace.ɵɵpipe(8, "rpxTranslate");
|
|
20502
20557
|
i0__namespace.ɵɵelementEnd();
|
|
20503
|
-
i0__namespace.ɵɵelementStart(
|
|
20504
|
-
i0__namespace.ɵɵtext(
|
|
20505
|
-
i0__namespace.ɵɵpipe(
|
|
20558
|
+
i0__namespace.ɵɵelementStart(9, "h1", 5);
|
|
20559
|
+
i0__namespace.ɵɵtext(10);
|
|
20560
|
+
i0__namespace.ɵɵpipe(11, "rpxTranslate");
|
|
20506
20561
|
i0__namespace.ɵɵelementEnd();
|
|
20507
|
-
i0__namespace.ɵɵelementStart(
|
|
20508
|
-
i0__namespace.ɵɵelementStart(
|
|
20509
|
-
i0__namespace.ɵɵtext(
|
|
20510
|
-
i0__namespace.ɵɵpipe(
|
|
20562
|
+
i0__namespace.ɵɵelementStart(12, "div", 6);
|
|
20563
|
+
i0__namespace.ɵɵelementStart(13, "div", 7);
|
|
20564
|
+
i0__namespace.ɵɵtext(14);
|
|
20565
|
+
i0__namespace.ɵɵpipe(15, "ccdCaseReference");
|
|
20511
20566
|
i0__namespace.ɵɵelementEnd();
|
|
20512
20567
|
i0__namespace.ɵɵelementEnd();
|
|
20513
|
-
i0__namespace.ɵɵelementStart(
|
|
20514
|
-
i0__namespace.ɵɵelement(
|
|
20568
|
+
i0__namespace.ɵɵelementStart(16, "div");
|
|
20569
|
+
i0__namespace.ɵɵelement(17, "ccd-query-details-table", 8);
|
|
20515
20570
|
i0__namespace.ɵɵelementEnd();
|
|
20516
20571
|
i0__namespace.ɵɵelementEnd();
|
|
20517
|
-
i0__namespace.ɵɵelementStart(
|
|
20518
|
-
i0__namespace.ɵɵelementStart(
|
|
20519
|
-
i0__namespace.ɵɵtext(
|
|
20520
|
-
i0__namespace.ɵɵpipe(
|
|
20572
|
+
i0__namespace.ɵɵelementStart(18, "div", 6);
|
|
20573
|
+
i0__namespace.ɵɵelementStart(19, "h1", 9);
|
|
20574
|
+
i0__namespace.ɵɵtext(20);
|
|
20575
|
+
i0__namespace.ɵɵpipe(21, "rpxTranslate");
|
|
20521
20576
|
i0__namespace.ɵɵelementEnd();
|
|
20522
|
-
i0__namespace.ɵɵelementStart(
|
|
20523
|
-
i0__namespace.ɵɵelementStart(
|
|
20524
|
-
i0__namespace.ɵɵelementStart(
|
|
20525
|
-
i0__namespace.ɵɵelementStart(
|
|
20526
|
-
i0__namespace.ɵɵtext(
|
|
20527
|
-
i0__namespace.ɵɵpipe(
|
|
20577
|
+
i0__namespace.ɵɵelementStart(22, "div", 10);
|
|
20578
|
+
i0__namespace.ɵɵelementStart(23, "div", 11);
|
|
20579
|
+
i0__namespace.ɵɵelementStart(24, "div", 12);
|
|
20580
|
+
i0__namespace.ɵɵelementStart(25, "label", 13);
|
|
20581
|
+
i0__namespace.ɵɵtext(26);
|
|
20582
|
+
i0__namespace.ɵɵpipe(27, "rpxTranslate");
|
|
20528
20583
|
i0__namespace.ɵɵelementEnd();
|
|
20529
20584
|
i0__namespace.ɵɵelementEnd();
|
|
20530
|
-
i0__namespace.ɵɵtemplate(
|
|
20531
|
-
i0__namespace.ɵɵelementStart(
|
|
20532
|
-
i0__namespace.ɵɵtext(
|
|
20585
|
+
i0__namespace.ɵɵtemplate(28, WriteQueryManagementFieldComponent_p_28_Template, 6, 6, "p", 14);
|
|
20586
|
+
i0__namespace.ɵɵelementStart(29, "textarea", 15);
|
|
20587
|
+
i0__namespace.ɵɵtext(30, " ");
|
|
20533
20588
|
i0__namespace.ɵɵelementEnd();
|
|
20534
20589
|
i0__namespace.ɵɵelementEnd();
|
|
20535
|
-
i0__namespace.ɵɵelementStart(
|
|
20536
|
-
i0__namespace.ɵɵelementStart(
|
|
20537
|
-
i0__namespace.ɵɵelementStart(
|
|
20538
|
-
i0__namespace.ɵɵelementStart(
|
|
20539
|
-
i0__namespace.ɵɵelementStart(
|
|
20540
|
-
i0__namespace.ɵɵtext(
|
|
20541
|
-
i0__namespace.ɵɵpipe(
|
|
20590
|
+
i0__namespace.ɵɵelementStart(31, "div");
|
|
20591
|
+
i0__namespace.ɵɵelementStart(32, "div", 16);
|
|
20592
|
+
i0__namespace.ɵɵelementStart(33, "div", 12);
|
|
20593
|
+
i0__namespace.ɵɵelementStart(34, "label", 17);
|
|
20594
|
+
i0__namespace.ɵɵelementStart(35, "div", 18);
|
|
20595
|
+
i0__namespace.ɵɵtext(36);
|
|
20596
|
+
i0__namespace.ɵɵpipe(37, "rpxTranslate");
|
|
20542
20597
|
i0__namespace.ɵɵelementEnd();
|
|
20543
|
-
i0__namespace.ɵɵelementStart(
|
|
20544
|
-
i0__namespace.ɵɵtext(
|
|
20545
|
-
i0__namespace.ɵɵpipe(
|
|
20598
|
+
i0__namespace.ɵɵelementStart(38, "div");
|
|
20599
|
+
i0__namespace.ɵɵtext(39);
|
|
20600
|
+
i0__namespace.ɵɵpipe(40, "rpxTranslate");
|
|
20546
20601
|
i0__namespace.ɵɵelementEnd();
|
|
20602
|
+
i0__namespace.ɵɵelementStart(41, "button", 19);
|
|
20603
|
+
i0__namespace.ɵɵlistener("click", function WriteQueryManagementFieldComponent_Template_button_click_41_listener() { return ctx.addNewAttachment(); });
|
|
20604
|
+
i0__namespace.ɵɵtext(42);
|
|
20605
|
+
i0__namespace.ɵɵpipe(43, "rpxTranslate");
|
|
20547
20606
|
i0__namespace.ɵɵelementEnd();
|
|
20548
20607
|
i0__namespace.ɵɵelementEnd();
|
|
20549
|
-
i0__namespace.ɵɵtemplate(42, WriteQueryManagementFieldComponent_p_42_Template, 6, 6, "p", 19);
|
|
20550
|
-
i0__namespace.ɵɵelement(43, "input", 20);
|
|
20551
20608
|
i0__namespace.ɵɵelementEnd();
|
|
20609
|
+
i0__namespace.ɵɵtemplate(44, WriteQueryManagementFieldComponent_ng_container_44_Template, 3, 2, "ng-container", 20);
|
|
20552
20610
|
i0__namespace.ɵɵelementEnd();
|
|
20553
20611
|
i0__namespace.ɵɵelementEnd();
|
|
20554
|
-
i0__namespace.ɵɵelementStart(44, "button", 21);
|
|
20555
|
-
i0__namespace.ɵɵtext(45);
|
|
20556
|
-
i0__namespace.ɵɵpipe(46, "rpxTranslate");
|
|
20557
20612
|
i0__namespace.ɵɵelementEnd();
|
|
20558
20613
|
i0__namespace.ɵɵelementEnd();
|
|
20559
|
-
i0__namespace.ɵɵelementStart(
|
|
20560
|
-
i0__namespace.ɵɵelementStart(
|
|
20561
|
-
i0__namespace.ɵɵ
|
|
20562
|
-
i0__namespace.ɵɵ
|
|
20614
|
+
i0__namespace.ɵɵelementStart(45, "div");
|
|
20615
|
+
i0__namespace.ɵɵelementStart(46, "div", 21);
|
|
20616
|
+
i0__namespace.ɵɵelementStart(47, "button", 22);
|
|
20617
|
+
i0__namespace.ɵɵtext(48);
|
|
20618
|
+
i0__namespace.ɵɵpipe(49, "rpxTranslate");
|
|
20563
20619
|
i0__namespace.ɵɵelementEnd();
|
|
20564
|
-
i0__namespace.ɵɵelementStart(
|
|
20565
|
-
i0__namespace.ɵɵ
|
|
20566
|
-
i0__namespace.ɵɵ
|
|
20567
|
-
i0__namespace.ɵɵpipe(53, "rpxTranslate");
|
|
20620
|
+
i0__namespace.ɵɵelementStart(50, "button", 23);
|
|
20621
|
+
i0__namespace.ɵɵtext(51);
|
|
20622
|
+
i0__namespace.ɵɵpipe(52, "rpxTranslate");
|
|
20568
20623
|
i0__namespace.ɵɵelementEnd();
|
|
20569
20624
|
i0__namespace.ɵɵelementEnd();
|
|
20570
|
-
i0__namespace.ɵɵ
|
|
20571
|
-
i0__namespace.ɵɵelementStart(
|
|
20572
|
-
i0__namespace.ɵɵ
|
|
20573
|
-
i0__namespace.ɵɵ
|
|
20625
|
+
i0__namespace.ɵɵelementEnd();
|
|
20626
|
+
i0__namespace.ɵɵelementStart(53, "div", 1);
|
|
20627
|
+
i0__namespace.ɵɵelementStart(54, "a", 24);
|
|
20628
|
+
i0__namespace.ɵɵtext(55);
|
|
20629
|
+
i0__namespace.ɵɵpipe(56, "rpxTranslate");
|
|
20574
20630
|
i0__namespace.ɵɵelementEnd();
|
|
20575
20631
|
i0__namespace.ɵɵelementEnd();
|
|
20576
20632
|
i0__namespace.ɵɵelementEnd();
|
|
20577
20633
|
}
|
|
20578
20634
|
if (rf & 2) {
|
|
20579
|
-
var
|
|
20635
|
+
var tmp_7_0 = null;
|
|
20636
|
+
var tmp_9_0 = null;
|
|
20580
20637
|
var tmp_10_0 = null;
|
|
20581
|
-
var
|
|
20582
|
-
var tmp_13_0 = null;
|
|
20583
|
-
var tmp_16_0 = null;
|
|
20584
|
-
i0__namespace.ɵɵadvance(1);
|
|
20585
|
-
i0__namespace.ɵɵproperty("errorMessages", ctx.errorMessages);
|
|
20638
|
+
var tmp_12_0 = null;
|
|
20586
20639
|
i0__namespace.ɵɵadvance(3);
|
|
20587
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20640
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(4, 24, "Back to tasks"));
|
|
20588
20641
|
i0__namespace.ɵɵadvance(4);
|
|
20589
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20642
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(8, 26, "Respond to query"));
|
|
20590
20643
|
i0__namespace.ɵɵadvance(3);
|
|
20591
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20644
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(11, 28, "Query details"));
|
|
20592
20645
|
i0__namespace.ɵɵadvance(4);
|
|
20593
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20646
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(15, 30, ctx.caseReference));
|
|
20594
20647
|
i0__namespace.ɵɵadvance(3);
|
|
20595
20648
|
i0__namespace.ɵɵproperty("queryItem", ctx.queryItem);
|
|
20596
20649
|
i0__namespace.ɵɵadvance(3);
|
|
20597
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20650
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(21, 32, "Respond to a query"));
|
|
20598
20651
|
i0__namespace.ɵɵadvance(2);
|
|
20599
20652
|
i0__namespace.ɵɵproperty("formGroup", ctx.responseFormGroup);
|
|
20600
20653
|
i0__namespace.ɵɵadvance(1);
|
|
20601
|
-
i0__namespace.ɵɵclassProp("govuk-form-group--error",
|
|
20654
|
+
i0__namespace.ɵɵclassProp("govuk-form-group--error", (tmp_7_0 = ctx.responseFormGroup.get("response")) == null ? null : tmp_7_0.errors == null ? null : tmp_7_0.errors.length);
|
|
20602
20655
|
i0__namespace.ɵɵadvance(3);
|
|
20603
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
20656
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(27, 34, "Response message"), " ");
|
|
20604
20657
|
i0__namespace.ɵɵadvance(2);
|
|
20605
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
20658
|
+
i0__namespace.ɵɵproperty("ngIf", (tmp_9_0 = ctx.responseFormGroup.get("response")) == null ? null : tmp_9_0.errors == null ? null : tmp_9_0.errors.length);
|
|
20606
20659
|
i0__namespace.ɵɵadvance(1);
|
|
20607
|
-
i0__namespace.ɵɵclassProp("govuk-textarea--error",
|
|
20660
|
+
i0__namespace.ɵɵclassProp("govuk-textarea--error", (tmp_10_0 = ctx.responseFormGroup.get("response")) == null ? null : tmp_10_0.errors == null ? null : tmp_10_0.errors.length);
|
|
20608
20661
|
i0__namespace.ɵɵproperty("formControlName", "response");
|
|
20609
20662
|
i0__namespace.ɵɵadvance(3);
|
|
20610
|
-
i0__namespace.ɵɵclassProp("govuk-form-group--error",
|
|
20663
|
+
i0__namespace.ɵɵclassProp("govuk-form-group--error", (tmp_12_0 = ctx.responseFormGroup.get("documents")) == null ? null : tmp_12_0.errors == null ? null : tmp_12_0.errors.length);
|
|
20611
20664
|
i0__namespace.ɵɵadvance(4);
|
|
20612
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20665
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(37, 36, "Add document (optional)"));
|
|
20613
20666
|
i0__namespace.ɵɵadvance(3);
|
|
20614
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20615
|
-
i0__namespace.ɵɵadvance(2);
|
|
20616
|
-
i0__namespace.ɵɵproperty("ngIf", ctx.submitted && ((tmp_16_0 = ctx.responseFormGroup.get("documents")) == null ? null : tmp_16_0.errors));
|
|
20667
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(40, 38, "Attach a document to this message"));
|
|
20617
20668
|
i0__namespace.ɵɵadvance(3);
|
|
20618
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
20669
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(43, 40, "Add new"), " ");
|
|
20670
|
+
i0__namespace.ɵɵadvance(2);
|
|
20671
|
+
i0__namespace.ɵɵproperty("ngIf", ctx.attachments.length);
|
|
20619
20672
|
i0__namespace.ɵɵadvance(3);
|
|
20620
20673
|
i0__namespace.ɵɵproperty("disabled", true);
|
|
20621
20674
|
i0__namespace.ɵɵadvance(1);
|
|
20622
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
20675
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(49, 42, "Previous"), " ");
|
|
20623
20676
|
i0__namespace.ɵɵadvance(3);
|
|
20624
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
20677
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(52, 44, "Continue"), " ");
|
|
20625
20678
|
i0__namespace.ɵɵadvance(4);
|
|
20626
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20679
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(56, 46, "Cancel and return to query list"));
|
|
20627
20680
|
}
|
|
20628
20681
|
}, styles: [".response-textarea[_ngcontent-%COMP%]{max-width:576px}"] });
|
|
20629
20682
|
(function () {
|
|
@@ -20757,7 +20810,7 @@
|
|
|
20757
20810
|
i0__namespace.ɵɵadvance(1);
|
|
20758
20811
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c1$c, ctx.textareaControl.errors && (ctx.textareaControl.dirty || ctx.textareaControl.touched)))("id", ctx.id())("formControl", ctx.textareaControl);
|
|
20759
20812
|
}
|
|
20760
|
-
}, directives: [
|
|
20813
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
20761
20814
|
(function () {
|
|
20762
20815
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteTextAreaFieldComponent, [{
|
|
20763
20816
|
type: i0.Component,
|
|
@@ -20883,7 +20936,7 @@
|
|
|
20883
20936
|
i0__namespace.ɵɵadvance(1);
|
|
20884
20937
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c1$b, (ctx.textControl == null ? null : ctx.textControl.errors) && (ctx.textControl.dirty || ctx.textControl.touched)))("id", ctx.id())("formControl", ctx.textControl);
|
|
20885
20938
|
}
|
|
20886
|
-
}, directives: [
|
|
20939
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
20887
20940
|
var ɵWriteTextFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteTextFieldComponent);
|
|
20888
20941
|
(function () {
|
|
20889
20942
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteTextFieldComponent, [{
|
|
@@ -20944,7 +20997,7 @@
|
|
|
20944
20997
|
if (rf & 2) {
|
|
20945
20998
|
i0__namespace.ɵɵproperty("ngIf", ctx.getUserRoles().length > 0);
|
|
20946
20999
|
}
|
|
20947
|
-
}, directives: [
|
|
21000
|
+
}, directives: [i2__namespace.NgIf, i3__namespace$1.PaymentLibComponent], encapsulation: 2 });
|
|
20948
21001
|
(function () {
|
|
20949
21002
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WaysToPayFieldComponent, [{
|
|
20950
21003
|
type: i0.Component,
|
|
@@ -21152,7 +21205,7 @@
|
|
|
21152
21205
|
i0__namespace.ɵɵadvance(1);
|
|
21153
21206
|
i0__namespace.ɵɵproperty("ngForOf", ctx.yesNoValues);
|
|
21154
21207
|
}
|
|
21155
|
-
}, directives: [
|
|
21208
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i2__namespace.NgForOf, i3__namespace.RadioControlValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
21156
21209
|
(function () {
|
|
21157
21210
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteYesNoFieldComponent, [{
|
|
21158
21211
|
type: i0.Component,
|
|
@@ -21528,7 +21581,7 @@
|
|
|
21528
21581
|
i0__namespace.ɵɵadvance(1);
|
|
21529
21582
|
i0__namespace.ɵɵproperty("ngIf", ctx.withLabel && !ctx.isLabel() && (!ctx.isComplex() || ctx.isCaseLink()))("ngIfElse", _r1);
|
|
21530
21583
|
}
|
|
21531
|
-
}, directives: [
|
|
21584
|
+
}, directives: [i2__namespace.NgIf, i2__namespace.NgTemplateOutlet], pipes: [i1__namespace.RpxTranslatePipe], styles: [".case-field[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.case-field[_ngcontent-%COMP%]{box-sizing:border-box;margin-bottom:15px}@media (min-width:641px){.case-field[_ngcontent-%COMP%]{margin-bottom:30px}}.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{display:block;color:#0b0c0c;padding-bottom:2px;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media (min-width:641px){.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{font-size:19px;line-height:1.3157894737}}.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:16px;line-height:1.25}@media (min-width:641px){.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-size:19px;line-height:1.3157894737}}.form [_nghost-%COMP%] .grey-bar>*>.form-group, .form [_nghost-%COMP%] .grey-bar>*>dl.case-field{margin-left:15px;padding-left:15px}.form [_nghost-%COMP%] .grey-bar>*>.form-group:not(.form-group-error), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field:not(.form-group-error){border-left:5px solid #b1b4b6}.form [_nghost-%COMP%] .grey-bar>*>.form-group input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>.form-group select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>.form-group textarea:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field textarea:not(.inline-block){display:block}"] });
|
|
21532
21585
|
var ɵFieldReadLabelComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(FieldReadLabelComponent);
|
|
21533
21586
|
(function () {
|
|
21534
21587
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldReadLabelComponent, [{
|
|
@@ -21727,7 +21780,7 @@
|
|
|
21727
21780
|
i0__namespace.ɵɵadvance(2);
|
|
21728
21781
|
i0__namespace.ɵɵproperty("ngForOf", ctx.currentCategories);
|
|
21729
21782
|
}
|
|
21730
|
-
}, directives: [
|
|
21783
|
+
}, directives: [i2__namespace.NgForOf, i2__namespace.NgTemplateOutlet], styles: [":host{position:relative;display:block}.folders{margin-bottom:20px}.folder{display:none;border-top:1px solid #ccc;margin:0 0 -1px}.folder:last-child{border-bottom:1px solid #ccc}.folders>.folder,input:checked~.folder{display:block}.iconImg{position:relative;display:inline-block;height:28px}.folder>.folder{margin-left:20px}.folder label:before{top:3px}.folder label:after{top:13px}p{font-weight:700}button{margin-right:20px}.close{float:right;width:30px;height:30px;background:url(/assets/img/x.PNG) no-repeat 50%}.cancel,.close{cursor:pointer}.cdk-overlay-pane{overflow:auto}.cdk-overlay-pane::-webkit-scrollbar{width:7px}.cdk-overlay-pane::-webkit-scrollbar-thumb{border:4px solid transparent;background-clip:padding-box;border-radius:9999px;background-color:#aaa}.cdk-overlay-pane::-webkit-scrollbar-button{display:none}.cdk-overlay-pane::-webkit-scrollbar-track-piece{background:#eee}.cdk-overlay-pane::-webkit-scrollbar-thumb{background:#ccc}"], encapsulation: 2 });
|
|
21731
21784
|
(function () {
|
|
21732
21785
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderSelectorComponent, [{
|
|
21733
21786
|
type: i0.Component,
|
|
@@ -21839,7 +21892,7 @@
|
|
|
21839
21892
|
i0__namespace.ɵɵadvance(4);
|
|
21840
21893
|
i0__namespace.ɵɵproperty("cdkConnectedOverlayOrigin", _r0)("cdkConnectedOverlayOpen", ctx.isOpen)("cdkConnectedOverlayHasBackdrop", true)("cdkConnectedOverlayBackdropClass", "cdk-overlay-transparent-backdrop");
|
|
21841
21894
|
}
|
|
21842
|
-
}, directives: [i1__namespace$4.CdkOverlayOrigin, i1__namespace$4.CdkConnectedOverlay,
|
|
21895
|
+
}, directives: [i1__namespace$4.CdkOverlayOrigin, i1__namespace$4.CdkConnectedOverlay, i2__namespace.NgIf, i2__namespace.NgForOf], styles: [".overlay-toggle[_ngcontent-%COMP%]{display:block;background:none;border:0;padding:0 6px;margin-right:-6px;cursor:pointer}.overlay-menu[_ngcontent-%COMP%]{background-color:#fafafa;border:1px solid grey;margin-top:8px;font-size:1rem}.overlay-menu__item[_ngcontent-%COMP%], .overlay-menu__title[_ngcontent-%COMP%]{padding:10px;border-bottom:1px solid grey}.overlay-menu__item[_ngcontent-%COMP%]:last-child, .overlay-menu__title[_ngcontent-%COMP%]:last-child{border:none}.overlay-menu__title[_ngcontent-%COMP%]{padding-left:6px;padding-right:6px}.overlay-menu__item[_ngcontent-%COMP%]{display:flex;align-items:center;cursor:pointer;font-size:.875em}.overlay-menu__item[_ngcontent-%COMP%]:hover{background-color:#fff2cc}.overlay-menu__itemIcon[_ngcontent-%COMP%]{height:1.25em;width:1.25em;margin-right:6px}"] });
|
|
21843
21896
|
(function () {
|
|
21844
21897
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewOverlayMenuComponent, [{
|
|
21845
21898
|
type: i0.Component,
|
|
@@ -22424,7 +22477,7 @@
|
|
|
22424
22477
|
i0__namespace.ɵɵadvance(3);
|
|
22425
22478
|
i0__namespace.ɵɵproperty("ngIf", ctx.documentTreeData);
|
|
22426
22479
|
}
|
|
22427
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, CaseFileViewFolderSortComponent,
|
|
22480
|
+
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, CaseFileViewFolderSortComponent, i2__namespace.NgIf, i7__namespace.CdkTree, i7__namespace.CdkTreeNodeDef, i7__namespace.CdkNestedTreeNode, CaseFileViewFolderDocumentActionsComponent, i7__namespace.CdkTreeNodeToggle, i7__namespace.CdkTreeNodeOutlet], styles: ["[_nghost-%COMP%]{display:flex;height:100%;flex-direction:column}[_nghost-%COMP%] .document-tree-container[_ngcontent-%COMP%]{flex:1 0}.document-filter-container[_ngcontent-%COMP%]{border-bottom:2px solid #c9c9c9}.document-filter-container[_ngcontent-%COMP%] .document-filter[_ngcontent-%COMP%]{padding:10px}.document-filter-container[_ngcontent-%COMP%] .document-filter[_ngcontent-%COMP%] .document-search[_ngcontent-%COMP%]{background:url(/assets/images/icon-search-black.svg) no-repeat 100% #fff;background-position-x:calc(100% - 4px);padding-right:30px;width:100%}.document-filter-container[_ngcontent-%COMP%] .documents-title[_ngcontent-%COMP%]{height:30%;margin-left:8px;font-weight:700}.document-tree-container[_ngcontent-%COMP%]{padding:4px;overflow-x:hidden;overflow-y:scroll}.document-tree-container__node[_ngcontent-%COMP%]{display:block}.document-tree-container__node[_ngcontent-%COMP%] .document-tree-container__node[_ngcontent-%COMP%]{padding-left:40px}.document-tree-container[_ngcontent-%COMP%] .document-tree-invisible[_ngcontent-%COMP%]{display:none}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar{width:7px}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar-thumb{border:4px solid transparent;background-clip:padding-box;border-radius:9999px;background-color:#aaa}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar-button{display:none}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar-track-piece{background:#eee}.document-tree-container[_ngcontent-%COMP%]::-webkit-scrollbar-thumb{background:#ccc}.document-folders-header[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #c9c9c9;padding:10px}.document-folders-header__title[_ngcontent-%COMP%]{font-weight:700}.node[_ngcontent-%COMP%]{display:flex;align-items:center;width:100%;padding:6px;background:none;border:0;cursor:pointer;white-space:nowrap}.node--selected[_ngcontent-%COMP%]{background:#fff2cc}.node__icon[_ngcontent-%COMP%]{position:relative;display:inline-block}.node__count[_ngcontent-%COMP%]{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.875rem;padding-top:4px}.node__iconImg[_ngcontent-%COMP%]{display:block;height:30px;width:30px}.node__name[_ngcontent-%COMP%]{margin-left:6px;font-size:1rem;overflow:hidden;text-overflow:ellipsis}.node__document-options[_ngcontent-%COMP%]{margin-left:auto;margin-right:0}"] });
|
|
22428
22481
|
(function () {
|
|
22429
22482
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderComponent, [{
|
|
22430
22483
|
type: i0.Component,
|
|
@@ -23692,7 +23745,7 @@
|
|
|
23692
23745
|
i0__namespace.ɵɵadvance(1);
|
|
23693
23746
|
i0__namespace.ɵɵproperty("ngIf", !ctx.caseFlagsConfigError);
|
|
23694
23747
|
}
|
|
23695
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
23748
|
+
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i2__namespace.NgIf, i2__namespace.NgForOf, i3__namespace.RadioControlValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
23696
23749
|
(function () {
|
|
23697
23750
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SelectFlagLocationComponent, [{
|
|
23698
23751
|
type: i0.Component,
|
|
@@ -23870,7 +23923,7 @@
|
|
|
23870
23923
|
i0__namespace.ɵɵadvance(4);
|
|
23871
23924
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(20, 19, "Next"));
|
|
23872
23925
|
}
|
|
23873
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
23926
|
+
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
23874
23927
|
(function () {
|
|
23875
23928
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AddCommentsComponent, [{
|
|
23876
23929
|
type: i0.Component,
|
|
@@ -24795,7 +24848,7 @@
|
|
|
24795
24848
|
i0__namespace.ɵɵadvance(4);
|
|
24796
24849
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(53, 53, "Next"), " ");
|
|
24797
24850
|
}
|
|
24798
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
24851
|
+
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
24799
24852
|
(function () {
|
|
24800
24853
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(UpdateFlagAddTranslationFormComponent, [{
|
|
24801
24854
|
type: i0.Component,
|
|
@@ -25107,7 +25160,7 @@
|
|
|
25107
25160
|
if (rf & 2) {
|
|
25108
25161
|
i0__namespace.ɵɵproperty("ngIf", ctx.flagForSummaryDisplay);
|
|
25109
25162
|
}
|
|
25110
|
-
}, directives: [
|
|
25163
|
+
}, directives: [i2__namespace.NgIf], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
25111
25164
|
(function () {
|
|
25112
25165
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFlagSummaryListComponent, [{
|
|
25113
25166
|
type: i0.Component,
|
|
@@ -25297,7 +25350,7 @@
|
|
|
25297
25350
|
i0__namespace.ɵɵadvance(4);
|
|
25298
25351
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(22, 18, "Next"));
|
|
25299
25352
|
}
|
|
25300
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
25353
|
+
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i2__namespace.NgForOf, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, i3__namespace.RadioControlValueAccessor], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
25301
25354
|
(function () {
|
|
25302
25355
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ConfirmFlagStatusComponent, [{
|
|
25303
25356
|
type: i0.Component,
|
|
@@ -25342,7 +25395,7 @@
|
|
|
25342
25395
|
return null;
|
|
25343
25396
|
};
|
|
25344
25397
|
return FlagFieldDisplayPipe;
|
|
25345
|
-
}(
|
|
25398
|
+
}(i2.AsyncPipe));
|
|
25346
25399
|
FlagFieldDisplayPipe.ɵfac = function FlagFieldDisplayPipe_Factory(t) { return new (t || FlagFieldDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25347
25400
|
FlagFieldDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "flagFieldDisplay", type: FlagFieldDisplayPipe, pure: false });
|
|
25348
25401
|
(function () {
|
|
@@ -25382,7 +25435,7 @@
|
|
|
25382
25435
|
return null;
|
|
25383
25436
|
};
|
|
25384
25437
|
return LanguageInterpreterDisplayPipe;
|
|
25385
|
-
}(
|
|
25438
|
+
}(i2.AsyncPipe));
|
|
25386
25439
|
LanguageInterpreterDisplayPipe.ɵfac = function LanguageInterpreterDisplayPipe_Factory(t) { return new (t || LanguageInterpreterDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25387
25440
|
LanguageInterpreterDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "languageInterpreterDisplay", type: LanguageInterpreterDisplayPipe, pure: false });
|
|
25388
25441
|
(function () {
|
|
@@ -25490,7 +25543,7 @@
|
|
|
25490
25543
|
: flagDetail.name || flagDetail.name_cy;
|
|
25491
25544
|
};
|
|
25492
25545
|
return ManageCaseFlagsLabelDisplayPipe;
|
|
25493
|
-
}(
|
|
25546
|
+
}(i2.AsyncPipe));
|
|
25494
25547
|
ManageCaseFlagsLabelDisplayPipe.CASE_LEVEL_CASE_FLAGS_FIELD_ID = 'caseFlags';
|
|
25495
25548
|
ManageCaseFlagsLabelDisplayPipe.ɵfac = function ManageCaseFlagsLabelDisplayPipe_Factory(t) { return new (t || ManageCaseFlagsLabelDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25496
25549
|
ManageCaseFlagsLabelDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "manageCaseFlagsLabelDisplay", type: ManageCaseFlagsLabelDisplayPipe, pure: false });
|
|
@@ -25568,7 +25621,7 @@
|
|
|
25568
25621
|
return '';
|
|
25569
25622
|
};
|
|
25570
25623
|
return UpdateFlagTitleDisplayPipe;
|
|
25571
|
-
}(
|
|
25624
|
+
}(i2.AsyncPipe));
|
|
25572
25625
|
UpdateFlagTitleDisplayPipe.ɵfac = function UpdateFlagTitleDisplayPipe_Factory(t) { return new (t || UpdateFlagTitleDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25573
25626
|
UpdateFlagTitleDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "updateFlagTitleDisplay", type: UpdateFlagTitleDisplayPipe, pure: false });
|
|
25574
25627
|
(function () {
|
|
@@ -26347,7 +26400,7 @@
|
|
|
26347
26400
|
i0__namespace.ɵɵadvance(1);
|
|
26348
26401
|
i0__namespace.ɵɵproperty("id", ctx.id())("isDateTime", ctx.isDateTime())("mandatory", i0__namespace.ɵɵpipeBind1(7, 10, ctx.caseField))("isInvalid", ctx.dateControl.errors && (ctx.dateControl.dirty || ctx.dateControl.touched))("formControl", ctx.dateControl);
|
|
26349
26402
|
}
|
|
26350
|
-
}, directives: [
|
|
26403
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, DateInputComponent, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [IsMandatoryPipe, i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
26351
26404
|
var ɵWriteDateFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteDateFieldComponent);
|
|
26352
26405
|
(function () {
|
|
26353
26406
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteDateFieldComponent, [{
|
|
@@ -26666,7 +26719,7 @@
|
|
|
26666
26719
|
i0__namespace.ɵɵadvance(1);
|
|
26667
26720
|
i0__namespace.ɵɵproperty("color", ctx.color)("touchUi", ctx.touchUi)("hideTime", ctx.hideTime)("startView", ctx.startView)("stepHour", ctx.stepHour)("stepSecond", ctx.stepSecond)("stepMinute", ctx.stepMinute)("showSeconds", ctx.showSeconds)("showSpinners", ctx.showSpinners)("disableMinute", ctx.disableMinute)("enableMeridian", ctx.enableMeridian);
|
|
26668
26721
|
}
|
|
26669
|
-
}, directives: [i5__namespace.NgClass, i5__namespace.NgIf, i3__namespace.DefaultValueAccessor, i4__namespace.NgxMatDatetimeInput, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i5__namespace$2.MatDatepickerToggle, i6__namespace$1.MatSuffix, i4__namespace.NgxMatDatetimePicker], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], styles: ["@charset \"UTF-8\";.datepicker-container{display:inline-block;position:relative;min-width:298px}.datepicker-container .govuk-input{height:35px;min-width:298px;width:auto;padding-right:40px;border:1px solid #000}.datepicker-container .govuk-input:focus{outline:1px solid #fd0;border:1px solid #000}.datepicker-container .govuk-input::-ms-clear{display:none}.datepicker-container .datepicker-wrapper-input{position:relative;display:inline-block;top:-20%;border:0}.datepicker-container .datepicker-wrapper-input:focus{border:0;outline:none}.datepicker-container .mat-icon-button{height:32px;width:32px}.datepicker-container .mat-icon-button:focus{outline:1px solid #fd0}.datepicker-container .mat-icon-button .mat-datepicker-toggle-default-icon{position:relative;top:-5px}.datepicker-container .mat-datepicker-toggle{position:absolute;right:0}.cdk-overlay-container .mat-datepicker-content{border:1px solid #000;border-radius:0;max-width:295px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table{width:calc(100% - 1px);table-layout:fixed}.cdk-overlay-container .mat-datepicker-content .mat-calendar-header{height:34px;border-bottom:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button{left:14%;min-width:125px;border-right:1px ridge #bfc1c3;border-left:1px ridge #bfc1c3;border-radius:0;top:-20px;width:200%}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper{text-align:center;font-weight:700}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button:focus{border:2px solid #000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button{left:-73%;top:-20px;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:after{border-left-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button{top:-20px;left:1%;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:after{border-right-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-button-wrapper{text-transform:capitalize!important}.cdk-overlay-container .mat-datepicker-content .mat-calendar{border-bottom:1px solid #000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider{padding:0;border-bottom:none}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider:after{height:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-content{padding:0}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header{color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header th.ng-star-inserted{font-weight:700;font-size:15px;padding-top:2%;padding-bottom:2%;-moz-column-width:20px;column-width:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th{visibility:hidden}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:after{visibility:visible;color:#000;position:relative;left:-15px}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:first-of-type:after{content:\"MON\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(2):after{left:-12px;content:\"TUE\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(3):after{left:-18px;content:\"WED\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(4):after{left:-14px;content:\"THU\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(5):after{left:-10px;content:\"FRI\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(6):after{content:\"SAT\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(7):after{content:\"SUN\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-label{font-weight:700;font-size:large;color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-selected{border:none;background-color:transparent;color:#fff}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-today{border:none;box-shadow:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell{border:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:3px solid #fd0;border:2px solid #000;outline-offset:1px;z-index:1}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table{border-collapse:separate;border-spacing:10px}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:2px solid #fd0}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table{border-collapse:separate;border-spacing:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table tr:first-of-type{visibility:collapse}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:3px solid #fd0;border:2px solid #000;outline-offset:1px}.cdk-overlay-container .mat-datepicker-content .time-container{height:80px;padding-top:0}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker{width:100%}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table{margin-left:0!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tbody{position:relative}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-icon-button .mat-button-wrapper{width:auto;height:auto}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-icon-button:focus{outline:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child{position:absolute;left:49px;top:15px;z-index:2}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child button:disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:first-child [aria-label=\"expand_less icon\"]{position:absolute;left:-2px;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-child(3) [aria-label=\"expand_less icon\"].mat-icon-button{position:absolute;left:82px!important;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-child(5) [aria-label=\"expand_less icon\"].mat-icon-button{position:absolute;left:169px!important;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:last-child [aria-label=\"expand_less icon\"].mat-icon-button{left:153px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-last-child(2) [aria-label=\"expand_less icon\"].mat-icon-button{left:65px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2){display:flex;padding:20px 0 20px 15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td{margin-right:30px;text-align:right}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:first-child .mat-form-field{width:50px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:first-child .mat-form-field:before{color:#000;content:\"Hours\";position:relative;top:-5px;left:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:nth-child(3) .mat-form-field:before{color:#000;content:\"Minutes\";position:relative;top:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:last-child{text-align:left;left:-15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .mat-form-field-disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:nth-of-type(5) .mat-form-field:before{color:#000;content:\"Seconds\";position:relative;top:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian{border-bottom:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian .mat-button{height:30px;top:21px;border-radius:0;color:#000;border-color:#000;background-color:#dee0e2;display:flex;justify-content:center}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian .mat-button .mat-button-wrapper{position:relative;top:-2px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4){display:flex;padding:2rem 0 2rem 15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4) td{margin-right:30px;text-align:right}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4) td:last-child{text-align:left}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child{position:absolute;left:49px;top:40px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child button:disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:first-child [aria-label=\"expand_more icon\"]{position:absolute;top:15px;left:-2px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-child(3) [aria-label=\"expand_more icon\"].mat-icon-button{position:absolute;left:82px!important;top:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-child(5) [aria-label=\"expand_more icon\"].mat-icon-button{position:absolute;top:15px;left:169px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:last-child [aria-label=\"expand_more icon\"].mat-icon-button{left:65px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:last-child.ng-star-inserted [aria-label=\"expand_more icon\"].mat-icon-button{left:153px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr td{padding:0;border-bottom:0;position:relative}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .spacer{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-icon{visibility:hidden;display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-button-wrapper{display:block;width:15px;height:8px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-wrapper{padding-bottom:0}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field{width:auto;max-width:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr [aria-label=\"expand_less icon\"].mat-icon-button .mat-button-wrapper:after{content:\" \u25B2\"}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr [aria-label=\"expand_more icon\"].mat-icon-button .mat-button-wrapper:after{content:\"\u25BC\"}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-flex{width:100%}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-flex .mat-form-field-infix{border:1px solid #000;height:20px;width:37px;display:flex;justify-content:center;align-items:center}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-underline{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr input{height:33px;width:37px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr input:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .actions{padding-bottom:20px;margin-top:20px;justify-content:flex-start}.cdk-overlay-container .mat-datepicker-content .actions .mat-button{background-color:#00823b;position:relative;display:-moz-inline-stack;display:inline-block;padding:.526315em .789473em .263157em;border:none;border-radius:0;outline:1px solid transparent;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px 0 #003618;font-size:1em;line-height:1.25;text-decoration:none;-webkit-font-smoothing:antialiased;color:#fff;box-sizing:border-box;vertical-align:top;width:80px;cursor:pointer}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:focus{outline:2px solid #fd0}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:hover{background-color:#006400}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-icon{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-button-wrapper:before{color:#fff;content:\"Confirm\";position:relative;font-size:15px;left:-3px}"], encapsulation: 2 });
|
|
26722
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i4__namespace.NgxMatDatetimeInput, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i5__namespace$1.MatDatepickerToggle, i6__namespace$1.MatSuffix, i4__namespace.NgxMatDatetimePicker], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], styles: ["@charset \"UTF-8\";.datepicker-container{display:inline-block;position:relative;min-width:298px}.datepicker-container .govuk-input{height:35px;min-width:298px;width:auto;padding-right:40px;border:1px solid #000}.datepicker-container .govuk-input:focus{outline:1px solid #fd0;border:1px solid #000}.datepicker-container .govuk-input::-ms-clear{display:none}.datepicker-container .datepicker-wrapper-input{position:relative;display:inline-block;top:-20%;border:0}.datepicker-container .datepicker-wrapper-input:focus{border:0;outline:none}.datepicker-container .mat-icon-button{height:32px;width:32px}.datepicker-container .mat-icon-button:focus{outline:1px solid #fd0}.datepicker-container .mat-icon-button .mat-datepicker-toggle-default-icon{position:relative;top:-5px}.datepicker-container .mat-datepicker-toggle{position:absolute;right:0}.cdk-overlay-container .mat-datepicker-content{border:1px solid #000;border-radius:0;max-width:295px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table{width:calc(100% - 1px);table-layout:fixed}.cdk-overlay-container .mat-datepicker-content .mat-calendar-header{height:34px;border-bottom:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button{left:14%;min-width:125px;border-right:1px ridge #bfc1c3;border-left:1px ridge #bfc1c3;border-radius:0;top:-20px;width:200%}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper{text-align:center;font-weight:700}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button:focus{border:2px solid #000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button{left:-73%;top:-20px;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:after{border-left-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button{top:-20px;left:1%;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:after{border-right-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-button-wrapper{text-transform:capitalize!important}.cdk-overlay-container .mat-datepicker-content .mat-calendar{border-bottom:1px solid #000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider{padding:0;border-bottom:none}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider:after{height:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-content{padding:0}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header{color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header th.ng-star-inserted{font-weight:700;font-size:15px;padding-top:2%;padding-bottom:2%;-moz-column-width:20px;column-width:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th{visibility:hidden}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:after{visibility:visible;color:#000;position:relative;left:-15px}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:first-of-type:after{content:\"MON\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(2):after{left:-12px;content:\"TUE\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(3):after{left:-18px;content:\"WED\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(4):after{left:-14px;content:\"THU\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(5):after{left:-10px;content:\"FRI\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(6):after{content:\"SAT\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:first-of-type th:nth-of-type(7):after{content:\"SUN\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-label{font-weight:700;font-size:large;color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-selected{border:none;background-color:transparent;color:#fff}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-today{border:none;box-shadow:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell{border:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:3px solid #fd0;border:2px solid #000;outline-offset:1px;z-index:1}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table{border-collapse:separate;border-spacing:10px}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:2px solid #fd0}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table{border-collapse:separate;border-spacing:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table tr:first-of-type{visibility:collapse}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:3px solid #fd0;border:2px solid #000;outline-offset:1px}.cdk-overlay-container .mat-datepicker-content .time-container{height:80px;padding-top:0}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker{width:100%}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table{margin-left:0!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tbody{position:relative}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-icon-button .mat-button-wrapper{width:auto;height:auto}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-icon-button:focus{outline:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child{position:absolute;left:49px;top:15px;z-index:2}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child button:disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:first-child [aria-label=\"expand_less icon\"]{position:absolute;left:-2px;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-child(3) [aria-label=\"expand_less icon\"].mat-icon-button{position:absolute;left:82px!important;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-child(5) [aria-label=\"expand_less icon\"].mat-icon-button{position:absolute;left:169px!important;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:last-child [aria-label=\"expand_less icon\"].mat-icon-button{left:153px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-last-child(2) [aria-label=\"expand_less icon\"].mat-icon-button{left:65px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2){display:flex;padding:20px 0 20px 15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td{margin-right:30px;text-align:right}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:first-child .mat-form-field{width:50px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:first-child .mat-form-field:before{color:#000;content:\"Hours\";position:relative;top:-5px;left:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:nth-child(3) .mat-form-field:before{color:#000;content:\"Minutes\";position:relative;top:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:last-child{text-align:left;left:-15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .mat-form-field-disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:nth-of-type(5) .mat-form-field:before{color:#000;content:\"Seconds\";position:relative;top:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian{border-bottom:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian .mat-button{height:30px;top:21px;border-radius:0;color:#000;border-color:#000;background-color:#dee0e2;display:flex;justify-content:center}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian .mat-button .mat-button-wrapper{position:relative;top:-2px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4){display:flex;padding:2rem 0 2rem 15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4) td{margin-right:30px;text-align:right}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4) td:last-child{text-align:left}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child{position:absolute;left:49px;top:40px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child button:disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:first-child [aria-label=\"expand_more icon\"]{position:absolute;top:15px;left:-2px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-child(3) [aria-label=\"expand_more icon\"].mat-icon-button{position:absolute;left:82px!important;top:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-child(5) [aria-label=\"expand_more icon\"].mat-icon-button{position:absolute;top:15px;left:169px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:last-child [aria-label=\"expand_more icon\"].mat-icon-button{left:65px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:last-child.ng-star-inserted [aria-label=\"expand_more icon\"].mat-icon-button{left:153px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr td{padding:0;border-bottom:0;position:relative}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .spacer{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-icon{visibility:hidden;display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-button-wrapper{display:block;width:15px;height:8px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-wrapper{padding-bottom:0}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field{width:auto;max-width:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr [aria-label=\"expand_less icon\"].mat-icon-button .mat-button-wrapper:after{content:\" \u25B2\"}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr [aria-label=\"expand_more icon\"].mat-icon-button .mat-button-wrapper:after{content:\"\u25BC\"}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-flex{width:100%}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-flex .mat-form-field-infix{border:1px solid #000;height:20px;width:37px;display:flex;justify-content:center;align-items:center}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-underline{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr input{height:33px;width:37px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr input:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .actions{padding-bottom:20px;margin-top:20px;justify-content:flex-start}.cdk-overlay-container .mat-datepicker-content .actions .mat-button{background-color:#00823b;position:relative;display:-moz-inline-stack;display:inline-block;padding:.526315em .789473em .263157em;border:none;border-radius:0;outline:1px solid transparent;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px 0 #003618;font-size:1em;line-height:1.25;text-decoration:none;-webkit-font-smoothing:antialiased;color:#fff;box-sizing:border-box;vertical-align:top;width:80px;cursor:pointer}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:focus{outline:2px solid #fd0}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:hover{background-color:#006400}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-icon{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-button-wrapper:before{color:#fff;content:\"Confirm\";position:relative;font-size:15px;left:-3px}"], encapsulation: 2 });
|
|
26670
26723
|
(function () {
|
|
26671
26724
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DatetimePickerComponent, [{
|
|
26672
26725
|
type: i0.Component,
|
|
@@ -26853,7 +26906,7 @@
|
|
|
26853
26906
|
i0__namespace.ɵɵadvance(4);
|
|
26854
26907
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(58, 37, ctx.event.comment));
|
|
26855
26908
|
}
|
|
26856
|
-
}, pipes: [i1__namespace.RpxTranslatePipe, DatePipe,
|
|
26909
|
+
}, pipes: [i1__namespace.RpxTranslatePipe, DatePipe, i2__namespace.TitleCasePipe, i2__namespace.UpperCasePipe, DashPipe], styles: [".EventLogDetails[_ngcontent-%COMP%] td[_ngcontent-%COMP%], .EventLogDetails[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{border-bottom:none}"] });
|
|
26857
26910
|
(function () {
|
|
26858
26911
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventLogDetailsComponent, [{
|
|
26859
26912
|
type: i0.Component,
|
|
@@ -27050,7 +27103,7 @@
|
|
|
27050
27103
|
};
|
|
27051
27104
|
EventLogTableComponent.prototype.getAriaLabelforColumn = function (event) {
|
|
27052
27105
|
if (this.selected !== event) {
|
|
27053
|
-
return "date " +
|
|
27106
|
+
return "date " + i2.formatDate(event.timestamp, 'dd MMM yyyy hh:mm:ss a', 'en-GB') + ",\n press enter key for event " + event.event_name + " details";
|
|
27054
27107
|
}
|
|
27055
27108
|
else {
|
|
27056
27109
|
return '';
|
|
@@ -27113,7 +27166,7 @@
|
|
|
27113
27166
|
i0__namespace.ɵɵadvance(3);
|
|
27114
27167
|
i0__namespace.ɵɵproperty("ngForOf", ctx.events);
|
|
27115
27168
|
}
|
|
27116
|
-
}, directives: [
|
|
27169
|
+
}, directives: [i2__namespace.NgForOf, i2__namespace.NgClass, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe, DatePipe, i2__namespace.TitleCasePipe, i2__namespace.UpperCasePipe], styles: ["#case-timeline[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{cursor:pointer;text-decoration:underline;color:#005ea5}#case-timeline[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:#2b8cc4}#case-timeline[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{color:#4c2c92}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding-left:10px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr.EventLogTable-Selected[_ngcontent-%COMP%]{border-left:8px solid #005ea5;background-color:#f8f8f8}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr.EventLogTable-Selected[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{padding-left:6px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:not(.EventLogTable-Selected):hover{border-left:8px solid #2b8cc4;background-color:#f8f8f8;cursor:pointer;cursor:hand}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:not(.EventLogTable-Selected):hover td[_ngcontent-%COMP%]:first-child{padding-left:6px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] .event-link[_ngcontent-%COMP%]{float:left;padding-right:8px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] .doc-img[_ngcontent-%COMP%]{width:16px;float:left}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] .doc-tooltip[_ngcontent-%COMP%]{left:35%;bottom:7px}.EventLogTable[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] .doc-tooltip[_ngcontent-%COMP%]:after{border-color:transparent}"] });
|
|
27117
27170
|
(function () {
|
|
27118
27171
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventLogTableComponent, [{
|
|
27119
27172
|
type: i0.Component,
|
|
@@ -27439,7 +27492,7 @@
|
|
|
27439
27492
|
i0__namespace.ɵɵadvance(6);
|
|
27440
27493
|
i0__namespace.ɵɵproperty("ngIf", i0__namespace.ɵɵpipeBind1(8, 4, ctx.selectedOrg$));
|
|
27441
27494
|
}
|
|
27442
|
-
}, directives: [
|
|
27495
|
+
}, directives: [i2__namespace.NgIf, MarkdownComponent], pipes: [i1__namespace.RpxTranslatePipe, i2__namespace.AsyncPipe], styles: [".hmcts-banner[_ngcontent-%COMP%]{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{font-weight:700}.govuk-hint[_ngcontent-%COMP%]{font-size:1.1rem}.name-header[_ngcontent-%COMP%]{font-weight:700;margin-top:10px;font-size:18px}.td-address[_ngcontent-%COMP%]{width:90%;padding-top:2px}.td-select[_ngcontent-%COMP%]{width:10%}.warning-panel[_ngcontent-%COMP%]{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{padding-left:15px}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{border:none}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%], .complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > th[_ngcontent-%COMP%]{border-bottom:none}.complex-field-title[_ngcontent-%COMP%]{width:300px}.label-width-small[_ngcontent-%COMP%]{width:100px}.label-width-medium[_ngcontent-%COMP%]{width:150px}.scroll-container[_ngcontent-%COMP%]{height:600px;overflow-y:scroll}.no-result-message[_ngcontent-%COMP%]{margin-top:15px}"] });
|
|
27443
27496
|
(function () {
|
|
27444
27497
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadOrganisationFieldRawComponent, [{
|
|
27445
27498
|
type: i0.Component,
|
|
@@ -27552,7 +27605,7 @@
|
|
|
27552
27605
|
i0__namespace.ɵɵadvance(3);
|
|
27553
27606
|
i0__namespace.ɵɵproperty("ngIf", i0__namespace.ɵɵpipeBind1(13, 7, ctx.selectedOrg$));
|
|
27554
27607
|
}
|
|
27555
|
-
}, directives: [
|
|
27608
|
+
}, directives: [i2__namespace.NgIf, MarkdownComponent], pipes: [i1__namespace.RpxTranslatePipe, i2__namespace.AsyncPipe], styles: [".hmcts-banner[_ngcontent-%COMP%]{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{font-weight:700}.govuk-hint[_ngcontent-%COMP%]{font-size:1.1rem}.name-header[_ngcontent-%COMP%]{font-weight:700;margin-top:10px;font-size:18px}.td-address[_ngcontent-%COMP%]{width:90%;padding-top:2px}.td-select[_ngcontent-%COMP%]{width:10%}.warning-panel[_ngcontent-%COMP%]{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{padding-left:15px}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{border:none}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%], .complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > th[_ngcontent-%COMP%]{border-bottom:none}.complex-field-title[_ngcontent-%COMP%]{width:300px}.label-width-small[_ngcontent-%COMP%]{width:100px}.label-width-medium[_ngcontent-%COMP%]{width:150px}.scroll-container[_ngcontent-%COMP%]{height:600px;overflow-y:scroll}.no-result-message[_ngcontent-%COMP%]{margin-top:15px}"] });
|
|
27556
27609
|
(function () {
|
|
27557
27610
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadOrganisationFieldTableComponent, [{
|
|
27558
27611
|
type: i0.Component,
|
|
@@ -27591,7 +27644,7 @@
|
|
|
27591
27644
|
i0__namespace.ɵɵadvance(2);
|
|
27592
27645
|
i0__namespace.ɵɵproperty("value", (tmp_1_0 = i0__namespace.ɵɵpipeBind1(4, 4, ctx.selectedOrg$)) == null ? null : tmp_1_0.name);
|
|
27593
27646
|
}
|
|
27594
|
-
}, pipes: [
|
|
27647
|
+
}, pipes: [i2__namespace.AsyncPipe], styles: [".hmcts-banner[_ngcontent-%COMP%]{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{font-weight:700}.govuk-hint[_ngcontent-%COMP%]{font-size:1.1rem}.name-header[_ngcontent-%COMP%]{font-weight:700;margin-top:10px;font-size:18px}.td-address[_ngcontent-%COMP%]{width:90%;padding-top:2px}.td-select[_ngcontent-%COMP%]{width:10%}.warning-panel[_ngcontent-%COMP%]{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{padding-left:15px}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{border:none}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%], .complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > th[_ngcontent-%COMP%]{border-bottom:none}.complex-field-title[_ngcontent-%COMP%]{width:300px}.label-width-small[_ngcontent-%COMP%]{width:100px}.label-width-medium[_ngcontent-%COMP%]{width:150px}.scroll-container[_ngcontent-%COMP%]{height:600px;overflow-y:scroll}.no-result-message[_ngcontent-%COMP%]{margin-top:15px}"] });
|
|
27595
27648
|
(function () {
|
|
27596
27649
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteOrganisationComplexFieldComponent, [{
|
|
27597
27650
|
type: i0.Component,
|
|
@@ -27612,13 +27665,13 @@
|
|
|
27612
27665
|
}());
|
|
27613
27666
|
NotificationBannerModule.ɵfac = function NotificationBannerModule_Factory(t) { return new (t || NotificationBannerModule)(); };
|
|
27614
27667
|
NotificationBannerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: NotificationBannerModule });
|
|
27615
|
-
NotificationBannerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27616
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(NotificationBannerModule, { declarations: [NotificationBannerComponent], imports: [
|
|
27668
|
+
NotificationBannerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[i2.CommonModule]] });
|
|
27669
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(NotificationBannerModule, { declarations: [NotificationBannerComponent], imports: [i2.CommonModule], exports: [NotificationBannerComponent] }); })();
|
|
27617
27670
|
(function () {
|
|
27618
27671
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NotificationBannerModule, [{
|
|
27619
27672
|
type: i0.NgModule,
|
|
27620
27673
|
args: [{
|
|
27621
|
-
imports: [
|
|
27674
|
+
imports: [i2.CommonModule],
|
|
27622
27675
|
declarations: [NotificationBannerComponent],
|
|
27623
27676
|
exports: [NotificationBannerComponent]
|
|
27624
27677
|
}]
|
|
@@ -27633,13 +27686,13 @@
|
|
|
27633
27686
|
BannersModule.ɵfac = function BannersModule_Factory(t) { return new (t || BannersModule)(); };
|
|
27634
27687
|
BannersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: BannersModule });
|
|
27635
27688
|
BannersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27636
|
-
|
|
27689
|
+
i2.CommonModule,
|
|
27637
27690
|
AlertModule,
|
|
27638
27691
|
NotificationBannerModule
|
|
27639
27692
|
], AlertModule,
|
|
27640
27693
|
NotificationBannerModule] });
|
|
27641
27694
|
(function () {
|
|
27642
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BannersModule, { imports: [
|
|
27695
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BannersModule, { imports: [i2.CommonModule,
|
|
27643
27696
|
AlertModule,
|
|
27644
27697
|
NotificationBannerModule], exports: [AlertModule,
|
|
27645
27698
|
NotificationBannerModule] });
|
|
@@ -27649,7 +27702,7 @@
|
|
|
27649
27702
|
type: i0.NgModule,
|
|
27650
27703
|
args: [{
|
|
27651
27704
|
imports: [
|
|
27652
|
-
|
|
27705
|
+
i2.CommonModule,
|
|
27653
27706
|
AlertModule,
|
|
27654
27707
|
NotificationBannerModule
|
|
27655
27708
|
],
|
|
@@ -27668,13 +27721,13 @@
|
|
|
27668
27721
|
}());
|
|
27669
27722
|
BodyModule.ɵfac = function BodyModule_Factory(t) { return new (t || BodyModule)(); };
|
|
27670
27723
|
BodyModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: BodyModule });
|
|
27671
|
-
BodyModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27672
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BodyModule, { declarations: [BodyComponent], imports: [
|
|
27724
|
+
BodyModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[i2.CommonModule, i1$1.RouterModule]] });
|
|
27725
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BodyModule, { declarations: [BodyComponent], imports: [i2.CommonModule, i1$1.RouterModule], exports: [BodyComponent] }); })();
|
|
27673
27726
|
(function () {
|
|
27674
27727
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BodyModule, [{
|
|
27675
27728
|
type: i0.NgModule,
|
|
27676
27729
|
args: [{
|
|
27677
|
-
imports: [
|
|
27730
|
+
imports: [i2.CommonModule, i1$1.RouterModule],
|
|
27678
27731
|
declarations: [BodyComponent],
|
|
27679
27732
|
exports: [BodyComponent]
|
|
27680
27733
|
}]
|
|
@@ -27689,16 +27742,16 @@
|
|
|
27689
27742
|
FootersModule.ɵfac = function FootersModule_Factory(t) { return new (t || FootersModule)(); };
|
|
27690
27743
|
FootersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: FootersModule });
|
|
27691
27744
|
FootersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27692
|
-
|
|
27745
|
+
i2.CommonModule,
|
|
27693
27746
|
i1.RpxTranslationModule.forChild()
|
|
27694
27747
|
]] });
|
|
27695
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(FootersModule, { declarations: [FooterComponent], imports: [
|
|
27748
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(FootersModule, { declarations: [FooterComponent], imports: [i2.CommonModule, i1__namespace.RpxTranslationModule], exports: [FooterComponent] }); })();
|
|
27696
27749
|
(function () {
|
|
27697
27750
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FootersModule, [{
|
|
27698
27751
|
type: i0.NgModule,
|
|
27699
27752
|
args: [{
|
|
27700
27753
|
imports: [
|
|
27701
|
-
|
|
27754
|
+
i2.CommonModule,
|
|
27702
27755
|
i1.RpxTranslationModule.forChild()
|
|
27703
27756
|
],
|
|
27704
27757
|
declarations: [FooterComponent],
|
|
@@ -27715,16 +27768,16 @@
|
|
|
27715
27768
|
FormModule.ɵfac = function FormModule_Factory(t) { return new (t || FormModule)(); };
|
|
27716
27769
|
FormModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: FormModule });
|
|
27717
27770
|
FormModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27718
|
-
|
|
27771
|
+
i2.CommonModule,
|
|
27719
27772
|
i1.RpxTranslationModule.forChild()
|
|
27720
27773
|
]] });
|
|
27721
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(FormModule, { declarations: [DateInputComponent], imports: [
|
|
27774
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(FormModule, { declarations: [DateInputComponent], imports: [i2.CommonModule, i1__namespace.RpxTranslationModule], exports: [DateInputComponent] }); })();
|
|
27722
27775
|
(function () {
|
|
27723
27776
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormModule, [{
|
|
27724
27777
|
type: i0.NgModule,
|
|
27725
27778
|
args: [{
|
|
27726
27779
|
imports: [
|
|
27727
|
-
|
|
27780
|
+
i2.CommonModule,
|
|
27728
27781
|
i1.RpxTranslationModule.forChild()
|
|
27729
27782
|
],
|
|
27730
27783
|
declarations: [
|
|
@@ -28175,7 +28228,7 @@
|
|
|
28175
28228
|
PipesModule.ɵfac = function PipesModule_Factory(t) { return new (t || PipesModule)(); };
|
|
28176
28229
|
PipesModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: PipesModule });
|
|
28177
28230
|
PipesModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
28178
|
-
|
|
28231
|
+
i2.CommonModule,
|
|
28179
28232
|
]] });
|
|
28180
28233
|
(function () {
|
|
28181
28234
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(PipesModule, { declarations: [CaseReferencePipe,
|
|
@@ -28188,7 +28241,7 @@
|
|
|
28188
28241
|
CcdPageFieldsPipe,
|
|
28189
28242
|
LinkCasesReasonValuePipe,
|
|
28190
28243
|
LinkCasesFromReasonValuePipe,
|
|
28191
|
-
EnumDisplayDescriptionPipe], imports: [
|
|
28244
|
+
EnumDisplayDescriptionPipe], imports: [i2.CommonModule], exports: [CaseReferencePipe,
|
|
28192
28245
|
SortSearchResultPipe,
|
|
28193
28246
|
CcdCaseTitlePipe,
|
|
28194
28247
|
CcdCollectionTableCaseFieldsFilterPipe,
|
|
@@ -28205,7 +28258,7 @@
|
|
|
28205
28258
|
type: i0.NgModule,
|
|
28206
28259
|
args: [{
|
|
28207
28260
|
imports: [
|
|
28208
|
-
|
|
28261
|
+
i2.CommonModule,
|
|
28209
28262
|
],
|
|
28210
28263
|
declarations: __spread(pipeDeclarations),
|
|
28211
28264
|
exports: __spread(pipeDeclarations)
|
|
@@ -28442,7 +28495,7 @@
|
|
|
28442
28495
|
if (rf & 2) {
|
|
28443
28496
|
i0__namespace.ɵɵproperty("ngIf", ctx.queryItem);
|
|
28444
28497
|
}
|
|
28445
|
-
}, directives: [
|
|
28498
|
+
}, directives: [i2__namespace.NgIf, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe, i2__namespace.DatePipe], styles: [".query-details-table[_ngcontent-%COMP%] .govuk-table__header[_ngcontent-%COMP%]{width:330px}"] });
|
|
28446
28499
|
(function () {
|
|
28447
28500
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryDetailsTableComponent, [{
|
|
28448
28501
|
type: i0.Component,
|
|
@@ -28520,6 +28573,7 @@
|
|
|
28520
28573
|
i0__namespace.ɵɵelementEnd();
|
|
28521
28574
|
i0__namespace.ɵɵelementStart(12, "td", 12);
|
|
28522
28575
|
i0__namespace.ɵɵtext(13);
|
|
28576
|
+
i0__namespace.ɵɵpipe(14, "rpxTranslate");
|
|
28523
28577
|
i0__namespace.ɵɵelementEnd();
|
|
28524
28578
|
i0__namespace.ɵɵelementEnd();
|
|
28525
28579
|
}
|
|
@@ -28534,7 +28588,7 @@
|
|
|
28534
28588
|
i0__namespace.ɵɵadvance(3);
|
|
28535
28589
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(11, 8, message_r6.lastResponseDate, "dd MMM YYYY"));
|
|
28536
28590
|
i0__namespace.ɵɵadvance(3);
|
|
28537
|
-
i0__namespace.ɵɵtextInterpolate(message_r6.
|
|
28591
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(14, 11, message_r6.responseStatus));
|
|
28538
28592
|
}
|
|
28539
28593
|
}
|
|
28540
28594
|
function QueryListComponent_ng_container_0_Template(rf, ctx) {
|
|
@@ -28552,7 +28606,7 @@
|
|
|
28552
28606
|
i0__namespace.ɵɵelementEnd();
|
|
28553
28607
|
i0__namespace.ɵɵelementEnd();
|
|
28554
28608
|
i0__namespace.ɵɵelementStart(8, "tbody", 6);
|
|
28555
|
-
i0__namespace.ɵɵtemplate(9, QueryListComponent_ng_container_0_tr_9_Template,
|
|
28609
|
+
i0__namespace.ɵɵtemplate(9, QueryListComponent_ng_container_0_tr_9_Template, 15, 13, "tr", 7);
|
|
28556
28610
|
i0__namespace.ɵɵelementEnd();
|
|
28557
28611
|
i0__namespace.ɵɵelementEnd();
|
|
28558
28612
|
i0__namespace.ɵɵelementContainerEnd();
|
|
@@ -28574,7 +28628,7 @@
|
|
|
28574
28628
|
{ name: 'lastSubmittedBy', displayName: 'Last submitted by', sortOrder: SortOrder.UNSORTED },
|
|
28575
28629
|
{ name: 'lastSubmittedDate', displayName: 'Last submission date', sortOrder: SortOrder.UNSORTED },
|
|
28576
28630
|
{ name: 'lastResponseDate', displayName: 'Last response date', sortOrder: SortOrder.UNSORTED },
|
|
28577
|
-
{ name: 'lastResponseBy', displayName: 'Response
|
|
28631
|
+
{ name: 'lastResponseBy', displayName: 'Response status', sortOrder: SortOrder.UNSORTED }
|
|
28578
28632
|
];
|
|
28579
28633
|
}
|
|
28580
28634
|
QueryListComponent.prototype.ngOnChanges = function (simpleChanges) {
|
|
@@ -28659,7 +28713,7 @@
|
|
|
28659
28713
|
if (rf & 2) {
|
|
28660
28714
|
i0__namespace.ɵɵproperty("ngIf", ctx.queryListData);
|
|
28661
28715
|
}
|
|
28662
|
-
}, directives: [
|
|
28716
|
+
}, directives: [i2__namespace.NgIf, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe, i2__namespace.DatePipe], styles: [".query-list__caption[_ngcontent-%COMP%], .query-list__table[_ngcontent-%COMP%]{border:1px solid #b1b4b6}.query-list__caption[_ngcontent-%COMP%]{background:#f3f2f1;border-bottom:0;font-weight:700}.query-list__row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child{padding-left:10px}.query-list__row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:last-child{padding-right:10px;max-width:150px}.query-list__cell--first[_ngcontent-%COMP%]{width:33%}.sort-widget[_ngcontent-%COMP%]{cursor:pointer;text-decoration:none;color:#000}"] });
|
|
28663
28717
|
(function () {
|
|
28664
28718
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryListComponent, [{
|
|
28665
28719
|
type: i0.Component,
|
|
@@ -28673,70 +28727,6 @@
|
|
|
28673
28727
|
}] });
|
|
28674
28728
|
})();
|
|
28675
28729
|
|
|
28676
|
-
function QueryManagementErrorMessagesComponent_div_0_div_4_Template(rf, ctx) {
|
|
28677
|
-
if (rf & 1) {
|
|
28678
|
-
i0__namespace.ɵɵelementStart(0, "div", 4);
|
|
28679
|
-
i0__namespace.ɵɵelementStart(1, "ul", 5);
|
|
28680
|
-
i0__namespace.ɵɵelementStart(2, "li");
|
|
28681
|
-
i0__namespace.ɵɵelementStart(3, "a", 6);
|
|
28682
|
-
i0__namespace.ɵɵtext(4);
|
|
28683
|
-
i0__namespace.ɵɵpipe(5, "rpxTranslate");
|
|
28684
|
-
i0__namespace.ɵɵelementEnd();
|
|
28685
|
-
i0__namespace.ɵɵelementEnd();
|
|
28686
|
-
i0__namespace.ɵɵelementEnd();
|
|
28687
|
-
i0__namespace.ɵɵelementEnd();
|
|
28688
|
-
}
|
|
28689
|
-
if (rf & 2) {
|
|
28690
|
-
var errorMessage_r2 = ctx.$implicit;
|
|
28691
|
-
i0__namespace.ɵɵadvance(4);
|
|
28692
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(5, 1, errorMessage_r2.message), " ");
|
|
28693
|
-
}
|
|
28694
|
-
}
|
|
28695
|
-
function QueryManagementErrorMessagesComponent_div_0_Template(rf, ctx) {
|
|
28696
|
-
if (rf & 1) {
|
|
28697
|
-
i0__namespace.ɵɵelementStart(0, "div", 1);
|
|
28698
|
-
i0__namespace.ɵɵelementStart(1, "h2", 2);
|
|
28699
|
-
i0__namespace.ɵɵtext(2);
|
|
28700
|
-
i0__namespace.ɵɵpipe(3, "rpxTranslate");
|
|
28701
|
-
i0__namespace.ɵɵelementEnd();
|
|
28702
|
-
i0__namespace.ɵɵtemplate(4, QueryManagementErrorMessagesComponent_div_0_div_4_Template, 6, 3, "div", 3);
|
|
28703
|
-
i0__namespace.ɵɵelementEnd();
|
|
28704
|
-
}
|
|
28705
|
-
if (rf & 2) {
|
|
28706
|
-
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
28707
|
-
i0__namespace.ɵɵadvance(2);
|
|
28708
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(3, 2, "There is a problem"), " ");
|
|
28709
|
-
i0__namespace.ɵɵadvance(2);
|
|
28710
|
-
i0__namespace.ɵɵproperty("ngForOf", ctx_r0.errorMessages);
|
|
28711
|
-
}
|
|
28712
|
-
}
|
|
28713
|
-
var QueryManagementErrorMessagesComponent = /** @class */ (function () {
|
|
28714
|
-
function QueryManagementErrorMessagesComponent() {
|
|
28715
|
-
this.errorMessages = [];
|
|
28716
|
-
}
|
|
28717
|
-
return QueryManagementErrorMessagesComponent;
|
|
28718
|
-
}());
|
|
28719
|
-
QueryManagementErrorMessagesComponent.ɵfac = function QueryManagementErrorMessagesComponent_Factory(t) { return new (t || QueryManagementErrorMessagesComponent)(); };
|
|
28720
|
-
QueryManagementErrorMessagesComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: QueryManagementErrorMessagesComponent, selectors: [["ccd-query-management-error-messages"]], inputs: { errorMessages: "errorMessages" }, decls: 1, vars: 1, consts: [["class", "govuk-error-summary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 4, "ngIf"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], ["class", "govuk-error-summary__body", 4, "ngFor", "ngForOf"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "javascript:void(0)", 1, "validation-error"]], template: function QueryManagementErrorMessagesComponent_Template(rf, ctx) {
|
|
28721
|
-
if (rf & 1) {
|
|
28722
|
-
i0__namespace.ɵɵtemplate(0, QueryManagementErrorMessagesComponent_div_0_Template, 5, 4, "div", 0);
|
|
28723
|
-
}
|
|
28724
|
-
if (rf & 2) {
|
|
28725
|
-
i0__namespace.ɵɵproperty("ngIf", ctx.errorMessages.length > 0);
|
|
28726
|
-
}
|
|
28727
|
-
}, directives: [i5__namespace.NgIf, i5__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
28728
|
-
(function () {
|
|
28729
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryManagementErrorMessagesComponent, [{
|
|
28730
|
-
type: i0.Component,
|
|
28731
|
-
args: [{
|
|
28732
|
-
selector: 'ccd-query-management-error-messages',
|
|
28733
|
-
templateUrl: './query-management-error-messages.component.html'
|
|
28734
|
-
}]
|
|
28735
|
-
}], null, { errorMessages: [{
|
|
28736
|
-
type: i0.Input
|
|
28737
|
-
}] });
|
|
28738
|
-
})();
|
|
28739
|
-
|
|
28740
28730
|
var QueryManagementModule = /** @class */ (function () {
|
|
28741
28731
|
function QueryManagementModule() {
|
|
28742
28732
|
}
|
|
@@ -28745,7 +28735,7 @@
|
|
|
28745
28735
|
QueryManagementModule.ɵfac = function QueryManagementModule_Factory(t) { return new (t || QueryManagementModule)(); };
|
|
28746
28736
|
QueryManagementModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: QueryManagementModule });
|
|
28747
28737
|
QueryManagementModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
28748
|
-
|
|
28738
|
+
i2.CommonModule,
|
|
28749
28739
|
i3.ReactiveFormsModule,
|
|
28750
28740
|
i1.RpxTranslationModule.forChild(),
|
|
28751
28741
|
PipesModule
|
|
@@ -28756,8 +28746,7 @@
|
|
|
28756
28746
|
QueryDetailsComponent,
|
|
28757
28747
|
QueryCreateComponent,
|
|
28758
28748
|
QueryListComponent,
|
|
28759
|
-
QueryDetailsTableComponent,
|
|
28760
|
-
QueryManagementErrorMessagesComponent], imports: [i5.CommonModule,
|
|
28749
|
+
QueryDetailsTableComponent], imports: [i2.CommonModule,
|
|
28761
28750
|
i3.ReactiveFormsModule, i1__namespace.RpxTranslationModule, PipesModule], exports: [ReadQueryManagementFieldComponent,
|
|
28762
28751
|
WriteQueryManagementFieldComponent] });
|
|
28763
28752
|
})();
|
|
@@ -28772,10 +28761,9 @@
|
|
|
28772
28761
|
QueryCreateComponent,
|
|
28773
28762
|
QueryListComponent,
|
|
28774
28763
|
QueryDetailsTableComponent,
|
|
28775
|
-
QueryManagementErrorMessagesComponent,
|
|
28776
28764
|
],
|
|
28777
28765
|
imports: [
|
|
28778
|
-
|
|
28766
|
+
i2.CommonModule,
|
|
28779
28767
|
i3.ReactiveFormsModule,
|
|
28780
28768
|
i1.RpxTranslationModule.forChild(),
|
|
28781
28769
|
PipesModule
|
|
@@ -28787,9 +28775,8 @@
|
|
|
28787
28775
|
}]
|
|
28788
28776
|
}], null, null);
|
|
28789
28777
|
})();
|
|
28790
|
-
i0__namespace.ɵɵsetComponentScope(ReadQueryManagementFieldComponent, [
|
|
28791
|
-
i0__namespace.ɵɵsetComponentScope(WriteQueryManagementFieldComponent, [
|
|
28792
|
-
QueryDetailsTableComponent, i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i5__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], [i1__namespace.RpxTranslatePipe, CaseReferencePipe]);
|
|
28778
|
+
i0__namespace.ɵɵsetComponentScope(ReadQueryManagementFieldComponent, [i2__namespace.NgForOf, QueryListComponent], []);
|
|
28779
|
+
i0__namespace.ɵɵsetComponentScope(WriteQueryManagementFieldComponent, [QueryDetailsTableComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, i2__namespace.NgForOf], [i1__namespace.RpxTranslatePipe, CaseReferencePipe]);
|
|
28793
28780
|
|
|
28794
28781
|
var PALETTE_COMPONENTS = [
|
|
28795
28782
|
UnsupportedFieldComponent,
|
|
@@ -28921,7 +28908,7 @@
|
|
|
28921
28908
|
LinkedCasesService,
|
|
28922
28909
|
{ provide: i6.MAT_DATE_LOCALE, useValue: 'en-GB' }
|
|
28923
28910
|
], imports: [[
|
|
28924
|
-
|
|
28911
|
+
i2.CommonModule,
|
|
28925
28912
|
i1$1.RouterModule,
|
|
28926
28913
|
i3.FormsModule,
|
|
28927
28914
|
i3.ReactiveFormsModule,
|
|
@@ -28941,12 +28928,12 @@
|
|
|
28941
28928
|
i4.NgxMatNativeDateModule,
|
|
28942
28929
|
i6$1.MatFormFieldModule,
|
|
28943
28930
|
i13.MatInputModule,
|
|
28944
|
-
i5$
|
|
28945
|
-
i5
|
|
28931
|
+
i5$1.MatDatepickerModule,
|
|
28932
|
+
i5.MatAutocompleteModule,
|
|
28946
28933
|
i7.CdkTreeModule,
|
|
28947
28934
|
i1$4.OverlayModule,
|
|
28948
28935
|
i3$1.PaymentLibModule,
|
|
28949
|
-
i2.ScrollToModule.forRoot(),
|
|
28936
|
+
i2$1.ScrollToModule.forRoot(),
|
|
28950
28937
|
i1.RpxTranslationModule.forChild(),
|
|
28951
28938
|
i1$3.MatDialogModule,
|
|
28952
28939
|
i12.MediaViewerModule,
|
|
@@ -29073,7 +29060,7 @@
|
|
|
29073
29060
|
LinkCasesComponent,
|
|
29074
29061
|
CheckYourAnswersComponent,
|
|
29075
29062
|
UnLinkCasesComponent,
|
|
29076
|
-
NoLinkedCasesComponent], imports: [
|
|
29063
|
+
NoLinkedCasesComponent], imports: [i2.CommonModule,
|
|
29077
29064
|
i1$1.RouterModule,
|
|
29078
29065
|
i3.FormsModule,
|
|
29079
29066
|
i3.ReactiveFormsModule,
|
|
@@ -29093,11 +29080,11 @@
|
|
|
29093
29080
|
i4.NgxMatNativeDateModule,
|
|
29094
29081
|
i6$1.MatFormFieldModule,
|
|
29095
29082
|
i13.MatInputModule,
|
|
29096
|
-
i5$
|
|
29097
|
-
i5
|
|
29083
|
+
i5$1.MatDatepickerModule,
|
|
29084
|
+
i5.MatAutocompleteModule,
|
|
29098
29085
|
i7.CdkTreeModule,
|
|
29099
29086
|
i1$4.OverlayModule,
|
|
29100
|
-
i3$1.PaymentLibModule, i2__namespace.ScrollToModule, i1__namespace.RpxTranslationModule, i1$3.MatDialogModule,
|
|
29087
|
+
i3$1.PaymentLibModule, i2__namespace$1.ScrollToModule, i1__namespace.RpxTranslationModule, i1$3.MatDialogModule,
|
|
29101
29088
|
i12.MediaViewerModule,
|
|
29102
29089
|
LoadingModule, i1__namespace.RpxTranslationModule, QueryManagementModule], exports: [i4.NgxMatDatetimePickerModule,
|
|
29103
29090
|
i4.NgxMatNativeDateModule,
|
|
@@ -29216,7 +29203,7 @@
|
|
|
29216
29203
|
type: i0.NgModule,
|
|
29217
29204
|
args: [{
|
|
29218
29205
|
imports: [
|
|
29219
|
-
|
|
29206
|
+
i2.CommonModule,
|
|
29220
29207
|
i1$1.RouterModule,
|
|
29221
29208
|
i3.FormsModule,
|
|
29222
29209
|
i3.ReactiveFormsModule,
|
|
@@ -29236,12 +29223,12 @@
|
|
|
29236
29223
|
i4.NgxMatNativeDateModule,
|
|
29237
29224
|
i6$1.MatFormFieldModule,
|
|
29238
29225
|
i13.MatInputModule,
|
|
29239
|
-
i5$
|
|
29240
|
-
i5
|
|
29226
|
+
i5$1.MatDatepickerModule,
|
|
29227
|
+
i5.MatAutocompleteModule,
|
|
29241
29228
|
i7.CdkTreeModule,
|
|
29242
29229
|
i1$4.OverlayModule,
|
|
29243
29230
|
i3$1.PaymentLibModule,
|
|
29244
|
-
i2.ScrollToModule.forRoot(),
|
|
29231
|
+
i2$1.ScrollToModule.forRoot(),
|
|
29245
29232
|
i1.RpxTranslationModule.forChild(),
|
|
29246
29233
|
i1$3.MatDialogModule,
|
|
29247
29234
|
i12.MediaViewerModule,
|
|
@@ -29288,33 +29275,33 @@
|
|
|
29288
29275
|
}], null, null);
|
|
29289
29276
|
})();
|
|
29290
29277
|
i0__namespace.ɵɵsetComponentScope(FieldReadComponent, [FieldReadLabelComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective], []);
|
|
29291
|
-
i0__namespace.ɵɵsetComponentScope(LabelFieldComponent, [LabelSubstitutorDirective,
|
|
29278
|
+
i0__namespace.ɵɵsetComponentScope(LabelFieldComponent, [LabelSubstitutorDirective, i2__namespace.NgIf, MarkdownComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29292
29279
|
i0__namespace.ɵɵsetComponentScope(CaseHistoryViewerFieldComponent, [EventLogComponent], []);
|
|
29293
|
-
i0__namespace.ɵɵsetComponentScope(EventLogComponent, [
|
|
29294
|
-
i0__namespace.ɵɵsetComponentScope(ReadCollectionFieldComponent, [
|
|
29295
|
-
i0__namespace.ɵɵsetComponentScope(ReadOrganisationFieldComponent, [
|
|
29296
|
-
ReadOrganisationFieldTableComponent,
|
|
29297
|
-
i0__namespace.ɵɵsetComponentScope(ReadOrderSummaryFieldComponent, [
|
|
29280
|
+
i0__namespace.ɵɵsetComponentScope(EventLogComponent, [i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, EventLogTableComponent, i2__namespace.NgIf, EventLogDetailsComponent], []);
|
|
29281
|
+
i0__namespace.ɵɵsetComponentScope(ReadCollectionFieldComponent, [i2__namespace.NgIf, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, FieldReadComponent, i2__namespace.NgForOf], []);
|
|
29282
|
+
i0__namespace.ɵɵsetComponentScope(ReadOrganisationFieldComponent, [i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, ReadOrganisationFieldRawComponent,
|
|
29283
|
+
ReadOrganisationFieldTableComponent, i2__namespace.NgSwitchDefault], []);
|
|
29284
|
+
i0__namespace.ɵɵsetComponentScope(ReadOrderSummaryFieldComponent, [i2__namespace.NgForOf, ReadOrderSummaryRowComponent,
|
|
29298
29285
|
ReadMoneyGbpFieldComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29299
29286
|
i0__namespace.ɵɵsetComponentScope(ReadOrderSummaryRowComponent, [ReadMoneyGbpFieldComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29300
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldComponent, [
|
|
29301
|
-
ReadComplexFieldCollectionTableComponent,
|
|
29302
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldRawComponent, [
|
|
29303
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldTableComponent, [
|
|
29304
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, [
|
|
29305
|
-
ReadCaseLinkFieldComponent], [i1__namespace.RpxTranslatePipe, ReadFieldsFilterPipe, CcdCollectionTableCaseFieldsFilterPipe,
|
|
29306
|
-
i0__namespace.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, [
|
|
29287
|
+
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldComponent, [i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, ReadComplexFieldRawComponent,
|
|
29288
|
+
ReadComplexFieldCollectionTableComponent, i2__namespace.NgSwitchDefault, ReadComplexFieldTableComponent], []);
|
|
29289
|
+
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldRawComponent, [i2__namespace.NgForOf, FieldReadComponent], [ReadFieldsFilterPipe, i1__namespace.RpxTranslatePipe]);
|
|
29290
|
+
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldTableComponent, [i2__namespace.NgForOf, i2__namespace.NgIf, FieldReadComponent], [i1__namespace.RpxTranslatePipe, ReadFieldsFilterPipe, IsCompoundPipe]);
|
|
29291
|
+
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, [i2__namespace.NgForOf, i2__namespace.NgIf, FieldReadComponent,
|
|
29292
|
+
ReadCaseLinkFieldComponent], [i1__namespace.RpxTranslatePipe, ReadFieldsFilterPipe, CcdCollectionTableCaseFieldsFilterPipe, i2__namespace.KeyValuePipe, IsCompoundPipe]);
|
|
29293
|
+
i0__namespace.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, [i2__namespace.NgIf, CaseFlagSummaryListComponent, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, i2__namespace.NgForOf,
|
|
29307
29294
|
// Components for case flags
|
|
29308
|
-
CaseFlagTableComponent,
|
|
29295
|
+
CaseFlagTableComponent, i2__namespace.NgSwitchDefault], [i1__namespace.RpxTranslatePipe]);
|
|
29309
29296
|
i0__namespace.ɵɵsetComponentScope(ReadLinkedCasesFieldComponent, [
|
|
29310
29297
|
// Components for linked cases
|
|
29311
|
-
LinkedCasesToTableComponent,
|
|
29298
|
+
LinkedCasesToTableComponent, i2__namespace.NgIf, LinkedCasesFromTableComponent
|
|
29312
29299
|
], []);
|
|
29313
|
-
i0__namespace.ɵɵsetComponentScope(WriteAddressFieldComponent, [
|
|
29314
|
-
i0__namespace.ɵɵsetComponentScope(WriteComplexFieldComponent, [
|
|
29315
|
-
i0__namespace.ɵɵsetComponentScope(WriteDocumentFieldComponent, [
|
|
29316
|
-
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [
|
|
29317
|
-
i0__namespace.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, [
|
|
29300
|
+
i0__namespace.ɵɵsetComponentScope(WriteAddressFieldComponent, [i2__namespace.NgIf, i2__namespace.NgClass, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i3__namespace.SelectControlValueAccessor, i2__namespace.NgForOf, i3__namespace.NgSelectOption, i3__namespace.ɵangular_packages_forms_forms_z, WriteComplexFieldComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective], [i1__namespace.RpxTranslatePipe, FieldLabelPipe]);
|
|
29301
|
+
i0__namespace.ɵɵsetComponentScope(WriteComplexFieldComponent, [i2__namespace.NgIf, i2__namespace.NgForOf, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, FieldReadComponent, LabelSubstitutorDirective, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, FieldWriteComponent], [i1__namespace.RpxTranslatePipe, FieldLabelPipe, IsReadOnlyPipe]);
|
|
29302
|
+
i0__namespace.ɵɵsetComponentScope(WriteDocumentFieldComponent, [i2__namespace.NgClass, i2__namespace.NgIf, ReadDocumentFieldComponent], [FieldLabelPipe, i1__namespace.RpxTranslatePipe]);
|
|
29303
|
+
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [i2__namespace.NgIf, DatetimePickerComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, WriteDateFieldComponent], []);
|
|
29304
|
+
i0__namespace.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, [i2__namespace.NgIf, i2__namespace.NgForOf, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgSwitch, i2__namespace.NgClass, i2__namespace.NgSwitchCase, SelectFlagLocationComponent,
|
|
29318
29305
|
SelectFlagTypeComponent,
|
|
29319
29306
|
SearchLanguageInterpreterComponent,
|
|
29320
29307
|
AddCommentsComponent,
|
|
@@ -29322,32 +29309,32 @@
|
|
|
29322
29309
|
ManageCaseFlagsComponent,
|
|
29323
29310
|
UpdateFlagComponent,
|
|
29324
29311
|
UpdateFlagAddTranslationFormComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29325
|
-
i0__namespace.ɵɵsetComponentScope(WriteLinkedCasesFieldComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29312
|
+
i0__namespace.ɵɵsetComponentScope(WriteLinkedCasesFieldComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, BeforeYouStartComponent,
|
|
29326
29313
|
NoLinkedCasesComponent,
|
|
29327
29314
|
LinkCasesComponent,
|
|
29328
29315
|
UnLinkCasesComponent,
|
|
29329
29316
|
CheckYourAnswersComponent], []);
|
|
29330
|
-
i0__namespace.ɵɵsetComponentScope(WriteOrganisationFieldComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29331
|
-
WriteOrganisationComplexFieldComponent], [
|
|
29317
|
+
i0__namespace.ɵɵsetComponentScope(WriteOrganisationFieldComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i2__namespace.NgClass, i2__namespace.NgForOf, MarkdownComponent,
|
|
29318
|
+
WriteOrganisationComplexFieldComponent], [i2__namespace.AsyncPipe, i1__namespace.RpxTranslatePipe]);
|
|
29332
29319
|
i0__namespace.ɵɵsetComponentScope(WriteOrderSummaryFieldComponent, [ReadOrderSummaryFieldComponent], []);
|
|
29333
|
-
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [
|
|
29334
|
-
i0__namespace.ɵɵsetComponentScope(WriteCollectionFieldComponent, [
|
|
29320
|
+
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [i2__namespace.NgIf, DatetimePickerComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, WriteDateFieldComponent], []);
|
|
29321
|
+
i0__namespace.ɵɵsetComponentScope(WriteCollectionFieldComponent, [i2__namespace.NgIf, i2__namespace.NgForOf, FieldWriteComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective], [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe]);
|
|
29335
29322
|
i0__namespace.ɵɵsetComponentScope(
|
|
29336
29323
|
// ComponentLauncher web components
|
|
29337
|
-
CaseFileViewFieldComponent, [
|
|
29324
|
+
CaseFileViewFieldComponent, [i2__namespace.NgIf, CaseFileViewFolderComponent, i12__namespace.MediaViewerComponent], []);
|
|
29338
29325
|
i0__namespace.ɵɵsetComponentScope(
|
|
29339
29326
|
// Components for case flags
|
|
29340
|
-
CaseFlagTableComponent, [
|
|
29341
|
-
i0__namespace.ɵɵsetComponentScope(SelectFlagTypeComponent, [
|
|
29342
|
-
i0__namespace.ɵɵsetComponentScope(SearchLanguageInterpreterComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29343
|
-
i0__namespace.ɵɵsetComponentScope(ManageCaseFlagsComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29344
|
-
i0__namespace.ɵɵsetComponentScope(UpdateFlagComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29327
|
+
CaseFlagTableComponent, [i2__namespace.NgIf, i2__namespace.NgForOf], [i1__namespace.RpxTranslatePipe, FlagFieldDisplayPipe, i2__namespace.DatePipe]);
|
|
29328
|
+
i0__namespace.ɵɵsetComponentScope(SelectFlagTypeComponent, [i2__namespace.NgIf, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i2__namespace.NgForOf, i3__namespace.RadioControlValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], [i1__namespace.RpxTranslatePipe, FlagFieldDisplayPipe]);
|
|
29329
|
+
i0__namespace.ɵɵsetComponentScope(SearchLanguageInterpreterComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i2__namespace.NgIf, i13__namespace.MatInput, i3__namespace.DefaultValueAccessor, i5__namespace.MatAutocompleteTrigger, i3__namespace.NgControlStatus, i3__namespace.FormControlName, i5__namespace.MatAutocomplete, i2__namespace.NgForOf, i6__namespace.MatOption], [FlagFieldDisplayPipe, i1__namespace.RpxTranslatePipe, i2__namespace.AsyncPipe, LanguageInterpreterDisplayPipe]);
|
|
29330
|
+
i0__namespace.ɵɵsetComponentScope(ManageCaseFlagsComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i2__namespace.NgIf, i2__namespace.NgForOf, i3__namespace.RadioControlValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], [i1__namespace.RpxTranslatePipe, ManageCaseFlagsLabelDisplayPipe]);
|
|
29331
|
+
i0__namespace.ɵɵsetComponentScope(UpdateFlagComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, i2__namespace.NgForOf, i3__namespace.RadioControlValueAccessor, i3__namespace.CheckboxControlValueAccessor], [i1__namespace.RpxTranslatePipe, UpdateFlagTitleDisplayPipe]);
|
|
29345
29332
|
i0__namespace.ɵɵsetComponentScope(
|
|
29346
29333
|
// Components for linked cases
|
|
29347
|
-
LinkedCasesToTableComponent, [
|
|
29348
|
-
i0__namespace.ɵɵsetComponentScope(LinkedCasesFromTableComponent, [
|
|
29349
|
-
i0__namespace.ɵɵsetComponentScope(LinkCasesComponent, [
|
|
29350
|
-
i0__namespace.ɵɵsetComponentScope(CheckYourAnswersComponent, [
|
|
29334
|
+
LinkedCasesToTableComponent, [i2__namespace.NgIf, i2__namespace.NgForOf], [CaseReferencePipe, LinkCasesReasonValuePipe]);
|
|
29335
|
+
i0__namespace.ɵɵsetComponentScope(LinkedCasesFromTableComponent, [i2__namespace.NgIf, i2__namespace.NgForOf], [CaseReferencePipe, LinkCasesFromReasonValuePipe]);
|
|
29336
|
+
i0__namespace.ɵɵsetComponentScope(LinkCasesComponent, [i2__namespace.NgIf, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, i3__namespace.FormArrayName, i2__namespace.NgForOf, i3__namespace.FormGroupName, i3__namespace.CheckboxControlValueAccessor], [CaseReferencePipe, LinkCasesReasonValuePipe]);
|
|
29337
|
+
i0__namespace.ɵɵsetComponentScope(CheckYourAnswersComponent, [i2__namespace.NgIf, i2__namespace.NgForOf], [CaseReferencePipe, LinkCasesReasonValuePipe]);
|
|
29351
29338
|
|
|
29352
29339
|
var Confirmation = /** @class */ (function () {
|
|
29353
29340
|
function Confirmation(caseId, status, header, body) {
|
|
@@ -30410,12 +30397,12 @@
|
|
|
30410
30397
|
ErrorsModule.ɵfac = function ErrorsModule_Factory(t) { return new (t || ErrorsModule)(); };
|
|
30411
30398
|
ErrorsModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: ErrorsModule });
|
|
30412
30399
|
ErrorsModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
30413
|
-
|
|
30400
|
+
i2.CommonModule,
|
|
30414
30401
|
i1$1.RouterModule,
|
|
30415
30402
|
i1.RpxTranslationModule.forChild()
|
|
30416
30403
|
]] });
|
|
30417
30404
|
(function () {
|
|
30418
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(ErrorsModule, { declarations: [CallbackErrorsComponent], imports: [
|
|
30405
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(ErrorsModule, { declarations: [CallbackErrorsComponent], imports: [i2.CommonModule,
|
|
30419
30406
|
i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [CallbackErrorsComponent] });
|
|
30420
30407
|
})();
|
|
30421
30408
|
(function () {
|
|
@@ -30423,7 +30410,7 @@
|
|
|
30423
30410
|
type: i0.NgModule,
|
|
30424
30411
|
args: [{
|
|
30425
30412
|
imports: [
|
|
30426
|
-
|
|
30413
|
+
i2.CommonModule,
|
|
30427
30414
|
i1$1.RouterModule,
|
|
30428
30415
|
i1.RpxTranslationModule.forChild()
|
|
30429
30416
|
],
|
|
@@ -30483,16 +30470,16 @@
|
|
|
30483
30470
|
LoadingSpinnerModule.ɵfac = function LoadingSpinnerModule_Factory(t) { return new (t || LoadingSpinnerModule)(); };
|
|
30484
30471
|
LoadingSpinnerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: LoadingSpinnerModule });
|
|
30485
30472
|
LoadingSpinnerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
30486
|
-
|
|
30473
|
+
i2.CommonModule,
|
|
30487
30474
|
i1.RpxTranslationModule.forChild()
|
|
30488
30475
|
]] });
|
|
30489
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(LoadingSpinnerModule, { declarations: [LoadingSpinnerComponent], imports: [
|
|
30476
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(LoadingSpinnerModule, { declarations: [LoadingSpinnerComponent], imports: [i2.CommonModule, i1__namespace.RpxTranslationModule], exports: [LoadingSpinnerComponent] }); })();
|
|
30490
30477
|
(function () {
|
|
30491
30478
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(LoadingSpinnerModule, [{
|
|
30492
30479
|
type: i0.NgModule,
|
|
30493
30480
|
args: [{
|
|
30494
30481
|
imports: [
|
|
30495
|
-
|
|
30482
|
+
i2.CommonModule,
|
|
30496
30483
|
i1.RpxTranslationModule.forChild()
|
|
30497
30484
|
],
|
|
30498
30485
|
declarations: [
|
|
@@ -30762,7 +30749,7 @@
|
|
|
30762
30749
|
if (rf & 2) {
|
|
30763
30750
|
i0__namespace.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
30764
30751
|
}
|
|
30765
|
-
}, directives: [
|
|
30752
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
30766
30753
|
(function () {
|
|
30767
30754
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseEventCompletionTaskReassignedComponent, [{
|
|
30768
30755
|
type: i0.Component,
|
|
@@ -30894,7 +30881,7 @@
|
|
|
30894
30881
|
EventCompletionStateMachineService,
|
|
30895
30882
|
CaseFlagStateService
|
|
30896
30883
|
], imports: [[
|
|
30897
|
-
|
|
30884
|
+
i2.CommonModule,
|
|
30898
30885
|
i1$1.RouterModule,
|
|
30899
30886
|
i3.FormsModule,
|
|
30900
30887
|
i3.ReactiveFormsModule,
|
|
@@ -30918,7 +30905,7 @@
|
|
|
30918
30905
|
CaseEventCompletionTaskCancelledComponent,
|
|
30919
30906
|
CaseEventCompletionTaskReassignedComponent,
|
|
30920
30907
|
CaseCreateComponent,
|
|
30921
|
-
CaseProgressComponent], imports: [
|
|
30908
|
+
CaseProgressComponent], imports: [i2.CommonModule,
|
|
30922
30909
|
i1$1.RouterModule,
|
|
30923
30910
|
i3.FormsModule,
|
|
30924
30911
|
i3.ReactiveFormsModule,
|
|
@@ -30943,7 +30930,7 @@
|
|
|
30943
30930
|
type: i0.NgModule,
|
|
30944
30931
|
args: [{
|
|
30945
30932
|
imports: [
|
|
30946
|
-
|
|
30933
|
+
i2.CommonModule,
|
|
30947
30934
|
i1$1.RouterModule,
|
|
30948
30935
|
i3.FormsModule,
|
|
30949
30936
|
i3.ReactiveFormsModule,
|
|
@@ -31012,12 +30999,12 @@
|
|
|
31012
30999
|
}]
|
|
31013
31000
|
}], null, null);
|
|
31014
31001
|
})();
|
|
31015
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditConfirmComponent, [
|
|
31016
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditPageComponent, [
|
|
31017
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditFormComponent, [
|
|
31018
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditSubmitComponent, [
|
|
31019
|
-
i0__namespace.ɵɵsetComponentScope(CaseCreateComponent, [
|
|
31020
|
-
i0__namespace.ɵɵsetComponentScope(CaseProgressComponent, [
|
|
31002
|
+
i0__namespace.ɵɵsetComponentScope(CaseEditConfirmComponent, [i2__namespace.NgIf, MarkdownComponent, i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective], [i1__namespace.RpxTranslatePipe, CcdCaseTitlePipe, CaseReferencePipe]);
|
|
31003
|
+
i0__namespace.ɵɵsetComponentScope(CaseEditPageComponent, [i2__namespace.NgIf, LoadingSpinnerComponent, MarkdownComponent, i2__namespace.NgForOf, CallbackErrorsComponent, i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, CaseEditFormComponent], [i1__namespace.RpxTranslatePipe, CcdCaseTitlePipe, CaseReferencePipe, i2__namespace.AsyncPipe]);
|
|
31004
|
+
i0__namespace.ɵɵsetComponentScope(CaseEditFormComponent, [i2__namespace.NgForOf, ConditionalShowFormDirective, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, LabelSubstitutorDirective, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, FieldReadComponent, i2__namespace.NgIf, FieldWriteComponent], [IsReadOnlyAndNotCollectionPipe, IsCompoundPipe]);
|
|
31005
|
+
i0__namespace.ɵɵsetComponentScope(CaseEditSubmitComponent, [i2__namespace.NgIf, MarkdownComponent, i2__namespace.NgForOf, CallbackErrorsComponent, i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, LabelSubstitutorDirective, i2__namespace.NgClass, FieldReadComponent, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, i3__namespace.FormGroupName, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, i3__namespace.MaxLengthValidator, CaseEventCompletionComponent], [i1__namespace.RpxTranslatePipe, CcdCaseTitlePipe, CaseReferencePipe, CcdCYAPageLabelFilterPipe, ReadFieldsFilterPipe, CcdPageFieldsPipe, IsCompoundPipe]);
|
|
31006
|
+
i0__namespace.ɵɵsetComponentScope(CaseCreateComponent, [i2__namespace.NgIf, CaseEditComponent], []);
|
|
31007
|
+
i0__namespace.ɵɵsetComponentScope(CaseProgressComponent, [i2__namespace.NgIf, CaseEditComponent], []);
|
|
31021
31008
|
|
|
31022
31009
|
var editorRouting = [
|
|
31023
31010
|
{
|
|
@@ -31102,7 +31089,7 @@
|
|
|
31102
31089
|
i0__namespace.ɵɵadvance(1);
|
|
31103
31090
|
i0__namespace.ɵɵproperty("ngIf", ctx.caseTitle.label);
|
|
31104
31091
|
}
|
|
31105
|
-
}, directives: [
|
|
31092
|
+
}, directives: [i2__namespace.NgIf, LabelFieldComponent], pipes: [CaseReferencePipe], styles: [".case-title[_ngcontent-%COMP%]{margin-top:47px;margin-bottom:10px}.heading-h1[_ngcontent-%COMP%]{margin-top:40px}"] });
|
|
31106
31093
|
(function () {
|
|
31107
31094
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseHeaderComponent, [{
|
|
31108
31095
|
type: i0.Component,
|
|
@@ -31124,12 +31111,12 @@
|
|
|
31124
31111
|
CaseHeaderModule.ɵfac = function CaseHeaderModule_Factory(t) { return new (t || CaseHeaderModule)(); };
|
|
31125
31112
|
CaseHeaderModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CaseHeaderModule });
|
|
31126
31113
|
CaseHeaderModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
31127
|
-
|
|
31114
|
+
i2.CommonModule,
|
|
31128
31115
|
i1$1.RouterModule,
|
|
31129
31116
|
PaletteModule
|
|
31130
31117
|
]] });
|
|
31131
31118
|
(function () {
|
|
31132
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseHeaderModule, { declarations: [CaseHeaderComponent], imports: [
|
|
31119
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseHeaderModule, { declarations: [CaseHeaderComponent], imports: [i2.CommonModule,
|
|
31133
31120
|
i1$1.RouterModule,
|
|
31134
31121
|
PaletteModule], exports: [CaseHeaderComponent] });
|
|
31135
31122
|
})();
|
|
@@ -31138,7 +31125,7 @@
|
|
|
31138
31125
|
type: i0.NgModule,
|
|
31139
31126
|
args: [{
|
|
31140
31127
|
imports: [
|
|
31141
|
-
|
|
31128
|
+
i2.CommonModule,
|
|
31142
31129
|
i1$1.RouterModule,
|
|
31143
31130
|
PaletteModule
|
|
31144
31131
|
],
|
|
@@ -31429,7 +31416,7 @@
|
|
|
31429
31416
|
i0__namespace.ɵɵadvance(2);
|
|
31430
31417
|
i0__namespace.ɵɵproperty("ngIf", !(ctx.autoHide && _r0.pages.length <= 1));
|
|
31431
31418
|
}
|
|
31432
|
-
}, directives: [i1__namespace$6.PaginationControlsDirective,
|
|
31419
|
+
}, directives: [i1__namespace$6.PaginationControlsDirective, i2__namespace.NgIf, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe, i2__namespace.DecimalPipe], styles: [".ngx-pagination[_ngcontent-%COMP%]{margin-left:0;margin-bottom:1rem;padding-top:25px;text-decoration:none;text-align:left;font-size:16px}.ngx-pagination[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%]:before{content:\" \";display:table}.ngx-pagination[_ngcontent-%COMP%]:after{clear:both}.ngx-pagination[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-right:.0625rem;border-radius:0;display:inline-block}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{display:block;padding:.1875rem .625rem;border-radius:0;color:#005da6}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]:hover{background:#e6e6e6}.ngx-pagination[_ngcontent-%COMP%] .current[_ngcontent-%COMP%]{padding:.1875rem .625rem;background:#fff;color:#4c2c92;cursor:default;font-weight:900}.ngx-pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]{display:none}.ngx-pagination[_ngcontent-%COMP%] .disabled[_ngcontent-%COMP%]:hover{background:transparent}.ngx-pagination[_ngcontent-%COMP%] a[_ngcontent-%COMP%], .ngx-pagination[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{cursor:pointer}.ngx-pagination[_ngcontent-%COMP%] .pagination-previous.disabled[_ngcontent-%COMP%]:before, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:before{margin-right:.5rem;border-width:3px 0 0 3px}.ngx-pagination[_ngcontent-%COMP%] .pagination-next.disabled[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-next[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous.disabled[_ngcontent-%COMP%]:before, .ngx-pagination[_ngcontent-%COMP%] .pagination-previous[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:before{display:inline-block;height:10px;width:10px;border-style:solid;color:#0a0a0a;background:transparent;transform:rotate(-45deg);content:\"\"}.ngx-pagination[_ngcontent-%COMP%] .pagination-next.disabled[_ngcontent-%COMP%]:after, .ngx-pagination[_ngcontent-%COMP%] .pagination-next[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:after{margin-left:.5rem;border-width:0 3px 3px 0}.ngx-pagination[_ngcontent-%COMP%] .show-for-sr[_ngcontent-%COMP%]{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.ngx-pagination[_ngcontent-%COMP%] .small-screen[_ngcontent-%COMP%]{display:none}@media screen and (max-width:601px){.ngx-pagination.responsive[_ngcontent-%COMP%] .small-screen[_ngcontent-%COMP%]{display:inline-block}.ngx-pagination.responsive[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:not(.small-screen):not(.pagination-previous):not(.pagination-next){display:none}}"] });
|
|
31433
31420
|
(function () {
|
|
31434
31421
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PaginationComponent, [{
|
|
31435
31422
|
type: i0.Component,
|
|
@@ -31713,10 +31700,10 @@
|
|
|
31713
31700
|
function DateTimeFormatUtils() {
|
|
31714
31701
|
}
|
|
31715
31702
|
DateTimeFormatUtils.formatDateAtTime = function (date, is24Hour) {
|
|
31716
|
-
return
|
|
31703
|
+
return i2.formatDate(date, 'dd MMM yyyy', 'en-GB') + " at " + DateTimeFormatUtils.formatTime(date, is24Hour);
|
|
31717
31704
|
};
|
|
31718
31705
|
DateTimeFormatUtils.formatTime = function (date, is24Hour) {
|
|
31719
|
-
return is24Hour ?
|
|
31706
|
+
return is24Hour ? i2.formatDate(date, 'HH:mm', 'en-GB') : i2.formatDate(date, 'h:mm a', 'en-GB').toLowerCase();
|
|
31720
31707
|
};
|
|
31721
31708
|
return DateTimeFormatUtils;
|
|
31722
31709
|
}());
|
|
@@ -31738,7 +31725,7 @@
|
|
|
31738
31725
|
this.pageChange = new i0.EventEmitter();
|
|
31739
31726
|
}
|
|
31740
31727
|
CaseListComponent.prototype.formatDate = function (date) {
|
|
31741
|
-
return date ?
|
|
31728
|
+
return date ? i2.formatDate(date, 'dd MMM yyyy', 'en-GB') : '-';
|
|
31742
31729
|
};
|
|
31743
31730
|
CaseListComponent.prototype.formatDateAtTime = function (date) {
|
|
31744
31731
|
return date ? DateTimeFormatUtils.formatDateAtTime(date, false) : '-';
|
|
@@ -31842,7 +31829,7 @@
|
|
|
31842
31829
|
i0__namespace.ɵɵadvance(2);
|
|
31843
31830
|
i0__namespace.ɵɵproperty("ngIf", ctx.totalResultsCount > ctx.pageSize);
|
|
31844
31831
|
}
|
|
31845
|
-
}, directives: [
|
|
31832
|
+
}, directives: [i2__namespace.NgIf, i2__namespace.NgForOf, i1__namespace$1.RouterLinkWithHref, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, i2__namespace.NgSwitchDefault, PaginationComponent], pipes: [i1__namespace.RpxTranslatePipe, i1__namespace$6.PaginatePipe, i2__namespace.CurrencyPipe], styles: [""] });
|
|
31846
31833
|
(function () {
|
|
31847
31834
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseListComponent, [{
|
|
31848
31835
|
type: i0.Component,
|
|
@@ -31901,12 +31888,12 @@
|
|
|
31901
31888
|
PaginationModule.ɵfac = function PaginationModule_Factory(t) { return new (t || PaginationModule)(); };
|
|
31902
31889
|
PaginationModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: PaginationModule });
|
|
31903
31890
|
PaginationModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
31904
|
-
|
|
31891
|
+
i2.CommonModule,
|
|
31905
31892
|
i1$6.NgxPaginationModule,
|
|
31906
31893
|
i1.RpxTranslationModule.forChild()
|
|
31907
31894
|
]] });
|
|
31908
31895
|
(function () {
|
|
31909
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(PaginationModule, { declarations: [PaginationComponent], imports: [
|
|
31896
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(PaginationModule, { declarations: [PaginationComponent], imports: [i2.CommonModule,
|
|
31910
31897
|
i1$6.NgxPaginationModule, i1__namespace.RpxTranslationModule], exports: [PaginationComponent,
|
|
31911
31898
|
i1$6.PaginatePipe] });
|
|
31912
31899
|
})();
|
|
@@ -31915,7 +31902,7 @@
|
|
|
31915
31902
|
type: i0.NgModule,
|
|
31916
31903
|
args: [{
|
|
31917
31904
|
imports: [
|
|
31918
|
-
|
|
31905
|
+
i2.CommonModule,
|
|
31919
31906
|
i1$6.NgxPaginationModule,
|
|
31920
31907
|
i1.RpxTranslationModule.forChild()
|
|
31921
31908
|
],
|
|
@@ -31940,7 +31927,7 @@
|
|
|
31940
31927
|
CaseListModule.ɵinj = i0__namespace.ɵɵdefineInjector({ providers: [
|
|
31941
31928
|
BrowserService
|
|
31942
31929
|
], imports: [[
|
|
31943
|
-
|
|
31930
|
+
i2.CommonModule,
|
|
31944
31931
|
i3.FormsModule,
|
|
31945
31932
|
i1$1.RouterModule,
|
|
31946
31933
|
i1$6.NgxPaginationModule,
|
|
@@ -31948,7 +31935,7 @@
|
|
|
31948
31935
|
i1.RpxTranslationModule.forChild()
|
|
31949
31936
|
]] });
|
|
31950
31937
|
(function () {
|
|
31951
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseListModule, { declarations: [CaseListComponent], imports: [
|
|
31938
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseListModule, { declarations: [CaseListComponent], imports: [i2.CommonModule,
|
|
31952
31939
|
i3.FormsModule,
|
|
31953
31940
|
i1$1.RouterModule,
|
|
31954
31941
|
i1$6.NgxPaginationModule,
|
|
@@ -31959,7 +31946,7 @@
|
|
|
31959
31946
|
type: i0.NgModule,
|
|
31960
31947
|
args: [{
|
|
31961
31948
|
imports: [
|
|
31962
|
-
|
|
31949
|
+
i2.CommonModule,
|
|
31963
31950
|
i3.FormsModule,
|
|
31964
31951
|
i1$1.RouterModule,
|
|
31965
31952
|
i1$6.NgxPaginationModule,
|
|
@@ -32484,7 +32471,7 @@
|
|
|
32484
32471
|
AlertService,
|
|
32485
32472
|
WindowService,
|
|
32486
32473
|
], imports: [[
|
|
32487
|
-
|
|
32474
|
+
i2.CommonModule,
|
|
32488
32475
|
i3.FormsModule,
|
|
32489
32476
|
i3.ReactiveFormsModule,
|
|
32490
32477
|
PaletteModule,
|
|
@@ -32492,7 +32479,7 @@
|
|
|
32492
32479
|
i1.RpxTranslationModule.forChild()
|
|
32493
32480
|
]] });
|
|
32494
32481
|
(function () {
|
|
32495
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(WorkbasketFiltersModule, { declarations: [WorkbasketFiltersComponent], imports: [
|
|
32482
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(WorkbasketFiltersModule, { declarations: [WorkbasketFiltersComponent], imports: [i2.CommonModule,
|
|
32496
32483
|
i3.FormsModule,
|
|
32497
32484
|
i3.ReactiveFormsModule,
|
|
32498
32485
|
PaletteModule,
|
|
@@ -32503,7 +32490,7 @@
|
|
|
32503
32490
|
type: i0.NgModule,
|
|
32504
32491
|
args: [{
|
|
32505
32492
|
imports: [
|
|
32506
|
-
|
|
32493
|
+
i2.CommonModule,
|
|
32507
32494
|
i3.FormsModule,
|
|
32508
32495
|
i3.ReactiveFormsModule,
|
|
32509
32496
|
PaletteModule,
|
|
@@ -32526,7 +32513,7 @@
|
|
|
32526
32513
|
}]
|
|
32527
32514
|
}], null, null);
|
|
32528
32515
|
})();
|
|
32529
|
-
i0__namespace.ɵɵsetComponentScope(WorkbasketFiltersComponent, [i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.NgForm, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.NgModel,
|
|
32516
|
+
i0__namespace.ɵɵsetComponentScope(WorkbasketFiltersComponent, [i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.NgForm, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.NgModel, i2__namespace.NgIf, i3__namespace.NgSelectOption, i3__namespace.ɵangular_packages_forms_forms_z, i2__namespace.NgForOf, ConditionalShowFormDirective, i3__namespace.FormGroupDirective, FieldWriteComponent], [i1__namespace.RpxTranslatePipe]);
|
|
32530
32517
|
|
|
32531
32518
|
var READ_ACCESS = 'read';
|
|
32532
32519
|
var CREATE_ACCESS = 'create';
|
|
@@ -32606,7 +32593,7 @@
|
|
|
32606
32593
|
AlertService,
|
|
32607
32594
|
WindowService
|
|
32608
32595
|
], imports: [[
|
|
32609
|
-
|
|
32596
|
+
i2.CommonModule,
|
|
32610
32597
|
i3.FormsModule,
|
|
32611
32598
|
i3.ReactiveFormsModule,
|
|
32612
32599
|
PaletteModule,
|
|
@@ -32615,7 +32602,7 @@
|
|
|
32615
32602
|
i1.RpxTranslationModule.forChild()
|
|
32616
32603
|
]] });
|
|
32617
32604
|
(function () {
|
|
32618
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseListFiltersModule, { declarations: [CaseListFiltersComponent], imports: [
|
|
32605
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseListFiltersModule, { declarations: [CaseListFiltersComponent], imports: [i2.CommonModule,
|
|
32619
32606
|
i3.FormsModule,
|
|
32620
32607
|
i3.ReactiveFormsModule,
|
|
32621
32608
|
PaletteModule,
|
|
@@ -32627,7 +32614,7 @@
|
|
|
32627
32614
|
type: i0.NgModule,
|
|
32628
32615
|
args: [{
|
|
32629
32616
|
imports: [
|
|
32630
|
-
|
|
32617
|
+
i2.CommonModule,
|
|
32631
32618
|
i3.FormsModule,
|
|
32632
32619
|
i3.ReactiveFormsModule,
|
|
32633
32620
|
PaletteModule,
|
|
@@ -32651,7 +32638,7 @@
|
|
|
32651
32638
|
}]
|
|
32652
32639
|
}], null, null);
|
|
32653
32640
|
})();
|
|
32654
|
-
i0__namespace.ɵɵsetComponentScope(CaseListFiltersComponent, [
|
|
32641
|
+
i0__namespace.ɵɵsetComponentScope(CaseListFiltersComponent, [i2__namespace.NgIf, WorkbasketFiltersComponent], []);
|
|
32655
32642
|
|
|
32656
32643
|
// @dynamic
|
|
32657
32644
|
var CaseHistoryCaseType = /** @class */ (function () {
|
|
@@ -33011,7 +32998,7 @@
|
|
|
33011
32998
|
CaseHistoryModule.ɵinj = i0__namespace.ɵɵdefineInjector({ providers: [
|
|
33012
32999
|
CaseHistoryService,
|
|
33013
33000
|
], imports: [[
|
|
33014
|
-
|
|
33001
|
+
i2.CommonModule,
|
|
33015
33002
|
i1$1.RouterModule,
|
|
33016
33003
|
CaseHeaderModule,
|
|
33017
33004
|
ConditionalShowModule,
|
|
@@ -33020,7 +33007,7 @@
|
|
|
33020
33007
|
i1.RpxTranslationModule.forChild()
|
|
33021
33008
|
]] });
|
|
33022
33009
|
(function () {
|
|
33023
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseHistoryModule, { declarations: [CaseHistoryComponent], imports: [
|
|
33010
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseHistoryModule, { declarations: [CaseHistoryComponent], imports: [i2.CommonModule,
|
|
33024
33011
|
i1$1.RouterModule,
|
|
33025
33012
|
CaseHeaderModule,
|
|
33026
33013
|
ConditionalShowModule,
|
|
@@ -33032,7 +33019,7 @@
|
|
|
33032
33019
|
type: i0.NgModule,
|
|
33033
33020
|
args: [{
|
|
33034
33021
|
imports: [
|
|
33035
|
-
|
|
33022
|
+
i2.CommonModule,
|
|
33036
33023
|
i1$1.RouterModule,
|
|
33037
33024
|
CaseHeaderModule,
|
|
33038
33025
|
ConditionalShowModule,
|
|
@@ -33052,7 +33039,7 @@
|
|
|
33052
33039
|
}]
|
|
33053
33040
|
}], null, null);
|
|
33054
33041
|
})();
|
|
33055
|
-
i0__namespace.ɵɵsetComponentScope(CaseHistoryComponent, [
|
|
33042
|
+
i0__namespace.ɵɵsetComponentScope(CaseHistoryComponent, [i2__namespace.NgIf, CaseHeaderComponent, i2__namespace.NgForOf, LabelSubstitutorDirective, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, FieldReadComponent], [i1__namespace.RpxTranslatePipe, DatePipe, i2__namespace.TitleCasePipe, i2__namespace.UpperCasePipe, DashPipe, ReadFieldsFilterPipe, CcdTabFieldsPipe, IsCompoundPipe]);
|
|
33056
33043
|
|
|
33057
33044
|
function CaseTimelineComponent_div_0_ng_container_2_ccd_event_log_1_Template(rf, ctx) {
|
|
33058
33045
|
if (rf & 1) {
|
|
@@ -33191,7 +33178,7 @@
|
|
|
33191
33178
|
CaseTimelineModule.ɵfac = function CaseTimelineModule_Factory(t) { return new (t || CaseTimelineModule)(); };
|
|
33192
33179
|
CaseTimelineModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CaseTimelineModule });
|
|
33193
33180
|
CaseTimelineModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
33194
|
-
|
|
33181
|
+
i2.CommonModule,
|
|
33195
33182
|
ErrorsModule,
|
|
33196
33183
|
i3.FormsModule,
|
|
33197
33184
|
i3.ReactiveFormsModule,
|
|
@@ -33200,7 +33187,7 @@
|
|
|
33200
33187
|
i1.RpxTranslationModule.forChild()
|
|
33201
33188
|
]] });
|
|
33202
33189
|
(function () {
|
|
33203
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseTimelineModule, { declarations: [CaseTimelineComponent], imports: [
|
|
33190
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseTimelineModule, { declarations: [CaseTimelineComponent], imports: [i2.CommonModule,
|
|
33204
33191
|
ErrorsModule,
|
|
33205
33192
|
i3.FormsModule,
|
|
33206
33193
|
i3.ReactiveFormsModule,
|
|
@@ -33212,7 +33199,7 @@
|
|
|
33212
33199
|
type: i0.NgModule,
|
|
33213
33200
|
args: [{
|
|
33214
33201
|
imports: [
|
|
33215
|
-
|
|
33202
|
+
i2.CommonModule,
|
|
33216
33203
|
ErrorsModule,
|
|
33217
33204
|
i3.FormsModule,
|
|
33218
33205
|
i3.ReactiveFormsModule,
|
|
@@ -33229,7 +33216,7 @@
|
|
|
33229
33216
|
}]
|
|
33230
33217
|
}], null, null);
|
|
33231
33218
|
})();
|
|
33232
|
-
i0__namespace.ɵɵsetComponentScope(CaseTimelineComponent, [
|
|
33219
|
+
i0__namespace.ɵɵsetComponentScope(CaseTimelineComponent, [i2__namespace.NgIf, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, EventLogComponent, CaseHistoryComponent], [i1__namespace.RpxTranslatePipe]);
|
|
33233
33220
|
|
|
33234
33221
|
var CaseResolver = /** @class */ (function () {
|
|
33235
33222
|
function CaseResolver(caseNotifier, draftService, navigationNotifierService, router, sessionStorage) {
|
|
@@ -33919,7 +33906,7 @@
|
|
|
33919
33906
|
i0__namespace.ɵɵadvance(5);
|
|
33920
33907
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(28, 21, "Cancel"), " ");
|
|
33921
33908
|
}
|
|
33922
|
-
}, directives: [
|
|
33909
|
+
}, directives: [i2__namespace.NgIf, AlertComponent, i1__namespace$1.RouterLink, LoadingSpinnerComponent], pipes: [CaseReferencePipe, i1__namespace.RpxTranslatePipe, i2__namespace.LowerCasePipe, i2__namespace.TitleCasePipe], encapsulation: 2 });
|
|
33923
33910
|
(function () {
|
|
33924
33911
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseBasicAccessViewComponent, [{
|
|
33925
33912
|
type: i0.Component,
|
|
@@ -34014,7 +34001,7 @@
|
|
|
34014
34001
|
DialogsModule.ɵfac = function DialogsModule_Factory(t) { return new (t || DialogsModule)(); };
|
|
34015
34002
|
DialogsModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: DialogsModule });
|
|
34016
34003
|
DialogsModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
34017
|
-
|
|
34004
|
+
i2.CommonModule,
|
|
34018
34005
|
i3.FormsModule,
|
|
34019
34006
|
i3.ReactiveFormsModule,
|
|
34020
34007
|
i1.RpxTranslationModule.forChild()
|
|
@@ -34023,7 +34010,7 @@
|
|
|
34023
34010
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(DialogsModule, { declarations: [DocumentDialogComponent,
|
|
34024
34011
|
DeleteOrCancelDialogComponent,
|
|
34025
34012
|
SaveOrDiscardDialogComponent,
|
|
34026
|
-
RemoveDialogComponent], imports: [
|
|
34013
|
+
RemoveDialogComponent], imports: [i2.CommonModule,
|
|
34027
34014
|
i3.FormsModule,
|
|
34028
34015
|
i3.ReactiveFormsModule, i1__namespace.RpxTranslationModule], exports: [DocumentDialogComponent,
|
|
34029
34016
|
DeleteOrCancelDialogComponent,
|
|
@@ -34035,7 +34022,7 @@
|
|
|
34035
34022
|
type: i0.NgModule,
|
|
34036
34023
|
args: [{
|
|
34037
34024
|
imports: [
|
|
34038
|
-
|
|
34025
|
+
i2.CommonModule,
|
|
34039
34026
|
i3.FormsModule,
|
|
34040
34027
|
i3.ReactiveFormsModule,
|
|
34041
34028
|
i1.RpxTranslationModule.forChild()
|
|
@@ -34700,7 +34687,7 @@
|
|
|
34700
34687
|
CaseFullAccessViewComponent.TRIGGER_TEXT_CONTINUE = 'Ignore Warning and Go';
|
|
34701
34688
|
CaseFullAccessViewComponent.UNICODE_SPACE = '%20';
|
|
34702
34689
|
CaseFullAccessViewComponent.EMPTY_SPACE = ' ';
|
|
34703
|
-
CaseFullAccessViewComponent.ɵfac = function CaseFullAccessViewComponent_Factory(t) { return new (t || CaseFullAccessViewComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.ActivatedRoute), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.Router), i0__namespace.ɵɵdirectiveInject(NavigationNotifierService), i0__namespace.ɵɵdirectiveInject(OrderService), i0__namespace.ɵɵdirectiveInject(ActivityPollingService), i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialog), i0__namespace.ɵɵdirectiveInject(AlertService), i0__namespace.ɵɵdirectiveInject(DraftService), i0__namespace.ɵɵdirectiveInject(ErrorNotifierService), i0__namespace.ɵɵdirectiveInject(ConvertHrefToRouterService), i0__namespace.ɵɵdirectiveInject(
|
|
34690
|
+
CaseFullAccessViewComponent.ɵfac = function CaseFullAccessViewComponent_Factory(t) { return new (t || CaseFullAccessViewComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.ActivatedRoute), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.Router), i0__namespace.ɵɵdirectiveInject(NavigationNotifierService), i0__namespace.ɵɵdirectiveInject(OrderService), i0__namespace.ɵɵdirectiveInject(ActivityPollingService), i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialog), i0__namespace.ɵɵdirectiveInject(AlertService), i0__namespace.ɵɵdirectiveInject(DraftService), i0__namespace.ɵɵdirectiveInject(ErrorNotifierService), i0__namespace.ɵɵdirectiveInject(ConvertHrefToRouterService), i0__namespace.ɵɵdirectiveInject(i2__namespace.Location), i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(SessionStorageService)); };
|
|
34704
34691
|
CaseFullAccessViewComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFullAccessViewComponent, selectors: [["ccd-case-full-access-view"]], viewQuery: function CaseFullAccessViewComponent_Query(rf, ctx) {
|
|
34705
34692
|
if (rf & 1) {
|
|
34706
34693
|
i0__namespace.ɵɵviewQuery(_c0$b, 1);
|
|
@@ -34759,7 +34746,7 @@
|
|
|
34759
34746
|
templateUrl: './case-full-access-view.component.html',
|
|
34760
34747
|
styleUrls: ['./case-full-access-view.component.scss']
|
|
34761
34748
|
}]
|
|
34762
|
-
}], function () { return [{ type: i0__namespace.NgZone }, { type: i1__namespace$1.ActivatedRoute }, { type: i1__namespace$1.Router }, { type: NavigationNotifierService }, { type: OrderService }, { type: ActivityPollingService }, { type: i1__namespace$3.MatDialog }, { type: AlertService }, { type: DraftService }, { type: ErrorNotifierService }, { type: ConvertHrefToRouterService }, { type:
|
|
34749
|
+
}], function () { return [{ type: i0__namespace.NgZone }, { type: i1__namespace$1.ActivatedRoute }, { type: i1__namespace$1.Router }, { type: NavigationNotifierService }, { type: OrderService }, { type: ActivityPollingService }, { type: i1__namespace$3.MatDialog }, { type: AlertService }, { type: DraftService }, { type: ErrorNotifierService }, { type: ConvertHrefToRouterService }, { type: i2__namespace.Location }, { type: i0__namespace.ChangeDetectorRef }, { type: SessionStorageService }]; }, { hasPrint: [{
|
|
34763
34750
|
type: i0.Input
|
|
34764
34751
|
}], hasEventSelector: [{
|
|
34765
34752
|
type: i0.Input
|
|
@@ -35121,7 +35108,7 @@
|
|
|
35121
35108
|
if (rf & 2) {
|
|
35122
35109
|
i0__namespace.ɵɵproperty("ngIf", ctx.error);
|
|
35123
35110
|
}
|
|
35124
|
-
}, directives: [
|
|
35111
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
35125
35112
|
(function () {
|
|
35126
35113
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ErrorMessageComponent, [{
|
|
35127
35114
|
type: i0.Component,
|
|
@@ -35142,14 +35129,14 @@
|
|
|
35142
35129
|
EventMessageModule.ɵfac = function EventMessageModule_Factory(t) { return new (t || EventMessageModule)(); };
|
|
35143
35130
|
EventMessageModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: EventMessageModule });
|
|
35144
35131
|
EventMessageModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
35145
|
-
|
|
35132
|
+
i2.CommonModule,
|
|
35146
35133
|
i3.ReactiveFormsModule,
|
|
35147
35134
|
i1$1.RouterModule,
|
|
35148
35135
|
ActivityModule,
|
|
35149
35136
|
i1.RpxTranslationModule.forChild()
|
|
35150
35137
|
]] });
|
|
35151
35138
|
(function () {
|
|
35152
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EventMessageModule, { declarations: [ErrorMessageComponent], imports: [
|
|
35139
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EventMessageModule, { declarations: [ErrorMessageComponent], imports: [i2.CommonModule,
|
|
35153
35140
|
i3.ReactiveFormsModule,
|
|
35154
35141
|
i1$1.RouterModule,
|
|
35155
35142
|
ActivityModule, i1__namespace.RpxTranslationModule], exports: [ErrorMessageComponent] });
|
|
@@ -35159,7 +35146,7 @@
|
|
|
35159
35146
|
type: i0.NgModule,
|
|
35160
35147
|
args: [{
|
|
35161
35148
|
imports: [
|
|
35162
|
-
|
|
35149
|
+
i2.CommonModule,
|
|
35163
35150
|
i3.ReactiveFormsModule,
|
|
35164
35151
|
i1$1.RouterModule,
|
|
35165
35152
|
ActivityModule,
|
|
@@ -35427,7 +35414,7 @@
|
|
|
35427
35414
|
if (rf & 2) {
|
|
35428
35415
|
i0__namespace.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
35429
35416
|
}
|
|
35430
|
-
}, directives: [
|
|
35417
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
35431
35418
|
(function () {
|
|
35432
35419
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TaskAssignedComponent, [{
|
|
35433
35420
|
type: i0.Component,
|
|
@@ -36030,7 +36017,7 @@
|
|
|
36030
36017
|
EventTasksResolverService,
|
|
36031
36018
|
EventStartStateMachineService
|
|
36032
36019
|
], imports: [[
|
|
36033
|
-
|
|
36020
|
+
i2.CommonModule,
|
|
36034
36021
|
i3.ReactiveFormsModule,
|
|
36035
36022
|
i1$1.RouterModule,
|
|
36036
36023
|
i1.RpxTranslationModule.forChild()
|
|
@@ -36042,7 +36029,7 @@
|
|
|
36042
36029
|
TaskAssignedComponent,
|
|
36043
36030
|
TaskCancelledComponent,
|
|
36044
36031
|
TaskConflictComponent,
|
|
36045
|
-
TaskUnassignedComponent], imports: [
|
|
36032
|
+
TaskUnassignedComponent], imports: [i2.CommonModule,
|
|
36046
36033
|
i3.ReactiveFormsModule,
|
|
36047
36034
|
i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [EventStartComponent,
|
|
36048
36035
|
TaskAssignedComponent,
|
|
@@ -36053,7 +36040,7 @@
|
|
|
36053
36040
|
type: i0.NgModule,
|
|
36054
36041
|
args: [{
|
|
36055
36042
|
imports: [
|
|
36056
|
-
|
|
36043
|
+
i2.CommonModule,
|
|
36057
36044
|
i3.ReactiveFormsModule,
|
|
36058
36045
|
i1$1.RouterModule,
|
|
36059
36046
|
i1.RpxTranslationModule.forChild()
|
|
@@ -36184,7 +36171,7 @@
|
|
|
36184
36171
|
if (rf & 2) {
|
|
36185
36172
|
i0__namespace.ɵɵproperty("ngIf", ctx.triggers && ctx.triggers.length);
|
|
36186
36173
|
}
|
|
36187
|
-
}, directives: [
|
|
36174
|
+
}, directives: [i2__namespace.NgIf, i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, i2__namespace.NgClass, i2__namespace.NgForOf, i3__namespace.NgSelectOption, i3__namespace.ɵangular_packages_forms_forms_z], pipes: [i1__namespace.RpxTranslatePipe], styles: [".event-trigger[_ngcontent-%COMP%]{width:auto;margin-top:40px;margin-bottom:20px}.event-trigger[_ngcontent-%COMP%] .form-group[_ngcontent-%COMP%]{margin-top:3px;margin-right:10px;margin-bottom:0;float:left;text-align:right;width:325px}.event-trigger[_ngcontent-%COMP%] .form-group[_ngcontent-%COMP%] .form-label[_ngcontent-%COMP%]{float:left;margin-top:5px}.event-trigger[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{width:250px}.event-trigger[_ngcontent-%COMP%] select.EventTrigger-empty[_ngcontent-%COMP%], .event-trigger[_ngcontent-%COMP%] select[_ngcontent-%COMP%] [data-default][_ngcontent-%COMP%]{color:#6f777b}"] });
|
|
36188
36175
|
(function () {
|
|
36189
36176
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventTriggerComponent, [{
|
|
36190
36177
|
type: i0.Component,
|
|
@@ -36214,13 +36201,13 @@
|
|
|
36214
36201
|
EventTriggerModule.ɵfac = function EventTriggerModule_Factory(t) { return new (t || EventTriggerModule)(); };
|
|
36215
36202
|
EventTriggerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: EventTriggerModule });
|
|
36216
36203
|
EventTriggerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
36217
|
-
|
|
36204
|
+
i2.CommonModule,
|
|
36218
36205
|
i3.ReactiveFormsModule,
|
|
36219
36206
|
ActivityModule,
|
|
36220
36207
|
i1.RpxTranslationModule.forChild()
|
|
36221
36208
|
]] });
|
|
36222
36209
|
(function () {
|
|
36223
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EventTriggerModule, { declarations: [EventTriggerComponent], imports: [
|
|
36210
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EventTriggerModule, { declarations: [EventTriggerComponent], imports: [i2.CommonModule,
|
|
36224
36211
|
i3.ReactiveFormsModule,
|
|
36225
36212
|
ActivityModule, i1__namespace.RpxTranslationModule], exports: [EventTriggerComponent] });
|
|
36226
36213
|
})();
|
|
@@ -36229,7 +36216,7 @@
|
|
|
36229
36216
|
type: i0.NgModule,
|
|
36230
36217
|
args: [{
|
|
36231
36218
|
imports: [
|
|
36232
|
-
|
|
36219
|
+
i2.CommonModule,
|
|
36233
36220
|
i3.ReactiveFormsModule,
|
|
36234
36221
|
ActivityModule,
|
|
36235
36222
|
i1.RpxTranslationModule.forChild()
|
|
@@ -37399,7 +37386,7 @@
|
|
|
37399
37386
|
CaseResolver,
|
|
37400
37387
|
ErrorNotifierService,
|
|
37401
37388
|
], imports: [[
|
|
37402
|
-
|
|
37389
|
+
i2.CommonModule,
|
|
37403
37390
|
i1$1.RouterModule,
|
|
37404
37391
|
ErrorsModule,
|
|
37405
37392
|
ActivityModule,
|
|
@@ -37433,7 +37420,7 @@
|
|
|
37433
37420
|
CaseReviewSpecificAccessRequestComponent,
|
|
37434
37421
|
CaseChallengedAccessSuccessComponent,
|
|
37435
37422
|
CaseSpecificAccessSuccessComponent,
|
|
37436
|
-
CaseReviewSpecificAccessRejectComponent], imports: [
|
|
37423
|
+
CaseReviewSpecificAccessRejectComponent], imports: [i2.CommonModule,
|
|
37437
37424
|
i1$1.RouterModule,
|
|
37438
37425
|
ErrorsModule,
|
|
37439
37426
|
ActivityModule,
|
|
@@ -37458,7 +37445,7 @@
|
|
|
37458
37445
|
type: i0.NgModule,
|
|
37459
37446
|
args: [{
|
|
37460
37447
|
imports: [
|
|
37461
|
-
|
|
37448
|
+
i2.CommonModule,
|
|
37462
37449
|
i1$1.RouterModule,
|
|
37463
37450
|
ErrorsModule,
|
|
37464
37451
|
ActivityModule,
|
|
@@ -37515,15 +37502,15 @@
|
|
|
37515
37502
|
}]
|
|
37516
37503
|
}], null, null);
|
|
37517
37504
|
})();
|
|
37518
|
-
i0__namespace.ɵɵsetComponentScope(CaseEventTriggerComponent, [
|
|
37519
|
-
i0__namespace.ɵɵsetComponentScope(CasePrinterComponent, [
|
|
37520
|
-
i0__namespace.ɵɵsetComponentScope(CaseViewerComponent, [
|
|
37505
|
+
i0__namespace.ɵɵsetComponentScope(CaseEventTriggerComponent, [i2__namespace.NgIf, ActivityComponent, CaseEditComponent], []);
|
|
37506
|
+
i0__namespace.ɵɵsetComponentScope(CasePrinterComponent, [i2__namespace.NgIf, CaseHeaderComponent, i2__namespace.NgForOf], [i1__namespace.RpxTranslatePipe, PrintUrlPipe]);
|
|
37507
|
+
i0__namespace.ɵɵsetComponentScope(CaseViewerComponent, [i2__namespace.NgIf, CaseBasicAccessViewComponent,
|
|
37521
37508
|
CaseFullAccessViewComponent], []);
|
|
37522
|
-
i0__namespace.ɵɵsetComponentScope(CaseFullAccessViewComponent, [
|
|
37523
|
-
i0__namespace.ɵɵsetComponentScope(CaseViewComponent, [
|
|
37524
|
-
i0__namespace.ɵɵsetComponentScope(CaseChallengedAccessRequestComponent, [
|
|
37525
|
-
i0__namespace.ɵɵsetComponentScope(CaseSpecificAccessRequestComponent, [
|
|
37526
|
-
i0__namespace.ɵɵsetComponentScope(CaseReviewSpecificAccessRequestComponent, [
|
|
37509
|
+
i0__namespace.ɵɵsetComponentScope(CaseFullAccessViewComponent, [i2__namespace.NgIf, i2__namespace.NgForOf, CallbackErrorsComponent, ActivityComponent, CaseHeaderComponent, i1__namespace$1.RouterLinkWithHref, EventTriggerComponent, NotificationBannerComponent, i10__namespace.MatTabGroup, i10__namespace.MatTab, i10__namespace.MatTabContent, LabelSubstitutorDirective, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, FieldReadComponent, i1__namespace$1.RouterOutlet], [i1__namespace.RpxTranslatePipe, ReadFieldsFilterPipe, CcdTabFieldsPipe, IsCompoundPipe]);
|
|
37510
|
+
i0__namespace.ɵɵsetComponentScope(CaseViewComponent, [i2__namespace.NgIf, CaseViewerComponent], []);
|
|
37511
|
+
i0__namespace.ɵɵsetComponentScope(CaseChallengedAccessRequestComponent, [i2__namespace.NgIf, ErrorMessageComponent, AlertComponent, i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i3__namespace.RadioControlValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], [i1__namespace.RpxTranslatePipe]);
|
|
37512
|
+
i0__namespace.ɵɵsetComponentScope(CaseSpecificAccessRequestComponent, [i2__namespace.NgIf, ErrorMessageComponent, AlertComponent, i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], [i1__namespace.RpxTranslatePipe]);
|
|
37513
|
+
i0__namespace.ɵɵsetComponentScope(CaseReviewSpecificAccessRequestComponent, [i2__namespace.NgIf, ErrorMessageComponent, i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgClass, i3__namespace.RadioControlValueAccessor, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], [i1__namespace.RpxTranslatePipe]);
|
|
37527
37514
|
|
|
37528
37515
|
var viewerRouting = [
|
|
37529
37516
|
{
|
|
@@ -37903,7 +37890,7 @@
|
|
|
37903
37890
|
i0__namespace.ɵɵadvance(1);
|
|
37904
37891
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(30, 26, ctx.startButtonText));
|
|
37905
37892
|
}
|
|
37906
|
-
}, directives: [i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.NgForm, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i3__namespace.NgSelectOption, i3__namespace.ɵangular_packages_forms_forms_z,
|
|
37893
|
+
}, directives: [i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.NgForm, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective, i3__namespace.NgSelectOption, i3__namespace.ɵangular_packages_forms_forms_z, i2__namespace.NgForOf], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
37907
37894
|
(function () {
|
|
37908
37895
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CreateCaseFiltersComponent, [{
|
|
37909
37896
|
type: i0.Component,
|
|
@@ -37930,7 +37917,7 @@
|
|
|
37930
37917
|
CreateCaseFiltersModule.ɵfac = function CreateCaseFiltersModule_Factory(t) { return new (t || CreateCaseFiltersModule)(); };
|
|
37931
37918
|
CreateCaseFiltersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CreateCaseFiltersModule });
|
|
37932
37919
|
CreateCaseFiltersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
37933
|
-
|
|
37920
|
+
i2.CommonModule,
|
|
37934
37921
|
i3.FormsModule,
|
|
37935
37922
|
i3.ReactiveFormsModule,
|
|
37936
37923
|
DefinitionsModule,
|
|
@@ -37938,7 +37925,7 @@
|
|
|
37938
37925
|
i1.RpxTranslationModule.forChild()
|
|
37939
37926
|
]] });
|
|
37940
37927
|
(function () {
|
|
37941
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CreateCaseFiltersModule, { declarations: [CreateCaseFiltersComponent], imports: [
|
|
37928
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CreateCaseFiltersModule, { declarations: [CreateCaseFiltersComponent], imports: [i2.CommonModule,
|
|
37942
37929
|
i3.FormsModule,
|
|
37943
37930
|
i3.ReactiveFormsModule,
|
|
37944
37931
|
DefinitionsModule,
|
|
@@ -37949,7 +37936,7 @@
|
|
|
37949
37936
|
type: i0.NgModule,
|
|
37950
37937
|
args: [{
|
|
37951
37938
|
imports: [
|
|
37952
|
-
|
|
37939
|
+
i2.CommonModule,
|
|
37953
37940
|
i3.FormsModule,
|
|
37954
37941
|
i3.ReactiveFormsModule,
|
|
37955
37942
|
DefinitionsModule,
|
|
@@ -38389,7 +38376,7 @@
|
|
|
38389
38376
|
DefinitionsService,
|
|
38390
38377
|
WindowService
|
|
38391
38378
|
], imports: [[
|
|
38392
|
-
|
|
38379
|
+
i2.CommonModule,
|
|
38393
38380
|
i3.FormsModule,
|
|
38394
38381
|
i3.ReactiveFormsModule,
|
|
38395
38382
|
PaletteModule,
|
|
@@ -38398,7 +38385,7 @@
|
|
|
38398
38385
|
]] });
|
|
38399
38386
|
(function () {
|
|
38400
38387
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(SearchFiltersModule, { declarations: [SearchFiltersComponent,
|
|
38401
|
-
SearchFiltersWrapperComponent], imports: [
|
|
38388
|
+
SearchFiltersWrapperComponent], imports: [i2.CommonModule,
|
|
38402
38389
|
i3.FormsModule,
|
|
38403
38390
|
i3.ReactiveFormsModule,
|
|
38404
38391
|
PaletteModule,
|
|
@@ -38409,7 +38396,7 @@
|
|
|
38409
38396
|
type: i0.NgModule,
|
|
38410
38397
|
args: [{
|
|
38411
38398
|
imports: [
|
|
38412
|
-
|
|
38399
|
+
i2.CommonModule,
|
|
38413
38400
|
i3.FormsModule,
|
|
38414
38401
|
i3.ReactiveFormsModule,
|
|
38415
38402
|
PaletteModule,
|
|
@@ -38433,8 +38420,8 @@
|
|
|
38433
38420
|
}]
|
|
38434
38421
|
}], null, null);
|
|
38435
38422
|
})();
|
|
38436
|
-
i0__namespace.ɵɵsetComponentScope(SearchFiltersComponent, [i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.NgForm, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.NgModel,
|
|
38437
|
-
i0__namespace.ɵɵsetComponentScope(SearchFiltersWrapperComponent, [
|
|
38423
|
+
i0__namespace.ɵɵsetComponentScope(SearchFiltersComponent, [i3__namespace.ɵangular_packages_forms_forms_ba, i3__namespace.NgControlStatusGroup, i3__namespace.NgForm, i3__namespace.SelectControlValueAccessor, i3__namespace.NgControlStatus, i3__namespace.NgModel, i2__namespace.NgForOf, i3__namespace.NgSelectOption, i3__namespace.ɵangular_packages_forms_forms_z, i2__namespace.NgIf, ConditionalShowFormDirective, i3__namespace.FormGroupDirective, FieldWriteComponent], [i1__namespace.RpxTranslatePipe]);
|
|
38424
|
+
i0__namespace.ɵɵsetComponentScope(SearchFiltersWrapperComponent, [i2__namespace.NgIf, SearchFiltersComponent], []);
|
|
38438
38425
|
|
|
38439
38426
|
function SearchResultComponent_table_0_div_5_Template(rf, ctx) {
|
|
38440
38427
|
if (rf & 1) {
|
|
@@ -39391,7 +39378,7 @@
|
|
|
39391
39378
|
SearchResultViewItemComparatorFactory,
|
|
39392
39379
|
BrowserService
|
|
39393
39380
|
], imports: [[
|
|
39394
|
-
|
|
39381
|
+
i2.CommonModule,
|
|
39395
39382
|
i1$6.NgxPaginationModule,
|
|
39396
39383
|
i1$1.RouterModule,
|
|
39397
39384
|
i3.FormsModule,
|
|
@@ -39404,7 +39391,7 @@
|
|
|
39404
39391
|
PaletteModule
|
|
39405
39392
|
]] });
|
|
39406
39393
|
(function () {
|
|
39407
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(SearchResultModule, { declarations: [SearchResultComponent], imports: [
|
|
39394
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(SearchResultModule, { declarations: [SearchResultComponent], imports: [i2.CommonModule,
|
|
39408
39395
|
i1$6.NgxPaginationModule,
|
|
39409
39396
|
i1$1.RouterModule,
|
|
39410
39397
|
i3.FormsModule,
|
|
@@ -39419,7 +39406,7 @@
|
|
|
39419
39406
|
type: i0.NgModule,
|
|
39420
39407
|
args: [{
|
|
39421
39408
|
imports: [
|
|
39422
|
-
|
|
39409
|
+
i2.CommonModule,
|
|
39423
39410
|
i1$6.NgxPaginationModule,
|
|
39424
39411
|
i1$1.RouterModule,
|
|
39425
39412
|
i3.FormsModule,
|
|
@@ -39444,7 +39431,7 @@
|
|
|
39444
39431
|
}]
|
|
39445
39432
|
}], null, null);
|
|
39446
39433
|
})();
|
|
39447
|
-
i0__namespace.ɵɵsetComponentScope(SearchResultComponent, [
|
|
39434
|
+
i0__namespace.ɵɵsetComponentScope(SearchResultComponent, [i2__namespace.NgIf, i2__namespace.NgForOf, i1__namespace$1.RouterLinkWithHref, FieldReadComponent, LabelSubstitutorDirective, ActivityComponent, PaginationComponent], [i1__namespace.RpxTranslatePipe, i2__namespace.DecimalPipe, i1__namespace$6.PaginatePipe, CaseReferencePipe, SortSearchResultPipe]);
|
|
39448
39435
|
|
|
39449
39436
|
// tslint:disable:variable-name
|
|
39450
39437
|
var ComplexFieldOverride = /** @class */ (function () {
|