@sumaris-net/ngx-components 1.22.3 → 1.22.4

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.22.3",
4
+ "version": "1.22.4",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -24,6 +24,7 @@ export declare class MenuComponent implements OnInit {
24
24
  protected cd: ChangeDetectorRef;
25
25
  protected menuService: MenuService;
26
26
  protected environment: any;
27
+ protected options: MenuOptions;
27
28
  protected items: MenuItem[];
28
29
  private readonly _debug;
29
30
  private _subscription;
@@ -41,7 +42,6 @@ export declare class MenuComponent implements OnInit {
41
42
  logo: string;
42
43
  appName: string;
43
44
  appVersion: string;
44
- showNotification: boolean;
45
45
  splitPane: IonSplitPane;
46
46
  constructor(platformService: PlatformService, accountService: AccountService, router: Router, menu: MenuController, modalCtrl: ModalController, alertController: AlertController, translate: TranslateService, configService: ConfigService, cd: ChangeDetectorRef, menuService: MenuService, environment: any, options: MenuOptions, items: MenuItem[]);
47
47
  ngOnInit(): Promise<void>;
@@ -25,5 +25,4 @@ export declare class MenuItems {
25
25
  }): boolean;
26
26
  }
27
27
  export declare class MenuOptions {
28
- showNotification?: boolean;
29
28
  }
@@ -2,12 +2,12 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public_api';
5
- export { AppUpdateOfflineModeCard as ɵk } from './src/app/core/offline/update-offline-mode-card.component';
6
- export { RegisterForm as ɵf } from './src/app/core/register/form/form-register';
7
- export { RegisterModal as ɵh } from './src/app/core/register/modal/modal-register';
8
- export { AccountValidatorService as ɵg } from './src/app/core/services/validator/account.validator';
9
- export { LocalSettingsValidatorService as ɵj } from './src/app/core/services/validator/local-settings.validator';
10
- export { UserSettingsValidatorService as ɵi } from './src/app/core/services/validator/user-settings.validator';
5
+ export { AppUpdateOfflineModeCard as ɵi } from './src/app/core/offline/update-offline-mode-card.component';
6
+ export { RegisterForm as ɵd } from './src/app/core/register/form/form-register';
7
+ export { RegisterModal as ɵf } from './src/app/core/register/modal/modal-register';
8
+ export { AccountValidatorService as ɵe } from './src/app/core/services/validator/account.validator';
9
+ export { LocalSettingsValidatorService as ɵh } from './src/app/core/services/validator/local-settings.validator';
10
+ export { UserSettingsValidatorService as ɵg } from './src/app/core/services/validator/user-settings.validator';
11
11
  export { isFocusableElement as ɵc } from './src/app/shared/focusable';
12
12
  export { MatBadgeIconTestPage as ɵo } from './src/app/shared/material/badge/badge-icon.test';
13
13
  export { DateTestPage as ɵm } from './src/app/shared/material/datetime/testing/mat-date.test';
@@ -17,5 +17,5 @@ export { CustomReuseStrategy as ɵa } from './src/app/shared/shared-routing.modu
17
17
  export { ToastTestingPage as ɵq } from './src/app/shared/toast/toast.testing';
18
18
  export { ToastTestingModule as ɵp } from './src/app/shared/toast/toast.testing.module';
19
19
  export { JobProgressionList as ɵl } from './src/app/social/job/progression/job-progression.list';
20
- export { UserEventNotificationList as ɵd } from './src/app/social/user-event/notification/user-event-notification.list';
21
- export { UserEventTestService as ɵe } from './src/app/social/user-event/testing/user-event.testing.service';
20
+ export { UserEventNotificationList as ɵj } from './src/app/social/user-event/notification/user-event-notification.list';
21
+ export { UserEventTestService as ɵk } from './src/app/social/user-event/testing/user-event.testing.service';