@hmcts/ccd-case-ui-toolkit 7.3.72 → 7.3.74-exui-4284-rc-1
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/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +212 -189
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/index.d.ts +10 -9
- package/index.d.ts.map +1 -1
- package/package.json +4 -5
package/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ import * as rxjs from 'rxjs';
|
|
|
12
12
|
import { Observable, Subject, ConnectableObservable, BehaviorSubject, Subscribable, Subscription } from 'rxjs';
|
|
13
13
|
import { HttpErrorResponse, HttpClient, HttpHeaders, HttpParams } from '@angular/common/http';
|
|
14
14
|
import { Observable as Observable$1 } from 'rxjs-compat';
|
|
15
|
-
import * as
|
|
15
|
+
import * as i144 from '@angular/material/legacy-dialog';
|
|
16
16
|
import { MatLegacyDialog, MatLegacyDialogRef, MatLegacyDialogConfig } from '@angular/material/legacy-dialog';
|
|
17
17
|
import { State, StateMachine } from '@edium/fsm';
|
|
18
18
|
import * as i16 from '@angular/cdk/portal';
|
|
@@ -20,8 +20,6 @@ import * as i135 from '@angular-material-components/datetime-picker';
|
|
|
20
20
|
import { NgxMatDatetimepicker, NgxMatDateFormats } from '@angular-material-components/datetime-picker';
|
|
21
21
|
import { LegacyThemePalette } from '@angular/material/legacy-core';
|
|
22
22
|
import { Moment } from 'moment/moment';
|
|
23
|
-
import * as i143 from '@nicky-lenaers/ngx-scroll-to';
|
|
24
|
-
import { ScrollToService } from '@nicky-lenaers/ngx-scroll-to';
|
|
25
23
|
import * as i140 from '@angular/cdk/tree';
|
|
26
24
|
import { NestedTreeControl } from '@angular/cdk/tree';
|
|
27
25
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
@@ -32,7 +30,7 @@ import * as i138 from '@angular/material/datepicker';
|
|
|
32
30
|
import * as i139 from '@angular/material/legacy-autocomplete';
|
|
33
31
|
import * as i141 from '@angular/cdk/overlay';
|
|
34
32
|
import * as i142 from '@hmcts/ccpay-web-component';
|
|
35
|
-
import * as
|
|
33
|
+
import * as i145 from '@hmcts/media-viewer';
|
|
36
34
|
import * as i3$2 from 'ngx-pagination';
|
|
37
35
|
import * as i25 from '@angular/material/legacy-tabs';
|
|
38
36
|
import { MatLegacyTabGroup } from '@angular/material/legacy-tabs';
|
|
@@ -4092,10 +4090,9 @@ type CollectionItem = {
|
|
|
4092
4090
|
};
|
|
4093
4091
|
declare class WriteCollectionFieldComponent extends AbstractFieldWriteComponent implements OnInit, OnDestroy {
|
|
4094
4092
|
private readonly dialog;
|
|
4095
|
-
private readonly scrollToService;
|
|
4096
4093
|
private readonly profileNotifier;
|
|
4097
4094
|
private readonly cdRef;
|
|
4098
|
-
private readonly
|
|
4095
|
+
private static readonly SCROLL_OFFSET_PX;
|
|
4099
4096
|
caseFields: CaseField[];
|
|
4100
4097
|
formArray: FormArray;
|
|
4101
4098
|
profile: Profile;
|
|
@@ -4103,13 +4100,14 @@ declare class WriteCollectionFieldComponent extends AbstractFieldWriteComponent
|
|
|
4103
4100
|
private readonly items;
|
|
4104
4101
|
readonly collItems: CollectionItem[];
|
|
4105
4102
|
private collectionItemUidCounter;
|
|
4106
|
-
constructor(dialog: MatLegacyDialog,
|
|
4103
|
+
constructor(dialog: MatLegacyDialog, profileNotifier: ProfileNotifier, cdRef: ChangeDetectorRef);
|
|
4107
4104
|
ngOnInit(): void;
|
|
4108
4105
|
ngOnDestroy(): void;
|
|
4109
4106
|
buildCaseField(item: any, index: number, isNew?: boolean): CaseField;
|
|
4110
4107
|
buildIdPrefix(index: number): string;
|
|
4111
4108
|
isSearchFilter(): boolean;
|
|
4112
4109
|
addItem(doScroll: boolean): void;
|
|
4110
|
+
private scrollToCollectionItem;
|
|
4113
4111
|
private isCollectionDynamic;
|
|
4114
4112
|
private newCaseField;
|
|
4115
4113
|
private getContainer;
|
|
@@ -5958,7 +5956,7 @@ declare class ErrorsModule {
|
|
|
5958
5956
|
|
|
5959
5957
|
declare class PaletteModule {
|
|
5960
5958
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaletteModule, never>;
|
|
5961
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PaletteModule, [typeof FixedListPipe, typeof FixedRadioListPipe, typeof DynamicListPipe, typeof DynamicRadioListPipe, typeof DocumentUrlPipe, typeof FlagFieldDisplayPipe, typeof LanguageInterpreterDisplayPipe, typeof ManageCaseFlagsLabelDisplayPipe, typeof UpdateFlagTitleDisplayPipe, typeof UnsupportedFieldComponent, typeof DatetimePickerComponent, typeof WaysToPayFieldComponent, typeof FieldReadComponent, typeof FieldWriteComponent, typeof FieldReadLabelComponent, typeof LabelFieldComponent, typeof CasePaymentHistoryViewerFieldComponent, typeof MoneyGbpInputComponent, typeof CaseHistoryViewerFieldComponent, typeof EventLogComponent, typeof EventLogDetailsComponent, typeof EventLogTableComponent, typeof ReadTextFieldComponent, typeof ReadTextAreaFieldComponent, typeof ReadNumberFieldComponent, typeof ReadEmailFieldComponent, typeof ReadPhoneUKFieldComponent, typeof ReadDateFieldComponent, typeof ReadCollectionFieldComponent, typeof ReadDocumentFieldComponent, typeof ReadJudicialUserFieldComponent, typeof ReadYesNoFieldComponent, typeof ReadOrganisationFieldComponent, typeof ReadOrganisationFieldTableComponent, typeof ReadOrganisationFieldRawComponent, typeof ReadOrderSummaryFieldComponent, typeof ReadOrderSummaryRowComponent, typeof ReadMoneyGbpFieldComponent, typeof ReadMultiSelectListFieldComponent, typeof ReadDynamicListFieldComponent, typeof ReadFixedListFieldComponent, typeof ReadFixedRadioListFieldComponent, typeof ReadDynamicRadioListFieldComponent, typeof ReadCaseLinkFieldComponent, typeof ReadComplexFieldComponent, typeof ReadComplexFieldRawComponent, typeof ReadComplexFieldTableComponent, typeof ReadComplexFieldCollectionTableComponent, typeof ReadCaseFlagFieldComponent, typeof ReadLinkedCasesFieldComponent, typeof WriteJudicialUserFieldComponent, typeof WriteAddressFieldComponent, typeof WriteComplexFieldComponent, typeof WriteOrganisationComplexFieldComponent, typeof WriteDocumentFieldComponent, typeof WriteDynamicListFieldComponent, typeof WriteDynamicRadioListFieldComponent, typeof WriteTextFieldComponent, typeof WriteDateContainerFieldComponent, typeof WriteTextAreaFieldComponent, typeof WritePhoneUKFieldComponent, typeof WriteNumberFieldComponent, typeof WriteEmailFieldComponent, typeof WriteDateFieldComponent, typeof WriteCaseFlagFieldComponent, typeof WriteLinkedCasesFieldComponent, typeof WriteYesNoFieldComponent, typeof WriteOrganisationFieldComponent, typeof WriteOrganisationComplexFieldComponent, typeof WriteOrderSummaryFieldComponent, typeof WriteMoneyGbpFieldComponent, typeof WriteDateContainerFieldComponent, typeof WriteMultiSelectListFieldComponent, typeof WriteFixedListFieldComponent, typeof WriteFixedRadioListFieldComponent, typeof WriteCaseLinkFieldComponent, typeof WriteCollectionFieldComponent, typeof CaseFileViewFieldComponent, typeof CaseFileViewFolderComponent, typeof CaseFileViewFolderSortComponent, typeof CaseFileViewFolderToggleComponent, typeof CaseFileViewOverlayMenuComponent, typeof CaseFileViewFolderDocumentActionsComponent, typeof CaseFileViewFolderSelectorComponent, typeof WriteDynamicMultiSelectListFieldComponent, typeof WriteDynamicRadioListFieldComponent, typeof WriteDynamicListFieldComponent, typeof ReadDynamicMultiSelectListFieldComponent, typeof ReadDynamicListFieldComponent, typeof ReadDynamicRadioListFieldComponent, typeof CaseFlagTableComponent, typeof SelectFlagTypeComponent, typeof SearchLanguageInterpreterComponent, typeof SelectFlagLocationComponent, typeof ManageCaseFlagsComponent, typeof AddCommentsComponent, typeof UpdateFlagComponent, typeof CaseFlagSummaryListComponent, typeof ConfirmFlagStatusComponent, typeof UpdateFlagAddTranslationFormComponent, typeof LinkedCasesToTableComponent, typeof LinkedCasesFromTableComponent, typeof BeforeYouStartComponent, typeof LinkCasesComponent, typeof CheckYourAnswersComponent, typeof UnLinkCasesComponent, typeof NoLinkedCasesComponent, typeof ReadQueryManagementFieldComponent, typeof QueryDetailsComponent, typeof QueryListComponent, typeof QueryWriteRespondToQueryComponent, typeof QueryWriteRaiseQueryComponent, typeof QueryCaseDetailsHeaderComponent, typeof QueryCheckYourAnswersComponent, typeof QueryWriteAddDocumentsComponent, typeof QueryWriteDateInputComponent, typeof QualifyingQuestionOptionsComponent, typeof QualifyingQuestionDetailComponent, typeof QueryAttachmentsReadComponent, typeof QueryEventCompletionComponent, typeof QueryConfirmationComponent, typeof CloseQueryComponent, typeof CaseEventCompletionComponent, typeof CaseEventCompletionTaskCancelledComponent, typeof CaseEventCompletionTaskReassignedComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i3$1.FormsModule, typeof i3$1.ReactiveFormsModule, typeof CaseEditDataModule, typeof PaletteUtilsModule, typeof PipesModule, typeof BannersModule, typeof HeadersModule, typeof FootersModule, typeof BodyModule, typeof FormModule, typeof TabsModule, typeof LabelSubstitutorModule, typeof TranslatedMarkdownModule, typeof i6.MarkdownModule, typeof i135.NgxMatDatetimePickerModule, typeof i135.NgxMatTimepickerModule, typeof i135.NgxMatNativeDateModule, typeof i136.MatLegacyFormFieldModule, typeof i137.MatLegacyInputModule, typeof i138.MatDatepickerModule, typeof i139.MatLegacyAutocompleteModule, typeof i140.CdkTreeModule, typeof i141.OverlayModule, typeof i142.PaymentLibModule, typeof i143.ScrollToModule, typeof i7.RpxTranslationModule, typeof i140.CdkTreeModule, typeof i141.OverlayModule, typeof i145.MatLegacyDialogModule, typeof i146.MediaViewerModule, typeof LoadingModule, typeof MarkdownComponentModule, typeof ErrorsModule], [typeof i135.NgxMatDatetimePickerModule, typeof i135.NgxMatNativeDateModule, typeof i135.NgxMatTimepickerModule, typeof TabsModule, typeof PaletteUtilsModule, typeof PipesModule, typeof MarkdownComponentModule, typeof UnsupportedFieldComponent, typeof DatetimePickerComponent, typeof WaysToPayFieldComponent, typeof FieldReadComponent, typeof FieldWriteComponent, typeof FieldReadLabelComponent, typeof LabelFieldComponent, typeof CasePaymentHistoryViewerFieldComponent, typeof MoneyGbpInputComponent, typeof CaseHistoryViewerFieldComponent, typeof EventLogComponent, typeof EventLogDetailsComponent, typeof EventLogTableComponent, typeof ReadTextFieldComponent, typeof ReadTextAreaFieldComponent, typeof ReadNumberFieldComponent, typeof ReadEmailFieldComponent, typeof ReadPhoneUKFieldComponent, typeof ReadDateFieldComponent, typeof ReadCollectionFieldComponent, typeof ReadDocumentFieldComponent, typeof ReadJudicialUserFieldComponent, typeof ReadYesNoFieldComponent, typeof ReadOrganisationFieldComponent, typeof ReadOrganisationFieldTableComponent, typeof ReadOrganisationFieldRawComponent, typeof ReadOrderSummaryFieldComponent, typeof ReadOrderSummaryRowComponent, typeof ReadMoneyGbpFieldComponent, typeof ReadMultiSelectListFieldComponent, typeof ReadDynamicListFieldComponent, typeof ReadFixedListFieldComponent, typeof ReadFixedRadioListFieldComponent, typeof ReadDynamicRadioListFieldComponent, typeof ReadCaseLinkFieldComponent, typeof ReadComplexFieldComponent, typeof ReadComplexFieldRawComponent, typeof ReadComplexFieldTableComponent, typeof ReadComplexFieldCollectionTableComponent, typeof ReadCaseFlagFieldComponent, typeof ReadLinkedCasesFieldComponent, typeof WriteJudicialUserFieldComponent, typeof WriteAddressFieldComponent, typeof WriteComplexFieldComponent, typeof WriteOrganisationComplexFieldComponent, typeof WriteDocumentFieldComponent, typeof WriteDynamicListFieldComponent, typeof WriteDynamicRadioListFieldComponent, typeof WriteTextFieldComponent, typeof WriteDateContainerFieldComponent, typeof WriteTextAreaFieldComponent, typeof WritePhoneUKFieldComponent, typeof WriteNumberFieldComponent, typeof WriteEmailFieldComponent, typeof WriteDateFieldComponent, typeof WriteCaseFlagFieldComponent, typeof WriteLinkedCasesFieldComponent, typeof WriteYesNoFieldComponent, typeof WriteOrganisationFieldComponent, typeof WriteOrganisationComplexFieldComponent, typeof WriteOrderSummaryFieldComponent, typeof WriteMoneyGbpFieldComponent, typeof WriteDateContainerFieldComponent, typeof WriteMultiSelectListFieldComponent, typeof WriteFixedListFieldComponent, typeof WriteFixedRadioListFieldComponent, typeof WriteCaseLinkFieldComponent, typeof WriteCollectionFieldComponent, typeof CaseFileViewFieldComponent, typeof CaseFileViewFolderComponent, typeof CaseFileViewFolderSortComponent, typeof CaseFileViewFolderToggleComponent, typeof CaseFileViewOverlayMenuComponent, typeof CaseFileViewFolderDocumentActionsComponent, typeof CaseFileViewFolderSelectorComponent, typeof WriteDynamicMultiSelectListFieldComponent, typeof WriteDynamicRadioListFieldComponent, typeof WriteDynamicListFieldComponent, typeof ReadDynamicMultiSelectListFieldComponent, typeof ReadDynamicListFieldComponent, typeof ReadDynamicRadioListFieldComponent, typeof CaseFlagTableComponent, typeof SelectFlagTypeComponent, typeof SearchLanguageInterpreterComponent, typeof SelectFlagLocationComponent, typeof ManageCaseFlagsComponent, typeof AddCommentsComponent, typeof UpdateFlagComponent, typeof CaseFlagSummaryListComponent, typeof ConfirmFlagStatusComponent, typeof UpdateFlagAddTranslationFormComponent, typeof LinkedCasesToTableComponent, typeof LinkedCasesFromTableComponent, typeof BeforeYouStartComponent, typeof LinkCasesComponent, typeof CheckYourAnswersComponent, typeof UnLinkCasesComponent, typeof NoLinkedCasesComponent, typeof ReadQueryManagementFieldComponent, typeof QueryDetailsComponent, typeof QueryListComponent, typeof QueryWriteRespondToQueryComponent, typeof QueryWriteRaiseQueryComponent, typeof QueryCaseDetailsHeaderComponent, typeof QueryCheckYourAnswersComponent, typeof QueryWriteAddDocumentsComponent, typeof QueryWriteDateInputComponent, typeof QualifyingQuestionOptionsComponent, typeof QualifyingQuestionDetailComponent, typeof QueryAttachmentsReadComponent, typeof QueryEventCompletionComponent, typeof QueryConfirmationComponent, typeof CloseQueryComponent, typeof CaseEventCompletionComponent, typeof CaseEventCompletionTaskCancelledComponent, typeof CaseEventCompletionTaskReassignedComponent]>;
|
|
5959
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PaletteModule, [typeof FixedListPipe, typeof FixedRadioListPipe, typeof DynamicListPipe, typeof DynamicRadioListPipe, typeof DocumentUrlPipe, typeof FlagFieldDisplayPipe, typeof LanguageInterpreterDisplayPipe, typeof ManageCaseFlagsLabelDisplayPipe, typeof UpdateFlagTitleDisplayPipe, typeof UnsupportedFieldComponent, typeof DatetimePickerComponent, typeof WaysToPayFieldComponent, typeof FieldReadComponent, typeof FieldWriteComponent, typeof FieldReadLabelComponent, typeof LabelFieldComponent, typeof CasePaymentHistoryViewerFieldComponent, typeof MoneyGbpInputComponent, typeof CaseHistoryViewerFieldComponent, typeof EventLogComponent, typeof EventLogDetailsComponent, typeof EventLogTableComponent, typeof ReadTextFieldComponent, typeof ReadTextAreaFieldComponent, typeof ReadNumberFieldComponent, typeof ReadEmailFieldComponent, typeof ReadPhoneUKFieldComponent, typeof ReadDateFieldComponent, typeof ReadCollectionFieldComponent, typeof ReadDocumentFieldComponent, typeof ReadJudicialUserFieldComponent, typeof ReadYesNoFieldComponent, typeof ReadOrganisationFieldComponent, typeof ReadOrganisationFieldTableComponent, typeof ReadOrganisationFieldRawComponent, typeof ReadOrderSummaryFieldComponent, typeof ReadOrderSummaryRowComponent, typeof ReadMoneyGbpFieldComponent, typeof ReadMultiSelectListFieldComponent, typeof ReadDynamicListFieldComponent, typeof ReadFixedListFieldComponent, typeof ReadFixedRadioListFieldComponent, typeof ReadDynamicRadioListFieldComponent, typeof ReadCaseLinkFieldComponent, typeof ReadComplexFieldComponent, typeof ReadComplexFieldRawComponent, typeof ReadComplexFieldTableComponent, typeof ReadComplexFieldCollectionTableComponent, typeof ReadCaseFlagFieldComponent, typeof ReadLinkedCasesFieldComponent, typeof WriteJudicialUserFieldComponent, typeof WriteAddressFieldComponent, typeof WriteComplexFieldComponent, typeof WriteOrganisationComplexFieldComponent, typeof WriteDocumentFieldComponent, typeof WriteDynamicListFieldComponent, typeof WriteDynamicRadioListFieldComponent, typeof WriteTextFieldComponent, typeof WriteDateContainerFieldComponent, typeof WriteTextAreaFieldComponent, typeof WritePhoneUKFieldComponent, typeof WriteNumberFieldComponent, typeof WriteEmailFieldComponent, typeof WriteDateFieldComponent, typeof WriteCaseFlagFieldComponent, typeof WriteLinkedCasesFieldComponent, typeof WriteYesNoFieldComponent, typeof WriteOrganisationFieldComponent, typeof WriteOrganisationComplexFieldComponent, typeof WriteOrderSummaryFieldComponent, typeof WriteMoneyGbpFieldComponent, typeof WriteDateContainerFieldComponent, typeof WriteMultiSelectListFieldComponent, typeof WriteFixedListFieldComponent, typeof WriteFixedRadioListFieldComponent, typeof WriteCaseLinkFieldComponent, typeof WriteCollectionFieldComponent, typeof CaseFileViewFieldComponent, typeof CaseFileViewFolderComponent, typeof CaseFileViewFolderSortComponent, typeof CaseFileViewFolderToggleComponent, typeof CaseFileViewOverlayMenuComponent, typeof CaseFileViewFolderDocumentActionsComponent, typeof CaseFileViewFolderSelectorComponent, typeof WriteDynamicMultiSelectListFieldComponent, typeof WriteDynamicRadioListFieldComponent, typeof WriteDynamicListFieldComponent, typeof ReadDynamicMultiSelectListFieldComponent, typeof ReadDynamicListFieldComponent, typeof ReadDynamicRadioListFieldComponent, typeof CaseFlagTableComponent, typeof SelectFlagTypeComponent, typeof SearchLanguageInterpreterComponent, typeof SelectFlagLocationComponent, typeof ManageCaseFlagsComponent, typeof AddCommentsComponent, typeof UpdateFlagComponent, typeof CaseFlagSummaryListComponent, typeof ConfirmFlagStatusComponent, typeof UpdateFlagAddTranslationFormComponent, typeof LinkedCasesToTableComponent, typeof LinkedCasesFromTableComponent, typeof BeforeYouStartComponent, typeof LinkCasesComponent, typeof CheckYourAnswersComponent, typeof UnLinkCasesComponent, typeof NoLinkedCasesComponent, typeof ReadQueryManagementFieldComponent, typeof QueryDetailsComponent, typeof QueryListComponent, typeof QueryWriteRespondToQueryComponent, typeof QueryWriteRaiseQueryComponent, typeof QueryCaseDetailsHeaderComponent, typeof QueryCheckYourAnswersComponent, typeof QueryWriteAddDocumentsComponent, typeof QueryWriteDateInputComponent, typeof QualifyingQuestionOptionsComponent, typeof QualifyingQuestionDetailComponent, typeof QueryAttachmentsReadComponent, typeof QueryEventCompletionComponent, typeof QueryConfirmationComponent, typeof CloseQueryComponent, typeof CaseEventCompletionComponent, typeof CaseEventCompletionTaskCancelledComponent, typeof CaseEventCompletionTaskReassignedComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i3$1.FormsModule, typeof i3$1.ReactiveFormsModule, typeof CaseEditDataModule, typeof PaletteUtilsModule, typeof PipesModule, typeof BannersModule, typeof HeadersModule, typeof FootersModule, typeof BodyModule, typeof FormModule, typeof TabsModule, typeof LabelSubstitutorModule, typeof TranslatedMarkdownModule, typeof i6.MarkdownModule, typeof i135.NgxMatDatetimePickerModule, typeof i135.NgxMatTimepickerModule, typeof i135.NgxMatNativeDateModule, typeof i136.MatLegacyFormFieldModule, typeof i137.MatLegacyInputModule, typeof i138.MatDatepickerModule, typeof i139.MatLegacyAutocompleteModule, typeof i140.CdkTreeModule, typeof i141.OverlayModule, typeof i142.PaymentLibModule, typeof i7.RpxTranslationModule, typeof i140.CdkTreeModule, typeof i141.OverlayModule, typeof i144.MatLegacyDialogModule, typeof i145.MediaViewerModule, typeof LoadingModule, typeof MarkdownComponentModule, typeof ErrorsModule], [typeof i135.NgxMatDatetimePickerModule, typeof i135.NgxMatNativeDateModule, typeof i135.NgxMatTimepickerModule, typeof TabsModule, typeof PaletteUtilsModule, typeof PipesModule, typeof MarkdownComponentModule, typeof UnsupportedFieldComponent, typeof DatetimePickerComponent, typeof WaysToPayFieldComponent, typeof FieldReadComponent, typeof FieldWriteComponent, typeof FieldReadLabelComponent, typeof LabelFieldComponent, typeof CasePaymentHistoryViewerFieldComponent, typeof MoneyGbpInputComponent, typeof CaseHistoryViewerFieldComponent, typeof EventLogComponent, typeof EventLogDetailsComponent, typeof EventLogTableComponent, typeof ReadTextFieldComponent, typeof ReadTextAreaFieldComponent, typeof ReadNumberFieldComponent, typeof ReadEmailFieldComponent, typeof ReadPhoneUKFieldComponent, typeof ReadDateFieldComponent, typeof ReadCollectionFieldComponent, typeof ReadDocumentFieldComponent, typeof ReadJudicialUserFieldComponent, typeof ReadYesNoFieldComponent, typeof ReadOrganisationFieldComponent, typeof ReadOrganisationFieldTableComponent, typeof ReadOrganisationFieldRawComponent, typeof ReadOrderSummaryFieldComponent, typeof ReadOrderSummaryRowComponent, typeof ReadMoneyGbpFieldComponent, typeof ReadMultiSelectListFieldComponent, typeof ReadDynamicListFieldComponent, typeof ReadFixedListFieldComponent, typeof ReadFixedRadioListFieldComponent, typeof ReadDynamicRadioListFieldComponent, typeof ReadCaseLinkFieldComponent, typeof ReadComplexFieldComponent, typeof ReadComplexFieldRawComponent, typeof ReadComplexFieldTableComponent, typeof ReadComplexFieldCollectionTableComponent, typeof ReadCaseFlagFieldComponent, typeof ReadLinkedCasesFieldComponent, typeof WriteJudicialUserFieldComponent, typeof WriteAddressFieldComponent, typeof WriteComplexFieldComponent, typeof WriteOrganisationComplexFieldComponent, typeof WriteDocumentFieldComponent, typeof WriteDynamicListFieldComponent, typeof WriteDynamicRadioListFieldComponent, typeof WriteTextFieldComponent, typeof WriteDateContainerFieldComponent, typeof WriteTextAreaFieldComponent, typeof WritePhoneUKFieldComponent, typeof WriteNumberFieldComponent, typeof WriteEmailFieldComponent, typeof WriteDateFieldComponent, typeof WriteCaseFlagFieldComponent, typeof WriteLinkedCasesFieldComponent, typeof WriteYesNoFieldComponent, typeof WriteOrganisationFieldComponent, typeof WriteOrganisationComplexFieldComponent, typeof WriteOrderSummaryFieldComponent, typeof WriteMoneyGbpFieldComponent, typeof WriteDateContainerFieldComponent, typeof WriteMultiSelectListFieldComponent, typeof WriteFixedListFieldComponent, typeof WriteFixedRadioListFieldComponent, typeof WriteCaseLinkFieldComponent, typeof WriteCollectionFieldComponent, typeof CaseFileViewFieldComponent, typeof CaseFileViewFolderComponent, typeof CaseFileViewFolderSortComponent, typeof CaseFileViewFolderToggleComponent, typeof CaseFileViewOverlayMenuComponent, typeof CaseFileViewFolderDocumentActionsComponent, typeof CaseFileViewFolderSelectorComponent, typeof WriteDynamicMultiSelectListFieldComponent, typeof WriteDynamicRadioListFieldComponent, typeof WriteDynamicListFieldComponent, typeof ReadDynamicMultiSelectListFieldComponent, typeof ReadDynamicListFieldComponent, typeof ReadDynamicRadioListFieldComponent, typeof CaseFlagTableComponent, typeof SelectFlagTypeComponent, typeof SearchLanguageInterpreterComponent, typeof SelectFlagLocationComponent, typeof ManageCaseFlagsComponent, typeof AddCommentsComponent, typeof UpdateFlagComponent, typeof CaseFlagSummaryListComponent, typeof ConfirmFlagStatusComponent, typeof UpdateFlagAddTranslationFormComponent, typeof LinkedCasesToTableComponent, typeof LinkedCasesFromTableComponent, typeof BeforeYouStartComponent, typeof LinkCasesComponent, typeof CheckYourAnswersComponent, typeof UnLinkCasesComponent, typeof NoLinkedCasesComponent, typeof ReadQueryManagementFieldComponent, typeof QueryDetailsComponent, typeof QueryListComponent, typeof QueryWriteRespondToQueryComponent, typeof QueryWriteRaiseQueryComponent, typeof QueryCaseDetailsHeaderComponent, typeof QueryCheckYourAnswersComponent, typeof QueryWriteAddDocumentsComponent, typeof QueryWriteDateInputComponent, typeof QualifyingQuestionOptionsComponent, typeof QualifyingQuestionDetailComponent, typeof QueryAttachmentsReadComponent, typeof QueryEventCompletionComponent, typeof QueryConfirmationComponent, typeof CloseQueryComponent, typeof CaseEventCompletionComponent, typeof CaseEventCompletionTaskCancelledComponent, typeof CaseEventCompletionTaskReassignedComponent]>;
|
|
5962
5960
|
static ɵinj: i0.ɵɵInjectorDeclaration<PaletteModule>;
|
|
5963
5961
|
}
|
|
5964
5962
|
|
|
@@ -5988,7 +5986,7 @@ declare class ConditionalShowFormDirective implements OnInit, AfterViewInit, OnD
|
|
|
5988
5986
|
private readonly handleFormControl;
|
|
5989
5987
|
private readonly handleFormArray;
|
|
5990
5988
|
private readonly handleFormGroup;
|
|
5991
|
-
|
|
5989
|
+
evalAllShowHideConditions(): void;
|
|
5992
5990
|
private buildPath;
|
|
5993
5991
|
private getCurrentPagesReadOnlyAndFormFieldValues;
|
|
5994
5992
|
private getFormFieldsValuesIncludingDisabled;
|
|
@@ -6366,6 +6364,7 @@ declare class CaseEditConfirmComponent {
|
|
|
6366
6364
|
|
|
6367
6365
|
declare class CaseEditFormComponent implements OnDestroy, AfterViewInit {
|
|
6368
6366
|
private readonly formValueService;
|
|
6367
|
+
private readonly conditionalShowFormDirectives;
|
|
6369
6368
|
fields: CaseField[];
|
|
6370
6369
|
formGroup: FormGroup;
|
|
6371
6370
|
caseFields: CaseField[];
|
|
@@ -6380,6 +6379,7 @@ declare class CaseEditFormComponent implements OnDestroy, AfterViewInit {
|
|
|
6380
6379
|
subscribeToFormChanges(): void;
|
|
6381
6380
|
retrieveInitialFormValues(): void;
|
|
6382
6381
|
detectChangesAndEmit(changes: any): void;
|
|
6382
|
+
syncConditionalShowStates(): void;
|
|
6383
6383
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseEditFormComponent, never>;
|
|
6384
6384
|
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
6385
|
}
|
|
@@ -6433,6 +6433,7 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
|
|
|
6433
6433
|
saveDraftSub: Subscription;
|
|
6434
6434
|
caseFormValidationErrorsSub: Subscription;
|
|
6435
6435
|
private readonly logger;
|
|
6436
|
+
private readonly caseEditFormComponents;
|
|
6436
6437
|
private static scrollToTop;
|
|
6437
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);
|
|
6438
6439
|
onFinalNext(): void;
|