@carefirst/library 2.0.21 → 2.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,9 @@ export declare class FormInputComponent implements OnChanges {
30
30
  inputType: typeof this.type;
31
31
  inputAutoCapitalize: typeof this.autoCapitalize;
32
32
  inputGreyBackground: boolean;
33
+ showPassword: boolean;
33
34
  ngOnChanges(changes: SimpleChanges): void;
35
+ togglePasswordShow(): void;
34
36
  static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, never>;
35
37
  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; }; "placeholder": { "alias": "placeholder"; "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": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
36
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {