ato-water-lib 0.0.14 → 0.0.16

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
  }
@@ -341,7 +341,7 @@ export declare namespace AtoGojsEditorModel {
341
341
  const ICON_ASSET_WITHDRAW_DISCHARGE_ICON: string;
342
342
  const IMAGE_RO_WATER_TREATMENT_PATH = "/assets/images/ro-water-treatment/RO_WATER_TREATMENT_BG.png";
343
343
  const IMAGE_BOILER_PATH = "assets/images/boiler/cms_boiler.png";
344
- const IMAGE_COOLING_TOWER_PATH = "assets/images/process-water/cooling_tower.png";
344
+ const IMAGE_COOLING_TOWER_PATH = "assets/images/process-water/cooling-tower-4.png";
345
345
  const SPECIAL_ICON_ASSET_PATH: string;
346
346
  const ENERGY_ICON_ASSET_PATH = "assets/images/editor/energy";
347
347
  const GAS_ICON_ASSET_PATH = "assets/images/editor/gas";
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.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",