valtech-components 2.0.855 → 2.0.857

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.
@@ -26,6 +26,7 @@ export declare class LoginComponent implements OnDestroy {
26
26
  isForgotPasswordModalOpen: boolean;
27
27
  isResetPasswordModalOpen: boolean;
28
28
  isMFAVerifyModalOpen: boolean;
29
+ private _mfaSuccessPending;
29
30
  pendingVerificationEmail: string;
30
31
  pendingResetEmail: string;
31
32
  resendCooldown: number;
@@ -58,6 +59,7 @@ export declare class LoginComponent implements OnDestroy {
58
59
  openMFAVerifyModal(): void;
59
60
  closeMFAVerifyModal(): void;
60
61
  verifyMFAHandler(event: FormSubmit): void;
62
+ onMFAVerifyDismissed(): void;
61
63
  openForgotPasswordModal(): void;
62
64
  closeForgotPasswordModal(): void;
63
65
  forgotPasswordHandler(event: FormSubmit): void;
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "2.0.855";
5
+ export declare const VERSION = "2.0.857";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.855",
3
+ "version": "2.0.857",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"