@klippa/ngx-enhancy-forms 14.17.2 → 14.17.4

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.
@@ -34,7 +34,7 @@ export declare class FormElementComponent implements AfterViewInit {
34
34
  shouldShowErrorMessages(): boolean;
35
35
  substituteParameters(message: string, parameters: Record<string, any>): string;
36
36
  registerControl(formControl: UntypedFormControl, input?: ValueAccessorBase<any>): void;
37
- private determinePopupState;
37
+ determinePopupState(): void;
38
38
  unregisterControl(formControl: UntypedFormControl): void;
39
39
  getAttachedControl(): AbstractControl;
40
40
  getAttachedInput(): ValueAccessorBase<any>;
@@ -24,6 +24,7 @@ export declare class FormComponent implements OnInit, OnDestroy, OnChanges {
24
24
  ngOnInit(): void;
25
25
  ngOnChanges(simpleChanges: SimpleChanges): void;
26
26
  ngOnDestroy(): void;
27
+ private patchFormWarningsMap;
27
28
  private addSupportForPatchValueInterceptor;
28
29
  registerControl(formControl: UntypedFormControl, formElement: FormElementComponent): void;
29
30
  unregisterControl(formControl: UntypedFormControl): void;
@@ -32,7 +33,7 @@ export declare class FormComponent implements OnInit, OnDestroy, OnChanges {
32
33
  private getAllFormControls;
33
34
  private addFormControl;
34
35
  private disableInactiveFormControl;
35
- getFormElementByFormControl(control: UntypedFormControl): FormElementComponent;
36
+ getFormElementByFormControl(control: AbstractControl): FormElementComponent;
36
37
  getWarningToShow(control: AbstractControl): string;
37
38
  trySubmit(): Promise<any>;
38
39
  private handleSubmission;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klippa/ngx-enhancy-forms",
3
- "version": "14.17.2",
3
+ "version": "14.17.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },