@propbinder/mobile-design 0.2.9 → 0.2.11
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
|
@@ -1872,7 +1872,7 @@ declare class DsMobileListItemComponent {
|
|
|
1872
1872
|
* - 'center' - Align to center
|
|
1873
1873
|
* - 'bottom' - Align to bottom
|
|
1874
1874
|
*/
|
|
1875
|
-
align: _angular_core.InputSignal<"
|
|
1875
|
+
align: _angular_core.InputSignal<"top" | "bottom" | "center">;
|
|
1876
1876
|
/**
|
|
1877
1877
|
* Whether the list item is interactive (clickable and long-pressable)
|
|
1878
1878
|
* When true, adds interactive background, cursor pointer, and touch handlers
|
|
@@ -5144,7 +5144,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
|
|
|
5144
5144
|
hasError: _angular_core.InputSignal<boolean>;
|
|
5145
5145
|
errorMessage: _angular_core.InputSignal<string>;
|
|
5146
5146
|
autocomplete: _angular_core.InputSignal<string>;
|
|
5147
|
-
inputmode: _angular_core.InputSignal<"search" | "text" | "
|
|
5147
|
+
inputmode: _angular_core.InputSignal<"search" | "text" | "url" | "numeric" | "email" | "tel" | undefined>;
|
|
5148
5148
|
autoClearError: _angular_core.InputSignal<boolean>;
|
|
5149
5149
|
validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
|
|
5150
5150
|
valueChange: _angular_core.OutputEmitterRef<string>;
|
|
@@ -5658,7 +5658,7 @@ declare class MobileInquiriesPageComponent {
|
|
|
5658
5658
|
private navCtrl;
|
|
5659
5659
|
private newInquiryModal;
|
|
5660
5660
|
constructor(userService: UserService, navCtrl: NavController, newInquiryModal: DsMobileNewInquiryModalService);
|
|
5661
|
-
filterStatus: _angular_core.WritableSignal<"
|
|
5661
|
+
filterStatus: _angular_core.WritableSignal<"open" | "closed" | "all">;
|
|
5662
5662
|
tabItems: InlineTabItem[];
|
|
5663
5663
|
inquiries: _angular_core.WritableSignal<Inquiry[]>;
|
|
5664
5664
|
filteredInquiries: _angular_core.Signal<Inquiry[]>;
|