@hmcts/ccd-case-ui-toolkit 7.0.16-welsh-event-trigger → 7.0.16-welsh-fixes

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.
@@ -13759,19 +13759,18 @@ class MarkdownComponent {
13759
13759
  MarkdownComponent.ɵfac = function MarkdownComponent_Factory(t) { return new (t || MarkdownComponent)(); };
13760
13760
  MarkdownComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MarkdownComponent, selectors: [["ccd-markdown"]], hostBindings: function MarkdownComponent_HostBindings(rf, ctx) { if (rf & 1) {
13761
13761
  i0.ɵɵlistener("click", function MarkdownComponent_click_HostBindingHandler($event) { return ctx.onMarkdownClick($event); });
13762
- } }, inputs: { content: "content", markdownUseHrefAsRouterLink: "markdownUseHrefAsRouterLink" }, decls: 4, vars: 5, consts: [[1, "markdown", 3, "data"]], template: function MarkdownComponent_Template(rf, ctx) { if (rf & 1) {
13762
+ } }, inputs: { content: "content", markdownUseHrefAsRouterLink: "markdownUseHrefAsRouterLink" }, decls: 3, vars: 3, consts: [[1, "markdown", 3, "data"]], template: function MarkdownComponent_Template(rf, ctx) { if (rf & 1) {
13763
13763
  i0.ɵɵelementStart(0, "div");
13764
13764
  i0.ɵɵelement(1, "markdown", 0);
13765
- i0.ɵɵpipe(2, "rpxTranslate");
13766
- i0.ɵɵpipe(3, "ccdCaseReference");
13765
+ i0.ɵɵpipe(2, "ccdCaseReference");
13767
13766
  i0.ɵɵelementEnd();
13768
13767
  } if (rf & 2) {
13769
13768
  i0.ɵɵadvance(1);
13770
- i0.ɵɵproperty("data", i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind1(3, 3, ctx.content)));
13771
- } }, dependencies: [i1$4.NgxMdComponent, i1.RpxTranslatePipe, CaseReferencePipe], encapsulation: 2 });
13769
+ i0.ɵɵproperty("data", i0.ɵɵpipeBind1(2, 1, ctx.content));
13770
+ } }, dependencies: [i1$4.NgxMdComponent, CaseReferencePipe], encapsulation: 2 });
13772
13771
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MarkdownComponent, [{
13773
13772
  type: Component,
13774
- args: [{ selector: 'ccd-markdown', template: "<div><markdown class=\"markdown\" [data]=\"content | ccdCaseReference | rpxTranslate\"></markdown></div>\n" }]
13773
+ args: [{ selector: 'ccd-markdown', template: "<div><markdown class=\"markdown\" [data]=\"content | ccdCaseReference\"></markdown></div>\n" }]
13775
13774
  }], function () { return []; }, { content: [{
13776
13775
  type: Input
13777
13776
  }], markdownUseHrefAsRouterLink: [{