ato-water-lib 0.0.11 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { OnInit } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { AtoDefaultGojsEditor } from '../../models/default-gojs-editor.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AtoFlowDiagramLibComponent extends AtoDefaultGojsEditor implements OnInit {
@@ -8,7 +8,7 @@ export declare class AtoFlowDiagramLibComponent extends AtoDefaultGojsEditor imp
8
8
  set data(v: any);
9
9
  isLoading: boolean;
10
10
  get data(): any;
11
- constructor();
11
+ constructor(_elRef: ElementRef);
12
12
  ngOnInit(): void;
13
13
  loadDiagram(): void;
14
14
  findNodeForKey(key: number | string): void;
@@ -1,10 +1,11 @@
1
- import { EventEmitter, OnDestroy } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
2
2
  import { AtoGojsEditorModel } from './gojs-editor.model';
3
3
  import * as go from 'gojs';
4
4
  import { Subject } from 'rxjs';
5
5
  import { Subscription } from 'rxjs';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class AtoDefaultGojsEditor implements OnDestroy {
8
+ private _elRef;
8
9
  menuTrigger: any;
9
10
  linkValidation: (fromNode: go.Node, fromPort: go.GraphObject, toNode: go.Node, toPort: go.GraphObject, link: go.Link) => boolean;
10
11
  actions: any[];
@@ -23,7 +24,7 @@ export declare class AtoDefaultGojsEditor implements OnDestroy {
23
24
  get editor(): AtoGojsEditorModel;
24
25
  isShowNodeInfo: boolean;
25
26
  plantSatus: string;
26
- constructor();
27
+ constructor(_elRef: ElementRef);
27
28
  onModelChangeListenerEvent: EventEmitter<any>;
28
29
  onClickInfoButton: EventEmitter<any>;
29
30
  onOpenWizard: EventEmitter<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",