@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-query-list → 6.16.0-query-management-query-list-v2
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 +5 -5
- 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-editor/services/cases.service.js +1 -1
- 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/components/palette/palette.module.js +3 -3
- package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +3 -3
- package/esm2015/lib/shared/pipes/index.js +2 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +5 -5
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
- package/lib/shared/pipes/index.d.ts +1 -0
- package/lib/shared/pipes/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -19733,7 +19733,7 @@
|
|
|
19733
19733
|
i0__namespace.ɵɵadvance(3);
|
|
19734
19734
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(11, 8, message_r2.lastResponseDate, "dd MMM YYYY"));
|
|
19735
19735
|
i0__namespace.ɵɵadvance(3);
|
|
19736
|
-
i0__namespace.ɵɵtextInterpolate(message_r2.
|
|
19736
|
+
i0__namespace.ɵɵtextInterpolate(message_r2.lastResponseBy);
|
|
19737
19737
|
}
|
|
19738
19738
|
}
|
|
19739
19739
|
function QueryListComponent_ng_container_0_Template(rf, ctx) {
|
|
@@ -19760,7 +19760,7 @@
|
|
|
19760
19760
|
i0__namespace.ɵɵtext(14, "Last response date");
|
|
19761
19761
|
i0__namespace.ɵɵelementEnd();
|
|
19762
19762
|
i0__namespace.ɵɵelementStart(15, "th", 5);
|
|
19763
|
-
i0__namespace.ɵɵtext(16, "Response
|
|
19763
|
+
i0__namespace.ɵɵtext(16, "Response by");
|
|
19764
19764
|
i0__namespace.ɵɵelementEnd();
|
|
19765
19765
|
i0__namespace.ɵɵelementEnd();
|
|
19766
19766
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -20975,7 +20975,7 @@
|
|
|
20975
20975
|
i0__namespace.ɵɵadvance(2);
|
|
20976
20976
|
i0__namespace.ɵɵproperty("ngForOf", ctx.currentCategories);
|
|
20977
20977
|
}
|
|
20978
|
-
}, 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
|
|
20978
|
+
}, 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 });
|
|
20979
20979
|
(function () {
|
|
20980
20980
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderSelectorComponent, [{
|
|
20981
20981
|
type: i0.Component,
|
|
@@ -26082,9 +26082,9 @@
|
|
|
26082
26082
|
FileUploadStateService,
|
|
26083
26083
|
FileUploadProgressGuard,
|
|
26084
26084
|
WindowService,
|
|
26085
|
-
LinkedCasesService,
|
|
26086
26085
|
CommonDataService,
|
|
26087
26086
|
JurisdictionService,
|
|
26087
|
+
LinkedCasesService,
|
|
26088
26088
|
{ provide: i6.MAT_DATE_LOCALE, useValue: 'en-GB' }
|
|
26089
26089
|
], imports: [[
|
|
26090
26090
|
i1.CommonModule,
|
|
@@ -26442,9 +26442,9 @@
|
|
|
26442
26442
|
FileUploadStateService,
|
|
26443
26443
|
FileUploadProgressGuard,
|
|
26444
26444
|
WindowService,
|
|
26445
|
-
LinkedCasesService,
|
|
26446
26445
|
CommonDataService,
|
|
26447
26446
|
JurisdictionService,
|
|
26447
|
+
LinkedCasesService,
|
|
26448
26448
|
{ provide: i6.MAT_DATE_LOCALE, useValue: 'en-GB' }
|
|
26449
26449
|
],
|
|
26450
26450
|
entryComponents: [CaseFileViewFolderSelectorComponent]
|