@propbinder/mobile-design 0.2.27 → 0.2.28
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
|
@@ -5931,7 +5931,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
|
|
|
5931
5931
|
hasError: _angular_core.InputSignal<boolean>;
|
|
5932
5932
|
errorMessage: _angular_core.InputSignal<string>;
|
|
5933
5933
|
autocomplete: _angular_core.InputSignal<string>;
|
|
5934
|
-
inputmode: _angular_core.InputSignal<"search" | "text" | "
|
|
5934
|
+
inputmode: _angular_core.InputSignal<"search" | "text" | "url" | "numeric" | "email" | "tel" | undefined>;
|
|
5935
5935
|
autoClearError: _angular_core.InputSignal<boolean>;
|
|
5936
5936
|
validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
|
|
5937
5937
|
valueChange: _angular_core.OutputEmitterRef<string>;
|
|
@@ -6743,6 +6743,7 @@ declare class WhitelabelDemoModalComponent implements OnInit {
|
|
|
6743
6743
|
applyPkaTheme(): void;
|
|
6744
6744
|
applyClaveTheme(): void;
|
|
6745
6745
|
applyFreedomTheme(): void;
|
|
6746
|
+
applyCobblestoneTheme(): void;
|
|
6746
6747
|
applyCustomColors(): void;
|
|
6747
6748
|
toggleCityIllustration(): void;
|
|
6748
6749
|
updateSignInBgType(type: 'solid' | 'gradient'): void;
|