ato-water-lib 0.0.119 → 0.0.120

Sign up to get free protection for your applications and to get access to all the features.
@@ -655,6 +655,10 @@ export declare enum ATO_ASSET_LAYERS {
655
655
  ANALYTICS = "Analytics",
656
656
  PERFORMANCE = "Performance"
657
657
  }
658
+ export declare enum ATO_SPOT_LOCATION_TYPE {
659
+ SPOT_INFLOW = "spotInflow",
660
+ SPOT_OUTFLOW = "spotOutflow"
661
+ }
658
662
  export declare const ATO_COMPONENTS_GROUP_DATA: {
659
663
  WaterStorageTanks: {
660
664
  nodeDataArray: ({
@@ -149,6 +149,10 @@ export declare class AtoDefaultGojsEditor implements OnDestroy {
149
149
  w: number;
150
150
  h: number;
151
151
  }): void;
152
+ makeGroupImmersedUFTemplate(icon: any, title: any, size?: {
153
+ w: number;
154
+ h: number;
155
+ }): void;
152
156
  groupPlantCellTemplate(icon: any, title: any, size?: {
153
157
  w: number;
154
158
  h: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.119",
3
+ "version": "0.0.120",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",