@sumaris-net/ngx-components 2.4.138 → 2.4.139

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.138",
4
+ "version": "2.4.139",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -25,12 +25,12 @@ export declare class MenuService extends StartableObservableService<MenuItem[]>
25
25
  protected accountService: AccountService;
26
26
  protected router: Router;
27
27
  protected environment: Environment;
28
- protected options?: MenuOptions;
29
28
  readonly accountChanges: BehaviorSubject<Account>;
30
29
  readonly pinnedEvent: EventEmitter<MenuItem>;
31
30
  private _staticItems;
32
31
  private _detachedSubItems;
33
32
  private _itemCounter;
33
+ private readonly _options;
34
34
  private readonly _logPrefix;
35
35
  private readonly _$opened;
36
36
  private readonly _$splitPaneWhen;