@klippa/ngx-enhancy-forms 18.32.0 → 18.32.2

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.
@@ -7,12 +7,13 @@ export declare class SubFormDirective {
7
7
  injectInto: UntypedFormArray | UntypedFormGroup;
8
8
  at: number | string;
9
9
  manuallyTriggerInjection: boolean;
10
+ allowInjectionToOverwrite: boolean;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SubFormDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<SubFormDirective, "klp-sub-form", never, { "injectInto": { "alias": "injectInto"; "required": false; }; "at": { "alias": "at"; "required": false; }; "manuallyTriggerInjection": { "alias": "manuallyTriggerInjection"; "required": false; }; }, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SubFormDirective, "klp-sub-form", never, { "injectInto": { "alias": "injectInto"; "required": false; }; "at": { "alias": "at"; "required": false; }; "manuallyTriggerInjection": { "alias": "manuallyTriggerInjection"; "required": false; }; "allowInjectionToOverwrite": { "alias": "allowInjectionToOverwrite"; "required": false; }; }, {}, never, never, false, never>;
12
13
  }
13
14
  export declare class FormComponent implements OnInit, OnDestroy, OnChanges {
14
15
  private parent;
15
- private subFormPlaceholder;
16
+ private subFormDirective;
16
17
  readOnly: boolean;
17
18
  showErrorMessages: boolean;
18
19
  errorMessageLocation: 'belowCaption' | 'rightOfCaption';
@@ -26,7 +27,7 @@ export declare class FormComponent implements OnInit, OnDestroy, OnChanges {
26
27
  onInjected: EventEmitter<Record<string, any>>;
27
28
  private topLevelFormControl;
28
29
  private activeControls;
29
- constructor(parent: FormComponent, subFormPlaceholder: SubFormDirective);
30
+ constructor(parent: FormComponent, subFormDirective: SubFormDirective);
30
31
  ngOnInit(): void;
31
32
  _ext_attachAsSubForm(): void;
32
33
  private attachAsSubForm;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klippa/ngx-enhancy-forms",
3
- "version": "18.32.0",
3
+ "version": "18.32.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },