@propbinder/mobile-design 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3814,7 +3814,7 @@ declare class DsTextInputComponent implements ControlValueAccessor {
3814
3814
  hasError: _angular_core.InputSignal<boolean>;
3815
3815
  errorMessage: _angular_core.InputSignal<string>;
3816
3816
  autocomplete: _angular_core.InputSignal<string>;
3817
- inputmode: _angular_core.InputSignal<"search" | "text" | "numeric" | "url" | "email" | "tel" | undefined>;
3817
+ inputmode: _angular_core.InputSignal<"search" | "text" | "url" | "numeric" | "email" | "tel" | undefined>;
3818
3818
  autoClearError: _angular_core.InputSignal<boolean>;
3819
3819
  validator: _angular_core.InputSignal<((value: string) => boolean) | null>;
3820
3820
  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.00",
3
+ "version": "0.2.01",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"