@carefirst/library 1.2.14 → 1.2.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,14 +5,14 @@ declare const inputsC: {
5
5
  readonly labelPlacement: readonly ["fixed", "floating", "stacked"];
6
6
  readonly inputMode: readonly ["text", "email", "numeric", "tel", "decimal", "url", "search"];
7
7
  readonly autoCapitalize: readonly ["off", "none", "on", "sentences", "words", "characters"];
8
- readonly type: readonly ["number", "date", "text", "password"];
8
+ readonly type: readonly ["date", "datetime-local", "email", "month", "number", "password", "search", "tel", "text", "time", "url", "week"];
9
9
  };
10
10
  export declare class FormInputComponent implements OnChanges {
11
11
  label: string;
12
12
  min: number | string;
13
13
  max: number | string;
14
14
  labelPlacement?: (typeof inputsC.labelPlacement)[number];
15
- inputMode?: (typeof inputsC.inputMode)[number];
15
+ inputmode?: (typeof inputsC.inputMode)[number];
16
16
  autoCapitalize?: (typeof inputsC.autoCapitalize)[number];
17
17
  type?: (typeof inputsC.type)[number];
18
18
  noClearButton?: boolean | string | undefined;
@@ -22,7 +22,7 @@ export declare class FormInputComponent implements OnChanges {
22
22
  greyBackground?: boolean | string | undefined;
23
23
  value: EventEmitter<any>;
24
24
  inputLabelPlacement: typeof this.labelPlacement;
25
- localInputMode: typeof this.inputMode;
25
+ localInputMode: typeof this.inputmode;
26
26
  inputClear: boolean;
27
27
  inputTextCenter: boolean;
28
28
  inputType: typeof this.type;
@@ -30,6 +30,6 @@ export declare class FormInputComponent implements OnChanges {
30
30
  inputGreyBackground: boolean;
31
31
  ngOnChanges(changes: SimpleChanges): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "cf-form-input", never, { "label": { "alias": "label"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "inputMode": { "alias": "inputMode"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "type": { "alias": "type"; "required": false; }; "noClearButton": { "alias": "noClearButton"; "required": false; }; "control": { "alias": "control"; "required": false; }; "textCenter": { "alias": "textCenter"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "greyBackground": { "alias": "greyBackground"; "required": false; }; }, { "value": "value"; }, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "cf-form-input", never, { "label": { "alias": "label"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "type": { "alias": "type"; "required": false; }; "noClearButton": { "alias": "noClearButton"; "required": false; }; "control": { "alias": "control"; "required": false; }; "textCenter": { "alias": "textCenter"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "greyBackground": { "alias": "greyBackground"; "required": false; }; }, { "value": "value"; }, never, never, false, never>;
34
34
  }
35
35
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "1.2.14",
3
+ "version": "1.2.16",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {