ato-water-lib 0.0.27 → 0.0.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,10 +2,12 @@ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import * as go from 'gojs';
3
3
  import { AtoGoJSData } from '../../models/gojs-data.model';
4
4
  import { AtoGojsEditorModel } from '../../models/gojs-editor.model';
5
+ import { AtoAssetParamsViewComponent } from '../asset-params-view/asset-params-view.component';
5
6
  import { AtoFlowDiagramLibComponent } from '../flow-diagram-lib/flow-diagram-lib.component';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class AssetFlowComponent implements OnInit {
8
9
  gjFlowDiagramTemp: AtoFlowDiagramLibComponent;
10
+ assetParamsViewTemp: AtoAssetParamsViewComponent;
9
11
  selectedComponent: any;
10
12
  systemType: AtoGojsEditorModel.ENUM_TYPES;
11
13
  onClickParamOfTableEvent: EventEmitter<any>;
@@ -3,4 +3,5 @@ export declare class AtoGoJSData {
3
3
  linkToPortIdProperty: string;
4
4
  linkDataArray: any[];
5
5
  nodeDataArray: any[];
6
+ isRefresh?: boolean;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",