zek 16.0.9 → 16.0.11
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BooleanInput } from '../../../components';
|
|
1
|
+
import { BooleanInput, CoreComponent } from '../../../components';
|
|
2
2
|
import { AlertType } from '../../../models';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ZekAlert {
|
|
4
|
+
export declare class ZekAlert extends CoreComponent {
|
|
5
5
|
private _type;
|
|
6
6
|
get type(): AlertType | null | undefined;
|
|
7
7
|
set type(v: AlertType | null | undefined);
|
|
@@ -9,6 +9,7 @@ export declare class ZekAlert {
|
|
|
9
9
|
get showClose(): boolean;
|
|
10
10
|
set showClose(v: BooleanInput);
|
|
11
11
|
title?: string | null;
|
|
12
|
+
init(): void;
|
|
12
13
|
cssAlert: string;
|
|
13
14
|
cssIcon: string;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZekAlert, never>;
|