@hmcts/ccd-case-ui-toolkit 5.0.25-case-file-view-document-count-v3 → 5.0.25-case-file-view-all-document-count-v8
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 +117 -184
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.js +6 -3
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +33 -45
- package/esm2015/lib/shared/components/palette/case-file-view/components/index.js +1 -2
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.js +33 -43
- package/esm2015/lib/shared/components/palette/palette.module.js +6 -9
- package/esm2015/public-api.js +3 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +112 -176
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.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 +3 -2
- 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 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +1 -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 +0 -1
- 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.component.d.ts +3 -1
- 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 -1
- package/lib/shared/components/palette/palette.module.d.ts +24 -25
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/public-api.d.ts.map +1 -1
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.js +0 -46
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.d.ts +0 -15
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.d.ts.map +0 -1
|
@@ -117,17 +117,17 @@
|
|
|
117
117
|
i0__namespace.ɵɵtextInterpolate(ctx_r1.workhours);
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
var _c0$
|
|
121
|
-
var _c1$
|
|
120
|
+
var _c0$P = [[["", "footerSolsNavLinks", ""]], [["", "footerCaseWorkerNavLinks", ""]]];
|
|
121
|
+
var _c1$n = ["[footerSolsNavLinks]", "[footerCaseWorkerNavLinks]"];
|
|
122
122
|
var FooterComponent = /** @class */ (function () {
|
|
123
123
|
function FooterComponent() {
|
|
124
124
|
}
|
|
125
125
|
return FooterComponent;
|
|
126
126
|
}());
|
|
127
127
|
FooterComponent.ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(); };
|
|
128
|
-
FooterComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: FooterComponent, selectors: [["cut-footer-bar"]], inputs: { email: "email", isSolicitor: "isSolicitor", phone: "phone", workhours: "workhours" }, ngContentSelectors: _c1$
|
|
128
|
+
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) {
|
|
129
129
|
if (rf & 1) {
|
|
130
|
-
i0__namespace.ɵɵprojectionDef(_c0$
|
|
130
|
+
i0__namespace.ɵɵprojectionDef(_c0$P);
|
|
131
131
|
i0__namespace.ɵɵelementStart(0, "footer", 0);
|
|
132
132
|
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
133
133
|
i0__namespace.ɵɵtemplate(2, FooterComponent_div_2_Template, 15, 0, "div", 2);
|
|
@@ -206,8 +206,8 @@
|
|
|
206
206
|
i0__namespace.ɵɵtextInterpolate(ctx_r2.title);
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
var _c0$
|
|
210
|
-
var _c1$
|
|
209
|
+
var _c0$O = [[["", "headerNavigation", ""]]];
|
|
210
|
+
var _c1$m = ["[headerNavigation]"];
|
|
211
211
|
var HeaderBarComponent = /** @class */ (function () {
|
|
212
212
|
function HeaderBarComponent() {
|
|
213
213
|
this.signOutRequest = new i0.EventEmitter();
|
|
@@ -218,9 +218,9 @@
|
|
|
218
218
|
return HeaderBarComponent;
|
|
219
219
|
}());
|
|
220
220
|
HeaderBarComponent.ɵfac = function HeaderBarComponent_Factory(t) { return new (t || HeaderBarComponent)(); };
|
|
221
|
-
HeaderBarComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: HeaderBarComponent, selectors: [["cut-header-bar"]], inputs: { title: "title", isSolicitor: "isSolicitor", username: "username" }, outputs: { signOutRequest: "signOutRequest" }, ngContentSelectors: _c1$
|
|
221
|
+
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) {
|
|
222
222
|
if (rf & 1) {
|
|
223
|
-
i0__namespace.ɵɵprojectionDef(_c0$
|
|
223
|
+
i0__namespace.ɵɵprojectionDef(_c0$O);
|
|
224
224
|
i0__namespace.ɵɵelementStart(0, "header", 0);
|
|
225
225
|
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
226
226
|
i0__namespace.ɵɵelementStart(2, "div", 2);
|
|
@@ -281,17 +281,17 @@
|
|
|
281
281
|
}] });
|
|
282
282
|
})();
|
|
283
283
|
|
|
284
|
-
var _c0$
|
|
285
|
-
var _c1$
|
|
284
|
+
var _c0$N = [[["", "leftNavLinks", ""]], [["", "rightNavLinks", ""]]];
|
|
285
|
+
var _c1$l = ["[leftNavLinks]", "[rightNavLinks]"];
|
|
286
286
|
var NavigationComponent = /** @class */ (function () {
|
|
287
287
|
function NavigationComponent() {
|
|
288
288
|
}
|
|
289
289
|
return NavigationComponent;
|
|
290
290
|
}());
|
|
291
291
|
NavigationComponent.ɵfac = function NavigationComponent_Factory(t) { return new (t || NavigationComponent)(); };
|
|
292
|
-
NavigationComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: NavigationComponent, selectors: [["cut-nav-bar"]], inputs: { isSolicitor: "isSolicitor" }, ngContentSelectors: _c1$
|
|
292
|
+
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) {
|
|
293
293
|
if (rf & 1) {
|
|
294
|
-
i0__namespace.ɵɵprojectionDef(_c0$
|
|
294
|
+
i0__namespace.ɵɵprojectionDef(_c0$N);
|
|
295
295
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
296
296
|
i0__namespace.ɵɵelementStart(1, "nav", 0);
|
|
297
297
|
i0__namespace.ɵɵprojection(2);
|
|
@@ -436,17 +436,17 @@
|
|
|
436
436
|
}], null, null);
|
|
437
437
|
})();
|
|
438
438
|
|
|
439
|
-
var _c0$
|
|
440
|
-
var _c1$
|
|
439
|
+
var _c0$M = [[["", "topBody", ""]], [["", "leftBody", ""]], [["", "rightBody", ""]]];
|
|
440
|
+
var _c1$k = ["[topBody]", "[leftBody]", "[rightBody]"];
|
|
441
441
|
var BodyComponent = /** @class */ (function () {
|
|
442
442
|
function BodyComponent() {
|
|
443
443
|
}
|
|
444
444
|
return BodyComponent;
|
|
445
445
|
}());
|
|
446
446
|
BodyComponent.ɵfac = function BodyComponent_Factory(t) { return new (t || BodyComponent)(); };
|
|
447
|
-
BodyComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: BodyComponent, selectors: [["cut-body"]], ngContentSelectors: _c1$
|
|
447
|
+
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) {
|
|
448
448
|
if (rf & 1) {
|
|
449
|
-
i0__namespace.ɵɵprojectionDef(_c0$
|
|
449
|
+
i0__namespace.ɵɵprojectionDef(_c0$M);
|
|
450
450
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
451
451
|
i0__namespace.ɵɵprojection(1);
|
|
452
452
|
i0__namespace.ɵɵprojection(2, 1);
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
794
794
|
}
|
|
795
795
|
|
|
796
|
-
var _c0$
|
|
796
|
+
var _c0$L = function (a0) { return { "govuk-input--error": a0 }; };
|
|
797
797
|
function DateInputComponent_div_16_Template(rf, ctx) {
|
|
798
798
|
if (rf & 1) {
|
|
799
799
|
var _r8_1 = i0__namespace.ɵɵgetCurrentView();
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
i0__namespace.ɵɵadvance(1);
|
|
812
812
|
i0__namespace.ɵɵproperty("for", ctx_r3.hourId());
|
|
813
813
|
i0__namespace.ɵɵadvance(2);
|
|
814
|
-
i0__namespace.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$
|
|
814
|
+
i0__namespace.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$L, ctx_r3.isInvalid));
|
|
815
815
|
}
|
|
816
816
|
}
|
|
817
817
|
function DateInputComponent_div_17_Template(rf, ctx) {
|
|
@@ -831,7 +831,7 @@
|
|
|
831
831
|
i0__namespace.ɵɵadvance(1);
|
|
832
832
|
i0__namespace.ɵɵproperty("for", ctx_r4.minuteId());
|
|
833
833
|
i0__namespace.ɵɵadvance(2);
|
|
834
|
-
i0__namespace.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$
|
|
834
|
+
i0__namespace.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$L, ctx_r4.isInvalid));
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
837
|
function DateInputComponent_div_18_Template(rf, ctx) {
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
i0__namespace.ɵɵadvance(1);
|
|
852
852
|
i0__namespace.ɵɵproperty("for", ctx_r5.secondId());
|
|
853
853
|
i0__namespace.ɵɵadvance(2);
|
|
854
|
-
i0__namespace.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$
|
|
854
|
+
i0__namespace.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$L, ctx_r5.isInvalid));
|
|
855
855
|
}
|
|
856
856
|
}
|
|
857
857
|
var DateInputComponent = /** @class */ (function () {
|
|
@@ -1085,15 +1085,15 @@
|
|
|
1085
1085
|
i0__namespace.ɵɵadvance(2);
|
|
1086
1086
|
i0__namespace.ɵɵproperty("for", ctx.dayId());
|
|
1087
1087
|
i0__namespace.ɵɵadvance(2);
|
|
1088
|
-
i0__namespace.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0__namespace.ɵɵpureFunction1(18, _c0$
|
|
1088
|
+
i0__namespace.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0__namespace.ɵɵpureFunction1(18, _c0$L, ctx.isInvalid));
|
|
1089
1089
|
i0__namespace.ɵɵadvance(3);
|
|
1090
1090
|
i0__namespace.ɵɵproperty("for", ctx.monthId());
|
|
1091
1091
|
i0__namespace.ɵɵadvance(2);
|
|
1092
|
-
i0__namespace.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0__namespace.ɵɵpureFunction1(20, _c0$
|
|
1092
|
+
i0__namespace.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0__namespace.ɵɵpureFunction1(20, _c0$L, ctx.isInvalid));
|
|
1093
1093
|
i0__namespace.ɵɵadvance(3);
|
|
1094
1094
|
i0__namespace.ɵɵproperty("for", ctx.yearId());
|
|
1095
1095
|
i0__namespace.ɵɵadvance(2);
|
|
1096
|
-
i0__namespace.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0__namespace.ɵɵpureFunction1(22, _c0$
|
|
1096
|
+
i0__namespace.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0__namespace.ɵɵpureFunction1(22, _c0$L, ctx.isInvalid));
|
|
1097
1097
|
i0__namespace.ɵɵadvance(2);
|
|
1098
1098
|
i0__namespace.ɵɵproperty("ngIf", ctx.isDateTime);
|
|
1099
1099
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
i0__namespace.ɵɵelementContainerEnd();
|
|
1175
1175
|
}
|
|
1176
1176
|
}
|
|
1177
|
-
var _c0$
|
|
1177
|
+
var _c0$K = ["*"];
|
|
1178
1178
|
exports.AlertMessageType = void 0;
|
|
1179
1179
|
(function (AlertMessageType) {
|
|
1180
1180
|
AlertMessageType["WARNING"] = "warning";
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
AlertComponent.TYPE_ERROR = 'error';
|
|
1196
1196
|
AlertComponent.TYPE_INFORMATION = 'information';
|
|
1197
1197
|
AlertComponent.ɵfac = function AlertComponent_Factory(t) { return new (t || AlertComponent)(); };
|
|
1198
|
-
AlertComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$
|
|
1198
|
+
AlertComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$K, 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) {
|
|
1199
1199
|
if (rf & 1) {
|
|
1200
1200
|
i0__namespace.ɵɵprojectionDef();
|
|
1201
1201
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
@@ -1301,15 +1301,15 @@
|
|
|
1301
1301
|
}], null, null);
|
|
1302
1302
|
})();
|
|
1303
1303
|
|
|
1304
|
-
var _c0$
|
|
1305
|
-
var _c1$
|
|
1304
|
+
var _c0$J = function (a0) { return { "js-hidden": a0 }; };
|
|
1305
|
+
var _c1$j = ["*"];
|
|
1306
1306
|
var TabComponent = /** @class */ (function () {
|
|
1307
1307
|
function TabComponent() {
|
|
1308
1308
|
}
|
|
1309
1309
|
return TabComponent;
|
|
1310
1310
|
}());
|
|
1311
1311
|
TabComponent.ɵfac = function TabComponent_Factory(t) { return new (t || TabComponent)(); };
|
|
1312
|
-
TabComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: TabComponent, selectors: [["cut-tab"]], inputs: { id: "id", title: "title", selected: "selected" }, ngContentSelectors: _c1$
|
|
1312
|
+
TabComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: TabComponent, selectors: [["cut-tab"]], inputs: { id: "id", title: "title", selected: "selected" }, ngContentSelectors: _c1$j, decls: 2, vars: 5, consts: [["role", "tabpanel", 1, "tabs-panel", 3, "id", "ngClass"]], template: function TabComponent_Template(rf, ctx) {
|
|
1313
1313
|
if (rf & 1) {
|
|
1314
1314
|
i0__namespace.ɵɵprojectionDef();
|
|
1315
1315
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
i0__namespace.ɵɵelementEnd();
|
|
1318
1318
|
}
|
|
1319
1319
|
if (rf & 2) {
|
|
1320
|
-
i0__namespace.ɵɵproperty("id", ctx.id)("ngClass", i0__namespace.ɵɵpureFunction1(3, _c0$
|
|
1320
|
+
i0__namespace.ɵɵproperty("id", ctx.id)("ngClass", i0__namespace.ɵɵpureFunction1(3, _c0$J, !ctx.selected));
|
|
1321
1321
|
i0__namespace.ɵɵattribute("aria-hidden", !ctx.selected);
|
|
1322
1322
|
}
|
|
1323
1323
|
}, 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}}"] });
|
|
@@ -1340,8 +1340,8 @@
|
|
|
1340
1340
|
}] });
|
|
1341
1341
|
})();
|
|
1342
1342
|
|
|
1343
|
-
var _c0$
|
|
1344
|
-
var _c1$
|
|
1343
|
+
var _c0$I = ["tab"];
|
|
1344
|
+
var _c1$i = function () { return ["."]; };
|
|
1345
1345
|
var _c2$3 = function (a0) { return { "tabs-toggle-selected": a0 }; };
|
|
1346
1346
|
function TabsComponent_li_2_Template(rf, ctx) {
|
|
1347
1347
|
if (rf & 1) {
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
if (rf & 2) {
|
|
1357
1357
|
var panel_r1 = ctx.$implicit;
|
|
1358
1358
|
i0__namespace.ɵɵadvance(1);
|
|
1359
|
-
i0__namespace.ɵɵproperty("routerLink", i0__namespace.ɵɵpureFunction0(6, _c1$
|
|
1359
|
+
i0__namespace.ɵɵproperty("routerLink", i0__namespace.ɵɵpureFunction0(6, _c1$i))("fragment", panel_r1.id)("ngClass", i0__namespace.ɵɵpureFunction1(7, _c2$3, panel_r1.selected));
|
|
1360
1360
|
i0__namespace.ɵɵattribute("aria-controls", panel_r1.id)("aria-selected", panel_r1.selected);
|
|
1361
1361
|
i0__namespace.ɵɵadvance(2);
|
|
1362
1362
|
i0__namespace.ɵɵtextInterpolate(panel_r1.title);
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
}
|
|
1395
1395
|
}, viewQuery: function TabsComponent_Query(rf, ctx) {
|
|
1396
1396
|
if (rf & 1) {
|
|
1397
|
-
i0__namespace.ɵɵviewQuery(_c0$
|
|
1397
|
+
i0__namespace.ɵɵviewQuery(_c0$I, 1);
|
|
1398
1398
|
}
|
|
1399
1399
|
if (rf & 2) {
|
|
1400
1400
|
var _t = void 0;
|
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
}], null, null);
|
|
1474
1474
|
})();
|
|
1475
1475
|
|
|
1476
|
-
var _c0$
|
|
1476
|
+
var _c0$H = function (a0, a1) { return { caseLocked: a0, someoneViewing: a1 }; };
|
|
1477
1477
|
var ActivityBannerComponent = /** @class */ (function () {
|
|
1478
1478
|
function ActivityBannerComponent() {
|
|
1479
1479
|
}
|
|
@@ -1494,7 +1494,7 @@
|
|
|
1494
1494
|
i0__namespace.ɵɵelementEnd();
|
|
1495
1495
|
}
|
|
1496
1496
|
if (rf & 2) {
|
|
1497
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(4, _c0$
|
|
1497
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(4, _c0$H, ctx.bannerType === "editor", ctx.bannerType === "viewer"));
|
|
1498
1498
|
i0__namespace.ɵɵadvance(2);
|
|
1499
1499
|
i0__namespace.ɵɵpropertyInterpolate("alt", ctx.description);
|
|
1500
1500
|
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$G = ["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);
|
|
@@ -9211,7 +9211,7 @@
|
|
|
9211
9211
|
i0__namespace.ɵɵelementEnd();
|
|
9212
9212
|
}
|
|
9213
9213
|
}
|
|
9214
|
-
var _c1$
|
|
9214
|
+
var _c1$h = function (a0) { return { "form-group-error": a0 }; };
|
|
9215
9215
|
var _c2$2 = function (a0) { return { "govuk-input--error": a0 }; };
|
|
9216
9216
|
function WriteAddressFieldComponent_div_1_div_4_Template(rf, ctx) {
|
|
9217
9217
|
if (rf & 1) {
|
|
@@ -9232,7 +9232,7 @@
|
|
|
9232
9232
|
}
|
|
9233
9233
|
if (rf & 2) {
|
|
9234
9234
|
var ctx_r2 = i0__namespace.ɵɵnextContext(2);
|
|
9235
|
-
i0__namespace.ɵɵproperty("id", ctx_r2.createElementId("postcodeLookup"))("ngClass", i0__namespace.ɵɵpureFunction1(7, _c1$
|
|
9235
|
+
i0__namespace.ɵɵproperty("id", ctx_r2.createElementId("postcodeLookup"))("ngClass", i0__namespace.ɵɵpureFunction1(7, _c1$h, ctx_r2.missingPostcode));
|
|
9236
9236
|
i0__namespace.ɵɵadvance(1);
|
|
9237
9237
|
i0__namespace.ɵɵproperty("for", ctx_r2.createElementId("postcodeInput"));
|
|
9238
9238
|
i0__namespace.ɵɵadvance(3);
|
|
@@ -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$G, 1);
|
|
9421
9421
|
i0__namespace.ɵɵviewQuery(FocusElementDirective, 1);
|
|
9422
9422
|
}
|
|
9423
9423
|
if (rf & 2) {
|
|
@@ -9587,69 +9587,66 @@
|
|
|
9587
9587
|
__metadata("design:paramtypes", [])
|
|
9588
9588
|
], DocumentTreeNode.prototype, "childDocumentCount", null);
|
|
9589
9589
|
|
|
9590
|
-
function
|
|
9590
|
+
function CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_1_Template(rf, ctx) {
|
|
9591
9591
|
if (rf & 1) {
|
|
9592
9592
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
9593
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
9593
|
+
i0__namespace.ɵɵelementStart(1, "div", 4);
|
|
9594
9594
|
i0__namespace.ɵɵtext(2);
|
|
9595
9595
|
i0__namespace.ɵɵelementEnd();
|
|
9596
9596
|
i0__namespace.ɵɵelementContainerEnd();
|
|
9597
9597
|
}
|
|
9598
9598
|
if (rf & 2) {
|
|
9599
|
-
var
|
|
9599
|
+
var ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
9600
9600
|
i0__namespace.ɵɵadvance(2);
|
|
9601
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
9601
|
+
i0__namespace.ɵɵtextInterpolate(ctx_r1.title);
|
|
9602
9602
|
}
|
|
9603
9603
|
}
|
|
9604
|
-
function
|
|
9604
|
+
function CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_img_2_Template(rf, ctx) {
|
|
9605
9605
|
if (rf & 1) {
|
|
9606
|
-
i0__namespace.ɵɵelement(0, "img",
|
|
9606
|
+
i0__namespace.ɵɵelement(0, "img", 8);
|
|
9607
9607
|
}
|
|
9608
9608
|
if (rf & 2) {
|
|
9609
|
-
var
|
|
9610
|
-
var
|
|
9611
|
-
i0__namespace.ɵɵ
|
|
9612
|
-
i0__namespace.ɵɵproperty("src", item_r4.iconSrc, i0__namespace.ɵɵsanitizeUrl);
|
|
9609
|
+
var item_r3 = i0__namespace.ɵɵnextContext().$implicit;
|
|
9610
|
+
var ctx_r4 = i0__namespace.ɵɵnextContext(2);
|
|
9611
|
+
i0__namespace.ɵɵproperty("src", item_r3.iconSrc, i0__namespace.ɵɵsanitizeUrl)("alt", ctx_r4.title);
|
|
9613
9612
|
}
|
|
9614
9613
|
}
|
|
9615
|
-
function
|
|
9614
|
+
function CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_Template(rf, ctx) {
|
|
9616
9615
|
if (rf & 1) {
|
|
9617
|
-
var
|
|
9616
|
+
var _r7_1 = i0__namespace.ɵɵgetCurrentView();
|
|
9618
9617
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
9619
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
9620
|
-
i0__namespace.ɵɵlistener("click", function
|
|
9621
|
-
i0__namespace.ɵɵtemplate(2,
|
|
9622
|
-
i0__namespace.ɵɵelementStart(3, "div",
|
|
9618
|
+
i0__namespace.ɵɵelementStart(1, "div", 5);
|
|
9619
|
+
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(); });
|
|
9620
|
+
i0__namespace.ɵɵtemplate(2, CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_img_2_Template, 1, 2, "img", 6);
|
|
9621
|
+
i0__namespace.ɵɵelementStart(3, "div", 7);
|
|
9623
9622
|
i0__namespace.ɵɵtext(4);
|
|
9624
9623
|
i0__namespace.ɵɵelementEnd();
|
|
9625
9624
|
i0__namespace.ɵɵelementEnd();
|
|
9626
9625
|
i0__namespace.ɵɵelementContainerEnd();
|
|
9627
9626
|
}
|
|
9628
9627
|
if (rf & 2) {
|
|
9629
|
-
var
|
|
9628
|
+
var item_r3 = ctx.$implicit;
|
|
9630
9629
|
i0__namespace.ɵɵadvance(2);
|
|
9631
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
9630
|
+
i0__namespace.ɵɵproperty("ngIf", item_r3.iconSrc);
|
|
9632
9631
|
i0__namespace.ɵɵadvance(2);
|
|
9633
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
9632
|
+
i0__namespace.ɵɵtextInterpolate(item_r3.actionText);
|
|
9634
9633
|
}
|
|
9635
9634
|
}
|
|
9636
|
-
function
|
|
9635
|
+
function CaseFileViewOverlayMenuComponent_ng_template_0_Template(rf, ctx) {
|
|
9637
9636
|
if (rf & 1) {
|
|
9638
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
9639
|
-
i0__namespace.ɵɵtemplate(1,
|
|
9640
|
-
i0__namespace.ɵɵtemplate(2,
|
|
9637
|
+
i0__namespace.ɵɵelementStart(0, "div", 1);
|
|
9638
|
+
i0__namespace.ɵɵtemplate(1, CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_1_Template, 3, 1, "ng-container", 2);
|
|
9639
|
+
i0__namespace.ɵɵtemplate(2, CaseFileViewOverlayMenuComponent_ng_template_0_ng_container_2_Template, 5, 2, "ng-container", 3);
|
|
9641
9640
|
i0__namespace.ɵɵelementEnd();
|
|
9642
9641
|
}
|
|
9643
9642
|
if (rf & 2) {
|
|
9644
|
-
var
|
|
9643
|
+
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
9645
9644
|
i0__namespace.ɵɵadvance(1);
|
|
9646
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
9645
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r0.title);
|
|
9647
9646
|
i0__namespace.ɵɵadvance(1);
|
|
9648
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
9647
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r0.menuItems);
|
|
9649
9648
|
}
|
|
9650
9649
|
}
|
|
9651
|
-
var _c0$G = [[["", "trigger", ""]]];
|
|
9652
|
-
var _c1$h = ["[trigger]"];
|
|
9653
9650
|
var CaseFileViewOverlayMenuComponent = /** @class */ (function () {
|
|
9654
9651
|
function CaseFileViewOverlayMenuComponent() {
|
|
9655
9652
|
this.title = '';
|
|
@@ -9664,24 +9661,14 @@
|
|
|
9664
9661
|
return CaseFileViewOverlayMenuComponent;
|
|
9665
9662
|
}());
|
|
9666
9663
|
CaseFileViewOverlayMenuComponent.ɵfac = function CaseFileViewOverlayMenuComponent_Factory(t) { return new (t || CaseFileViewOverlayMenuComponent)(); };
|
|
9667
|
-
CaseFileViewOverlayMenuComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewOverlayMenuComponent, selectors: [["ccd-case-file-view-overlay-menu"]], inputs: { title: "title", menuItems: "menuItems", isOpen: "isOpen" }, outputs: { isOpenChange: "isOpenChange" },
|
|
9664
|
+
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) {
|
|
9668
9665
|
if (rf & 1) {
|
|
9669
|
-
i0__namespace.ɵɵ
|
|
9670
|
-
i0__namespace.ɵɵelementStart(0, "div");
|
|
9671
|
-
i0__namespace.ɵɵelementStart(1, "button", 0, 1);
|
|
9672
|
-
i0__namespace.ɵɵlistener("click", function CaseFileViewOverlayMenuComponent_Template_button_click_1_listener() { return ctx.isOpen = !ctx.isOpen; });
|
|
9673
|
-
i0__namespace.ɵɵprojection(3);
|
|
9674
|
-
i0__namespace.ɵɵelementEnd();
|
|
9675
|
-
i0__namespace.ɵɵtemplate(4, CaseFileViewOverlayMenuComponent_ng_template_4_Template, 3, 2, "ng-template", 2);
|
|
9676
|
-
i0__namespace.ɵɵlistener("backdropClick", function CaseFileViewOverlayMenuComponent_Template_ng_template_backdropClick_4_listener() { return ctx.closeOverlay(); });
|
|
9677
|
-
i0__namespace.ɵɵelementEnd();
|
|
9666
|
+
i0__namespace.ɵɵtemplate(0, CaseFileViewOverlayMenuComponent_ng_template_0_Template, 3, 2, "ng-template", 0);
|
|
9678
9667
|
}
|
|
9679
9668
|
if (rf & 2) {
|
|
9680
|
-
|
|
9681
|
-
i0__namespace.ɵɵadvance(4);
|
|
9682
|
-
i0__namespace.ɵɵproperty("cdkConnectedOverlayOrigin", _r0)("cdkConnectedOverlayOpen", ctx.isOpen)("cdkConnectedOverlayHasBackdrop", true)("cdkConnectedOverlayBackdropClass", "cdk-overlay-transparent-backdrop");
|
|
9669
|
+
i0__namespace.ɵɵproperty("cdkConnectedOverlayOrigin", ctx.cdkOverlayOrigin)("cdkConnectedOverlayOpen", ctx.isOpen);
|
|
9683
9670
|
}
|
|
9684
|
-
}, directives: [i1__namespace$5.
|
|
9671
|
+
}, 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}"] });
|
|
9685
9672
|
(function () {
|
|
9686
9673
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewOverlayMenuComponent, [{
|
|
9687
9674
|
type: i0.Component,
|
|
@@ -9694,6 +9681,8 @@
|
|
|
9694
9681
|
type: i0.Input
|
|
9695
9682
|
}], menuItems: [{
|
|
9696
9683
|
type: i0.Input
|
|
9684
|
+
}], cdkOverlayOrigin: [{
|
|
9685
|
+
type: i0.Input
|
|
9697
9686
|
}], isOpen: [{
|
|
9698
9687
|
type: i0.Input
|
|
9699
9688
|
}], isOpenChange: [{
|
|
@@ -9712,10 +9701,12 @@
|
|
|
9712
9701
|
{ actionText: 'Z to A descending', iconSrc: '/assets/img/sort/sort-up-arrow.svg', actionFn: function () { return _this.sortDescending.emit(); } },
|
|
9713
9702
|
];
|
|
9714
9703
|
}
|
|
9704
|
+
CaseFileViewFolderSortComponent.prototype.ngOnInit = function () {
|
|
9705
|
+
};
|
|
9715
9706
|
return CaseFileViewFolderSortComponent;
|
|
9716
9707
|
}());
|
|
9717
9708
|
CaseFileViewFolderSortComponent.ɵfac = function CaseFileViewFolderSortComponent_Factory(t) { return new (t || CaseFileViewFolderSortComponent)(); };
|
|
9718
|
-
CaseFileViewFolderSortComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderSortComponent, selectors: [["ccd-case-file-view-folder-sort"]], outputs: { sortAscending: "sortAscending", sortDescending: "sortDescending" }, decls: 4, vars:
|
|
9709
|
+
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) {
|
|
9719
9710
|
if (rf & 1) {
|
|
9720
9711
|
i0__namespace.ɵɵelementStart(0, "button", 0, 1);
|
|
9721
9712
|
i0__namespace.ɵɵlistener("click", function CaseFileViewFolderSortComponent_Template_button_click_0_listener() { return ctx.isOpen = !ctx.isOpen; });
|
|
@@ -9726,8 +9717,9 @@
|
|
|
9726
9717
|
i0__namespace.ɵɵelementEnd();
|
|
9727
9718
|
}
|
|
9728
9719
|
if (rf & 2) {
|
|
9720
|
+
var _r0 = i0__namespace.ɵɵreference(1);
|
|
9729
9721
|
i0__namespace.ɵɵadvance(3);
|
|
9730
|
-
i0__namespace.ɵɵproperty("title", "Sort documents by name")("menuItems", ctx.overlayMenuItems)("isOpen", ctx.isOpen);
|
|
9722
|
+
i0__namespace.ɵɵproperty("title", "Sort documents by name")("menuItems", ctx.overlayMenuItems)("cdkOverlayOrigin", _r0)("isOpen", ctx.isOpen);
|
|
9731
9723
|
}
|
|
9732
9724
|
}, 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}"] });
|
|
9733
9725
|
(function () {
|
|
@@ -9745,56 +9737,6 @@
|
|
|
9745
9737
|
}] });
|
|
9746
9738
|
})();
|
|
9747
9739
|
|
|
9748
|
-
var CaseFileViewFolderDocumentActionsComponent = /** @class */ (function () {
|
|
9749
|
-
function CaseFileViewFolderDocumentActionsComponent() {
|
|
9750
|
-
var _this = this;
|
|
9751
|
-
this.isOpen = false;
|
|
9752
|
-
this.changeFolderAction = new i0.EventEmitter();
|
|
9753
|
-
this.openInANewTabAction = new i0.EventEmitter();
|
|
9754
|
-
this.downloadAction = new i0.EventEmitter();
|
|
9755
|
-
this.printAction = new i0.EventEmitter();
|
|
9756
|
-
this.overlayMenuItems = [
|
|
9757
|
-
{ actionText: 'Change folder', iconSrc: '/assets/img/case-file-view/document-menu/open_with.svg', actionFn: function () { return _this.changeFolderAction.emit(); } },
|
|
9758
|
-
{ actionText: 'Open in a new tab', iconSrc: '/assets/img/case-file-view/document-menu/open_in_new.svg', actionFn: function () { return _this.openInANewTabAction.emit(); } },
|
|
9759
|
-
{ actionText: 'Download', iconSrc: '/assets/img/case-file-view/document-menu/download.svg', actionFn: function () { return _this.downloadAction.emit(); } },
|
|
9760
|
-
{ actionText: 'Print', iconSrc: '/assets/img/case-file-view/document-menu/print.svg', actionFn: function () { return _this.printAction.emit(); } },
|
|
9761
|
-
];
|
|
9762
|
-
}
|
|
9763
|
-
return CaseFileViewFolderDocumentActionsComponent;
|
|
9764
|
-
}());
|
|
9765
|
-
CaseFileViewFolderDocumentActionsComponent.ɵfac = function CaseFileViewFolderDocumentActionsComponent_Factory(t) { return new (t || CaseFileViewFolderDocumentActionsComponent)(); };
|
|
9766
|
-
CaseFileViewFolderDocumentActionsComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderDocumentActionsComponent, selectors: [["ccd-case-file-view-folder-document-actions"]], outputs: { changeFolderAction: "changeFolderAction", openInANewTabAction: "openInANewTabAction", downloadAction: "downloadAction", printAction: "printAction" }, decls: 3, vars: 2, consts: [[3, "menuItems", "isOpen", "isOpenChange"], ["trigger", ""], ["src", "/assets/img/case-file-view/document-menu/more_vert.svg", "alt", "More document options", 1, "actions-trigger-icon"]], template: function CaseFileViewFolderDocumentActionsComponent_Template(rf, ctx) {
|
|
9767
|
-
if (rf & 1) {
|
|
9768
|
-
i0__namespace.ɵɵelementStart(0, "ccd-case-file-view-overlay-menu", 0);
|
|
9769
|
-
i0__namespace.ɵɵlistener("isOpenChange", function CaseFileViewFolderDocumentActionsComponent_Template_ccd_case_file_view_overlay_menu_isOpenChange_0_listener($event) { return ctx.isOpen = $event; });
|
|
9770
|
-
i0__namespace.ɵɵelementContainerStart(1, 1);
|
|
9771
|
-
i0__namespace.ɵɵelement(2, "img", 2);
|
|
9772
|
-
i0__namespace.ɵɵelementContainerEnd();
|
|
9773
|
-
i0__namespace.ɵɵelementEnd();
|
|
9774
|
-
}
|
|
9775
|
-
if (rf & 2) {
|
|
9776
|
-
i0__namespace.ɵɵproperty("menuItems", ctx.overlayMenuItems)("isOpen", ctx.isOpen);
|
|
9777
|
-
}
|
|
9778
|
-
}, directives: [CaseFileViewOverlayMenuComponent], styles: [".actions-trigger-icon[_ngcontent-%COMP%]{display:block;height:24px;margin-right:-5px}"] });
|
|
9779
|
-
(function () {
|
|
9780
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderDocumentActionsComponent, [{
|
|
9781
|
-
type: i0.Component,
|
|
9782
|
-
args: [{
|
|
9783
|
-
selector: 'ccd-case-file-view-folder-document-actions',
|
|
9784
|
-
templateUrl: './case-file-view-folder-document-actions.component.html',
|
|
9785
|
-
styleUrls: ['./case-file-view-folder-document-actions.component.scss']
|
|
9786
|
-
}]
|
|
9787
|
-
}], function () { return []; }, { changeFolderAction: [{
|
|
9788
|
-
type: i0.Output
|
|
9789
|
-
}], openInANewTabAction: [{
|
|
9790
|
-
type: i0.Output
|
|
9791
|
-
}], downloadAction: [{
|
|
9792
|
-
type: i0.Output
|
|
9793
|
-
}], printAction: [{
|
|
9794
|
-
type: i0.Output
|
|
9795
|
-
}] });
|
|
9796
|
-
})();
|
|
9797
|
-
|
|
9798
9740
|
function CaseFileViewFolderComponent_div_8_div_1_Template(rf, ctx) {
|
|
9799
9741
|
if (rf & 1) {
|
|
9800
9742
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
@@ -9804,20 +9746,14 @@
|
|
|
9804
9746
|
}
|
|
9805
9747
|
function CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_3_Template(rf, ctx) {
|
|
9806
9748
|
if (rf & 1) {
|
|
9807
|
-
var _r6_1 = i0__namespace.ɵɵgetCurrentView();
|
|
9808
9749
|
i0__namespace.ɵɵelementStart(0, "cdk-nested-tree-node", 12);
|
|
9809
|
-
i0__namespace.ɵɵelementStart(1, "
|
|
9810
|
-
i0__namespace.ɵɵelementStart(2, "
|
|
9750
|
+
i0__namespace.ɵɵelementStart(1, "div", 13);
|
|
9751
|
+
i0__namespace.ɵɵelementStart(2, "button", 14);
|
|
9811
9752
|
i0__namespace.ɵɵelement(3, "img", 15);
|
|
9812
9753
|
i0__namespace.ɵɵelementEnd();
|
|
9813
9754
|
i0__namespace.ɵɵelementStart(4, "span", 16);
|
|
9814
9755
|
i0__namespace.ɵɵtext(5);
|
|
9815
9756
|
i0__namespace.ɵɵelementEnd();
|
|
9816
|
-
i0__namespace.ɵɵelementStart(6, "div", 17);
|
|
9817
|
-
i0__namespace.ɵɵelementStart(7, "ccd-case-file-view-folder-document-actions", 18);
|
|
9818
|
-
i0__namespace.ɵɵlistener("changeFolderAction", function CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_3_Template_ccd_case_file_view_folder_document_actions_changeFolderAction_7_listener() { i0__namespace.ɵɵrestoreView(_r6_1); var ctx_r5 = i0__namespace.ɵɵnextContext(2); return ctx_r5.triggerDocumentAction("changeFolder"); })("openInANewTabAction", function CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_3_Template_ccd_case_file_view_folder_document_actions_openInANewTabAction_7_listener() { i0__namespace.ɵɵrestoreView(_r6_1); var ctx_r7 = i0__namespace.ɵɵnextContext(2); return ctx_r7.triggerDocumentAction("openInANewTab"); })("downloadAction", function CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_3_Template_ccd_case_file_view_folder_document_actions_downloadAction_7_listener() { i0__namespace.ɵɵrestoreView(_r6_1); var ctx_r8 = i0__namespace.ɵɵnextContext(2); return ctx_r8.triggerDocumentAction("download"); })("printAction", function CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_3_Template_ccd_case_file_view_folder_document_actions_printAction_7_listener() { i0__namespace.ɵɵrestoreView(_r6_1); var ctx_r9 = i0__namespace.ɵɵnextContext(2); return ctx_r9.triggerDocumentAction("print"); });
|
|
9819
|
-
i0__namespace.ɵɵelementEnd();
|
|
9820
|
-
i0__namespace.ɵɵelementEnd();
|
|
9821
9757
|
i0__namespace.ɵɵelementEnd();
|
|
9822
9758
|
i0__namespace.ɵɵelementEnd();
|
|
9823
9759
|
}
|
|
@@ -9830,35 +9766,35 @@
|
|
|
9830
9766
|
function CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_4_Template(rf, ctx) {
|
|
9831
9767
|
if (rf & 1) {
|
|
9832
9768
|
i0__namespace.ɵɵelementStart(0, "cdk-nested-tree-node", 12);
|
|
9833
|
-
i0__namespace.ɵɵelementStart(1, "
|
|
9834
|
-
i0__namespace.ɵɵelementStart(2, "
|
|
9835
|
-
i0__namespace.ɵɵelement(3, "img",
|
|
9836
|
-
i0__namespace.ɵɵelementStart(4, "span",
|
|
9769
|
+
i0__namespace.ɵɵelementStart(1, "div", 13);
|
|
9770
|
+
i0__namespace.ɵɵelementStart(2, "button", 17);
|
|
9771
|
+
i0__namespace.ɵɵelement(3, "img", 18);
|
|
9772
|
+
i0__namespace.ɵɵelementStart(4, "span", 19);
|
|
9837
9773
|
i0__namespace.ɵɵtext(5);
|
|
9838
9774
|
i0__namespace.ɵɵelementEnd();
|
|
9839
9775
|
i0__namespace.ɵɵelementEnd();
|
|
9840
|
-
i0__namespace.ɵɵelementStart(6, "span",
|
|
9776
|
+
i0__namespace.ɵɵelementStart(6, "span", 20);
|
|
9841
9777
|
i0__namespace.ɵɵtext(7);
|
|
9842
9778
|
i0__namespace.ɵɵelementEnd();
|
|
9843
9779
|
i0__namespace.ɵɵelementEnd();
|
|
9844
9780
|
i0__namespace.ɵɵelementStart(8, "div");
|
|
9845
|
-
i0__namespace.ɵɵelementContainer(9,
|
|
9781
|
+
i0__namespace.ɵɵelementContainer(9, 21);
|
|
9846
9782
|
i0__namespace.ɵɵelementEnd();
|
|
9847
9783
|
i0__namespace.ɵɵelementEnd();
|
|
9848
9784
|
}
|
|
9849
9785
|
if (rf & 2) {
|
|
9850
|
-
var
|
|
9786
|
+
var node_r5 = ctx.$implicit;
|
|
9851
9787
|
var ctx_r3 = i0__namespace.ɵɵnextContext(2);
|
|
9852
9788
|
i0__namespace.ɵɵadvance(2);
|
|
9853
|
-
i0__namespace.ɵɵattribute("aria-label", "toggle " +
|
|
9789
|
+
i0__namespace.ɵɵattribute("aria-label", "toggle " + node_r5.name);
|
|
9854
9790
|
i0__namespace.ɵɵadvance(1);
|
|
9855
|
-
i0__namespace.ɵɵproperty("src", ctx_r3.nestedTreeControl.isExpanded(
|
|
9791
|
+
i0__namespace.ɵɵproperty("src", ctx_r3.nestedTreeControl.isExpanded(node_r5) ? "/assets/images/folder-open.png" : "/assets/images/folder.png", i0__namespace.ɵɵsanitizeUrl);
|
|
9856
9792
|
i0__namespace.ɵɵadvance(2);
|
|
9857
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
9793
|
+
i0__namespace.ɵɵtextInterpolate(node_r5.childDocumentCount);
|
|
9858
9794
|
i0__namespace.ɵɵadvance(2);
|
|
9859
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
9795
|
+
i0__namespace.ɵɵtextInterpolate(node_r5.name);
|
|
9860
9796
|
i0__namespace.ɵɵadvance(1);
|
|
9861
|
-
i0__namespace.ɵɵclassProp("document-tree-invisible", !ctx_r3.nestedTreeControl.isExpanded(
|
|
9797
|
+
i0__namespace.ɵɵclassProp("document-tree-invisible", !ctx_r3.nestedTreeControl.isExpanded(node_r5));
|
|
9862
9798
|
}
|
|
9863
9799
|
}
|
|
9864
9800
|
function CaseFileViewFolderComponent_div_8_Template(rf, ctx) {
|
|
@@ -9866,7 +9802,7 @@
|
|
|
9866
9802
|
i0__namespace.ɵɵelementStart(0, "div", 7);
|
|
9867
9803
|
i0__namespace.ɵɵtemplate(1, CaseFileViewFolderComponent_div_8_div_1_Template, 2, 0, "div", 8);
|
|
9868
9804
|
i0__namespace.ɵɵelementStart(2, "cdk-tree", 9);
|
|
9869
|
-
i0__namespace.ɵɵtemplate(3, CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_3_Template,
|
|
9805
|
+
i0__namespace.ɵɵtemplate(3, CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_3_Template, 6, 1, "cdk-nested-tree-node", 10);
|
|
9870
9806
|
i0__namespace.ɵɵtemplate(4, CaseFileViewFolderComponent_div_8_cdk_nested_tree_node_4_Template, 10, 6, "cdk-nested-tree-node", 11);
|
|
9871
9807
|
i0__namespace.ɵɵelementEnd();
|
|
9872
9808
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -9888,6 +9824,21 @@
|
|
|
9888
9824
|
this.nestedChildren = function (_, nodeData) { return nodeData.children; };
|
|
9889
9825
|
this.nestedTreeControl = new i4.NestedTreeControl(this.getChildren);
|
|
9890
9826
|
}
|
|
9827
|
+
Object.defineProperty(CaseFileViewFolderComponent.prototype, "documentCount", {
|
|
9828
|
+
get: function () {
|
|
9829
|
+
var _a;
|
|
9830
|
+
if ((_a = this.nestedDataSource) === null || _a === void 0 ? void 0 : _a.length) {
|
|
9831
|
+
return this.nestedDataSource.reduce(function (acc, item) {
|
|
9832
|
+
return acc + item.childDocumentCount;
|
|
9833
|
+
}, 0);
|
|
9834
|
+
}
|
|
9835
|
+
else {
|
|
9836
|
+
return 0;
|
|
9837
|
+
}
|
|
9838
|
+
},
|
|
9839
|
+
enumerable: false,
|
|
9840
|
+
configurable: true
|
|
9841
|
+
});
|
|
9891
9842
|
CaseFileViewFolderComponent.prototype.ngOnInit = function () {
|
|
9892
9843
|
var _this = this;
|
|
9893
9844
|
this.documentFilterFormGroup = new i1$2.FormGroup({});
|
|
@@ -9972,24 +9923,6 @@
|
|
|
9972
9923
|
}
|
|
9973
9924
|
return rxjs.of(filteredData);
|
|
9974
9925
|
};
|
|
9975
|
-
CaseFileViewFolderComponent.prototype.triggerDocumentAction = function (actionType) {
|
|
9976
|
-
switch (actionType) {
|
|
9977
|
-
case ('changeFolder'):
|
|
9978
|
-
console.log('changeFolder!');
|
|
9979
|
-
break;
|
|
9980
|
-
case ('openInANewTab'):
|
|
9981
|
-
console.log('openInANewTab!');
|
|
9982
|
-
break;
|
|
9983
|
-
case ('download'):
|
|
9984
|
-
console.log('download!');
|
|
9985
|
-
break;
|
|
9986
|
-
case ('print'):
|
|
9987
|
-
console.log('print!');
|
|
9988
|
-
break;
|
|
9989
|
-
default:
|
|
9990
|
-
return;
|
|
9991
|
-
}
|
|
9992
|
-
};
|
|
9993
9926
|
CaseFileViewFolderComponent.prototype.sortDataSourceAscAlphabetically = function () {
|
|
9994
9927
|
var sortedData = this.nestedDataSource.map(function (item) {
|
|
9995
9928
|
item.sortChildrenAscending();
|
|
@@ -10040,7 +9973,7 @@
|
|
|
10040
9973
|
CaseFileViewFolderComponent.DOCUMENT_SEARCH_FORM_CONTROL_NAME = 'documentSearchFormControl';
|
|
10041
9974
|
CaseFileViewFolderComponent.MINIMUM_SEARCH_CHARACTERS = 3;
|
|
10042
9975
|
CaseFileViewFolderComponent.ɵfac = function CaseFileViewFolderComponent_Factory(t) { return new (t || CaseFileViewFolderComponent)(); };
|
|
10043
|
-
CaseFileViewFolderComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderComponent, selectors: [["ccd-case-file-view-folder"]], inputs: { categoriesAndDocuments: "categoriesAndDocuments" }, decls: 9, vars:
|
|
9976
|
+
CaseFileViewFolderComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderComponent, selectors: [["ccd-case-file-view-folder"]], inputs: { categoriesAndDocuments: "categoriesAndDocuments" }, decls: 9, vars: 3, consts: [[1, "document-filter-container"], [1, "form-group", "document-filter", 3, "formGroup"], ["type", "search", "id", "document-search", "name", "documentSearchFormControl", "formControlName", "documentSearchFormControl", "placeholder", "Search by document name", 1, "form-control", "document-search"], [1, "document-folders-header"], [1, "document-folders-header__title"], [3, "sortAscending", "sortDescending"], ["class", "document-tree-container", 4, "ngIf"], [1, "document-tree-container"], [4, "ngIf"], [3, "dataSource", "treeControl"], ["class", "document-tree-node", 4, "cdkTreeNodeDef"], ["class", "document-tree-node", 4, "cdkTreeNodeDef", "cdkTreeNodeDefWhen"], [1, "document-tree-node"], ["cdkTreeNodeToggle", "", 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"], ["mat-icon-button", "", 1, "node__icon"], ["alt", "Folder icon", 1, "node__iconImg", 3, "src"], [1, "node__count"], [1, "node__name", "node__name--folder"], ["cdkTreeNodeOutlet", ""]], template: function CaseFileViewFolderComponent_Template(rf, ctx) {
|
|
10044
9977
|
if (rf & 1) {
|
|
10045
9978
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
10046
9979
|
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
@@ -10049,7 +9982,7 @@
|
|
|
10049
9982
|
i0__namespace.ɵɵelementEnd();
|
|
10050
9983
|
i0__namespace.ɵɵelementStart(3, "div", 3);
|
|
10051
9984
|
i0__namespace.ɵɵelementStart(4, "div", 4);
|
|
10052
|
-
i0__namespace.ɵɵtext(5
|
|
9985
|
+
i0__namespace.ɵɵtext(5);
|
|
10053
9986
|
i0__namespace.ɵɵelementEnd();
|
|
10054
9987
|
i0__namespace.ɵɵelementStart(6, "div");
|
|
10055
9988
|
i0__namespace.ɵɵelementStart(7, "ccd-case-file-view-folder-sort", 5);
|
|
@@ -10062,10 +9995,12 @@
|
|
|
10062
9995
|
if (rf & 2) {
|
|
10063
9996
|
i0__namespace.ɵɵadvance(1);
|
|
10064
9997
|
i0__namespace.ɵɵproperty("formGroup", ctx.documentFilterFormGroup);
|
|
10065
|
-
i0__namespace.ɵɵadvance(
|
|
9998
|
+
i0__namespace.ɵɵadvance(4);
|
|
9999
|
+
i0__namespace.ɵɵtextInterpolate1("Documents (", ctx.documentCount, ")");
|
|
10000
|
+
i0__namespace.ɵɵadvance(3);
|
|
10066
10001
|
i0__namespace.ɵɵproperty("ngIf", ctx.documentTreeData);
|
|
10067
10002
|
}
|
|
10068
|
-
}, directives: [i1__namespace$3.NgControlStatusGroup, i1__namespace$3.FormGroupDirective, i1__namespace$3.DefaultValueAccessor, i1__namespace$3.NgControlStatus, i1__namespace$3.FormControlName, CaseFileViewFolderSortComponent, i1__namespace.NgIf, i4__namespace.CdkTree, i4__namespace.CdkTreeNodeDef, i4__namespace.CdkNestedTreeNode, i4__namespace.CdkTreeNodeToggle,
|
|
10003
|
+
}, directives: [i1__namespace$3.NgControlStatusGroup, i1__namespace$3.FormGroupDirective, i1__namespace$3.DefaultValueAccessor, i1__namespace$3.NgControlStatus, i1__namespace$3.FormControlName, CaseFileViewFolderSortComponent, i1__namespace.NgIf, i4__namespace.CdkTree, i4__namespace.CdkTreeNodeDef, i4__namespace.CdkNestedTreeNode, i4__namespace.CdkTreeNodeToggle, i4__namespace.CdkTreeNodeOutlet], styles: [".document-filter-container[_ngcontent-%COMP%]{border-bottom:2px solid #c9c9c9;padding-bottom:4px}.document-filter-container[_ngcontent-%COMP%] .document-filter[_ngcontent-%COMP%]{height:70%;padding:8px 8px 0;margin-bottom:10px}.document-filter-container[_ngcontent-%COMP%] .document-filter[_ngcontent-%COMP%] .document-search[_ngcontent-%COMP%]{background:url(/assets/images/icon-search-black.svg) no-repeat 100% #fff;background-position-x:calc(100% - 4px);padding-right:30px;width:100%}.document-filter-container[_ngcontent-%COMP%] .documents-title[_ngcontent-%COMP%]{height:30%;margin-left:8px;font-weight:700}.document-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;overflow-x:hidden;overflow-y:scroll;height:400px}.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;white-space:nowrap;cursor:pointer}.node__icon[_ngcontent-%COMP%]{position:relative;background:none;border:0}.node__iconImg[_ngcontent-%COMP%]{display:block;height:24px}.node__count[_ngcontent-%COMP%]{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding-top:4px}.node__name[_ngcontent-%COMP%]{margin-left:6px}.document-tree[_ngcontent-%COMP%]::-webkit-scrollbar{width:.5em}.document-tree[_ngcontent-%COMP%]::-webkit-scrollbar-button{display:none}.document-tree[_ngcontent-%COMP%]::-webkit-scrollbar-track-piece{background:#eee}.document-tree[_ngcontent-%COMP%]::-webkit-scrollbar-thumb{background:#ccc}"] });
|
|
10069
10004
|
(function () {
|
|
10070
10005
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderComponent, [{
|
|
10071
10006
|
type: i0.Component,
|
|
@@ -19987,8 +19922,7 @@
|
|
|
19987
19922
|
CaseFileViewFieldComponent,
|
|
19988
19923
|
CaseFileViewFolderComponent,
|
|
19989
19924
|
CaseFileViewFolderSortComponent,
|
|
19990
|
-
CaseFileViewOverlayMenuComponent
|
|
19991
|
-
CaseFileViewFolderDocumentActionsComponent
|
|
19925
|
+
CaseFileViewOverlayMenuComponent
|
|
19992
19926
|
];
|
|
19993
19927
|
var PaletteModule = /** @class */ (function () {
|
|
19994
19928
|
function PaletteModule() {
|
|
@@ -20117,8 +20051,7 @@
|
|
|
20117
20051
|
CaseFileViewFieldComponent,
|
|
20118
20052
|
CaseFileViewFolderComponent,
|
|
20119
20053
|
CaseFileViewFolderSortComponent,
|
|
20120
|
-
CaseFileViewOverlayMenuComponent,
|
|
20121
|
-
CaseFileViewFolderDocumentActionsComponent], imports: [i1.CommonModule,
|
|
20054
|
+
CaseFileViewOverlayMenuComponent, CaseFileViewOverlayMenuComponent], imports: [i1.CommonModule,
|
|
20122
20055
|
i1$1.RouterModule,
|
|
20123
20056
|
i1$2.FormsModule,
|
|
20124
20057
|
i1$2.ReactiveFormsModule,
|
|
@@ -20219,8 +20152,7 @@
|
|
|
20219
20152
|
CaseFileViewFieldComponent,
|
|
20220
20153
|
CaseFileViewFolderComponent,
|
|
20221
20154
|
CaseFileViewFolderSortComponent,
|
|
20222
|
-
CaseFileViewOverlayMenuComponent
|
|
20223
|
-
CaseFileViewFolderDocumentActionsComponent] });
|
|
20155
|
+
CaseFileViewOverlayMenuComponent] });
|
|
20224
20156
|
})();
|
|
20225
20157
|
(function () {
|
|
20226
20158
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PaletteModule, [{
|
|
@@ -20260,7 +20192,9 @@
|
|
|
20260
20192
|
DynamicListPipe,
|
|
20261
20193
|
DynamicRadioListPipe,
|
|
20262
20194
|
DocumentUrlPipe
|
|
20263
|
-
], PALETTE_COMPONENTS
|
|
20195
|
+
], PALETTE_COMPONENTS, [
|
|
20196
|
+
CaseFileViewOverlayMenuComponent,
|
|
20197
|
+
]),
|
|
20264
20198
|
exports: __spread([
|
|
20265
20199
|
i4$1.NgxMatDatetimePickerModule,
|
|
20266
20200
|
i4$1.NgxMatNativeDateModule,
|
|
@@ -28767,7 +28701,6 @@
|
|
|
28767
28701
|
exports.CaseFieldService = CaseFieldService;
|
|
28768
28702
|
exports.CaseFileViewFieldComponent = CaseFileViewFieldComponent;
|
|
28769
28703
|
exports.CaseFileViewFolderComponent = CaseFileViewFolderComponent;
|
|
28770
|
-
exports.CaseFileViewFolderDocumentActionsComponent = CaseFileViewFolderDocumentActionsComponent;
|
|
28771
28704
|
exports.CaseFileViewFolderSortComponent = CaseFileViewFolderSortComponent;
|
|
28772
28705
|
exports.CaseFileViewOverlayMenuComponent = CaseFileViewOverlayMenuComponent;
|
|
28773
28706
|
exports.CaseFileViewService = CaseFileViewService;
|