@hmcts/ccd-case-ui-toolkit 7.3.60-fix-case-filter-issue → 7.3.61
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
|
@@ -621,6 +621,10 @@ declare class ActivityPollingService {
|
|
|
621
621
|
postEditActivity(caseId: string): Observable<Activity[]>;
|
|
622
622
|
protected performBatchRequest(requests: Map<string, Subject<Activity>>): void;
|
|
623
623
|
private postActivity;
|
|
624
|
+
private addPendingRequest;
|
|
625
|
+
private removePendingRequest;
|
|
626
|
+
private polling;
|
|
627
|
+
private getExponentialRetryDelay;
|
|
624
628
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActivityPollingService, never>;
|
|
625
629
|
static ɵprov: i0.ɵɵInjectableDeclaration<ActivityPollingService>;
|
|
626
630
|
}
|
|
@@ -6413,6 +6417,7 @@ declare class CaseEditPageComponent implements OnInit, AfterViewChecked, OnDestr
|
|
|
6413
6417
|
private discard;
|
|
6414
6418
|
private handleError;
|
|
6415
6419
|
private resetErrors;
|
|
6420
|
+
private clearValidationErrors;
|
|
6416
6421
|
private saveDraft;
|
|
6417
6422
|
private getCaseFields;
|
|
6418
6423
|
private getCaseFieldsFromCurrentAndPreviousPages;
|
|
@@ -6753,7 +6758,7 @@ declare class WorkbasketFiltersComponent implements OnInit {
|
|
|
6753
6758
|
reset(): void;
|
|
6754
6759
|
getMetadataFields(): string[];
|
|
6755
6760
|
onJurisdictionIdChange(): void;
|
|
6756
|
-
onCaseTypeIdChange(
|
|
6761
|
+
onCaseTypeIdChange(): void;
|
|
6757
6762
|
isCaseTypesDropdownDisabled(): boolean;
|
|
6758
6763
|
isCaseStatesDropdownDisabled(): boolean;
|
|
6759
6764
|
isApplyButtonDisabled(): boolean;
|
|
@@ -6779,7 +6784,6 @@ declare class WorkbasketFiltersComponent implements OnInit {
|
|
|
6779
6784
|
private selectCaseTypeIdFromQueryOrDefaults;
|
|
6780
6785
|
private resetFieldsWhenNoDefaults;
|
|
6781
6786
|
private clearWorkbasketInputs;
|
|
6782
|
-
private clearStoredWorkbasketFilterValues;
|
|
6783
6787
|
private resetCaseState;
|
|
6784
6788
|
private resetCaseType;
|
|
6785
6789
|
private setFocusToTop;
|