@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-write-view-v8 → 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 +404 -333
- 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/fesm2015/hmcts-ccd-case-ui-toolkit.js +273 -213
- 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 () {
|
|
@@ -20743,7 +20779,7 @@
|
|
|
20743
20779
|
i0__namespace.ɵɵadvance(1);
|
|
20744
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);
|
|
20745
20781
|
}
|
|
20746
|
-
}, 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 });
|
|
20747
20783
|
(function () {
|
|
20748
20784
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteTextAreaFieldComponent, [{
|
|
20749
20785
|
type: i0.Component,
|
|
@@ -20869,7 +20905,7 @@
|
|
|
20869
20905
|
i0__namespace.ɵɵadvance(1);
|
|
20870
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);
|
|
20871
20907
|
}
|
|
20872
|
-
}, 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 });
|
|
20873
20909
|
var ɵWriteTextFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteTextFieldComponent);
|
|
20874
20910
|
(function () {
|
|
20875
20911
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteTextFieldComponent, [{
|
|
@@ -20930,7 +20966,7 @@
|
|
|
20930
20966
|
if (rf & 2) {
|
|
20931
20967
|
i0__namespace.ɵɵproperty("ngIf", ctx.getUserRoles().length > 0);
|
|
20932
20968
|
}
|
|
20933
|
-
}, directives: [
|
|
20969
|
+
}, directives: [i2__namespace.NgIf, i3__namespace$1.PaymentLibComponent], encapsulation: 2 });
|
|
20934
20970
|
(function () {
|
|
20935
20971
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WaysToPayFieldComponent, [{
|
|
20936
20972
|
type: i0.Component,
|
|
@@ -21138,7 +21174,7 @@
|
|
|
21138
21174
|
i0__namespace.ɵɵadvance(1);
|
|
21139
21175
|
i0__namespace.ɵɵproperty("ngForOf", ctx.yesNoValues);
|
|
21140
21176
|
}
|
|
21141
|
-
}, 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 });
|
|
21142
21178
|
(function () {
|
|
21143
21179
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteYesNoFieldComponent, [{
|
|
21144
21180
|
type: i0.Component,
|
|
@@ -21514,7 +21550,7 @@
|
|
|
21514
21550
|
i0__namespace.ɵɵadvance(1);
|
|
21515
21551
|
i0__namespace.ɵɵproperty("ngIf", ctx.withLabel && !ctx.isLabel() && (!ctx.isComplex() || ctx.isCaseLink()))("ngIfElse", _r1);
|
|
21516
21552
|
}
|
|
21517
|
-
}, 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}"] });
|
|
21518
21554
|
var ɵFieldReadLabelComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(FieldReadLabelComponent);
|
|
21519
21555
|
(function () {
|
|
21520
21556
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldReadLabelComponent, [{
|
|
@@ -21713,7 +21749,7 @@
|
|
|
21713
21749
|
i0__namespace.ɵɵadvance(2);
|
|
21714
21750
|
i0__namespace.ɵɵproperty("ngForOf", ctx.currentCategories);
|
|
21715
21751
|
}
|
|
21716
|
-
}, 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 });
|
|
21717
21753
|
(function () {
|
|
21718
21754
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderSelectorComponent, [{
|
|
21719
21755
|
type: i0.Component,
|
|
@@ -21825,7 +21861,7 @@
|
|
|
21825
21861
|
i0__namespace.ɵɵadvance(4);
|
|
21826
21862
|
i0__namespace.ɵɵproperty("cdkConnectedOverlayOrigin", _r0)("cdkConnectedOverlayOpen", ctx.isOpen)("cdkConnectedOverlayHasBackdrop", true)("cdkConnectedOverlayBackdropClass", "cdk-overlay-transparent-backdrop");
|
|
21827
21863
|
}
|
|
21828
|
-
}, 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}"] });
|
|
21829
21865
|
(function () {
|
|
21830
21866
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewOverlayMenuComponent, [{
|
|
21831
21867
|
type: i0.Component,
|
|
@@ -22410,7 +22446,7 @@
|
|
|
22410
22446
|
i0__namespace.ɵɵadvance(3);
|
|
22411
22447
|
i0__namespace.ɵɵproperty("ngIf", ctx.documentTreeData);
|
|
22412
22448
|
}
|
|
22413
|
-
}, 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}"] });
|
|
22414
22450
|
(function () {
|
|
22415
22451
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderComponent, [{
|
|
22416
22452
|
type: i0.Component,
|
|
@@ -23678,7 +23714,7 @@
|
|
|
23678
23714
|
i0__namespace.ɵɵadvance(1);
|
|
23679
23715
|
i0__namespace.ɵɵproperty("ngIf", !ctx.caseFlagsConfigError);
|
|
23680
23716
|
}
|
|
23681
|
-
}, 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 });
|
|
23682
23718
|
(function () {
|
|
23683
23719
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SelectFlagLocationComponent, [{
|
|
23684
23720
|
type: i0.Component,
|
|
@@ -23856,7 +23892,7 @@
|
|
|
23856
23892
|
i0__namespace.ɵɵadvance(4);
|
|
23857
23893
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(20, 19, "Next"));
|
|
23858
23894
|
}
|
|
23859
|
-
}, 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 });
|
|
23860
23896
|
(function () {
|
|
23861
23897
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AddCommentsComponent, [{
|
|
23862
23898
|
type: i0.Component,
|
|
@@ -24781,7 +24817,7 @@
|
|
|
24781
24817
|
i0__namespace.ɵɵadvance(4);
|
|
24782
24818
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(53, 53, "Next"), " ");
|
|
24783
24819
|
}
|
|
24784
|
-
}, 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 });
|
|
24785
24821
|
(function () {
|
|
24786
24822
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(UpdateFlagAddTranslationFormComponent, [{
|
|
24787
24823
|
type: i0.Component,
|
|
@@ -25093,7 +25129,7 @@
|
|
|
25093
25129
|
if (rf & 2) {
|
|
25094
25130
|
i0__namespace.ɵɵproperty("ngIf", ctx.flagForSummaryDisplay);
|
|
25095
25131
|
}
|
|
25096
|
-
}, directives: [
|
|
25132
|
+
}, directives: [i2__namespace.NgIf], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
25097
25133
|
(function () {
|
|
25098
25134
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFlagSummaryListComponent, [{
|
|
25099
25135
|
type: i0.Component,
|
|
@@ -25283,7 +25319,7 @@
|
|
|
25283
25319
|
i0__namespace.ɵɵadvance(4);
|
|
25284
25320
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(22, 18, "Next"));
|
|
25285
25321
|
}
|
|
25286
|
-
}, 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 });
|
|
25287
25323
|
(function () {
|
|
25288
25324
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ConfirmFlagStatusComponent, [{
|
|
25289
25325
|
type: i0.Component,
|
|
@@ -25328,7 +25364,7 @@
|
|
|
25328
25364
|
return null;
|
|
25329
25365
|
};
|
|
25330
25366
|
return FlagFieldDisplayPipe;
|
|
25331
|
-
}(
|
|
25367
|
+
}(i2.AsyncPipe));
|
|
25332
25368
|
FlagFieldDisplayPipe.ɵfac = function FlagFieldDisplayPipe_Factory(t) { return new (t || FlagFieldDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25333
25369
|
FlagFieldDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "flagFieldDisplay", type: FlagFieldDisplayPipe, pure: false });
|
|
25334
25370
|
(function () {
|
|
@@ -25368,7 +25404,7 @@
|
|
|
25368
25404
|
return null;
|
|
25369
25405
|
};
|
|
25370
25406
|
return LanguageInterpreterDisplayPipe;
|
|
25371
|
-
}(
|
|
25407
|
+
}(i2.AsyncPipe));
|
|
25372
25408
|
LanguageInterpreterDisplayPipe.ɵfac = function LanguageInterpreterDisplayPipe_Factory(t) { return new (t || LanguageInterpreterDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25373
25409
|
LanguageInterpreterDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "languageInterpreterDisplay", type: LanguageInterpreterDisplayPipe, pure: false });
|
|
25374
25410
|
(function () {
|
|
@@ -25476,7 +25512,7 @@
|
|
|
25476
25512
|
: flagDetail.name || flagDetail.name_cy;
|
|
25477
25513
|
};
|
|
25478
25514
|
return ManageCaseFlagsLabelDisplayPipe;
|
|
25479
|
-
}(
|
|
25515
|
+
}(i2.AsyncPipe));
|
|
25480
25516
|
ManageCaseFlagsLabelDisplayPipe.CASE_LEVEL_CASE_FLAGS_FIELD_ID = 'caseFlags';
|
|
25481
25517
|
ManageCaseFlagsLabelDisplayPipe.ɵfac = function ManageCaseFlagsLabelDisplayPipe_Factory(t) { return new (t || ManageCaseFlagsLabelDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25482
25518
|
ManageCaseFlagsLabelDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "manageCaseFlagsLabelDisplay", type: ManageCaseFlagsLabelDisplayPipe, pure: false });
|
|
@@ -25554,7 +25590,7 @@
|
|
|
25554
25590
|
return '';
|
|
25555
25591
|
};
|
|
25556
25592
|
return UpdateFlagTitleDisplayPipe;
|
|
25557
|
-
}(
|
|
25593
|
+
}(i2.AsyncPipe));
|
|
25558
25594
|
UpdateFlagTitleDisplayPipe.ɵfac = function UpdateFlagTitleDisplayPipe_Factory(t) { return new (t || UpdateFlagTitleDisplayPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.RpxTranslationService), i0__namespace.ɵɵinjectPipeChangeDetectorRef()); };
|
|
25559
25595
|
UpdateFlagTitleDisplayPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "updateFlagTitleDisplay", type: UpdateFlagTitleDisplayPipe, pure: false });
|
|
25560
25596
|
(function () {
|
|
@@ -26333,7 +26369,7 @@
|
|
|
26333
26369
|
i0__namespace.ɵɵadvance(1);
|
|
26334
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);
|
|
26335
26371
|
}
|
|
26336
|
-
}, 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 });
|
|
26337
26373
|
var ɵWriteDateFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteDateFieldComponent);
|
|
26338
26374
|
(function () {
|
|
26339
26375
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteDateFieldComponent, [{
|
|
@@ -26652,7 +26688,7 @@
|
|
|
26652
26688
|
i0__namespace.ɵɵadvance(1);
|
|
26653
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);
|
|
26654
26690
|
}
|
|
26655
|
-
}, 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 });
|
|
26656
26692
|
(function () {
|
|
26657
26693
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DatetimePickerComponent, [{
|
|
26658
26694
|
type: i0.Component,
|
|
@@ -26839,7 +26875,7 @@
|
|
|
26839
26875
|
i0__namespace.ɵɵadvance(4);
|
|
26840
26876
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(58, 37, ctx.event.comment));
|
|
26841
26877
|
}
|
|
26842
|
-
}, 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}"] });
|
|
26843
26879
|
(function () {
|
|
26844
26880
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventLogDetailsComponent, [{
|
|
26845
26881
|
type: i0.Component,
|
|
@@ -27036,7 +27072,7 @@
|
|
|
27036
27072
|
};
|
|
27037
27073
|
EventLogTableComponent.prototype.getAriaLabelforColumn = function (event) {
|
|
27038
27074
|
if (this.selected !== event) {
|
|
27039
|
-
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";
|
|
27040
27076
|
}
|
|
27041
27077
|
else {
|
|
27042
27078
|
return '';
|
|
@@ -27099,7 +27135,7 @@
|
|
|
27099
27135
|
i0__namespace.ɵɵadvance(3);
|
|
27100
27136
|
i0__namespace.ɵɵproperty("ngForOf", ctx.events);
|
|
27101
27137
|
}
|
|
27102
|
-
}, 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}"] });
|
|
27103
27139
|
(function () {
|
|
27104
27140
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventLogTableComponent, [{
|
|
27105
27141
|
type: i0.Component,
|
|
@@ -27425,7 +27461,7 @@
|
|
|
27425
27461
|
i0__namespace.ɵɵadvance(6);
|
|
27426
27462
|
i0__namespace.ɵɵproperty("ngIf", i0__namespace.ɵɵpipeBind1(8, 4, ctx.selectedOrg$));
|
|
27427
27463
|
}
|
|
27428
|
-
}, 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}"] });
|
|
27429
27465
|
(function () {
|
|
27430
27466
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadOrganisationFieldRawComponent, [{
|
|
27431
27467
|
type: i0.Component,
|
|
@@ -27538,7 +27574,7 @@
|
|
|
27538
27574
|
i0__namespace.ɵɵadvance(3);
|
|
27539
27575
|
i0__namespace.ɵɵproperty("ngIf", i0__namespace.ɵɵpipeBind1(13, 7, ctx.selectedOrg$));
|
|
27540
27576
|
}
|
|
27541
|
-
}, 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}"] });
|
|
27542
27578
|
(function () {
|
|
27543
27579
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadOrganisationFieldTableComponent, [{
|
|
27544
27580
|
type: i0.Component,
|
|
@@ -27577,7 +27613,7 @@
|
|
|
27577
27613
|
i0__namespace.ɵɵadvance(2);
|
|
27578
27614
|
i0__namespace.ɵɵproperty("value", (tmp_1_0 = i0__namespace.ɵɵpipeBind1(4, 4, ctx.selectedOrg$)) == null ? null : tmp_1_0.name);
|
|
27579
27615
|
}
|
|
27580
|
-
}, 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}"] });
|
|
27581
27617
|
(function () {
|
|
27582
27618
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteOrganisationComplexFieldComponent, [{
|
|
27583
27619
|
type: i0.Component,
|
|
@@ -27598,13 +27634,13 @@
|
|
|
27598
27634
|
}());
|
|
27599
27635
|
NotificationBannerModule.ɵfac = function NotificationBannerModule_Factory(t) { return new (t || NotificationBannerModule)(); };
|
|
27600
27636
|
NotificationBannerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: NotificationBannerModule });
|
|
27601
|
-
NotificationBannerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27602
|
-
(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] }); })();
|
|
27603
27639
|
(function () {
|
|
27604
27640
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NotificationBannerModule, [{
|
|
27605
27641
|
type: i0.NgModule,
|
|
27606
27642
|
args: [{
|
|
27607
|
-
imports: [
|
|
27643
|
+
imports: [i2.CommonModule],
|
|
27608
27644
|
declarations: [NotificationBannerComponent],
|
|
27609
27645
|
exports: [NotificationBannerComponent]
|
|
27610
27646
|
}]
|
|
@@ -27619,13 +27655,13 @@
|
|
|
27619
27655
|
BannersModule.ɵfac = function BannersModule_Factory(t) { return new (t || BannersModule)(); };
|
|
27620
27656
|
BannersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: BannersModule });
|
|
27621
27657
|
BannersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27622
|
-
|
|
27658
|
+
i2.CommonModule,
|
|
27623
27659
|
AlertModule,
|
|
27624
27660
|
NotificationBannerModule
|
|
27625
27661
|
], AlertModule,
|
|
27626
27662
|
NotificationBannerModule] });
|
|
27627
27663
|
(function () {
|
|
27628
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BannersModule, { imports: [
|
|
27664
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(BannersModule, { imports: [i2.CommonModule,
|
|
27629
27665
|
AlertModule,
|
|
27630
27666
|
NotificationBannerModule], exports: [AlertModule,
|
|
27631
27667
|
NotificationBannerModule] });
|
|
@@ -27635,7 +27671,7 @@
|
|
|
27635
27671
|
type: i0.NgModule,
|
|
27636
27672
|
args: [{
|
|
27637
27673
|
imports: [
|
|
27638
|
-
|
|
27674
|
+
i2.CommonModule,
|
|
27639
27675
|
AlertModule,
|
|
27640
27676
|
NotificationBannerModule
|
|
27641
27677
|
],
|
|
@@ -27654,13 +27690,13 @@
|
|
|
27654
27690
|
}());
|
|
27655
27691
|
BodyModule.ɵfac = function BodyModule_Factory(t) { return new (t || BodyModule)(); };
|
|
27656
27692
|
BodyModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: BodyModule });
|
|
27657
|
-
BodyModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27658
|
-
(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] }); })();
|
|
27659
27695
|
(function () {
|
|
27660
27696
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BodyModule, [{
|
|
27661
27697
|
type: i0.NgModule,
|
|
27662
27698
|
args: [{
|
|
27663
|
-
imports: [
|
|
27699
|
+
imports: [i2.CommonModule, i1$1.RouterModule],
|
|
27664
27700
|
declarations: [BodyComponent],
|
|
27665
27701
|
exports: [BodyComponent]
|
|
27666
27702
|
}]
|
|
@@ -27675,16 +27711,16 @@
|
|
|
27675
27711
|
FootersModule.ɵfac = function FootersModule_Factory(t) { return new (t || FootersModule)(); };
|
|
27676
27712
|
FootersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: FootersModule });
|
|
27677
27713
|
FootersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27678
|
-
|
|
27714
|
+
i2.CommonModule,
|
|
27679
27715
|
i1.RpxTranslationModule.forChild()
|
|
27680
27716
|
]] });
|
|
27681
|
-
(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] }); })();
|
|
27682
27718
|
(function () {
|
|
27683
27719
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FootersModule, [{
|
|
27684
27720
|
type: i0.NgModule,
|
|
27685
27721
|
args: [{
|
|
27686
27722
|
imports: [
|
|
27687
|
-
|
|
27723
|
+
i2.CommonModule,
|
|
27688
27724
|
i1.RpxTranslationModule.forChild()
|
|
27689
27725
|
],
|
|
27690
27726
|
declarations: [FooterComponent],
|
|
@@ -27701,16 +27737,16 @@
|
|
|
27701
27737
|
FormModule.ɵfac = function FormModule_Factory(t) { return new (t || FormModule)(); };
|
|
27702
27738
|
FormModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: FormModule });
|
|
27703
27739
|
FormModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
27704
|
-
|
|
27740
|
+
i2.CommonModule,
|
|
27705
27741
|
i1.RpxTranslationModule.forChild()
|
|
27706
27742
|
]] });
|
|
27707
|
-
(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] }); })();
|
|
27708
27744
|
(function () {
|
|
27709
27745
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FormModule, [{
|
|
27710
27746
|
type: i0.NgModule,
|
|
27711
27747
|
args: [{
|
|
27712
27748
|
imports: [
|
|
27713
|
-
|
|
27749
|
+
i2.CommonModule,
|
|
27714
27750
|
i1.RpxTranslationModule.forChild()
|
|
27715
27751
|
],
|
|
27716
27752
|
declarations: [
|
|
@@ -28161,7 +28197,7 @@
|
|
|
28161
28197
|
PipesModule.ɵfac = function PipesModule_Factory(t) { return new (t || PipesModule)(); };
|
|
28162
28198
|
PipesModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: PipesModule });
|
|
28163
28199
|
PipesModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
28164
|
-
|
|
28200
|
+
i2.CommonModule,
|
|
28165
28201
|
]] });
|
|
28166
28202
|
(function () {
|
|
28167
28203
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(PipesModule, { declarations: [CaseReferencePipe,
|
|
@@ -28174,7 +28210,7 @@
|
|
|
28174
28210
|
CcdPageFieldsPipe,
|
|
28175
28211
|
LinkCasesReasonValuePipe,
|
|
28176
28212
|
LinkCasesFromReasonValuePipe,
|
|
28177
|
-
EnumDisplayDescriptionPipe], imports: [
|
|
28213
|
+
EnumDisplayDescriptionPipe], imports: [i2.CommonModule], exports: [CaseReferencePipe,
|
|
28178
28214
|
SortSearchResultPipe,
|
|
28179
28215
|
CcdCaseTitlePipe,
|
|
28180
28216
|
CcdCollectionTableCaseFieldsFilterPipe,
|
|
@@ -28191,7 +28227,7 @@
|
|
|
28191
28227
|
type: i0.NgModule,
|
|
28192
28228
|
args: [{
|
|
28193
28229
|
imports: [
|
|
28194
|
-
|
|
28230
|
+
i2.CommonModule,
|
|
28195
28231
|
],
|
|
28196
28232
|
declarations: __spread(pipeDeclarations),
|
|
28197
28233
|
exports: __spread(pipeDeclarations)
|
|
@@ -28290,20 +28326,41 @@
|
|
|
28290
28326
|
}], function () { return []; }, null);
|
|
28291
28327
|
})();
|
|
28292
28328
|
|
|
28293
|
-
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) {
|
|
28294
28351
|
if (rf & 1) {
|
|
28295
28352
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
28296
|
-
i0__namespace.ɵɵelementStart(1, "a",
|
|
28353
|
+
i0__namespace.ɵɵelementStart(1, "a", 8);
|
|
28297
28354
|
i0__namespace.ɵɵtext(2);
|
|
28298
28355
|
i0__namespace.ɵɵelementEnd();
|
|
28299
28356
|
i0__namespace.ɵɵelementEnd();
|
|
28300
28357
|
}
|
|
28301
28358
|
if (rf & 2) {
|
|
28302
|
-
var
|
|
28359
|
+
var attachment_r3 = ctx.$implicit;
|
|
28303
28360
|
i0__namespace.ɵɵadvance(1);
|
|
28304
|
-
i0__namespace.ɵɵproperty("href",
|
|
28361
|
+
i0__namespace.ɵɵproperty("href", attachment_r3._links.self.href, i0__namespace.ɵɵsanitizeUrl);
|
|
28305
28362
|
i0__namespace.ɵɵadvance(1);
|
|
28306
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
28363
|
+
i0__namespace.ɵɵtextInterpolate(attachment_r3.originalDocumentName);
|
|
28307
28364
|
}
|
|
28308
28365
|
}
|
|
28309
28366
|
function QueryDetailsTableComponent_ng_container_0_Template(rf, ctx) {
|
|
@@ -28358,23 +28415,14 @@
|
|
|
28358
28415
|
i0__namespace.ɵɵtext(34);
|
|
28359
28416
|
i0__namespace.ɵɵelementEnd();
|
|
28360
28417
|
i0__namespace.ɵɵelementEnd();
|
|
28361
|
-
i0__namespace.ɵɵ
|
|
28362
|
-
i0__namespace.ɵɵelementStart(36, "
|
|
28363
|
-
i0__namespace.ɵɵ
|
|
28364
|
-
i0__namespace.ɵɵ
|
|
28365
|
-
i0__namespace.ɵɵ
|
|
28366
|
-
i0__namespace.ɵɵelementStart(39, "td", 5);
|
|
28367
|
-
i0__namespace.ɵɵtext(40);
|
|
28368
|
-
i0__namespace.ɵɵpipe(41, "date");
|
|
28369
|
-
i0__namespace.ɵɵelementEnd();
|
|
28370
|
-
i0__namespace.ɵɵelementEnd();
|
|
28371
|
-
i0__namespace.ɵɵelementStart(42, "tr", 3);
|
|
28372
|
-
i0__namespace.ɵɵelementStart(43, "th", 4);
|
|
28373
|
-
i0__namespace.ɵɵtext(44);
|
|
28374
|
-
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");
|
|
28375
28423
|
i0__namespace.ɵɵelementEnd();
|
|
28376
|
-
i0__namespace.ɵɵelementStart(
|
|
28377
|
-
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);
|
|
28378
28426
|
i0__namespace.ɵɵelementEnd();
|
|
28379
28427
|
i0__namespace.ɵɵelementEnd();
|
|
28380
28428
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -28384,33 +28432,31 @@
|
|
|
28384
28432
|
if (rf & 2) {
|
|
28385
28433
|
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
28386
28434
|
i0__namespace.ɵɵadvance(1);
|
|
28387
|
-
i0__namespace.ɵɵattribute("aria-describedby", i0__namespace.ɵɵpipeBind1(2,
|
|
28435
|
+
i0__namespace.ɵɵattribute("aria-describedby", i0__namespace.ɵɵpipeBind1(2, 14, "Details of the query"));
|
|
28388
28436
|
i0__namespace.ɵɵadvance(5);
|
|
28389
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(7,
|
|
28437
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(7, 16, "Last submitted by"));
|
|
28390
28438
|
i0__namespace.ɵɵadvance(3);
|
|
28391
28439
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.queryItem.lastSubmittedBy);
|
|
28392
28440
|
i0__namespace.ɵɵadvance(3);
|
|
28393
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(13,
|
|
28441
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(13, 18, "Submission date"));
|
|
28394
28442
|
i0__namespace.ɵɵadvance(3);
|
|
28395
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(16,
|
|
28443
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(16, 20, ctx_r0.queryItem.createdOn, "d MMM yyyy"));
|
|
28396
28444
|
i0__namespace.ɵɵadvance(4);
|
|
28397
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(20,
|
|
28445
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(20, 23, "Query subject"));
|
|
28398
28446
|
i0__namespace.ɵɵadvance(3);
|
|
28399
28447
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.queryItem.subject);
|
|
28400
28448
|
i0__namespace.ɵɵadvance(3);
|
|
28401
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(26,
|
|
28449
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(26, 25, "Query body"));
|
|
28402
28450
|
i0__namespace.ɵɵadvance(3);
|
|
28403
28451
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.queryItem.body);
|
|
28404
28452
|
i0__namespace.ɵɵadvance(3);
|
|
28405
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(32,
|
|
28453
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(32, 27, "Is the query hearing related?"));
|
|
28406
28454
|
i0__namespace.ɵɵadvance(3);
|
|
28407
28455
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.queryItem.isHearingRelated ? "Yes" : "No");
|
|
28456
|
+
i0__namespace.ɵɵadvance(1);
|
|
28457
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r0.queryItem.isHearingRelated);
|
|
28408
28458
|
i0__namespace.ɵɵadvance(3);
|
|
28409
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(
|
|
28410
|
-
i0__namespace.ɵɵadvance(3);
|
|
28411
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(41, 32, ctx_r0.queryItem.hearingDate, "d MMM yyyy"));
|
|
28412
|
-
i0__namespace.ɵɵadvance(4);
|
|
28413
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(45, 35, "Attachments"));
|
|
28459
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(39, 29, "Attachments"));
|
|
28414
28460
|
i0__namespace.ɵɵadvance(3);
|
|
28415
28461
|
i0__namespace.ɵɵproperty("ngForOf", ctx_r0.queryItem.attachments);
|
|
28416
28462
|
}
|
|
@@ -28421,14 +28467,14 @@
|
|
|
28421
28467
|
return QueryDetailsTableComponent;
|
|
28422
28468
|
}());
|
|
28423
28469
|
QueryDetailsTableComponent.ɵfac = function QueryDetailsTableComponent_Factory(t) { return new (t || QueryDetailsTableComponent)(); };
|
|
28424
|
-
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) {
|
|
28425
28471
|
if (rf & 1) {
|
|
28426
|
-
i0__namespace.ɵɵtemplate(0, QueryDetailsTableComponent_ng_container_0_Template,
|
|
28472
|
+
i0__namespace.ɵɵtemplate(0, QueryDetailsTableComponent_ng_container_0_Template, 42, 31, "ng-container", 0);
|
|
28427
28473
|
}
|
|
28428
28474
|
if (rf & 2) {
|
|
28429
28475
|
i0__namespace.ɵɵproperty("ngIf", ctx.queryItem);
|
|
28430
28476
|
}
|
|
28431
|
-
}, 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}"] });
|
|
28432
28478
|
(function () {
|
|
28433
28479
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryDetailsTableComponent, [{
|
|
28434
28480
|
type: i0.Component,
|
|
@@ -28442,27 +28488,60 @@
|
|
|
28442
28488
|
}] });
|
|
28443
28489
|
})();
|
|
28444
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
|
+
}
|
|
28445
28514
|
var QueryDetailsComponent = /** @class */ (function () {
|
|
28446
28515
|
function QueryDetailsComponent() {
|
|
28516
|
+
this.backClicked = new i0.EventEmitter();
|
|
28447
28517
|
}
|
|
28518
|
+
QueryDetailsComponent.prototype.onBack = function () {
|
|
28519
|
+
this.backClicked.emit(true);
|
|
28520
|
+
};
|
|
28448
28521
|
return QueryDetailsComponent;
|
|
28449
28522
|
}());
|
|
28450
28523
|
QueryDetailsComponent.ɵfac = function QueryDetailsComponent_Factory(t) { return new (t || QueryDetailsComponent)(); };
|
|
28451
|
-
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) {
|
|
28452
28525
|
if (rf & 1) {
|
|
28453
|
-
i0__namespace.ɵɵ
|
|
28454
|
-
i0__namespace.ɵɵtext(1, "query-details works!");
|
|
28455
|
-
i0__namespace.ɵɵelementEnd();
|
|
28526
|
+
i0__namespace.ɵɵtemplate(0, QueryDetailsComponent_ng_container_0_Template, 8, 1, "ng-container", 0);
|
|
28456
28527
|
}
|
|
28457
|
-
|
|
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}"] });
|
|
28458
28532
|
(function () {
|
|
28459
28533
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryDetailsComponent, [{
|
|
28460
28534
|
type: i0.Component,
|
|
28461
28535
|
args: [{
|
|
28462
28536
|
selector: 'ccd-query-details',
|
|
28463
|
-
templateUrl: './query-details.component.html'
|
|
28537
|
+
templateUrl: './query-details.component.html',
|
|
28538
|
+
styleUrls: ['./query-details.component.scss']
|
|
28464
28539
|
}]
|
|
28465
|
-
}], null,
|
|
28540
|
+
}], null, { query: [{
|
|
28541
|
+
type: i0.Input
|
|
28542
|
+
}], backClicked: [{
|
|
28543
|
+
type: i0.Output
|
|
28544
|
+
}] });
|
|
28466
28545
|
})();
|
|
28467
28546
|
|
|
28468
28547
|
function QueryListComponent_ng_container_0_th_7_Template(rf, ctx) {
|
|
@@ -28487,9 +28566,11 @@
|
|
|
28487
28566
|
}
|
|
28488
28567
|
function QueryListComponent_ng_container_0_tr_9_Template(rf, ctx) {
|
|
28489
28568
|
if (rf & 1) {
|
|
28569
|
+
var _r8_1 = i0__namespace.ɵɵgetCurrentView();
|
|
28490
28570
|
i0__namespace.ɵɵelementStart(0, "tr", 4);
|
|
28491
28571
|
i0__namespace.ɵɵelementStart(1, "td", 10);
|
|
28492
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); });
|
|
28493
28574
|
i0__namespace.ɵɵtext(3);
|
|
28494
28575
|
i0__namespace.ɵɵelementEnd();
|
|
28495
28576
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -28555,6 +28636,7 @@
|
|
|
28555
28636
|
}
|
|
28556
28637
|
var QueryListComponent = /** @class */ (function () {
|
|
28557
28638
|
function QueryListComponent() {
|
|
28639
|
+
this.selectedQuery = new i0.EventEmitter();
|
|
28558
28640
|
this.displayedColumns = [
|
|
28559
28641
|
{ name: 'subject', displayName: 'Queries', sortOrder: SortOrder.UNSORTED },
|
|
28560
28642
|
{ name: 'lastSubmittedBy', displayName: 'Last submitted by', sortOrder: SortOrder.UNSORTED },
|
|
@@ -28572,26 +28654,11 @@
|
|
|
28572
28654
|
};
|
|
28573
28655
|
QueryListComponent.prototype.sortTable = function (col) {
|
|
28574
28656
|
switch (col.displayName) {
|
|
28575
|
-
case '
|
|
28576
|
-
this.sort(col);
|
|
28577
|
-
break;
|
|
28578
|
-
}
|
|
28579
|
-
case 'Last submitted by': {
|
|
28580
|
-
this.sort(col);
|
|
28581
|
-
break;
|
|
28582
|
-
}
|
|
28583
|
-
case 'Last submission date': {
|
|
28584
|
-
this.sortDate(col);
|
|
28585
|
-
break;
|
|
28586
|
-
}
|
|
28657
|
+
case 'Last submission date':
|
|
28587
28658
|
case 'Last response date': {
|
|
28588
28659
|
this.sortDate(col);
|
|
28589
28660
|
break;
|
|
28590
28661
|
}
|
|
28591
|
-
case 'Response by': {
|
|
28592
|
-
this.sort(col);
|
|
28593
|
-
break;
|
|
28594
|
-
}
|
|
28595
28662
|
default: {
|
|
28596
28663
|
this.sort(col);
|
|
28597
28664
|
break;
|
|
@@ -28600,17 +28667,17 @@
|
|
|
28600
28667
|
};
|
|
28601
28668
|
QueryListComponent.prototype.sortWidget = function (col) {
|
|
28602
28669
|
switch (col.sortOrder) {
|
|
28603
|
-
case SortOrder.DESCENDING: {
|
|
28604
|
-
return '▼';
|
|
28605
|
-
}
|
|
28606
28670
|
case SortOrder.ASCENDING: {
|
|
28607
28671
|
return '▲';
|
|
28608
28672
|
}
|
|
28609
28673
|
default: {
|
|
28610
|
-
return '&#
|
|
28674
|
+
return '▼';
|
|
28611
28675
|
}
|
|
28612
28676
|
}
|
|
28613
28677
|
};
|
|
28678
|
+
QueryListComponent.prototype.showDetails = function (query) {
|
|
28679
|
+
this.selectedQuery.emit(query);
|
|
28680
|
+
};
|
|
28614
28681
|
QueryListComponent.prototype.sort = function (col) {
|
|
28615
28682
|
if (col.sortOrder === SortOrder.ASCENDING) {
|
|
28616
28683
|
this.queryListData.partyMessages.sort(function (a, b) { return (a[col.name] < b[col.name]) ? 1 : -1; });
|
|
@@ -28638,14 +28705,14 @@
|
|
|
28638
28705
|
return QueryListComponent;
|
|
28639
28706
|
}());
|
|
28640
28707
|
QueryListComponent.ɵfac = function QueryListComponent_Factory(t) { return new (t || QueryListComponent)(); };
|
|
28641
|
-
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) {
|
|
28642
28709
|
if (rf & 1) {
|
|
28643
28710
|
i0__namespace.ɵɵtemplate(0, QueryListComponent_ng_container_0_Template, 10, 3, "ng-container", 0);
|
|
28644
28711
|
}
|
|
28645
28712
|
if (rf & 2) {
|
|
28646
28713
|
i0__namespace.ɵɵproperty("ngIf", ctx.queryListData);
|
|
28647
28714
|
}
|
|
28648
|
-
}, 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}"] });
|
|
28649
28716
|
(function () {
|
|
28650
28717
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryListComponent, [{
|
|
28651
28718
|
type: i0.Component,
|
|
@@ -28656,6 +28723,8 @@
|
|
|
28656
28723
|
}]
|
|
28657
28724
|
}], null, { partyMessageGroup: [{
|
|
28658
28725
|
type: i0.Input
|
|
28726
|
+
}], selectedQuery: [{
|
|
28727
|
+
type: i0.Output
|
|
28659
28728
|
}] });
|
|
28660
28729
|
})();
|
|
28661
28730
|
|
|
@@ -28667,7 +28736,7 @@
|
|
|
28667
28736
|
QueryManagementModule.ɵfac = function QueryManagementModule_Factory(t) { return new (t || QueryManagementModule)(); };
|
|
28668
28737
|
QueryManagementModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: QueryManagementModule });
|
|
28669
28738
|
QueryManagementModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
28670
|
-
|
|
28739
|
+
i2.CommonModule,
|
|
28671
28740
|
i3.ReactiveFormsModule,
|
|
28672
28741
|
i1.RpxTranslationModule.forChild(),
|
|
28673
28742
|
PipesModule
|
|
@@ -28678,7 +28747,7 @@
|
|
|
28678
28747
|
QueryDetailsComponent,
|
|
28679
28748
|
QueryCreateComponent,
|
|
28680
28749
|
QueryListComponent,
|
|
28681
|
-
QueryDetailsTableComponent], imports: [
|
|
28750
|
+
QueryDetailsTableComponent], imports: [i2.CommonModule,
|
|
28682
28751
|
i3.ReactiveFormsModule, i1__namespace.RpxTranslationModule, PipesModule], exports: [ReadQueryManagementFieldComponent,
|
|
28683
28752
|
WriteQueryManagementFieldComponent] });
|
|
28684
28753
|
})();
|
|
@@ -28695,7 +28764,7 @@
|
|
|
28695
28764
|
QueryDetailsTableComponent,
|
|
28696
28765
|
],
|
|
28697
28766
|
imports: [
|
|
28698
|
-
|
|
28767
|
+
i2.CommonModule,
|
|
28699
28768
|
i3.ReactiveFormsModule,
|
|
28700
28769
|
i1.RpxTranslationModule.forChild(),
|
|
28701
28770
|
PipesModule
|
|
@@ -28707,8 +28776,10 @@
|
|
|
28707
28776
|
}]
|
|
28708
28777
|
}], null, null);
|
|
28709
28778
|
})();
|
|
28710
|
-
i0__namespace.ɵɵsetComponentScope(ReadQueryManagementFieldComponent, [
|
|
28711
|
-
|
|
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], []);
|
|
28712
28783
|
|
|
28713
28784
|
var PALETTE_COMPONENTS = [
|
|
28714
28785
|
UnsupportedFieldComponent,
|
|
@@ -28840,7 +28911,7 @@
|
|
|
28840
28911
|
LinkedCasesService,
|
|
28841
28912
|
{ provide: i6.MAT_DATE_LOCALE, useValue: 'en-GB' }
|
|
28842
28913
|
], imports: [[
|
|
28843
|
-
|
|
28914
|
+
i2.CommonModule,
|
|
28844
28915
|
i1$1.RouterModule,
|
|
28845
28916
|
i3.FormsModule,
|
|
28846
28917
|
i3.ReactiveFormsModule,
|
|
@@ -28860,12 +28931,12 @@
|
|
|
28860
28931
|
i4.NgxMatNativeDateModule,
|
|
28861
28932
|
i6$1.MatFormFieldModule,
|
|
28862
28933
|
i13.MatInputModule,
|
|
28863
|
-
i5$
|
|
28864
|
-
i5
|
|
28934
|
+
i5$1.MatDatepickerModule,
|
|
28935
|
+
i5.MatAutocompleteModule,
|
|
28865
28936
|
i7.CdkTreeModule,
|
|
28866
28937
|
i1$4.OverlayModule,
|
|
28867
28938
|
i3$1.PaymentLibModule,
|
|
28868
|
-
i2.ScrollToModule.forRoot(),
|
|
28939
|
+
i2$1.ScrollToModule.forRoot(),
|
|
28869
28940
|
i1.RpxTranslationModule.forChild(),
|
|
28870
28941
|
i1$3.MatDialogModule,
|
|
28871
28942
|
i12.MediaViewerModule,
|
|
@@ -28992,7 +29063,7 @@
|
|
|
28992
29063
|
LinkCasesComponent,
|
|
28993
29064
|
CheckYourAnswersComponent,
|
|
28994
29065
|
UnLinkCasesComponent,
|
|
28995
|
-
NoLinkedCasesComponent], imports: [
|
|
29066
|
+
NoLinkedCasesComponent], imports: [i2.CommonModule,
|
|
28996
29067
|
i1$1.RouterModule,
|
|
28997
29068
|
i3.FormsModule,
|
|
28998
29069
|
i3.ReactiveFormsModule,
|
|
@@ -29012,11 +29083,11 @@
|
|
|
29012
29083
|
i4.NgxMatNativeDateModule,
|
|
29013
29084
|
i6$1.MatFormFieldModule,
|
|
29014
29085
|
i13.MatInputModule,
|
|
29015
|
-
i5$
|
|
29016
|
-
i5
|
|
29086
|
+
i5$1.MatDatepickerModule,
|
|
29087
|
+
i5.MatAutocompleteModule,
|
|
29017
29088
|
i7.CdkTreeModule,
|
|
29018
29089
|
i1$4.OverlayModule,
|
|
29019
|
-
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,
|
|
29020
29091
|
i12.MediaViewerModule,
|
|
29021
29092
|
LoadingModule, i1__namespace.RpxTranslationModule, QueryManagementModule], exports: [i4.NgxMatDatetimePickerModule,
|
|
29022
29093
|
i4.NgxMatNativeDateModule,
|
|
@@ -29135,7 +29206,7 @@
|
|
|
29135
29206
|
type: i0.NgModule,
|
|
29136
29207
|
args: [{
|
|
29137
29208
|
imports: [
|
|
29138
|
-
|
|
29209
|
+
i2.CommonModule,
|
|
29139
29210
|
i1$1.RouterModule,
|
|
29140
29211
|
i3.FormsModule,
|
|
29141
29212
|
i3.ReactiveFormsModule,
|
|
@@ -29155,12 +29226,12 @@
|
|
|
29155
29226
|
i4.NgxMatNativeDateModule,
|
|
29156
29227
|
i6$1.MatFormFieldModule,
|
|
29157
29228
|
i13.MatInputModule,
|
|
29158
|
-
i5$
|
|
29159
|
-
i5
|
|
29229
|
+
i5$1.MatDatepickerModule,
|
|
29230
|
+
i5.MatAutocompleteModule,
|
|
29160
29231
|
i7.CdkTreeModule,
|
|
29161
29232
|
i1$4.OverlayModule,
|
|
29162
29233
|
i3$1.PaymentLibModule,
|
|
29163
|
-
i2.ScrollToModule.forRoot(),
|
|
29234
|
+
i2$1.ScrollToModule.forRoot(),
|
|
29164
29235
|
i1.RpxTranslationModule.forChild(),
|
|
29165
29236
|
i1$3.MatDialogModule,
|
|
29166
29237
|
i12.MediaViewerModule,
|
|
@@ -29207,33 +29278,33 @@
|
|
|
29207
29278
|
}], null, null);
|
|
29208
29279
|
})();
|
|
29209
29280
|
i0__namespace.ɵɵsetComponentScope(FieldReadComponent, [FieldReadLabelComponent, i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective], []);
|
|
29210
|
-
i0__namespace.ɵɵsetComponentScope(LabelFieldComponent, [LabelSubstitutorDirective,
|
|
29281
|
+
i0__namespace.ɵɵsetComponentScope(LabelFieldComponent, [LabelSubstitutorDirective, i2__namespace.NgIf, MarkdownComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29211
29282
|
i0__namespace.ɵɵsetComponentScope(CaseHistoryViewerFieldComponent, [EventLogComponent], []);
|
|
29212
|
-
i0__namespace.ɵɵsetComponentScope(EventLogComponent, [
|
|
29213
|
-
i0__namespace.ɵɵsetComponentScope(ReadCollectionFieldComponent, [
|
|
29214
|
-
i0__namespace.ɵɵsetComponentScope(ReadOrganisationFieldComponent, [
|
|
29215
|
-
ReadOrganisationFieldTableComponent,
|
|
29216
|
-
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,
|
|
29217
29288
|
ReadMoneyGbpFieldComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29218
29289
|
i0__namespace.ɵɵsetComponentScope(ReadOrderSummaryRowComponent, [ReadMoneyGbpFieldComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29219
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldComponent, [
|
|
29220
|
-
ReadComplexFieldCollectionTableComponent,
|
|
29221
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldRawComponent, [
|
|
29222
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldTableComponent, [
|
|
29223
|
-
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, [
|
|
29224
|
-
ReadCaseLinkFieldComponent], [i1__namespace.RpxTranslatePipe, ReadFieldsFilterPipe, CcdCollectionTableCaseFieldsFilterPipe,
|
|
29225
|
-
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,
|
|
29226
29297
|
// Components for case flags
|
|
29227
|
-
CaseFlagTableComponent,
|
|
29298
|
+
CaseFlagTableComponent, i2__namespace.NgSwitchDefault], [i1__namespace.RpxTranslatePipe]);
|
|
29228
29299
|
i0__namespace.ɵɵsetComponentScope(ReadLinkedCasesFieldComponent, [
|
|
29229
29300
|
// Components for linked cases
|
|
29230
|
-
LinkedCasesToTableComponent,
|
|
29301
|
+
LinkedCasesToTableComponent, i2__namespace.NgIf, LinkedCasesFromTableComponent
|
|
29231
29302
|
], []);
|
|
29232
|
-
i0__namespace.ɵɵsetComponentScope(WriteAddressFieldComponent, [
|
|
29233
|
-
i0__namespace.ɵɵsetComponentScope(WriteComplexFieldComponent, [
|
|
29234
|
-
i0__namespace.ɵɵsetComponentScope(WriteDocumentFieldComponent, [
|
|
29235
|
-
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [
|
|
29236
|
-
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,
|
|
29237
29308
|
SelectFlagTypeComponent,
|
|
29238
29309
|
SearchLanguageInterpreterComponent,
|
|
29239
29310
|
AddCommentsComponent,
|
|
@@ -29241,32 +29312,32 @@
|
|
|
29241
29312
|
ManageCaseFlagsComponent,
|
|
29242
29313
|
UpdateFlagComponent,
|
|
29243
29314
|
UpdateFlagAddTranslationFormComponent], [i1__namespace.RpxTranslatePipe]);
|
|
29244
|
-
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,
|
|
29245
29316
|
NoLinkedCasesComponent,
|
|
29246
29317
|
LinkCasesComponent,
|
|
29247
29318
|
UnLinkCasesComponent,
|
|
29248
29319
|
CheckYourAnswersComponent], []);
|
|
29249
|
-
i0__namespace.ɵɵsetComponentScope(WriteOrganisationFieldComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29250
|
-
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]);
|
|
29251
29322
|
i0__namespace.ɵɵsetComponentScope(WriteOrderSummaryFieldComponent, [ReadOrderSummaryFieldComponent], []);
|
|
29252
|
-
i0__namespace.ɵɵsetComponentScope(WriteDateContainerFieldComponent, [
|
|
29253
|
-
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]);
|
|
29254
29325
|
i0__namespace.ɵɵsetComponentScope(
|
|
29255
29326
|
// ComponentLauncher web components
|
|
29256
|
-
CaseFileViewFieldComponent, [
|
|
29327
|
+
CaseFileViewFieldComponent, [i2__namespace.NgIf, CaseFileViewFolderComponent, i12__namespace.MediaViewerComponent], []);
|
|
29257
29328
|
i0__namespace.ɵɵsetComponentScope(
|
|
29258
29329
|
// Components for case flags
|
|
29259
|
-
CaseFlagTableComponent, [
|
|
29260
|
-
i0__namespace.ɵɵsetComponentScope(SelectFlagTypeComponent, [
|
|
29261
|
-
i0__namespace.ɵɵsetComponentScope(SearchLanguageInterpreterComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29262
|
-
i0__namespace.ɵɵsetComponentScope(ManageCaseFlagsComponent, [i3__namespace.NgControlStatusGroup, i3__namespace.FormGroupDirective,
|
|
29263
|
-
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]);
|
|
29264
29335
|
i0__namespace.ɵɵsetComponentScope(
|
|
29265
29336
|
// Components for linked cases
|
|
29266
|
-
LinkedCasesToTableComponent, [
|
|
29267
|
-
i0__namespace.ɵɵsetComponentScope(LinkedCasesFromTableComponent, [
|
|
29268
|
-
i0__namespace.ɵɵsetComponentScope(LinkCasesComponent, [
|
|
29269
|
-
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]);
|
|
29270
29341
|
|
|
29271
29342
|
var Confirmation = /** @class */ (function () {
|
|
29272
29343
|
function Confirmation(caseId, status, header, body) {
|
|
@@ -30329,12 +30400,12 @@
|
|
|
30329
30400
|
ErrorsModule.ɵfac = function ErrorsModule_Factory(t) { return new (t || ErrorsModule)(); };
|
|
30330
30401
|
ErrorsModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: ErrorsModule });
|
|
30331
30402
|
ErrorsModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
30332
|
-
|
|
30403
|
+
i2.CommonModule,
|
|
30333
30404
|
i1$1.RouterModule,
|
|
30334
30405
|
i1.RpxTranslationModule.forChild()
|
|
30335
30406
|
]] });
|
|
30336
30407
|
(function () {
|
|
30337
|
-
(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,
|
|
30338
30409
|
i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [CallbackErrorsComponent] });
|
|
30339
30410
|
})();
|
|
30340
30411
|
(function () {
|
|
@@ -30342,7 +30413,7 @@
|
|
|
30342
30413
|
type: i0.NgModule,
|
|
30343
30414
|
args: [{
|
|
30344
30415
|
imports: [
|
|
30345
|
-
|
|
30416
|
+
i2.CommonModule,
|
|
30346
30417
|
i1$1.RouterModule,
|
|
30347
30418
|
i1.RpxTranslationModule.forChild()
|
|
30348
30419
|
],
|
|
@@ -30402,16 +30473,16 @@
|
|
|
30402
30473
|
LoadingSpinnerModule.ɵfac = function LoadingSpinnerModule_Factory(t) { return new (t || LoadingSpinnerModule)(); };
|
|
30403
30474
|
LoadingSpinnerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: LoadingSpinnerModule });
|
|
30404
30475
|
LoadingSpinnerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
30405
|
-
|
|
30476
|
+
i2.CommonModule,
|
|
30406
30477
|
i1.RpxTranslationModule.forChild()
|
|
30407
30478
|
]] });
|
|
30408
|
-
(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] }); })();
|
|
30409
30480
|
(function () {
|
|
30410
30481
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(LoadingSpinnerModule, [{
|
|
30411
30482
|
type: i0.NgModule,
|
|
30412
30483
|
args: [{
|
|
30413
30484
|
imports: [
|
|
30414
|
-
|
|
30485
|
+
i2.CommonModule,
|
|
30415
30486
|
i1.RpxTranslationModule.forChild()
|
|
30416
30487
|
],
|
|
30417
30488
|
declarations: [
|
|
@@ -30681,7 +30752,7 @@
|
|
|
30681
30752
|
if (rf & 2) {
|
|
30682
30753
|
i0__namespace.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
30683
30754
|
}
|
|
30684
|
-
}, directives: [
|
|
30755
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
30685
30756
|
(function () {
|
|
30686
30757
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseEventCompletionTaskReassignedComponent, [{
|
|
30687
30758
|
type: i0.Component,
|
|
@@ -30813,7 +30884,7 @@
|
|
|
30813
30884
|
EventCompletionStateMachineService,
|
|
30814
30885
|
CaseFlagStateService
|
|
30815
30886
|
], imports: [[
|
|
30816
|
-
|
|
30887
|
+
i2.CommonModule,
|
|
30817
30888
|
i1$1.RouterModule,
|
|
30818
30889
|
i3.FormsModule,
|
|
30819
30890
|
i3.ReactiveFormsModule,
|
|
@@ -30837,7 +30908,7 @@
|
|
|
30837
30908
|
CaseEventCompletionTaskCancelledComponent,
|
|
30838
30909
|
CaseEventCompletionTaskReassignedComponent,
|
|
30839
30910
|
CaseCreateComponent,
|
|
30840
|
-
CaseProgressComponent], imports: [
|
|
30911
|
+
CaseProgressComponent], imports: [i2.CommonModule,
|
|
30841
30912
|
i1$1.RouterModule,
|
|
30842
30913
|
i3.FormsModule,
|
|
30843
30914
|
i3.ReactiveFormsModule,
|
|
@@ -30862,7 +30933,7 @@
|
|
|
30862
30933
|
type: i0.NgModule,
|
|
30863
30934
|
args: [{
|
|
30864
30935
|
imports: [
|
|
30865
|
-
|
|
30936
|
+
i2.CommonModule,
|
|
30866
30937
|
i1$1.RouterModule,
|
|
30867
30938
|
i3.FormsModule,
|
|
30868
30939
|
i3.ReactiveFormsModule,
|
|
@@ -30931,12 +31002,12 @@
|
|
|
30931
31002
|
}]
|
|
30932
31003
|
}], null, null);
|
|
30933
31004
|
})();
|
|
30934
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditConfirmComponent, [
|
|
30935
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditPageComponent, [
|
|
30936
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditFormComponent, [
|
|
30937
|
-
i0__namespace.ɵɵsetComponentScope(CaseEditSubmitComponent, [
|
|
30938
|
-
i0__namespace.ɵɵsetComponentScope(CaseCreateComponent, [
|
|
30939
|
-
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], []);
|
|
30940
31011
|
|
|
30941
31012
|
var editorRouting = [
|
|
30942
31013
|
{
|
|
@@ -31021,7 +31092,7 @@
|
|
|
31021
31092
|
i0__namespace.ɵɵadvance(1);
|
|
31022
31093
|
i0__namespace.ɵɵproperty("ngIf", ctx.caseTitle.label);
|
|
31023
31094
|
}
|
|
31024
|
-
}, 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}"] });
|
|
31025
31096
|
(function () {
|
|
31026
31097
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseHeaderComponent, [{
|
|
31027
31098
|
type: i0.Component,
|
|
@@ -31043,12 +31114,12 @@
|
|
|
31043
31114
|
CaseHeaderModule.ɵfac = function CaseHeaderModule_Factory(t) { return new (t || CaseHeaderModule)(); };
|
|
31044
31115
|
CaseHeaderModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CaseHeaderModule });
|
|
31045
31116
|
CaseHeaderModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
31046
|
-
|
|
31117
|
+
i2.CommonModule,
|
|
31047
31118
|
i1$1.RouterModule,
|
|
31048
31119
|
PaletteModule
|
|
31049
31120
|
]] });
|
|
31050
31121
|
(function () {
|
|
31051
|
-
(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,
|
|
31052
31123
|
i1$1.RouterModule,
|
|
31053
31124
|
PaletteModule], exports: [CaseHeaderComponent] });
|
|
31054
31125
|
})();
|
|
@@ -31057,7 +31128,7 @@
|
|
|
31057
31128
|
type: i0.NgModule,
|
|
31058
31129
|
args: [{
|
|
31059
31130
|
imports: [
|
|
31060
|
-
|
|
31131
|
+
i2.CommonModule,
|
|
31061
31132
|
i1$1.RouterModule,
|
|
31062
31133
|
PaletteModule
|
|
31063
31134
|
],
|
|
@@ -31348,7 +31419,7 @@
|
|
|
31348
31419
|
i0__namespace.ɵɵadvance(2);
|
|
31349
31420
|
i0__namespace.ɵɵproperty("ngIf", !(ctx.autoHide && _r0.pages.length <= 1));
|
|
31350
31421
|
}
|
|
31351
|
-
}, 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}}"] });
|
|
31352
31423
|
(function () {
|
|
31353
31424
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PaginationComponent, [{
|
|
31354
31425
|
type: i0.Component,
|
|
@@ -31632,10 +31703,10 @@
|
|
|
31632
31703
|
function DateTimeFormatUtils() {
|
|
31633
31704
|
}
|
|
31634
31705
|
DateTimeFormatUtils.formatDateAtTime = function (date, is24Hour) {
|
|
31635
|
-
return
|
|
31706
|
+
return i2.formatDate(date, 'dd MMM yyyy', 'en-GB') + " at " + DateTimeFormatUtils.formatTime(date, is24Hour);
|
|
31636
31707
|
};
|
|
31637
31708
|
DateTimeFormatUtils.formatTime = function (date, is24Hour) {
|
|
31638
|
-
return is24Hour ?
|
|
31709
|
+
return is24Hour ? i2.formatDate(date, 'HH:mm', 'en-GB') : i2.formatDate(date, 'h:mm a', 'en-GB').toLowerCase();
|
|
31639
31710
|
};
|
|
31640
31711
|
return DateTimeFormatUtils;
|
|
31641
31712
|
}());
|
|
@@ -31657,7 +31728,7 @@
|
|
|
31657
31728
|
this.pageChange = new i0.EventEmitter();
|
|
31658
31729
|
}
|
|
31659
31730
|
CaseListComponent.prototype.formatDate = function (date) {
|
|
31660
|
-
return date ?
|
|
31731
|
+
return date ? i2.formatDate(date, 'dd MMM yyyy', 'en-GB') : '-';
|
|
31661
31732
|
};
|
|
31662
31733
|
CaseListComponent.prototype.formatDateAtTime = function (date) {
|
|
31663
31734
|
return date ? DateTimeFormatUtils.formatDateAtTime(date, false) : '-';
|
|
@@ -31761,7 +31832,7 @@
|
|
|
31761
31832
|
i0__namespace.ɵɵadvance(2);
|
|
31762
31833
|
i0__namespace.ɵɵproperty("ngIf", ctx.totalResultsCount > ctx.pageSize);
|
|
31763
31834
|
}
|
|
31764
|
-
}, 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: [""] });
|
|
31765
31836
|
(function () {
|
|
31766
31837
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseListComponent, [{
|
|
31767
31838
|
type: i0.Component,
|
|
@@ -31820,12 +31891,12 @@
|
|
|
31820
31891
|
PaginationModule.ɵfac = function PaginationModule_Factory(t) { return new (t || PaginationModule)(); };
|
|
31821
31892
|
PaginationModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: PaginationModule });
|
|
31822
31893
|
PaginationModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
31823
|
-
|
|
31894
|
+
i2.CommonModule,
|
|
31824
31895
|
i1$6.NgxPaginationModule,
|
|
31825
31896
|
i1.RpxTranslationModule.forChild()
|
|
31826
31897
|
]] });
|
|
31827
31898
|
(function () {
|
|
31828
|
-
(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,
|
|
31829
31900
|
i1$6.NgxPaginationModule, i1__namespace.RpxTranslationModule], exports: [PaginationComponent,
|
|
31830
31901
|
i1$6.PaginatePipe] });
|
|
31831
31902
|
})();
|
|
@@ -31834,7 +31905,7 @@
|
|
|
31834
31905
|
type: i0.NgModule,
|
|
31835
31906
|
args: [{
|
|
31836
31907
|
imports: [
|
|
31837
|
-
|
|
31908
|
+
i2.CommonModule,
|
|
31838
31909
|
i1$6.NgxPaginationModule,
|
|
31839
31910
|
i1.RpxTranslationModule.forChild()
|
|
31840
31911
|
],
|
|
@@ -31859,7 +31930,7 @@
|
|
|
31859
31930
|
CaseListModule.ɵinj = i0__namespace.ɵɵdefineInjector({ providers: [
|
|
31860
31931
|
BrowserService
|
|
31861
31932
|
], imports: [[
|
|
31862
|
-
|
|
31933
|
+
i2.CommonModule,
|
|
31863
31934
|
i3.FormsModule,
|
|
31864
31935
|
i1$1.RouterModule,
|
|
31865
31936
|
i1$6.NgxPaginationModule,
|
|
@@ -31867,7 +31938,7 @@
|
|
|
31867
31938
|
i1.RpxTranslationModule.forChild()
|
|
31868
31939
|
]] });
|
|
31869
31940
|
(function () {
|
|
31870
|
-
(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,
|
|
31871
31942
|
i3.FormsModule,
|
|
31872
31943
|
i1$1.RouterModule,
|
|
31873
31944
|
i1$6.NgxPaginationModule,
|
|
@@ -31878,7 +31949,7 @@
|
|
|
31878
31949
|
type: i0.NgModule,
|
|
31879
31950
|
args: [{
|
|
31880
31951
|
imports: [
|
|
31881
|
-
|
|
31952
|
+
i2.CommonModule,
|
|
31882
31953
|
i3.FormsModule,
|
|
31883
31954
|
i1$1.RouterModule,
|
|
31884
31955
|
i1$6.NgxPaginationModule,
|
|
@@ -32403,7 +32474,7 @@
|
|
|
32403
32474
|
AlertService,
|
|
32404
32475
|
WindowService,
|
|
32405
32476
|
], imports: [[
|
|
32406
|
-
|
|
32477
|
+
i2.CommonModule,
|
|
32407
32478
|
i3.FormsModule,
|
|
32408
32479
|
i3.ReactiveFormsModule,
|
|
32409
32480
|
PaletteModule,
|
|
@@ -32411,7 +32482,7 @@
|
|
|
32411
32482
|
i1.RpxTranslationModule.forChild()
|
|
32412
32483
|
]] });
|
|
32413
32484
|
(function () {
|
|
32414
|
-
(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,
|
|
32415
32486
|
i3.FormsModule,
|
|
32416
32487
|
i3.ReactiveFormsModule,
|
|
32417
32488
|
PaletteModule,
|
|
@@ -32422,7 +32493,7 @@
|
|
|
32422
32493
|
type: i0.NgModule,
|
|
32423
32494
|
args: [{
|
|
32424
32495
|
imports: [
|
|
32425
|
-
|
|
32496
|
+
i2.CommonModule,
|
|
32426
32497
|
i3.FormsModule,
|
|
32427
32498
|
i3.ReactiveFormsModule,
|
|
32428
32499
|
PaletteModule,
|
|
@@ -32445,7 +32516,7 @@
|
|
|
32445
32516
|
}]
|
|
32446
32517
|
}], null, null);
|
|
32447
32518
|
})();
|
|
32448
|
-
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]);
|
|
32449
32520
|
|
|
32450
32521
|
var READ_ACCESS = 'read';
|
|
32451
32522
|
var CREATE_ACCESS = 'create';
|
|
@@ -32525,7 +32596,7 @@
|
|
|
32525
32596
|
AlertService,
|
|
32526
32597
|
WindowService
|
|
32527
32598
|
], imports: [[
|
|
32528
|
-
|
|
32599
|
+
i2.CommonModule,
|
|
32529
32600
|
i3.FormsModule,
|
|
32530
32601
|
i3.ReactiveFormsModule,
|
|
32531
32602
|
PaletteModule,
|
|
@@ -32534,7 +32605,7 @@
|
|
|
32534
32605
|
i1.RpxTranslationModule.forChild()
|
|
32535
32606
|
]] });
|
|
32536
32607
|
(function () {
|
|
32537
|
-
(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,
|
|
32538
32609
|
i3.FormsModule,
|
|
32539
32610
|
i3.ReactiveFormsModule,
|
|
32540
32611
|
PaletteModule,
|
|
@@ -32546,7 +32617,7 @@
|
|
|
32546
32617
|
type: i0.NgModule,
|
|
32547
32618
|
args: [{
|
|
32548
32619
|
imports: [
|
|
32549
|
-
|
|
32620
|
+
i2.CommonModule,
|
|
32550
32621
|
i3.FormsModule,
|
|
32551
32622
|
i3.ReactiveFormsModule,
|
|
32552
32623
|
PaletteModule,
|
|
@@ -32570,7 +32641,7 @@
|
|
|
32570
32641
|
}]
|
|
32571
32642
|
}], null, null);
|
|
32572
32643
|
})();
|
|
32573
|
-
i0__namespace.ɵɵsetComponentScope(CaseListFiltersComponent, [
|
|
32644
|
+
i0__namespace.ɵɵsetComponentScope(CaseListFiltersComponent, [i2__namespace.NgIf, WorkbasketFiltersComponent], []);
|
|
32574
32645
|
|
|
32575
32646
|
// @dynamic
|
|
32576
32647
|
var CaseHistoryCaseType = /** @class */ (function () {
|
|
@@ -32930,7 +33001,7 @@
|
|
|
32930
33001
|
CaseHistoryModule.ɵinj = i0__namespace.ɵɵdefineInjector({ providers: [
|
|
32931
33002
|
CaseHistoryService,
|
|
32932
33003
|
], imports: [[
|
|
32933
|
-
|
|
33004
|
+
i2.CommonModule,
|
|
32934
33005
|
i1$1.RouterModule,
|
|
32935
33006
|
CaseHeaderModule,
|
|
32936
33007
|
ConditionalShowModule,
|
|
@@ -32939,7 +33010,7 @@
|
|
|
32939
33010
|
i1.RpxTranslationModule.forChild()
|
|
32940
33011
|
]] });
|
|
32941
33012
|
(function () {
|
|
32942
|
-
(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,
|
|
32943
33014
|
i1$1.RouterModule,
|
|
32944
33015
|
CaseHeaderModule,
|
|
32945
33016
|
ConditionalShowModule,
|
|
@@ -32951,7 +33022,7 @@
|
|
|
32951
33022
|
type: i0.NgModule,
|
|
32952
33023
|
args: [{
|
|
32953
33024
|
imports: [
|
|
32954
|
-
|
|
33025
|
+
i2.CommonModule,
|
|
32955
33026
|
i1$1.RouterModule,
|
|
32956
33027
|
CaseHeaderModule,
|
|
32957
33028
|
ConditionalShowModule,
|
|
@@ -32971,7 +33042,7 @@
|
|
|
32971
33042
|
}]
|
|
32972
33043
|
}], null, null);
|
|
32973
33044
|
})();
|
|
32974
|
-
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]);
|
|
32975
33046
|
|
|
32976
33047
|
function CaseTimelineComponent_div_0_ng_container_2_ccd_event_log_1_Template(rf, ctx) {
|
|
32977
33048
|
if (rf & 1) {
|
|
@@ -33110,7 +33181,7 @@
|
|
|
33110
33181
|
CaseTimelineModule.ɵfac = function CaseTimelineModule_Factory(t) { return new (t || CaseTimelineModule)(); };
|
|
33111
33182
|
CaseTimelineModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CaseTimelineModule });
|
|
33112
33183
|
CaseTimelineModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
33113
|
-
|
|
33184
|
+
i2.CommonModule,
|
|
33114
33185
|
ErrorsModule,
|
|
33115
33186
|
i3.FormsModule,
|
|
33116
33187
|
i3.ReactiveFormsModule,
|
|
@@ -33119,7 +33190,7 @@
|
|
|
33119
33190
|
i1.RpxTranslationModule.forChild()
|
|
33120
33191
|
]] });
|
|
33121
33192
|
(function () {
|
|
33122
|
-
(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,
|
|
33123
33194
|
ErrorsModule,
|
|
33124
33195
|
i3.FormsModule,
|
|
33125
33196
|
i3.ReactiveFormsModule,
|
|
@@ -33131,7 +33202,7 @@
|
|
|
33131
33202
|
type: i0.NgModule,
|
|
33132
33203
|
args: [{
|
|
33133
33204
|
imports: [
|
|
33134
|
-
|
|
33205
|
+
i2.CommonModule,
|
|
33135
33206
|
ErrorsModule,
|
|
33136
33207
|
i3.FormsModule,
|
|
33137
33208
|
i3.ReactiveFormsModule,
|
|
@@ -33148,7 +33219,7 @@
|
|
|
33148
33219
|
}]
|
|
33149
33220
|
}], null, null);
|
|
33150
33221
|
})();
|
|
33151
|
-
i0__namespace.ɵɵsetComponentScope(CaseTimelineComponent, [
|
|
33222
|
+
i0__namespace.ɵɵsetComponentScope(CaseTimelineComponent, [i2__namespace.NgIf, i2__namespace.NgSwitch, i2__namespace.NgSwitchCase, EventLogComponent, CaseHistoryComponent], [i1__namespace.RpxTranslatePipe]);
|
|
33152
33223
|
|
|
33153
33224
|
var CaseResolver = /** @class */ (function () {
|
|
33154
33225
|
function CaseResolver(caseNotifier, draftService, navigationNotifierService, router, sessionStorage) {
|
|
@@ -33838,7 +33909,7 @@
|
|
|
33838
33909
|
i0__namespace.ɵɵadvance(5);
|
|
33839
33910
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(28, 21, "Cancel"), " ");
|
|
33840
33911
|
}
|
|
33841
|
-
}, 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 });
|
|
33842
33913
|
(function () {
|
|
33843
33914
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseBasicAccessViewComponent, [{
|
|
33844
33915
|
type: i0.Component,
|
|
@@ -33933,7 +34004,7 @@
|
|
|
33933
34004
|
DialogsModule.ɵfac = function DialogsModule_Factory(t) { return new (t || DialogsModule)(); };
|
|
33934
34005
|
DialogsModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: DialogsModule });
|
|
33935
34006
|
DialogsModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
33936
|
-
|
|
34007
|
+
i2.CommonModule,
|
|
33937
34008
|
i3.FormsModule,
|
|
33938
34009
|
i3.ReactiveFormsModule,
|
|
33939
34010
|
i1.RpxTranslationModule.forChild()
|
|
@@ -33942,7 +34013,7 @@
|
|
|
33942
34013
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(DialogsModule, { declarations: [DocumentDialogComponent,
|
|
33943
34014
|
DeleteOrCancelDialogComponent,
|
|
33944
34015
|
SaveOrDiscardDialogComponent,
|
|
33945
|
-
RemoveDialogComponent], imports: [
|
|
34016
|
+
RemoveDialogComponent], imports: [i2.CommonModule,
|
|
33946
34017
|
i3.FormsModule,
|
|
33947
34018
|
i3.ReactiveFormsModule, i1__namespace.RpxTranslationModule], exports: [DocumentDialogComponent,
|
|
33948
34019
|
DeleteOrCancelDialogComponent,
|
|
@@ -33954,7 +34025,7 @@
|
|
|
33954
34025
|
type: i0.NgModule,
|
|
33955
34026
|
args: [{
|
|
33956
34027
|
imports: [
|
|
33957
|
-
|
|
34028
|
+
i2.CommonModule,
|
|
33958
34029
|
i3.FormsModule,
|
|
33959
34030
|
i3.ReactiveFormsModule,
|
|
33960
34031
|
i1.RpxTranslationModule.forChild()
|
|
@@ -34619,7 +34690,7 @@
|
|
|
34619
34690
|
CaseFullAccessViewComponent.TRIGGER_TEXT_CONTINUE = 'Ignore Warning and Go';
|
|
34620
34691
|
CaseFullAccessViewComponent.UNICODE_SPACE = '%20';
|
|
34621
34692
|
CaseFullAccessViewComponent.EMPTY_SPACE = ' ';
|
|
34622
|
-
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)); };
|
|
34623
34694
|
CaseFullAccessViewComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFullAccessViewComponent, selectors: [["ccd-case-full-access-view"]], viewQuery: function CaseFullAccessViewComponent_Query(rf, ctx) {
|
|
34624
34695
|
if (rf & 1) {
|
|
34625
34696
|
i0__namespace.ɵɵviewQuery(_c0$b, 1);
|
|
@@ -34678,7 +34749,7 @@
|
|
|
34678
34749
|
templateUrl: './case-full-access-view.component.html',
|
|
34679
34750
|
styleUrls: ['./case-full-access-view.component.scss']
|
|
34680
34751
|
}]
|
|
34681
|
-
}], 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: [{
|
|
34682
34753
|
type: i0.Input
|
|
34683
34754
|
}], hasEventSelector: [{
|
|
34684
34755
|
type: i0.Input
|
|
@@ -35040,7 +35111,7 @@
|
|
|
35040
35111
|
if (rf & 2) {
|
|
35041
35112
|
i0__namespace.ɵɵproperty("ngIf", ctx.error);
|
|
35042
35113
|
}
|
|
35043
|
-
}, directives: [
|
|
35114
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
35044
35115
|
(function () {
|
|
35045
35116
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ErrorMessageComponent, [{
|
|
35046
35117
|
type: i0.Component,
|
|
@@ -35061,14 +35132,14 @@
|
|
|
35061
35132
|
EventMessageModule.ɵfac = function EventMessageModule_Factory(t) { return new (t || EventMessageModule)(); };
|
|
35062
35133
|
EventMessageModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: EventMessageModule });
|
|
35063
35134
|
EventMessageModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
35064
|
-
|
|
35135
|
+
i2.CommonModule,
|
|
35065
35136
|
i3.ReactiveFormsModule,
|
|
35066
35137
|
i1$1.RouterModule,
|
|
35067
35138
|
ActivityModule,
|
|
35068
35139
|
i1.RpxTranslationModule.forChild()
|
|
35069
35140
|
]] });
|
|
35070
35141
|
(function () {
|
|
35071
|
-
(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,
|
|
35072
35143
|
i3.ReactiveFormsModule,
|
|
35073
35144
|
i1$1.RouterModule,
|
|
35074
35145
|
ActivityModule, i1__namespace.RpxTranslationModule], exports: [ErrorMessageComponent] });
|
|
@@ -35078,7 +35149,7 @@
|
|
|
35078
35149
|
type: i0.NgModule,
|
|
35079
35150
|
args: [{
|
|
35080
35151
|
imports: [
|
|
35081
|
-
|
|
35152
|
+
i2.CommonModule,
|
|
35082
35153
|
i3.ReactiveFormsModule,
|
|
35083
35154
|
i1$1.RouterModule,
|
|
35084
35155
|
ActivityModule,
|
|
@@ -35346,7 +35417,7 @@
|
|
|
35346
35417
|
if (rf & 2) {
|
|
35347
35418
|
i0__namespace.ɵɵproperty("ngIf", ctx.assignedUserName);
|
|
35348
35419
|
}
|
|
35349
|
-
}, directives: [
|
|
35420
|
+
}, directives: [i2__namespace.NgIf, i1__namespace$1.RouterLinkWithHref], pipes: [i1__namespace.RpxTranslatePipe], encapsulation: 2 });
|
|
35350
35421
|
(function () {
|
|
35351
35422
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TaskAssignedComponent, [{
|
|
35352
35423
|
type: i0.Component,
|
|
@@ -35949,7 +36020,7 @@
|
|
|
35949
36020
|
EventTasksResolverService,
|
|
35950
36021
|
EventStartStateMachineService
|
|
35951
36022
|
], imports: [[
|
|
35952
|
-
|
|
36023
|
+
i2.CommonModule,
|
|
35953
36024
|
i3.ReactiveFormsModule,
|
|
35954
36025
|
i1$1.RouterModule,
|
|
35955
36026
|
i1.RpxTranslationModule.forChild()
|
|
@@ -35961,7 +36032,7 @@
|
|
|
35961
36032
|
TaskAssignedComponent,
|
|
35962
36033
|
TaskCancelledComponent,
|
|
35963
36034
|
TaskConflictComponent,
|
|
35964
|
-
TaskUnassignedComponent], imports: [
|
|
36035
|
+
TaskUnassignedComponent], imports: [i2.CommonModule,
|
|
35965
36036
|
i3.ReactiveFormsModule,
|
|
35966
36037
|
i1$1.RouterModule, i1__namespace.RpxTranslationModule], exports: [EventStartComponent,
|
|
35967
36038
|
TaskAssignedComponent,
|
|
@@ -35972,7 +36043,7 @@
|
|
|
35972
36043
|
type: i0.NgModule,
|
|
35973
36044
|
args: [{
|
|
35974
36045
|
imports: [
|
|
35975
|
-
|
|
36046
|
+
i2.CommonModule,
|
|
35976
36047
|
i3.ReactiveFormsModule,
|
|
35977
36048
|
i1$1.RouterModule,
|
|
35978
36049
|
i1.RpxTranslationModule.forChild()
|
|
@@ -36103,7 +36174,7 @@
|
|
|
36103
36174
|
if (rf & 2) {
|
|
36104
36175
|
i0__namespace.ɵɵproperty("ngIf", ctx.triggers && ctx.triggers.length);
|
|
36105
36176
|
}
|
|
36106
|
-
}, 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}"] });
|
|
36107
36178
|
(function () {
|
|
36108
36179
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(EventTriggerComponent, [{
|
|
36109
36180
|
type: i0.Component,
|
|
@@ -36133,13 +36204,13 @@
|
|
|
36133
36204
|
EventTriggerModule.ɵfac = function EventTriggerModule_Factory(t) { return new (t || EventTriggerModule)(); };
|
|
36134
36205
|
EventTriggerModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: EventTriggerModule });
|
|
36135
36206
|
EventTriggerModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
36136
|
-
|
|
36207
|
+
i2.CommonModule,
|
|
36137
36208
|
i3.ReactiveFormsModule,
|
|
36138
36209
|
ActivityModule,
|
|
36139
36210
|
i1.RpxTranslationModule.forChild()
|
|
36140
36211
|
]] });
|
|
36141
36212
|
(function () {
|
|
36142
|
-
(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,
|
|
36143
36214
|
i3.ReactiveFormsModule,
|
|
36144
36215
|
ActivityModule, i1__namespace.RpxTranslationModule], exports: [EventTriggerComponent] });
|
|
36145
36216
|
})();
|
|
@@ -36148,7 +36219,7 @@
|
|
|
36148
36219
|
type: i0.NgModule,
|
|
36149
36220
|
args: [{
|
|
36150
36221
|
imports: [
|
|
36151
|
-
|
|
36222
|
+
i2.CommonModule,
|
|
36152
36223
|
i3.ReactiveFormsModule,
|
|
36153
36224
|
ActivityModule,
|
|
36154
36225
|
i1.RpxTranslationModule.forChild()
|
|
@@ -37318,7 +37389,7 @@
|
|
|
37318
37389
|
CaseResolver,
|
|
37319
37390
|
ErrorNotifierService,
|
|
37320
37391
|
], imports: [[
|
|
37321
|
-
|
|
37392
|
+
i2.CommonModule,
|
|
37322
37393
|
i1$1.RouterModule,
|
|
37323
37394
|
ErrorsModule,
|
|
37324
37395
|
ActivityModule,
|
|
@@ -37352,7 +37423,7 @@
|
|
|
37352
37423
|
CaseReviewSpecificAccessRequestComponent,
|
|
37353
37424
|
CaseChallengedAccessSuccessComponent,
|
|
37354
37425
|
CaseSpecificAccessSuccessComponent,
|
|
37355
|
-
CaseReviewSpecificAccessRejectComponent], imports: [
|
|
37426
|
+
CaseReviewSpecificAccessRejectComponent], imports: [i2.CommonModule,
|
|
37356
37427
|
i1$1.RouterModule,
|
|
37357
37428
|
ErrorsModule,
|
|
37358
37429
|
ActivityModule,
|
|
@@ -37377,7 +37448,7 @@
|
|
|
37377
37448
|
type: i0.NgModule,
|
|
37378
37449
|
args: [{
|
|
37379
37450
|
imports: [
|
|
37380
|
-
|
|
37451
|
+
i2.CommonModule,
|
|
37381
37452
|
i1$1.RouterModule,
|
|
37382
37453
|
ErrorsModule,
|
|
37383
37454
|
ActivityModule,
|
|
@@ -37434,15 +37505,15 @@
|
|
|
37434
37505
|
}]
|
|
37435
37506
|
}], null, null);
|
|
37436
37507
|
})();
|
|
37437
|
-
i0__namespace.ɵɵsetComponentScope(CaseEventTriggerComponent, [
|
|
37438
|
-
i0__namespace.ɵɵsetComponentScope(CasePrinterComponent, [
|
|
37439
|
-
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,
|
|
37440
37511
|
CaseFullAccessViewComponent], []);
|
|
37441
|
-
i0__namespace.ɵɵsetComponentScope(CaseFullAccessViewComponent, [
|
|
37442
|
-
i0__namespace.ɵɵsetComponentScope(CaseViewComponent, [
|
|
37443
|
-
i0__namespace.ɵɵsetComponentScope(CaseChallengedAccessRequestComponent, [
|
|
37444
|
-
i0__namespace.ɵɵsetComponentScope(CaseSpecificAccessRequestComponent, [
|
|
37445
|
-
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]);
|
|
37446
37517
|
|
|
37447
37518
|
var viewerRouting = [
|
|
37448
37519
|
{
|
|
@@ -37822,7 +37893,7 @@
|
|
|
37822
37893
|
i0__namespace.ɵɵadvance(1);
|
|
37823
37894
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(30, 26, ctx.startButtonText));
|
|
37824
37895
|
}
|
|
37825
|
-
}, 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 });
|
|
37826
37897
|
(function () {
|
|
37827
37898
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CreateCaseFiltersComponent, [{
|
|
37828
37899
|
type: i0.Component,
|
|
@@ -37849,7 +37920,7 @@
|
|
|
37849
37920
|
CreateCaseFiltersModule.ɵfac = function CreateCaseFiltersModule_Factory(t) { return new (t || CreateCaseFiltersModule)(); };
|
|
37850
37921
|
CreateCaseFiltersModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: CreateCaseFiltersModule });
|
|
37851
37922
|
CreateCaseFiltersModule.ɵinj = i0__namespace.ɵɵdefineInjector({ imports: [[
|
|
37852
|
-
|
|
37923
|
+
i2.CommonModule,
|
|
37853
37924
|
i3.FormsModule,
|
|
37854
37925
|
i3.ReactiveFormsModule,
|
|
37855
37926
|
DefinitionsModule,
|
|
@@ -37857,7 +37928,7 @@
|
|
|
37857
37928
|
i1.RpxTranslationModule.forChild()
|
|
37858
37929
|
]] });
|
|
37859
37930
|
(function () {
|
|
37860
|
-
(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,
|
|
37861
37932
|
i3.FormsModule,
|
|
37862
37933
|
i3.ReactiveFormsModule,
|
|
37863
37934
|
DefinitionsModule,
|
|
@@ -37868,7 +37939,7 @@
|
|
|
37868
37939
|
type: i0.NgModule,
|
|
37869
37940
|
args: [{
|
|
37870
37941
|
imports: [
|
|
37871
|
-
|
|
37942
|
+
i2.CommonModule,
|
|
37872
37943
|
i3.FormsModule,
|
|
37873
37944
|
i3.ReactiveFormsModule,
|
|
37874
37945
|
DefinitionsModule,
|
|
@@ -38308,7 +38379,7 @@
|
|
|
38308
38379
|
DefinitionsService,
|
|
38309
38380
|
WindowService
|
|
38310
38381
|
], imports: [[
|
|
38311
|
-
|
|
38382
|
+
i2.CommonModule,
|
|
38312
38383
|
i3.FormsModule,
|
|
38313
38384
|
i3.ReactiveFormsModule,
|
|
38314
38385
|
PaletteModule,
|
|
@@ -38317,7 +38388,7 @@
|
|
|
38317
38388
|
]] });
|
|
38318
38389
|
(function () {
|
|
38319
38390
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(SearchFiltersModule, { declarations: [SearchFiltersComponent,
|
|
38320
|
-
SearchFiltersWrapperComponent], imports: [
|
|
38391
|
+
SearchFiltersWrapperComponent], imports: [i2.CommonModule,
|
|
38321
38392
|
i3.FormsModule,
|
|
38322
38393
|
i3.ReactiveFormsModule,
|
|
38323
38394
|
PaletteModule,
|
|
@@ -38328,7 +38399,7 @@
|
|
|
38328
38399
|
type: i0.NgModule,
|
|
38329
38400
|
args: [{
|
|
38330
38401
|
imports: [
|
|
38331
|
-
|
|
38402
|
+
i2.CommonModule,
|
|
38332
38403
|
i3.FormsModule,
|
|
38333
38404
|
i3.ReactiveFormsModule,
|
|
38334
38405
|
PaletteModule,
|
|
@@ -38352,8 +38423,8 @@
|
|
|
38352
38423
|
}]
|
|
38353
38424
|
}], null, null);
|
|
38354
38425
|
})();
|
|
38355
|
-
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,
|
|
38356
|
-
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], []);
|
|
38357
38428
|
|
|
38358
38429
|
function SearchResultComponent_table_0_div_5_Template(rf, ctx) {
|
|
38359
38430
|
if (rf & 1) {
|
|
@@ -39310,7 +39381,7 @@
|
|
|
39310
39381
|
SearchResultViewItemComparatorFactory,
|
|
39311
39382
|
BrowserService
|
|
39312
39383
|
], imports: [[
|
|
39313
|
-
|
|
39384
|
+
i2.CommonModule,
|
|
39314
39385
|
i1$6.NgxPaginationModule,
|
|
39315
39386
|
i1$1.RouterModule,
|
|
39316
39387
|
i3.FormsModule,
|
|
@@ -39323,7 +39394,7 @@
|
|
|
39323
39394
|
PaletteModule
|
|
39324
39395
|
]] });
|
|
39325
39396
|
(function () {
|
|
39326
|
-
(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,
|
|
39327
39398
|
i1$6.NgxPaginationModule,
|
|
39328
39399
|
i1$1.RouterModule,
|
|
39329
39400
|
i3.FormsModule,
|
|
@@ -39338,7 +39409,7 @@
|
|
|
39338
39409
|
type: i0.NgModule,
|
|
39339
39410
|
args: [{
|
|
39340
39411
|
imports: [
|
|
39341
|
-
|
|
39412
|
+
i2.CommonModule,
|
|
39342
39413
|
i1$6.NgxPaginationModule,
|
|
39343
39414
|
i1$1.RouterModule,
|
|
39344
39415
|
i3.FormsModule,
|
|
@@ -39363,7 +39434,7 @@
|
|
|
39363
39434
|
}]
|
|
39364
39435
|
}], null, null);
|
|
39365
39436
|
})();
|
|
39366
|
-
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]);
|
|
39367
39438
|
|
|
39368
39439
|
// tslint:disable:variable-name
|
|
39369
39440
|
var ComplexFieldOverride = /** @class */ (function () {
|