@propbinder/mobile-design 0.2.97 → 0.2.98

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
@@ -1041,7 +1041,7 @@ declare class WhitelabelService {
1041
1041
  readonly logoUrl: _angular_core.Signal<string>;
1042
1042
  readonly logoMarkUrl: _angular_core.Signal<string>;
1043
1043
  readonly logoAlt: _angular_core.Signal<string>;
1044
- readonly logoSize: _angular_core.Signal<"md" | "sm" | "lg" | "xl">;
1044
+ readonly logoSize: _angular_core.Signal<"sm" | "md" | "lg" | "xl">;
1045
1045
  readonly logoHeight: _angular_core.Signal<number>;
1046
1046
  readonly appIconSurface: _angular_core.Signal<string>;
1047
1047
  readonly appIconContent: _angular_core.Signal<string>;
@@ -2806,7 +2806,7 @@ declare class DsMobileListItemComponent implements AfterViewInit {
2806
2806
  * - 'center' - Align to center
2807
2807
  * - 'bottom' - Align to bottom
2808
2808
  */
2809
- align: _angular_core.InputSignal<"top" | "center" | "bottom">;
2809
+ align: _angular_core.InputSignal<"center" | "top" | "bottom">;
2810
2810
  /**
2811
2811
  * Remove top padding — use on the first item in a section when there is
2812
2812
  * no preceding content, to avoid unnecessary whitespace.
@@ -3094,7 +3094,7 @@ declare class DsMobileInteractiveListItemPostComponent {
3094
3094
  * - 'center' - Align to center
3095
3095
  * - 'bottom' - Align to bottom
3096
3096
  */
3097
- align: _angular_core.InputSignal<"top" | "center" | "bottom">;
3097
+ align: _angular_core.InputSignal<"center" | "top" | "bottom">;
3098
3098
  /**
3099
3099
  * Whether the post card is clickable
3100
3100
  */
@@ -3322,7 +3322,7 @@ declare class DsMobileInteractiveListItemInquiryComponent {
3322
3322
  * - 'center' - Align to center
3323
3323
  * - 'bottom' - Align to bottom
3324
3324
  */
3325
- align: _angular_core.InputSignal<"top" | "center" | "bottom">;
3325
+ align: _angular_core.InputSignal<"center" | "top" | "bottom">;
3326
3326
  /**
3327
3327
  * Whether the inquiry item is clickable
3328
3328
  */
@@ -4758,7 +4758,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
4758
4758
  * - 'center' - Align to center
4759
4759
  * - 'bottom' - Align to bottom
4760
4760
  */
4761
- align: _angular_core.InputSignal<"top" | "center" | "bottom">;
4761
+ align: _angular_core.InputSignal<"center" | "top" | "bottom">;
4762
4762
  /**
4763
4763
  * Whitelabel logomark on the avatar corner (e.g. org branding for staff).
4764
4764
  * Default true — preserves backward compatibility with inquiry assignee rows.
@@ -4820,7 +4820,7 @@ declare class DsMobileContactListItemComponent {
4820
4820
  /** Show a trailing trash-bin icon; emits {@link deleteClick} on tap. */
4821
4821
  showDeleteAction: _angular_core.InputSignal<boolean>;
4822
4822
  variant: _angular_core.InputSignal<"compact" | undefined>;
4823
- align: _angular_core.InputSignal<"top" | "center" | "bottom">;
4823
+ align: _angular_core.InputSignal<"center" | "top" | "bottom">;
4824
4824
  contactClick: _angular_core.OutputEmitterRef<void>;
4825
4825
  selectionToggle: _angular_core.OutputEmitterRef<void>;
4826
4826
  moreClick: _angular_core.OutputEmitterRef<void>;
@@ -4994,7 +4994,7 @@ declare class DsMobileGroupAvatarStackComponent {
4994
4994
  /** Full member list; {@link currentUserId} is removed for display when set. */
4995
4995
  members: _angular_core.InputSignal<ChatParticipant[]>;
4996
4996
  customAvatarUrl: _angular_core.InputSignal<string>;
4997
- size: _angular_core.InputSignal<"md" | "sm" | "lg" | "xl">;
4997
+ size: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl">;
4998
4998
  /** Row avatar (32×32, diagonal **xs** faces) vs header / hero stack. */
4999
4999
  layout: _angular_core.InputSignal<"stack" | "list">;
5000
5000
  /** When set, this participant is omitted from the stack (e.g. current user id). */
@@ -5307,7 +5307,7 @@ declare class DsMobileInteractiveListItemBookingComponent {
5307
5307
  * - 'center' - Align to center
5308
5308
  * - 'bottom' - Align to bottom
5309
5309
  */
5310
- align: _angular_core.InputSignal<"top" | "center" | "bottom">;
5310
+ align: _angular_core.InputSignal<"center" | "top" | "bottom">;
5311
5311
  /**
5312
5312
  * Whether the booking item is clickable
5313
5313
  */
@@ -6830,7 +6830,7 @@ declare class DsMobileCardInlineComponent {
6830
6830
  * - 'default' - Column layout with standard padding (gap: 12px, padding: 10px 12px)
6831
6831
  * - 'compact' - Row layout with reduced padding (gap: 8px, padding: 10px)
6832
6832
  */
6833
- variant: _angular_core.InputSignal<"compact" | "default">;
6833
+ variant: _angular_core.InputSignal<"default" | "compact">;
6834
6834
  /**
6835
6835
  * Whether the card is disabled
6836
6836
  * Disables all interactions and reduces opacity
@@ -6893,7 +6893,7 @@ declare class DsMobileCardInlineBannerComponent {
6893
6893
  * - 'default' - Standard padding and column layout
6894
6894
  * - 'compact' - Reduced padding and row layout
6895
6895
  */
6896
- layout: _angular_core.InputSignal<"compact" | "default">;
6896
+ layout: _angular_core.InputSignal<"default" | "compact">;
6897
6897
  /**
6898
6898
  * Emits when the banner is clicked
6899
6899
  */
@@ -6943,12 +6943,16 @@ declare class DsMobileCardInlineContactComponent {
6943
6943
  * Phone number (optional)
6944
6944
  */
6945
6945
  phoneNumber: _angular_core.InputSignal<string>;
6946
+ /**
6947
+ * Email address (optional)
6948
+ */
6949
+ email: _angular_core.InputSignal<string>;
6946
6950
  /**
6947
6951
  * Layout variant
6948
6952
  * - 'default' - Standard padding and column layout
6949
6953
  * - 'compact' - Reduced padding and row layout
6950
6954
  */
6951
- layout: _angular_core.InputSignal<"compact" | "default">;
6955
+ layout: _angular_core.InputSignal<"default" | "compact">;
6952
6956
  /**
6953
6957
  * Whether the contact item is clickable
6954
6958
  */
@@ -6971,7 +6975,7 @@ declare class DsMobileCardInlineContactComponent {
6971
6975
  editClick: _angular_core.OutputEmitterRef<void>;
6972
6976
  handleContactClick(): void;
6973
6977
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileCardInlineContactComponent, never>;
6974
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileCardInlineContactComponent, "ds-mobile-card-inline-contact", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "imageUrl": { "alias": "imageUrl"; "required": false; "isSignal": true; }; "contactPerson": { "alias": "contactPerson"; "required": false; "isSignal": true; }; "phoneNumber": { "alias": "phoneNumber"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; "showChevron": { "alias": "showChevron"; "required": false; "isSignal": true; }; "showEditButton": { "alias": "showEditButton"; "required": false; "isSignal": true; }; }, { "contactClick": "contactClick"; "editClick": "editClick"; }, never, never, true, never>;
6978
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileCardInlineContactComponent, "ds-mobile-card-inline-contact", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "imageUrl": { "alias": "imageUrl"; "required": false; "isSignal": true; }; "contactPerson": { "alias": "contactPerson"; "required": false; "isSignal": true; }; "phoneNumber": { "alias": "phoneNumber"; "required": false; "isSignal": true; }; "email": { "alias": "email"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; "showChevron": { "alias": "showChevron"; "required": false; "isSignal": true; }; "showEditButton": { "alias": "showEditButton"; "required": false; "isSignal": true; }; }, { "contactClick": "contactClick"; "editClick": "editClick"; }, never, never, true, never>;
6975
6979
  }
6976
6980
 
6977
6981
  /**
@@ -7013,7 +7017,7 @@ declare class DsMobileCardInlineFileComponent {
7013
7017
  * - 'default' - Standard padding and column layout
7014
7018
  * - 'compact' - Reduced padding and row layout
7015
7019
  */
7016
- layout: _angular_core.InputSignal<"compact" | "default">;
7020
+ layout: _angular_core.InputSignal<"default" | "compact">;
7017
7021
  /**
7018
7022
  * Optional URL to open when clicked
7019
7023
  * If provided, clicking the card will open this URL in a new tab
@@ -8241,6 +8245,14 @@ declare class DsMobileHandbookDetailModalComponent implements OnInit {
8241
8245
  * Error state - when set, shows error message
8242
8246
  */
8243
8247
  error?: string;
8248
+ textItems: string;
8249
+ textClose: string;
8250
+ textEmptyTitle: string;
8251
+ textEmptyDescription: string;
8252
+ textCall: string;
8253
+ textCopyPhone: string;
8254
+ textEmail: string;
8255
+ textCopyEmail: string;
8244
8256
  handbook: _angular_core.WritableSignal<HandbookDetailData>;
8245
8257
  constructor(modalController: ModalController);
8246
8258
  ngOnInit(): void;
@@ -8274,7 +8286,7 @@ declare class DsMobileHandbookDetailModalComponent implements OnInit {
8274
8286
  */
8275
8287
  handleAttachmentClick(attachment: AttachmentItem): void;
8276
8288
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileHandbookDetailModalComponent, never>;
8277
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileHandbookDetailModalComponent, "ds-mobile-handbook-detail-modal", never, { "handbookData": { "alias": "handbookData"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, true, never>;
8289
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileHandbookDetailModalComponent, "ds-mobile-handbook-detail-modal", never, { "handbookData": { "alias": "handbookData"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "textItems": { "alias": "textItems"; "required": false; }; "textClose": { "alias": "textClose"; "required": false; }; "textEmptyTitle": { "alias": "textEmptyTitle"; "required": false; }; "textEmptyDescription": { "alias": "textEmptyDescription"; "required": false; }; "textCall": { "alias": "textCall"; "required": false; }; "textCopyPhone": { "alias": "textCopyPhone"; "required": false; }; "textEmail": { "alias": "textEmail"; "required": false; }; "textCopyEmail": { "alias": "textCopyEmail"; "required": false; }; }, {}, never, never, true, never>;
8278
8290
  }
8279
8291
 
8280
8292
  /**
@@ -8524,7 +8536,7 @@ declare class DsMobileHandbookFolderMiniComponent {
8524
8536
  * ```
8525
8537
  */
8526
8538
  declare class DsTextInputComponent implements ControlValueAccessor {
8527
- type: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "password" | "url">;
8539
+ type: _angular_core.InputSignal<"email" | "search" | "text" | "tel" | "password" | "url">;
8528
8540
  label: _angular_core.InputSignal<string>;
8529
8541
  placeholder: _angular_core.InputSignal<string>;
8530
8542
  disabled: _angular_core.InputSignal<boolean>;
@@ -8533,7 +8545,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
8533
8545
  hasError: _angular_core.InputSignal<boolean>;
8534
8546
  errorMessage: _angular_core.InputSignal<string>;
8535
8547
  autocomplete: _angular_core.InputSignal<string>;
8536
- inputmode: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "url" | "numeric" | undefined>;
8548
+ inputmode: _angular_core.InputSignal<"email" | "search" | "text" | "tel" | "url" | "numeric" | undefined>;
8537
8549
  autoClearError: _angular_core.InputSignal<boolean>;
8538
8550
  validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
8539
8551
  valueChange: _angular_core.OutputEmitterRef<string>;
@@ -8606,7 +8618,7 @@ declare class DsMobileFabComponent implements AfterViewInit, OnDestroy {
8606
8618
  * Note: FAB is always 56px circular, but this affects the icon size
8607
8619
  * @default 'md'
8608
8620
  */
8609
- size: _angular_core.InputSignal<"md" | "sm" | "lg">;
8621
+ size: _angular_core.InputSignal<"sm" | "md" | "lg">;
8610
8622
  /**
8611
8623
  * ARIA label for accessibility
8612
8624
  * @required - Always provide a descriptive label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.97",
3
+ "version": "0.2.98",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"