@wizishop/angular-components 15.1.135 → 15.1.136
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/angular-components.scss +11 -11
- package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +6 -6
- package/fesm2015/wizishop-angular-components.mjs +5 -5
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +5 -5
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/alert-popup/alert-popup.component.d.ts +3 -3
- package/package.json +1 -1
- package/wizishop-angular-components-15.1.136.tgz +0 -0
- package/wizishop-angular-components-15.1.135.tgz +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { AlertPopupConfig } from './alert-popup.service';
|
|
3
|
-
import {
|
|
3
|
+
import { AfterViewInit } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AlertPopupComponent implements
|
|
5
|
+
export declare class AlertPopupComponent implements AfterViewInit {
|
|
6
6
|
config: AlertPopupConfig;
|
|
7
7
|
/** Subject for notifying the user that the dialog has finished closing. */
|
|
8
8
|
private afterClosedPopup;
|
|
9
9
|
open: boolean;
|
|
10
10
|
private timer;
|
|
11
|
-
|
|
11
|
+
ngAfterViewInit(): void;
|
|
12
12
|
dismiss(): void;
|
|
13
13
|
/**
|
|
14
14
|
* Gets an observable that is notified when the dialog is finished closing.
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|