@masterteam/components 0.0.162 → 0.0.163

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/components",
3
- "version": "0.0.162",
3
+ "version": "0.0.163",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/components",
6
6
  "linkDirectory": true,
@@ -249,6 +249,7 @@ declare class EntityUser {
249
249
  readonly httpContext: HttpContext;
250
250
  /** Full entity data object */
251
251
  readonly data: _angular_core.InputSignal<EntityData | undefined>;
252
+ readonly displayName: _angular_core.Signal<string>;
252
253
  /** Resolved user value object from data().value */
253
254
  private readonly userValue;
254
255
  readonly rawUserName: _angular_core.Signal<string | null>;