@propbinder/mobile-design 0.3.35 → 0.3.37
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
CHANGED
|
@@ -857,7 +857,7 @@ declare class DsMobilePageMainComponent extends MobilePageBase implements AfterV
|
|
|
857
857
|
headerSubtitle: _angular_core.InputSignal<string>;
|
|
858
858
|
/** When true, the header logo plays a slide-in-from-top animation on first reveal */
|
|
859
859
|
firstEntry: _angular_core.InputSignal<boolean>;
|
|
860
|
-
avatarType: _angular_core.InputSignal<"
|
|
860
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
861
861
|
avatarInitials: _angular_core.InputSignal<string>;
|
|
862
862
|
avatarSrc: _angular_core.InputSignal<string>;
|
|
863
863
|
avatarIconName: _angular_core.InputSignal<string>;
|
|
@@ -1720,7 +1720,7 @@ declare class DsMobileCommentComponent {
|
|
|
1720
1720
|
/**
|
|
1721
1721
|
* Avatar type
|
|
1722
1722
|
*/
|
|
1723
|
-
avatarType: _angular_core.InputSignal<"
|
|
1723
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
1724
1724
|
/**
|
|
1725
1725
|
* Whether the comment is clickable
|
|
1726
1726
|
*/
|
|
@@ -1855,7 +1855,7 @@ declare class DsMobilePostComposerComponent {
|
|
|
1855
1855
|
/**
|
|
1856
1856
|
* Avatar type
|
|
1857
1857
|
*/
|
|
1858
|
-
avatarType: _angular_core.InputSignal<"
|
|
1858
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
1859
1859
|
/**
|
|
1860
1860
|
* Avatar photo source (for photo type)
|
|
1861
1861
|
*/
|
|
@@ -2148,7 +2148,7 @@ declare class DsMobileMessageComposerComponent implements AfterViewInit, OnDestr
|
|
|
2148
2148
|
/**
|
|
2149
2149
|
* Avatar type
|
|
2150
2150
|
*/
|
|
2151
|
-
avatarType: _angular_core.InputSignal<"
|
|
2151
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
2152
2152
|
/**
|
|
2153
2153
|
* Avatar photo source (for photo type)
|
|
2154
2154
|
*/
|
|
@@ -2559,7 +2559,7 @@ declare class DsMobileMessageBubbleComponent {
|
|
|
2559
2559
|
/**
|
|
2560
2560
|
* Avatar type
|
|
2561
2561
|
*/
|
|
2562
|
-
avatarType: _angular_core.InputSignal<"
|
|
2562
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
2563
2563
|
/**
|
|
2564
2564
|
* Avatar photo source (for photo type)
|
|
2565
2565
|
*/
|
|
@@ -3099,7 +3099,7 @@ declare class DsMobileInteractiveListItemPostComponent {
|
|
|
3099
3099
|
/**
|
|
3100
3100
|
* Avatar type
|
|
3101
3101
|
*/
|
|
3102
|
-
avatarType: _angular_core.InputSignal<"
|
|
3102
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
3103
3103
|
/**
|
|
3104
3104
|
* Avatar photo source (for photo type)
|
|
3105
3105
|
*/
|
|
@@ -4396,11 +4396,11 @@ declare class DsMobileChatModalComponent implements OnInit, AfterViewInit {
|
|
|
4396
4396
|
participant: _angular_core.WritableSignal<ChatParticipant>;
|
|
4397
4397
|
messages: _angular_core.WritableSignal<ChatMessage[]>;
|
|
4398
4398
|
currentUserInitials: _angular_core.WritableSignal<string>;
|
|
4399
|
-
currentUserAvatarType: _angular_core.WritableSignal<"
|
|
4399
|
+
currentUserAvatarType: _angular_core.WritableSignal<"initials" | "photo" | "icon">;
|
|
4400
4400
|
currentUserAvatarSrc: _angular_core.WritableSignal<string>;
|
|
4401
4401
|
autoFocus: _angular_core.WritableSignal<boolean>;
|
|
4402
4402
|
/** Inquiry shows system takeover copy; peer chat does not. */
|
|
4403
|
-
threadContext: _angular_core.WritableSignal<"
|
|
4403
|
+
threadContext: _angular_core.WritableSignal<"inquiry" | "peer">;
|
|
4404
4404
|
/** Resolved i18n labels — merged with Danish defaults. */
|
|
4405
4405
|
lbl: ChatModalLabels;
|
|
4406
4406
|
threadKind: _angular_core.WritableSignal<"direct" | "group">;
|
|
@@ -4770,7 +4770,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
|
|
|
4770
4770
|
/**
|
|
4771
4771
|
* Avatar type
|
|
4772
4772
|
*/
|
|
4773
|
-
avatarType: _angular_core.InputSignal<"
|
|
4773
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
4774
4774
|
/**
|
|
4775
4775
|
* Avatar photo source (for photo type)
|
|
4776
4776
|
*/
|
|
@@ -4834,7 +4834,7 @@ declare class DsMobileContactListItemComponent {
|
|
|
4834
4834
|
initials: _angular_core.InputSignal<string>;
|
|
4835
4835
|
/** Optional photo */
|
|
4836
4836
|
avatarSrc: _angular_core.InputSignal<string>;
|
|
4837
|
-
avatarType: _angular_core.InputSignal<"
|
|
4837
|
+
avatarType: _angular_core.InputSignal<"initials" | "photo" | "icon">;
|
|
4838
4838
|
avatarIconName: _angular_core.InputSignal<string>;
|
|
4839
4839
|
/** Whitelabel corner badge (default off — same as community posts) */
|
|
4840
4840
|
showBadge: _angular_core.InputSignal<boolean>;
|
|
@@ -5067,7 +5067,7 @@ declare class UserService {
|
|
|
5067
5067
|
readonly displayName: _angular_core.Signal<string>;
|
|
5068
5068
|
readonly address: _angular_core.Signal<string>;
|
|
5069
5069
|
readonly avatarInitials: _angular_core.Signal<string>;
|
|
5070
|
-
readonly avatarType: _angular_core.Signal<"
|
|
5070
|
+
readonly avatarType: _angular_core.Signal<"initials" | "photo" | "icon">;
|
|
5071
5071
|
readonly avatarSrc: _angular_core.Signal<string>;
|
|
5072
5072
|
readonly profileMenuItems: _angular_core.Signal<ActionGroup[] | undefined>;
|
|
5073
5073
|
private profileActionSelectedSubject;
|
|
@@ -6814,6 +6814,19 @@ declare class DsMobilePostDetailModalService extends BaseModalService {
|
|
|
6814
6814
|
}) => void;
|
|
6815
6815
|
currentUserName?: string;
|
|
6816
6816
|
currentUserInitials?: string;
|
|
6817
|
+
textReplySingle?: string;
|
|
6818
|
+
textReplyPlural?: string;
|
|
6819
|
+
textNoRepliesTitle?: string;
|
|
6820
|
+
textNoRepliesDesc?: string;
|
|
6821
|
+
textAddReply?: string;
|
|
6822
|
+
textEditComment?: string;
|
|
6823
|
+
textEditingComment?: string;
|
|
6824
|
+
textReplyingTo?: string;
|
|
6825
|
+
textSend?: string;
|
|
6826
|
+
textClosePost?: string;
|
|
6827
|
+
textJustNow?: string;
|
|
6828
|
+
textEdited?: string;
|
|
6829
|
+
textConfirmDelete?: string;
|
|
6817
6830
|
}): Promise<void>;
|
|
6818
6831
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobilePostDetailModalService, never>;
|
|
6819
6832
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DsMobilePostDetailModalService>;
|
|
@@ -8619,7 +8632,7 @@ declare class DsMobileHandbookFolderMiniComponent {
|
|
|
8619
8632
|
* ```
|
|
8620
8633
|
*/
|
|
8621
8634
|
declare class DsTextInputComponent implements ControlValueAccessor {
|
|
8622
|
-
type: _angular_core.InputSignal<"search" | "text" | "
|
|
8635
|
+
type: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "password" | "url">;
|
|
8623
8636
|
label: _angular_core.InputSignal<string>;
|
|
8624
8637
|
placeholder: _angular_core.InputSignal<string>;
|
|
8625
8638
|
disabled: _angular_core.InputSignal<boolean>;
|
|
@@ -8628,7 +8641,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
|
|
|
8628
8641
|
hasError: _angular_core.InputSignal<boolean>;
|
|
8629
8642
|
errorMessage: _angular_core.InputSignal<string>;
|
|
8630
8643
|
autocomplete: _angular_core.InputSignal<string>;
|
|
8631
|
-
inputmode: _angular_core.InputSignal<"search" | "text" | "
|
|
8644
|
+
inputmode: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "url" | "numeric" | undefined>;
|
|
8632
8645
|
autoClearError: _angular_core.InputSignal<boolean>;
|
|
8633
8646
|
validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
|
|
8634
8647
|
valueChange: _angular_core.OutputEmitterRef<string>;
|