@klippa/ngx-enhancy-forms 18.26.12 → 18.27.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.
@@ -1,12 +1,14 @@
1
- import { AfterViewInit, ElementRef } from "@angular/core";
1
+ import { AfterViewInit, ElementRef, OnDestroy } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
- export declare class ElementIsTruncatedCbComponent implements AfterViewInit {
3
+ export declare class ElementIsTruncatedCbComponent implements AfterViewInit, OnDestroy {
4
4
  private elementRef;
5
+ private observer;
5
6
  elementIsTruncatedCb: (isTruncated: boolean) => void;
6
7
  constructor(elementRef: ElementRef);
7
8
  ngAfterViewInit(): void;
8
9
  private checkForTruncation;
9
10
  private isTruncated;
11
+ ngOnDestroy(): void;
10
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ElementIsTruncatedCbComponent, never>;
11
13
  static ɵdir: i0.ɵɵDirectiveDeclaration<ElementIsTruncatedCbComponent, "[elementIsTruncatedCb]", never, { "elementIsTruncatedCb": { "alias": "elementIsTruncatedCb"; "required": false; }; }, {}, never, never, false, never>;
12
14
  }
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
5
5
  export declare class FormErrorComponent implements OnInit {
6
6
  private parent;
7
7
  error: ErrorTypes;
8
- showError: boolean;
9
8
  contentRef: TemplateRef<any>;
9
+ contentChild: TemplateRef<any>;
10
10
  constructor(parent: FormElementComponent);
11
11
  ngOnInit(): void;
12
12
  getErrorValueMessage(): string;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorComponent, [{ optional: true; host: true; }]>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "klp-form-error", never, { "error": { "alias": "error"; "required": false; }; }, {}, never, ["*"], false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "klp-form-error", never, { "error": { "alias": "error"; "required": false; }; }, {}, ["contentChild"], never, false, never>;
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klippa/ngx-enhancy-forms",
3
- "version": "18.26.12",
3
+ "version": "18.27.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },