@klippa/ngx-enhancy-forms 20.0.11 → 20.0.13

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
@@ -652,6 +652,8 @@ declare class WithTooltipDirective {
652
652
  private templateInstance;
653
653
  private viewRefForTemplate;
654
654
  constructor(el: ElementRef, appRef: ApplicationRef, ngZone: NgZone);
655
+ private cleanUpTooltipFromDom;
656
+ ngOnDestroy(): void;
655
657
  hookUpTemplate(): void;
656
658
  cleanUpTemplate(): void;
657
659
  static ɵfac: i0.ɵɵFactoryDeclaration<WithTooltipDirective, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klippa/ngx-enhancy-forms",
3
- "version": "20.0.11",
3
+ "version": "20.0.13",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },