ato-water-lib 0.0.37 → 0.0.38

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,9 @@
1
+ import { ATO_ASSET_LAYERS } from "../constants/components-group-const";
1
2
  export declare class AtoGoJSData {
2
3
  linkFromPortIdProperty: string;
3
4
  linkToPortIdProperty: string;
4
5
  linkDataArray: any[];
5
6
  nodeDataArray: any[];
6
7
  isRefresh?: boolean;
8
+ assetLayer: ATO_ASSET_LAYERS;
7
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",
package/public-api.d.ts CHANGED
@@ -6,3 +6,4 @@ export * from './lib/components/asset-flow/asset-flow.component';
6
6
  export * from './lib/components/asset-params-view/asset-params-view.component';
7
7
  export * from './lib/directive/ato-loading.directive';
8
8
  export * from './lib/directive/ng-var.directive';
9
+ export * from './lib/constants/components-group-const';