@propbinder/mobile-design 0.2.83 → 0.2.84
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/index.d.ts +10 -10
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -846,7 +846,7 @@ declare class DsMobilePageMainComponent extends MobilePageBase implements AfterV
|
|
|
846
846
|
headerSubtitle: _angular_core.InputSignal<string>;
|
|
847
847
|
/** When true, the header logo plays a slide-in-from-top animation on first reveal */
|
|
848
848
|
firstEntry: _angular_core.InputSignal<boolean>;
|
|
849
|
-
avatarType: _angular_core.InputSignal<"
|
|
849
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
850
850
|
avatarInitials: _angular_core.InputSignal<string>;
|
|
851
851
|
avatarSrc: _angular_core.InputSignal<string>;
|
|
852
852
|
avatarIconName: _angular_core.InputSignal<string>;
|
|
@@ -1705,7 +1705,7 @@ declare class DsMobileCommentComponent {
|
|
|
1705
1705
|
/**
|
|
1706
1706
|
* Avatar type
|
|
1707
1707
|
*/
|
|
1708
|
-
avatarType: _angular_core.InputSignal<"
|
|
1708
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
1709
1709
|
/**
|
|
1710
1710
|
* Whether the comment is clickable
|
|
1711
1711
|
*/
|
|
@@ -1840,7 +1840,7 @@ declare class DsMobilePostComposerComponent {
|
|
|
1840
1840
|
/**
|
|
1841
1841
|
* Avatar type
|
|
1842
1842
|
*/
|
|
1843
|
-
avatarType: _angular_core.InputSignal<"
|
|
1843
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
1844
1844
|
/**
|
|
1845
1845
|
* Avatar photo source (for photo type)
|
|
1846
1846
|
*/
|
|
@@ -2133,7 +2133,7 @@ declare class DsMobileMessageComposerComponent implements AfterViewInit, OnDestr
|
|
|
2133
2133
|
/**
|
|
2134
2134
|
* Avatar type
|
|
2135
2135
|
*/
|
|
2136
|
-
avatarType: _angular_core.InputSignal<"
|
|
2136
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
2137
2137
|
/**
|
|
2138
2138
|
* Avatar photo source (for photo type)
|
|
2139
2139
|
*/
|
|
@@ -2502,7 +2502,7 @@ declare class DsMobileMessageBubbleComponent {
|
|
|
2502
2502
|
/**
|
|
2503
2503
|
* Avatar type
|
|
2504
2504
|
*/
|
|
2505
|
-
avatarType: _angular_core.InputSignal<"
|
|
2505
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
2506
2506
|
/**
|
|
2507
2507
|
* Avatar photo source (for photo type)
|
|
2508
2508
|
*/
|
|
@@ -3042,7 +3042,7 @@ declare class DsMobileInteractiveListItemPostComponent {
|
|
|
3042
3042
|
/**
|
|
3043
3043
|
* Avatar type
|
|
3044
3044
|
*/
|
|
3045
|
-
avatarType: _angular_core.InputSignal<"
|
|
3045
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
3046
3046
|
/**
|
|
3047
3047
|
* Avatar photo source (for photo type)
|
|
3048
3048
|
*/
|
|
@@ -4171,7 +4171,7 @@ declare class DsMobileChatModalComponent implements OnInit, AfterViewInit {
|
|
|
4171
4171
|
participant: _angular_core.WritableSignal<ChatParticipant>;
|
|
4172
4172
|
messages: _angular_core.WritableSignal<ChatMessage[]>;
|
|
4173
4173
|
currentUserInitials: _angular_core.WritableSignal<string>;
|
|
4174
|
-
currentUserAvatarType: _angular_core.WritableSignal<"
|
|
4174
|
+
currentUserAvatarType: _angular_core.WritableSignal<"initials" | "photo" | "icon">;
|
|
4175
4175
|
currentUserAvatarSrc: _angular_core.WritableSignal<string>;
|
|
4176
4176
|
autoFocus: _angular_core.WritableSignal<boolean>;
|
|
4177
4177
|
/** Inquiry shows system takeover copy; peer chat does not. */
|
|
@@ -4540,7 +4540,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
|
|
|
4540
4540
|
/**
|
|
4541
4541
|
* Avatar type
|
|
4542
4542
|
*/
|
|
4543
|
-
avatarType: _angular_core.InputSignal<"
|
|
4543
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
4544
4544
|
/**
|
|
4545
4545
|
* Avatar photo source (for photo type)
|
|
4546
4546
|
*/
|
|
@@ -4600,7 +4600,7 @@ declare class DsMobileContactListItemComponent {
|
|
|
4600
4600
|
initials: _angular_core.InputSignal<string>;
|
|
4601
4601
|
/** Optional photo */
|
|
4602
4602
|
avatarSrc: _angular_core.InputSignal<string>;
|
|
4603
|
-
avatarType: _angular_core.InputSignal<"
|
|
4603
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
4604
4604
|
avatarIconName: _angular_core.InputSignal<string>;
|
|
4605
4605
|
/** Whitelabel corner badge (default off — same as community posts) */
|
|
4606
4606
|
showBadge: _angular_core.InputSignal<boolean>;
|
|
@@ -4833,7 +4833,7 @@ declare class UserService {
|
|
|
4833
4833
|
readonly displayName: _angular_core.Signal<string>;
|
|
4834
4834
|
readonly address: _angular_core.Signal<string>;
|
|
4835
4835
|
readonly avatarInitials: _angular_core.Signal<string>;
|
|
4836
|
-
readonly avatarType: _angular_core.Signal<"
|
|
4836
|
+
readonly avatarType: _angular_core.Signal<"initials" | "photo" | "icon">;
|
|
4837
4837
|
readonly avatarSrc: _angular_core.Signal<string>;
|
|
4838
4838
|
readonly profileMenuItems: _angular_core.Signal<ActionGroup[] | undefined>;
|
|
4839
4839
|
private profileActionSelectedSubject;
|