@indice/ng-components 0.2.159-beta.1 → 0.2.159-beta.3

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.
@@ -2,8 +2,8 @@ import { IAppNotifications, NavLink } from './../../types';
2
2
  import { OnInit, OnDestroy } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class NotificationsIndicatorComponent implements OnInit, OnDestroy {
5
- notifications: IAppNotifications;
6
- links: any;
5
+ notifications?: IAppNotifications | undefined;
6
+ links?: any;
7
7
  menuExpanded: boolean;
8
8
  unreadCount: number;
9
9
  items: any[];
@@ -11,7 +11,7 @@ export declare class NotificationsIndicatorComponent implements OnInit, OnDestro
11
11
  private notificationsSub$;
12
12
  private inboxAction;
13
13
  newArrival: boolean;
14
- constructor(notifications: IAppNotifications, links: any);
14
+ constructor(notifications?: IAppNotifications | undefined, links?: any);
15
15
  ngOnDestroy(): void;
16
16
  ngOnInit(): void;
17
17
  doInboxAction(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.159-beta.1",
3
+ "version": "0.2.159-beta.3",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",