@propbinder/mobile-design 0.2.89 → 0.2.91
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
|
@@ -943,6 +943,7 @@ interface InlineTabItem {
|
|
|
943
943
|
id: string;
|
|
944
944
|
label: string;
|
|
945
945
|
badge?: number;
|
|
946
|
+
badgeType?: 'default' | 'envelope';
|
|
946
947
|
}
|
|
947
948
|
/**
|
|
948
949
|
* DsMobileInlineTabsComponent
|
|
@@ -2802,7 +2803,7 @@ declare class DsMobileListItemComponent implements AfterViewInit {
|
|
|
2802
2803
|
* - 'center' - Align to center
|
|
2803
2804
|
* - 'bottom' - Align to bottom
|
|
2804
2805
|
*/
|
|
2805
|
-
align: _angular_core.InputSignal<"
|
|
2806
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
2806
2807
|
/**
|
|
2807
2808
|
* Remove top padding — use on the first item in a section when there is
|
|
2808
2809
|
* no preceding content, to avoid unnecessary whitespace.
|
|
@@ -3090,7 +3091,7 @@ declare class DsMobileInteractiveListItemPostComponent {
|
|
|
3090
3091
|
* - 'center' - Align to center
|
|
3091
3092
|
* - 'bottom' - Align to bottom
|
|
3092
3093
|
*/
|
|
3093
|
-
align: _angular_core.InputSignal<"
|
|
3094
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
3094
3095
|
/**
|
|
3095
3096
|
* Whether the post card is clickable
|
|
3096
3097
|
*/
|
|
@@ -3318,7 +3319,7 @@ declare class DsMobileInteractiveListItemInquiryComponent {
|
|
|
3318
3319
|
* - 'center' - Align to center
|
|
3319
3320
|
* - 'bottom' - Align to bottom
|
|
3320
3321
|
*/
|
|
3321
|
-
align: _angular_core.InputSignal<"
|
|
3322
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
3322
3323
|
/**
|
|
3323
3324
|
* Whether the inquiry item is clickable
|
|
3324
3325
|
*/
|
|
@@ -4754,7 +4755,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
|
|
|
4754
4755
|
* - 'center' - Align to center
|
|
4755
4756
|
* - 'bottom' - Align to bottom
|
|
4756
4757
|
*/
|
|
4757
|
-
align: _angular_core.InputSignal<"
|
|
4758
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
4758
4759
|
/**
|
|
4759
4760
|
* Whitelabel logomark on the avatar corner (e.g. org branding for staff).
|
|
4760
4761
|
* Default true — preserves backward compatibility with inquiry assignee rows.
|
|
@@ -4816,7 +4817,7 @@ declare class DsMobileContactListItemComponent {
|
|
|
4816
4817
|
/** Show a trailing trash-bin icon; emits {@link deleteClick} on tap. */
|
|
4817
4818
|
showDeleteAction: _angular_core.InputSignal<boolean>;
|
|
4818
4819
|
variant: _angular_core.InputSignal<"compact" | undefined>;
|
|
4819
|
-
align: _angular_core.InputSignal<"
|
|
4820
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
4820
4821
|
contactClick: _angular_core.OutputEmitterRef<void>;
|
|
4821
4822
|
selectionToggle: _angular_core.OutputEmitterRef<void>;
|
|
4822
4823
|
moreClick: _angular_core.OutputEmitterRef<void>;
|
|
@@ -5303,7 +5304,7 @@ declare class DsMobileInteractiveListItemBookingComponent {
|
|
|
5303
5304
|
* - 'center' - Align to center
|
|
5304
5305
|
* - 'bottom' - Align to bottom
|
|
5305
5306
|
*/
|
|
5306
|
-
align: _angular_core.InputSignal<"
|
|
5307
|
+
align: _angular_core.InputSignal<"center" | "top" | "bottom">;
|
|
5307
5308
|
/**
|
|
5308
5309
|
* Whether the booking item is clickable
|
|
5309
5310
|
*/
|