@propbinder/mobile-design 0.2.88 → 0.2.89
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
|
@@ -2802,7 +2802,7 @@ declare class DsMobileListItemComponent implements AfterViewInit {
|
|
|
2802
2802
|
* - 'center' - Align to center
|
|
2803
2803
|
* - 'bottom' - Align to bottom
|
|
2804
2804
|
*/
|
|
2805
|
-
align: _angular_core.InputSignal<"
|
|
2805
|
+
align: _angular_core.InputSignal<"top" | "center" | "bottom">;
|
|
2806
2806
|
/**
|
|
2807
2807
|
* Remove top padding — use on the first item in a section when there is
|
|
2808
2808
|
* no preceding content, to avoid unnecessary whitespace.
|
|
@@ -3090,7 +3090,7 @@ declare class DsMobileInteractiveListItemPostComponent {
|
|
|
3090
3090
|
* - 'center' - Align to center
|
|
3091
3091
|
* - 'bottom' - Align to bottom
|
|
3092
3092
|
*/
|
|
3093
|
-
align: _angular_core.InputSignal<"
|
|
3093
|
+
align: _angular_core.InputSignal<"top" | "center" | "bottom">;
|
|
3094
3094
|
/**
|
|
3095
3095
|
* Whether the post card is clickable
|
|
3096
3096
|
*/
|
|
@@ -3318,7 +3318,7 @@ declare class DsMobileInteractiveListItemInquiryComponent {
|
|
|
3318
3318
|
* - 'center' - Align to center
|
|
3319
3319
|
* - 'bottom' - Align to bottom
|
|
3320
3320
|
*/
|
|
3321
|
-
align: _angular_core.InputSignal<"
|
|
3321
|
+
align: _angular_core.InputSignal<"top" | "center" | "bottom">;
|
|
3322
3322
|
/**
|
|
3323
3323
|
* Whether the inquiry item is clickable
|
|
3324
3324
|
*/
|
|
@@ -4740,6 +4740,10 @@ declare class DsMobileInteractiveListItemMessageComponent {
|
|
|
4740
4740
|
* Whether the message is unread
|
|
4741
4741
|
*/
|
|
4742
4742
|
unread: _angular_core.InputSignal<boolean>;
|
|
4743
|
+
/**
|
|
4744
|
+
* Style of the unread indicator
|
|
4745
|
+
*/
|
|
4746
|
+
unreadStyle: _angular_core.InputSignal<"dot" | "envelope-tenant" | "envelope-partner">;
|
|
4743
4747
|
/**
|
|
4744
4748
|
* Whether the message item is clickable
|
|
4745
4749
|
*/
|
|
@@ -4750,7 +4754,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
|
|
|
4750
4754
|
* - 'center' - Align to center
|
|
4751
4755
|
* - 'bottom' - Align to bottom
|
|
4752
4756
|
*/
|
|
4753
|
-
align: _angular_core.InputSignal<"
|
|
4757
|
+
align: _angular_core.InputSignal<"top" | "center" | "bottom">;
|
|
4754
4758
|
/**
|
|
4755
4759
|
* Whitelabel logomark on the avatar corner (e.g. org branding for staff).
|
|
4756
4760
|
* Default true — preserves backward compatibility with inquiry assignee rows.
|
|
@@ -4773,7 +4777,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
|
|
|
4773
4777
|
handleMessageClick(): void;
|
|
4774
4778
|
handleLongPress(): void;
|
|
4775
4779
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileInteractiveListItemMessageComponent, never>;
|
|
4776
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileInteractiveListItemMessageComponent, "ds-mobile-interactive-list-item-message", never, { "senderName": { "alias": "senderName"; "required": true; "isSignal": true; }; "senderRole": { "alias": "senderRole"; "required": true; "isSignal": true; }; "timestamp": { "alias": "timestamp"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": true; "isSignal": true; }; "avatarInitials": { "alias": "avatarInitials"; "required": false; "isSignal": true; }; "avatarType": { "alias": "avatarType"; "required": false; "isSignal": true; }; "avatarSrc": { "alias": "avatarSrc"; "required": false; "isSignal": true; }; "unread": { "alias": "unread"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "showAvatarBadge": { "alias": "showAvatarBadge"; "required": false; "isSignal": true; }; "groupStackMembers": { "alias": "groupStackMembers"; "required": false; "isSignal": true; }; "groupCustomAvatarUrl": { "alias": "groupCustomAvatarUrl"; "required": false; "isSignal": true; }; "groupStackExcludeParticipantId": { "alias": "groupStackExcludeParticipantId"; "required": false; "isSignal": true; }; }, { "messageClick": "messageClick"; "longPress": "longPress"; }, never, never, true, never>;
|
|
4780
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileInteractiveListItemMessageComponent, "ds-mobile-interactive-list-item-message", never, { "senderName": { "alias": "senderName"; "required": true; "isSignal": true; }; "senderRole": { "alias": "senderRole"; "required": true; "isSignal": true; }; "timestamp": { "alias": "timestamp"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": true; "isSignal": true; }; "avatarInitials": { "alias": "avatarInitials"; "required": false; "isSignal": true; }; "avatarType": { "alias": "avatarType"; "required": false; "isSignal": true; }; "avatarSrc": { "alias": "avatarSrc"; "required": false; "isSignal": true; }; "unread": { "alias": "unread"; "required": false; "isSignal": true; }; "unreadStyle": { "alias": "unreadStyle"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "showAvatarBadge": { "alias": "showAvatarBadge"; "required": false; "isSignal": true; }; "groupStackMembers": { "alias": "groupStackMembers"; "required": false; "isSignal": true; }; "groupCustomAvatarUrl": { "alias": "groupCustomAvatarUrl"; "required": false; "isSignal": true; }; "groupStackExcludeParticipantId": { "alias": "groupStackExcludeParticipantId"; "required": false; "isSignal": true; }; }, { "messageClick": "messageClick"; "longPress": "longPress"; }, never, never, true, never>;
|
|
4777
4781
|
}
|
|
4778
4782
|
|
|
4779
4783
|
/**
|
|
@@ -4812,7 +4816,7 @@ declare class DsMobileContactListItemComponent {
|
|
|
4812
4816
|
/** Show a trailing trash-bin icon; emits {@link deleteClick} on tap. */
|
|
4813
4817
|
showDeleteAction: _angular_core.InputSignal<boolean>;
|
|
4814
4818
|
variant: _angular_core.InputSignal<"compact" | undefined>;
|
|
4815
|
-
align: _angular_core.InputSignal<"
|
|
4819
|
+
align: _angular_core.InputSignal<"top" | "center" | "bottom">;
|
|
4816
4820
|
contactClick: _angular_core.OutputEmitterRef<void>;
|
|
4817
4821
|
selectionToggle: _angular_core.OutputEmitterRef<void>;
|
|
4818
4822
|
moreClick: _angular_core.OutputEmitterRef<void>;
|
|
@@ -5299,7 +5303,7 @@ declare class DsMobileInteractiveListItemBookingComponent {
|
|
|
5299
5303
|
* - 'center' - Align to center
|
|
5300
5304
|
* - 'bottom' - Align to bottom
|
|
5301
5305
|
*/
|
|
5302
|
-
align: _angular_core.InputSignal<"
|
|
5306
|
+
align: _angular_core.InputSignal<"top" | "center" | "bottom">;
|
|
5303
5307
|
/**
|
|
5304
5308
|
* Whether the booking item is clickable
|
|
5305
5309
|
*/
|
|
@@ -8513,7 +8517,7 @@ declare class DsMobileHandbookFolderMiniComponent {
|
|
|
8513
8517
|
* ```
|
|
8514
8518
|
*/
|
|
8515
8519
|
declare class DsTextInputComponent implements ControlValueAccessor {
|
|
8516
|
-
type: _angular_core.InputSignal<"search" | "text" | "
|
|
8520
|
+
type: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "password" | "url">;
|
|
8517
8521
|
label: _angular_core.InputSignal<string>;
|
|
8518
8522
|
placeholder: _angular_core.InputSignal<string>;
|
|
8519
8523
|
disabled: _angular_core.InputSignal<boolean>;
|
|
@@ -8522,7 +8526,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
|
|
|
8522
8526
|
hasError: _angular_core.InputSignal<boolean>;
|
|
8523
8527
|
errorMessage: _angular_core.InputSignal<string>;
|
|
8524
8528
|
autocomplete: _angular_core.InputSignal<string>;
|
|
8525
|
-
inputmode: _angular_core.InputSignal<"search" | "text" | "
|
|
8529
|
+
inputmode: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "url" | "numeric" | undefined>;
|
|
8526
8530
|
autoClearError: _angular_core.InputSignal<boolean>;
|
|
8527
8531
|
validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
|
|
8528
8532
|
valueChange: _angular_core.OutputEmitterRef<string>;
|