ato-water-lib 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import go from 'gojs';
1
+ import * as go from 'gojs';
2
2
  import { AtoGojsEditorModel } from '../models/gojs-editor.model';
3
3
  export declare enum ENUM_ASSET_PARAMETERS {
4
4
  FEED_FLOW_RATE = "Feed Flow Rate",
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
3
3
  export declare class AtoNgVarDirective {
4
4
  private templateRef;
5
5
  private vcRef;
6
- set ngVar(context: unknown);
6
+ set ngAtoVar(context: unknown);
7
7
  private context;
8
8
  private hasView;
9
9
  constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AtoNgVarDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<AtoNgVarDirective, "[ngVar]", never, { "ngVar": "ngVar"; }, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AtoNgVarDirective, "[ngAtoVar]", never, { "ngAtoVar": "ngAtoVar"; }, {}, never, never, false, never>;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",