@sumaris-net/ngx-components 1.19.21 → 1.19.22

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": "1.19.21",
4
+ "version": "1.19.22",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -95,7 +95,7 @@ export declare abstract class AppEntityEditor<T extends Entity<T, ID>, S extends
95
95
  load(id?: ID, opts?: EntityServiceLoadOptions & {
96
96
  emitEvent?: boolean;
97
97
  openTabIndex?: number;
98
- updateTabAndRoute?: boolean;
98
+ updateRoute?: boolean;
99
99
  [key: string]: any;
100
100
  }): Promise<void>;
101
101
  canUserWrite(data: T, opts?: any): boolean;