@hmcts/ccd-case-ui-toolkit 5.0.25-case-file-view-media-viewer-integration → 5.0.25-case-file-sort-documents
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 +519 -147
- 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/case-viewer/case-full-access-view/case-full-access-view.component.js +19 -15
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +7 -10
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.js +44 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +135 -54
- package/esm2015/lib/shared/components/palette/case-file-view/components/index.js +3 -1
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model.js +2 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.js +90 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/index.js +2 -0
- package/esm2015/lib/shared/components/palette/palette.module.js +21 -11
- package/esm2015/lib/shared/components/search-result/search-result.component.js +12 -10
- package/esm2015/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.js +92 -0
- package/esm2015/lib/shared/domain/case-file-view/index.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +441 -122
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +1 -1
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.d.ts +14 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +5 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/components/index.d.ts +2 -0
- package/lib/shared/components/palette/case-file-view/components/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model.d.ts +6 -0
- package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.d.ts +15 -0
- package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/shared/index.d.ts +2 -0
- package/lib/shared/components/palette/case-file-view/components/shared/index.d.ts.map +1 -0
- package/lib/shared/components/palette/palette.module.d.ts +25 -23
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts +10 -0
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts.map +1 -0
- package/lib/shared/domain/case-file-view/index.d.ts +1 -1
- package/lib/shared/domain/case-file-view/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/domain/case-file-view/document-tree-node.model.js +0 -2
- package/lib/shared/domain/case-file-view/document-tree-node.model.d.ts +0 -7
- package/lib/shared/domain/case-file-view/document-tree-node.model.d.ts.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/router'), require('@angular/forms'), require('rx-polling'), require('rxjs'), require('@angular/common/http'), require('rxjs/operators'), require('class-transformer'), require('underscore'), require('moment'), require('util'), require('@edium/fsm'), require('ngx-md'), require('@angular/cdk/tree'), require('@
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@hmcts/ccd-case-ui-toolkit', ['exports', '@angular/core', '@angular/common', '@angular/router', '@angular/forms', 'rx-polling', 'rxjs', '@angular/common/http', 'rxjs/operators', 'class-transformer', 'underscore', 'moment', 'util', '@edium/fsm', 'ngx-md', '@angular/cdk/tree', '@
|
|
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.ng.router, global.ng.forms, global["rx-polling"], global.rxjs, global.ng.common.http, global.rxjs.operators, global["class-transformer"], global.underscore, global.moment, global.util, global["@edium/fsm"], global["ngx-md"], global.ng.cdk.tree, global.
|
|
5
|
-
})(this, (function (exports, i0, i1, i1$1, i1$2, polling, rxjs, i1$3, operators, classTransformer, _, moment, util, fsm, i1$4, i1$5,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/router'), require('@angular/forms'), require('rx-polling'), require('rxjs'), require('@angular/common/http'), require('rxjs/operators'), require('class-transformer'), require('underscore'), require('moment'), require('util'), require('@edium/fsm'), require('ngx-md'), require('@angular/cdk/tree'), require('@angular/cdk/overlay'), require('@angular/material/dialog'), require('@nicky-lenaers/ngx-scroll-to'), require('@angular-material-components/datetime-picker'), require('@angular-material-components/moment-adapter'), require('@angular/material/datepicker'), require('@angular/material/form-field'), require('@angular/material/autocomplete'), require('@angular/material/core'), require('@hmcts/ccpay-web-component'), require('@angular/cdk/portal'), require('@angular/material/input'), require('ngx-pagination'), require('@angular/material/tabs')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@hmcts/ccd-case-ui-toolkit', ['exports', '@angular/core', '@angular/common', '@angular/router', '@angular/forms', 'rx-polling', 'rxjs', '@angular/common/http', 'rxjs/operators', 'class-transformer', 'underscore', 'moment', 'util', '@edium/fsm', 'ngx-md', '@angular/cdk/tree', '@angular/cdk/overlay', '@angular/material/dialog', '@nicky-lenaers/ngx-scroll-to', '@angular-material-components/datetime-picker', '@angular-material-components/moment-adapter', '@angular/material/datepicker', '@angular/material/form-field', '@angular/material/autocomplete', '@angular/material/core', '@hmcts/ccpay-web-component', '@angular/cdk/portal', '@angular/material/input', 'ngx-pagination', '@angular/material/tabs'], factory) :
|
|
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.ng.router, global.ng.forms, global["rx-polling"], global.rxjs, global.ng.common.http, global.rxjs.operators, global["class-transformer"], global.underscore, global.moment, global.util, global["@edium/fsm"], global["ngx-md"], global.ng.cdk.tree, global.ng.cdk.overlay, global.ng.material.dialog, global["@nicky-lenaers/ngx-scroll-to"], global["@angular-material-components/datetime-picker"], global["@angular-material-components/moment-adapter"], global.ng.material.datepicker, global.ng.material.formField, global.ng.material.autocomplete, global.ng.material.core, global["@hmcts/ccpay-web-component"], global.ng.cdk.portal, global.ng.material.input, global["ngx-pagination"], global.ng.material.tabs));
|
|
5
|
+
})(this, (function (exports, i0, i1, i1$1, i1$2, polling, rxjs, i1$3, operators, classTransformer, _, moment, util, fsm, i1$4, i2, i1$5, i1$6, i2$1, i4, momentAdapter, i5, i6, i5$1, i6$1, i3, i6$2, input, i1$7, i10) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
var ___namespace = /*#__PURE__*/_interopNamespace(_);
|
|
34
34
|
var moment__namespace = /*#__PURE__*/_interopNamespace(moment);
|
|
35
35
|
var i1__namespace$4 = /*#__PURE__*/_interopNamespace(i1$4);
|
|
36
|
+
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
36
37
|
var i1__namespace$5 = /*#__PURE__*/_interopNamespace(i1$5);
|
|
37
|
-
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
38
38
|
var i1__namespace$6 = /*#__PURE__*/_interopNamespace(i1$6);
|
|
39
|
-
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
40
|
-
var i4__namespace
|
|
39
|
+
var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
|
|
40
|
+
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
41
41
|
var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
|
|
42
42
|
var i6__namespace = /*#__PURE__*/_interopNamespace(i6);
|
|
43
43
|
var i5__namespace$1 = /*#__PURE__*/_interopNamespace(i5$1);
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
i0__namespace.ɵɵtextInterpolate(ctx_r1.workhours);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
var _c0$
|
|
119
|
+
var _c0$Q = [[["", "footerSolsNavLinks", ""]], [["", "footerCaseWorkerNavLinks", ""]]];
|
|
120
120
|
var _c1$n = ["[footerSolsNavLinks]", "[footerCaseWorkerNavLinks]"];
|
|
121
121
|
var FooterComponent = /** @class */ (function () {
|
|
122
122
|
function FooterComponent() {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
FooterComponent.ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(); };
|
|
127
127
|
FooterComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: FooterComponent, selectors: [["cut-footer-bar"]], inputs: { email: "email", isSolicitor: "isSolicitor", phone: "phone", workhours: "workhours" }, ngContentSelectors: _c1$n, decls: 4, vars: 4, consts: [["id", "footer", "role", "footer", 1, "group", "js-footer"], [1, "footer-wrapper"], ["class", "footer-meta", 4, "ngIf"], [1, "footer-meta"], [1, "footer-meta-inner"], [1, "open-government-licence"], [1, "logo"], ["href", "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "rel", "license"], [1, "copyright"], ["href", "https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/"], [1, "title"], [1, "footer-text"], [1, "email"], [3, "href"], [1, "phone"], [1, "work-hours"]], template: function FooterComponent_Template(rf, ctx) {
|
|
128
128
|
if (rf & 1) {
|
|
129
|
-
i0__namespace.ɵɵprojectionDef(_c0$
|
|
129
|
+
i0__namespace.ɵɵprojectionDef(_c0$Q);
|
|
130
130
|
i0__namespace.ɵɵelementStart(0, "footer", 0);
|
|
131
131
|
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
132
132
|
i0__namespace.ɵɵtemplate(2, FooterComponent_div_2_Template, 15, 0, "div", 2);
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
i0__namespace.ɵɵtextInterpolate(ctx_r2.title);
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
var _c0$
|
|
208
|
+
var _c0$P = [[["", "headerNavigation", ""]]];
|
|
209
209
|
var _c1$m = ["[headerNavigation]"];
|
|
210
210
|
var HeaderBarComponent = /** @class */ (function () {
|
|
211
211
|
function HeaderBarComponent() {
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
HeaderBarComponent.ɵfac = function HeaderBarComponent_Factory(t) { return new (t || HeaderBarComponent)(); };
|
|
220
220
|
HeaderBarComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: HeaderBarComponent, selectors: [["cut-header-bar"]], inputs: { title: "title", isSolicitor: "isSolicitor", username: "username" }, outputs: { signOutRequest: "signOutRequest" }, ngContentSelectors: _c1$m, decls: 15, vars: 8, consts: [["role", "banner", "id", "global-header", 1, "with-proposition"], [1, "header-wrapper"], [1, "header-global"], [4, "ngIf"], ["class", "global-header", 4, "ngIf"], [1, "header-proposition"], [1, "content"], ["href", "#proposition-links", 1, "js-header-toggle", "menu"], ["id", "proposition-menu", 4, "ngIf"], [1, "proposition-right"], ["id", "user-name"], ["id", "sign-out", "href", "javascript:void(0)", 3, "click"], ["href", "https://www.gov.uk", "title", "Go to the GOV.UK homepage", "id", "logo", 1, "content", 2, "margin-left", "0px"], ["src", "/img/gov.uk_logotype_crown_invert_trans.png?0.23.0", "width", "36", "height", "32", "alt", ""], [1, "global-header"], [1, "title"], ["id", "proposition-menu"], [1, "title-solicitor"], ["id", "proposition-name"]], template: function HeaderBarComponent_Template(rf, ctx) {
|
|
221
221
|
if (rf & 1) {
|
|
222
|
-
i0__namespace.ɵɵprojectionDef(_c0$
|
|
222
|
+
i0__namespace.ɵɵprojectionDef(_c0$P);
|
|
223
223
|
i0__namespace.ɵɵelementStart(0, "header", 0);
|
|
224
224
|
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
225
225
|
i0__namespace.ɵɵelementStart(2, "div", 2);
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
}] });
|
|
281
281
|
})();
|
|
282
282
|
|
|
283
|
-
var _c0$
|
|
283
|
+
var _c0$O = [[["", "leftNavLinks", ""]], [["", "rightNavLinks", ""]]];
|
|
284
284
|
var _c1$l = ["[leftNavLinks]", "[rightNavLinks]"];
|
|
285
285
|
var NavigationComponent = /** @class */ (function () {
|
|
286
286
|
function NavigationComponent() {
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
NavigationComponent.ɵfac = function NavigationComponent_Factory(t) { return new (t || NavigationComponent)(); };
|
|
291
291
|
NavigationComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: NavigationComponent, selectors: [["cut-nav-bar"]], inputs: { isSolicitor: "isSolicitor" }, ngContentSelectors: _c1$l, decls: 4, vars: 2, consts: [[1, "cut-nav-bar"]], template: function NavigationComponent_Template(rf, ctx) {
|
|
292
292
|
if (rf & 1) {
|
|
293
|
-
i0__namespace.ɵɵprojectionDef(_c0$
|
|
293
|
+
i0__namespace.ɵɵprojectionDef(_c0$O);
|
|
294
294
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
295
295
|
i0__namespace.ɵɵelementStart(1, "nav", 0);
|
|
296
296
|
i0__namespace.ɵɵprojection(2);
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
}], null, null);
|
|
436
436
|
})();
|
|
437
437
|
|
|
438
|
-
var _c0$
|
|
438
|
+
var _c0$N = [[["", "topBody", ""]], [["", "leftBody", ""]], [["", "rightBody", ""]]];
|
|
439
439
|
var _c1$k = ["[topBody]", "[leftBody]", "[rightBody]"];
|
|
440
440
|
var BodyComponent = /** @class */ (function () {
|
|
441
441
|
function BodyComponent() {
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
BodyComponent.ɵfac = function BodyComponent_Factory(t) { return new (t || BodyComponent)(); };
|
|
446
446
|
BodyComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: BodyComponent, selectors: [["cut-body"]], ngContentSelectors: _c1$k, decls: 4, vars: 0, consts: [[1, "global-display"]], template: function BodyComponent_Template(rf, ctx) {
|
|
447
447
|
if (rf & 1) {
|
|
448
|
-
i0__namespace.ɵɵprojectionDef(_c0$
|
|
448
|
+
i0__namespace.ɵɵprojectionDef(_c0$N);
|
|
449
449
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
450
450
|
i0__namespace.ɵɵprojection(1);
|
|
451
451
|
i0__namespace.ɵɵprojection(2, 1);
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
793
793
|
}
|
|
794
794
|
|
|
795
|
-
var _c0$
|
|
795
|
+
var _c0$M = function (a0) { return { "govuk-input--error": a0 }; };
|
|
796
796
|
function DateInputComponent_div_16_Template(rf, ctx) {
|
|
797
797
|
if (rf & 1) {
|
|
798
798
|
var _r8_1 = i0__namespace.ɵɵgetCurrentView();
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
i0__namespace.ɵɵadvance(1);
|
|
811
811
|
i0__namespace.ɵɵproperty("for", ctx_r3.hourId());
|
|
812
812
|
i0__namespace.ɵɵadvance(2);
|
|
813
|
-
i0__namespace.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$
|
|
813
|
+
i0__namespace.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$M, ctx_r3.isInvalid));
|
|
814
814
|
}
|
|
815
815
|
}
|
|
816
816
|
function DateInputComponent_div_17_Template(rf, ctx) {
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
i0__namespace.ɵɵadvance(1);
|
|
831
831
|
i0__namespace.ɵɵproperty("for", ctx_r4.minuteId());
|
|
832
832
|
i0__namespace.ɵɵadvance(2);
|
|
833
|
-
i0__namespace.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$
|
|
833
|
+
i0__namespace.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$M, ctx_r4.isInvalid));
|
|
834
834
|
}
|
|
835
835
|
}
|
|
836
836
|
function DateInputComponent_div_18_Template(rf, ctx) {
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
i0__namespace.ɵɵadvance(1);
|
|
851
851
|
i0__namespace.ɵɵproperty("for", ctx_r5.secondId());
|
|
852
852
|
i0__namespace.ɵɵadvance(2);
|
|
853
|
-
i0__namespace.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$
|
|
853
|
+
i0__namespace.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$M, ctx_r5.isInvalid));
|
|
854
854
|
}
|
|
855
855
|
}
|
|
856
856
|
var DateInputComponent = /** @class */ (function () {
|
|
@@ -1084,15 +1084,15 @@
|
|
|
1084
1084
|
i0__namespace.ɵɵadvance(2);
|
|
1085
1085
|
i0__namespace.ɵɵproperty("for", ctx.dayId());
|
|
1086
1086
|
i0__namespace.ɵɵadvance(2);
|
|
1087
|
-
i0__namespace.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0__namespace.ɵɵpureFunction1(18, _c0$
|
|
1087
|
+
i0__namespace.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0__namespace.ɵɵpureFunction1(18, _c0$M, ctx.isInvalid));
|
|
1088
1088
|
i0__namespace.ɵɵadvance(3);
|
|
1089
1089
|
i0__namespace.ɵɵproperty("for", ctx.monthId());
|
|
1090
1090
|
i0__namespace.ɵɵadvance(2);
|
|
1091
|
-
i0__namespace.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0__namespace.ɵɵpureFunction1(20, _c0$
|
|
1091
|
+
i0__namespace.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0__namespace.ɵɵpureFunction1(20, _c0$M, ctx.isInvalid));
|
|
1092
1092
|
i0__namespace.ɵɵadvance(3);
|
|
1093
1093
|
i0__namespace.ɵɵproperty("for", ctx.yearId());
|
|
1094
1094
|
i0__namespace.ɵɵadvance(2);
|
|
1095
|
-
i0__namespace.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0__namespace.ɵɵpureFunction1(22, _c0$
|
|
1095
|
+
i0__namespace.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0__namespace.ɵɵpureFunction1(22, _c0$M, ctx.isInvalid));
|
|
1096
1096
|
i0__namespace.ɵɵadvance(2);
|
|
1097
1097
|
i0__namespace.ɵɵproperty("ngIf", ctx.isDateTime);
|
|
1098
1098
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
i0__namespace.ɵɵelementContainerEnd();
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
|
-
var _c0$
|
|
1176
|
+
var _c0$L = ["*"];
|
|
1177
1177
|
exports.AlertMessageType = void 0;
|
|
1178
1178
|
(function (AlertMessageType) {
|
|
1179
1179
|
AlertMessageType["WARNING"] = "warning";
|
|
@@ -1194,7 +1194,7 @@
|
|
|
1194
1194
|
AlertComponent.TYPE_ERROR = 'error';
|
|
1195
1195
|
AlertComponent.TYPE_INFORMATION = 'information';
|
|
1196
1196
|
AlertComponent.ɵfac = function AlertComponent_Factory(t) { return new (t || AlertComponent)(); };
|
|
1197
|
-
AlertComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$
|
|
1197
|
+
AlertComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$L, decls: 10, vars: 10, consts: [[1, "hmcts-banner"], [3, "ngSwitch"], [4, "ngSwitchCase"], [1, "hmcts-banner__message"], [1, "hmcts-banner__assistive"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon"], ["d", "M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z"], ["d", "M25,6.2L8.7,23.2L0,14.1l4-4.2l4.7,4.9L21,2L25,6.2z"], ["d", "M13.7,18.5h-2.4v-2.4h2.4V18.5z M12.5,13.7c-0.7,0-1.2-0.5-1.2-1.2V7.7c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v4.8\n C13.7,13.2,13.2,13.7,12.5,13.7z M12.5,0.5c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S19.1,0.5,12.5,0.5z"]], template: function AlertComponent_Template(rf, ctx) {
|
|
1198
1198
|
if (rf & 1) {
|
|
1199
1199
|
i0__namespace.ɵɵprojectionDef();
|
|
1200
1200
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
}], null, null);
|
|
1301
1301
|
})();
|
|
1302
1302
|
|
|
1303
|
-
var _c0$
|
|
1303
|
+
var _c0$K = function (a0) { return { "js-hidden": a0 }; };
|
|
1304
1304
|
var _c1$j = ["*"];
|
|
1305
1305
|
var TabComponent = /** @class */ (function () {
|
|
1306
1306
|
function TabComponent() {
|
|
@@ -1316,7 +1316,7 @@
|
|
|
1316
1316
|
i0__namespace.ɵɵelementEnd();
|
|
1317
1317
|
}
|
|
1318
1318
|
if (rf & 2) {
|
|
1319
|
-
i0__namespace.ɵɵproperty("id", ctx.id)("ngClass", i0__namespace.ɵɵpureFunction1(3, _c0$
|
|
1319
|
+
i0__namespace.ɵɵproperty("id", ctx.id)("ngClass", i0__namespace.ɵɵpureFunction1(3, _c0$K, !ctx.selected));
|
|
1320
1320
|
i0__namespace.ɵɵattribute("aria-hidden", !ctx.selected);
|
|
1321
1321
|
}
|
|
1322
1322
|
}, directives: [i1__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}}"] });
|
|
@@ -1339,7 +1339,7 @@
|
|
|
1339
1339
|
}] });
|
|
1340
1340
|
})();
|
|
1341
1341
|
|
|
1342
|
-
var _c0$
|
|
1342
|
+
var _c0$J = ["tab"];
|
|
1343
1343
|
var _c1$i = function () { return ["."]; };
|
|
1344
1344
|
var _c2$3 = function (a0) { return { "tabs-toggle-selected": a0 }; };
|
|
1345
1345
|
function TabsComponent_li_2_Template(rf, ctx) {
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
}
|
|
1394
1394
|
}, viewQuery: function TabsComponent_Query(rf, ctx) {
|
|
1395
1395
|
if (rf & 1) {
|
|
1396
|
-
i0__namespace.ɵɵviewQuery(_c0$
|
|
1396
|
+
i0__namespace.ɵɵviewQuery(_c0$J, 1);
|
|
1397
1397
|
}
|
|
1398
1398
|
if (rf & 2) {
|
|
1399
1399
|
var _t = void 0;
|
|
@@ -1472,7 +1472,7 @@
|
|
|
1472
1472
|
}], null, null);
|
|
1473
1473
|
})();
|
|
1474
1474
|
|
|
1475
|
-
var _c0$
|
|
1475
|
+
var _c0$I = function (a0, a1) { return { caseLocked: a0, someoneViewing: a1 }; };
|
|
1476
1476
|
var ActivityBannerComponent = /** @class */ (function () {
|
|
1477
1477
|
function ActivityBannerComponent() {
|
|
1478
1478
|
}
|
|
@@ -1493,7 +1493,7 @@
|
|
|
1493
1493
|
i0__namespace.ɵɵelementEnd();
|
|
1494
1494
|
}
|
|
1495
1495
|
if (rf & 2) {
|
|
1496
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(4, _c0$
|
|
1496
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(4, _c0$I, ctx.bannerType === "editor", ctx.bannerType === "viewer"));
|
|
1497
1497
|
i0__namespace.ɵɵadvance(2);
|
|
1498
1498
|
i0__namespace.ɵɵpropertyInterpolate("alt", ctx.description);
|
|
1499
1499
|
i0__namespace.ɵɵpropertyInterpolate("src", ctx.imageLink, i0__namespace.ɵɵsanitizeUrl);
|
|
@@ -9203,7 +9203,7 @@
|
|
|
9203
9203
|
}], null, null);
|
|
9204
9204
|
})();
|
|
9205
9205
|
|
|
9206
|
-
var _c0$
|
|
9206
|
+
var _c0$H = ["writeComplexFieldComponent"];
|
|
9207
9207
|
function WriteAddressFieldComponent_div_1_div_4_span_4_Template(rf, ctx) {
|
|
9208
9208
|
if (rf & 1) {
|
|
9209
9209
|
i0__namespace.ɵɵelementStart(0, "span", 14);
|
|
@@ -9417,7 +9417,7 @@
|
|
|
9417
9417
|
WriteAddressFieldComponent.ɵfac = function WriteAddressFieldComponent_Factory(t) { return new (t || WriteAddressFieldComponent)(i0__namespace.ɵɵdirectiveInject(AddressesService), i0__namespace.ɵɵdirectiveInject(IsCompoundPipe)); };
|
|
9418
9418
|
WriteAddressFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteAddressFieldComponent, selectors: [["ccd-write-address-field"]], viewQuery: function WriteAddressFieldComponent_Query(rf, ctx) {
|
|
9419
9419
|
if (rf & 1) {
|
|
9420
|
-
i0__namespace.ɵɵviewQuery(_c0$
|
|
9420
|
+
i0__namespace.ɵɵviewQuery(_c0$H, 1);
|
|
9421
9421
|
i0__namespace.ɵɵviewQuery(FocusElementDirective, 1);
|
|
9422
9422
|
}
|
|
9423
9423
|
if (rf & 2) {
|
|
@@ -9459,52 +9459,328 @@
|
|
|
9459
9459
|
}] });
|
|
9460
9460
|
})();
|
|
9461
9461
|
|
|
9462
|
-
function
|
|
9462
|
+
var CaseFileViewCategory = /** @class */ (function () {
|
|
9463
|
+
function CaseFileViewCategory() {
|
|
9464
|
+
}
|
|
9465
|
+
return CaseFileViewCategory;
|
|
9466
|
+
}());
|
|
9467
|
+
|
|
9468
|
+
var CaseFileViewDocument = /** @class */ (function () {
|
|
9469
|
+
function CaseFileViewDocument() {
|
|
9470
|
+
}
|
|
9471
|
+
return CaseFileViewDocument;
|
|
9472
|
+
}());
|
|
9473
|
+
|
|
9474
|
+
/**
|
|
9475
|
+
* DTO to provide typing of the response from the CCD Data Store API for Categories and Documents data.
|
|
9476
|
+
* @see {@link https://tools.hmcts.net/confluence/x/0KSDX#CaseFileViewDocumentDataendpointLLD-SuccessResponsePayload} for full details
|
|
9477
|
+
*/
|
|
9478
|
+
var CategoriesAndDocuments = /** @class */ (function () {
|
|
9479
|
+
function CategoriesAndDocuments() {
|
|
9480
|
+
}
|
|
9481
|
+
return CategoriesAndDocuments;
|
|
9482
|
+
}());
|
|
9483
|
+
|
|
9484
|
+
var DocumentTreeNode = /** @class */ (function () {
|
|
9485
|
+
function DocumentTreeNode() {
|
|
9486
|
+
}
|
|
9487
|
+
Object.defineProperty(DocumentTreeNode.prototype, "childDocumentCount", {
|
|
9488
|
+
get: function () {
|
|
9489
|
+
var countChildren = function (childNodes) {
|
|
9490
|
+
var count = 0;
|
|
9491
|
+
if (childNodes === null || childNodes === void 0 ? void 0 : childNodes.length) {
|
|
9492
|
+
var documents = childNodes.filter(function (item) { return item.type === 'document'; });
|
|
9493
|
+
count += documents.length;
|
|
9494
|
+
childNodes.forEach(function (children) {
|
|
9495
|
+
count += countChildren(children.children);
|
|
9496
|
+
});
|
|
9497
|
+
}
|
|
9498
|
+
return count;
|
|
9499
|
+
};
|
|
9500
|
+
return countChildren(this.children);
|
|
9501
|
+
},
|
|
9502
|
+
enumerable: false,
|
|
9503
|
+
configurable: true
|
|
9504
|
+
});
|
|
9505
|
+
DocumentTreeNode.prototype.sortChildrenAscending = function () {
|
|
9506
|
+
var _a, _b;
|
|
9507
|
+
var sortAscending = function () {
|
|
9508
|
+
return function (a, b) {
|
|
9509
|
+
var nameA = a.name.toUpperCase(); // ignore upper and lowercase
|
|
9510
|
+
var nameB = b.name.toUpperCase(); // ignore upper and lowercase
|
|
9511
|
+
if (a.type === 'category' || b.type === 'category') {
|
|
9512
|
+
return 0;
|
|
9513
|
+
}
|
|
9514
|
+
if (nameA < nameB) {
|
|
9515
|
+
return -1;
|
|
9516
|
+
}
|
|
9517
|
+
if (nameA > nameB) {
|
|
9518
|
+
return 1;
|
|
9519
|
+
}
|
|
9520
|
+
};
|
|
9521
|
+
};
|
|
9522
|
+
(_a = this.children) === null || _a === void 0 ? void 0 : _a.sort(sortAscending());
|
|
9523
|
+
(_b = this.children) === null || _b === void 0 ? void 0 : _b.forEach(function (childNodes) {
|
|
9524
|
+
childNodes.sortChildrenAscending();
|
|
9525
|
+
});
|
|
9526
|
+
};
|
|
9527
|
+
DocumentTreeNode.prototype.sortChildrenDescending = function () {
|
|
9528
|
+
var _a, _b;
|
|
9529
|
+
var sortDescending = function () {
|
|
9530
|
+
return function (a, b) {
|
|
9531
|
+
var nameA = a.name.toUpperCase(); // ignore upper and lowercase
|
|
9532
|
+
var nameB = b.name.toUpperCase(); // ignore upper and lowercase
|
|
9533
|
+
if (a.type === 'category' || b.type === 'category') {
|
|
9534
|
+
return 0;
|
|
9535
|
+
}
|
|
9536
|
+
if (nameA > nameB) {
|
|
9537
|
+
return -1;
|
|
9538
|
+
}
|
|
9539
|
+
if (nameA < nameB) {
|
|
9540
|
+
return 1;
|
|
9541
|
+
}
|
|
9542
|
+
};
|
|
9543
|
+
};
|
|
9544
|
+
(_a = this.children) === null || _a === void 0 ? void 0 : _a.sort(sortDescending());
|
|
9545
|
+
(_b = this.children) === null || _b === void 0 ? void 0 : _b.forEach(function (childNodes) {
|
|
9546
|
+
childNodes.sortChildrenDescending();
|
|
9547
|
+
});
|
|
9548
|
+
};
|
|
9549
|
+
Object.defineProperty(DocumentTreeNode.prototype, "flattenedAll", {
|
|
9550
|
+
get: function () {
|
|
9551
|
+
var _a;
|
|
9552
|
+
var flattenChildren = function (nodeChild) {
|
|
9553
|
+
var _a;
|
|
9554
|
+
var flattenedNodes = [];
|
|
9555
|
+
flattenedNodes.push(nodeChild);
|
|
9556
|
+
if (((_a = nodeChild.children) === null || _a === void 0 ? void 0 : _a.length) > 0) {
|
|
9557
|
+
nodeChild.children.forEach(function (child) {
|
|
9558
|
+
flattenedNodes.push.apply(flattenedNodes, __spread(flattenChildren(child)));
|
|
9559
|
+
});
|
|
9560
|
+
}
|
|
9561
|
+
return flattenedNodes;
|
|
9562
|
+
};
|
|
9563
|
+
return __spread([
|
|
9564
|
+
this
|
|
9565
|
+
], (_a = this.children) === null || _a === void 0 ? void 0 : _a.map(function (item) {
|
|
9566
|
+
return flattenChildren(item);
|
|
9567
|
+
}).flat());
|
|
9568
|
+
},
|
|
9569
|
+
enumerable: false,
|
|
9570
|
+
configurable: true
|
|
9571
|
+
});
|
|
9572
|
+
return DocumentTreeNode;
|
|
9573
|
+
}());
|
|
9574
|
+
__decorate([
|
|
9575
|
+
classTransformer.Type(function () { return DocumentTreeNode; }),
|
|
9576
|
+
__metadata("design:type", Array)
|
|
9577
|
+
], DocumentTreeNode.prototype, "children", void 0);
|
|
9578
|
+
__decorate([
|
|
9579
|
+
classTransformer.Expose(),
|
|
9580
|
+
__metadata("design:type", Object),
|
|
9581
|
+
__metadata("design:paramtypes", [])
|
|
9582
|
+
], DocumentTreeNode.prototype, "childDocumentCount", null);
|
|
9583
|
+
|
|
9584
|
+
function CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_1_Template(rf, ctx) {
|
|
9463
9585
|
if (rf & 1) {
|
|
9464
|
-
i0__namespace.ɵɵ
|
|
9465
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
9466
|
-
i0__namespace.ɵɵ
|
|
9467
|
-
i0__namespace.ɵɵ
|
|
9586
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
9587
|
+
i0__namespace.ɵɵelementStart(1, "div", 4);
|
|
9588
|
+
i0__namespace.ɵɵtext(2);
|
|
9589
|
+
i0__namespace.ɵɵelementEnd();
|
|
9590
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
9591
|
+
}
|
|
9592
|
+
if (rf & 2) {
|
|
9593
|
+
var ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
9594
|
+
i0__namespace.ɵɵadvance(2);
|
|
9595
|
+
i0__namespace.ɵɵtextInterpolate(ctx_r1.title);
|
|
9596
|
+
}
|
|
9597
|
+
}
|
|
9598
|
+
function CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_img_2_Template(rf, ctx) {
|
|
9599
|
+
if (rf & 1) {
|
|
9600
|
+
i0__namespace.ɵɵelement(0, "img", 8);
|
|
9601
|
+
}
|
|
9602
|
+
if (rf & 2) {
|
|
9603
|
+
var item_r3 = i0__namespace.ɵɵnextContext().$implicit;
|
|
9604
|
+
var ctx_r4 = i0__namespace.ɵɵnextContext(2);
|
|
9605
|
+
i0__namespace.ɵɵproperty("src", item_r3.iconSrc, i0__namespace.ɵɵsanitizeUrl)("alt", ctx_r4.title);
|
|
9606
|
+
}
|
|
9607
|
+
}
|
|
9608
|
+
function CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_Template(rf, ctx) {
|
|
9609
|
+
if (rf & 1) {
|
|
9610
|
+
var _r7_1 = i0__namespace.ɵɵgetCurrentView();
|
|
9611
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
9612
|
+
i0__namespace.ɵɵelementStart(1, "div", 5);
|
|
9613
|
+
i0__namespace.ɵɵlistener("click", function CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_Template_div_click_1_listener() { i0__namespace.ɵɵrestoreView(_r7_1); var item_r3 = ctx.$implicit; var ctx_r6 = i0__namespace.ɵɵnextContext(2); item_r3.actionFn(); return ctx_r6.closeOverlay(); });
|
|
9614
|
+
i0__namespace.ɵɵtemplate(2, CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_img_2_Template, 1, 2, "img", 6);
|
|
9615
|
+
i0__namespace.ɵɵelementStart(3, "div", 7);
|
|
9468
9616
|
i0__namespace.ɵɵtext(4);
|
|
9469
9617
|
i0__namespace.ɵɵelementEnd();
|
|
9470
9618
|
i0__namespace.ɵɵelementEnd();
|
|
9619
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
9620
|
+
}
|
|
9621
|
+
if (rf & 2) {
|
|
9622
|
+
var item_r3 = ctx.$implicit;
|
|
9623
|
+
i0__namespace.ɵɵadvance(2);
|
|
9624
|
+
i0__namespace.ɵɵproperty("ngIf", item_r3.iconSrc);
|
|
9625
|
+
i0__namespace.ɵɵadvance(2);
|
|
9626
|
+
i0__namespace.ɵɵtextInterpolate(item_r3.actionText);
|
|
9627
|
+
}
|
|
9628
|
+
}
|
|
9629
|
+
function CaseFileViewOverlayMenuComponent_ng_template_0_Template(rf, ctx) {
|
|
9630
|
+
if (rf & 1) {
|
|
9631
|
+
i0__namespace.ɵɵelementStart(0, "div", 1);
|
|
9632
|
+
i0__namespace.ɵɵtemplate(1, CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_1_Template, 3, 1, "ng-container", 2);
|
|
9633
|
+
i0__namespace.ɵɵtemplate(2, CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_Template, 5, 2, "ng-container", 3);
|
|
9471
9634
|
i0__namespace.ɵɵelementEnd();
|
|
9472
9635
|
}
|
|
9473
9636
|
if (rf & 2) {
|
|
9474
|
-
var
|
|
9475
|
-
i0__namespace.ɵɵadvance(
|
|
9476
|
-
i0__namespace.ɵɵ
|
|
9637
|
+
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
9638
|
+
i0__namespace.ɵɵadvance(1);
|
|
9639
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r0.title);
|
|
9640
|
+
i0__namespace.ɵɵadvance(1);
|
|
9641
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r0.menuItems);
|
|
9477
9642
|
}
|
|
9478
9643
|
}
|
|
9479
|
-
function
|
|
9644
|
+
var CaseFileViewOverlayMenuComponent = /** @class */ (function () {
|
|
9645
|
+
function CaseFileViewOverlayMenuComponent() {
|
|
9646
|
+
this.title = '';
|
|
9647
|
+
this.isOpen = false;
|
|
9648
|
+
this.isOpenChange = new i0.EventEmitter();
|
|
9649
|
+
}
|
|
9650
|
+
CaseFileViewOverlayMenuComponent.prototype.closeOverlay = function () {
|
|
9651
|
+
var isOpen = false;
|
|
9652
|
+
this.isOpen = isOpen;
|
|
9653
|
+
this.isOpenChange.emit(isOpen);
|
|
9654
|
+
};
|
|
9655
|
+
return CaseFileViewOverlayMenuComponent;
|
|
9656
|
+
}());
|
|
9657
|
+
CaseFileViewOverlayMenuComponent.ɵfac = function CaseFileViewOverlayMenuComponent_Factory(t) { return new (t || CaseFileViewOverlayMenuComponent)(); };
|
|
9658
|
+
CaseFileViewOverlayMenuComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewOverlayMenuComponent, selectors: [["ccd-case-file-view-overlay-menu"]], inputs: { title: "title", menuItems: "menuItems", cdkOverlayOrigin: "cdkOverlayOrigin", isOpen: "isOpen" }, outputs: { isOpenChange: "isOpenChange" }, decls: 1, vars: 2, consts: [["cdkConnectedOverlay", "", 3, "cdkConnectedOverlayOrigin", "cdkConnectedOverlayOpen"], [1, "overlayMenu"], [4, "ngIf"], [4, "ngFor", "ngForOf"], [1, "overlayMenu__title"], [1, "overlayMenu__item", 3, "click"], ["class", "overlayMenu__itemIcon", 3, "src", "alt", 4, "ngIf"], [1, "overlayMenu__actionText"], [1, "overlayMenu__itemIcon", 3, "src", "alt"]], template: function CaseFileViewOverlayMenuComponent_Template(rf, ctx) {
|
|
9659
|
+
if (rf & 1) {
|
|
9660
|
+
i0__namespace.ɵɵtemplate(0, CaseFileViewOverlayMenuComponent_ng_template_0_Template, 3, 2, "ng-template", 0);
|
|
9661
|
+
}
|
|
9662
|
+
if (rf & 2) {
|
|
9663
|
+
i0__namespace.ɵɵproperty("cdkConnectedOverlayOrigin", ctx.cdkOverlayOrigin)("cdkConnectedOverlayOpen", ctx.isOpen);
|
|
9664
|
+
}
|
|
9665
|
+
}, directives: [i1__namespace$5.CdkConnectedOverlay, i1__namespace.NgIf, i1__namespace.NgForOf], styles: [".overlayMenu[_ngcontent-%COMP%]{background-color:#fafafa;border:1px solid grey;margin-top:8px;font-size:1rem}.overlayMenu__item[_ngcontent-%COMP%], .overlayMenu__title[_ngcontent-%COMP%]{padding:10px;border-bottom:1px solid grey}.overlayMenu__item[_ngcontent-%COMP%]:last-child, .overlayMenu__title[_ngcontent-%COMP%]:last-child{border:none}.overlayMenu__title[_ngcontent-%COMP%]{padding-left:6px;padding-right:6px}.overlayMenu__item[_ngcontent-%COMP%]{display:flex;align-items:center;cursor:pointer;font-size:.875em}.overlayMenu__item[_ngcontent-%COMP%]:hover{background-color:#fff2cc}.overlayMenu__itemIcon[_ngcontent-%COMP%]{height:1.25em;width:1.25em;margin-right:6px}"] });
|
|
9666
|
+
(function () {
|
|
9667
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewOverlayMenuComponent, [{
|
|
9668
|
+
type: i0.Component,
|
|
9669
|
+
args: [{
|
|
9670
|
+
selector: 'ccd-case-file-view-overlay-menu',
|
|
9671
|
+
templateUrl: './case-file-view-overlay-menu.component.html',
|
|
9672
|
+
styleUrls: ['./case-file-view-overlay-menu.component.scss']
|
|
9673
|
+
}]
|
|
9674
|
+
}], null, { title: [{
|
|
9675
|
+
type: i0.Input
|
|
9676
|
+
}], menuItems: [{
|
|
9677
|
+
type: i0.Input
|
|
9678
|
+
}], cdkOverlayOrigin: [{
|
|
9679
|
+
type: i0.Input
|
|
9680
|
+
}], isOpen: [{
|
|
9681
|
+
type: i0.Input
|
|
9682
|
+
}], isOpenChange: [{
|
|
9683
|
+
type: i0.Output
|
|
9684
|
+
}] });
|
|
9685
|
+
})();
|
|
9686
|
+
|
|
9687
|
+
var CaseFileViewFolderSortComponent = /** @class */ (function () {
|
|
9688
|
+
function CaseFileViewFolderSortComponent() {
|
|
9689
|
+
var _this = this;
|
|
9690
|
+
this.isOpen = false;
|
|
9691
|
+
this.sortAscending = new i0.EventEmitter();
|
|
9692
|
+
this.sortDescending = new i0.EventEmitter();
|
|
9693
|
+
this.overlayMenuItems = [
|
|
9694
|
+
{ actionText: 'A to Z descending', iconSrc: '/assets/img/sort/sort-down-arrow.svg', actionFn: function () { return _this.sortAscending.emit(); } },
|
|
9695
|
+
{ actionText: 'Z to A descending', iconSrc: '/assets/img/sort/sort-up-arrow.svg', actionFn: function () { return _this.sortDescending.emit(); } },
|
|
9696
|
+
];
|
|
9697
|
+
}
|
|
9698
|
+
CaseFileViewFolderSortComponent.prototype.ngOnInit = function () {
|
|
9699
|
+
};
|
|
9700
|
+
return CaseFileViewFolderSortComponent;
|
|
9701
|
+
}());
|
|
9702
|
+
CaseFileViewFolderSortComponent.ɵfac = function CaseFileViewFolderSortComponent_Factory(t) { return new (t || CaseFileViewFolderSortComponent)(); };
|
|
9703
|
+
CaseFileViewFolderSortComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderSortComponent, selectors: [["ccd-case-file-view-folder-sort"]], outputs: { sortAscending: "sortAscending", sortDescending: "sortDescending" }, decls: 4, vars: 4, consts: [["type", "button", "cdkOverlayOrigin", "", 1, "sort-button", 3, "click"], ["trigger", "cdkOverlayOrigin"], ["src", "/assets/img/sort/sort-arrows.svg", "alt", "Sort Arrows", 1, "sort-button__arrows"], [3, "title", "menuItems", "cdkOverlayOrigin", "isOpen", "isOpenChange"]], template: function CaseFileViewFolderSortComponent_Template(rf, ctx) {
|
|
9704
|
+
if (rf & 1) {
|
|
9705
|
+
i0__namespace.ɵɵelementStart(0, "button", 0, 1);
|
|
9706
|
+
i0__namespace.ɵɵlistener("click", function CaseFileViewFolderSortComponent_Template_button_click_0_listener() { return ctx.isOpen = !ctx.isOpen; });
|
|
9707
|
+
i0__namespace.ɵɵelement(2, "img", 2);
|
|
9708
|
+
i0__namespace.ɵɵelementEnd();
|
|
9709
|
+
i0__namespace.ɵɵelementStart(3, "ccd-case-file-view-overlay-menu", 3);
|
|
9710
|
+
i0__namespace.ɵɵlistener("isOpenChange", function CaseFileViewFolderSortComponent_Template_ccd_case_file_view_overlay_menu_isOpenChange_3_listener($event) { return ctx.isOpen = $event; });
|
|
9711
|
+
i0__namespace.ɵɵelementEnd();
|
|
9712
|
+
}
|
|
9713
|
+
if (rf & 2) {
|
|
9714
|
+
var _r0 = i0__namespace.ɵɵreference(1);
|
|
9715
|
+
i0__namespace.ɵɵadvance(3);
|
|
9716
|
+
i0__namespace.ɵɵproperty("title", "Sort documents by name")("menuItems", ctx.overlayMenuItems)("cdkOverlayOrigin", _r0)("isOpen", ctx.isOpen);
|
|
9717
|
+
}
|
|
9718
|
+
}, directives: [i1__namespace$5.CdkOverlayOrigin, CaseFileViewOverlayMenuComponent], styles: [".sort-button[_ngcontent-%COMP%]{display:block;background:none;border:0;padding:0 6px;margin-right:-6px;cursor:pointer}.sort-button__arrows[_ngcontent-%COMP%]{display:block;height:20px}"] });
|
|
9719
|
+
(function () {
|
|
9720
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderSortComponent, [{
|
|
9721
|
+
type: i0.Component,
|
|
9722
|
+
args: [{
|
|
9723
|
+
selector: 'ccd-case-file-view-folder-sort',
|
|
9724
|
+
templateUrl: './case-file-view-folder-sort.component.html',
|
|
9725
|
+
styleUrls: ['./case-file-view-folder-sort.component.scss']
|
|
9726
|
+
}]
|
|
9727
|
+
}], function () { return []; }, { sortAscending: [{
|
|
9728
|
+
type: i0.Output
|
|
9729
|
+
}], sortDescending: [{
|
|
9730
|
+
type: i0.Output
|
|
9731
|
+
}] });
|
|
9732
|
+
})();
|
|
9733
|
+
|
|
9734
|
+
var _c0$G = ["tree"];
|
|
9735
|
+
function CaseFileViewFolderComponent_cdk_nested_tree_node_8_Template(rf, ctx) {
|
|
9480
9736
|
if (rf & 1) {
|
|
9481
|
-
i0__namespace.ɵɵelementStart(0, "cdk-nested-tree-node",
|
|
9482
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
9483
|
-
i0__namespace.ɵɵelementStart(2, "button",
|
|
9484
|
-
i0__namespace.ɵɵ
|
|
9485
|
-
i0__namespace.ɵɵtext(4);
|
|
9737
|
+
i0__namespace.ɵɵelementStart(0, "cdk-nested-tree-node", 8);
|
|
9738
|
+
i0__namespace.ɵɵelementStart(1, "div", 9);
|
|
9739
|
+
i0__namespace.ɵɵelementStart(2, "button", 10);
|
|
9740
|
+
i0__namespace.ɵɵelement(3, "img", 11);
|
|
9486
9741
|
i0__namespace.ɵɵelementEnd();
|
|
9742
|
+
i0__namespace.ɵɵelementStart(4, "span", 12);
|
|
9743
|
+
i0__namespace.ɵɵtext(5);
|
|
9487
9744
|
i0__namespace.ɵɵelementEnd();
|
|
9488
|
-
i0__namespace.ɵɵelementStart(5, "span", 13);
|
|
9489
|
-
i0__namespace.ɵɵtext(6);
|
|
9490
9745
|
i0__namespace.ɵɵelementEnd();
|
|
9491
9746
|
i0__namespace.ɵɵelementEnd();
|
|
9492
|
-
|
|
9493
|
-
|
|
9747
|
+
}
|
|
9748
|
+
if (rf & 2) {
|
|
9749
|
+
var node_r3 = ctx.$implicit;
|
|
9750
|
+
i0__namespace.ɵɵadvance(5);
|
|
9751
|
+
i0__namespace.ɵɵtextInterpolate(node_r3.name);
|
|
9752
|
+
}
|
|
9753
|
+
}
|
|
9754
|
+
function CaseFileViewFolderComponent_cdk_nested_tree_node_9_Template(rf, ctx) {
|
|
9755
|
+
if (rf & 1) {
|
|
9756
|
+
i0__namespace.ɵɵelementStart(0, "cdk-nested-tree-node", 8);
|
|
9757
|
+
i0__namespace.ɵɵelementStart(1, "div", 13);
|
|
9758
|
+
i0__namespace.ɵɵelementStart(2, "button", 14);
|
|
9759
|
+
i0__namespace.ɵɵelement(3, "img", 15);
|
|
9760
|
+
i0__namespace.ɵɵelementStart(4, "span", 16);
|
|
9761
|
+
i0__namespace.ɵɵtext(5);
|
|
9762
|
+
i0__namespace.ɵɵelementEnd();
|
|
9763
|
+
i0__namespace.ɵɵelementEnd();
|
|
9764
|
+
i0__namespace.ɵɵelementStart(6, "span", 17);
|
|
9765
|
+
i0__namespace.ɵɵtext(7);
|
|
9766
|
+
i0__namespace.ɵɵelementEnd();
|
|
9767
|
+
i0__namespace.ɵɵelementEnd();
|
|
9768
|
+
i0__namespace.ɵɵelementStart(8, "div");
|
|
9769
|
+
i0__namespace.ɵɵelementContainer(9, 18);
|
|
9494
9770
|
i0__namespace.ɵɵelementEnd();
|
|
9495
9771
|
i0__namespace.ɵɵelementEnd();
|
|
9496
9772
|
}
|
|
9497
9773
|
if (rf & 2) {
|
|
9498
|
-
var
|
|
9499
|
-
var
|
|
9500
|
-
i0__namespace.ɵɵadvance(2);
|
|
9501
|
-
i0__namespace.ɵɵattribute("aria-label", "toggle " + node_r3.name);
|
|
9774
|
+
var node_r4 = ctx.$implicit;
|
|
9775
|
+
var ctx_r2 = i0__namespace.ɵɵnextContext();
|
|
9502
9776
|
i0__namespace.ɵɵadvance(2);
|
|
9503
|
-
i0__namespace.ɵɵ
|
|
9777
|
+
i0__namespace.ɵɵattribute("aria-label", "toggle " + node_r4.name);
|
|
9778
|
+
i0__namespace.ɵɵadvance(3);
|
|
9779
|
+
i0__namespace.ɵɵtextInterpolate(node_r4.childDocumentCount);
|
|
9504
9780
|
i0__namespace.ɵɵadvance(2);
|
|
9505
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
9781
|
+
i0__namespace.ɵɵtextInterpolate(node_r4.name);
|
|
9506
9782
|
i0__namespace.ɵɵadvance(1);
|
|
9507
|
-
i0__namespace.ɵɵclassProp("document-tree-invisible", !
|
|
9783
|
+
i0__namespace.ɵɵclassProp("document-tree-invisible", !ctx_r2.nestedTreeControl.isExpanded(node_r4));
|
|
9508
9784
|
}
|
|
9509
9785
|
}
|
|
9510
9786
|
var CaseFileViewFolderComponent = /** @class */ (function () {
|
|
@@ -9512,7 +9788,7 @@
|
|
|
9512
9788
|
this.categories = [];
|
|
9513
9789
|
this.getChildren = function (node) { return rxjs.of(node.children); };
|
|
9514
9790
|
this.nestedChildren = function (_, nodeData) { return nodeData.children; };
|
|
9515
|
-
this.nestedTreeControl = new
|
|
9791
|
+
this.nestedTreeControl = new i2.NestedTreeControl(this.getChildren);
|
|
9516
9792
|
}
|
|
9517
9793
|
CaseFileViewFolderComponent.prototype.ngOnInit = function () {
|
|
9518
9794
|
var _this = this;
|
|
@@ -9532,32 +9808,84 @@
|
|
|
9532
9808
|
};
|
|
9533
9809
|
CaseFileViewFolderComponent.prototype.generateTreeData = function (categories) {
|
|
9534
9810
|
var _this = this;
|
|
9535
|
-
return categories.reduce(function (tree, node) {
|
|
9536
|
-
|
|
9537
|
-
|
|
9538
|
-
|
|
9539
|
-
|
|
9540
|
-
|
|
9811
|
+
return categories.reduce(function (tree, node) {
|
|
9812
|
+
var newDocumentTreeNode = new DocumentTreeNode();
|
|
9813
|
+
newDocumentTreeNode.name = node.category_name;
|
|
9814
|
+
newDocumentTreeNode.type = 'category';
|
|
9815
|
+
newDocumentTreeNode.children = __spread(_this.generateTreeData(node.sub_categories), _this.getDocuments(node.documents));
|
|
9816
|
+
return __spread(tree, [
|
|
9817
|
+
newDocumentTreeNode,
|
|
9818
|
+
]);
|
|
9819
|
+
}, []);
|
|
9541
9820
|
};
|
|
9542
9821
|
CaseFileViewFolderComponent.prototype.getDocuments = function (documents) {
|
|
9543
9822
|
var documentsToReturn = [];
|
|
9544
9823
|
documents.forEach(function (document) {
|
|
9545
|
-
|
|
9824
|
+
var documentTreeNode = new DocumentTreeNode();
|
|
9825
|
+
documentTreeNode.name = document.document_filename;
|
|
9826
|
+
documentTreeNode.type = 'document';
|
|
9827
|
+
documentsToReturn.push(documentTreeNode);
|
|
9546
9828
|
});
|
|
9547
9829
|
return documentsToReturn;
|
|
9548
9830
|
};
|
|
9549
9831
|
CaseFileViewFolderComponent.prototype.getUncategorisedDocuments = function (uncategorisedDocuments) {
|
|
9550
9832
|
var documents = [];
|
|
9551
9833
|
uncategorisedDocuments.forEach(function (document) {
|
|
9552
|
-
|
|
9834
|
+
var documentTreeNode = new DocumentTreeNode();
|
|
9835
|
+
documentTreeNode.name = document.document_filename;
|
|
9836
|
+
documentTreeNode.type = 'document';
|
|
9837
|
+
documents.push(documentTreeNode);
|
|
9838
|
+
});
|
|
9839
|
+
var uncategorisedNode = new DocumentTreeNode();
|
|
9840
|
+
uncategorisedNode.name = CaseFileViewFolderComponent.UNCATEGORISED_DOCUMENTS_TITLE;
|
|
9841
|
+
uncategorisedNode.type = 'category';
|
|
9842
|
+
uncategorisedNode.children = documents;
|
|
9843
|
+
return uncategorisedNode;
|
|
9844
|
+
};
|
|
9845
|
+
CaseFileViewFolderComponent.prototype.sortDataSourceAscAlphabetically = function () {
|
|
9846
|
+
var sortedData = this.nestedDataSource.map(function (item) {
|
|
9847
|
+
item.sortChildrenAscending();
|
|
9848
|
+
var newDocumentTreeNode = new DocumentTreeNode();
|
|
9849
|
+
newDocumentTreeNode.name = item.name;
|
|
9850
|
+
newDocumentTreeNode.type = item.type;
|
|
9851
|
+
newDocumentTreeNode.children = item.children;
|
|
9852
|
+
return newDocumentTreeNode;
|
|
9853
|
+
});
|
|
9854
|
+
this.updateNodeData(sortedData);
|
|
9855
|
+
};
|
|
9856
|
+
CaseFileViewFolderComponent.prototype.sortDataSourceDescAlphabetically = function () {
|
|
9857
|
+
var sortedData = this.nestedDataSource.map(function (item) {
|
|
9858
|
+
item.sortChildrenDescending();
|
|
9859
|
+
return item;
|
|
9553
9860
|
});
|
|
9554
|
-
|
|
9861
|
+
this.updateNodeData(sortedData);
|
|
9555
9862
|
};
|
|
9556
9863
|
CaseFileViewFolderComponent.prototype.ngOnDestroy = function () {
|
|
9557
9864
|
if (this.categoriesAndDocumentsSubscription) {
|
|
9558
9865
|
this.categoriesAndDocumentsSubscription.unsubscribe();
|
|
9559
9866
|
}
|
|
9560
9867
|
};
|
|
9868
|
+
CaseFileViewFolderComponent.prototype.updateNodeData = function (data) {
|
|
9869
|
+
var _this = this;
|
|
9870
|
+
var prevSelected = this.nestedTreeControl.expansionModel.selected.map(function (item) {
|
|
9871
|
+
return item.name;
|
|
9872
|
+
});
|
|
9873
|
+
this.nestedTreeControl.collapseAll();
|
|
9874
|
+
this.nestedDataSource = data.map(function (item) {
|
|
9875
|
+
var newDocumentTreeNode = new DocumentTreeNode();
|
|
9876
|
+
newDocumentTreeNode.name = item.name;
|
|
9877
|
+
newDocumentTreeNode.type = item.type;
|
|
9878
|
+
newDocumentTreeNode.children = item.children;
|
|
9879
|
+
return newDocumentTreeNode;
|
|
9880
|
+
});
|
|
9881
|
+
var flattenedArray = this.nestedDataSource.map(function (item) {
|
|
9882
|
+
return item.flattenedAll;
|
|
9883
|
+
}).flat();
|
|
9884
|
+
var newObjects = flattenedArray.filter(function (item) {
|
|
9885
|
+
return prevSelected.includes(item.name);
|
|
9886
|
+
});
|
|
9887
|
+
newObjects.forEach(function (object) { return _this.nestedTreeControl.expand(object); });
|
|
9888
|
+
};
|
|
9561
9889
|
CaseFileViewFolderComponent.prototype.loadCategories = function () {
|
|
9562
9890
|
return [
|
|
9563
9891
|
{
|
|
@@ -9565,12 +9893,26 @@
|
|
|
9565
9893
|
category_name: 'Beers',
|
|
9566
9894
|
category_order: 1,
|
|
9567
9895
|
documents: [
|
|
9896
|
+
{
|
|
9897
|
+
document_url: '/test',
|
|
9898
|
+
document_filename: 'Lager encyclopedia',
|
|
9899
|
+
document_binary_url: '/test/binary',
|
|
9900
|
+
attribute_path: '',
|
|
9901
|
+
upload_timestamp: ''
|
|
9902
|
+
},
|
|
9568
9903
|
{
|
|
9569
9904
|
document_url: '/test',
|
|
9570
9905
|
document_filename: 'Beers encyclopedia',
|
|
9571
9906
|
document_binary_url: '/test/binary',
|
|
9572
9907
|
attribute_path: '',
|
|
9573
9908
|
upload_timestamp: ''
|
|
9909
|
+
},
|
|
9910
|
+
{
|
|
9911
|
+
document_url: '/test',
|
|
9912
|
+
document_filename: 'Ale encyclopedia',
|
|
9913
|
+
document_binary_url: '/test/binary',
|
|
9914
|
+
attribute_path: '',
|
|
9915
|
+
upload_timestamp: ''
|
|
9574
9916
|
}
|
|
9575
9917
|
],
|
|
9576
9918
|
sub_categories: [
|
|
@@ -9722,38 +10064,53 @@
|
|
|
9722
10064
|
}());
|
|
9723
10065
|
CaseFileViewFolderComponent.UNCATEGORISED_DOCUMENTS_TITLE = 'Uncategorised documents';
|
|
9724
10066
|
CaseFileViewFolderComponent.ɵfac = function CaseFileViewFolderComponent_Factory(t) { return new (t || CaseFileViewFolderComponent)(); };
|
|
9725
|
-
CaseFileViewFolderComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderComponent, selectors: [["ccd-case-file-view-folder"]],
|
|
10067
|
+
CaseFileViewFolderComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderComponent, selectors: [["ccd-case-file-view-folder"]], viewQuery: function CaseFileViewFolderComponent_Query(rf, ctx) {
|
|
10068
|
+
if (rf & 1) {
|
|
10069
|
+
i0__namespace.ɵɵviewQuery(_c0$G, 3);
|
|
10070
|
+
}
|
|
10071
|
+
if (rf & 2) {
|
|
10072
|
+
var _t = void 0;
|
|
10073
|
+
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.tree = _t.first);
|
|
10074
|
+
}
|
|
10075
|
+
}, inputs: { categoriesAndDocuments: "categoriesAndDocuments" }, decls: 10, vars: 3, consts: [[1, "document-folders-header"], [1, "document-folders-header__title"], [3, "sortAscending", "sortDescending"], [1, "document-tree-container"], [3, "dataSource", "treeControl"], ["tree", ""], ["class", "document-tree-node", 4, "cdkTreeNodeDef"], ["class", "document-tree-node", 4, "cdkTreeNodeDef", "cdkTreeNodeDefWhen"], [1, "document-tree-node"], [1, "node"], ["mat-icon-button", "", "disabled", "", 1, "node__icon"], ["src", "/assets/images/document.png", "alt", "Document icon", 1, "node__iconImg"], [1, "node__name", "node-name-document"], ["cdkTreeNodeToggle", "", 1, "node"], ["mat-icon-button", "", 1, "node__icon"], ["src", "/assets/images/folder.png", "alt", "Folder icon", 1, "node__iconImg"], [1, "node__count"], [1, "node__name", "node__name--folder"], ["cdkTreeNodeOutlet", ""]], template: function CaseFileViewFolderComponent_Template(rf, ctx) {
|
|
9726
10076
|
if (rf & 1) {
|
|
9727
10077
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
9728
|
-
i0__namespace.ɵɵ
|
|
9729
|
-
i0__namespace.ɵɵ
|
|
9730
|
-
i0__namespace.ɵɵ
|
|
10078
|
+
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
10079
|
+
i0__namespace.ɵɵtext(2, "Documents");
|
|
10080
|
+
i0__namespace.ɵɵelementEnd();
|
|
10081
|
+
i0__namespace.ɵɵelementStart(3, "div");
|
|
10082
|
+
i0__namespace.ɵɵelementStart(4, "ccd-case-file-view-folder-sort", 2);
|
|
10083
|
+
i0__namespace.ɵɵlistener("sortAscending", function CaseFileViewFolderComponent_Template_ccd_case_file_view_folder_sort_sortAscending_4_listener() { return ctx.sortDataSourceAscAlphabetically(); })("sortDescending", function CaseFileViewFolderComponent_Template_ccd_case_file_view_folder_sort_sortDescending_4_listener() { return ctx.sortDataSourceDescAlphabetically(); });
|
|
9731
10084
|
i0__namespace.ɵɵelementEnd();
|
|
9732
10085
|
i0__namespace.ɵɵelementEnd();
|
|
9733
|
-
i0__namespace.ɵɵ
|
|
9734
|
-
i0__namespace.ɵɵelementStart(5, "
|
|
9735
|
-
i0__namespace.ɵɵ
|
|
9736
|
-
i0__namespace.ɵɵtemplate(
|
|
10086
|
+
i0__namespace.ɵɵelementEnd();
|
|
10087
|
+
i0__namespace.ɵɵelementStart(5, "div", 3);
|
|
10088
|
+
i0__namespace.ɵɵelementStart(6, "cdk-tree", 4, 5);
|
|
10089
|
+
i0__namespace.ɵɵtemplate(8, CaseFileViewFolderComponent_cdk_nested_tree_node_8_Template, 6, 1, "cdk-nested-tree-node", 6);
|
|
10090
|
+
i0__namespace.ɵɵtemplate(9, CaseFileViewFolderComponent_cdk_nested_tree_node_9_Template, 10, 5, "cdk-nested-tree-node", 7);
|
|
9737
10091
|
i0__namespace.ɵɵelementEnd();
|
|
9738
10092
|
i0__namespace.ɵɵelementEnd();
|
|
9739
10093
|
}
|
|
9740
10094
|
if (rf & 2) {
|
|
9741
|
-
i0__namespace.ɵɵadvance(
|
|
10095
|
+
i0__namespace.ɵɵadvance(6);
|
|
9742
10096
|
i0__namespace.ɵɵproperty("dataSource", ctx.nestedDataSource)("treeControl", ctx.nestedTreeControl);
|
|
9743
|
-
i0__namespace.ɵɵadvance(
|
|
10097
|
+
i0__namespace.ɵɵadvance(3);
|
|
9744
10098
|
i0__namespace.ɵɵproperty("cdkTreeNodeDefWhen", ctx.nestedChildren);
|
|
9745
10099
|
}
|
|
9746
|
-
}, directives: [
|
|
10100
|
+
}, directives: [CaseFileViewFolderSortComponent, i2__namespace.CdkTree, i2__namespace.CdkTreeNodeDef, i2__namespace.CdkNestedTreeNode, i2__namespace.CdkTreeNodeToggle, i2__namespace.CdkTreeNodeOutlet], styles: [".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}.document-tree-container[_ngcontent-%COMP%]{margin:4px}.document-tree-container[_ngcontent-%COMP%] .document-tree-invisible[_ngcontent-%COMP%]{display:none}.document-tree-container[_ngcontent-%COMP%] .document-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%], .document-tree-container[_ngcontent-%COMP%] .document-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}.document-tree-container[_ngcontent-%COMP%] .document-tree-node[_ngcontent-%COMP%]{display:block}.document-tree-container[_ngcontent-%COMP%] .document-tree-node[_ngcontent-%COMP%] .document-tree-node[_ngcontent-%COMP%]{padding-left:40px}.node[_ngcontent-%COMP%]{display:flex;align-items:center;padding:6px 0}.node__icon[_ngcontent-%COMP%]{position:relative;background:none;border:0;padding:6px}.node__iconImg[_ngcontent-%COMP%]{display:block;height:24px;width:24px}.node__count[_ngcontent-%COMP%]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;padding-top:4px}.node__name[_ngcontent-%COMP%]{margin-left:4px}"] });
|
|
9747
10101
|
(function () {
|
|
9748
10102
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderComponent, [{
|
|
9749
10103
|
type: i0.Component,
|
|
9750
10104
|
args: [{
|
|
9751
10105
|
selector: 'ccd-case-file-view-folder',
|
|
10106
|
+
templateUrl: './case-file-view-folder.component.html',
|
|
9752
10107
|
styleUrls: ['./case-file-view-folder.component.scss'],
|
|
9753
|
-
templateUrl: './case-file-view-folder.component.html'
|
|
9754
10108
|
}]
|
|
9755
10109
|
}], function () { return []; }, { categoriesAndDocuments: [{
|
|
9756
10110
|
type: i0.Input
|
|
10111
|
+
}], tree: [{
|
|
10112
|
+
type: i0.ViewChild,
|
|
10113
|
+
args: ['tree', { static: true }]
|
|
9757
10114
|
}] });
|
|
9758
10115
|
})();
|
|
9759
10116
|
|
|
@@ -9793,7 +10150,7 @@
|
|
|
9793
10150
|
}());
|
|
9794
10151
|
CaseFileViewFieldComponent.PARAM_CASE_ID = 'cid';
|
|
9795
10152
|
CaseFileViewFieldComponent.ɵfac = function CaseFileViewFieldComponent_Factory(t) { return new (t || CaseFileViewFieldComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.ActivatedRoute), i0__namespace.ɵɵdirectiveInject(CaseFileViewService)); };
|
|
9796
|
-
CaseFileViewFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFieldComponent, selectors: [["ccd-case-file-view-field"]], decls: 8, vars:
|
|
10153
|
+
CaseFileViewFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFieldComponent, selectors: [["ccd-case-file-view-field"]], decls: 8, vars: 1, consts: [[1, "govuk-heading-l"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [3, "categoriesAndDocuments"], [1, "slider"], [1, "media-viewer-container"]], template: function CaseFileViewFieldComponent_Template(rf, ctx) {
|
|
9797
10154
|
if (rf & 1) {
|
|
9798
10155
|
i0__namespace.ɵɵelementStart(0, "h2", 0);
|
|
9799
10156
|
i0__namespace.ɵɵtext(1, "Case file");
|
|
@@ -9804,24 +10161,22 @@
|
|
|
9804
10161
|
i0__namespace.ɵɵelementEnd();
|
|
9805
10162
|
i0__namespace.ɵɵelement(5, "div", 4);
|
|
9806
10163
|
i0__namespace.ɵɵelementStart(6, "div", 5);
|
|
9807
|
-
i0__namespace.ɵɵ
|
|
10164
|
+
i0__namespace.ɵɵtext(7, " Media viewer ");
|
|
9808
10165
|
i0__namespace.ɵɵelementEnd();
|
|
9809
10166
|
i0__namespace.ɵɵelementEnd();
|
|
9810
10167
|
}
|
|
9811
10168
|
if (rf & 2) {
|
|
9812
10169
|
i0__namespace.ɵɵadvance(4);
|
|
9813
10170
|
i0__namespace.ɵɵproperty("categoriesAndDocuments", ctx.categoriesAndDocuments$);
|
|
9814
|
-
i0__namespace.ɵɵadvance(3);
|
|
9815
|
-
i0__namespace.ɵɵproperty("url", "")("showToolbar", true)("contentType", "pdf");
|
|
9816
10171
|
}
|
|
9817
|
-
}, directives: [CaseFileViewFolderComponent
|
|
10172
|
+
}, directives: [CaseFileViewFolderComponent], styles: ["#case-file-view[_ngcontent-%COMP%]{display:flex;border:2px solid #c9c9c9}#case-file-view[_ngcontent-%COMP%] .document-tree-container[_ngcontent-%COMP%]{background-color:#faf8f8;width:30%;min-height:400px;min-width:10%}#case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]{width:.2%;background-color:#6b6b6b}#case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]:focus, #case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]:hover{cursor:col-resize}#case-file-view[_ngcontent-%COMP%] .media-viewer-container[_ngcontent-%COMP%]{flex:1 1 0%}"] });
|
|
9818
10173
|
(function () {
|
|
9819
10174
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFieldComponent, [{
|
|
9820
10175
|
type: i0.Component,
|
|
9821
10176
|
args: [{
|
|
9822
10177
|
selector: 'ccd-case-file-view-field',
|
|
9823
10178
|
templateUrl: './case-file-view-field.component.html',
|
|
9824
|
-
styleUrls: ['./case-file-view-field.component.scss']
|
|
10179
|
+
styleUrls: ['./case-file-view-field.component.scss'],
|
|
9825
10180
|
}]
|
|
9826
10181
|
}], function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$1.ActivatedRoute }, { type: CaseFileViewService }]; }, null);
|
|
9827
10182
|
})();
|
|
@@ -10642,7 +10997,7 @@
|
|
|
10642
10997
|
};
|
|
10643
10998
|
return WriteCollectionFieldComponent;
|
|
10644
10999
|
}(AbstractFieldWriteComponent));
|
|
10645
|
-
WriteCollectionFieldComponent.ɵfac = function WriteCollectionFieldComponent_Factory(t) { return new (t || WriteCollectionFieldComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$6.MatDialog), i0__namespace.ɵɵdirectiveInject(i2__namespace.ScrollToService), i0__namespace.ɵɵdirectiveInject(ProfileNotifier)); };
|
|
11000
|
+
WriteCollectionFieldComponent.ɵfac = function WriteCollectionFieldComponent_Factory(t) { return new (t || WriteCollectionFieldComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$6.MatDialog), i0__namespace.ɵɵdirectiveInject(i2__namespace$1.ScrollToService), i0__namespace.ɵɵdirectiveInject(ProfileNotifier)); };
|
|
10646
11001
|
WriteCollectionFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) {
|
|
10647
11002
|
if (rf & 1) {
|
|
10648
11003
|
i0__namespace.ɵɵviewQuery(_c0$D, 1);
|
|
@@ -10691,7 +11046,7 @@
|
|
|
10691
11046
|
templateUrl: './write-collection-field.html',
|
|
10692
11047
|
styleUrls: ['./collection-field.scss']
|
|
10693
11048
|
}]
|
|
10694
|
-
}], function () { return [{ type: i1__namespace$6.MatDialog }, { type: i2__namespace.ScrollToService }, { type: ProfileNotifier }]; }, { caseFields: [{
|
|
11049
|
+
}], function () { return [{ type: i1__namespace$6.MatDialog }, { type: i2__namespace$1.ScrollToService }, { type: ProfileNotifier }]; }, { caseFields: [{
|
|
10695
11050
|
type: i0.Input
|
|
10696
11051
|
}], formGroup: [{
|
|
10697
11052
|
type: i0.Input
|
|
@@ -11736,7 +12091,7 @@
|
|
|
11736
12091
|
};
|
|
11737
12092
|
return DatetimePickerComponent;
|
|
11738
12093
|
}(AbstractFormFieldComponent));
|
|
11739
|
-
DatetimePickerComponent.ɵfac = function DatetimePickerComponent_Factory(t) { return new (t || DatetimePickerComponent)(i0__namespace.ɵɵdirectiveInject(FormatTranslatorService), i0__namespace.ɵɵdirectiveInject(i4
|
|
12094
|
+
DatetimePickerComponent.ɵfac = function DatetimePickerComponent_Factory(t) { return new (t || DatetimePickerComponent)(i0__namespace.ɵɵdirectiveInject(FormatTranslatorService), i0__namespace.ɵɵdirectiveInject(i4.NGX_MAT_DATE_FORMATS)); };
|
|
11740
12095
|
DatetimePickerComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: DatetimePickerComponent, selectors: [["ccd-datetime-picker"]], viewQuery: function DatetimePickerComponent_Query(rf, ctx) {
|
|
11741
12096
|
if (rf & 1) {
|
|
11742
12097
|
i0__namespace.ɵɵviewQuery(_c0$B, 1);
|
|
@@ -11748,8 +12103,8 @@
|
|
|
11748
12103
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inputElement = _t.first);
|
|
11749
12104
|
}
|
|
11750
12105
|
}, inputs: { dateControl: "dateControl" }, features: [i0__namespace.ɵɵProvidersFeature([
|
|
11751
|
-
{ provide: i4
|
|
11752
|
-
{ provide: i4
|
|
12106
|
+
{ provide: i4.NGX_MAT_DATE_FORMATS, useValue: CUSTOM_MOMENT_FORMATS },
|
|
12107
|
+
{ provide: i4.NgxMatDateAdapter, useClass: momentAdapter.NgxMatMomentAdapter },
|
|
11753
12108
|
{ provide: momentAdapter.NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { useUtc: true } }
|
|
11754
12109
|
]), i0__namespace.ɵɵInheritDefinitionFeature], decls: 14, vars: 26, consts: [[1, "govuk-form-group", "bottom-30", 3, "id", "ngClass"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [1, "datepicker-container"], ["ng-model-options", "{timezone:'utc'}", 1, "govuk-input", 3, "min", "max", "formControl", "ngxMatDatetimePicker", "focusin", "focusout", "dateChange"], ["input", ""], ["matSuffix", "", "id", "pickerOpener", 3, "for"], [3, "color", "touchUi", "hideTime", "startView", "stepHour", "stepSecond", "stepMinute", "showSeconds", "showSpinners", "disableMinute", "enableMeridian", "yearSelected", "monthSelected", "opened"], ["picker", ""], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function DatetimePickerComponent_Template(rf, ctx) {
|
|
11755
12110
|
if (rf & 1) {
|
|
@@ -11795,7 +12150,7 @@
|
|
|
11795
12150
|
i0__namespace.ɵɵadvance(1);
|
|
11796
12151
|
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);
|
|
11797
12152
|
}
|
|
11798
|
-
}, directives: [i1__namespace.NgClass, i1__namespace.NgIf, i1__namespace$3.DefaultValueAccessor, i4__namespace$1.NgxMatDatetimeInput, i1__namespace$3.NgControlStatus, i1__namespace$3.FormControlDirective, i5__namespace.MatDatepickerToggle, i6__namespace.MatSuffix, i4__namespace$1.NgxMatDatetimePicker], pipes: [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 });
|
|
12153
|
+
}, directives: [i1__namespace.NgClass, i1__namespace.NgIf, i1__namespace$3.DefaultValueAccessor, i4__namespace.NgxMatDatetimeInput, i1__namespace$3.NgControlStatus, i1__namespace$3.FormControlDirective, i5__namespace.MatDatepickerToggle, i6__namespace.MatSuffix, i4__namespace.NgxMatDatetimePicker], pipes: [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 });
|
|
11799
12154
|
(function () {
|
|
11800
12155
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DatetimePickerComponent, [{
|
|
11801
12156
|
type: i0.Component,
|
|
@@ -11805,15 +12160,15 @@
|
|
|
11805
12160
|
styleUrls: ['./datetime-picker.component.scss'],
|
|
11806
12161
|
encapsulation: i0.ViewEncapsulation.None,
|
|
11807
12162
|
providers: [
|
|
11808
|
-
{ provide: i4
|
|
11809
|
-
{ provide: i4
|
|
12163
|
+
{ provide: i4.NGX_MAT_DATE_FORMATS, useValue: CUSTOM_MOMENT_FORMATS },
|
|
12164
|
+
{ provide: i4.NgxMatDateAdapter, useClass: momentAdapter.NgxMatMomentAdapter },
|
|
11810
12165
|
{ provide: momentAdapter.NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { useUtc: true } }
|
|
11811
12166
|
]
|
|
11812
12167
|
}]
|
|
11813
12168
|
}], function () {
|
|
11814
12169
|
return [{ type: FormatTranslatorService }, { type: undefined, decorators: [{
|
|
11815
12170
|
type: i0.Inject,
|
|
11816
|
-
args: [i4
|
|
12171
|
+
args: [i4.NGX_MAT_DATE_FORMATS]
|
|
11817
12172
|
}] }];
|
|
11818
12173
|
}, { datetimePicker: [{
|
|
11819
12174
|
type: i0.ViewChild,
|
|
@@ -17196,7 +17551,7 @@
|
|
|
17196
17551
|
i0__namespace.ɵɵadvance(3);
|
|
17197
17552
|
i0__namespace.ɵɵtextInterpolate(ctx.loadingText);
|
|
17198
17553
|
}
|
|
17199
|
-
}, styles: [".spinner-container{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.5);z-index:99}.spinner-container .spinner-inner-container p{text-align:center}.spinner-container .spinner-inner-container .spinner{border:10px solid #ddd;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}"], encapsulation: 2 });
|
|
17554
|
+
}, styles: [".spinner-container{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.5);z-index:99}.spinner-container .spinner-inner-container p{text-align:center}.spinner-container .spinner-inner-container .spinner{border:10px solid #ddd;border-top-color:#000;border-radius:50%;width:40px;height:40px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}"], encapsulation: 2 });
|
|
17200
17555
|
(function () {
|
|
17201
17556
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(LoadingSpinnerComponent, [{
|
|
17202
17557
|
type: i0.Component,
|
|
@@ -19626,7 +19981,9 @@
|
|
|
19626
19981
|
WriteCollectionFieldComponent,
|
|
19627
19982
|
// ComponentLauncher web components
|
|
19628
19983
|
CaseFileViewFieldComponent,
|
|
19629
|
-
CaseFileViewFolderComponent
|
|
19984
|
+
CaseFileViewFolderComponent,
|
|
19985
|
+
CaseFileViewFolderSortComponent,
|
|
19986
|
+
CaseFileViewOverlayMenuComponent
|
|
19630
19987
|
];
|
|
19631
19988
|
var PaletteModule = /** @class */ (function () {
|
|
19632
19989
|
function PaletteModule() {
|
|
@@ -19659,20 +20016,20 @@
|
|
|
19659
20016
|
TabsModule,
|
|
19660
20017
|
LabelSubstitutorModule,
|
|
19661
20018
|
i1$4.NgxMdModule,
|
|
19662
|
-
i4
|
|
19663
|
-
i4
|
|
19664
|
-
i4
|
|
20019
|
+
i4.NgxMatDatetimePickerModule,
|
|
20020
|
+
i4.NgxMatTimepickerModule,
|
|
20021
|
+
i4.NgxMatNativeDateModule,
|
|
19665
20022
|
i6.MatFormFieldModule,
|
|
19666
20023
|
input.MatInputModule,
|
|
19667
20024
|
i5.MatDatepickerModule,
|
|
19668
20025
|
i5$1.MatAutocompleteModule,
|
|
19669
|
-
|
|
20026
|
+
i2.CdkTreeModule,
|
|
20027
|
+
i1$5.OverlayModule,
|
|
19670
20028
|
i3.PaymentLibModule,
|
|
19671
|
-
i2.ScrollToModule.forRoot()
|
|
19672
|
-
|
|
19673
|
-
|
|
19674
|
-
i4
|
|
19675
|
-
i4$1.NgxMatTimepickerModule,
|
|
20029
|
+
i2$1.ScrollToModule.forRoot()
|
|
20030
|
+
], i4.NgxMatDatetimePickerModule,
|
|
20031
|
+
i4.NgxMatNativeDateModule,
|
|
20032
|
+
i4.NgxMatTimepickerModule,
|
|
19676
20033
|
TabsModule,
|
|
19677
20034
|
PaletteUtilsModule,
|
|
19678
20035
|
PipesModule] });
|
|
@@ -19752,7 +20109,9 @@
|
|
|
19752
20109
|
WriteCollectionFieldComponent,
|
|
19753
20110
|
// ComponentLauncher web components
|
|
19754
20111
|
CaseFileViewFieldComponent,
|
|
19755
|
-
CaseFileViewFolderComponent
|
|
20112
|
+
CaseFileViewFolderComponent,
|
|
20113
|
+
CaseFileViewFolderSortComponent,
|
|
20114
|
+
CaseFileViewOverlayMenuComponent, CaseFileViewOverlayMenuComponent], imports: [i1.CommonModule,
|
|
19756
20115
|
i1$1.RouterModule,
|
|
19757
20116
|
i1$2.FormsModule,
|
|
19758
20117
|
i1$2.ReactiveFormsModule,
|
|
@@ -19766,17 +20125,18 @@
|
|
|
19766
20125
|
TabsModule,
|
|
19767
20126
|
LabelSubstitutorModule,
|
|
19768
20127
|
i1$4.NgxMdModule,
|
|
19769
|
-
i4
|
|
19770
|
-
i4
|
|
19771
|
-
i4
|
|
20128
|
+
i4.NgxMatDatetimePickerModule,
|
|
20129
|
+
i4.NgxMatTimepickerModule,
|
|
20130
|
+
i4.NgxMatNativeDateModule,
|
|
19772
20131
|
i6.MatFormFieldModule,
|
|
19773
20132
|
input.MatInputModule,
|
|
19774
20133
|
i5.MatDatepickerModule,
|
|
19775
20134
|
i5$1.MatAutocompleteModule,
|
|
19776
|
-
|
|
19777
|
-
|
|
19778
|
-
|
|
19779
|
-
i4
|
|
20135
|
+
i2.CdkTreeModule,
|
|
20136
|
+
i1$5.OverlayModule,
|
|
20137
|
+
i3.PaymentLibModule, i2__namespace$1.ScrollToModule], exports: [i4.NgxMatDatetimePickerModule,
|
|
20138
|
+
i4.NgxMatNativeDateModule,
|
|
20139
|
+
i4.NgxMatTimepickerModule,
|
|
19780
20140
|
TabsModule,
|
|
19781
20141
|
PaletteUtilsModule,
|
|
19782
20142
|
PipesModule, UnsupportedFieldComponent,
|
|
@@ -19850,7 +20210,9 @@
|
|
|
19850
20210
|
WriteCollectionFieldComponent,
|
|
19851
20211
|
// ComponentLauncher web components
|
|
19852
20212
|
CaseFileViewFieldComponent,
|
|
19853
|
-
CaseFileViewFolderComponent
|
|
20213
|
+
CaseFileViewFolderComponent,
|
|
20214
|
+
CaseFileViewFolderSortComponent,
|
|
20215
|
+
CaseFileViewOverlayMenuComponent] });
|
|
19854
20216
|
})();
|
|
19855
20217
|
(function () {
|
|
19856
20218
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PaletteModule, [{
|
|
@@ -19871,17 +20233,17 @@
|
|
|
19871
20233
|
TabsModule,
|
|
19872
20234
|
LabelSubstitutorModule,
|
|
19873
20235
|
i1$4.NgxMdModule,
|
|
19874
|
-
i4
|
|
19875
|
-
i4
|
|
19876
|
-
i4
|
|
20236
|
+
i4.NgxMatDatetimePickerModule,
|
|
20237
|
+
i4.NgxMatTimepickerModule,
|
|
20238
|
+
i4.NgxMatNativeDateModule,
|
|
19877
20239
|
i6.MatFormFieldModule,
|
|
19878
20240
|
input.MatInputModule,
|
|
19879
20241
|
i5.MatDatepickerModule,
|
|
19880
20242
|
i5$1.MatAutocompleteModule,
|
|
19881
|
-
|
|
20243
|
+
i2.CdkTreeModule,
|
|
20244
|
+
i1$5.OverlayModule,
|
|
19882
20245
|
i3.PaymentLibModule,
|
|
19883
|
-
i2.ScrollToModule.forRoot()
|
|
19884
|
-
i4.MediaViewerModule
|
|
20246
|
+
i2$1.ScrollToModule.forRoot()
|
|
19885
20247
|
],
|
|
19886
20248
|
declarations: __spread([
|
|
19887
20249
|
FixedListPipe,
|
|
@@ -19889,11 +20251,13 @@
|
|
|
19889
20251
|
DynamicListPipe,
|
|
19890
20252
|
DynamicRadioListPipe,
|
|
19891
20253
|
DocumentUrlPipe
|
|
19892
|
-
], PALETTE_COMPONENTS
|
|
20254
|
+
], PALETTE_COMPONENTS, [
|
|
20255
|
+
CaseFileViewOverlayMenuComponent,
|
|
20256
|
+
]),
|
|
19893
20257
|
exports: __spread([
|
|
19894
|
-
i4
|
|
19895
|
-
i4
|
|
19896
|
-
i4
|
|
20258
|
+
i4.NgxMatDatetimePickerModule,
|
|
20259
|
+
i4.NgxMatNativeDateModule,
|
|
20260
|
+
i4.NgxMatTimepickerModule,
|
|
19897
20261
|
TabsModule,
|
|
19898
20262
|
PaletteUtilsModule,
|
|
19899
20263
|
PipesModule
|
|
@@ -23317,8 +23681,8 @@
|
|
|
23317
23681
|
}
|
|
23318
23682
|
function CaseFullAccessViewComponent_ng_container_11_mat_tab_4_ng_template_1_ng_container_2_tr_4_th_1_Template(rf, ctx) {
|
|
23319
23683
|
if (rf & 1) {
|
|
23320
|
-
i0__namespace.ɵɵelementStart(0, "th",
|
|
23321
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
23684
|
+
i0__namespace.ɵɵelementStart(0, "th", 35);
|
|
23685
|
+
i0__namespace.ɵɵelementStart(1, "div", 36);
|
|
23322
23686
|
i0__namespace.ɵɵtext(2);
|
|
23323
23687
|
i0__namespace.ɵɵelementEnd();
|
|
23324
23688
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -23333,9 +23697,9 @@
|
|
|
23333
23697
|
if (rf & 1) {
|
|
23334
23698
|
i0__namespace.ɵɵelementStart(0, "tr");
|
|
23335
23699
|
i0__namespace.ɵɵtemplate(1, CaseFullAccessViewComponent_ng_container_11_mat_tab_4_ng_template_1_ng_container_2_tr_4_th_1_Template, 3, 1, "th", 31);
|
|
23336
|
-
i0__namespace.ɵɵelementStart(2, "th");
|
|
23337
|
-
i0__namespace.ɵɵelementStart(3, "span",
|
|
23338
|
-
i0__namespace.ɵɵelement(4, "ccd-field-read",
|
|
23700
|
+
i0__namespace.ɵɵelementStart(2, "th", 32);
|
|
23701
|
+
i0__namespace.ɵɵelementStart(3, "span", 33);
|
|
23702
|
+
i0__namespace.ɵɵelement(4, "ccd-field-read", 34);
|
|
23339
23703
|
i0__namespace.ɵɵelementEnd();
|
|
23340
23704
|
i0__namespace.ɵɵelementEnd();
|
|
23341
23705
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -23345,16 +23709,18 @@
|
|
|
23345
23709
|
var ctx_r22 = i0__namespace.ɵɵnextContext(4);
|
|
23346
23710
|
i0__namespace.ɵɵadvance(1);
|
|
23347
23711
|
i0__namespace.ɵɵproperty("ngIf", !ctx_r22.isFieldToHaveNoLabel(field_r21));
|
|
23348
|
-
i0__namespace.ɵɵadvance(
|
|
23712
|
+
i0__namespace.ɵɵadvance(1);
|
|
23713
|
+
i0__namespace.ɵɵproperty("id", "case-viewer-field-read--" + field_r21.id);
|
|
23714
|
+
i0__namespace.ɵɵadvance(2);
|
|
23349
23715
|
i0__namespace.ɵɵproperty("topLevelFormGroup", ctx_r22.formGroup.controls["data"])("caseField", field_r21)("caseReference", ctx_r22.caseDetails.case_id)("markdownUseHrefAsRouterLink", ctx_r22.markdownUseHrefAsRouterLink);
|
|
23350
23716
|
}
|
|
23351
23717
|
}
|
|
23352
23718
|
function CaseFullAccessViewComponent_ng_container_11_mat_tab_4_ng_template_1_ng_container_2_tr_5_Template(rf, ctx) {
|
|
23353
23719
|
if (rf & 1) {
|
|
23354
|
-
i0__namespace.ɵɵelementStart(0, "tr",
|
|
23355
|
-
i0__namespace.ɵɵelementStart(1, "th");
|
|
23356
|
-
i0__namespace.ɵɵelementStart(2, "span",
|
|
23357
|
-
i0__namespace.ɵɵelement(3, "ccd-field-read",
|
|
23720
|
+
i0__namespace.ɵɵelementStart(0, "tr", 37);
|
|
23721
|
+
i0__namespace.ɵɵelementStart(1, "th", 32);
|
|
23722
|
+
i0__namespace.ɵɵelementStart(2, "span", 33);
|
|
23723
|
+
i0__namespace.ɵɵelement(3, "ccd-field-read", 34);
|
|
23358
23724
|
i0__namespace.ɵɵelementEnd();
|
|
23359
23725
|
i0__namespace.ɵɵelementEnd();
|
|
23360
23726
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -23362,7 +23728,9 @@
|
|
|
23362
23728
|
if (rf & 2) {
|
|
23363
23729
|
var field_r21 = i0__namespace.ɵɵnextContext().$implicit;
|
|
23364
23730
|
var ctx_r23 = i0__namespace.ɵɵnextContext(4);
|
|
23365
|
-
i0__namespace.ɵɵadvance(
|
|
23731
|
+
i0__namespace.ɵɵadvance(1);
|
|
23732
|
+
i0__namespace.ɵɵproperty("id", "case-viewer-field-read--" + field_r21.id);
|
|
23733
|
+
i0__namespace.ɵɵadvance(2);
|
|
23366
23734
|
i0__namespace.ɵɵproperty("topLevelFormGroup", ctx_r23.formGroup.controls["data"])("caseField", field_r21)("caseReference", ctx_r23.caseDetails.case_id)("markdownUseHrefAsRouterLink", ctx_r23.markdownUseHrefAsRouterLink);
|
|
23367
23735
|
}
|
|
23368
23736
|
}
|
|
@@ -23372,8 +23740,8 @@
|
|
|
23372
23740
|
i0__namespace.ɵɵelementStart(1, "div", 27);
|
|
23373
23741
|
i0__namespace.ɵɵelementContainerStart(2, 28);
|
|
23374
23742
|
i0__namespace.ɵɵpipe(3, "ccdIsCompound");
|
|
23375
|
-
i0__namespace.ɵɵtemplate(4, CaseFullAccessViewComponent_ng_container_11_mat_tab_4_ng_template_1_ng_container_2_tr_4_Template, 5,
|
|
23376
|
-
i0__namespace.ɵɵtemplate(5, CaseFullAccessViewComponent_ng_container_11_mat_tab_4_ng_template_1_ng_container_2_tr_5_Template, 4,
|
|
23743
|
+
i0__namespace.ɵɵtemplate(4, CaseFullAccessViewComponent_ng_container_11_mat_tab_4_ng_template_1_ng_container_2_tr_4_Template, 5, 6, "tr", 29);
|
|
23744
|
+
i0__namespace.ɵɵtemplate(5, CaseFullAccessViewComponent_ng_container_11_mat_tab_4_ng_template_1_ng_container_2_tr_5_Template, 4, 5, "tr", 30);
|
|
23377
23745
|
i0__namespace.ɵɵelementContainerEnd();
|
|
23378
23746
|
i0__namespace.ɵɵelementEnd();
|
|
23379
23747
|
i0__namespace.ɵɵelementContainerEnd();
|
|
@@ -23733,7 +24101,7 @@
|
|
|
23733
24101
|
var _t = void 0;
|
|
23734
24102
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.tabGroup = _t.first);
|
|
23735
24103
|
}
|
|
23736
|
-
}, inputs: { hasPrint: "hasPrint", hasEventSelector: "hasEventSelector", caseDetails: "caseDetails", prependedTabs: "prependedTabs", appendedTabs: "appendedTabs" }, decls: 12, vars: 11, consts: [["class", "error-summary", "role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 4, "ngIf"], [3, "triggerTextContinue", "triggerTextIgnore", "callbackErrorsSubject", "callbackErrorsContext"], [3, "caseId", "displayMode"], [1, "grid-row"], [1, "column-one-half"], [3, "caseDetails"], ["class", "case-viewer-controls", 4, "ngIf"], ["class", "column-one-half", 4, "ngIf"], [1, "column-full"], [4, "ngIf"], ["role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 1, "error-summary"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h1", "error-summary-heading"], ["id", "edit-case-event_error-summary-body", 1, "govuk-error-summary__body"], ["href", "get-help", "target", "_blank"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h2", "error-summary-heading"], ["class", "error-summary-list", 4, "ngIf"], [1, "error-summary-list"], [4, "ngFor", "ngForOf"], [1, "case-viewer-controls"], ["id", "case-viewer-control-print", "routerLink", "print", 1, "button", "button-secondary"], [3, "isDisabled", "triggers", "triggerText", "onTriggerChange", "onTriggerSubmit"], ["animationDuration", "0ms", 3, "disableRipple", "selectedTabChange"], ["tabGroup", ""], [3, "id", "label", 4, "ngFor", "ngForOf"], [3, "id", "label"], ["matTabContent", ""], ["aria-describedby", "case viewer table"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "hidden"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["class", "compound-field", 4, "ngSwitchCase"], ["id", "case-viewer-field-label", 4, "ngIf"], [1, "text-16"], [3, "topLevelFormGroup", "caseField", "caseReference", "markdownUseHrefAsRouterLink"], ["id", "case-viewer-field-label"], [1, "case-viewer-label", "text-16"], [1, "compound-field"]], template: function CaseFullAccessViewComponent_Template(rf, ctx) {
|
|
24104
|
+
}, inputs: { hasPrint: "hasPrint", hasEventSelector: "hasEventSelector", caseDetails: "caseDetails", prependedTabs: "prependedTabs", appendedTabs: "appendedTabs" }, decls: 12, vars: 11, consts: [["class", "error-summary", "role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 4, "ngIf"], [3, "triggerTextContinue", "triggerTextIgnore", "callbackErrorsSubject", "callbackErrorsContext"], [3, "caseId", "displayMode"], [1, "grid-row"], [1, "column-one-half"], [3, "caseDetails"], ["class", "case-viewer-controls", 4, "ngIf"], ["class", "column-one-half", 4, "ngIf"], [1, "column-full"], [4, "ngIf"], ["role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 1, "error-summary"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h1", "error-summary-heading"], ["id", "edit-case-event_error-summary-body", 1, "govuk-error-summary__body"], ["href", "get-help", "target", "_blank"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h2", "error-summary-heading"], ["class", "error-summary-list", 4, "ngIf"], [1, "error-summary-list"], [4, "ngFor", "ngForOf"], [1, "case-viewer-controls"], ["id", "case-viewer-control-print", "routerLink", "print", 1, "button", "button-secondary"], [3, "isDisabled", "triggers", "triggerText", "onTriggerChange", "onTriggerSubmit"], ["animationDuration", "0ms", 3, "disableRipple", "selectedTabChange"], ["tabGroup", ""], [3, "id", "label", 4, "ngFor", "ngForOf"], [3, "id", "label"], ["matTabContent", ""], ["aria-describedby", "case viewer table"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "hidden"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["class", "compound-field", 4, "ngSwitchCase"], ["id", "case-viewer-field-label", 4, "ngIf"], [3, "id"], [1, "text-16"], [3, "topLevelFormGroup", "caseField", "caseReference", "markdownUseHrefAsRouterLink"], ["id", "case-viewer-field-label"], [1, "case-viewer-label", "text-16"], [1, "compound-field"]], template: function CaseFullAccessViewComponent_Template(rf, ctx) {
|
|
23737
24105
|
if (rf & 1) {
|
|
23738
24106
|
i0__namespace.ɵɵtemplate(0, CaseFullAccessViewComponent_div_0_Template, 10, 0, "div", 0);
|
|
23739
24107
|
i0__namespace.ɵɵtemplate(1, CaseFullAccessViewComponent_div_1_Template, 6, 2, "div", 0);
|
|
@@ -27181,12 +27549,12 @@
|
|
|
27181
27549
|
i0__namespace.ɵɵproperty("checked", ctx_r6.allOnPageSelected())("disabled", !ctx_r6.canAnyBeShared());
|
|
27182
27550
|
}
|
|
27183
27551
|
}
|
|
27184
|
-
function
|
|
27552
|
+
function SearchResultComponent_table_0_th_10_div_6_Template(rf, ctx) {
|
|
27185
27553
|
if (rf & 1) {
|
|
27186
27554
|
var _r19_1 = i0__namespace.ɵɵgetCurrentView();
|
|
27187
27555
|
i0__namespace.ɵɵelementStart(0, "div", 27);
|
|
27188
27556
|
i0__namespace.ɵɵelementStart(1, "a", 28);
|
|
27189
|
-
i0__namespace.ɵɵlistener("click", function
|
|
27557
|
+
i0__namespace.ɵɵlistener("click", function SearchResultComponent_table_0_th_10_div_6_Template_a_click_1_listener() { i0__namespace.ɵɵrestoreView(_r19_1); var col_r15 = i0__namespace.ɵɵnextContext().$implicit; var ctx_r17 = i0__namespace.ɵɵnextContext(2); return ctx_r17.sort(col_r15); });
|
|
27190
27558
|
i0__namespace.ɵɵelementEnd();
|
|
27191
27559
|
i0__namespace.ɵɵelementEnd();
|
|
27192
27560
|
}
|
|
@@ -27203,11 +27571,13 @@
|
|
|
27203
27571
|
i0__namespace.ɵɵelementStart(0, "th");
|
|
27204
27572
|
i0__namespace.ɵɵelementStart(1, "table", 24);
|
|
27205
27573
|
i0__namespace.ɵɵelementStart(2, "tr");
|
|
27206
|
-
i0__namespace.ɵɵelementStart(3, "
|
|
27207
|
-
i0__namespace.ɵɵ
|
|
27208
|
-
i0__namespace.ɵɵ
|
|
27574
|
+
i0__namespace.ɵɵelementStart(3, "th");
|
|
27575
|
+
i0__namespace.ɵɵelementStart(4, "div", 25);
|
|
27576
|
+
i0__namespace.ɵɵlistener("click", function SearchResultComponent_table_0_th_10_Template_div_click_4_listener() { i0__namespace.ɵɵrestoreView(_r22_1); var col_r15 = ctx.$implicit; var ctx_r21 = i0__namespace.ɵɵnextContext(2); return ctx_r21.sort(col_r15); });
|
|
27577
|
+
i0__namespace.ɵɵtext(5);
|
|
27578
|
+
i0__namespace.ɵɵelementEnd();
|
|
27579
|
+
i0__namespace.ɵɵtemplate(6, SearchResultComponent_table_0_th_10_div_6_Template, 2, 1, "div", 26);
|
|
27209
27580
|
i0__namespace.ɵɵelementEnd();
|
|
27210
|
-
i0__namespace.ɵɵtemplate(5, SearchResultComponent_table_0_th_10_div_5_Template, 2, 1, "div", 26);
|
|
27211
27581
|
i0__namespace.ɵɵelementEnd();
|
|
27212
27582
|
i0__namespace.ɵɵelementEnd();
|
|
27213
27583
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -27216,8 +27586,8 @@
|
|
|
27216
27586
|
var col_r15 = ctx.$implicit;
|
|
27217
27587
|
var ctx_r7 = i0__namespace.ɵɵnextContext(2);
|
|
27218
27588
|
i0__namespace.ɵɵadvance(1);
|
|
27219
|
-
i0__namespace.ɵɵ
|
|
27220
|
-
i0__namespace.ɵɵadvance(
|
|
27589
|
+
i0__namespace.ɵɵattribute("aria-label", "Sort by " + col_r15.label + " " + ctx_r7.isSortAscending(col_r15) ? "ascending" : "descending");
|
|
27590
|
+
i0__namespace.ɵɵadvance(4);
|
|
27221
27591
|
i0__namespace.ɵɵtextInterpolate(col_r15.label);
|
|
27222
27592
|
i0__namespace.ɵɵadvance(1);
|
|
27223
27593
|
i0__namespace.ɵɵproperty("ngIf", ctx_r7.comparator(col_r15));
|
|
@@ -27553,7 +27923,7 @@
|
|
|
27553
27923
|
i0__namespace.ɵɵelementStart(7, "thead");
|
|
27554
27924
|
i0__namespace.ɵɵelementStart(8, "tr", 7);
|
|
27555
27925
|
i0__namespace.ɵɵtemplate(9, SearchResultComponent_table_0_th_9_Template, 4, 2, "th", 8);
|
|
27556
|
-
i0__namespace.ɵɵtemplate(10, SearchResultComponent_table_0_th_10_Template,
|
|
27926
|
+
i0__namespace.ɵɵtemplate(10, SearchResultComponent_table_0_th_10_Template, 7, 3, "th", 9);
|
|
27557
27927
|
i0__namespace.ɵɵtemplate(11, SearchResultComponent_table_0_th_11_Template, 1, 0, "th", 10);
|
|
27558
27928
|
i0__namespace.ɵɵelementEnd();
|
|
27559
27929
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -28390,6 +28760,8 @@
|
|
|
28390
28760
|
exports.CaseFieldService = CaseFieldService;
|
|
28391
28761
|
exports.CaseFileViewFieldComponent = CaseFileViewFieldComponent;
|
|
28392
28762
|
exports.CaseFileViewFolderComponent = CaseFileViewFolderComponent;
|
|
28763
|
+
exports.CaseFileViewFolderSortComponent = CaseFileViewFolderSortComponent;
|
|
28764
|
+
exports.CaseFileViewOverlayMenuComponent = CaseFileViewOverlayMenuComponent;
|
|
28393
28765
|
exports.CaseFileViewService = CaseFileViewService;
|
|
28394
28766
|
exports.CaseFullAccessViewComponent = CaseFullAccessViewComponent;
|
|
28395
28767
|
exports.CaseHeaderComponent = CaseHeaderComponent;
|