monkey-front-core 0.0.390 → 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.
@@ -15,6 +15,7 @@ export declare class AlertsComponent implements OnInit {
15
15
  constructor(modalService: MonkeyStyleGuideModalService);
16
16
  ngOnInit(): void;
17
17
  onClose(): void;
18
+ onAction(): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertsComponent, never>;
19
20
  static ɵcmp: i0.ɵɵComponentDeclaration<AlertsComponent, "monkeyecx-alerts", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
20
21
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./alerts.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/router";
5
- import * as i4 from "monkey-style-guide";
6
- import * as i5 from "@ngx-translate/core";
4
+ import * as i3 from "monkey-style-guide";
5
+ import * as i4 from "@ngx-translate/core";
7
6
  export declare class AlertsModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertsModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AlertsModule, [typeof i1.AlertsComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MonkeyButtonModule, typeof i4.MonkeyModalModule, typeof i5.TranslateModule], [typeof i1.AlertsComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AlertsModule, [typeof i1.AlertsComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyModalModule, typeof i4.TranslateModule], [typeof i1.AlertsComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<AlertsModule>;
11
10
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.390",
3
+ "version": "0.0.391",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file