@hmcts/ccd-case-ui-toolkit 7.3.54 → 7.3.55-message-interpolation
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
|
@@ -5719,7 +5719,7 @@ declare class LabelSubstitutorDirective implements OnInit, OnDestroy {
|
|
|
5719
5719
|
private readonly rpxTranslationService;
|
|
5720
5720
|
caseField: CaseField;
|
|
5721
5721
|
contextFields: CaseField[];
|
|
5722
|
-
formGroup: FormGroup;
|
|
5722
|
+
formGroup: FormGroup | AbstractControl;
|
|
5723
5723
|
elementsToSubstitute: string[];
|
|
5724
5724
|
private initialLabel;
|
|
5725
5725
|
private initialHintText;
|
|
@@ -6364,6 +6364,8 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
|
|
|
6364
6364
|
dialogRefAfterClosedSub: Subscription;
|
|
6365
6365
|
saveDraftSub: Subscription;
|
|
6366
6366
|
caseFormValidationErrorsSub: Subscription;
|
|
6367
|
+
private readonly fieldsUtils;
|
|
6368
|
+
private readonly placeholderService;
|
|
6367
6369
|
private static scrollToTop;
|
|
6368
6370
|
private static setFocusToTop;
|
|
6369
6371
|
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);
|
|
@@ -6430,6 +6432,7 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
|
|
|
6430
6432
|
getRpxTranslatePipeArgs(fieldLabel: string): {
|
|
6431
6433
|
FIELDLABEL: string;
|
|
6432
6434
|
} | null;
|
|
6435
|
+
private getInterpolatedFieldLabel;
|
|
6433
6436
|
onEventCanBeCompleted(eventCanBeCompleted: boolean): void;
|
|
6434
6437
|
private removeAllJudicialUserFormControls;
|
|
6435
6438
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEditPageComponent, never>;
|