ato-water-lib 0.0.29 → 0.0.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -109,6 +109,13 @@ export declare class AtoDefaultGojsEditor implements OnDestroy {
109
109
  dragNewNode(e: any, button: any): Promise<void>;
110
110
  addItemOnGroupZone(e: any, button: any): void;
111
111
  generateActionGroup(actions: AtoDefaultGojsEditor.ENUM_ACTIONS[]): go.Panel;
112
+ setProFOrNewNode(self: any): Promise<{
113
+ movable: boolean;
114
+ isNotAllowConnect: boolean;
115
+ } | {
116
+ movable?: undefined;
117
+ isNotAllowConnect?: undefined;
118
+ }>;
112
119
  clickNewNode(e: any, button: any): Promise<void>;
113
120
  findLocYFromnode(fromnode: any): any;
114
121
  isEmptyYLoc(locYAlreadyExist: any, i: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",