@hmcts/ccd-case-ui-toolkit 6.10.10-configure-linked-cases → 6.11.0-case-file-view-move-document
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 +77 -39
- 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/case-file-view-field-read.component.js +31 -18
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +42 -21
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.js +1 -1
- package/esm2015/lib/shared/directives/conditional-show/domain/conditional-show.model.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +73 -39
- 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 -0
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -4628,7 +4628,7 @@
|
|
|
4628
4628
|
return this.checkValueNotEquals(expectedValue, currentValue);
|
|
4629
4629
|
}
|
|
4630
4630
|
else {
|
|
4631
|
-
return currentValue == expectedValue || this.okIfBothEmpty(expectedValue, currentValue); // tslint:disable-line
|
|
4631
|
+
return currentValue === undefined || currentValue == expectedValue || this.okIfBothEmpty(expectedValue, currentValue); // tslint:disable-line
|
|
4632
4632
|
}
|
|
4633
4633
|
}
|
|
4634
4634
|
};
|
|
@@ -11144,41 +11144,56 @@
|
|
|
11144
11144
|
i0__namespace.ɵɵelementEnd();
|
|
11145
11145
|
}
|
|
11146
11146
|
}
|
|
11147
|
-
function
|
|
11147
|
+
function CaseFileViewFieldComponent_div_1_div_3_Template(rf, ctx) {
|
|
11148
|
+
if (rf & 1) {
|
|
11149
|
+
i0__namespace.ɵɵelementStart(0, "div");
|
|
11150
|
+
i0__namespace.ɵɵelementStart(1, "h3", 13);
|
|
11151
|
+
i0__namespace.ɵɵtext(2, "Sorry, there is a problem with the service");
|
|
11152
|
+
i0__namespace.ɵɵelementEnd();
|
|
11153
|
+
i0__namespace.ɵɵelementStart(3, "p", 4);
|
|
11154
|
+
i0__namespace.ɵɵtext(4, "Try again later.");
|
|
11155
|
+
i0__namespace.ɵɵelementEnd();
|
|
11156
|
+
i0__namespace.ɵɵelementEnd();
|
|
11157
|
+
}
|
|
11158
|
+
}
|
|
11159
|
+
function CaseFileViewFieldComponent_div_1_ng_container_9_Template(rf, ctx) {
|
|
11148
11160
|
if (rf & 1) {
|
|
11149
11161
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
11150
|
-
i0__namespace.ɵɵelement(1, "mv-media-viewer",
|
|
11162
|
+
i0__namespace.ɵɵelement(1, "mv-media-viewer", 14);
|
|
11151
11163
|
i0__namespace.ɵɵelementContainerEnd();
|
|
11152
11164
|
}
|
|
11153
11165
|
if (rf & 2) {
|
|
11154
|
-
var
|
|
11166
|
+
var ctx_r3 = i0__namespace.ɵɵnextContext(2);
|
|
11155
11167
|
i0__namespace.ɵɵadvance(1);
|
|
11156
|
-
i0__namespace.ɵɵproperty("url",
|
|
11168
|
+
i0__namespace.ɵɵproperty("url", ctx_r3.currentDocument.document_binary_url)("downloadFileName", ctx_r3.currentDocument.document_filename)("showToolbar", true)("contentType", ctx_r3.currentDocument.content_type)("enableAnnotations", true)("enableRedactions", true)("height", "94.5vh");
|
|
11157
11169
|
}
|
|
11158
11170
|
}
|
|
11159
11171
|
function CaseFileViewFieldComponent_div_1_Template(rf, ctx) {
|
|
11160
11172
|
if (rf & 1) {
|
|
11161
|
-
var
|
|
11162
|
-
i0__namespace.ɵɵelementStart(0, "div");
|
|
11163
|
-
i0__namespace.ɵɵelementStart(1, "h2",
|
|
11173
|
+
var _r5_1 = i0__namespace.ɵɵgetCurrentView();
|
|
11174
|
+
i0__namespace.ɵɵelementStart(0, "div", 5);
|
|
11175
|
+
i0__namespace.ɵɵelementStart(1, "h2", 6);
|
|
11164
11176
|
i0__namespace.ɵɵtext(2, "Case file");
|
|
11165
11177
|
i0__namespace.ɵɵelementEnd();
|
|
11166
|
-
i0__namespace.ɵɵ
|
|
11167
|
-
i0__namespace.ɵɵelementStart(4, "div",
|
|
11168
|
-
i0__namespace.ɵɵelementStart(5, "
|
|
11169
|
-
i0__namespace.ɵɵ
|
|
11178
|
+
i0__namespace.ɵɵtemplate(3, CaseFileViewFieldComponent_div_1_div_3_Template, 5, 0, "div", 7);
|
|
11179
|
+
i0__namespace.ɵɵelementStart(4, "div", 8);
|
|
11180
|
+
i0__namespace.ɵɵelementStart(5, "div", 9);
|
|
11181
|
+
i0__namespace.ɵɵelementStart(6, "ccd-case-file-view-folder", 10);
|
|
11182
|
+
i0__namespace.ɵɵlistener("clickedDocument", function CaseFileViewFieldComponent_div_1_Template_ccd_case_file_view_folder_clickedDocument_6_listener($event) { i0__namespace.ɵɵrestoreView(_r5_1); var ctx_r4 = i0__namespace.ɵɵnextContext(); return ctx_r4.setMediaViewerFile($event); })("moveDocument", function CaseFileViewFieldComponent_div_1_Template_ccd_case_file_view_folder_moveDocument_6_listener($event) { i0__namespace.ɵɵrestoreView(_r5_1); var ctx_r6 = i0__namespace.ɵɵnextContext(); return ctx_r6.moveDocument($event); });
|
|
11170
11183
|
i0__namespace.ɵɵelementEnd();
|
|
11171
11184
|
i0__namespace.ɵɵelementEnd();
|
|
11172
|
-
i0__namespace.ɵɵelement(
|
|
11173
|
-
i0__namespace.ɵɵelementStart(
|
|
11174
|
-
i0__namespace.ɵɵtemplate(
|
|
11185
|
+
i0__namespace.ɵɵelement(7, "div", 11);
|
|
11186
|
+
i0__namespace.ɵɵelementStart(8, "div", 12);
|
|
11187
|
+
i0__namespace.ɵɵtemplate(9, CaseFileViewFieldComponent_div_1_ng_container_9_Template, 2, 7, "ng-container", 7);
|
|
11175
11188
|
i0__namespace.ɵɵelementEnd();
|
|
11176
11189
|
i0__namespace.ɵɵelementEnd();
|
|
11177
11190
|
i0__namespace.ɵɵelementEnd();
|
|
11178
11191
|
}
|
|
11179
11192
|
if (rf & 2) {
|
|
11180
11193
|
var ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
11181
|
-
i0__namespace.ɵɵadvance(
|
|
11194
|
+
i0__namespace.ɵɵadvance(3);
|
|
11195
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r1.updateDocumentCategoryError);
|
|
11196
|
+
i0__namespace.ɵɵadvance(3);
|
|
11182
11197
|
i0__namespace.ɵɵproperty("categoriesAndDocuments", ctx_r1.categoriesAndDocuments$)("allowMoving", ctx_r1.allowMoving);
|
|
11183
11198
|
i0__namespace.ɵɵadvance(3);
|
|
11184
11199
|
i0__namespace.ɵɵproperty("ngIf", ctx_r1.currentDocument);
|
|
@@ -11193,6 +11208,7 @@
|
|
|
11193
11208
|
this.loadingService = loadingService;
|
|
11194
11209
|
this.allowMoving = true;
|
|
11195
11210
|
this.getCategoriesAndDocumentsError = false;
|
|
11211
|
+
this.updateDocumentCategoryError = false;
|
|
11196
11212
|
}
|
|
11197
11213
|
CaseFileViewFieldComponent.prototype.ngOnInit = function () {
|
|
11198
11214
|
var _this = this;
|
|
@@ -11236,11 +11252,18 @@
|
|
|
11236
11252
|
};
|
|
11237
11253
|
CaseFileViewFieldComponent.prototype.moveDocument = function (data) {
|
|
11238
11254
|
var _this = this;
|
|
11255
|
+
this.updateDocumentCategoryError = false;
|
|
11239
11256
|
var cid = this.route.snapshot.paramMap.get(CaseFileViewFieldComponent.PARAM_CASE_ID);
|
|
11240
11257
|
var loadingToken = this.loadingService.register();
|
|
11241
|
-
this.caseFileViewService.updateDocumentCategory(cid, this.caseVersion, data.document.attribute_path, data.newCategory).subscribe(
|
|
11242
|
-
|
|
11243
|
-
|
|
11258
|
+
this.caseFileViewService.updateDocumentCategory(cid, this.caseVersion, data.document.attribute_path, data.newCategory).subscribe({
|
|
11259
|
+
next: function () {
|
|
11260
|
+
location.reload();
|
|
11261
|
+
_this.loadingService.unregister(loadingToken);
|
|
11262
|
+
},
|
|
11263
|
+
error: function (_) {
|
|
11264
|
+
_this.updateDocumentCategoryError = true;
|
|
11265
|
+
_this.loadingService.unregister(loadingToken);
|
|
11266
|
+
}
|
|
11244
11267
|
});
|
|
11245
11268
|
};
|
|
11246
11269
|
CaseFileViewFieldComponent.prototype.ngOnDestroy = function () {
|
|
@@ -11252,10 +11275,10 @@
|
|
|
11252
11275
|
}());
|
|
11253
11276
|
CaseFileViewFieldComponent.PARAM_CASE_ID = 'cid';
|
|
11254
11277
|
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), i0__namespace.ɵɵdirectiveInject(DocumentManagementService), i0__namespace.ɵɵdirectiveInject(LoadingService)); };
|
|
11255
|
-
CaseFileViewFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFieldComponent, selectors: [["ccd-case-file-view-field"]], decls: 2, vars: 2, consts: [["class", "govuk-grid-column-two-thirds", 4, "ngIf"], [4, "ngIf"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-heading-l"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [1, "document-tree-container__tree", 3, "categoriesAndDocuments", "allowMoving", "clickedDocument", "moveDocument"], [1, "slider"], [1, "media-viewer-container"], [3, "url", "downloadFileName", "showToolbar", "contentType", "enableAnnotations", "enableRedactions", "height"]], template: function CaseFileViewFieldComponent_Template(rf, ctx) {
|
|
11278
|
+
CaseFileViewFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFieldComponent, selectors: [["ccd-case-file-view-field"]], decls: 2, vars: 2, consts: [["class", "govuk-grid-column-two-thirds", 4, "ngIf"], ["class", "govuk-!-margin-top-2", 4, "ngIf"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-!-margin-top-2"], [1, "govuk-heading-l"], [4, "ngIf"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [1, "document-tree-container__tree", 3, "categoriesAndDocuments", "allowMoving", "clickedDocument", "moveDocument"], [1, "slider"], [1, "media-viewer-container"], [1, "govuk-heading-m"], [3, "url", "downloadFileName", "showToolbar", "contentType", "enableAnnotations", "enableRedactions", "height"]], template: function CaseFileViewFieldComponent_Template(rf, ctx) {
|
|
11256
11279
|
if (rf & 1) {
|
|
11257
11280
|
i0__namespace.ɵɵtemplate(0, CaseFileViewFieldComponent_div_0_Template, 5, 0, "div", 0);
|
|
11258
|
-
i0__namespace.ɵɵtemplate(1, CaseFileViewFieldComponent_div_1_Template,
|
|
11281
|
+
i0__namespace.ɵɵtemplate(1, CaseFileViewFieldComponent_div_1_Template, 10, 4, "div", 1);
|
|
11259
11282
|
}
|
|
11260
11283
|
if (rf & 2) {
|
|
11261
11284
|
i0__namespace.ɵɵproperty("ngIf", ctx.getCategoriesAndDocumentsError);
|
|
@@ -11286,41 +11309,56 @@
|
|
|
11286
11309
|
i0__namespace.ɵɵelementEnd();
|
|
11287
11310
|
}
|
|
11288
11311
|
}
|
|
11289
|
-
function
|
|
11312
|
+
function CaseFileViewFieldReadComponent_div_1_div_3_Template(rf, ctx) {
|
|
11313
|
+
if (rf & 1) {
|
|
11314
|
+
i0__namespace.ɵɵelementStart(0, "div");
|
|
11315
|
+
i0__namespace.ɵɵelementStart(1, "h3", 13);
|
|
11316
|
+
i0__namespace.ɵɵtext(2, "Sorry, there is a problem with the service");
|
|
11317
|
+
i0__namespace.ɵɵelementEnd();
|
|
11318
|
+
i0__namespace.ɵɵelementStart(3, "p", 4);
|
|
11319
|
+
i0__namespace.ɵɵtext(4, "Try again later.");
|
|
11320
|
+
i0__namespace.ɵɵelementEnd();
|
|
11321
|
+
i0__namespace.ɵɵelementEnd();
|
|
11322
|
+
}
|
|
11323
|
+
}
|
|
11324
|
+
function CaseFileViewFieldReadComponent_div_1_ng_container_9_Template(rf, ctx) {
|
|
11290
11325
|
if (rf & 1) {
|
|
11291
11326
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
11292
|
-
i0__namespace.ɵɵelement(1, "mv-media-viewer",
|
|
11327
|
+
i0__namespace.ɵɵelement(1, "mv-media-viewer", 14);
|
|
11293
11328
|
i0__namespace.ɵɵelementContainerEnd();
|
|
11294
11329
|
}
|
|
11295
11330
|
if (rf & 2) {
|
|
11296
|
-
var
|
|
11331
|
+
var ctx_r3 = i0__namespace.ɵɵnextContext(2);
|
|
11297
11332
|
i0__namespace.ɵɵadvance(1);
|
|
11298
|
-
i0__namespace.ɵɵproperty("url",
|
|
11333
|
+
i0__namespace.ɵɵproperty("url", ctx_r3.currentDocument.document_binary_url)("downloadFileName", ctx_r3.currentDocument.document_filename)("showToolbar", true)("contentType", ctx_r3.currentDocument.content_type)("enableAnnotations", true)("enableRedactions", true)("height", "94.5vh");
|
|
11299
11334
|
}
|
|
11300
11335
|
}
|
|
11301
11336
|
function CaseFileViewFieldReadComponent_div_1_Template(rf, ctx) {
|
|
11302
11337
|
if (rf & 1) {
|
|
11303
|
-
var
|
|
11304
|
-
i0__namespace.ɵɵelementStart(0, "div");
|
|
11305
|
-
i0__namespace.ɵɵelementStart(1, "h2",
|
|
11338
|
+
var _r5_1 = i0__namespace.ɵɵgetCurrentView();
|
|
11339
|
+
i0__namespace.ɵɵelementStart(0, "div", 5);
|
|
11340
|
+
i0__namespace.ɵɵelementStart(1, "h2", 6);
|
|
11306
11341
|
i0__namespace.ɵɵtext(2, "Case file");
|
|
11307
11342
|
i0__namespace.ɵɵelementEnd();
|
|
11308
|
-
i0__namespace.ɵɵ
|
|
11309
|
-
i0__namespace.ɵɵelementStart(4, "div",
|
|
11310
|
-
i0__namespace.ɵɵelementStart(5, "
|
|
11311
|
-
i0__namespace.ɵɵ
|
|
11343
|
+
i0__namespace.ɵɵtemplate(3, CaseFileViewFieldReadComponent_div_1_div_3_Template, 5, 0, "div", 7);
|
|
11344
|
+
i0__namespace.ɵɵelementStart(4, "div", 8);
|
|
11345
|
+
i0__namespace.ɵɵelementStart(5, "div", 9);
|
|
11346
|
+
i0__namespace.ɵɵelementStart(6, "ccd-case-file-view-folder", 10);
|
|
11347
|
+
i0__namespace.ɵɵlistener("clickedDocument", function CaseFileViewFieldReadComponent_div_1_Template_ccd_case_file_view_folder_clickedDocument_6_listener($event) { i0__namespace.ɵɵrestoreView(_r5_1); var ctx_r4 = i0__namespace.ɵɵnextContext(); return ctx_r4.setMediaViewerFile($event); })("moveDocument", function CaseFileViewFieldReadComponent_div_1_Template_ccd_case_file_view_folder_moveDocument_6_listener($event) { i0__namespace.ɵɵrestoreView(_r5_1); var ctx_r6 = i0__namespace.ɵɵnextContext(); return ctx_r6.moveDocument($event); });
|
|
11312
11348
|
i0__namespace.ɵɵelementEnd();
|
|
11313
11349
|
i0__namespace.ɵɵelementEnd();
|
|
11314
|
-
i0__namespace.ɵɵelement(
|
|
11315
|
-
i0__namespace.ɵɵelementStart(
|
|
11316
|
-
i0__namespace.ɵɵtemplate(
|
|
11350
|
+
i0__namespace.ɵɵelement(7, "div", 11);
|
|
11351
|
+
i0__namespace.ɵɵelementStart(8, "div", 12);
|
|
11352
|
+
i0__namespace.ɵɵtemplate(9, CaseFileViewFieldReadComponent_div_1_ng_container_9_Template, 2, 7, "ng-container", 7);
|
|
11317
11353
|
i0__namespace.ɵɵelementEnd();
|
|
11318
11354
|
i0__namespace.ɵɵelementEnd();
|
|
11319
11355
|
i0__namespace.ɵɵelementEnd();
|
|
11320
11356
|
}
|
|
11321
11357
|
if (rf & 2) {
|
|
11322
11358
|
var ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
11323
|
-
i0__namespace.ɵɵadvance(
|
|
11359
|
+
i0__namespace.ɵɵadvance(3);
|
|
11360
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r1.updateDocumentCategoryError);
|
|
11361
|
+
i0__namespace.ɵɵadvance(3);
|
|
11324
11362
|
i0__namespace.ɵɵproperty("categoriesAndDocuments", ctx_r1.categoriesAndDocuments$)("allowMoving", ctx_r1.allowMoving);
|
|
11325
11363
|
i0__namespace.ɵɵadvance(3);
|
|
11326
11364
|
i0__namespace.ɵɵproperty("ngIf", ctx_r1.currentDocument);
|
|
@@ -11336,10 +11374,10 @@
|
|
|
11336
11374
|
return CaseFileViewFieldReadComponent;
|
|
11337
11375
|
}(CaseFileViewFieldComponent));
|
|
11338
11376
|
CaseFileViewFieldReadComponent.ɵfac = function CaseFileViewFieldReadComponent_Factory(t) { return ɵCaseFileViewFieldReadComponent_BaseFactory(t || CaseFileViewFieldReadComponent); };
|
|
11339
|
-
CaseFileViewFieldReadComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFieldReadComponent, selectors: [["ccd-case-file-view-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [["class", "govuk-grid-column-two-thirds", 4, "ngIf"], [4, "ngIf"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-heading-l"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [1, "document-tree-container__tree", 3, "categoriesAndDocuments", "allowMoving", "clickedDocument", "moveDocument"], [1, "slider"], [1, "media-viewer-container"], [3, "url", "downloadFileName", "showToolbar", "contentType", "enableAnnotations", "enableRedactions", "height"]], template: function CaseFileViewFieldReadComponent_Template(rf, ctx) {
|
|
11377
|
+
CaseFileViewFieldReadComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFieldReadComponent, selectors: [["ccd-case-file-view-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [["class", "govuk-grid-column-two-thirds", 4, "ngIf"], ["class", "govuk-!-margin-top-2", 4, "ngIf"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-!-margin-top-2"], [1, "govuk-heading-l"], [4, "ngIf"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [1, "document-tree-container__tree", 3, "categoriesAndDocuments", "allowMoving", "clickedDocument", "moveDocument"], [1, "slider"], [1, "media-viewer-container"], [1, "govuk-heading-m"], [3, "url", "downloadFileName", "showToolbar", "contentType", "enableAnnotations", "enableRedactions", "height"]], template: function CaseFileViewFieldReadComponent_Template(rf, ctx) {
|
|
11340
11378
|
if (rf & 1) {
|
|
11341
11379
|
i0__namespace.ɵɵtemplate(0, CaseFileViewFieldReadComponent_div_0_Template, 5, 0, "div", 0);
|
|
11342
|
-
i0__namespace.ɵɵtemplate(1, CaseFileViewFieldReadComponent_div_1_Template,
|
|
11380
|
+
i0__namespace.ɵɵtemplate(1, CaseFileViewFieldReadComponent_div_1_Template, 10, 4, "div", 1);
|
|
11343
11381
|
}
|
|
11344
11382
|
if (rf & 2) {
|
|
11345
11383
|
i0__namespace.ɵɵproperty("ngIf", ctx.getCategoriesAndDocumentsError);
|
|
@@ -20089,7 +20127,7 @@
|
|
|
20089
20127
|
i0__namespace.ɵɵadvance(2);
|
|
20090
20128
|
i0__namespace.ɵɵproperty("ngForOf", ctx.currentCategories);
|
|
20091
20129
|
}
|
|
20092
|
-
}, directives: [i1__namespace.NgForOf, i1__namespace.NgTemplateOutlet], styles: [":host{position:relative;display:block}.folders{margin-bottom:20px}.folder{display:none;border-top:1px solid #ccc;margin:0 0 -1px}.folder:last-child{border-bottom:1px solid #ccc}.folders>.folder,input:checked~.folder{display:block}.iconImg{position:relative;display:inline-block;height:28px}.folder>.folder{margin-left:20px}.folder label:before{top:3px}.folder label:after{top:13px}p{font-weight:700}button{margin-right:20px}.close{float:right;width:30px;height:30px;background:url(/assets/img/x.PNG) no-repeat 50%}.cancel,.close{cursor:pointer}.cdk-overlay-pane{overflow:auto}.cdk-overlay-pane::-webkit-scrollbar{width:7px}.cdk-overlay-pane::-webkit-scrollbar-thumb{border:4px solid transparent;background-clip:padding-box;border-radius:9999px;background-color:#aaa}.cdk-overlay-pane::-webkit-scrollbar-button{display:none}.cdk-overlay-pane::-webkit-scrollbar-track-piece{background:#eee}.cdk-overlay-pane::-webkit-scrollbar-thumb{background:#ccc}"], encapsulation: 2 });
|
|
20130
|
+
}, directives: [i1__namespace.NgForOf, i1__namespace.NgTemplateOutlet], styles: [":host{position:relative;display:block}.folders{margin-bottom:20px}.folder{display:none;border-top:1px solid #ccc;margin:0 0 -1px}.folder,.folder:last-child{border-bottom:1px solid #ccc}.folders>.folder,input:checked~.folder{display:block}.iconImg{position:relative;display:inline-block;height:28px}.folder>.folder{margin-left:20px}.folder label:before{top:3px}.folder label:after{top:13px}p{font-weight:700}button{margin-right:20px}.close{float:right;width:30px;height:30px;background:url(/assets/img/x.PNG) no-repeat 50%}.cancel,.close{cursor:pointer}.cdk-overlay-pane{overflow:auto}.cdk-overlay-pane::-webkit-scrollbar{width:7px}.cdk-overlay-pane::-webkit-scrollbar-thumb{border:4px solid transparent;background-clip:padding-box;border-radius:9999px;background-color:#aaa}.cdk-overlay-pane::-webkit-scrollbar-button{display:none}.cdk-overlay-pane::-webkit-scrollbar-track-piece{background:#eee}.cdk-overlay-pane::-webkit-scrollbar-thumb{background:#ccc}"], encapsulation: 2 });
|
|
20093
20131
|
(function () {
|
|
20094
20132
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderSelectorComponent, [{
|
|
20095
20133
|
type: i0.Component,
|