@semantic-components/ui 0.30.0 → 0.31.0
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,12 +1,15 @@
|
|
|
1
1
|
import { DialogRef } from '@angular/cdk/dialog';
|
|
2
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ScConfirmationDialogContent {
|
|
4
|
+
export declare class ScConfirmationDialogContent implements AfterViewInit {
|
|
4
5
|
readonly classInput: import("@angular/core").InputSignal<string>;
|
|
5
6
|
protected readonly class: import("@angular/core").Signal<string>;
|
|
6
|
-
readonly state
|
|
7
|
+
private readonly state;
|
|
7
8
|
readonly dialogRef: DialogRef<any, any>;
|
|
8
9
|
readonly data: any;
|
|
9
10
|
constructor();
|
|
11
|
+
ngAfterViewInit(): void;
|
|
12
|
+
close(b: boolean): void;
|
|
10
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScConfirmationDialogContent, never>;
|
|
11
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<ScConfirmationDialogContent, "sc-confirmation-dialog-content", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
15
|
}
|