@propbinder/mobile-design 0.2.98 → 0.2.100

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
@@ -6408,6 +6408,8 @@ declare class DsMobileModalBaseComponent extends MobileModalBase implements OnIn
6408
6408
  private cdr;
6409
6409
  /** When true, the title is a button and emits {@link titleClick} (e.g. group chat → settings). */
6410
6410
  headerTitleInteractive: _angular_core.InputSignal<boolean>;
6411
+ textLoading: _angular_core.InputSignal<string>;
6412
+ textErrorTitle: _angular_core.InputSignal<string>;
6411
6413
  titleClick: _angular_core.OutputEmitterRef<void>;
6412
6414
  /**
6413
6415
  * Reference to ion-content for keyboard handling
@@ -6460,7 +6462,7 @@ declare class DsMobileModalBaseComponent extends MobileModalBase implements OnIn
6460
6462
  */
6461
6463
  private hasContentInSlot;
6462
6464
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileModalBaseComponent, never>;
6463
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileModalBaseComponent, "ds-mobile-modal-base", never, { "headerTitleInteractive": { "alias": "headerTitleInteractive"; "required": false; "isSignal": true; }; "showHeader": { "alias": "showHeader"; "required": false; "isSignal": true; }; }, { "titleClick": "titleClick"; }, ["customLoadingState", "customErrorState", "headerLeading", "headerMain", "headerTrailing"], ["[header-leading]", "[header-main]", "[header-trailing]", "[header-below]", "[loading-state]", "[error-state]", "*", "[fixed-bottom]", "[footer]"], true, never>;
6465
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileModalBaseComponent, "ds-mobile-modal-base", never, { "headerTitleInteractive": { "alias": "headerTitleInteractive"; "required": false; "isSignal": true; }; "textLoading": { "alias": "textLoading"; "required": false; "isSignal": true; }; "textErrorTitle": { "alias": "textErrorTitle"; "required": false; "isSignal": true; }; "showHeader": { "alias": "showHeader"; "required": false; "isSignal": true; }; }, { "titleClick": "titleClick"; }, ["customLoadingState", "customErrorState", "headerLeading", "headerMain", "headerTrailing"], ["[header-leading]", "[header-main]", "[header-trailing]", "[header-below]", "[loading-state]", "[error-state]", "*", "[fixed-bottom]", "[footer]"], true, never>;
6464
6466
  }
6465
6467
 
6466
6468
  /**
@@ -8139,6 +8141,16 @@ interface HandbookDetailData {
8139
8141
  itemCount: number;
8140
8142
  /** Array of handbook sections/items */
8141
8143
  items?: HandbookItem[];
8144
+ textLoading?: string;
8145
+ textError?: string;
8146
+ textItems?: string;
8147
+ textClose?: string;
8148
+ textEmptyTitle?: string;
8149
+ textEmptyDescription?: string;
8150
+ textCall?: string;
8151
+ textCopyPhone?: string;
8152
+ textEmail?: string;
8153
+ textCopyEmail?: string;
8142
8154
  }
8143
8155
  /**
8144
8156
  * Handbook section/item interface
@@ -8245,6 +8257,8 @@ declare class DsMobileHandbookDetailModalComponent implements OnInit {
8245
8257
  * Error state - when set, shows error message
8246
8258
  */
8247
8259
  error?: string;
8260
+ textLoading: string;
8261
+ textError: string;
8248
8262
  textItems: string;
8249
8263
  textClose: string;
8250
8264
  textEmptyTitle: string;
@@ -8286,7 +8300,7 @@ declare class DsMobileHandbookDetailModalComponent implements OnInit {
8286
8300
  */
8287
8301
  handleAttachmentClick(attachment: AttachmentItem): void;
8288
8302
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileHandbookDetailModalComponent, 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>;
8303
+ 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; }; "textLoading": { "alias": "textLoading"; "required": false; }; "textError": { "alias": "textError"; "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>;
8290
8304
  }
8291
8305
 
8292
8306
  /**
@@ -8410,6 +8424,16 @@ declare class DsMobileHandbookFolderComponent {
8410
8424
  * Set this to an error message string if API call fails
8411
8425
  */
8412
8426
  error?: string;
8427
+ textLoading: string;
8428
+ textError: string;
8429
+ textItems: string;
8430
+ textClose: string;
8431
+ textEmptyTitle: string;
8432
+ textEmptyDescription: string;
8433
+ textCall: string;
8434
+ textCopyPhone: string;
8435
+ textEmail: string;
8436
+ textCopyEmail: string;
8413
8437
  /**
8414
8438
  * Track open/closed state for animation
8415
8439
  */
@@ -8450,7 +8474,7 @@ declare class DsMobileHandbookFolderComponent {
8450
8474
  getPageSheets(): number[];
8451
8475
  constructor(handbookModal: DsMobileHandbookDetailModalService);
8452
8476
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileHandbookFolderComponent, never>;
8453
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileHandbookFolderComponent, "ds-mobile-handbook-folder", never, { "variant": { "alias": "variant"; "required": false; }; "customColor": { "alias": "customColor"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "itemCount": { "alias": "itemCount"; "required": false; }; "label": { "alias": "label"; "required": false; }; "items": { "alias": "items"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, true, never>;
8477
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileHandbookFolderComponent, "ds-mobile-handbook-folder", never, { "variant": { "alias": "variant"; "required": false; }; "customColor": { "alias": "customColor"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "itemCount": { "alias": "itemCount"; "required": false; }; "label": { "alias": "label"; "required": false; }; "items": { "alias": "items"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "textLoading": { "alias": "textLoading"; "required": false; }; "textError": { "alias": "textError"; "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>;
8454
8478
  }
8455
8479
 
8456
8480
  /**
@@ -8536,7 +8560,7 @@ declare class DsMobileHandbookFolderMiniComponent {
8536
8560
  * ```
8537
8561
  */
8538
8562
  declare class DsTextInputComponent implements ControlValueAccessor {
8539
- type: _angular_core.InputSignal<"email" | "search" | "text" | "tel" | "password" | "url">;
8563
+ type: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "password" | "url">;
8540
8564
  label: _angular_core.InputSignal<string>;
8541
8565
  placeholder: _angular_core.InputSignal<string>;
8542
8566
  disabled: _angular_core.InputSignal<boolean>;
@@ -8545,7 +8569,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
8545
8569
  hasError: _angular_core.InputSignal<boolean>;
8546
8570
  errorMessage: _angular_core.InputSignal<string>;
8547
8571
  autocomplete: _angular_core.InputSignal<string>;
8548
- inputmode: _angular_core.InputSignal<"email" | "search" | "text" | "tel" | "url" | "numeric" | undefined>;
8572
+ inputmode: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "url" | "numeric" | undefined>;
8549
8573
  autoClearError: _angular_core.InputSignal<boolean>;
8550
8574
  validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
8551
8575
  valueChange: _angular_core.OutputEmitterRef<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.98",
3
+ "version": "0.2.100",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"