@hmcts/ccd-case-ui-toolkit 4.20.35-linked-cases-validation-fix → 4.20.36-linked-cases-validation-fix
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/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js.LICENSE.txt +1 -1
- package/dist/index.umd.min.js.map +1 -1
- package/dist/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts +1 -1
- package/dist/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.js.map +1 -1
- package/dist/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { Router } from '@angular/router';
|
|
|
2
2
|
import { LinkedCasesService } from '../../services/linked-cases.service';
|
|
3
3
|
export declare class NoLinkedCasesComponent {
|
|
4
4
|
private readonly router;
|
|
5
|
-
|
|
5
|
+
linkedCasesService: LinkedCasesService;
|
|
6
6
|
constructor(router: Router, linkedCasesService: LinkedCasesService);
|
|
7
7
|
onBack(): void;
|
|
8
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"no-linked-cases.component.js","sourceRoot":"","sources":["../../../../../../../tmp/src-inlined/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,sCAAkD;AAClD,0CAAyC;AACzC,4EAAyE;AAyBzE;IAEE,gCAA6B,MAAc,
|
|
1
|
+
{"version":3,"file":"no-linked-cases.component.js","sourceRoot":"","sources":["../../../../../../../tmp/src-inlined/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,sCAAkD;AAClD,0CAAyC;AACzC,4EAAyE;AAyBzE;IAEE,gCAA6B,MAAc,EAClC,kBAAsC;QADlB,WAAM,GAAN,MAAM,CAAQ;QAClC,uBAAkB,GAAlB,kBAAkB,CAAoB;IAC/C,CAAC;IAEM,uCAAM,GAAb;QACE,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,OAAO,EAAE,cAAc,EAAE,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;YACnF,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,cAAc,CAAC;QACxC,CAAC,CAAC,CAAC;IACL,CAAC;IAVU,sBAAsB;QAvBlC,gBAAS,CAAC;YACT,QAAQ,EAAE,qBAAqB;YAC/B,QAAQ,EAAE,o7BAmBT;SACF,CAAC;yCAGqC,eAAM;YACd,yCAAkB;OAHpC,sBAAsB,CAWlC;IAAD,6BAAC;CAAA,AAXD,IAWC;AAXY,wDAAsB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":4,"metadata":{"NoLinkedCasesComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"ccd-no-linked-cases","template":"\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <h1 class=\"govuk-heading-xl\">There is a problem</h1>\n <p id=\"unlink-cases-error\" class=\"govuk-error-message\"\n *ngIf=\"linkedCasesService.serverLinkedApiError;else noLinkedCases;\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{linkedCasesService.serverLinkedApiError.message}}\n </p>\n <ng-template #noLinkedCases> \n <p class=\"govuk-body\">There are no cases linked to this one.</p>\n </ng-template>\n <p class=\"govuk-body\">\n <a class=\"govuk-link\" href=\"javascript:void(0)\" (click)=\"onBack()\">Go back to the Linked cases tab</a>\n </p>\n <div class=\"govuk-button-group\">\n <button class=\"button button-primary\" type=\"button\" id=\"back-button\" (click)=\"onBack()\">Back</button>\n </div>\n </div>\n </div>\n "}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/router","name":"Router","line":29,"character":39},{"__symbolic":"reference","module":"../../services/linked-cases.service","name":"LinkedCasesService","line":30,"character":
|
|
1
|
+
[{"__symbolic":"module","version":4,"metadata":{"NoLinkedCasesComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"ccd-no-linked-cases","template":"\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <h1 class=\"govuk-heading-xl\">There is a problem</h1>\n <p id=\"unlink-cases-error\" class=\"govuk-error-message\"\n *ngIf=\"linkedCasesService.serverLinkedApiError;else noLinkedCases;\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{linkedCasesService.serverLinkedApiError.message}}\n </p>\n <ng-template #noLinkedCases> \n <p class=\"govuk-body\">There are no cases linked to this one.</p>\n </ng-template>\n <p class=\"govuk-body\">\n <a class=\"govuk-link\" href=\"javascript:void(0)\" (click)=\"onBack()\">Go back to the Linked cases tab</a>\n </p>\n <div class=\"govuk-button-group\">\n <button class=\"button button-primary\" type=\"button\" id=\"back-button\" (click)=\"onBack()\">Back</button>\n </div>\n </div>\n </div>\n "}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/router","name":"Router","line":29,"character":39},{"__symbolic":"reference","module":"../../services/linked-cases.service","name":"LinkedCasesService","line":30,"character":31}]}],"onBack":[{"__symbolic":"method"}]}}}}]
|