@firestitch/2fa
Advanced tools
Comparing version 18.0.4 to 18.0.5
@@ -1,11 +0,9 @@ | ||
import { MatButton } from '@angular/material/button'; | ||
import { Fs2faVerificationComponent } from '../components/2fa-verification/2fa-verification.component'; | ||
import * as i0 from "@angular/core"; | ||
export declare class Fs2faVerificationResendDirective { | ||
verification: Fs2faVerificationComponent; | ||
private _button; | ||
verification: Fs2faVerificationComponent; | ||
click(): void; | ||
constructor(_button: MatButton); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<Fs2faVerificationResendDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<Fs2faVerificationResendDirective, "[fs2faVerificationResend]", never, { "verification": { "alias": "fs2faVerificationResend"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
{ | ||
"name": "@firestitch/2fa", | ||
"version": "18.0.4", | ||
"version": "18.0.5", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -1,9 +0,10 @@ | ||
export { Fs2faVerificationModule } from './app/modules/verification/fs-2fa-verification.module'; | ||
export { Fs2faManageComponent } from './app/modules/manage/components/2fa-manage/2fa-manage.component'; | ||
export { Fs2faManageModule } from './app/modules/manage/fs-2f-manage.module'; | ||
export { VerificationMethodsComponent } from './app/modules/verification-methods/components/verification-methods/verification-methods.component'; | ||
export { Fs2faVerificationMethodsModule } from './app/modules/verification-methods/fs-2f-verification-methods.module'; | ||
export { FsVerificationSetupModule } from './app/modules/verification-setup/verification-setup.module'; | ||
export { Fs2faVerificationComponent } from './app/modules/verification/components/2fa-verification/2fa-verification.component'; | ||
export { Fs2faManageComponent } from './app/modules/manage/components/2fa-manage/2fa-manage.component'; | ||
export { VerificationMethodsComponent } from './app/modules/verification-methods/components/verification-methods/verification-methods.component'; | ||
export { Fs2faVerificationModule } from './app/modules/verification/fs-2fa-verification.module'; | ||
export { IFsVerificationMethod } from './app/interfaces'; | ||
export { VerificationMethodType } from './app/enums'; | ||
export { Fs2faVerificationResendDirective } from './app/modules/verification/directives'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
786802
118
4951