@hmcts/ccd-case-ui-toolkit 7.3.77-field-interpolation → 7.3.77

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
@@ -5783,7 +5783,7 @@ declare class LabelSubstitutorDirective implements OnInit, OnDestroy {
5783
5783
  private readonly rpxTranslationService;
5784
5784
  caseField: CaseField;
5785
5785
  contextFields: CaseField[];
5786
- formGroup: FormGroup | AbstractControl | undefined;
5786
+ formGroup: FormGroup;
5787
5787
  elementsToSubstitute: string[];
5788
5788
  private initialLabel;
5789
5789
  private initialHintText;
@@ -6433,8 +6433,6 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
6433
6433
  saveDraftSub: Subscription;
6434
6434
  caseFormValidationErrorsSub: Subscription;
6435
6435
  private readonly logger;
6436
- private readonly fieldsUtils;
6437
- private readonly placeholderService;
6438
6436
  private readonly caseEditFormComponents;
6439
6437
  private static scrollToTop;
6440
6438
  constructor(caseEdit: CaseEditComponent, route: ActivatedRoute, formValueService: FormValueService, formErrorService: FormErrorService, cdRef: ChangeDetectorRef, pageValidationService: PageValidationService, dialog: MatLegacyDialog, caseFieldService: CaseFieldService, caseEditDataService: CaseEditDataService, loadingService: LoadingService, validPageListCaseFieldsService: ValidPageListCaseFieldsService, multipageComponentStateService: MultipageComponentStateService, addressService: AddressesService, linkedCasesService: LinkedCasesService, caseFlagStateService: CaseFlagStateService, focusService: FocusService);
@@ -6502,8 +6500,6 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
6502
6500
  getRpxTranslatePipeArgs(fieldLabel: string): {
6503
6501
  FIELDLABEL: string;
6504
6502
  } | null;
6505
- private getInterpolatedFieldLabel;
6506
- private resolveLabelPlaceholders;
6507
6503
  onEventCanBeCompleted(eventCanBeCompleted: boolean): void;
6508
6504
  private removeAllJudicialUserFormControls;
6509
6505
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseEditPageComponent, never>;