@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-write-view-v10 → 6.16.0-query-management-query-details
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 +431 -354
- 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/components/query-details/query-details.component.js +41 -9
- package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +43 -36
- package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +13 -23
- package/esm2015/lib/shared/components/palette/query-management/query-management.module.js +4 -2
- package/esm2015/lib/shared/components/palette/query-management/read-query-management-field.component.js +41 -11
- package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +28 -22
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +300 -234
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +6 -1
- package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +5 -3
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +4 -1
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +1 -1
- package/package.json +1 -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, [{
|
|
@@ -20136,21 +20136,6 @@
|
|
|
20136
20136
|
}], null, null);
|
|
20137
20137
|
})();
|
|
20138
20138
|
|
|
20139
|
-
var QueryManagementUtils = /** @class */ (function () {
|
|
20140
|
-
function QueryManagementUtils() {
|
|
20141
|
-
}
|
|
20142
|
-
QueryManagementUtils.extractCaseQueriesFromCaseField = function () {
|
|
20143
|
-
};
|
|
20144
|
-
return QueryManagementUtils;
|
|
20145
|
-
}());
|
|
20146
|
-
QueryManagementUtils.ɵfac = function QueryManagementUtils_Factory(t) { return new (t || QueryManagementUtils)(); };
|
|
20147
|
-
QueryManagementUtils.ɵprov = i0__namespace.ɵɵdefineInjectable({ token: QueryManagementUtils, factory: QueryManagementUtils.ɵfac });
|
|
20148
|
-
(function () {
|
|
20149
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryManagementUtils, [{
|
|
20150
|
-
type: i0.Injectable
|
|
20151
|
-
}], null, null);
|
|
20152
|
-
})();
|
|
20153
|
-
|
|
20154
20139
|
var partyMessagesMockData = [
|
|
20155
20140
|
{
|
|
20156
20141
|
partyName: 'John Smith - Appellant',
|
|
@@ -20271,18 +20256,58 @@
|
|
|
20271
20256
|
}
|
|
20272
20257
|
];
|
|
20273
20258
|
|
|
20274
|
-
function
|
|
20259
|
+
var QueryManagementUtils = /** @class */ (function () {
|
|
20260
|
+
function QueryManagementUtils() {
|
|
20261
|
+
}
|
|
20262
|
+
QueryManagementUtils.extractCaseQueriesFromCaseField = function () {
|
|
20263
|
+
};
|
|
20264
|
+
return QueryManagementUtils;
|
|
20265
|
+
}());
|
|
20266
|
+
QueryManagementUtils.ɵfac = function QueryManagementUtils_Factory(t) { return new (t || QueryManagementUtils)(); };
|
|
20267
|
+
QueryManagementUtils.ɵprov = i0__namespace.ɵɵdefineInjectable({ token: QueryManagementUtils, factory: QueryManagementUtils.ɵfac });
|
|
20268
|
+
(function () {
|
|
20269
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryManagementUtils, [{
|
|
20270
|
+
type: i0.Injectable
|
|
20271
|
+
}], null, null);
|
|
20272
|
+
})();
|
|
20273
|
+
|
|
20274
|
+
function ReadQueryManagementFieldComponent_ng_container_1_div_1_Template(rf, ctx) {
|
|
20275
20275
|
if (rf & 1) {
|
|
20276
|
-
i0__namespace.ɵɵ
|
|
20277
|
-
i0__namespace.ɵɵelementStart(
|
|
20278
|
-
i0__namespace.ɵɵ
|
|
20276
|
+
var _r5_1 = i0__namespace.ɵɵgetCurrentView();
|
|
20277
|
+
i0__namespace.ɵɵelementStart(0, "div", 3);
|
|
20278
|
+
i0__namespace.ɵɵelementStart(1, "ccd-query-list", 4);
|
|
20279
|
+
i0__namespace.ɵɵlistener("selectedQuery", function ReadQueryManagementFieldComponent_ng_container_1_div_1_Template_ccd_query_list_selectedQuery_1_listener($event) { i0__namespace.ɵɵrestoreView(_r5_1); var ctx_r4 = i0__namespace.ɵɵnextContext(2); return ctx_r4.setQuery($event); });
|
|
20279
20280
|
i0__namespace.ɵɵelementEnd();
|
|
20281
|
+
i0__namespace.ɵɵelementEnd();
|
|
20282
|
+
}
|
|
20283
|
+
if (rf & 2) {
|
|
20284
|
+
var singlePartyMessageGroup_r2 = i0__namespace.ɵɵnextContext().$implicit;
|
|
20285
|
+
i0__namespace.ɵɵadvance(1);
|
|
20286
|
+
i0__namespace.ɵɵproperty("partyMessageGroup", singlePartyMessageGroup_r2);
|
|
20287
|
+
}
|
|
20288
|
+
}
|
|
20289
|
+
function ReadQueryManagementFieldComponent_ng_container_1_Template(rf, ctx) {
|
|
20290
|
+
if (rf & 1) {
|
|
20291
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
20292
|
+
i0__namespace.ɵɵtemplate(1, ReadQueryManagementFieldComponent_ng_container_1_div_1_Template, 2, 1, "div", 2);
|
|
20280
20293
|
i0__namespace.ɵɵelementContainerEnd();
|
|
20281
20294
|
}
|
|
20282
20295
|
if (rf & 2) {
|
|
20283
|
-
var
|
|
20284
|
-
i0__namespace.ɵɵadvance(
|
|
20285
|
-
i0__namespace.ɵɵproperty("
|
|
20296
|
+
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
20297
|
+
i0__namespace.ɵɵadvance(1);
|
|
20298
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r0.showQueryList);
|
|
20299
|
+
}
|
|
20300
|
+
}
|
|
20301
|
+
function ReadQueryManagementFieldComponent_ccd_query_details_2_Template(rf, ctx) {
|
|
20302
|
+
if (rf & 1) {
|
|
20303
|
+
var _r8_1 = i0__namespace.ɵɵgetCurrentView();
|
|
20304
|
+
i0__namespace.ɵɵelementStart(0, "ccd-query-details", 5);
|
|
20305
|
+
i0__namespace.ɵɵlistener("backClicked", function ReadQueryManagementFieldComponent_ccd_query_details_2_Template_ccd_query_details_backClicked_0_listener() { i0__namespace.ɵɵrestoreView(_r8_1); var ctx_r7 = i0__namespace.ɵɵnextContext(); return ctx_r7.showQueryList = true; });
|
|
20306
|
+
i0__namespace.ɵɵelementEnd();
|
|
20307
|
+
}
|
|
20308
|
+
if (rf & 2) {
|
|
20309
|
+
var ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
20310
|
+
i0__namespace.ɵɵproperty("query", ctx_r1.query);
|
|
20286
20311
|
}
|
|
20287
20312
|
}
|
|
20288
20313
|
var ReadQueryManagementFieldComponent = /** @class */ (function (_super) {
|
|
@@ -20290,6 +20315,7 @@
|
|
|
20290
20315
|
function ReadQueryManagementFieldComponent(route) {
|
|
20291
20316
|
var _this = _super.call(this) || this;
|
|
20292
20317
|
_this.route = route;
|
|
20318
|
+
_this.showQueryList = true;
|
|
20293
20319
|
return _this;
|
|
20294
20320
|
}
|
|
20295
20321
|
ReadQueryManagementFieldComponent.prototype.ngOnInit = function () {
|
|
@@ -20306,15 +20332,25 @@
|
|
|
20306
20332
|
QueryManagementUtils.extractCaseQueriesFromCaseField();
|
|
20307
20333
|
}
|
|
20308
20334
|
};
|
|
20335
|
+
ReadQueryManagementFieldComponent.prototype.setQuery = function (query) {
|
|
20336
|
+
this.showQueryList = false;
|
|
20337
|
+
this.query = query;
|
|
20338
|
+
};
|
|
20309
20339
|
return ReadQueryManagementFieldComponent;
|
|
20310
20340
|
}(AbstractFieldReadComponent));
|
|
20311
20341
|
ReadQueryManagementFieldComponent.ɵfac = function ReadQueryManagementFieldComponent_Factory(t) { return new (t || ReadQueryManagementFieldComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$1.ActivatedRoute)); };
|
|
20312
|
-
ReadQueryManagementFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: ReadQueryManagementFieldComponent, selectors: [["ccd-read-query-management-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls:
|
|
20342
|
+
ReadQueryManagementFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: ReadQueryManagementFieldComponent, selectors: [["ccd-read-query-management-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 3, vars: 2, consts: [[4, "ngFor", "ngForOf"], [3, "query", "backClicked", 4, "ngIf"], ["class", "govuk-!-margin-top-8 govuk-!-margin-bottom-8", 4, "ngIf"], [1, "govuk-!-margin-top-8", "govuk-!-margin-bottom-8"], [3, "partyMessageGroup", "selectedQuery"], [3, "query", "backClicked"]], template: function ReadQueryManagementFieldComponent_Template(rf, ctx) {
|
|
20313
20343
|
if (rf & 1) {
|
|
20314
|
-
i0__namespace.ɵɵ
|
|
20344
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
20345
|
+
i0__namespace.ɵɵtemplate(1, ReadQueryManagementFieldComponent_ng_container_1_Template, 2, 1, "ng-container", 0);
|
|
20346
|
+
i0__namespace.ɵɵtemplate(2, ReadQueryManagementFieldComponent_ccd_query_details_2_Template, 1, 1, "ccd-query-details", 1);
|
|
20347
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
20315
20348
|
}
|
|
20316
20349
|
if (rf & 2) {
|
|
20350
|
+
i0__namespace.ɵɵadvance(1);
|
|
20317
20351
|
i0__namespace.ɵɵproperty("ngForOf", ctx.partyMessagesGroups);
|
|
20352
|
+
i0__namespace.ɵɵadvance(1);
|
|
20353
|
+
i0__namespace.ɵɵproperty("ngIf", !ctx.showQueryList);
|
|
20318
20354
|
}
|
|
20319
20355
|
}, encapsulation: 2 });
|
|
20320
20356
|
(function () {
|
|
@@ -20473,7 +20509,7 @@
|
|
|
20473
20509
|
return WriteQueryManagementFieldComponent;
|
|
20474
20510
|
}(AbstractFieldReadComponent));
|
|
20475
20511
|
WriteQueryManagementFieldComponent.ɵfac = function WriteQueryManagementFieldComponent_Factory(t) { return new (t || WriteQueryManagementFieldComponent)(); };
|
|
20476
|
-
WriteQueryManagementFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteQueryManagementFieldComponent, selectors: [["ccd-write-query-management-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls:
|
|
20512
|
+
WriteQueryManagementFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteQueryManagementFieldComponent, selectors: [["ccd-write-query-management-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 58, 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"], ["id", "add-documents-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "add-documents", "name", "add-documents", "type", "file", 1, "govuk-file-upload"], ["data-module", "govuk-button", 1, "govuk-button"], [1, "govuk-button-group"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "disabled"], ["href", "javascript:void(0)", 1, "govuk-back-link"], ["id", "query-response-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "add-documents-error", 1, "govuk-error-message"]], template: function WriteQueryManagementFieldComponent_Template(rf, ctx) {
|
|
20477
20513
|
if (rf & 1) {
|
|
20478
20514
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
20479
20515
|
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
@@ -20537,24 +20573,28 @@
|
|
|
20537
20573
|
i0__namespace.ɵɵelement(42, "input", 20);
|
|
20538
20574
|
i0__namespace.ɵɵelementEnd();
|
|
20539
20575
|
i0__namespace.ɵɵelementEnd();
|
|
20576
|
+
i0__namespace.ɵɵelementStart(43, "button", 21);
|
|
20577
|
+
i0__namespace.ɵɵtext(44);
|
|
20578
|
+
i0__namespace.ɵɵpipe(45, "rpxTranslate");
|
|
20540
20579
|
i0__namespace.ɵɵelementEnd();
|
|
20541
20580
|
i0__namespace.ɵɵelementEnd();
|
|
20542
|
-
i0__namespace.ɵɵelementStart(43, "div");
|
|
20543
|
-
i0__namespace.ɵɵelementStart(44, "div", 21);
|
|
20544
|
-
i0__namespace.ɵɵelementStart(45, "button", 22);
|
|
20545
|
-
i0__namespace.ɵɵtext(46);
|
|
20546
|
-
i0__namespace.ɵɵpipe(47, "rpxTranslate");
|
|
20547
20581
|
i0__namespace.ɵɵelementEnd();
|
|
20582
|
+
i0__namespace.ɵɵelementStart(46, "div");
|
|
20583
|
+
i0__namespace.ɵɵelementStart(47, "div", 22);
|
|
20548
20584
|
i0__namespace.ɵɵelementStart(48, "button", 23);
|
|
20549
20585
|
i0__namespace.ɵɵtext(49);
|
|
20550
20586
|
i0__namespace.ɵɵpipe(50, "rpxTranslate");
|
|
20551
20587
|
i0__namespace.ɵɵelementEnd();
|
|
20588
|
+
i0__namespace.ɵɵelementStart(51, "button", 21);
|
|
20589
|
+
i0__namespace.ɵɵtext(52);
|
|
20590
|
+
i0__namespace.ɵɵpipe(53, "rpxTranslate");
|
|
20552
20591
|
i0__namespace.ɵɵelementEnd();
|
|
20553
20592
|
i0__namespace.ɵɵelementEnd();
|
|
20554
|
-
i0__namespace.ɵɵ
|
|
20555
|
-
i0__namespace.ɵɵelementStart(
|
|
20556
|
-
i0__namespace.ɵɵ
|
|
20557
|
-
i0__namespace.ɵɵ
|
|
20593
|
+
i0__namespace.ɵɵelementEnd();
|
|
20594
|
+
i0__namespace.ɵɵelementStart(54, "div", 1);
|
|
20595
|
+
i0__namespace.ɵɵelementStart(55, "a", 24);
|
|
20596
|
+
i0__namespace.ɵɵtext(56);
|
|
20597
|
+
i0__namespace.ɵɵpipe(57, "rpxTranslate");
|
|
20558
20598
|
i0__namespace.ɵɵelementEnd();
|
|
20559
20599
|
i0__namespace.ɵɵelementEnd();
|
|
20560
20600
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -20566,23 +20606,23 @@
|
|
|
20566
20606
|
var tmp_12_0 = null;
|
|
20567
20607
|
var tmp_15_0 = null;
|
|
20568
20608
|
i0__namespace.ɵɵadvance(3);
|
|
20569
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(4,
|
|
20609
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(4, 24, "Back to tasks"));
|
|
20570
20610
|
i0__namespace.ɵɵadvance(4);
|
|
20571
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(8,
|
|
20611
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(8, 26, "Respond to query"));
|
|
20572
20612
|
i0__namespace.ɵɵadvance(3);
|
|
20573
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(11,
|
|
20613
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(11, 28, "Query details"));
|
|
20574
20614
|
i0__namespace.ɵɵadvance(4);
|
|
20575
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(15,
|
|
20615
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(15, 30, ctx.caseReference));
|
|
20576
20616
|
i0__namespace.ɵɵadvance(3);
|
|
20577
20617
|
i0__namespace.ɵɵproperty("queryItem", ctx.queryItem);
|
|
20578
20618
|
i0__namespace.ɵɵadvance(3);
|
|
20579
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(21,
|
|
20619
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(21, 32, "Respond to a query"));
|
|
20580
20620
|
i0__namespace.ɵɵadvance(2);
|
|
20581
20621
|
i0__namespace.ɵɵproperty("formGroup", ctx.responseFormGroup);
|
|
20582
20622
|
i0__namespace.ɵɵadvance(1);
|
|
20583
20623
|
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);
|
|
20584
20624
|
i0__namespace.ɵɵadvance(3);
|
|
20585
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(27,
|
|
20625
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(27, 34, "Response message"), " ");
|
|
20586
20626
|
i0__namespace.ɵɵadvance(2);
|
|
20587
20627
|
i0__namespace.ɵɵproperty("ngIf", (tmp_9_0 = ctx.responseFormGroup.get("response")) == null ? null : tmp_9_0.errors == null ? null : tmp_9_0.errors.length);
|
|
20588
20628
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -20591,19 +20631,21 @@
|
|
|
20591
20631
|
i0__namespace.ɵɵadvance(3);
|
|
20592
20632
|
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);
|
|
20593
20633
|
i0__namespace.ɵɵadvance(4);
|
|
20594
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(37,
|
|
20634
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(37, 36, "Add document (optional)"));
|
|
20595
20635
|
i0__namespace.ɵɵadvance(3);
|
|
20596
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(40,
|
|
20636
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(40, 38, "Attach a document to this message"));
|
|
20597
20637
|
i0__namespace.ɵɵadvance(2);
|
|
20598
20638
|
i0__namespace.ɵɵproperty("ngIf", (tmp_15_0 = ctx.responseFormGroup.get("response")) == null ? null : tmp_15_0.errors == null ? null : tmp_15_0.errors.length);
|
|
20639
|
+
i0__namespace.ɵɵadvance(3);
|
|
20640
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(45, 40, "Next"), " ");
|
|
20599
20641
|
i0__namespace.ɵɵadvance(4);
|
|
20600
20642
|
i0__namespace.ɵɵproperty("disabled", true);
|
|
20601
20643
|
i0__namespace.ɵɵadvance(1);
|
|
20602
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
20644
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(50, 42, "Previous"), " ");
|
|
20603
20645
|
i0__namespace.ɵɵadvance(3);
|
|
20604
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
20646
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(53, 44, "Continue"), " ");
|
|
20605
20647
|
i0__namespace.ɵɵadvance(4);
|
|
20606
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
20648
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(57, 46, "Cancel and return to query list"));
|
|
20607
20649
|
}
|
|
20608
20650
|
}, styles: [".response-textarea[_ngcontent-%COMP%]{max-width:576px}"] });
|
|
20609
20651
|
(function () {
|
|
@@ -20737,7 +20779,7 @@
|
|
|
20737
20779
|
i0__namespace.ɵɵadvance(1);
|
|
20738
20780
|
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);
|
|
20739
20781
|
}
|
|
20740
|
-
}, directives: [
|
|
20782
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
20741
20783
|
(function () {
|
|
20742
20784
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteTextAreaFieldComponent, [{
|
|
20743
20785
|
type: i0.Component,
|
|
@@ -20863,7 +20905,7 @@
|
|
|
20863
20905
|
i0__namespace.ɵɵadvance(1);
|
|
20864
20906
|
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);
|
|
20865
20907
|
}
|
|
20866
|
-
}, directives: [
|
|
20908
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
20867
20909
|
var ɵWriteTextFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteTextFieldComponent);
|
|
20868
20910
|
(function () {
|
|
20869
20911
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteTextFieldComponent, [{
|
|
@@ -20924,7 +20966,7 @@
|
|
|
20924
20966
|
if (rf & 2) {
|
|
20925
20967
|
i0__namespace.ɵɵproperty("ngIf", ctx.getUserRoles().length > 0);
|
|
20926
20968
|
}
|
|
20927
|
-
}, directives: [
|
|
20969
|
+
}, directives: [i2__namespace.NgIf, i3__namespace$1.PaymentLibComponent], encapsulation: 2 });
|
|
20928
20970
|
(function () {
|
|
20929
20971
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WaysToPayFieldComponent, [{
|
|
20930
20972
|
type: i0.Component,
|
|
@@ -21132,7 +21174,7 @@
|
|
|
21132
21174
|
i0__namespace.ɵɵadvance(1);
|
|
21133
21175
|
i0__namespace.ɵɵproperty("ngForOf", ctx.yesNoValues);
|
|
21134
21176
|
}
|
|
21135
|
-
}, directives: [
|
|
21177
|
+
}, 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 });
|
|
21136
21178
|
(function () {
|
|
21137
21179
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteYesNoFieldComponent, [{
|
|
21138
21180
|
type: i0.Component,
|
|
@@ -21508,7 +21550,7 @@
|
|
|
21508
21550
|
i0__namespace.ɵɵadvance(1);
|
|
21509
21551
|
i0__namespace.ɵɵproperty("ngIf", ctx.withLabel && !ctx.isLabel() && (!ctx.isComplex() || ctx.isCaseLink()))("ngIfElse", _r1);
|
|
21510
21552
|
}
|
|
21511
|
-
}, directives: [
|
|
21553
|
+
}, 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}"] });
|
|
21512
21554
|
var ɵFieldReadLabelComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(FieldReadLabelComponent);
|
|
21513
21555
|
(function () {
|
|
21514
21556
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldReadLabelComponent, [{
|
|
@@ -21707,7 +21749,7 @@
|
|
|
21707
21749
|
i0__namespace.ɵɵadvance(2);
|
|
21708
21750
|
i0__namespace.ɵɵproperty("ngForOf", ctx.currentCategories);
|
|
21709
21751
|
}
|
|
21710
|
-
}, directives: [
|
|
21752
|
+
}, 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 });
|
|
21711
21753
|
(function () {
|
|
21712
21754
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderSelectorComponent, [{
|
|
21713
21755
|
type: i0.Component,
|
|
@@ -21819,7 +21861,7 @@
|
|
|
21819
21861
|
i0__namespace.ɵɵadvance(4);
|
|
21820
21862
|
i0__namespace.ɵɵproperty("cdkConnectedOverlayOrigin", _r0)("cdkConnectedOverlayOpen", ctx.isOpen)("cdkConnectedOverlayHasBackdrop", true)("cdkConnectedOverlayBackdropClass", "cdk-overlay-transparent-backdrop");
|
|
21821
21863
|
}
|
|
21822
|
-
}, directives: [i1__namespace$4.CdkOverlayOrigin, i1__namespace$4.CdkConnectedOverlay,
|
|
21864
|
+
}, 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}"] });
|
|
21823
21865
|
(function () {
|
|
21824
21866
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewOverlayMenuComponent, [{
|
|
21825
21867
|
type: i0.Component,
|
|
@@ -22404,7 +22446,7 @@
|
|
|
22404
22446
|
i0__namespace.ɵɵadvance(3);
|
|
22405
22447
|
i0__namespace.ɵɵproperty("ngIf", ctx.documentTreeData);
|
|
22406
22448
|
}
|
|
22407
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName, CaseFileViewFolderSortComponent,
|
|
22449
|
+
}, 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}"] });
|
|
22408
22450
|
(function () {
|
|
22409
22451
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderComponent, [{
|
|
22410
22452
|
type: i0.Component,
|
|
@@ -23672,7 +23714,7 @@
|
|
|
23672
23714
|
i0__namespace.ɵɵadvance(1);
|
|
23673
23715
|
i0__namespace.ɵɵproperty("ngIf", !ctx.caseFlagsConfigError);
|
|
23674
23716
|
}
|
|
23675
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
23717
|
+
}, 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 });
|
|
23676
23718
|
(function () {
|
|
23677
23719
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SelectFlagLocationComponent, [{
|
|
23678
23720
|
type: i0.Component,
|
|
@@ -23850,7 +23892,7 @@
|
|
|
23850
23892
|
i0__namespace.ɵɵadvance(4);
|
|
23851
23893
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(20, 19, "Next"));
|
|
23852
23894
|
}
|
|
23853
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
23895
|
+
}, 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 });
|
|
23854
23896
|
(function () {
|
|
23855
23897
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AddCommentsComponent, [{
|
|
23856
23898
|
type: i0.Component,
|
|
@@ -24775,7 +24817,7 @@
|
|
|
24775
24817
|
i0__namespace.ɵɵadvance(4);
|
|
24776
24818
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(53, 53, "Next"), " ");
|
|
24777
24819
|
}
|
|
24778
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
24820
|
+
}, 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 });
|
|
24779
24821
|
(function () {
|
|
24780
24822
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(UpdateFlagAddTranslationFormComponent, [{
|
|
24781
24823
|
type: i0.Component,
|
|
@@ -25087,7 +25129,7 @@
|
|
|
25087
25129
|
if (rf & 2) {
|
|
25088
25130
|
i0__namespace.ɵɵproperty("ngIf", ctx.flagForSummaryDisplay);
|
|
25089
25131
|
}
|
|
25090
|
-
}, directives: [
|
|
25132
|
+
}, directives: [i2__namespace.NgIf], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
25091
25133
|
(function () {
|
|
25092
25134
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFlagSummaryListComponent, [{
|
|
25093
25135
|
type: i0.Component,
|
|
@@ -25277,7 +25319,7 @@
|
|
|
25277
25319
|
i0__namespace.ɵɵadvance(4);
|
|
25278
25320
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(22, 18, "Next"));
|
|
25279
25321
|
}
|
|
25280
|
-
}, directives: [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
25322
|
+
}, 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 });
|
|
25281
25323
|
(function () {
|
|
25282
25324
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ConfirmFlagStatusComponent, [{
|
|
25283
25325
|
type: i0.Component,
|
|
@@ -25322,7 +25364,7 @@
|
|
|
25322
25364
|
return null;
|
|
25323
25365
|
};
|
|
25324
25366
|
return FlagFieldDisplayPipe;
|
|
25325
|
-
}(
|
|
25367
|
+
}(i2.AsyncPipe));
|
|
25326
25368
|
FlagFieldDisplayPipe.ɵfac = function FlagFieldDisplayPipe_Factory(t) { return new (t || FlagFieldDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25327
25369
|
FlagFieldDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "flagFieldDisplay", type: FlagFieldDisplayPipe, pure: false });
|
|
25328
25370
|
(function () {
|
|
@@ -25362,7 +25404,7 @@
|
|
|
25362
25404
|
return null;
|
|
25363
25405
|
};
|
|
25364
25406
|
return LanguageInterpreterDisplayPipe;
|
|
25365
|
-
}(
|
|
25407
|
+
}(i2.AsyncPipe));
|
|
25366
25408
|
LanguageInterpreterDisplayPipe.ɵfac = function LanguageInterpreterDisplayPipe_Factory(t) { return new (t || LanguageInterpreterDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25367
25409
|
LanguageInterpreterDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "languageInterpreterDisplay", type: LanguageInterpreterDisplayPipe, pure: false });
|
|
25368
25410
|
(function () {
|
|
@@ -25470,7 +25512,7 @@
|
|
|
25470
25512
|
: flagDetail.name || flagDetail.name_cy;
|
|
25471
25513
|
};
|
|
25472
25514
|
return ManageCaseFlagsLabelDisplayPipe;
|
|
25473
|
-
}(
|
|
25515
|
+
}(i2.AsyncPipe));
|
|
25474
25516
|
ManageCaseFlagsLabelDisplayPipe.CASE_LEVEL_CASE_FLAGS_FIELD_ID = 'caseFlags';
|
|
25475
25517
|
ManageCaseFlagsLabelDisplayPipe.ɵfac = function ManageCaseFlagsLabelDisplayPipe_Factory(t) { return new (t || ManageCaseFlagsLabelDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25476
25518
|
ManageCaseFlagsLabelDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "manageCaseFlagsLabelDisplay", type: ManageCaseFlagsLabelDisplayPipe, pure: false });
|
|
@@ -25548,7 +25590,7 @@
|
|
|
25548
25590
|
return '';
|
|
25549
25591
|
};
|
|
25550
25592
|
return UpdateFlagTitleDisplayPipe;
|
|
25551
|
-
}(
|
|
25593
|
+
}(i2.AsyncPipe));
|
|
25552
25594
|
UpdateFlagTitleDisplayPipe.ɵfac = function UpdateFlagTitleDisplayPipe_Factory(t) { return new (t || UpdateFlagTitleDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25553
25595
|
UpdateFlagTitleDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "updateFlagTitleDisplay", type: UpdateFlagTitleDisplayPipe, pure: false });
|
|
25554
25596
|
(function () {
|
|
@@ -26327,7 +26369,7 @@
|
|
|
26327
26369
|
i0__namespace.ɵɵadvance(1);
|
|
26328
26370
|
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);
|
|
26329
26371
|
}
|
|
26330
|
-
}, directives: [
|
|
26372
|
+
}, directives: [i2__namespace.NgClass, i2__namespace.NgIf, DateInputComponent, i3__namespace.NgControlStatus, i3__namespace.FormControlDirective], pipes: [IsMandatoryPipe, i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
|
|
26331
26373
|
var ɵWriteDateFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteDateFieldComponent);
|
|
26332
26374
|
(function () {
|
|
26333
26375
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteDateFieldComponent, [{
|
|
@@ -26646,7 +26688,7 @@
|
|
|
26646
26688
|
i0__namespace.ɵɵadvance(1);
|
|
26647
26689
|
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);
|
|
26648
26690
|
}
|
|
26649
|
-
}, 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 });
|
|
26691
|
+
}, 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 });
|
|
26650
26692
|
(function () {
|
|
26651
26693
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DatetimePickerComponent, [{
|
|
26652
26694
|
type: i0.Component,
|
|
@@ -26833,7 +26875,7 @@
|
|
|
26833
26875
|
i0__namespace.ɵɵadvance(4);
|
|
26834
26876
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(58, 37, ctx.event.comment));
|
|
26835
26877
|
}
|
|
26836
|
-
}, pipes: [i1__namespace.RpxTranslatePipe, DatePipe,
|
|
26878
|
+
}, 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}"] });
|
|
26837
26879
|
(function () {
|
|
26838
26880
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventLogDetailsComponent, [{
|
|
26839
26881
|
type: i0.Component,
|
|
@@ -27030,7 +27072,7 @@
|
|
|
27030
27072
|
};
|
|
27031
27073
|
EventLogTableComponent.prototype.getAriaLabelforColumn = function (event) {
|
|
27032
27074
|
if (this.selected !== event) {
|
|
27033
|
-
return "date " +
|
|
27075
|
+
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";
|
|
27034
27076
|
}
|
|
27035
27077
|
else {
|
|
27036
27078
|
return '';
|
|
@@ -27093,7 +27135,7 @@
|
|
|
27093
27135
|
i0__namespace.ɵɵadvance(3);
|
|
27094
27136
|
i0__namespace.ɵɵproperty("ngForOf", ctx.events);
|
|
27095
27137
|
}
|
|
27096
|
-
}, directives: [
|
|
27138
|
+
}, 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}"] });
|
|
27097
27139
|
(function () {
|
|
27098
27140
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventLogTableComponent, [{
|
|
27099
27141
|
type: i0.Component,
|
|
@@ -27419,7 +27461,7 @@
|
|
|
27419
27461
|
i0__namespace.ɵɵadvance(6);
|
|
27420
27462
|
i0__namespace.ɵɵproperty("ngIf", i0__namespace.ɵɵpipeBind1(8, 4, ctx.selectedOrg$));
|
|
27421
27463
|
}
|
|
27422
|
-
}, directives: [
|
|
27464
|
+
}, 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}"] });
|
|
27423
27465
|
(function () {
|
|
27424
27466
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadOrganisationFieldRawComponent, [{
|
|
27425
27467
|
type: i0.Component,
|
|
@@ -27532,7 +27574,7 @@
|
|
|
27532
27574
|
i0__namespace.ɵɵadvance(3);
|
|
27533
27575
|
i0__namespace.ɵɵproperty("ngIf", i0__namespace.ɵɵpipeBind1(13, 7, ctx.selectedOrg$));
|
|
27534
27576
|
}
|
|
27535
|
-
}, directives: [
|
|
27577
|
+
}, 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}"] });
|
|
27536
27578
|
(function () {
|
|
27537
27579
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadOrganisationFieldTableComponent, [{
|
|
27538
27580
|
type: i0.Component,
|
|
@@ -27571,7 +27613,7 @@
|
|
|
27571
27613
|
i0__namespace.ɵɵadvance(2);
|
|
27572
27614
|
i0__namespace.ɵɵproperty("value", (tmp_1_0 = i0__namespace.ɵɵpipeBind1(4, 4, ctx.selectedOrg$)) == null ? null : tmp_1_0.name);
|
|
27573
27615
|
}
|
|
27574
|
-
}, pipes: [
|
|
27616
|
+
}, 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}"] });
|
|
27575
27617
|
(function () {
|
|
27576
27618
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteOrganisationComplexFieldComponent, [{
|
|
27577
27619
|
type: i0.Component,
|
|
@@ -27592,13 +27634,13 @@
|
|
|
27592
27634
|
}());
|
|
27593
27635
|
NotificationBannerModule.ɵfac = function NotificationBannerModule_Factory(t) { return new (t || NotificationBannerModule)(); };
|
|
27594
27636
|
NotificationBannerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: NotificationBannerModule });
|
|
27595
|
-
NotificationBannerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27596
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(NotificationBannerModule, { declarations: [NotificationBannerComponent], imports: [
|
|
27637
|
+
NotificationBannerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[i2.CommonModule]] });
|
|
27638
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(NotificationBannerModule, { declarations: [NotificationBannerComponent], imports: [i2.CommonModule], exports: [NotificationBannerComponent] }); })();
|
|
27597
27639
|
(function () {
|
|
27598
27640
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NotificationBannerModule, [{
|
|
27599
27641
|
type: i0.NgModule,
|
|
27600
27642
|
args: [{
|
|
27601
|
-
imports: [
|
|
27643
|
+
imports: [i2.CommonModule],
|
|
27602
27644
|
declarations: [NotificationBannerComponent],
|
|
27603
27645
|
exports: [NotificationBannerComponent]
|
|
27604
27646
|
}]
|
|
@@ -27613,13 +27655,13 @@
|
|
|
27613
27655
|
BannersModule.ɵfac = function BannersModule_Factory(t) { return new (t || BannersModule)(); };
|
|
27614
27656
|
BannersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: BannersModule });
|
|
27615
27657
|
BannersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27616
|
-
|
|
27658
|
+
i2.CommonModule,
|
|
27617
27659
|
AlertModule,
|
|
27618
27660
|
NotificationBannerModule
|
|
27619
27661
|
], AlertModule,
|
|
27620
27662
|
NotificationBannerModule] });
|
|
27621
27663
|
(function () {
|
|
27622
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BannersModule, { imports: [
|
|
27664
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BannersModule, { imports: [i2.CommonModule,
|
|
27623
27665
|
AlertModule,
|
|
27624
27666
|
NotificationBannerModule], exports: [AlertModule,
|
|
27625
27667
|
NotificationBannerModule] });
|
|
@@ -27629,7 +27671,7 @@
|
|
|
27629
27671
|
type: i0.NgModule,
|
|
27630
27672
|
args: [{
|
|
27631
27673
|
imports: [
|
|
27632
|
-
|
|
27674
|
+
i2.CommonModule,
|
|
27633
27675
|
AlertModule,
|
|
27634
27676
|
NotificationBannerModule
|
|
27635
27677
|
],
|
|
@@ -27648,13 +27690,13 @@
|
|
|
27648
27690
|
}());
|
|
27649
27691
|
BodyModule.ɵfac = function BodyModule_Factory(t) { return new (t || BodyModule)(); };
|
|
27650
27692
|
BodyModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: BodyModule });
|
|
27651
|
-
BodyModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27652
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BodyModule, { declarations: [BodyComponent], imports: [
|
|
27693
|
+
BodyModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[i2.CommonModule, i1$1.RouterModule]] });
|
|
27694
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BodyModule, { declarations: [BodyComponent], imports: [i2.CommonModule, i1$1.RouterModule], exports: [BodyComponent] }); })();
|
|
27653
27695
|
(function () {
|
|
27654
27696
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BodyModule, [{
|
|
27655
27697
|
type: i0.NgModule,
|
|
27656
27698
|
args: [{
|
|
27657
|
-
imports: [
|
|
27699
|
+
imports: [i2.CommonModule, i1$1.RouterModule],
|
|
27658
27700
|
declarations: [BodyComponent],
|
|
27659
27701
|
exports: [BodyComponent]
|
|
27660
27702
|
}]
|
|
@@ -27669,16 +27711,16 @@
|
|
|
27669
27711
|
FootersModule.ɵfac = function FootersModule_Factory(t) { return new (t || FootersModule)(); };
|
|
27670
27712
|
FootersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: FootersModule });
|
|
27671
27713
|
FootersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27672
|
-
|
|
27714
|
+
i2.CommonModule,
|
|
27673
27715
|
i1.RpxTranslationModule.forChild()
|
|
27674
27716
|
]] });
|
|
27675
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(FootersModule, { declarations: [FooterComponent], imports: [
|
|
27717
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(FootersModule, { declarations: [FooterComponent], imports: [i2.CommonModule, i1__namespace.RpxTranslationModule], exports: [FooterComponent] }); })();
|
|
27676
27718
|
(function () {
|
|
27677
27719
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FootersModule, [{
|
|
27678
27720
|
type: i0.NgModule,
|
|
27679
27721
|
args: [{
|
|
27680
27722
|
imports: [
|
|
27681
|
-
|
|
27723
|
+
i2.CommonModule,
|
|
27682
27724
|
i1.RpxTranslationModule.forChild()
|
|
27683
27725
|
],
|
|
27684
27726
|
declarations: [FooterComponent],
|
|
@@ -27695,16 +27737,16 @@
|
|
|
27695
27737
|
FormModule.ɵfac = function FormModule_Factory(t) { return new (t || FormModule)(); };
|
|
27696
27738
|
FormModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: FormModule });
|
|
27697
27739
|
FormModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27698
|
-
|
|
27740
|
+
i2.CommonModule,
|
|
27699
27741
|
i1.RpxTranslationModule.forChild()
|
|
27700
27742
|
]] });
|
|
27701
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(FormModule, { declarations: [DateInputComponent], imports: [
|
|
27743
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(FormModule, { declarations: [DateInputComponent], imports: [i2.CommonModule, i1__namespace.RpxTranslationModule], exports: [DateInputComponent] }); })();
|
|
27702
27744
|
(function () {
|
|
27703
27745
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormModule, [{
|
|
27704
27746
|
type: i0.NgModule,
|
|
27705
27747
|
args: [{
|
|
27706
27748
|
imports: [
|
|
27707
|
-
|
|
27749
|
+
i2.CommonModule,
|
|
27708
27750
|
i1.RpxTranslationModule.forChild()
|
|
27709
27751
|
],
|
|
27710
27752
|
declarations: [
|
|
@@ -28155,7 +28197,7 @@
|
|
|
28155
28197
|
PipesModule.ɵfac = function PipesModule_Factory(t) { return new (t || PipesModule)(); };
|
|
28156
28198
|
PipesModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: PipesModule });
|
|
28157
28199
|
PipesModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
28158
|
-
|
|
28200
|
+
i2.CommonModule,
|
|
28159
28201
|
]] });
|
|
28160
28202
|
(function () {
|
|
28161
28203
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(PipesModule, { declarations: [CaseReferencePipe,
|
|
@@ -28168,7 +28210,7 @@
|
|
|
28168
28210
|
CcdPageFieldsPipe,
|
|
28169
28211
|
LinkCasesReasonValuePipe,
|
|
28170
28212
|
LinkCasesFromReasonValuePipe,
|
|
28171
|
-
EnumDisplayDescriptionPipe], imports: [
|
|
28213
|
+
EnumDisplayDescriptionPipe], imports: [i2.CommonModule], exports: [CaseReferencePipe,
|
|
28172
28214
|
SortSearchResultPipe,
|
|
28173
28215
|
CcdCaseTitlePipe,
|
|
28174
28216
|
CcdCollectionTableCaseFieldsFilterPipe,
|
|
@@ -28185,7 +28227,7 @@
|
|
|
28185
28227
|
type: i0.NgModule,
|
|
28186
28228
|
args: [{
|
|
28187
28229
|
imports: [
|
|
28188
|
-
|
|
28230
|
+
i2.CommonModule,
|
|
28189
28231
|
],
|
|
28190
28232
|
declarations: __spread(pipeDeclarations),
|
|
28191
28233
|
exports: __spread(pipeDeclarations)
|
|
@@ -28284,20 +28326,41 @@
|
|
|
28284
28326
|
}], function () { return []; }, null);
|
|
28285
28327
|
})();
|
|
28286
28328
|
|
|
28287
|
-
function
|
|
28329
|
+
function QueryDetailsTableComponent_ng_container_0_tr_35_Template(rf, ctx) {
|
|
28330
|
+
if (rf & 1) {
|
|
28331
|
+
i0__namespace.ɵɵelementStart(0, "tr", 3);
|
|
28332
|
+
i0__namespace.ɵɵelementStart(1, "th", 4);
|
|
28333
|
+
i0__namespace.ɵɵtext(2);
|
|
28334
|
+
i0__namespace.ɵɵpipe(3, "rpxTranslate");
|
|
28335
|
+
i0__namespace.ɵɵelementEnd();
|
|
28336
|
+
i0__namespace.ɵɵelementStart(4, "td", 5);
|
|
28337
|
+
i0__namespace.ɵɵtext(5);
|
|
28338
|
+
i0__namespace.ɵɵpipe(6, "date");
|
|
28339
|
+
i0__namespace.ɵɵelementEnd();
|
|
28340
|
+
i0__namespace.ɵɵelementEnd();
|
|
28341
|
+
}
|
|
28342
|
+
if (rf & 2) {
|
|
28343
|
+
var ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
28344
|
+
i0__namespace.ɵɵadvance(2);
|
|
28345
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(3, 2, "What is the date of the hearing your query related to?"));
|
|
28346
|
+
i0__namespace.ɵɵadvance(3);
|
|
28347
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(6, 4, ctx_r1.queryItem.hearingDate, "d MMM yyyy"));
|
|
28348
|
+
}
|
|
28349
|
+
}
|
|
28350
|
+
function QueryDetailsTableComponent_ng_container_0_div_41_Template(rf, ctx) {
|
|
28288
28351
|
if (rf & 1) {
|
|
28289
28352
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
28290
|
-
i0__namespace.ɵɵelementStart(1, "a",
|
|
28353
|
+
i0__namespace.ɵɵelementStart(1, "a", 8);
|
|
28291
28354
|
i0__namespace.ɵɵtext(2);
|
|
28292
28355
|
i0__namespace.ɵɵelementEnd();
|
|
28293
28356
|
i0__namespace.ɵɵelementEnd();
|
|
28294
28357
|
}
|
|
28295
28358
|
if (rf & 2) {
|
|
28296
|
-
var
|
|
28359
|
+
var attachment_r3 = ctx.$implicit;
|
|
28297
28360
|
i0__namespace.ɵɵadvance(1);
|
|
28298
|
-
i0__namespace.ɵɵproperty("href",
|
|
28361
|
+
i0__namespace.ɵɵproperty("href", attachment_r3._links.self.href, i0__namespace.ɵɵsanitizeUrl);
|
|
28299
28362
|
i0__namespace.ɵɵadvance(1);
|
|
28300
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
28363
|
+
i0__namespace.ɵɵtextInterpolate(attachment_r3.originalDocumentName);
|
|
28301
28364
|
}
|
|
28302
28365
|
}
|
|
28303
28366
|
function QueryDetailsTableComponent_ng_container_0_Template(rf, ctx) {
|
|
@@ -28352,23 +28415,14 @@
|
|
|
28352
28415
|
i0__namespace.ɵɵtext(34);
|
|
28353
28416
|
i0__namespace.ɵɵelementEnd();
|
|
28354
28417
|
i0__namespace.ɵɵelementEnd();
|
|
28355
|
-
i0__namespace.ɵɵ
|
|
28356
|
-
i0__namespace.ɵɵelementStart(36, "
|
|
28357
|
-
i0__namespace.ɵɵ
|
|
28358
|
-
i0__namespace.ɵɵ
|
|
28359
|
-
i0__namespace.ɵɵ
|
|
28360
|
-
i0__namespace.ɵɵelementStart(39, "td", 5);
|
|
28361
|
-
i0__namespace.ɵɵtext(40);
|
|
28362
|
-
i0__namespace.ɵɵpipe(41, "date");
|
|
28363
|
-
i0__namespace.ɵɵelementEnd();
|
|
28364
|
-
i0__namespace.ɵɵelementEnd();
|
|
28365
|
-
i0__namespace.ɵɵelementStart(42, "tr", 3);
|
|
28366
|
-
i0__namespace.ɵɵelementStart(43, "th", 4);
|
|
28367
|
-
i0__namespace.ɵɵtext(44);
|
|
28368
|
-
i0__namespace.ɵɵpipe(45, "rpxTranslate");
|
|
28418
|
+
i0__namespace.ɵɵtemplate(35, QueryDetailsTableComponent_ng_container_0_tr_35_Template, 7, 7, "tr", 6);
|
|
28419
|
+
i0__namespace.ɵɵelementStart(36, "tr", 3);
|
|
28420
|
+
i0__namespace.ɵɵelementStart(37, "th", 4);
|
|
28421
|
+
i0__namespace.ɵɵtext(38);
|
|
28422
|
+
i0__namespace.ɵɵpipe(39, "rpxTranslate");
|
|
28369
28423
|
i0__namespace.ɵɵelementEnd();
|
|
28370
|
-
i0__namespace.ɵɵelementStart(
|
|
28371
|
-
i0__namespace.ɵɵtemplate(
|
|
28424
|
+
i0__namespace.ɵɵelementStart(40, "td", 5);
|
|
28425
|
+
i0__namespace.ɵɵtemplate(41, QueryDetailsTableComponent_ng_container_0_div_41_Template, 3, 2, "div", 7);
|
|
28372
28426
|
i0__namespace.ɵɵelementEnd();
|
|
28373
28427
|
i0__namespace.ɵɵelementEnd();
|
|
28374
28428
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -28378,33 +28432,31 @@
|
|
|
28378
28432
|
if (rf & 2) {
|
|
28379
28433
|
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
28380
28434
|
i0__namespace.ɵɵadvance(1);
|
|
28381
|
-
i0__namespace.ɵɵattribute("aria-describedby", i0__namespace.ɵɵpipeBind1(2,
|
|
28435
|
+
i0__namespace.ɵɵattribute("aria-describedby", i0__namespace.ɵɵpipeBind1(2, 14, "Details of the query"));
|
|
28382
28436
|
i0__namespace.ɵɵadvance(5);
|
|
28383
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(7,
|
|
28437
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(7, 16, "Last submitted by"));
|
|
28384
28438
|
i0__namespace.ɵɵadvance(3);
|
|
28385
28439
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.queryItem.lastSubmittedBy);
|
|
28386
28440
|
i0__namespace.ɵɵadvance(3);
|
|
28387
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(13,
|
|
28441
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(13, 18, "Submission date"));
|
|
28388
28442
|
i0__namespace.ɵɵadvance(3);
|
|
28389
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(16,
|
|
28443
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(16, 20, ctx_r0.queryItem.createdOn, "d MMM yyyy"));
|
|
28390
28444
|
i0__namespace.ɵɵadvance(4);
|
|
28391
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(20,
|
|
28445
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(20, 23, "Query subject"));
|
|
28392
28446
|
i0__namespace.ɵɵadvance(3);
|
|
28393
28447
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.queryItem.subject);
|
|
28394
28448
|
i0__namespace.ɵɵadvance(3);
|
|
28395
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(26,
|
|
28449
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(26, 25, "Query body"));
|
|
28396
28450
|
i0__namespace.ɵɵadvance(3);
|
|
28397
28451
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.queryItem.body);
|
|
28398
28452
|
i0__namespace.ɵɵadvance(3);
|
|
28399
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(32,
|
|
28453
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(32, 27, "Is the query hearing related?"));
|
|
28400
28454
|
i0__namespace.ɵɵadvance(3);
|
|
28401
28455
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.queryItem.isHearingRelated ? "Yes" : "No");
|
|
28456
|
+
i0__namespace.ɵɵadvance(1);
|
|
28457
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r0.queryItem.isHearingRelated);
|
|
28402
28458
|
i0__namespace.ɵɵadvance(3);
|
|
28403
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
28404
|
-
i0__namespace.ɵɵadvance(3);
|
|
28405
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(41, 32, ctx_r0.queryItem.hearingDate, "d MMM yyyy"));
|
|
28406
|
-
i0__namespace.ɵɵadvance(4);
|
|
28407
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(45, 35, "Attachments"));
|
|
28459
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(39, 29, "Attachments"));
|
|
28408
28460
|
i0__namespace.ɵɵadvance(3);
|
|
28409
28461
|
i0__namespace.ɵɵproperty("ngForOf", ctx_r0.queryItem.attachments);
|
|
28410
28462
|
}
|
|
@@ -28415,14 +28467,14 @@
|
|
|
28415
28467
|
return QueryDetailsTableComponent;
|
|
28416
28468
|
}());
|
|
28417
28469
|
QueryDetailsTableComponent.ɵfac = function QueryDetailsTableComponent_Factory(t) { return new (t || QueryDetailsTableComponent)(); };
|
|
28418
|
-
QueryDetailsTableComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: QueryDetailsTableComponent, selectors: [["ccd-query-details-table"]], inputs: { queryItem: "queryItem" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-table", "query-details-table"], [1, "govuk-table__body"], [1, "govuk-table__row"], ["scope", "row", 1, "govuk-table__header"], [1, "govuk-table__cell"], [4, "ngFor", "ngForOf"], ["target", "_blank", 3, "href"]], template: function QueryDetailsTableComponent_Template(rf, ctx) {
|
|
28470
|
+
QueryDetailsTableComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: QueryDetailsTableComponent, selectors: [["ccd-query-details-table"]], inputs: { queryItem: "queryItem" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-table", "query-details-table"], [1, "govuk-table__body"], [1, "govuk-table__row"], ["scope", "row", 1, "govuk-table__header"], [1, "govuk-table__cell"], ["class", "govuk-table__row", 4, "ngIf"], [4, "ngFor", "ngForOf"], ["target", "_blank", 3, "href"]], template: function QueryDetailsTableComponent_Template(rf, ctx) {
|
|
28419
28471
|
if (rf & 1) {
|
|
28420
|
-
i0__namespace.ɵɵtemplate(0, QueryDetailsTableComponent_ng_container_0_Template,
|
|
28472
|
+
i0__namespace.ɵɵtemplate(0, QueryDetailsTableComponent_ng_container_0_Template, 42, 31, "ng-container", 0);
|
|
28421
28473
|
}
|
|
28422
28474
|
if (rf & 2) {
|
|
28423
28475
|
i0__namespace.ɵɵproperty("ngIf", ctx.queryItem);
|
|
28424
28476
|
}
|
|
28425
|
-
}, directives: [
|
|
28477
|
+
}, 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}"] });
|
|
28426
28478
|
(function () {
|
|
28427
28479
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryDetailsTableComponent, [{
|
|
28428
28480
|
type: i0.Component,
|
|
@@ -28436,27 +28488,60 @@
|
|
|
28436
28488
|
}] });
|
|
28437
28489
|
})();
|
|
28438
28490
|
|
|
28491
|
+
function QueryDetailsComponent_ng_container_0_Template(rf, ctx) {
|
|
28492
|
+
if (rf & 1) {
|
|
28493
|
+
var _r2_1 = i0__namespace.ɵɵgetCurrentView();
|
|
28494
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
28495
|
+
i0__namespace.ɵɵelementStart(1, "p");
|
|
28496
|
+
i0__namespace.ɵɵelement(2, "br");
|
|
28497
|
+
i0__namespace.ɵɵelementStart(3, "a", 1);
|
|
28498
|
+
i0__namespace.ɵɵlistener("click", function QueryDetailsComponent_ng_container_0_Template_a_click_3_listener() { i0__namespace.ɵɵrestoreView(_r2_1); var ctx_r1 = i0__namespace.ɵɵnextContext(); return ctx_r1.onBack(); });
|
|
28499
|
+
i0__namespace.ɵɵtext(4, "Back to queries");
|
|
28500
|
+
i0__namespace.ɵɵelementEnd();
|
|
28501
|
+
i0__namespace.ɵɵelementEnd();
|
|
28502
|
+
i0__namespace.ɵɵelementStart(5, "div", 2);
|
|
28503
|
+
i0__namespace.ɵɵtext(6, "Query details");
|
|
28504
|
+
i0__namespace.ɵɵelementEnd();
|
|
28505
|
+
i0__namespace.ɵɵelement(7, "ccd-query-details-table", 3);
|
|
28506
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
28507
|
+
}
|
|
28508
|
+
if (rf & 2) {
|
|
28509
|
+
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
28510
|
+
i0__namespace.ɵɵadvance(7);
|
|
28511
|
+
i0__namespace.ɵɵproperty("queryItem", ctx_r0.query);
|
|
28512
|
+
}
|
|
28513
|
+
}
|
|
28439
28514
|
var QueryDetailsComponent = /** @class */ (function () {
|
|
28440
28515
|
function QueryDetailsComponent() {
|
|
28516
|
+
this.backClicked = new i0.EventEmitter();
|
|
28441
28517
|
}
|
|
28518
|
+
QueryDetailsComponent.prototype.onBack = function () {
|
|
28519
|
+
this.backClicked.emit(true);
|
|
28520
|
+
};
|
|
28442
28521
|
return QueryDetailsComponent;
|
|
28443
28522
|
}());
|
|
28444
28523
|
QueryDetailsComponent.ɵfac = function QueryDetailsComponent_Factory(t) { return new (t || QueryDetailsComponent)(); };
|
|
28445
|
-
QueryDetailsComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: QueryDetailsComponent, selectors: [["ccd-query-details"]], decls:
|
|
28524
|
+
QueryDetailsComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: QueryDetailsComponent, selectors: [["ccd-query-details"]], inputs: { query: "query" }, outputs: { backClicked: "backClicked" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], [1, "query_details_caption"], [3, "queryItem"]], template: function QueryDetailsComponent_Template(rf, ctx) {
|
|
28446
28525
|
if (rf & 1) {
|
|
28447
|
-
i0__namespace.ɵɵ
|
|
28448
|
-
i0__namespace.ɵɵtext(1, "query-details works!");
|
|
28449
|
-
i0__namespace.ɵɵelementEnd();
|
|
28526
|
+
i0__namespace.ɵɵtemplate(0, QueryDetailsComponent_ng_container_0_Template, 8, 1, "ng-container", 0);
|
|
28450
28527
|
}
|
|
28451
|
-
|
|
28528
|
+
if (rf & 2) {
|
|
28529
|
+
i0__namespace.ɵɵproperty("ngIf", ctx.query);
|
|
28530
|
+
}
|
|
28531
|
+
}, styles: [".query_details_caption[_ngcontent-%COMP%]{background:#f3f2f1;padding:10px;font-size:x-large;font-weight:700}"] });
|
|
28452
28532
|
(function () {
|
|
28453
28533
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryDetailsComponent, [{
|
|
28454
28534
|
type: i0.Component,
|
|
28455
28535
|
args: [{
|
|
28456
28536
|
selector: 'ccd-query-details',
|
|
28457
|
-
templateUrl: './query-details.component.html'
|
|
28537
|
+
templateUrl: './query-details.component.html',
|
|
28538
|
+
styleUrls: ['./query-details.component.scss']
|
|
28458
28539
|
}]
|
|
28459
|
-
}], null,
|
|
28540
|
+
}], null, { query: [{
|
|
28541
|
+
type: i0.Input
|
|
28542
|
+
}], backClicked: [{
|
|
28543
|
+
type: i0.Output
|
|
28544
|
+
}] });
|
|
28460
28545
|
})();
|
|
28461
28546
|
|
|
28462
28547
|
function QueryListComponent_ng_container_0_th_7_Template(rf, ctx) {
|
|
@@ -28481,9 +28566,11 @@
|
|
|
28481
28566
|
}
|
|
28482
28567
|
function QueryListComponent_ng_container_0_tr_9_Template(rf, ctx) {
|
|
28483
28568
|
if (rf & 1) {
|
|
28569
|
+
var _r8_1 = i0__namespace.ɵɵgetCurrentView();
|
|
28484
28570
|
i0__namespace.ɵɵelementStart(0, "tr", 4);
|
|
28485
28571
|
i0__namespace.ɵɵelementStart(1, "td", 10);
|
|
28486
28572
|
i0__namespace.ɵɵelementStart(2, "a", 11);
|
|
28573
|
+
i0__namespace.ɵɵlistener("click", function QueryListComponent_ng_container_0_tr_9_Template_a_click_2_listener() { i0__namespace.ɵɵrestoreView(_r8_1); var message_r6 = ctx.$implicit; var ctx_r7 = i0__namespace.ɵɵnextContext(2); return ctx_r7.showDetails(message_r6); });
|
|
28487
28574
|
i0__namespace.ɵɵtext(3);
|
|
28488
28575
|
i0__namespace.ɵɵelementEnd();
|
|
28489
28576
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -28549,6 +28636,7 @@
|
|
|
28549
28636
|
}
|
|
28550
28637
|
var QueryListComponent = /** @class */ (function () {
|
|
28551
28638
|
function QueryListComponent() {
|
|
28639
|
+
this.selectedQuery = new i0.EventEmitter();
|
|
28552
28640
|
this.displayedColumns = [
|
|
28553
28641
|
{ name: 'subject', displayName: 'Queries', sortOrder: SortOrder.UNSORTED },
|
|
28554
28642
|
{ name: 'lastSubmittedBy', displayName: 'Last submitted by', sortOrder: SortOrder.UNSORTED },
|
|
@@ -28566,26 +28654,11 @@
|
|
|
28566
28654
|
};
|
|
28567
28655
|
QueryListComponent.prototype.sortTable = function (col) {
|
|
28568
28656
|
switch (col.displayName) {
|
|
28569
|
-
case '
|
|
28570
|
-
this.sort(col);
|
|
28571
|
-
break;
|
|
28572
|
-
}
|
|
28573
|
-
case 'Last submitted by': {
|
|
28574
|
-
this.sort(col);
|
|
28575
|
-
break;
|
|
28576
|
-
}
|
|
28577
|
-
case 'Last submission date': {
|
|
28578
|
-
this.sortDate(col);
|
|
28579
|
-
break;
|
|
28580
|
-
}
|
|
28657
|
+
case 'Last submission date':
|
|
28581
28658
|
case 'Last response date': {
|
|
28582
28659
|
this.sortDate(col);
|
|
28583
28660
|
break;
|
|
28584
28661
|
}
|
|
28585
|
-
case 'Response by': {
|
|
28586
|
-
this.sort(col);
|
|
28587
|
-
break;
|
|
28588
|
-
}
|
|
28589
28662
|
default: {
|
|
28590
28663
|
this.sort(col);
|
|
28591
28664
|
break;
|
|
@@ -28594,17 +28667,17 @@
|
|
|
28594
28667
|
};
|
|
28595
28668
|
QueryListComponent.prototype.sortWidget = function (col) {
|
|
28596
28669
|
switch (col.sortOrder) {
|
|
28597
|
-
case SortOrder.DESCENDING: {
|
|
28598
|
-
return '▼';
|
|
28599
|
-
}
|
|
28600
28670
|
case SortOrder.ASCENDING: {
|
|
28601
28671
|
return '▲';
|
|
28602
28672
|
}
|
|
28603
28673
|
default: {
|
|
28604
|
-
return '&#
|
|
28674
|
+
return '▼';
|
|
28605
28675
|
}
|
|
28606
28676
|
}
|
|
28607
28677
|
};
|
|
28678
|
+
QueryListComponent.prototype.showDetails = function (query) {
|
|
28679
|
+
this.selectedQuery.emit(query);
|
|
28680
|
+
};
|
|
28608
28681
|
QueryListComponent.prototype.sort = function (col) {
|
|
28609
28682
|
if (col.sortOrder === SortOrder.ASCENDING) {
|
|
28610
28683
|
this.queryListData.partyMessages.sort(function (a, b) { return (a[col.name] < b[col.name]) ? 1 : -1; });
|
|
@@ -28632,14 +28705,14 @@
|
|
|
28632
28705
|
return QueryListComponent;
|
|
28633
28706
|
}());
|
|
28634
28707
|
QueryListComponent.ɵfac = function QueryListComponent_Factory(t) { return new (t || QueryListComponent)(); };
|
|
28635
|
-
QueryListComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: QueryListComponent, selectors: [["ccd-query-list"]], inputs: { partyMessageGroup: "partyMessageGroup" }, features: [i0__namespace.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-table", "query-list__table"], [1, "govuk-table__cell", "query-list__caption", "query-list__row"], [1, "govuk-table__head"], [1, "govuk-table__row", "query-list__row"], ["class", "govuk-table__header", 4, "ngFor", "ngForOf"], [1, "govuk-table__body"], ["class", "govuk-table__row query-list__row", 4, "ngFor", "ngForOf"], [1, "govuk-table__header"], ["href", "javascript:void(0)", 1, "sort-widget", 3, "innerHTML", "click"], [1, "govuk-table__cell", "query-list__cell", "query-list__cell--first"], ["href", "javascript:void(0)"], [1, "govuk-table__cell", "query-list__cell"]], template: function QueryListComponent_Template(rf, ctx) {
|
|
28708
|
+
QueryListComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: QueryListComponent, selectors: [["ccd-query-list"]], inputs: { partyMessageGroup: "partyMessageGroup" }, outputs: { selectedQuery: "selectedQuery" }, features: [i0__namespace.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-table", "query-list__table"], [1, "govuk-table__cell", "query-list__caption", "query-list__row"], [1, "govuk-table__head"], [1, "govuk-table__row", "query-list__row"], ["class", "govuk-table__header", 4, "ngFor", "ngForOf"], [1, "govuk-table__body"], ["class", "govuk-table__row query-list__row", 4, "ngFor", "ngForOf"], [1, "govuk-table__header"], ["href", "javascript:void(0)", 1, "sort-widget", 3, "innerHTML", "click"], [1, "govuk-table__cell", "query-list__cell", "query-list__cell--first"], ["href", "javascript:void(0)", 3, "click"], [1, "govuk-table__cell", "query-list__cell"]], template: function QueryListComponent_Template(rf, ctx) {
|
|
28636
28709
|
if (rf & 1) {
|
|
28637
28710
|
i0__namespace.ɵɵtemplate(0, QueryListComponent_ng_container_0_Template, 10, 3, "ng-container", 0);
|
|
28638
28711
|
}
|
|
28639
28712
|
if (rf & 2) {
|
|
28640
28713
|
i0__namespace.ɵɵproperty("ngIf", ctx.queryListData);
|
|
28641
28714
|
}
|
|
28642
|
-
}, directives: [
|
|
28715
|
+
}, 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}.query-list__cell--first[_ngcontent-%COMP%]{width:33%}.sort-widget[_ngcontent-%COMP%]{cursor:pointer;text-decoration:none;color:#000}"] });
|
|
28643
28716
|
(function () {
|
|
28644
28717
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryListComponent, [{
|
|
28645
28718
|
type: i0.Component,
|
|
@@ -28650,6 +28723,8 @@
|
|
|
28650
28723
|
}]
|
|
28651
28724
|
}], null, { partyMessageGroup: [{
|
|
28652
28725
|
type: i0.Input
|
|
28726
|
+
}], selectedQuery: [{
|
|
28727
|
+
type: i0.Output
|
|
28653
28728
|
}] });
|
|
28654
28729
|
})();
|
|
28655
28730
|
|
|
@@ -28661,7 +28736,7 @@
|
|
|
28661
28736
|
QueryManagementModule.ɵfac = function QueryManagementModule_Factory(t) { return new (t || QueryManagementModule)(); };
|
|
28662
28737
|
QueryManagementModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: QueryManagementModule });
|
|
28663
28738
|
QueryManagementModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
28664
|
-
|
|
28739
|
+
i2.CommonModule,
|
|
28665
28740
|
i3.ReactiveFormsModule,
|
|
28666
28741
|
i1.RpxTranslationModule.forChild(),
|
|
28667
28742
|
PipesModule
|
|
@@ -28672,7 +28747,7 @@
|
|
|
28672
28747
|
QueryDetailsComponent,
|
|
28673
28748
|
QueryCreateComponent,
|
|
28674
28749
|
QueryListComponent,
|
|
28675
|
-
QueryDetailsTableComponent], imports: [
|
|
28750
|
+
QueryDetailsTableComponent], imports: [i2.CommonModule,
|
|
28676
28751
|
i3.ReactiveFormsModule, i1__namespace.RpxTranslationModule, PipesModule], exports: [ReadQueryManagementFieldComponent,
|
|
28677
28752
|
WriteQueryManagementFieldComponent] });
|
|
28678
28753
|
})();
|
|
@@ -28689,7 +28764,7 @@
|
|
|
28689
28764
|
QueryDetailsTableComponent,
|
|
28690
28765
|
],
|
|
28691
28766
|
imports: [
|
|
28692
|
-
|
|
28767
|
+
i2.CommonModule,
|
|
28693
28768
|
i3.ReactiveFormsModule,
|
|
28694
28769
|
i1.RpxTranslationModule.forChild(),
|
|
28695
28770
|
PipesModule
|
|
@@ -28701,8 +28776,10 @@
|
|
|
28701
28776
|
}]
|
|
28702
28777
|
}], null, null);
|
|
28703
28778
|
})();
|
|
28704
|
-
i0__namespace.ɵɵsetComponentScope(ReadQueryManagementFieldComponent, [
|
|
28705
|
-
|
|
28779
|
+
i0__namespace.ɵɵsetComponentScope(ReadQueryManagementFieldComponent, [i2__namespace.NgForOf, i2__namespace.NgIf, QueryListComponent,
|
|
28780
|
+
QueryDetailsComponent], []);
|
|
28781
|
+
i0__namespace.ɵɵsetComponentScope(WriteQueryManagementFieldComponent, [QueryDetailsTableComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgIf, i3__namespace.DefaultValueAccessor, i3__namespace.NgControlStatus, i3__namespace.FormControlName], [i1__namespace.RpxTranslatePipe, CaseReferencePipe]);
|
|
28782
|
+
i0__namespace.ɵɵsetComponentScope(QueryDetailsComponent, [i2__namespace.NgIf, QueryDetailsTableComponent], []);
|
|
28706
28783
|
|
|
28707
28784
|
var PALETTE_COMPONENTS = [
|
|
28708
28785
|
UnsupportedFieldComponent,
|
|
@@ -28834,7 +28911,7 @@
|
|
|
28834
28911
|
LinkedCasesService,
|
|
28835
28912
|
{ provide: i6.MAT_DATE_LOCALE, useValue: 'en-GB' }
|
|
28836
28913
|
], imports: [[
|
|
28837
|
-
|
|
28914
|
+
i2.CommonModule,
|
|
28838
28915
|
i1$1.RouterModule,
|
|
28839
28916
|
i3.FormsModule,
|
|
28840
28917
|
i3.ReactiveFormsModule,
|
|
@@ -28854,12 +28931,12 @@
|
|
|
28854
28931
|
i4.NgxMatNativeDateModule,
|
|
28855
28932
|
i6$1.MatFormFieldModule,
|
|
28856
28933
|
i13.MatInputModule,
|
|
28857
|
-
i5$
|
|
28858
|
-
i5
|
|
28934
|
+
i5$1.MatDatepickerModule,
|
|
28935
|
+
i5.MatAutocompleteModule,
|
|
28859
28936
|
i7.CdkTreeModule,
|
|
28860
28937
|
i1$4.OverlayModule,
|
|
28861
28938
|
i3$1.PaymentLibModule,
|
|
28862
|
-
i2.ScrollToModule.forRoot(),
|
|
28939
|
+
i2$1.ScrollToModule.forRoot(),
|
|
28863
28940
|
i1.RpxTranslationModule.forChild(),
|
|
28864
28941
|
i1$3.MatDialogModule,
|
|
28865
28942
|
i12.MediaViewerModule,
|
|
@@ -28986,7 +29063,7 @@
|
|
|
28986
29063
|
LinkCasesComponent,
|
|
28987
29064
|
CheckYourAnswersComponent,
|
|
28988
29065
|
UnLinkCasesComponent,
|
|
28989
|
-
NoLinkedCasesComponent], imports: [
|
|
29066
|
+
NoLinkedCasesComponent], imports: [i2.CommonModule,
|
|
28990
29067
|
i1$1.RouterModule,
|
|
28991
29068
|
i3.FormsModule,
|
|
28992
29069
|
i3.ReactiveFormsModule,
|
|
@@ -29006,11 +29083,11 @@
|
|
|
29006
29083
|
i4.NgxMatNativeDateModule,
|
|
29007
29084
|
i6$1.MatFormFieldModule,
|
|
29008
29085
|
i13.MatInputModule,
|
|
29009
|
-
i5$
|
|
29010
|
-
i5
|
|
29086
|
+
i5$1.MatDatepickerModule,
|
|
29087
|
+
i5.MatAutocompleteModule,
|
|
29011
29088
|
i7.CdkTreeModule,
|
|
29012
29089
|
i1$4.OverlayModule,
|
|
29013
|
-
i3$1.PaymentLibModule, i2__namespace.ScrollToModule, i1__namespace.RpxTranslationModule, i1$3.MatDialogModule,
|
|
29090
|
+
i3$1.PaymentLibModule, i2__namespace$1.ScrollToModule, i1__namespace.RpxTranslationModule, i1$3.MatDialogModule,
|
|
29014
29091
|
i12.MediaViewerModule,
|
|
29015
29092
|
LoadingModule, i1__namespace.RpxTranslationModule, QueryManagementModule], exports: [i4.NgxMatDatetimePickerModule,
|
|
29016
29093
|
i4.NgxMatNativeDateModule,
|
|
@@ -29129,7 +29206,7 @@
|
|
|
29129
29206
|
type: i0.NgModule,
|
|
29130
29207
|
args: [{
|
|
29131
29208
|
imports: [
|
|
29132
|
-
|
|
29209
|
+
i2.CommonModule,
|
|
29133
29210
|
i1$1.RouterModule,
|
|
29134
29211
|
i3.FormsModule,
|
|
29135
29212
|
i3.ReactiveFormsModule,
|
|
@@ -29149,12 +29226,12 @@
|
|
|
29149
29226
|
i4.NgxMatNativeDateModule,
|
|
29150
29227
|
i6$1.MatFormFieldModule,
|
|
29151
29228
|
i13.MatInputModule,
|
|
29152
|
-
i5$
|
|
29153
|
-
i5
|
|
29229
|
+
i5$1.MatDatepickerModule,
|
|
29230
|
+
i5.MatAutocompleteModule,
|
|
29154
29231
|
i7.CdkTreeModule,
|
|
29155
29232
|
i1$4.OverlayModule,
|
|
29156
29233
|
i3$1.PaymentLibModule,
|
|
29157
|
-
i2.ScrollToModule.forRoot(),
|
|
29234
|
+
i2$1.ScrollToModule.forRoot(),
|
|
29158
29235
|
i1.RpxTranslationModule.forChild(),
|
|
29159
29236
|
i1$3.MatDialogModule,
|
|
29160
29237
|
i12.MediaViewerModule,
|
|
@@ -29201,33 +29278,33 @@
|
|
|
29201
29278
|
}], null, null);
|
|
29202
29279
|
})();
|
|
29203
29280
|
i0__namespace.ɵɵsetComponentScope(FieldReadComponent, [FieldReadLabelComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective], []);
|
|
29204
|
-
i0__namespace.ɵɵsetComponentScope(LabelFieldComponent, [LabelSubstitutorDirective,
|
|
29281
|
+
i0__namespace.ɵɵsetComponentScope(LabelFieldComponent, [LabelSubstitutorDirective, i2__namespace.NgIf, MarkdownComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29205
29282
|
i0__namespace.ɵɵsetComponentScope(CaseHistoryViewerFieldComponent, [EventLogComponent], []);
|
|
29206
|
-
i0__namespace.ɵɵsetComponentScope(EventLogComponent, [
|
|
29207
|
-
i0__namespace.ɵɵsetComponentScope(ReadCollectionFieldComponent, [
|
|
29208
|
-
i0__namespace.ɵɵsetComponentScope(ReadOrganisationFieldComponent, [
|
|
29209
|
-
ReadOrganisationFieldTableComponent,
|
|
29210
|
-
i0__namespace.ɵɵsetComponentScope(ReadOrderSummaryFieldComponent, [
|
|
29283
|
+
i0__namespace.ɵɵsetComponentScope(EventLogComponent, [i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, EventLogTableComponent, i2__namespace.NgIf, EventLogDetailsComponent], []);
|
|
29284
|
+
i0__namespace.ɵɵsetComponentScope(ReadCollectionFieldComponent, [i2__namespace.NgIf, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, FieldReadComponent, i2__namespace.NgForOf], []);
|
|
29285
|
+
i0__namespace.ɵɵsetComponentScope(ReadOrganisationFieldComponent, [i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, ReadOrganisationFieldRawComponent,
|
|
29286
|
+
ReadOrganisationFieldTableComponent, i2__namespace.NgSwitchDefault], []);
|
|
29287
|
+
i0__namespace.ɵɵsetComponentScope(ReadOrderSummaryFieldComponent, [i2__namespace.NgForOf, ReadOrderSummaryRowComponent,
|
|
29211
29288
|
ReadMoneyGbpFieldComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29212
29289
|
i0__namespace.ɵɵsetComponentScope(ReadOrderSummaryRowComponent, [ReadMoneyGbpFieldComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29213
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldComponent, [
|
|
29214
|
-
ReadComplexFieldCollectionTableComponent,
|
|
29215
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldRawComponent, [
|
|
29216
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldTableComponent, [
|
|
29217
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, [
|
|
29218
|
-
ReadCaseLinkFieldComponent], [i1__namespace.RpxTranslatePipe, ReadFieldsFilterPipe, CcdCollectionTableCaseFieldsFilterPipe,
|
|
29219
|
-
i0__namespace.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, [
|
|
29290
|
+
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldComponent, [i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, ReadComplexFieldRawComponent,
|
|
29291
|
+
ReadComplexFieldCollectionTableComponent, i2__namespace.NgSwitchDefault, ReadComplexFieldTableComponent], []);
|
|
29292
|
+
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldRawComponent, [i2__namespace.NgForOf, FieldReadComponent], [ReadFieldsFilterPipe, i1__namespace.RpxTranslatePipe]);
|
|
29293
|
+
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldTableComponent, [i2__namespace.NgForOf, i2__namespace.NgIf, FieldReadComponent], [i1__namespace.RpxTranslatePipe, ReadFieldsFilterPipe, IsCompoundPipe]);
|
|
29294
|
+
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, [i2__namespace.NgForOf, i2__namespace.NgIf, FieldReadComponent,
|
|
29295
|
+
ReadCaseLinkFieldComponent], [i1__namespace.RpxTranslatePipe, ReadFieldsFilterPipe, CcdCollectionTableCaseFieldsFilterPipe, i2__namespace.KeyValuePipe, IsCompoundPipe]);
|
|
29296
|
+
i0__namespace.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, [i2__namespace.NgIf, CaseFlagSummaryListComponent, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, i2__namespace.NgForOf,
|
|
29220
29297
|
// Components for case flags
|
|
29221
|
-
CaseFlagTableComponent,
|
|
29298
|
+
CaseFlagTableComponent, i2__namespace.NgSwitchDefault], [i1__namespace.RpxTranslatePipe]);
|
|
29222
29299
|
i0__namespace.ɵɵsetComponentScope(ReadLinkedCasesFieldComponent, [
|
|
29223
29300
|
// Components for linked cases
|
|
29224
|
-
LinkedCasesToTableComponent,
|
|
29301
|
+
LinkedCasesToTableComponent, i2__namespace.NgIf, LinkedCasesFromTableComponent
|
|
29225
29302
|
], []);
|
|
29226
|
-
i0__namespace.ɵɵsetComponentScope(WriteAddressFieldComponent, [
|
|
29227
|
-
i0__namespace.ɵɵsetComponentScope(WriteComplexFieldComponent, [
|
|
29228
|
-
i0__namespace.ɵɵsetComponentScope(WriteDocumentFieldComponent, [
|
|
29229
|
-
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [
|
|
29230
|
-
i0__namespace.ɵɵsetComponentScope(WriteCaseFlagFieldComponent, [
|
|
29303
|
+
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]);
|
|
29304
|
+
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]);
|
|
29305
|
+
i0__namespace.ɵɵsetComponentScope(WriteDocumentFieldComponent, [i2__namespace.NgClass, i2__namespace.NgIf, ReadDocumentFieldComponent], [FieldLabelPipe, i1__namespace.RpxTranslatePipe]);
|
|
29306
|
+
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [i2__namespace.NgIf, DatetimePickerComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, WriteDateFieldComponent], []);
|
|
29307
|
+
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,
|
|
29231
29308
|
SelectFlagTypeComponent,
|
|
29232
29309
|
SearchLanguageInterpreterComponent,
|
|
29233
29310
|
AddCommentsComponent,
|
|
@@ -29235,32 +29312,32 @@
|
|
|
29235
29312
|
ManageCaseFlagsComponent,
|
|
29236
29313
|
UpdateFlagComponent,
|
|
29237
29314
|
UpdateFlagAddTranslationFormComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29238
|
-
i0__namespace.ɵɵsetComponentScope(WriteLinkedCasesFieldComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29315
|
+
i0__namespace.ɵɵsetComponentScope(WriteLinkedCasesFieldComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, BeforeYouStartComponent,
|
|
29239
29316
|
NoLinkedCasesComponent,
|
|
29240
29317
|
LinkCasesComponent,
|
|
29241
29318
|
UnLinkCasesComponent,
|
|
29242
29319
|
CheckYourAnswersComponent], []);
|
|
29243
|
-
i0__namespace.ɵɵsetComponentScope(WriteOrganisationFieldComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29244
|
-
WriteOrganisationComplexFieldComponent], [
|
|
29320
|
+
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,
|
|
29321
|
+
WriteOrganisationComplexFieldComponent], [i2__namespace.AsyncPipe, i1__namespace.RpxTranslatePipe]);
|
|
29245
29322
|
i0__namespace.ɵɵsetComponentScope(WriteOrderSummaryFieldComponent, [ReadOrderSummaryFieldComponent], []);
|
|
29246
|
-
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [
|
|
29247
|
-
i0__namespace.ɵɵsetComponentScope(WriteCollectionFieldComponent, [
|
|
29323
|
+
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [i2__namespace.NgIf, DatetimePickerComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective, WriteDateFieldComponent], []);
|
|
29324
|
+
i0__namespace.ɵɵsetComponentScope(WriteCollectionFieldComponent, [i2__namespace.NgIf, i2__namespace.NgForOf, FieldWriteComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective], [i1__namespace.RpxTranslatePipe, FieldLabelPipe, FirstErrorPipe]);
|
|
29248
29325
|
i0__namespace.ɵɵsetComponentScope(
|
|
29249
29326
|
// ComponentLauncher web components
|
|
29250
|
-
CaseFileViewFieldComponent, [
|
|
29327
|
+
CaseFileViewFieldComponent, [i2__namespace.NgIf, CaseFileViewFolderComponent, i12__namespace.MediaViewerComponent], []);
|
|
29251
29328
|
i0__namespace.ɵɵsetComponentScope(
|
|
29252
29329
|
// Components for case flags
|
|
29253
|
-
CaseFlagTableComponent, [
|
|
29254
|
-
i0__namespace.ɵɵsetComponentScope(SelectFlagTypeComponent, [
|
|
29255
|
-
i0__namespace.ɵɵsetComponentScope(SearchLanguageInterpreterComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29256
|
-
i0__namespace.ɵɵsetComponentScope(ManageCaseFlagsComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29257
|
-
i0__namespace.ɵɵsetComponentScope(UpdateFlagComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29330
|
+
CaseFlagTableComponent, [i2__namespace.NgIf, i2__namespace.NgForOf], [i1__namespace.RpxTranslatePipe, FlagFieldDisplayPipe, i2__namespace.DatePipe]);
|
|
29331
|
+
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]);
|
|
29332
|
+
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]);
|
|
29333
|
+
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]);
|
|
29334
|
+
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]);
|
|
29258
29335
|
i0__namespace.ɵɵsetComponentScope(
|
|
29259
29336
|
// Components for linked cases
|
|
29260
|
-
LinkedCasesToTableComponent, [
|
|
29261
|
-
i0__namespace.ɵɵsetComponentScope(LinkedCasesFromTableComponent, [
|
|
29262
|
-
i0__namespace.ɵɵsetComponentScope(LinkCasesComponent, [
|
|
29263
|
-
i0__namespace.ɵɵsetComponentScope(CheckYourAnswersComponent, [
|
|
29337
|
+
LinkedCasesToTableComponent, [i2__namespace.NgIf, i2__namespace.NgForOf], [CaseReferencePipe, LinkCasesReasonValuePipe]);
|
|
29338
|
+
i0__namespace.ɵɵsetComponentScope(LinkedCasesFromTableComponent, [i2__namespace.NgIf, i2__namespace.NgForOf], [CaseReferencePipe, LinkCasesFromReasonValuePipe]);
|
|
29339
|
+
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]);
|
|
29340
|
+
i0__namespace.ɵɵsetComponentScope(CheckYourAnswersComponent, [i2__namespace.NgIf, i2__namespace.NgForOf], [CaseReferencePipe, LinkCasesReasonValuePipe]);
|
|
29264
29341
|
|
|
29265
29342
|
var Confirmation = /** @class */ (function () {
|
|
29266
29343
|
function Confirmation(caseId, status, header, body) {
|
|
@@ -30323,12 +30400,12 @@
|
|
|
30323
30400
|
ErrorsModule.ɵfac = function ErrorsModule_Factory(t) { return new (t || ErrorsModule)(); };
|
|
30324
30401
|
ErrorsModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: ErrorsModule });
|
|
30325
30402
|
ErrorsModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
30326
|
-
|
|
30403
|
+
i2.CommonModule,
|
|
30327
30404
|
i1$1.RouterModule,
|
|
30328
30405
|
i1.RpxTranslationModule.forChild()
|
|
30329
30406
|
]] });
|
|
30330
30407
|
(function () {
|
|
30331
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(ErrorsModule, { declarations: [CallbackErrorsComponent], imports: [
|
|
30408
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(ErrorsModule, { declarations: [CallbackErrorsComponent], imports: [i2.CommonModule,
|
|
30332
30409
|
i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [CallbackErrorsComponent] });
|
|
30333
30410
|
})();
|
|
30334
30411
|
(function () {
|
|
@@ -30336,7 +30413,7 @@
|
|
|
30336
30413
|
type: i0.NgModule,
|
|
30337
30414
|
args: [{
|
|
30338
30415
|
imports: [
|
|
30339
|
-
|
|
30416
|
+
i2.CommonModule,
|
|
30340
30417
|
i1$1.RouterModule,
|
|
30341
30418
|
i1.RpxTranslationModule.forChild()
|
|
30342
30419
|
],
|
|
@@ -30396,16 +30473,16 @@
|
|
|
30396
30473
|
LoadingSpinnerModule.ɵfac = function LoadingSpinnerModule_Factory(t) { return new (t || LoadingSpinnerModule)(); };
|
|
30397
30474
|
LoadingSpinnerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: LoadingSpinnerModule });
|
|
30398
30475
|
LoadingSpinnerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
30399
|
-
|
|
30476
|
+
i2.CommonModule,
|
|
30400
30477
|
i1.RpxTranslationModule.forChild()
|
|
30401
30478
|
]] });
|
|
30402
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(LoadingSpinnerModule, { declarations: [LoadingSpinnerComponent], imports: [
|
|
30479
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(LoadingSpinnerModule, { declarations: [LoadingSpinnerComponent], imports: [i2.CommonModule, i1__namespace.RpxTranslationModule], exports: [LoadingSpinnerComponent] }); })();
|
|
30403
30480
|
(function () {
|
|
30404
30481
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(LoadingSpinnerModule, [{
|
|
30405
30482
|
type: i0.NgModule,
|
|
30406
30483
|
args: [{
|
|
30407
30484
|
imports: [
|
|
30408
|
-
|
|
30485
|
+
i2.CommonModule,
|
|
30409
30486
|
i1.RpxTranslationModule.forChild()
|
|
30410
30487
|
],
|
|
30411
30488
|
declarations: [
|
|
@@ -30675,7 +30752,7 @@
|
|
|
30675
30752
|
if (rf & 2) {
|
|
30676
30753
|
i0__namespace.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
30677
30754
|
}
|
|
30678
|
-
}, directives: [
|
|
30755
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
30679
30756
|
(function () {
|
|
30680
30757
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseEventCompletionTaskReassignedComponent, [{
|
|
30681
30758
|
type: i0.Component,
|
|
@@ -30807,7 +30884,7 @@
|
|
|
30807
30884
|
EventCompletionStateMachineService,
|
|
30808
30885
|
CaseFlagStateService
|
|
30809
30886
|
], imports: [[
|
|
30810
|
-
|
|
30887
|
+
i2.CommonModule,
|
|
30811
30888
|
i1$1.RouterModule,
|
|
30812
30889
|
i3.FormsModule,
|
|
30813
30890
|
i3.ReactiveFormsModule,
|
|
@@ -30831,7 +30908,7 @@
|
|
|
30831
30908
|
CaseEventCompletionTaskCancelledComponent,
|
|
30832
30909
|
CaseEventCompletionTaskReassignedComponent,
|
|
30833
30910
|
CaseCreateComponent,
|
|
30834
|
-
CaseProgressComponent], imports: [
|
|
30911
|
+
CaseProgressComponent], imports: [i2.CommonModule,
|
|
30835
30912
|
i1$1.RouterModule,
|
|
30836
30913
|
i3.FormsModule,
|
|
30837
30914
|
i3.ReactiveFormsModule,
|
|
@@ -30856,7 +30933,7 @@
|
|
|
30856
30933
|
type: i0.NgModule,
|
|
30857
30934
|
args: [{
|
|
30858
30935
|
imports: [
|
|
30859
|
-
|
|
30936
|
+
i2.CommonModule,
|
|
30860
30937
|
i1$1.RouterModule,
|
|
30861
30938
|
i3.FormsModule,
|
|
30862
30939
|
i3.ReactiveFormsModule,
|
|
@@ -30925,12 +31002,12 @@
|
|
|
30925
31002
|
}]
|
|
30926
31003
|
}], null, null);
|
|
30927
31004
|
})();
|
|
30928
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditConfirmComponent, [
|
|
30929
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditPageComponent, [
|
|
30930
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditFormComponent, [
|
|
30931
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditSubmitComponent, [
|
|
30932
|
-
i0__namespace.ɵɵsetComponentScope(CaseCreateComponent, [
|
|
30933
|
-
i0__namespace.ɵɵsetComponentScope(CaseProgressComponent, [
|
|
31005
|
+
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]);
|
|
31006
|
+
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]);
|
|
31007
|
+
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]);
|
|
31008
|
+
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]);
|
|
31009
|
+
i0__namespace.ɵɵsetComponentScope(CaseCreateComponent, [i2__namespace.NgIf, CaseEditComponent], []);
|
|
31010
|
+
i0__namespace.ɵɵsetComponentScope(CaseProgressComponent, [i2__namespace.NgIf, CaseEditComponent], []);
|
|
30934
31011
|
|
|
30935
31012
|
var editorRouting = [
|
|
30936
31013
|
{
|
|
@@ -31015,7 +31092,7 @@
|
|
|
31015
31092
|
i0__namespace.ɵɵadvance(1);
|
|
31016
31093
|
i0__namespace.ɵɵproperty("ngIf", ctx.caseTitle.label);
|
|
31017
31094
|
}
|
|
31018
|
-
}, directives: [
|
|
31095
|
+
}, 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}"] });
|
|
31019
31096
|
(function () {
|
|
31020
31097
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseHeaderComponent, [{
|
|
31021
31098
|
type: i0.Component,
|
|
@@ -31037,12 +31114,12 @@
|
|
|
31037
31114
|
CaseHeaderModule.ɵfac = function CaseHeaderModule_Factory(t) { return new (t || CaseHeaderModule)(); };
|
|
31038
31115
|
CaseHeaderModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CaseHeaderModule });
|
|
31039
31116
|
CaseHeaderModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
31040
|
-
|
|
31117
|
+
i2.CommonModule,
|
|
31041
31118
|
i1$1.RouterModule,
|
|
31042
31119
|
PaletteModule
|
|
31043
31120
|
]] });
|
|
31044
31121
|
(function () {
|
|
31045
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseHeaderModule, { declarations: [CaseHeaderComponent], imports: [
|
|
31122
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseHeaderModule, { declarations: [CaseHeaderComponent], imports: [i2.CommonModule,
|
|
31046
31123
|
i1$1.RouterModule,
|
|
31047
31124
|
PaletteModule], exports: [CaseHeaderComponent] });
|
|
31048
31125
|
})();
|
|
@@ -31051,7 +31128,7 @@
|
|
|
31051
31128
|
type: i0.NgModule,
|
|
31052
31129
|
args: [{
|
|
31053
31130
|
imports: [
|
|
31054
|
-
|
|
31131
|
+
i2.CommonModule,
|
|
31055
31132
|
i1$1.RouterModule,
|
|
31056
31133
|
PaletteModule
|
|
31057
31134
|
],
|
|
@@ -31342,7 +31419,7 @@
|
|
|
31342
31419
|
i0__namespace.ɵɵadvance(2);
|
|
31343
31420
|
i0__namespace.ɵɵproperty("ngIf", !(ctx.autoHide && _r0.pages.length <= 1));
|
|
31344
31421
|
}
|
|
31345
|
-
}, directives: [i1__namespace$6.PaginationControlsDirective,
|
|
31422
|
+
}, 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}}"] });
|
|
31346
31423
|
(function () {
|
|
31347
31424
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PaginationComponent, [{
|
|
31348
31425
|
type: i0.Component,
|
|
@@ -31626,10 +31703,10 @@
|
|
|
31626
31703
|
function DateTimeFormatUtils() {
|
|
31627
31704
|
}
|
|
31628
31705
|
DateTimeFormatUtils.formatDateAtTime = function (date, is24Hour) {
|
|
31629
|
-
return
|
|
31706
|
+
return i2.formatDate(date, 'dd MMM yyyy', 'en-GB') + " at " + DateTimeFormatUtils.formatTime(date, is24Hour);
|
|
31630
31707
|
};
|
|
31631
31708
|
DateTimeFormatUtils.formatTime = function (date, is24Hour) {
|
|
31632
|
-
return is24Hour ?
|
|
31709
|
+
return is24Hour ? i2.formatDate(date, 'HH:mm', 'en-GB') : i2.formatDate(date, 'h:mm a', 'en-GB').toLowerCase();
|
|
31633
31710
|
};
|
|
31634
31711
|
return DateTimeFormatUtils;
|
|
31635
31712
|
}());
|
|
@@ -31651,7 +31728,7 @@
|
|
|
31651
31728
|
this.pageChange = new i0.EventEmitter();
|
|
31652
31729
|
}
|
|
31653
31730
|
CaseListComponent.prototype.formatDate = function (date) {
|
|
31654
|
-
return date ?
|
|
31731
|
+
return date ? i2.formatDate(date, 'dd MMM yyyy', 'en-GB') : '-';
|
|
31655
31732
|
};
|
|
31656
31733
|
CaseListComponent.prototype.formatDateAtTime = function (date) {
|
|
31657
31734
|
return date ? DateTimeFormatUtils.formatDateAtTime(date, false) : '-';
|
|
@@ -31755,7 +31832,7 @@
|
|
|
31755
31832
|
i0__namespace.ɵɵadvance(2);
|
|
31756
31833
|
i0__namespace.ɵɵproperty("ngIf", ctx.totalResultsCount > ctx.pageSize);
|
|
31757
31834
|
}
|
|
31758
|
-
}, directives: [
|
|
31835
|
+
}, 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: [""] });
|
|
31759
31836
|
(function () {
|
|
31760
31837
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseListComponent, [{
|
|
31761
31838
|
type: i0.Component,
|
|
@@ -31814,12 +31891,12 @@
|
|
|
31814
31891
|
PaginationModule.ɵfac = function PaginationModule_Factory(t) { return new (t || PaginationModule)(); };
|
|
31815
31892
|
PaginationModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: PaginationModule });
|
|
31816
31893
|
PaginationModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
31817
|
-
|
|
31894
|
+
i2.CommonModule,
|
|
31818
31895
|
i1$6.NgxPaginationModule,
|
|
31819
31896
|
i1.RpxTranslationModule.forChild()
|
|
31820
31897
|
]] });
|
|
31821
31898
|
(function () {
|
|
31822
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(PaginationModule, { declarations: [PaginationComponent], imports: [
|
|
31899
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(PaginationModule, { declarations: [PaginationComponent], imports: [i2.CommonModule,
|
|
31823
31900
|
i1$6.NgxPaginationModule, i1__namespace.RpxTranslationModule], exports: [PaginationComponent,
|
|
31824
31901
|
i1$6.PaginatePipe] });
|
|
31825
31902
|
})();
|
|
@@ -31828,7 +31905,7 @@
|
|
|
31828
31905
|
type: i0.NgModule,
|
|
31829
31906
|
args: [{
|
|
31830
31907
|
imports: [
|
|
31831
|
-
|
|
31908
|
+
i2.CommonModule,
|
|
31832
31909
|
i1$6.NgxPaginationModule,
|
|
31833
31910
|
i1.RpxTranslationModule.forChild()
|
|
31834
31911
|
],
|
|
@@ -31853,7 +31930,7 @@
|
|
|
31853
31930
|
CaseListModule.ɵinj = i0__namespace.ɵɵdefineInjector({ providers: [
|
|
31854
31931
|
BrowserService
|
|
31855
31932
|
], imports: [[
|
|
31856
|
-
|
|
31933
|
+
i2.CommonModule,
|
|
31857
31934
|
i3.FormsModule,
|
|
31858
31935
|
i1$1.RouterModule,
|
|
31859
31936
|
i1$6.NgxPaginationModule,
|
|
@@ -31861,7 +31938,7 @@
|
|
|
31861
31938
|
i1.RpxTranslationModule.forChild()
|
|
31862
31939
|
]] });
|
|
31863
31940
|
(function () {
|
|
31864
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseListModule, { declarations: [CaseListComponent], imports: [
|
|
31941
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseListModule, { declarations: [CaseListComponent], imports: [i2.CommonModule,
|
|
31865
31942
|
i3.FormsModule,
|
|
31866
31943
|
i1$1.RouterModule,
|
|
31867
31944
|
i1$6.NgxPaginationModule,
|
|
@@ -31872,7 +31949,7 @@
|
|
|
31872
31949
|
type: i0.NgModule,
|
|
31873
31950
|
args: [{
|
|
31874
31951
|
imports: [
|
|
31875
|
-
|
|
31952
|
+
i2.CommonModule,
|
|
31876
31953
|
i3.FormsModule,
|
|
31877
31954
|
i1$1.RouterModule,
|
|
31878
31955
|
i1$6.NgxPaginationModule,
|
|
@@ -32397,7 +32474,7 @@
|
|
|
32397
32474
|
AlertService,
|
|
32398
32475
|
WindowService,
|
|
32399
32476
|
], imports: [[
|
|
32400
|
-
|
|
32477
|
+
i2.CommonModule,
|
|
32401
32478
|
i3.FormsModule,
|
|
32402
32479
|
i3.ReactiveFormsModule,
|
|
32403
32480
|
PaletteModule,
|
|
@@ -32405,7 +32482,7 @@
|
|
|
32405
32482
|
i1.RpxTranslationModule.forChild()
|
|
32406
32483
|
]] });
|
|
32407
32484
|
(function () {
|
|
32408
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(WorkbasketFiltersModule, { declarations: [WorkbasketFiltersComponent], imports: [
|
|
32485
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(WorkbasketFiltersModule, { declarations: [WorkbasketFiltersComponent], imports: [i2.CommonModule,
|
|
32409
32486
|
i3.FormsModule,
|
|
32410
32487
|
i3.ReactiveFormsModule,
|
|
32411
32488
|
PaletteModule,
|
|
@@ -32416,7 +32493,7 @@
|
|
|
32416
32493
|
type: i0.NgModule,
|
|
32417
32494
|
args: [{
|
|
32418
32495
|
imports: [
|
|
32419
|
-
|
|
32496
|
+
i2.CommonModule,
|
|
32420
32497
|
i3.FormsModule,
|
|
32421
32498
|
i3.ReactiveFormsModule,
|
|
32422
32499
|
PaletteModule,
|
|
@@ -32439,7 +32516,7 @@
|
|
|
32439
32516
|
}]
|
|
32440
32517
|
}], null, null);
|
|
32441
32518
|
})();
|
|
32442
|
-
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,
|
|
32519
|
+
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]);
|
|
32443
32520
|
|
|
32444
32521
|
var READ_ACCESS = 'read';
|
|
32445
32522
|
var CREATE_ACCESS = 'create';
|
|
@@ -32519,7 +32596,7 @@
|
|
|
32519
32596
|
AlertService,
|
|
32520
32597
|
WindowService
|
|
32521
32598
|
], imports: [[
|
|
32522
|
-
|
|
32599
|
+
i2.CommonModule,
|
|
32523
32600
|
i3.FormsModule,
|
|
32524
32601
|
i3.ReactiveFormsModule,
|
|
32525
32602
|
PaletteModule,
|
|
@@ -32528,7 +32605,7 @@
|
|
|
32528
32605
|
i1.RpxTranslationModule.forChild()
|
|
32529
32606
|
]] });
|
|
32530
32607
|
(function () {
|
|
32531
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseListFiltersModule, { declarations: [CaseListFiltersComponent], imports: [
|
|
32608
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseListFiltersModule, { declarations: [CaseListFiltersComponent], imports: [i2.CommonModule,
|
|
32532
32609
|
i3.FormsModule,
|
|
32533
32610
|
i3.ReactiveFormsModule,
|
|
32534
32611
|
PaletteModule,
|
|
@@ -32540,7 +32617,7 @@
|
|
|
32540
32617
|
type: i0.NgModule,
|
|
32541
32618
|
args: [{
|
|
32542
32619
|
imports: [
|
|
32543
|
-
|
|
32620
|
+
i2.CommonModule,
|
|
32544
32621
|
i3.FormsModule,
|
|
32545
32622
|
i3.ReactiveFormsModule,
|
|
32546
32623
|
PaletteModule,
|
|
@@ -32564,7 +32641,7 @@
|
|
|
32564
32641
|
}]
|
|
32565
32642
|
}], null, null);
|
|
32566
32643
|
})();
|
|
32567
|
-
i0__namespace.ɵɵsetComponentScope(CaseListFiltersComponent, [
|
|
32644
|
+
i0__namespace.ɵɵsetComponentScope(CaseListFiltersComponent, [i2__namespace.NgIf, WorkbasketFiltersComponent], []);
|
|
32568
32645
|
|
|
32569
32646
|
// @dynamic
|
|
32570
32647
|
var CaseHistoryCaseType = /** @class */ (function () {
|
|
@@ -32924,7 +33001,7 @@
|
|
|
32924
33001
|
CaseHistoryModule.ɵinj = i0__namespace.ɵɵdefineInjector({ providers: [
|
|
32925
33002
|
CaseHistoryService,
|
|
32926
33003
|
], imports: [[
|
|
32927
|
-
|
|
33004
|
+
i2.CommonModule,
|
|
32928
33005
|
i1$1.RouterModule,
|
|
32929
33006
|
CaseHeaderModule,
|
|
32930
33007
|
ConditionalShowModule,
|
|
@@ -32933,7 +33010,7 @@
|
|
|
32933
33010
|
i1.RpxTranslationModule.forChild()
|
|
32934
33011
|
]] });
|
|
32935
33012
|
(function () {
|
|
32936
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseHistoryModule, { declarations: [CaseHistoryComponent], imports: [
|
|
33013
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseHistoryModule, { declarations: [CaseHistoryComponent], imports: [i2.CommonModule,
|
|
32937
33014
|
i1$1.RouterModule,
|
|
32938
33015
|
CaseHeaderModule,
|
|
32939
33016
|
ConditionalShowModule,
|
|
@@ -32945,7 +33022,7 @@
|
|
|
32945
33022
|
type: i0.NgModule,
|
|
32946
33023
|
args: [{
|
|
32947
33024
|
imports: [
|
|
32948
|
-
|
|
33025
|
+
i2.CommonModule,
|
|
32949
33026
|
i1$1.RouterModule,
|
|
32950
33027
|
CaseHeaderModule,
|
|
32951
33028
|
ConditionalShowModule,
|
|
@@ -32965,7 +33042,7 @@
|
|
|
32965
33042
|
}]
|
|
32966
33043
|
}], null, null);
|
|
32967
33044
|
})();
|
|
32968
|
-
i0__namespace.ɵɵsetComponentScope(CaseHistoryComponent, [
|
|
33045
|
+
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]);
|
|
32969
33046
|
|
|
32970
33047
|
function CaseTimelineComponent_div_0_ng_container_2_ccd_event_log_1_Template(rf, ctx) {
|
|
32971
33048
|
if (rf & 1) {
|
|
@@ -33104,7 +33181,7 @@
|
|
|
33104
33181
|
CaseTimelineModule.ɵfac = function CaseTimelineModule_Factory(t) { return new (t || CaseTimelineModule)(); };
|
|
33105
33182
|
CaseTimelineModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CaseTimelineModule });
|
|
33106
33183
|
CaseTimelineModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
33107
|
-
|
|
33184
|
+
i2.CommonModule,
|
|
33108
33185
|
ErrorsModule,
|
|
33109
33186
|
i3.FormsModule,
|
|
33110
33187
|
i3.ReactiveFormsModule,
|
|
@@ -33113,7 +33190,7 @@
|
|
|
33113
33190
|
i1.RpxTranslationModule.forChild()
|
|
33114
33191
|
]] });
|
|
33115
33192
|
(function () {
|
|
33116
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseTimelineModule, { declarations: [CaseTimelineComponent], imports: [
|
|
33193
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CaseTimelineModule, { declarations: [CaseTimelineComponent], imports: [i2.CommonModule,
|
|
33117
33194
|
ErrorsModule,
|
|
33118
33195
|
i3.FormsModule,
|
|
33119
33196
|
i3.ReactiveFormsModule,
|
|
@@ -33125,7 +33202,7 @@
|
|
|
33125
33202
|
type: i0.NgModule,
|
|
33126
33203
|
args: [{
|
|
33127
33204
|
imports: [
|
|
33128
|
-
|
|
33205
|
+
i2.CommonModule,
|
|
33129
33206
|
ErrorsModule,
|
|
33130
33207
|
i3.FormsModule,
|
|
33131
33208
|
i3.ReactiveFormsModule,
|
|
@@ -33142,7 +33219,7 @@
|
|
|
33142
33219
|
}]
|
|
33143
33220
|
}], null, null);
|
|
33144
33221
|
})();
|
|
33145
|
-
i0__namespace.ɵɵsetComponentScope(CaseTimelineComponent, [
|
|
33222
|
+
i0__namespace.ɵɵsetComponentScope(CaseTimelineComponent, [i2__namespace.NgIf, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, EventLogComponent, CaseHistoryComponent], [i1__namespace.RpxTranslatePipe]);
|
|
33146
33223
|
|
|
33147
33224
|
var CaseResolver = /** @class */ (function () {
|
|
33148
33225
|
function CaseResolver(caseNotifier, draftService, navigationNotifierService, router, sessionStorage) {
|
|
@@ -33832,7 +33909,7 @@
|
|
|
33832
33909
|
i0__namespace.ɵɵadvance(5);
|
|
33833
33910
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(28, 21, "Cancel"), " ");
|
|
33834
33911
|
}
|
|
33835
|
-
}, directives: [
|
|
33912
|
+
}, directives: [i2__namespace.NgIf, AlertComponent, i1__namespace$1.RouterLink, LoadingSpinnerComponent], pipes: [CaseReferencePipe, i1__namespace.RpxTranslatePipe, i2__namespace.LowerCasePipe, i2__namespace.TitleCasePipe], encapsulation: 2 });
|
|
33836
33913
|
(function () {
|
|
33837
33914
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseBasicAccessViewComponent, [{
|
|
33838
33915
|
type: i0.Component,
|
|
@@ -33927,7 +34004,7 @@
|
|
|
33927
34004
|
DialogsModule.ɵfac = function DialogsModule_Factory(t) { return new (t || DialogsModule)(); };
|
|
33928
34005
|
DialogsModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: DialogsModule });
|
|
33929
34006
|
DialogsModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
33930
|
-
|
|
34007
|
+
i2.CommonModule,
|
|
33931
34008
|
i3.FormsModule,
|
|
33932
34009
|
i3.ReactiveFormsModule,
|
|
33933
34010
|
i1.RpxTranslationModule.forChild()
|
|
@@ -33936,7 +34013,7 @@
|
|
|
33936
34013
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(DialogsModule, { declarations: [DocumentDialogComponent,
|
|
33937
34014
|
DeleteOrCancelDialogComponent,
|
|
33938
34015
|
SaveOrDiscardDialogComponent,
|
|
33939
|
-
RemoveDialogComponent], imports: [
|
|
34016
|
+
RemoveDialogComponent], imports: [i2.CommonModule,
|
|
33940
34017
|
i3.FormsModule,
|
|
33941
34018
|
i3.ReactiveFormsModule, i1__namespace.RpxTranslationModule], exports: [DocumentDialogComponent,
|
|
33942
34019
|
DeleteOrCancelDialogComponent,
|
|
@@ -33948,7 +34025,7 @@
|
|
|
33948
34025
|
type: i0.NgModule,
|
|
33949
34026
|
args: [{
|
|
33950
34027
|
imports: [
|
|
33951
|
-
|
|
34028
|
+
i2.CommonModule,
|
|
33952
34029
|
i3.FormsModule,
|
|
33953
34030
|
i3.ReactiveFormsModule,
|
|
33954
34031
|
i1.RpxTranslationModule.forChild()
|
|
@@ -34613,7 +34690,7 @@
|
|
|
34613
34690
|
CaseFullAccessViewComponent.TRIGGER_TEXT_CONTINUE = 'Ignore Warning and Go';
|
|
34614
34691
|
CaseFullAccessViewComponent.UNICODE_SPACE = '%20';
|
|
34615
34692
|
CaseFullAccessViewComponent.EMPTY_SPACE = ' ';
|
|
34616
|
-
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(
|
|
34693
|
+
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)); };
|
|
34617
34694
|
CaseFullAccessViewComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFullAccessViewComponent, selectors: [["ccd-case-full-access-view"]], viewQuery: function CaseFullAccessViewComponent_Query(rf, ctx) {
|
|
34618
34695
|
if (rf & 1) {
|
|
34619
34696
|
i0__namespace.ɵɵviewQuery(_c0$b, 1);
|
|
@@ -34672,7 +34749,7 @@
|
|
|
34672
34749
|
templateUrl: './case-full-access-view.component.html',
|
|
34673
34750
|
styleUrls: ['./case-full-access-view.component.scss']
|
|
34674
34751
|
}]
|
|
34675
|
-
}], 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:
|
|
34752
|
+
}], 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: [{
|
|
34676
34753
|
type: i0.Input
|
|
34677
34754
|
}], hasEventSelector: [{
|
|
34678
34755
|
type: i0.Input
|
|
@@ -35034,7 +35111,7 @@
|
|
|
35034
35111
|
if (rf & 2) {
|
|
35035
35112
|
i0__namespace.ɵɵproperty("ngIf", ctx.error);
|
|
35036
35113
|
}
|
|
35037
|
-
}, directives: [
|
|
35114
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
35038
35115
|
(function () {
|
|
35039
35116
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ErrorMessageComponent, [{
|
|
35040
35117
|
type: i0.Component,
|
|
@@ -35055,14 +35132,14 @@
|
|
|
35055
35132
|
EventMessageModule.ɵfac = function EventMessageModule_Factory(t) { return new (t || EventMessageModule)(); };
|
|
35056
35133
|
EventMessageModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: EventMessageModule });
|
|
35057
35134
|
EventMessageModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
35058
|
-
|
|
35135
|
+
i2.CommonModule,
|
|
35059
35136
|
i3.ReactiveFormsModule,
|
|
35060
35137
|
i1$1.RouterModule,
|
|
35061
35138
|
ActivityModule,
|
|
35062
35139
|
i1.RpxTranslationModule.forChild()
|
|
35063
35140
|
]] });
|
|
35064
35141
|
(function () {
|
|
35065
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EventMessageModule, { declarations: [ErrorMessageComponent], imports: [
|
|
35142
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EventMessageModule, { declarations: [ErrorMessageComponent], imports: [i2.CommonModule,
|
|
35066
35143
|
i3.ReactiveFormsModule,
|
|
35067
35144
|
i1$1.RouterModule,
|
|
35068
35145
|
ActivityModule, i1__namespace.RpxTranslationModule], exports: [ErrorMessageComponent] });
|
|
@@ -35072,7 +35149,7 @@
|
|
|
35072
35149
|
type: i0.NgModule,
|
|
35073
35150
|
args: [{
|
|
35074
35151
|
imports: [
|
|
35075
|
-
|
|
35152
|
+
i2.CommonModule,
|
|
35076
35153
|
i3.ReactiveFormsModule,
|
|
35077
35154
|
i1$1.RouterModule,
|
|
35078
35155
|
ActivityModule,
|
|
@@ -35340,7 +35417,7 @@
|
|
|
35340
35417
|
if (rf & 2) {
|
|
35341
35418
|
i0__namespace.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
35342
35419
|
}
|
|
35343
|
-
}, directives: [
|
|
35420
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
35344
35421
|
(function () {
|
|
35345
35422
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TaskAssignedComponent, [{
|
|
35346
35423
|
type: i0.Component,
|
|
@@ -35943,7 +36020,7 @@
|
|
|
35943
36020
|
EventTasksResolverService,
|
|
35944
36021
|
EventStartStateMachineService
|
|
35945
36022
|
], imports: [[
|
|
35946
|
-
|
|
36023
|
+
i2.CommonModule,
|
|
35947
36024
|
i3.ReactiveFormsModule,
|
|
35948
36025
|
i1$1.RouterModule,
|
|
35949
36026
|
i1.RpxTranslationModule.forChild()
|
|
@@ -35955,7 +36032,7 @@
|
|
|
35955
36032
|
TaskAssignedComponent,
|
|
35956
36033
|
TaskCancelledComponent,
|
|
35957
36034
|
TaskConflictComponent,
|
|
35958
|
-
TaskUnassignedComponent], imports: [
|
|
36035
|
+
TaskUnassignedComponent], imports: [i2.CommonModule,
|
|
35959
36036
|
i3.ReactiveFormsModule,
|
|
35960
36037
|
i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [EventStartComponent,
|
|
35961
36038
|
TaskAssignedComponent,
|
|
@@ -35966,7 +36043,7 @@
|
|
|
35966
36043
|
type: i0.NgModule,
|
|
35967
36044
|
args: [{
|
|
35968
36045
|
imports: [
|
|
35969
|
-
|
|
36046
|
+
i2.CommonModule,
|
|
35970
36047
|
i3.ReactiveFormsModule,
|
|
35971
36048
|
i1$1.RouterModule,
|
|
35972
36049
|
i1.RpxTranslationModule.forChild()
|
|
@@ -36097,7 +36174,7 @@
|
|
|
36097
36174
|
if (rf & 2) {
|
|
36098
36175
|
i0__namespace.ɵɵproperty("ngIf", ctx.triggers && ctx.triggers.length);
|
|
36099
36176
|
}
|
|
36100
|
-
}, directives: [
|
|
36177
|
+
}, 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}"] });
|
|
36101
36178
|
(function () {
|
|
36102
36179
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventTriggerComponent, [{
|
|
36103
36180
|
type: i0.Component,
|
|
@@ -36127,13 +36204,13 @@
|
|
|
36127
36204
|
EventTriggerModule.ɵfac = function EventTriggerModule_Factory(t) { return new (t || EventTriggerModule)(); };
|
|
36128
36205
|
EventTriggerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: EventTriggerModule });
|
|
36129
36206
|
EventTriggerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
36130
|
-
|
|
36207
|
+
i2.CommonModule,
|
|
36131
36208
|
i3.ReactiveFormsModule,
|
|
36132
36209
|
ActivityModule,
|
|
36133
36210
|
i1.RpxTranslationModule.forChild()
|
|
36134
36211
|
]] });
|
|
36135
36212
|
(function () {
|
|
36136
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EventTriggerModule, { declarations: [EventTriggerComponent], imports: [
|
|
36213
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EventTriggerModule, { declarations: [EventTriggerComponent], imports: [i2.CommonModule,
|
|
36137
36214
|
i3.ReactiveFormsModule,
|
|
36138
36215
|
ActivityModule, i1__namespace.RpxTranslationModule], exports: [EventTriggerComponent] });
|
|
36139
36216
|
})();
|
|
@@ -36142,7 +36219,7 @@
|
|
|
36142
36219
|
type: i0.NgModule,
|
|
36143
36220
|
args: [{
|
|
36144
36221
|
imports: [
|
|
36145
|
-
|
|
36222
|
+
i2.CommonModule,
|
|
36146
36223
|
i3.ReactiveFormsModule,
|
|
36147
36224
|
ActivityModule,
|
|
36148
36225
|
i1.RpxTranslationModule.forChild()
|
|
@@ -37312,7 +37389,7 @@
|
|
|
37312
37389
|
CaseResolver,
|
|
37313
37390
|
ErrorNotifierService,
|
|
37314
37391
|
], imports: [[
|
|
37315
|
-
|
|
37392
|
+
i2.CommonModule,
|
|
37316
37393
|
i1$1.RouterModule,
|
|
37317
37394
|
ErrorsModule,
|
|
37318
37395
|
ActivityModule,
|
|
@@ -37346,7 +37423,7 @@
|
|
|
37346
37423
|
CaseReviewSpecificAccessRequestComponent,
|
|
37347
37424
|
CaseChallengedAccessSuccessComponent,
|
|
37348
37425
|
CaseSpecificAccessSuccessComponent,
|
|
37349
|
-
CaseReviewSpecificAccessRejectComponent], imports: [
|
|
37426
|
+
CaseReviewSpecificAccessRejectComponent], imports: [i2.CommonModule,
|
|
37350
37427
|
i1$1.RouterModule,
|
|
37351
37428
|
ErrorsModule,
|
|
37352
37429
|
ActivityModule,
|
|
@@ -37371,7 +37448,7 @@
|
|
|
37371
37448
|
type: i0.NgModule,
|
|
37372
37449
|
args: [{
|
|
37373
37450
|
imports: [
|
|
37374
|
-
|
|
37451
|
+
i2.CommonModule,
|
|
37375
37452
|
i1$1.RouterModule,
|
|
37376
37453
|
ErrorsModule,
|
|
37377
37454
|
ActivityModule,
|
|
@@ -37428,15 +37505,15 @@
|
|
|
37428
37505
|
}]
|
|
37429
37506
|
}], null, null);
|
|
37430
37507
|
})();
|
|
37431
|
-
i0__namespace.ɵɵsetComponentScope(CaseEventTriggerComponent, [
|
|
37432
|
-
i0__namespace.ɵɵsetComponentScope(CasePrinterComponent, [
|
|
37433
|
-
i0__namespace.ɵɵsetComponentScope(CaseViewerComponent, [
|
|
37508
|
+
i0__namespace.ɵɵsetComponentScope(CaseEventTriggerComponent, [i2__namespace.NgIf, ActivityComponent, CaseEditComponent], []);
|
|
37509
|
+
i0__namespace.ɵɵsetComponentScope(CasePrinterComponent, [i2__namespace.NgIf, CaseHeaderComponent, i2__namespace.NgForOf], [i1__namespace.RpxTranslatePipe, PrintUrlPipe]);
|
|
37510
|
+
i0__namespace.ɵɵsetComponentScope(CaseViewerComponent, [i2__namespace.NgIf, CaseBasicAccessViewComponent,
|
|
37434
37511
|
CaseFullAccessViewComponent], []);
|
|
37435
|
-
i0__namespace.ɵɵsetComponentScope(CaseFullAccessViewComponent, [
|
|
37436
|
-
i0__namespace.ɵɵsetComponentScope(CaseViewComponent, [
|
|
37437
|
-
i0__namespace.ɵɵsetComponentScope(CaseChallengedAccessRequestComponent, [
|
|
37438
|
-
i0__namespace.ɵɵsetComponentScope(CaseSpecificAccessRequestComponent, [
|
|
37439
|
-
i0__namespace.ɵɵsetComponentScope(CaseReviewSpecificAccessRequestComponent, [
|
|
37512
|
+
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]);
|
|
37513
|
+
i0__namespace.ɵɵsetComponentScope(CaseViewComponent, [i2__namespace.NgIf, CaseViewerComponent], []);
|
|
37514
|
+
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]);
|
|
37515
|
+
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]);
|
|
37516
|
+
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]);
|
|
37440
37517
|
|
|
37441
37518
|
var viewerRouting = [
|
|
37442
37519
|
{
|
|
@@ -37816,7 +37893,7 @@
|
|
|
37816
37893
|
i0__namespace.ɵɵadvance(1);
|
|
37817
37894
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(30, 26, ctx.startButtonText));
|
|
37818
37895
|
}
|
|
37819
|
-
}, 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,
|
|
37896
|
+
}, 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 });
|
|
37820
37897
|
(function () {
|
|
37821
37898
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CreateCaseFiltersComponent, [{
|
|
37822
37899
|
type: i0.Component,
|
|
@@ -37843,7 +37920,7 @@
|
|
|
37843
37920
|
CreateCaseFiltersModule.ɵfac = function CreateCaseFiltersModule_Factory(t) { return new (t || CreateCaseFiltersModule)(); };
|
|
37844
37921
|
CreateCaseFiltersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CreateCaseFiltersModule });
|
|
37845
37922
|
CreateCaseFiltersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
37846
|
-
|
|
37923
|
+
i2.CommonModule,
|
|
37847
37924
|
i3.FormsModule,
|
|
37848
37925
|
i3.ReactiveFormsModule,
|
|
37849
37926
|
DefinitionsModule,
|
|
@@ -37851,7 +37928,7 @@
|
|
|
37851
37928
|
i1.RpxTranslationModule.forChild()
|
|
37852
37929
|
]] });
|
|
37853
37930
|
(function () {
|
|
37854
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CreateCaseFiltersModule, { declarations: [CreateCaseFiltersComponent], imports: [
|
|
37931
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(CreateCaseFiltersModule, { declarations: [CreateCaseFiltersComponent], imports: [i2.CommonModule,
|
|
37855
37932
|
i3.FormsModule,
|
|
37856
37933
|
i3.ReactiveFormsModule,
|
|
37857
37934
|
DefinitionsModule,
|
|
@@ -37862,7 +37939,7 @@
|
|
|
37862
37939
|
type: i0.NgModule,
|
|
37863
37940
|
args: [{
|
|
37864
37941
|
imports: [
|
|
37865
|
-
|
|
37942
|
+
i2.CommonModule,
|
|
37866
37943
|
i3.FormsModule,
|
|
37867
37944
|
i3.ReactiveFormsModule,
|
|
37868
37945
|
DefinitionsModule,
|
|
@@ -38302,7 +38379,7 @@
|
|
|
38302
38379
|
DefinitionsService,
|
|
38303
38380
|
WindowService
|
|
38304
38381
|
], imports: [[
|
|
38305
|
-
|
|
38382
|
+
i2.CommonModule,
|
|
38306
38383
|
i3.FormsModule,
|
|
38307
38384
|
i3.ReactiveFormsModule,
|
|
38308
38385
|
PaletteModule,
|
|
@@ -38311,7 +38388,7 @@
|
|
|
38311
38388
|
]] });
|
|
38312
38389
|
(function () {
|
|
38313
38390
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(SearchFiltersModule, { declarations: [SearchFiltersComponent,
|
|
38314
|
-
SearchFiltersWrapperComponent], imports: [
|
|
38391
|
+
SearchFiltersWrapperComponent], imports: [i2.CommonModule,
|
|
38315
38392
|
i3.FormsModule,
|
|
38316
38393
|
i3.ReactiveFormsModule,
|
|
38317
38394
|
PaletteModule,
|
|
@@ -38322,7 +38399,7 @@
|
|
|
38322
38399
|
type: i0.NgModule,
|
|
38323
38400
|
args: [{
|
|
38324
38401
|
imports: [
|
|
38325
|
-
|
|
38402
|
+
i2.CommonModule,
|
|
38326
38403
|
i3.FormsModule,
|
|
38327
38404
|
i3.ReactiveFormsModule,
|
|
38328
38405
|
PaletteModule,
|
|
@@ -38346,8 +38423,8 @@
|
|
|
38346
38423
|
}]
|
|
38347
38424
|
}], null, null);
|
|
38348
38425
|
})();
|
|
38349
|
-
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,
|
|
38350
|
-
i0__namespace.ɵɵsetComponentScope(SearchFiltersWrapperComponent, [
|
|
38426
|
+
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]);
|
|
38427
|
+
i0__namespace.ɵɵsetComponentScope(SearchFiltersWrapperComponent, [i2__namespace.NgIf, SearchFiltersComponent], []);
|
|
38351
38428
|
|
|
38352
38429
|
function SearchResultComponent_table_0_div_5_Template(rf, ctx) {
|
|
38353
38430
|
if (rf & 1) {
|
|
@@ -39304,7 +39381,7 @@
|
|
|
39304
39381
|
SearchResultViewItemComparatorFactory,
|
|
39305
39382
|
BrowserService
|
|
39306
39383
|
], imports: [[
|
|
39307
|
-
|
|
39384
|
+
i2.CommonModule,
|
|
39308
39385
|
i1$6.NgxPaginationModule,
|
|
39309
39386
|
i1$1.RouterModule,
|
|
39310
39387
|
i3.FormsModule,
|
|
@@ -39317,7 +39394,7 @@
|
|
|
39317
39394
|
PaletteModule
|
|
39318
39395
|
]] });
|
|
39319
39396
|
(function () {
|
|
39320
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(SearchResultModule, { declarations: [SearchResultComponent], imports: [
|
|
39397
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(SearchResultModule, { declarations: [SearchResultComponent], imports: [i2.CommonModule,
|
|
39321
39398
|
i1$6.NgxPaginationModule,
|
|
39322
39399
|
i1$1.RouterModule,
|
|
39323
39400
|
i3.FormsModule,
|
|
@@ -39332,7 +39409,7 @@
|
|
|
39332
39409
|
type: i0.NgModule,
|
|
39333
39410
|
args: [{
|
|
39334
39411
|
imports: [
|
|
39335
|
-
|
|
39412
|
+
i2.CommonModule,
|
|
39336
39413
|
i1$6.NgxPaginationModule,
|
|
39337
39414
|
i1$1.RouterModule,
|
|
39338
39415
|
i3.FormsModule,
|
|
@@ -39357,7 +39434,7 @@
|
|
|
39357
39434
|
}]
|
|
39358
39435
|
}], null, null);
|
|
39359
39436
|
})();
|
|
39360
|
-
i0__namespace.ɵɵsetComponentScope(SearchResultComponent, [
|
|
39437
|
+
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]);
|
|
39361
39438
|
|
|
39362
39439
|
// tslint:disable:variable-name
|
|
39363
39440
|
var ComplexFieldOverride = /** @class */ (function () {
|