@hmcts/ccd-case-ui-toolkit 5.0.46-case-file-view-styling-fixes → 5.0.46-case-flags-not-approved-status
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 +47 -34
- 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 +2 -2
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +4 -3
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.js +25 -26
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +16 -8
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.js +2 -1
- package/esm2015/lib/shared/components/palette/palette.service.js +3 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +45 -34
- 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.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts +2 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2552,6 +2552,7 @@
|
|
|
2552
2552
|
CaseFlagStatus["ACTIVE"] = "Active";
|
|
2553
2553
|
CaseFlagStatus["INACTIVE"] = "Inactive";
|
|
2554
2554
|
CaseFlagStatus["REQUESTED"] = "Requested";
|
|
2555
|
+
CaseFlagStatus["NOT_APPROVED"] = "Not approved";
|
|
2555
2556
|
})(exports.CaseFlagStatus || (exports.CaseFlagStatus = {}));
|
|
2556
2557
|
|
|
2557
2558
|
var DashPipe = /** @class */ (function () {
|
|
@@ -17853,6 +17854,8 @@
|
|
|
17853
17854
|
return write ? WriteOrganisationFieldComponent : ReadOrganisationFieldComponent;
|
|
17854
17855
|
case 'JudicialUser':
|
|
17855
17856
|
return write ? WriteJudicialUserFieldComponent : ReadJudicialUserFieldComponent;
|
|
17857
|
+
case 'CaseLink':
|
|
17858
|
+
return write ? WriteCaseLinkFieldComponent : ReadCaseLinkFieldComponent;
|
|
17856
17859
|
default:
|
|
17857
17860
|
return write ? WriteComplexFieldComponent : ReadComplexFieldComponent;
|
|
17858
17861
|
}
|
|
@@ -18178,16 +18181,16 @@
|
|
|
18178
18181
|
}] });
|
|
18179
18182
|
})();
|
|
18180
18183
|
|
|
18181
|
-
function
|
|
18184
|
+
function CaseFileViewFolderSelectorComponent_ng_container_5_ng_container_1_Template(rf, ctx) {
|
|
18182
18185
|
if (rf & 1) {
|
|
18183
18186
|
i0__namespace.ɵɵelementContainer(0);
|
|
18184
18187
|
}
|
|
18185
18188
|
}
|
|
18186
18189
|
var _c0$u = function (a0) { return { cat: a0, level: 1 }; };
|
|
18187
|
-
function
|
|
18190
|
+
function CaseFileViewFolderSelectorComponent_ng_container_5_Template(rf, ctx) {
|
|
18188
18191
|
if (rf & 1) {
|
|
18189
18192
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
18190
|
-
i0__namespace.ɵɵtemplate(1,
|
|
18193
|
+
i0__namespace.ɵɵtemplate(1, CaseFileViewFolderSelectorComponent_ng_container_5_ng_container_1_Template, 1, 0, "ng-container", 8);
|
|
18191
18194
|
i0__namespace.ɵɵelementContainerEnd();
|
|
18192
18195
|
}
|
|
18193
18196
|
if (rf & 2) {
|
|
@@ -18230,7 +18233,7 @@
|
|
|
18230
18233
|
i0__namespace.ɵɵelement(3, "img", 12);
|
|
18231
18234
|
i0__namespace.ɵɵtext(4);
|
|
18232
18235
|
i0__namespace.ɵɵelementEnd();
|
|
18233
|
-
i0__namespace.ɵɵtemplate(5, CaseFileViewFolderSelectorComponent_ng_template_12_ng_container_5_Template, 2, 5, "ng-container",
|
|
18236
|
+
i0__namespace.ɵɵtemplate(5, CaseFileViewFolderSelectorComponent_ng_template_12_ng_container_5_Template, 2, 5, "ng-container", 2);
|
|
18234
18237
|
i0__namespace.ɵɵelementEnd();
|
|
18235
18238
|
}
|
|
18236
18239
|
if (rf & 2) {
|
|
@@ -18326,47 +18329,46 @@
|
|
|
18326
18329
|
return CaseFileViewFolderSelectorComponent;
|
|
18327
18330
|
}());
|
|
18328
18331
|
CaseFileViewFolderSelectorComponent.ɵfac = function CaseFileViewFolderSelectorComponent_Factory(t) { return new (t || CaseFileViewFolderSelectorComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialogRef), i0__namespace.ɵɵdirectiveInject(i1$3.MAT_DIALOG_DATA)); };
|
|
18329
|
-
CaseFileViewFolderSelectorComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderSelectorComponent, selectors: [["xui-case-file-view-folder-selector"]], decls: 14, vars: 2, consts: [[1, "
|
|
18332
|
+
CaseFileViewFolderSelectorComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderSelectorComponent, selectors: [["xui-case-file-view-folder-selector"]], decls: 14, vars: 2, consts: [[1, "govuk-heading-l"], [1, "folders", "govuk-radios", "govuk-radios--conditional"], [4, "ngFor", "ngForOf"], [1, "govuk-button-group"], ["type", "button", 1, "button", "button-primary", 3, "click"], [1, "cancel", 3, "click"], [1, "close", 3, "click"], ["folder", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "folder", "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "name", "id", "click"], [1, "govuk-label", "govuk-radios__label", 3, "for"], ["src", "/assets/images/folder.png", "alt", "Folder icon", 1, "iconImg"]], template: function CaseFileViewFolderSelectorComponent_Template(rf, ctx) {
|
|
18330
18333
|
if (rf & 1) {
|
|
18331
|
-
i0__namespace.ɵɵelementStart(0, "
|
|
18332
|
-
i0__namespace.ɵɵ
|
|
18334
|
+
i0__namespace.ɵɵelementStart(0, "h2", 0);
|
|
18335
|
+
i0__namespace.ɵɵtext(1, "Move File");
|
|
18333
18336
|
i0__namespace.ɵɵelementEnd();
|
|
18334
|
-
i0__namespace.ɵɵelementStart(
|
|
18335
|
-
i0__namespace.ɵɵtext(
|
|
18337
|
+
i0__namespace.ɵɵelementStart(2, "p");
|
|
18338
|
+
i0__namespace.ɵɵtext(3);
|
|
18336
18339
|
i0__namespace.ɵɵelementEnd();
|
|
18337
|
-
i0__namespace.ɵɵelementStart(
|
|
18338
|
-
i0__namespace.ɵɵ
|
|
18340
|
+
i0__namespace.ɵɵelementStart(4, "div", 1);
|
|
18341
|
+
i0__namespace.ɵɵtemplate(5, CaseFileViewFolderSelectorComponent_ng_container_5_Template, 2, 4, "ng-container", 2);
|
|
18339
18342
|
i0__namespace.ɵɵelementEnd();
|
|
18340
|
-
i0__namespace.ɵɵelementStart(
|
|
18341
|
-
i0__namespace.ɵɵ
|
|
18343
|
+
i0__namespace.ɵɵelementStart(6, "div", 3);
|
|
18344
|
+
i0__namespace.ɵɵelementStart(7, "button", 4);
|
|
18345
|
+
i0__namespace.ɵɵlistener("click", function CaseFileViewFolderSelectorComponent_Template_button_click_7_listener() { return ctx.save(); });
|
|
18346
|
+
i0__namespace.ɵɵtext(8, "Save");
|
|
18342
18347
|
i0__namespace.ɵɵelementEnd();
|
|
18343
|
-
i0__namespace.ɵɵelementStart(
|
|
18344
|
-
i0__namespace.ɵɵ
|
|
18345
|
-
i0__namespace.ɵɵ
|
|
18346
|
-
i0__namespace.ɵɵtext(9, "Save");
|
|
18348
|
+
i0__namespace.ɵɵelementStart(9, "a", 5);
|
|
18349
|
+
i0__namespace.ɵɵlistener("click", function CaseFileViewFolderSelectorComponent_Template_a_click_9_listener() { return ctx.cancel(); });
|
|
18350
|
+
i0__namespace.ɵɵtext(10, "Cancel");
|
|
18347
18351
|
i0__namespace.ɵɵelementEnd();
|
|
18348
|
-
i0__namespace.ɵɵelementStart(10, "a", 6);
|
|
18349
|
-
i0__namespace.ɵɵlistener("click", function CaseFileViewFolderSelectorComponent_Template_a_click_10_listener() { return ctx.cancel(); });
|
|
18350
|
-
i0__namespace.ɵɵtext(11, "Cancel");
|
|
18351
18352
|
i0__namespace.ɵɵelementEnd();
|
|
18353
|
+
i0__namespace.ɵɵelementStart(11, "div", 6);
|
|
18354
|
+
i0__namespace.ɵɵlistener("click", function CaseFileViewFolderSelectorComponent_Template_div_click_11_listener() { return ctx.cancel(); });
|
|
18352
18355
|
i0__namespace.ɵɵelementEnd();
|
|
18353
18356
|
i0__namespace.ɵɵtemplate(12, CaseFileViewFolderSelectorComponent_ng_template_12_Template, 6, 5, "ng-template", null, 7, i0__namespace.ɵɵtemplateRefExtractor);
|
|
18354
18357
|
}
|
|
18355
18358
|
if (rf & 2) {
|
|
18356
|
-
i0__namespace.ɵɵadvance(
|
|
18359
|
+
i0__namespace.ɵɵadvance(3);
|
|
18357
18360
|
i0__namespace.ɵɵtextInterpolate1("Where do you want to move \"", ctx.data.document.document_filename, "\" file?");
|
|
18358
18361
|
i0__namespace.ɵɵadvance(2);
|
|
18359
18362
|
i0__namespace.ɵɵproperty("ngForOf", ctx.currentCategories);
|
|
18360
18363
|
}
|
|
18361
|
-
}, directives: [i1__namespace.NgForOf, i1__namespace.NgTemplateOutlet], styles: ["
|
|
18364
|
+
}, directives: [i1__namespace.NgForOf, i1__namespace.NgTemplateOutlet], styles: ["[_nghost-%COMP%]{position:relative;display:block}.folders[_ngcontent-%COMP%]{margin-bottom:20px}.folder[_ngcontent-%COMP%]{display:none;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin:0 0 -1px}.folders[_ngcontent-%COMP%] > .folder[_ngcontent-%COMP%], input[_ngcontent-%COMP%]:checked ~ .folder[_ngcontent-%COMP%]{display:block}.iconImg[_ngcontent-%COMP%]{position:relative;display:inline-block;height:28px}.folder[_ngcontent-%COMP%] > .folder[_ngcontent-%COMP%]{margin-left:20px}.folder[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before{top:3px}.folder[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after{top:13px}p[_ngcontent-%COMP%]{font-weight:700}button[_ngcontent-%COMP%]{margin-right:20px}.close[_ngcontent-%COMP%]{position:absolute;top:0;right:0;width:30px;height:30px;background:url(/assets/img/x.PNG) no-repeat 50%}.cancel[_ngcontent-%COMP%], .close[_ngcontent-%COMP%]{cursor:pointer}"] });
|
|
18362
18365
|
(function () {
|
|
18363
18366
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFolderSelectorComponent, [{
|
|
18364
18367
|
type: i0.Component,
|
|
18365
18368
|
args: [{
|
|
18366
18369
|
selector: 'xui-case-file-view-folder-selector',
|
|
18367
18370
|
templateUrl: './case-file-view-folder-selector.component.html',
|
|
18368
|
-
styleUrls: ['./case-file-view-folder-selector.component.scss']
|
|
18369
|
-
encapsulation: i0.ViewEncapsulation.None
|
|
18371
|
+
styleUrls: ['./case-file-view-folder-selector.component.scss']
|
|
18370
18372
|
}]
|
|
18371
18373
|
}], function () {
|
|
18372
18374
|
return [{ type: i1__namespace$3.MatDialogRef }, { type: undefined, decorators: [{
|
|
@@ -18918,7 +18920,7 @@
|
|
|
18918
18920
|
return Object.assign(documentTreeNode, node);
|
|
18919
18921
|
}
|
|
18920
18922
|
var filteredData = this.documentTreeData;
|
|
18921
|
-
if (searchTerm && searchTerm.length >= CaseFileViewFolderComponent.MINIMUM_SEARCH_CHARACTERS && this.documentFilterFormGroup.controls[CaseFileViewFolderComponent.DOCUMENT_SEARCH_FORM_CONTROL_NAME].value.length >
|
|
18923
|
+
if (searchTerm && searchTerm.length >= CaseFileViewFolderComponent.MINIMUM_SEARCH_CHARACTERS && this.documentFilterFormGroup.controls[CaseFileViewFolderComponent.DOCUMENT_SEARCH_FORM_CONTROL_NAME].value.length > 2) {
|
|
18922
18924
|
filteredData = this.documentTreeData.map(copy).filter(function filterTreeData(node) {
|
|
18923
18925
|
if (node.name && node.name.toLowerCase().includes(searchTerm) && node.type === DocumentTreeNodeType.DOCUMENT) {
|
|
18924
18926
|
return true;
|
|
@@ -19000,6 +19002,7 @@
|
|
|
19000
19002
|
CaseFileViewFolderComponent.prototype.openMoveDialog = function (node) {
|
|
19001
19003
|
var _this = this;
|
|
19002
19004
|
var dialogRef = this.dialog.open(CaseFileViewFolderSelectorComponent, {
|
|
19005
|
+
width: '570px',
|
|
19003
19006
|
data: { categories: this.categories, document: node }
|
|
19004
19007
|
});
|
|
19005
19008
|
dialogRef.afterClosed().subscribe(function (newCatId) {
|
|
@@ -19025,7 +19028,7 @@
|
|
|
19025
19028
|
}());
|
|
19026
19029
|
CaseFileViewFolderComponent.UNCATEGORISED_DOCUMENTS_TITLE = 'Uncategorised documents';
|
|
19027
19030
|
CaseFileViewFolderComponent.DOCUMENT_SEARCH_FORM_CONTROL_NAME = 'documentSearchFormControl';
|
|
19028
|
-
CaseFileViewFolderComponent.MINIMUM_SEARCH_CHARACTERS =
|
|
19031
|
+
CaseFileViewFolderComponent.MINIMUM_SEARCH_CHARACTERS = 3;
|
|
19029
19032
|
CaseFileViewFolderComponent.ɵfac = function CaseFileViewFolderComponent_Factory(t) { return new (t || CaseFileViewFolderComponent)(i0__namespace.ɵɵdirectiveInject(WindowService), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.Router), i0__namespace.ɵɵdirectiveInject(DocumentManagementService), i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialog)); };
|
|
19030
19033
|
CaseFileViewFolderComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFolderComponent, selectors: [["ccd-case-file-view-folder"]], inputs: { categoriesAndDocuments: "categoriesAndDocuments", allowMoving: "allowMoving" }, outputs: { clickedDocument: "clickedDocument", moveDocument: "moveDocument" }, 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-container__node document-tree-container__node--document", 4, "cdkTreeNodeDef"], ["class", "document-tree-container__node document-tree-container__folder", 4, "cdkTreeNodeDef", "cdkTreeNodeDefWhen"], [1, "document-tree-container__node", "document-tree-container__node--document"], [1, "node", 3, "click"], ["disabled", "", 1, "node__icon"], ["src", "/assets/img/case-file-view/case-file-view-document.svg", "alt", "Document icon", 1, "node__iconImg"], [1, "node__name", "node-name-document"], [1, "node__document-options"], [3, "allowMoving", "changeFolderAction", "openInANewTabAction", "downloadAction", "printAction"], [1, "document-tree-container__node", "document-tree-container__folder"], ["cdkTreeNodeToggle", "", 1, "node"], [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) {
|
|
19031
19034
|
if (rf & 1) {
|
|
@@ -19085,25 +19088,32 @@
|
|
|
19085
19088
|
}
|
|
19086
19089
|
function CaseFlagTableComponent_table_0_tbody_17_tr_1_strong_15_Template(rf, ctx) {
|
|
19087
19090
|
if (rf & 1) {
|
|
19088
|
-
i0__namespace.ɵɵelementStart(0, "strong",
|
|
19091
|
+
i0__namespace.ɵɵelementStart(0, "strong", 20);
|
|
19089
19092
|
i0__namespace.ɵɵtext(1, "Active");
|
|
19090
19093
|
i0__namespace.ɵɵelementEnd();
|
|
19091
19094
|
}
|
|
19092
19095
|
}
|
|
19093
19096
|
function CaseFlagTableComponent_table_0_tbody_17_tr_1_strong_16_Template(rf, ctx) {
|
|
19094
19097
|
if (rf & 1) {
|
|
19095
|
-
i0__namespace.ɵɵelementStart(0, "strong",
|
|
19098
|
+
i0__namespace.ɵɵelementStart(0, "strong", 21);
|
|
19096
19099
|
i0__namespace.ɵɵtext(1, "Inactive");
|
|
19097
19100
|
i0__namespace.ɵɵelementEnd();
|
|
19098
19101
|
}
|
|
19099
19102
|
}
|
|
19100
19103
|
function CaseFlagTableComponent_table_0_tbody_17_tr_1_strong_17_Template(rf, ctx) {
|
|
19101
19104
|
if (rf & 1) {
|
|
19102
|
-
i0__namespace.ɵɵelementStart(0, "strong",
|
|
19105
|
+
i0__namespace.ɵɵelementStart(0, "strong", 21);
|
|
19103
19106
|
i0__namespace.ɵɵtext(1, "Requested");
|
|
19104
19107
|
i0__namespace.ɵɵelementEnd();
|
|
19105
19108
|
}
|
|
19106
19109
|
}
|
|
19110
|
+
function CaseFlagTableComponent_table_0_tbody_17_tr_1_strong_18_Template(rf, ctx) {
|
|
19111
|
+
if (rf & 1) {
|
|
19112
|
+
i0__namespace.ɵɵelementStart(0, "strong", 22);
|
|
19113
|
+
i0__namespace.ɵɵtext(1, "Not approved");
|
|
19114
|
+
i0__namespace.ɵɵelementEnd();
|
|
19115
|
+
}
|
|
19116
|
+
}
|
|
19107
19117
|
function CaseFlagTableComponent_table_0_tbody_17_tr_1_Template(rf, ctx) {
|
|
19108
19118
|
if (rf & 1) {
|
|
19109
19119
|
i0__namespace.ɵɵelementStart(0, "tr", 15);
|
|
@@ -19130,6 +19140,7 @@
|
|
|
19130
19140
|
i0__namespace.ɵɵtemplate(15, CaseFlagTableComponent_table_0_tbody_17_tr_1_strong_15_Template, 2, 0, "strong", 17);
|
|
19131
19141
|
i0__namespace.ɵɵtemplate(16, CaseFlagTableComponent_table_0_tbody_17_tr_1_strong_16_Template, 2, 0, "strong", 18);
|
|
19132
19142
|
i0__namespace.ɵɵtemplate(17, CaseFlagTableComponent_table_0_tbody_17_tr_1_strong_17_Template, 2, 0, "strong", 18);
|
|
19143
|
+
i0__namespace.ɵɵtemplate(18, CaseFlagTableComponent_table_0_tbody_17_tr_1_strong_18_Template, 2, 0, "strong", 19);
|
|
19133
19144
|
i0__namespace.ɵɵelementEnd();
|
|
19134
19145
|
i0__namespace.ɵɵelementEnd();
|
|
19135
19146
|
}
|
|
@@ -19143,21 +19154,23 @@
|
|
|
19143
19154
|
i0__namespace.ɵɵadvance(2);
|
|
19144
19155
|
i0__namespace.ɵɵtextInterpolate(flagDetail_r4.flagComment);
|
|
19145
19156
|
i0__namespace.ɵɵadvance(2);
|
|
19146
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(10,
|
|
19157
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(10, 9, flagDetail_r4.dateTimeCreated, "dd LLL yyyy"));
|
|
19147
19158
|
i0__namespace.ɵɵadvance(3);
|
|
19148
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(13,
|
|
19159
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(13, 12, flagDetail_r4.dateTimeModified, "dd LLL yyyy"));
|
|
19149
19160
|
i0__namespace.ɵɵadvance(3);
|
|
19150
19161
|
i0__namespace.ɵɵproperty("ngIf", flagDetail_r4.status === ctx_r3.caseFlagStatus.ACTIVE);
|
|
19151
19162
|
i0__namespace.ɵɵadvance(1);
|
|
19152
19163
|
i0__namespace.ɵɵproperty("ngIf", flagDetail_r4.status === ctx_r3.caseFlagStatus.INACTIVE);
|
|
19153
19164
|
i0__namespace.ɵɵadvance(1);
|
|
19154
19165
|
i0__namespace.ɵɵproperty("ngIf", flagDetail_r4.status === ctx_r3.caseFlagStatus.REQUESTED);
|
|
19166
|
+
i0__namespace.ɵɵadvance(1);
|
|
19167
|
+
i0__namespace.ɵɵproperty("ngIf", flagDetail_r4.status === ctx_r3.caseFlagStatus.NOT_APPROVED);
|
|
19155
19168
|
}
|
|
19156
19169
|
}
|
|
19157
19170
|
function CaseFlagTableComponent_table_0_tbody_17_Template(rf, ctx) {
|
|
19158
19171
|
if (rf & 1) {
|
|
19159
19172
|
i0__namespace.ɵɵelementStart(0, "tbody", 10);
|
|
19160
|
-
i0__namespace.ɵɵtemplate(1, CaseFlagTableComponent_table_0_tbody_17_tr_1_Template,
|
|
19173
|
+
i0__namespace.ɵɵtemplate(1, CaseFlagTableComponent_table_0_tbody_17_tr_1_Template, 19, 15, "tr", 14);
|
|
19161
19174
|
i0__namespace.ɵɵelementEnd();
|
|
19162
19175
|
}
|
|
19163
19176
|
if (rf & 2) {
|
|
@@ -19222,7 +19235,7 @@
|
|
|
19222
19235
|
return CaseFlagTableComponent;
|
|
19223
19236
|
}());
|
|
19224
19237
|
CaseFlagTableComponent.ɵfac = function CaseFlagTableComponent_Factory(t) { return new (t || CaseFlagTableComponent)(); };
|
|
19225
|
-
CaseFlagTableComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFlagTableComponent, selectors: [["ccd-case-flag-table"]], inputs: { tableCaption: "tableCaption", flagData: "flagData", firstColumnHeader: "firstColumnHeader" }, decls: 1, vars: 1, consts: [["class", "govuk-table", 4, "ngIf"], [1, "govuk-table"], [1, "govuk-table__caption", "govuk-table__caption--l"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "col-party-name"], ["scope", "col", 1, "govuk-table__header", "col-comments"], ["scope", "col", 1, "govuk-table__header", "col-creation-date"], ["scope", "col", 1, "govuk-table__header", "col-last-modified"], ["scope", "col", 1, "govuk-table__header", "col-flag-status"], [1, "govuk-table__body"], [4, "ngIf"], ["class", "govuk-table__body", 4, "ngIf"], ["colspan", "5"], ["scope", "row", "class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["scope", "row", 1, "govuk-table__row"], [1, "govuk-table__cell"], ["class", "govuk-tag", 4, "ngIf"], ["class", "govuk-tag govuk-tag--grey", 4, "ngIf"], [1, "govuk-tag"], [1, "govuk-tag", "govuk-tag--grey"]], template: function CaseFlagTableComponent_Template(rf, ctx) {
|
|
19238
|
+
CaseFlagTableComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFlagTableComponent, selectors: [["ccd-case-flag-table"]], inputs: { tableCaption: "tableCaption", flagData: "flagData", firstColumnHeader: "firstColumnHeader" }, decls: 1, vars: 1, consts: [["class", "govuk-table", 4, "ngIf"], [1, "govuk-table"], [1, "govuk-table__caption", "govuk-table__caption--l"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "col-party-name"], ["scope", "col", 1, "govuk-table__header", "col-comments"], ["scope", "col", 1, "govuk-table__header", "col-creation-date"], ["scope", "col", 1, "govuk-table__header", "col-last-modified"], ["scope", "col", 1, "govuk-table__header", "col-flag-status"], [1, "govuk-table__body"], [4, "ngIf"], ["class", "govuk-table__body", 4, "ngIf"], ["colspan", "5"], ["scope", "row", "class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["scope", "row", 1, "govuk-table__row"], [1, "govuk-table__cell"], ["class", "govuk-tag", 4, "ngIf"], ["class", "govuk-tag govuk-tag--grey", 4, "ngIf"], ["class", "govuk-tag govuk-tag--red", 4, "ngIf"], [1, "govuk-tag"], [1, "govuk-tag", "govuk-tag--grey"], [1, "govuk-tag", "govuk-tag--red"]], template: function CaseFlagTableComponent_Template(rf, ctx) {
|
|
19226
19239
|
if (rf & 1) {
|
|
19227
19240
|
i0__namespace.ɵɵtemplate(0, CaseFlagTableComponent_table_0_Template, 18, 4, "table", 0);
|
|
19228
19241
|
}
|
|
@@ -30060,7 +30073,7 @@
|
|
|
30060
30073
|
if (rf & 1) {
|
|
30061
30074
|
i0__namespace.ɵɵelementStart(0, "tr");
|
|
30062
30075
|
i0__namespace.ɵɵtemplate(1, CaseFullAccessViewComponent_ng_container_12_mat_tab_4_ng_template_1_ng_container_2_tr_4_th_1_Template, 3, 1, "th", 33);
|
|
30063
|
-
i0__namespace.ɵɵelementStart(2, "
|
|
30076
|
+
i0__namespace.ɵɵelementStart(2, "td", 34);
|
|
30064
30077
|
i0__namespace.ɵɵelementStart(3, "span", 35);
|
|
30065
30078
|
i0__namespace.ɵɵelement(4, "ccd-field-read", 36);
|
|
30066
30079
|
i0__namespace.ɵɵelementEnd();
|