@propbinder/mobile-design 0.3.32 → 0.3.34

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
@@ -737,7 +737,7 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
737
737
  /**
738
738
  * Current view state
739
739
  */
740
- currentView: _angular_core.WritableSignal<"main" | "language">;
740
+ currentView: _angular_core.WritableSignal<"language" | "main">;
741
741
  /**
742
742
  * Reference to the view container for height calculations
743
743
  */
@@ -5204,7 +5204,7 @@ declare class DsMobileCreateGroupModalComponent implements OnInit {
5204
5204
  members: CreateGroupMember[];
5205
5205
  defaultName: string;
5206
5206
  allTenants: CreateGroupMember[];
5207
- view: _angular_core.WritableSignal<"add-members" | "main">;
5207
+ view: _angular_core.WritableSignal<"main" | "add-members">;
5208
5208
  groupName: _angular_core.WritableSignal<string>;
5209
5209
  customAvatarUrl: _angular_core.WritableSignal<string>;
5210
5210
  localMembers: _angular_core.WritableSignal<CreateGroupMember[]>;
@@ -8607,7 +8607,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
8607
8607
  hasError: _angular_core.InputSignal<boolean>;
8608
8608
  errorMessage: _angular_core.InputSignal<string>;
8609
8609
  autocomplete: _angular_core.InputSignal<string>;
8610
- inputmode: _angular_core.InputSignal<"search" | "text" | "numeric" | "email" | "tel" | "url" | undefined>;
8610
+ inputmode: _angular_core.InputSignal<"search" | "text" | "email" | "tel" | "url" | "numeric" | undefined>;
8611
8611
  autoClearError: _angular_core.InputSignal<boolean>;
8612
8612
  validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
8613
8613
  valueChange: _angular_core.OutputEmitterRef<string>;
@@ -8915,7 +8915,7 @@ declare class DsMobileIllustrationComponent {
8915
8915
  * Predefined illustration variant
8916
8916
  * Available variants: 'post', 'inquiry', 'confirmation', 'family'
8917
8917
  */
8918
- variant: _angular_core.InputSignal<"inquiry" | "delete-warning" | "post" | "confirmation" | "family" | "cancel-booking">;
8918
+ variant: _angular_core.InputSignal<"post" | "inquiry" | "confirmation" | "family" | "cancel-booking" | "delete-warning">;
8919
8919
  /**
8920
8920
  * Illustration size (width and height)
8921
8921
  * @default '120px'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.3.32",
3
+ "version": "0.3.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"