@softheon/armature 19.23.2 → 19.23.3
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.
|
@@ -7,6 +7,12 @@ export declare class SofSnackbarComponent {
|
|
|
7
7
|
private _snackbarService;
|
|
8
8
|
/** Snackbars array signal */
|
|
9
9
|
snackbars: Signal<Array<_SnackbarInternal>>;
|
|
10
|
+
/** Position from top for the snackbar container */
|
|
11
|
+
positionTop: string | undefined;
|
|
12
|
+
/** Position from right for the snackbar container (default: 24px) */
|
|
13
|
+
positionRight: string;
|
|
14
|
+
/** Position from bottom for the snackbar container (default: 24px) */
|
|
15
|
+
positionBottom: string;
|
|
10
16
|
/** Live announcer for screen reader wcag */
|
|
11
17
|
private _liveAnnouncerService;
|
|
12
18
|
/** Translation service */
|
|
@@ -35,5 +41,5 @@ export declare class SofSnackbarComponent {
|
|
|
35
41
|
*/
|
|
36
42
|
handleAction(snackbar: _SnackbarInternal): void;
|
|
37
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<SofSnackbarComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SofSnackbarComponent, "sof-snackbar", never, {}, {}, never, never, true, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SofSnackbarComponent, "sof-snackbar", never, { "positionTop": { "alias": "positionTop"; "required": false; }; "positionRight": { "alias": "positionRight"; "required": false; }; "positionBottom": { "alias": "positionBottom"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
45
|
}
|