@sumaris-net/ngx-components 2.4.129 → 2.4.130

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.129",
4
+ "version": "2.4.130",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -27,6 +27,7 @@ export declare class MenuTestingPage extends AppTabEditor implements OnInit, OnD
27
27
  get isNewData(): boolean;
28
28
  reload(): Promise<void>;
29
29
  save(event: Event | undefined, options: any): Promise<boolean>;
30
+ changeSecondTabTitle(event?: UIEvent): void;
30
31
  protected enableMenu(value: boolean): void;
31
32
  protected toggleSplitPaneWhen(): void;
32
33
  protected initSubMenu(): Promise<void>;