@hmcts/ccd-case-ui-toolkit 7.1.29-qm-style-update → 7.1.30-sonarCloud-gitub-config-update
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/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.mjs +10 -12
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +9 -11
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -13,10 +13,8 @@ function QualifyingQuestionDetailComponent_ng_container_0_Template(rf, ctx) { if
|
|
|
13
13
|
i0.ɵɵtext(5);
|
|
14
14
|
i0.ɵɵpipe(6, "rpxTranslate");
|
|
15
15
|
i0.ɵɵelementEnd();
|
|
16
|
-
i0.ɵɵ
|
|
17
|
-
i0.ɵɵ
|
|
18
|
-
i0.ɵɵpipe(9, "rpxTranslate");
|
|
19
|
-
i0.ɵɵelementEnd();
|
|
16
|
+
i0.ɵɵelement(7, "ccd-markdown", 3);
|
|
17
|
+
i0.ɵɵpipe(8, "rpxTranslate");
|
|
20
18
|
i0.ɵɵelementContainerEnd();
|
|
21
19
|
} if (rf & 2) {
|
|
22
20
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -24,23 +22,23 @@ function QualifyingQuestionDetailComponent_ng_container_0_Template(rf, ctx) { if
|
|
|
24
22
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "Are you contacting us about any of the following:"), " ");
|
|
25
23
|
i0.ɵɵadvance(3);
|
|
26
24
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 5, ctx_r0.qualifyingQuestion.name), " ");
|
|
27
|
-
i0.ɵɵadvance(
|
|
28
|
-
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(
|
|
25
|
+
i0.ɵɵadvance(2);
|
|
26
|
+
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(8, 7, ctx_r0.qualifyingQuestion.markdown));
|
|
29
27
|
} }
|
|
30
28
|
export class QualifyingQuestionDetailComponent {
|
|
31
29
|
qualifyingQuestion;
|
|
32
30
|
static ɵfac = function QualifyingQuestionDetailComponent_Factory(t) { return new (t || QualifyingQuestionDetailComponent)(); };
|
|
33
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QualifyingQuestionDetailComponent, selectors: [["ccd-qualifying-question-detail"]], inputs: { qualifyingQuestion: "qualifyingQuestion" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-caption-l"], [1, "govuk-heading-l"], [
|
|
34
|
-
i0.ɵɵtemplate(0, QualifyingQuestionDetailComponent_ng_container_0_Template,
|
|
31
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QualifyingQuestionDetailComponent, selectors: [["ccd-qualifying-question-detail"]], inputs: { qualifyingQuestion: "qualifyingQuestion" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-caption-l"], [1, "govuk-heading-l"], [3, "content"]], template: function QualifyingQuestionDetailComponent_Template(rf, ctx) { if (rf & 1) {
|
|
32
|
+
i0.ɵɵtemplate(0, QualifyingQuestionDetailComponent_ng_container_0_Template, 9, 9, "ng-container", 0);
|
|
35
33
|
} if (rf & 2) {
|
|
36
34
|
i0.ɵɵproperty("ngIf", ctx.qualifyingQuestion == null ? null : ctx.qualifyingQuestion.markdown);
|
|
37
|
-
} }, dependencies: [i1.NgIf, i2.MarkdownComponent, i3.RpxTranslatePipe],
|
|
35
|
+
} }, dependencies: [i1.NgIf, i2.MarkdownComponent, i3.RpxTranslatePipe], encapsulation: 2 });
|
|
38
36
|
}
|
|
39
37
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QualifyingQuestionDetailComponent, [{
|
|
40
38
|
type: Component,
|
|
41
|
-
args: [{ selector: 'ccd-qualifying-question-detail', template: "<ng-container *ngIf=\"qualifyingQuestion?.markdown\">\n <span class=\"govuk-caption-l\">\n {{ 'Are you contacting us about any of the following:' | rpxTranslate }}\n </span>\n <h1 class=\"govuk-heading-l\">\n {{ qualifyingQuestion.name | rpxTranslate }}\n </h1>\n <
|
|
39
|
+
args: [{ selector: 'ccd-qualifying-question-detail', template: "<ng-container *ngIf=\"qualifyingQuestion?.markdown\">\n <span class=\"govuk-caption-l\">\n {{ 'Are you contacting us about any of the following:' | rpxTranslate }}\n </span>\n <h1 class=\"govuk-heading-l\">\n {{ qualifyingQuestion.name | rpxTranslate }}\n </h1>\n <ccd-markdown\n [content]=\"qualifyingQuestion.markdown | rpxTranslate\">\n </ccd-markdown>\n</ng-container>\n" }]
|
|
42
40
|
}], null, { qualifyingQuestion: [{
|
|
43
41
|
type: Input
|
|
44
42
|
}] }); })();
|
|
45
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QualifyingQuestionDetailComponent, { className: "QualifyingQuestionDetailComponent", filePath: "lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.ts", lineNumber:
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QualifyingQuestionDetailComponent, { className: "QualifyingQuestionDetailComponent", filePath: "lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.ts", lineNumber: 8 }); })();
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbGlmeWluZy1xdWVzdGlvbi1kZXRhaWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvcXVlcnktbWFuYWdlbWVudC9jb21wb25lbnRzL3F1YWxpZnlpbmctcXVlc3Rpb25zL3F1YWxpZnlpbmctcXVlc3Rpb24tZGV0YWlsL3F1YWxpZnlpbmctcXVlc3Rpb24tZGV0YWlsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWFsaWZ5aW5nLXF1ZXN0aW9ucy9xdWFsaWZ5aW5nLXF1ZXN0aW9uLWRldGFpbC9xdWFsaWZ5aW5nLXF1ZXN0aW9uLWRldGFpbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7O0lDQWpELDZCQUFtRDtJQUNqRCwrQkFBOEI7SUFDNUIsWUFDRjs7SUFBQSxpQkFBTztJQUNQLDZCQUE0QjtJQUMxQixZQUNGOztJQUFBLGlCQUFLO0lBQ0wsa0NBRWU7Ozs7O0lBUGIsZUFDRjtJQURFLDBHQUNGO0lBRUUsZUFDRjtJQURFLHFGQUNGO0lBRUUsZUFBc0Q7SUFBdEQsa0ZBQXNEOztBREQxRCxNQUFNLE9BQU8saUNBQWlDO0lBQzVCLGtCQUFrQixDQUFxQjsyRkFENUMsaUNBQWlDOzZEQUFqQyxpQ0FBaUM7WUNQOUMsb0dBQW1EOztZQUFwQyw4RkFBa0M7OztpRkRPcEMsaUNBQWlDO2NBSjdDLFNBQVM7MkJBQ0UsZ0NBQWdDO2dCQUkxQixrQkFBa0I7a0JBQWpDLEtBQUs7O2tGQURLLGlDQUFpQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFF1YWxpZnlpbmdRdWVzdGlvbiB9IGZyb20gJy4uLy4uLy4uL21vZGVscyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1xdWFsaWZ5aW5nLXF1ZXN0aW9uLWRldGFpbCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9xdWFsaWZ5aW5nLXF1ZXN0aW9uLWRldGFpbC5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgUXVhbGlmeWluZ1F1ZXN0aW9uRGV0YWlsQ29tcG9uZW50IHtcbiAgQElucHV0KCkgcHVibGljIHF1YWxpZnlpbmdRdWVzdGlvbjogUXVhbGlmeWluZ1F1ZXN0aW9uO1xufVxuIiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cInF1YWxpZnlpbmdRdWVzdGlvbj8ubWFya2Rvd25cIj5cbiAgPHNwYW4gY2xhc3M9XCJnb3Z1ay1jYXB0aW9uLWxcIj5cbiAgICB7eyAnQXJlIHlvdSBjb250YWN0aW5nIHVzIGFib3V0IGFueSBvZiB0aGUgZm9sbG93aW5nOicgfCBycHhUcmFuc2xhdGUgfX1cbiAgPC9zcGFuPlxuICA8aDEgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIj5cbiAgICB7eyBxdWFsaWZ5aW5nUXVlc3Rpb24ubmFtZSB8IHJweFRyYW5zbGF0ZSB9fVxuICA8L2gxPlxuICA8Y2NkLW1hcmtkb3duXG4gICAgW2NvbnRlbnRdPVwicXVhbGlmeWluZ1F1ZXN0aW9uLm1hcmtkb3duIHwgcnB4VHJhbnNsYXRlXCI+XG4gIDwvY2NkLW1hcmtkb3duPlxuPC9uZy1jb250YWluZXI+XG4iXX0=
|
|
@@ -19548,10 +19548,8 @@ function QualifyingQuestionDetailComponent_ng_container_0_Template(rf, ctx) { if
|
|
|
19548
19548
|
i0.ɵɵtext(5);
|
|
19549
19549
|
i0.ɵɵpipe(6, "rpxTranslate");
|
|
19550
19550
|
i0.ɵɵelementEnd();
|
|
19551
|
-
i0.ɵɵ
|
|
19552
|
-
i0.ɵɵ
|
|
19553
|
-
i0.ɵɵpipe(9, "rpxTranslate");
|
|
19554
|
-
i0.ɵɵelementEnd();
|
|
19551
|
+
i0.ɵɵelement(7, "ccd-markdown", 3);
|
|
19552
|
+
i0.ɵɵpipe(8, "rpxTranslate");
|
|
19555
19553
|
i0.ɵɵelementContainerEnd();
|
|
19556
19554
|
} if (rf & 2) {
|
|
19557
19555
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -19559,25 +19557,25 @@ function QualifyingQuestionDetailComponent_ng_container_0_Template(rf, ctx) { if
|
|
|
19559
19557
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 3, "Are you contacting us about any of the following:"), " ");
|
|
19560
19558
|
i0.ɵɵadvance(3);
|
|
19561
19559
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 5, ctx_r0.qualifyingQuestion.name), " ");
|
|
19562
|
-
i0.ɵɵadvance(
|
|
19563
|
-
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(
|
|
19560
|
+
i0.ɵɵadvance(2);
|
|
19561
|
+
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(8, 7, ctx_r0.qualifyingQuestion.markdown));
|
|
19564
19562
|
} }
|
|
19565
19563
|
class QualifyingQuestionDetailComponent {
|
|
19566
19564
|
qualifyingQuestion;
|
|
19567
19565
|
static ɵfac = function QualifyingQuestionDetailComponent_Factory(t) { return new (t || QualifyingQuestionDetailComponent)(); };
|
|
19568
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QualifyingQuestionDetailComponent, selectors: [["ccd-qualifying-question-detail"]], inputs: { qualifyingQuestion: "qualifyingQuestion" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-caption-l"], [1, "govuk-heading-l"], [
|
|
19569
|
-
i0.ɵɵtemplate(0, QualifyingQuestionDetailComponent_ng_container_0_Template,
|
|
19566
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QualifyingQuestionDetailComponent, selectors: [["ccd-qualifying-question-detail"]], inputs: { qualifyingQuestion: "qualifyingQuestion" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-caption-l"], [1, "govuk-heading-l"], [3, "content"]], template: function QualifyingQuestionDetailComponent_Template(rf, ctx) { if (rf & 1) {
|
|
19567
|
+
i0.ɵɵtemplate(0, QualifyingQuestionDetailComponent_ng_container_0_Template, 9, 9, "ng-container", 0);
|
|
19570
19568
|
} if (rf & 2) {
|
|
19571
19569
|
i0.ɵɵproperty("ngIf", ctx.qualifyingQuestion == null ? null : ctx.qualifyingQuestion.markdown);
|
|
19572
|
-
} }, dependencies: [i5.NgIf, MarkdownComponent, i1.RpxTranslatePipe],
|
|
19570
|
+
} }, dependencies: [i5.NgIf, MarkdownComponent, i1.RpxTranslatePipe], encapsulation: 2 });
|
|
19573
19571
|
}
|
|
19574
19572
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QualifyingQuestionDetailComponent, [{
|
|
19575
19573
|
type: Component,
|
|
19576
|
-
args: [{ selector: 'ccd-qualifying-question-detail', template: "<ng-container *ngIf=\"qualifyingQuestion?.markdown\">\n <span class=\"govuk-caption-l\">\n {{ 'Are you contacting us about any of the following:' | rpxTranslate }}\n </span>\n <h1 class=\"govuk-heading-l\">\n {{ qualifyingQuestion.name | rpxTranslate }}\n </h1>\n <
|
|
19574
|
+
args: [{ selector: 'ccd-qualifying-question-detail', template: "<ng-container *ngIf=\"qualifyingQuestion?.markdown\">\n <span class=\"govuk-caption-l\">\n {{ 'Are you contacting us about any of the following:' | rpxTranslate }}\n </span>\n <h1 class=\"govuk-heading-l\">\n {{ qualifyingQuestion.name | rpxTranslate }}\n </h1>\n <ccd-markdown\n [content]=\"qualifyingQuestion.markdown | rpxTranslate\">\n </ccd-markdown>\n</ng-container>\n" }]
|
|
19577
19575
|
}], null, { qualifyingQuestion: [{
|
|
19578
19576
|
type: Input
|
|
19579
19577
|
}] }); })();
|
|
19580
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QualifyingQuestionDetailComponent, { className: "QualifyingQuestionDetailComponent", filePath: "lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.ts", lineNumber:
|
|
19578
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QualifyingQuestionDetailComponent, { className: "QualifyingQuestionDetailComponent", filePath: "lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.ts", lineNumber: 8 }); })();
|
|
19581
19579
|
|
|
19582
19580
|
var RaiseQueryErrorMessage;
|
|
19583
19581
|
(function (RaiseQueryErrorMessage) {
|