@sumaris-net/ngx-components 0.26.1 → 0.26.2

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": "0.26.1",
4
+ "version": "0.26.2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -129,6 +129,10 @@ export declare abstract class AppEntityEditor<T extends Entity<T, ID>, S extends
129
129
  protected abstract get form(): FormGroup;
130
130
  protected abstract getFirstInvalidTabIndex(): number;
131
131
  protected abstract canUserWrite(data: T): boolean;
132
+ /**
133
+ * Return undefined to keep same tab
134
+ * @protected
135
+ */
132
136
  protected computeNextTabIndex(): number | undefined;
133
137
  unload(): Promise<void>;
134
138
  protected onBeforeEntityLoad(): Promise<void>;