@carefirst/library 3.2.8 → 3.2.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,9 @@ import { EventEmitter } from '@angular/core';
2
2
  import type { NotificationPayloadI } from '../../interfaces/notification.interface';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class NotificationComponent {
5
- data?: NotificationPayloadI | undefined;
5
+ data: NotificationPayloadI | undefined;
6
+ dataChange: EventEmitter<NotificationPayloadI | undefined>;
6
7
  buttonClick: EventEmitter<string | number>;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "cf-notification", never, { "data": { "alias": "data"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "cf-notification", never, { "data": { "alias": "data"; "required": false; }; }, { "dataChange": "dataChange"; "buttonClick": "buttonClick"; }, never, ["*"], false, never>;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {