@carefirst/library 5.2.4 → 5.3.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.
package/index.d.ts CHANGED
@@ -833,26 +833,12 @@ declare namespace verificationCode_interface_d {
833
833
  export type { verificationCode_interface_d_CfCodeInputUserFeedbackMessagesI as CfCodeInputUserFeedbackMessagesI, verificationCode_interface_d_CfCodeInputVerificationStatusesT as CfCodeInputVerificationStatusesT };
834
834
  }
835
835
 
836
- /**
837
- * Carefirst library - Verification Code Input
838
- *
839
- * @file verification-code.component
840
- * @description Contains all the logic for generating a CareFirst Verification Code Input
841
- * @author Arno Jansen van Vuuren
842
- * @since 2024 - 03 - 07
843
- * @usage <cf-verification-code
844
- valueToVerify=`string`
845
- (outcome)=`omits code value`
846
- (resendClickEvent)=`resend click event`
847
- [status]=`BehaviorSubject<'initial' | 'invalid'>`>
848
- </cf-verification-code>
849
- */
850
-
851
836
  declare class VerificationCodeComponent implements OnChanges {
852
837
  valueToVerify: string;
853
838
  status: BehaviorSubject<CfCodeInputVerificationStatusesT>;
854
839
  userFeedbackMessages?: CfCodeInputUserFeedbackMessagesI;
855
- removeResendText?: true;
840
+ removeResendText?: boolean;
841
+ commsSentCount: i0.ModelSignal<number>;
856
842
  readonly outcome: EventEmitter<string>;
857
843
  readonly resendClickEvent: EventEmitter<true>;
858
844
  myInput1?: IonInput;
@@ -863,7 +849,6 @@ declare class VerificationCodeComponent implements OnChanges {
863
849
  validationCodeError: boolean;
864
850
  verificationCodeInputArr: (number | null)[];
865
851
  loading: boolean;
866
- commsSentCount: number;
867
852
  commsInputCount: number;
868
853
  commsInputCountExceeded: boolean;
869
854
  validationCode: string | undefined;
@@ -921,7 +906,7 @@ declare class VerificationCodeComponent implements OnChanges {
921
906
  */
922
907
  ionViewWillLeave(): void;
923
908
  static ɵfac: i0.ɵɵFactoryDeclaration<VerificationCodeComponent, never>;
924
- static ɵcmp: i0.ɵɵComponentDeclaration<VerificationCodeComponent, "cf-verification-code", never, { "valueToVerify": { "alias": "valueToVerify"; "required": false; }; "status": { "alias": "status"; "required": false; }; "userFeedbackMessages": { "alias": "userFeedbackMessages"; "required": false; }; "removeResendText": { "alias": "removeResendText"; "required": false; }; }, { "outcome": "outcome"; "resendClickEvent": "resendClickEvent"; }, never, never, false, never>;
909
+ static ɵcmp: i0.ɵɵComponentDeclaration<VerificationCodeComponent, "cf-verification-code", never, { "valueToVerify": { "alias": "valueToVerify"; "required": false; }; "status": { "alias": "status"; "required": false; }; "userFeedbackMessages": { "alias": "userFeedbackMessages"; "required": false; }; "removeResendText": { "alias": "removeResendText"; "required": false; }; "commsSentCount": { "alias": "commsSentCount"; "required": false; "isSignal": true; }; }, { "commsSentCount": "commsSentCountChange"; "outcome": "outcome"; "resendClickEvent": "resendClickEvent"; }, never, never, false, never>;
925
910
  }
926
911
 
927
912
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "5.2.4",
3
+ "version": "5.3.1",
4
4
  "author": "FCS Dev Team",
5
5
  "private": false,
6
6
  "peerDependencies": {