@hmcts/ccd-case-ui-toolkit 7.3.72 → 7.3.73

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
@@ -5988,7 +5988,7 @@ declare class ConditionalShowFormDirective implements OnInit, AfterViewInit, OnD
5988
5988
  private readonly handleFormControl;
5989
5989
  private readonly handleFormArray;
5990
5990
  private readonly handleFormGroup;
5991
- private evalAllShowHideConditions;
5991
+ evalAllShowHideConditions(): void;
5992
5992
  private buildPath;
5993
5993
  private getCurrentPagesReadOnlyAndFormFieldValues;
5994
5994
  private getFormFieldsValuesIncludingDisabled;
@@ -6366,6 +6366,7 @@ declare class CaseEditConfirmComponent {
6366
6366
 
6367
6367
  declare class CaseEditFormComponent implements OnDestroy, AfterViewInit {
6368
6368
  private readonly formValueService;
6369
+ private readonly conditionalShowFormDirectives;
6369
6370
  fields: CaseField[];
6370
6371
  formGroup: FormGroup;
6371
6372
  caseFields: CaseField[];
@@ -6380,6 +6381,7 @@ declare class CaseEditFormComponent implements OnDestroy, AfterViewInit {
6380
6381
  subscribeToFormChanges(): void;
6381
6382
  retrieveInitialFormValues(): void;
6382
6383
  detectChangesAndEmit(changes: any): void;
6384
+ syncConditionalShowStates(): void;
6383
6385
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseEditFormComponent, never>;
6384
6386
  static ɵcmp: i0.ɵɵComponentDeclaration<CaseEditFormComponent, "ccd-case-edit-form", never, { "fields": { "alias": "fields"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; "caseFields": { "alias": "caseFields"; "required": false; }; "pageChangeSubject": { "alias": "pageChangeSubject"; "required": false; }; }, { "valuesChanged": "valuesChanged"; }, never, never, false, never>;
6385
6387
  }
@@ -6433,6 +6435,7 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
6433
6435
  saveDraftSub: Subscription;
6434
6436
  caseFormValidationErrorsSub: Subscription;
6435
6437
  private readonly logger;
6438
+ private readonly caseEditFormComponents;
6436
6439
  private static scrollToTop;
6437
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);
6438
6441
  onFinalNext(): void;