monkey-front-core 0.0.389 → 0.0.391

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.
@@ -8,9 +8,14 @@ export declare class AlertsComponent implements OnInit {
8
8
  _img: string;
9
9
  _title: string;
10
10
  _message: string;
11
+ _action: {
12
+ href: string;
13
+ label: string;
14
+ } | null;
11
15
  constructor(modalService: MonkeyStyleGuideModalService);
12
16
  ngOnInit(): void;
13
17
  onClose(): void;
18
+ onAction(): void;
14
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertsComponent, never>;
15
20
  static ɵcmp: i0.ɵɵComponentDeclaration<AlertsComponent, "monkeyecx-alerts", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
16
21
  }
@@ -110,6 +110,10 @@ export interface MonkeyEcxConfigAlert {
110
110
  message: string;
111
111
  endDate: string;
112
112
  noEndDate?: boolean;
113
+ action?: {
114
+ href: string;
115
+ label: string;
116
+ };
113
117
  }
114
118
  export interface MonkeyEcxConfig {
115
119
  program?: MonkeyEcxConfigProgram;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.389",
3
+ "version": "0.0.391",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file