@hmcts/ccd-case-ui-toolkit 7.0.31 → 7.0.33

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.
@@ -20439,13 +20439,13 @@ ReadYesNoFieldComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Rea
20439
20439
  i0.ɵɵelementEnd();
20440
20440
  } if (rf & 2) {
20441
20441
  i0.ɵɵadvance(1);
20442
- i0.ɵɵtextInterpolate(ctx.formattedValue ? i0.ɵɵpipeBind3(2, 1, ctx.caseField.label, null, ctx.formattedValue) : null);
20442
+ i0.ɵɵtextInterpolate(ctx.formattedValue ? i0.ɵɵpipeBind3(2, 1, ctx.formattedValue, null, ctx.formattedValue) : null);
20443
20443
  } }, dependencies: [i1.RpxTranslatePipe], encapsulation: 2 });
20444
20444
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadYesNoFieldComponent, [{
20445
20445
  type: Component,
20446
20446
  args: [{
20447
20447
  selector: 'ccd-read-yes-no-field',
20448
- template: `<span class="text-16">{{formattedValue ? (caseField.label | rpxTranslate : null : formattedValue) : null}}</span>`
20448
+ template: `<span class="text-16">{{formattedValue ? (formattedValue | rpxTranslate : null : formattedValue) : null}}</span>`
20449
20449
  }]
20450
20450
  }], function () { return [{ type: YesNoService }]; }, null); })();
20451
20451