@trudb/tru-common-lib 0.1.65 → 0.1.67

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,8 +1,8 @@
1
- import { ComponentFactoryResolver, ElementRef, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
1
+ import { ComponentFactoryResolver, ElementRef, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
2
2
  import { TruValidationDialogConfig } from '../../components/validation-dialog/tru-validation-dialog-config';
3
3
  import { TruDataContext } from '../../services/tru-data-context';
4
4
  import * as i0 from "@angular/core";
5
- export declare class TruBreezeValidator implements OnInit, OnDestroy {
5
+ export declare class TruBreezeValidator implements OnInit {
6
6
  private el;
7
7
  private dataContext;
8
8
  private viewContainerRef;
@@ -22,7 +22,6 @@ export declare class TruBreezeValidator implements OnInit, OnDestroy {
22
22
  ngOnInit(): void;
23
23
  ngAfterViewInit(): void;
24
24
  ngOnChanges(changes: SimpleChanges): void;
25
- ngOnDestroy(): void;
26
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TruBreezeValidator, never>;
27
26
  static ɵdir: i0.ɵɵDirectiveDeclaration<TruBreezeValidator, "[truBreezeValidator]", never, { "config": { "alias": "truBreezeValidator"; "required": false; }; }, {}, never, never, false, never>;
28
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.1.65",
3
+ "version": "0.1.67",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {