@breadstone/mosaik-elements-angular 0.0.162 → 0.0.164
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 0.0.164 (2025-10-24)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.0.163 (2025-10-22)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- enhance ChatElement with additional slots for improved functionality ([1dfc91b4ea](https://github.com/RueDeRennes/mosaik/commit/1dfc91b4ea))
|
|
10
|
+
- add DateAgo and TimeAgo pipes, directives, and services for time-based formatting ([40c3e551ba](https://github.com/RueDeRennes/mosaik/commit/40c3e551ba))
|
|
11
|
+
|
|
1
12
|
## 0.0.162 (2025-10-22)
|
|
2
13
|
|
|
3
14
|
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|
|
@@ -11963,7 +11963,10 @@ const CHAT_DEFAULT_PROPS = new InjectionToken('MOSAIK_CHAT_DEFAULT_PROPS');
|
|
|
11963
11963
|
/**
|
|
11964
11964
|
* @public
|
|
11965
11965
|
*
|
|
11966
|
-
*
|
|
11966
|
+
* @slot header - Slot for chat header content.
|
|
11967
|
+
* @slot message - Slot for chat message elements.
|
|
11968
|
+
* @slot empty - Slot for empty state content.
|
|
11969
|
+
* @slot input - Slot for chat input element.
|
|
11967
11970
|
*/
|
|
11968
11971
|
let ChatComponent = class ChatComponent {
|
|
11969
11972
|
_element;
|