@hmcts/ccd-case-ui-toolkit 7.3.46 → 7.3.47

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/index.d.ts CHANGED
@@ -5687,12 +5687,18 @@ declare class LabelSubstitutorDirective implements OnInit, OnDestroy {
5687
5687
  contextFields: CaseField[];
5688
5688
  formGroup: FormGroup;
5689
5689
  elementsToSubstitute: string[];
5690
+ private initialLabel;
5690
5691
  private initialHintText;
5691
5692
  private languageSubscription;
5692
5693
  constructor(fieldsUtils: FieldsUtils, placeholderService: PlaceholderService, rpxTranslationPipe: RpxTranslatePipe, rpxTranslationService: RpxTranslationService);
5693
5694
  ngOnInit(): void;
5694
5695
  private noCacheProcessing;
5695
5696
  private applySubstitutions;
5697
+ private applyLabelSubstitution;
5698
+ private applyTranslatedLabelState;
5699
+ private translateLabel;
5700
+ private translateLabelOnLanguageChange;
5701
+ private setLabelState;
5696
5702
  private onLanguageChange;
5697
5703
  private resetToInitialValues;
5698
5704
  ngOnDestroy(): void;