@sumaris-net/ngx-components 2.7.3-rc63 → 2.7.3-rc65

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.7.3-rc63",
4
+ "version": "2.7.3-rc65",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -10,6 +10,9 @@ export declare class UserEventNotificationIcon implements OnInit, OnDestroy {
10
10
  protected accountService: AccountService;
11
11
  protected popoverController: PopoverController;
12
12
  private cd;
13
+ private _logPrefix;
14
+ private _readEvent;
15
+ private _readEvents;
13
16
  debug: boolean;
14
17
  titleI18n: string;
15
18
  disabled: boolean;
@@ -19,13 +22,10 @@ export declare class UserEventNotificationIcon implements OnInit, OnDestroy {
19
22
  footerActions: IUserEventAction[];
20
23
  protected visible: boolean;
21
24
  protected readonly countChanges$: Observable<number>;
22
- private _logPrefix;
23
- private _readEvent;
24
- private _readEvents;
25
25
  constructor(userEventService: IUserEventService<IUserEvent<any>, IUserEventFilter<any>>, accountService: AccountService, popoverController: PopoverController, cd: ChangeDetectorRef);
26
26
  ngOnInit(): Promise<void>;
27
- showList(event: Event): Promise<void>;
28
27
  ngOnDestroy(): void;
28
+ showList(event: Event): Promise<void>;
29
29
  protected setVisible(value: boolean): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<UserEventNotificationIcon, [{ optional: true; }, null, null, null]>;
31
31
  static ɵcmp: i0.ɵɵComponentDeclaration<UserEventNotificationIcon, "app-user-event-notification-icon", never, { "debug": { "alias": "debug"; "required": false; }; "titleI18n": { "alias": "titleI18n"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "autoHide": { "alias": "autoHide"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "footerActions": { "alias": "footerActions"; "required": false; }; }, {}, never, never, false, never>;
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "2.7.3-rc63",
5
+ "version": "2.7.3-rc65",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{