@masterteam/discussion 0.0.1 → 0.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterteam/discussion",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/discussion",
6
6
  "linkDirectory": true,
@@ -16,7 +16,7 @@
16
16
  "rxjs": "^7.8.2",
17
17
  "tailwindcss": "^4.1.17",
18
18
  "tailwindcss-primeui": "^0.6.1",
19
- "@masterteam/components": "^0.0.99"
19
+ "@masterteam/components": "^0.0.100"
20
20
  },
21
21
  "dependencies": {
22
22
  "tslib": "^2.8.1"
@@ -254,6 +254,7 @@ declare class DiscussionThread {
254
254
  protected readonly threadKey: _angular_core.Signal<string>;
255
255
  protected readonly commentsAsc: _angular_core.Signal<DiscussionCommentDto[]>;
256
256
  protected readonly commentsById: _angular_core.Signal<Map<number, DiscussionCommentDto>>;
257
+ protected readonly resolvedCurrentUserId: _angular_core.Signal<string>;
257
258
  protected readonly replyToComment: _angular_core.Signal<DiscussionCommentDto | null>;
258
259
  protected readonly readStateLike: _angular_core.Signal<DiscussionReadStateLike | null>;
259
260
  protected readonly hasUnread: _angular_core.Signal<boolean>;