@hmcts/ccd-case-ui-toolkit 6.18.0-welsh-release-v3 → 6.18.0-welsh-release-v5

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.
@@ -22663,7 +22663,7 @@
22663
22663
  i0__namespace.ɵɵproperty("name", ctx_r1.selectedControlName)("value", flagDisplay_r3)("formControlName", ctx_r1.selectedControlName);
22664
22664
  i0__namespace.ɵɵadvance(1);
22665
22665
  i0__namespace.ɵɵpropertyInterpolate1("for", "flag-selection-", i_r4, "");
22666
- i0__namespace.ɵɵproperty("innerHtml", flagDisplay_r3, i0__namespace.ɵɵsanitizeHtml);
22666
+ i0__namespace.ɵɵproperty("innerHtml", flagDisplay_r3.label, i0__namespace.ɵɵsanitizeHtml);
22667
22667
  }
22668
22668
  }
22669
22669
  function ManageCaseFlagsComponent_div_10_Template(rf, ctx) {
@@ -22820,9 +22820,9 @@
22820
22820
  }());
22821
22821
  ManageCaseFlagsComponent.CASE_LEVEL_CASE_FLAGS_FIELD_ID = 'caseFlags';
22822
22822
  ManageCaseFlagsComponent.ɵfac = function ManageCaseFlagsComponent_Factory(t) { return new (t || ManageCaseFlagsComponent)(); };
22823
- ManageCaseFlagsComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: ManageCaseFlagsComponent, selectors: [["ccd-manage-case-flags"]], inputs: { formGroup: "formGroup", flagsData: "flagsData", caseTitle: "caseTitle" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, decls: 11, vars: 10, consts: [[3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "manage-case-flag-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], ["id", "manage-case-flag-heading", 1, "govuk-fieldset__heading"], ["id", "manage-case-flag-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["class", "govuk-button-group", 4, "ngIf"], ["id", "manage-case-flag-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "id", "name", "value", "formControlName"], [1, "govuk-label", "govuk-radios__label", 3, "for", "innerHtml"], [1, "govuk-button-group"], ["type", "button", 1, "button", "button-primary", 3, "click"]], template: function ManageCaseFlagsComponent_Template(rf, ctx) {
22823
+ ManageCaseFlagsComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: ManageCaseFlagsComponent, selectors: [["ccd-manage-case-flags"]], inputs: { formGroup: "formGroup", flagsData: "flagsData", caseTitle: "caseTitle" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, decls: 11, vars: 10, consts: [[1, "form-group", 3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "manage-case-flag-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], ["id", "manage-case-flag-heading", 1, "govuk-fieldset__heading"], ["id", "manage-case-flag-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["class", "govuk-button-group", 4, "ngIf"], ["id", "manage-case-flag-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "id", "name", "value", "formControlName"], [1, "govuk-label", "govuk-radios__label", 3, "for", "innerHtml"], [1, "govuk-button-group"], ["type", "button", 1, "button", "button-primary", 3, "click"]], template: function ManageCaseFlagsComponent_Template(rf, ctx) {
22824
22824
  if (rf & 1) {
22825
- i0__namespace.ɵɵelementContainerStart(0, 0);
22825
+ i0__namespace.ɵɵelementStart(0, "div", 0);
22826
22826
  i0__namespace.ɵɵelementStart(1, "div", 1);
22827
22827
  i0__namespace.ɵɵelementStart(2, "fieldset", 2);
22828
22828
  i0__namespace.ɵɵelementStart(3, "legend", 3);
@@ -22837,8 +22837,8 @@
22837
22837
  i0__namespace.ɵɵelementEnd();
22838
22838
  i0__namespace.ɵɵelementEnd();
22839
22839
  i0__namespace.ɵɵelementEnd();
22840
- i0__namespace.ɵɵelementContainerEnd();
22841
22840
  i0__namespace.ɵɵtemplate(10, ManageCaseFlagsComponent_div_10_Template, 4, 3, "div", 8);
22841
+ i0__namespace.ɵɵelementEnd();
22842
22842
  }
22843
22843
  if (rf & 2) {
22844
22844
  i0__namespace.ɵɵproperty("formGroup", ctx.formGroup);
@@ -31912,7 +31912,6 @@
31912
31912
  }
31913
31913
  }));
31914
31914
  };
31915
- ;
31916
31915
  CaseFullAccessViewComponent.prototype.postViewActivity = function () {
31917
31916
  return this.activityPollingService.postViewActivity(this.caseDetails.case_id);
31918
31917
  };