@breadstone/mosaik-elements-angular 0.1.3 → 0.1.4
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.4",
|
|
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.4",
|
|
16
|
+
"@breadstone/mosaik-elements-foundation": "0.1.4",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -8185,6 +8185,7 @@ declare const CHAT_MESSAGE_DEFAULT_PROPS: InjectionToken<Partial<libs_mosaik_ele
|
|
|
8185
8185
|
/**
|
|
8186
8186
|
* @public
|
|
8187
8187
|
*
|
|
8188
|
+
* @slot actions - The actions slot.
|
|
8188
8189
|
* @slot at - The slot for timestamp elements.
|
|
8189
8190
|
* @slot attachment - The slot for attachment elements.
|
|
8190
8191
|
* @slot author - The slot for author elements.
|