ato-water-lib 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
4
4
  export declare class AtoFlowDiagramLibComponent extends AtoDefaultGojsEditor implements OnInit {
5
5
  myDiagramDivTemp: any;
6
6
  _data: any;
7
- showNotificationIcon: any;
8
7
  set data(v: any);
9
8
  isLoading: boolean;
10
9
  get data(): any;
@@ -13,5 +12,5 @@ export declare class AtoFlowDiagramLibComponent extends AtoDefaultGojsEditor imp
13
12
  loadDiagram(): void;
14
13
  findNodeForKey(key: number | string): void;
15
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AtoFlowDiagramLibComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<AtoFlowDiagramLibComponent, "ato-flow-diagram-lib", never, { "showNotificationIcon": "showNotificationIcon"; "data": "data"; "isLoading": "isLoading"; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AtoFlowDiagramLibComponent, "ato-flow-diagram-lib", never, { "data": "data"; "isLoading": "isLoading"; }, {}, never, never, false, never>;
17
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",