@breadstone/mosaik-elements-angular 0.1.31 → 0.1.32
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-angular",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"description": "Mosaik elements for Angular.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@breadstone/mosaik-elements": "0.1.
|
|
16
|
-
"@breadstone/mosaik-elements-foundation": "0.1.
|
|
15
|
+
"@breadstone/mosaik-elements": "0.1.32",
|
|
16
|
+
"@breadstone/mosaik-elements-foundation": "0.1.32",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -53237,6 +53237,14 @@ declare class ToastPortalComponent extends PortalComponent {
|
|
|
53237
53237
|
* @readonly
|
|
53238
53238
|
*/
|
|
53239
53239
|
get actionsTemplate(): TemplateRef<unknown> | null;
|
|
53240
|
+
/**
|
|
53241
|
+
* Handles an action button click.
|
|
53242
|
+
* Executes the action handler and closes the toast.
|
|
53243
|
+
*
|
|
53244
|
+
* @protected
|
|
53245
|
+
* @param handler - The action handler to execute.
|
|
53246
|
+
*/
|
|
53247
|
+
protected onActionClick(handler?: () => void): void;
|
|
53240
53248
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastPortalComponent, never>;
|
|
53241
53249
|
static ɵcmp: i0.ɵɵComponentDeclaration<ToastPortalComponent, "mosaik-toast-portal", ["mosaikToastPortal"], {}, {}, never, never, true, never>;
|
|
53242
53250
|
}
|