@hmcts/ccd-case-ui-toolkit 7.3.76 → 7.3.77-field-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
|
@@ -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;
|
|
5786
|
+
formGroup: FormGroup | AbstractControl | undefined;
|
|
5787
5787
|
elementsToSubstitute: string[];
|
|
5788
5788
|
private initialLabel;
|
|
5789
5789
|
private initialHintText;
|
|
@@ -6433,6 +6433,8 @@ 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;
|
|
6436
6438
|
private readonly caseEditFormComponents;
|
|
6437
6439
|
private static scrollToTop;
|
|
6438
6440
|
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);
|
|
@@ -6500,6 +6502,8 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
|
|
|
6500
6502
|
getRpxTranslatePipeArgs(fieldLabel: string): {
|
|
6501
6503
|
FIELDLABEL: string;
|
|
6502
6504
|
} | null;
|
|
6505
|
+
private getInterpolatedFieldLabel;
|
|
6506
|
+
private resolveLabelPlaceholders;
|
|
6503
6507
|
onEventCanBeCompleted(eventCanBeCompleted: boolean): void;
|
|
6504
6508
|
private removeAllJudicialUserFormControls;
|
|
6505
6509
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEditPageComponent, never>;
|