@sumaris-net/ngx-components 2.4.82 → 2.4.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.4.82",
4
+ "version": "2.4.83",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -74,6 +74,8 @@ export declare abstract class AppEntityEditor<T extends Entity<T, ID>, S extends
74
74
  get isOnFieldMode(): boolean;
75
75
  get isNewData(): boolean;
76
76
  get service(): S;
77
+ get autoOpenNextTab(): boolean;
78
+ set autoOpenNextTab(value: boolean);
77
79
  protected get pathIdAttribute(): string;
78
80
  protected constructor(injector: Injector, dataType: new () => T, dataService?: S, options?: AppEditorOptions);
79
81
  ngOnInit(): void;