@carefirst/library 1.2.12 → 1.2.13
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import { FormControl } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
declare const inputsC: {
|
5
5
|
readonly labelPlacement: readonly ["fixed", "floating", "stacked"];
|
6
|
-
readonly inputMode: readonly ["email", "numeric", "tel", "decimal", "url", "search"
|
6
|
+
readonly inputMode: readonly ["text", "email", "numeric", "tel", "decimal", "url", "search"];
|
7
7
|
readonly autoCapitalize: readonly ["off", "none", "on", "sentences", "words", "characters"];
|
8
8
|
readonly type: readonly ["number", "date", "text", "password"];
|
9
9
|
};
|