@hmcts/ccd-case-ui-toolkit 7.3.55-message-interpolation-01 → 7.3.55
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;
|
|
5723
5723
|
elementsToSubstitute: string[];
|
|
5724
5724
|
private initialLabel;
|
|
5725
5725
|
private initialHintText;
|
|
@@ -6364,8 +6364,6 @@ 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;
|
|
6369
6367
|
private static scrollToTop;
|
|
6370
6368
|
private static setFocusToTop;
|
|
6371
6369
|
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);
|
|
@@ -6432,8 +6430,6 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
|
|
|
6432
6430
|
getRpxTranslatePipeArgs(fieldLabel: string): {
|
|
6433
6431
|
FIELDLABEL: string;
|
|
6434
6432
|
} | null;
|
|
6435
|
-
private getInterpolatedFieldLabel;
|
|
6436
|
-
private resolveLabelPlaceholders;
|
|
6437
6433
|
onEventCanBeCompleted(eventCanBeCompleted: boolean): void;
|
|
6438
6434
|
private removeAllJudicialUserFormControls;
|
|
6439
6435
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEditPageComponent, never>;
|