@one-paragon/angular-utilities 0.0.13 → 0.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0",
@@ -38,6 +38,7 @@ export declare class DialogDirective<T> implements OnDestroy {
38
38
  initDialog(): void;
39
39
  setDialogState(open: boolean): void;
40
40
  ngOnDestroy(): void;
41
+ static ngTemplateGuard_opDialog: 'binding';
41
42
  static ngTemplateContextGuard<T>(dir: DialogDirective<T>, ctx: any): ctx is DialogViewContext<Exclude<T, false | 0 | '' | null | undefined>>;
42
43
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogDirective<any>, never>;
43
44
  static ɵdir: i0.ɵɵDirectiveDeclaration<DialogDirective<any>, "[opDialog]", never, { "opDialogConfig": "opDialogConfig"; "state": "opDialog"; "nativeElement": "opDialogOrigin"; }, { "opDialogClosed": "opDialogClosed"; }, never>;