@firestitch/2fa 12.11.4 → 12.11.6
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/app/enums/index.d.ts +1 -1
- package/app/enums/verification-method-type.enum.d.ts +5 -5
- package/app/interfaces/index.d.ts +1 -1
- package/app/interfaces/verification-method.interface.d.ts +11 -11
- package/app/modules/code-input/code-input.module.d.ts +9 -9
- package/app/modules/code-input/components/code-input/code-input.component.d.ts +14 -13
- package/app/modules/code-input/components/code-input/index.d.ts +1 -1
- package/app/modules/code-input/index.d.ts +1 -1
- package/app/modules/defaulted/components/defaulted/defaulted.component.d.ts +5 -5
- package/app/modules/defaulted/components/defaulted/index.d.ts +1 -1
- package/app/modules/defaulted/defaulted.module.d.ts +7 -7
- package/app/modules/manage/components/2fa-manage/2fa-manage.component.d.ts +30 -30
- package/app/modules/manage/components/2fa-manage/index.d.ts +1 -1
- package/app/modules/manage/components/app/app.component.d.ts +32 -32
- package/app/modules/manage/components/app/index.d.ts +1 -1
- package/app/modules/manage/components/email/email.component.d.ts +27 -27
- package/app/modules/manage/components/email/index.d.ts +1 -1
- package/app/modules/manage/components/emails/emails.component.d.ts +19 -19
- package/app/modules/manage/components/emails/index.d.ts +1 -1
- package/app/modules/manage/components/manage-methods/index.d.ts +1 -1
- package/app/modules/manage/components/manage-methods/manage-methods.component.d.ts +35 -35
- package/app/modules/manage/components/number/index.d.ts +1 -1
- package/app/modules/manage/components/number/number.component.d.ts +28 -28
- package/app/modules/manage/components/numbers/index.d.ts +1 -1
- package/app/modules/manage/components/numbers/numbers.component.d.ts +20 -20
- package/app/modules/manage/components/qr-code/index.d.ts +1 -1
- package/app/modules/manage/components/qr-code/qr-code.component.d.ts +11 -11
- package/app/modules/manage/fs-2f-manage.module.d.ts +33 -33
- package/app/modules/manage/services/index.d.ts +1 -1
- package/app/modules/manage/services/two-factor-manage.service.d.ts +52 -52
- package/app/modules/resend/components/resend/index.d.ts +1 -1
- package/app/modules/resend/components/resend/resend.component.d.ts +14 -14
- package/app/modules/resend/resend.module.d.ts +9 -9
- package/app/modules/verification/components/2fa-verification/2fa-verification.component.d.ts +39 -38
- package/app/modules/verification/components/2fa-verification-code/2fa-verification-code.component.d.ts +21 -20
- package/app/modules/verification/components/2fa-verification-methods/2fa-verification-methods.component.d.ts +22 -22
- package/app/modules/verification/directives/2fa-verification-resend.directive.d.ts +11 -11
- package/app/modules/verification/directives/index.d.ts +1 -1
- package/app/modules/verification/fs-2fa-verification.module.d.ts +25 -25
- package/app/modules/verification-methods/components/verification-methods/index.d.ts +1 -1
- package/app/modules/verification-methods/components/verification-methods/verification-methods.component.d.ts +26 -26
- package/app/modules/verification-methods/fs-2f-verification-methods.module.d.ts +14 -14
- package/app/modules/verification-methods/index.d.ts +1 -1
- package/bundles/firestitch-2fa.umd.js +1474 -1464
- package/bundles/firestitch-2fa.umd.js.map +1 -1
- package/esm2015/app/enums/index.js +1 -1
- package/esm2015/app/enums/verification-method-type.enum.js +6 -6
- package/esm2015/app/interfaces/index.js +1 -1
- package/esm2015/app/interfaces/verification-method.interface.js +1 -1
- package/esm2015/app/modules/code-input/code-input.module.js +29 -29
- package/esm2015/app/modules/code-input/components/code-input/code-input.component.js +42 -37
- package/esm2015/app/modules/code-input/components/code-input/index.js +1 -1
- package/esm2015/app/modules/code-input/index.js +1 -1
- package/esm2015/app/modules/defaulted/components/defaulted/defaulted.component.js +15 -15
- package/esm2015/app/modules/defaulted/components/defaulted/index.js +1 -1
- package/esm2015/app/modules/defaulted/defaulted.module.js +17 -17
- package/esm2015/app/modules/manage/components/2fa-manage/2fa-manage.component.js +103 -103
- package/esm2015/app/modules/manage/components/2fa-manage/index.js +1 -1
- package/esm2015/app/modules/manage/components/app/app.component.js +88 -88
- package/esm2015/app/modules/manage/components/app/index.js +1 -1
- package/esm2015/app/modules/manage/components/email/email.component.js +82 -82
- package/esm2015/app/modules/manage/components/email/index.js +1 -1
- package/esm2015/app/modules/manage/components/emails/emails.component.js +49 -49
- package/esm2015/app/modules/manage/components/emails/index.js +1 -1
- package/esm2015/app/modules/manage/components/manage-methods/index.js +1 -1
- package/esm2015/app/modules/manage/components/manage-methods/manage-methods.component.js +127 -127
- package/esm2015/app/modules/manage/components/number/index.js +1 -1
- package/esm2015/app/modules/manage/components/number/number.component.js +85 -85
- package/esm2015/app/modules/manage/components/numbers/index.js +1 -1
- package/esm2015/app/modules/manage/components/numbers/numbers.component.js +50 -50
- package/esm2015/app/modules/manage/components/qr-code/index.js +1 -1
- package/esm2015/app/modules/manage/components/qr-code/qr-code.component.js +37 -36
- package/esm2015/app/modules/manage/fs-2f-manage.module.js +116 -116
- package/esm2015/app/modules/manage/services/index.js +1 -1
- package/esm2015/app/modules/manage/services/two-factor-manage.service.js +160 -160
- package/esm2015/app/modules/resend/components/resend/index.js +1 -1
- package/esm2015/app/modules/resend/components/resend/resend.component.js +39 -39
- package/esm2015/app/modules/resend/resend.module.js +29 -29
- package/esm2015/app/modules/verification/components/2fa-verification/2fa-verification.component.js +130 -128
- package/esm2015/app/modules/verification/components/2fa-verification-code/2fa-verification-code.component.js +63 -61
- package/esm2015/app/modules/verification/components/2fa-verification-methods/2fa-verification-methods.component.js +60 -60
- package/esm2015/app/modules/verification/directives/2fa-verification-resend.directive.js +31 -31
- package/esm2015/app/modules/verification/directives/index.js +1 -1
- package/esm2015/app/modules/verification/fs-2fa-verification.module.js +96 -96
- package/esm2015/app/modules/verification-methods/components/verification-methods/index.js +1 -1
- package/esm2015/app/modules/verification-methods/components/verification-methods/verification-methods.component.js +120 -120
- package/esm2015/app/modules/verification-methods/fs-2f-verification-methods.module.js +47 -47
- package/esm2015/app/modules/verification-methods/index.js +1 -1
- package/esm2015/firestitch-2fa.js +4 -4
- package/esm2015/public_api.js +8 -8
- package/fesm2015/firestitch-2fa.js +1323 -1313
- package/fesm2015/firestitch-2fa.js.map +1 -1
- package/firestitch-2fa.d.ts +5 -5
- package/package.json +1 -1
- package/public_api.d.ts +9 -9
package/app/enums/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './verification-method-type.enum';
|
|
1
|
+
export * from './verification-method-type.enum';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum VerificationMethodType {
|
|
2
|
-
Sms = "sms",
|
|
3
|
-
Email = "email",
|
|
4
|
-
App = "app"
|
|
5
|
-
}
|
|
1
|
+
export declare enum VerificationMethodType {
|
|
2
|
+
Sms = "sms",
|
|
3
|
+
Email = "email",
|
|
4
|
+
App = "app"
|
|
5
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './verification-method.interface';
|
|
1
|
+
export * from './verification-method.interface';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { VerificationMethodType } from '../enums/verification-method-type.enum';
|
|
2
|
-
export interface IFsVerificationMethod {
|
|
3
|
-
id?: number;
|
|
4
|
-
state?: string;
|
|
5
|
-
type?: VerificationMethodType;
|
|
6
|
-
phoneCode?: number;
|
|
7
|
-
phoneCountry?: string;
|
|
8
|
-
email?: string;
|
|
9
|
-
phoneNumber?: string;
|
|
10
|
-
default?: boolean;
|
|
11
|
-
}
|
|
1
|
+
import { VerificationMethodType } from '../enums/verification-method-type.enum';
|
|
2
|
+
export interface IFsVerificationMethod {
|
|
3
|
+
id?: number;
|
|
4
|
+
state?: string;
|
|
5
|
+
type?: VerificationMethodType;
|
|
6
|
+
phoneCode?: number;
|
|
7
|
+
phoneCountry?: string;
|
|
8
|
+
email?: string;
|
|
9
|
+
phoneNumber?: string;
|
|
10
|
+
default?: boolean;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/code-input/code-input.component";
|
|
3
|
-
import * as i2 from "@angular/forms";
|
|
4
|
-
import * as i3 from "@firestitch/code-input";
|
|
5
|
-
export declare class CodeInputModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CodeInputModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CodeInputModule, [typeof i1.CodeInputComponent], [typeof i2.FormsModule, typeof i3.FsCodeInputModule], [typeof i1.CodeInputComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CodeInputModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/code-input/code-input.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@firestitch/code-input";
|
|
5
|
+
export declare class CodeInputModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CodeInputModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CodeInputModule, [typeof i1.CodeInputComponent], [typeof i2.FormsModule, typeof i3.FsCodeInputModule], [typeof i1.CodeInputComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CodeInputModule>;
|
|
9
|
+
}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { FsCodeInputComponent } from '@firestitch/code-input';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CodeInputComponent {
|
|
5
|
-
codeInput: FsCodeInputComponent;
|
|
6
|
-
codeLength: number;
|
|
7
|
-
code: any;
|
|
8
|
-
codeCompleted: EventEmitter<any>;
|
|
9
|
-
codeChanged: EventEmitter<any>;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
static
|
|
13
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FsCodeInputComponent } from '@firestitch/code-input';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CodeInputComponent implements OnInit {
|
|
5
|
+
codeInput: FsCodeInputComponent;
|
|
6
|
+
codeLength: number;
|
|
7
|
+
code: any;
|
|
8
|
+
codeCompleted: EventEmitter<any>;
|
|
9
|
+
codeChanged: EventEmitter<any>;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
focus(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CodeInputComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodeInputComponent, "app-code-input", never, { "codeLength": "codeLength"; "code": "code"; }, { "codeCompleted": "codeCompleted"; "codeChanged": "codeChanged"; }, never, never>;
|
|
14
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './code-input.component';
|
|
1
|
+
export * from './code-input.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './code-input.module';
|
|
1
|
+
export * from './code-input.module';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DefaultedComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultedComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultedComponent, "app-defaulted", never, {}, {}, never, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DefaultedComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultedComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultedComponent, "app-defaulted", never, {}, {}, never, never>;
|
|
5
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './defaulted.component';
|
|
1
|
+
export * from './defaulted.component';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/defaulted/defaulted.component";
|
|
3
|
-
export declare class DefautledModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DefautledModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DefautledModule, [typeof i1.DefaultedComponent], never, [typeof i1.DefaultedComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DefautledModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/defaulted/defaulted.component";
|
|
3
|
+
export declare class DefautledModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefautledModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DefautledModule, [typeof i1.DefaultedComponent], never, [typeof i1.DefaultedComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DefautledModule>;
|
|
7
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { TwoFactorManageService } from '../../services';
|
|
5
|
-
import { IFsVerificationMethod } from '../../../../interfaces';
|
|
6
|
-
import { VerificationMethodType } from '../../../../enums';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class Fs2faManageComponent implements OnDestroy, OnInit {
|
|
9
|
-
private _cdRef;
|
|
10
|
-
private _dialog;
|
|
11
|
-
private _twoFactorManageService;
|
|
12
|
-
accountVerify: () => Observable<any>;
|
|
13
|
-
defaultCountry: string;
|
|
14
|
-
verificationMethodTypes: VerificationMethodType[];
|
|
15
|
-
verificationMethodsFetch: () => Observable<IFsVerificationMethod[]>;
|
|
16
|
-
verificationMethodDelete: (verificationMethod: IFsVerificationMethod) => Observable<IFsVerificationMethod>;
|
|
17
|
-
verificationMethodCreate: (verificationMethod: IFsVerificationMethod) => Observable<IFsVerificationMethod>;
|
|
18
|
-
verificationMethodDefault: (verificationMethod: IFsVerificationMethod) => Observable<IFsVerificationMethod>;
|
|
19
|
-
verificationMethodVerify: (code: string, trustDevice: any) => Observable<any>;
|
|
20
|
-
verificationMethodResend: () => Observable<any>;
|
|
21
|
-
statuses: any;
|
|
22
|
-
private _destroy$;
|
|
23
|
-
constructor(_cdRef: ChangeDetectorRef, _dialog: MatDialog, _twoFactorManageService: TwoFactorManageService);
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
manage(): void;
|
|
26
|
-
reload(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Fs2faManageComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Fs2faManageComponent, "fs-2fa-manage", never, { "accountVerify": "accountVerify"; "defaultCountry": "defaultCountry"; "verificationMethodTypes": "verificationMethodTypes"; "verificationMethodsFetch": "verificationMethodsFetch"; "verificationMethodDelete": "verificationMethodDelete"; "verificationMethodCreate": "verificationMethodCreate"; "verificationMethodDefault": "verificationMethodDefault"; "verificationMethodVerify": "verificationMethodVerify"; "verificationMethodResend": "verificationMethodResend"; }, {}, never, never>;
|
|
30
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { TwoFactorManageService } from '../../services';
|
|
5
|
+
import { IFsVerificationMethod } from '../../../../interfaces';
|
|
6
|
+
import { VerificationMethodType } from '../../../../enums';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class Fs2faManageComponent implements OnDestroy, OnInit {
|
|
9
|
+
private _cdRef;
|
|
10
|
+
private _dialog;
|
|
11
|
+
private _twoFactorManageService;
|
|
12
|
+
accountVerify: () => Observable<any>;
|
|
13
|
+
defaultCountry: string;
|
|
14
|
+
verificationMethodTypes: VerificationMethodType[];
|
|
15
|
+
verificationMethodsFetch: () => Observable<IFsVerificationMethod[]>;
|
|
16
|
+
verificationMethodDelete: (verificationMethod: IFsVerificationMethod) => Observable<IFsVerificationMethod>;
|
|
17
|
+
verificationMethodCreate: (verificationMethod: IFsVerificationMethod) => Observable<IFsVerificationMethod>;
|
|
18
|
+
verificationMethodDefault: (verificationMethod: IFsVerificationMethod) => Observable<IFsVerificationMethod>;
|
|
19
|
+
verificationMethodVerify: (code: string, trustDevice: any) => Observable<any>;
|
|
20
|
+
verificationMethodResend: () => Observable<any>;
|
|
21
|
+
statuses: any;
|
|
22
|
+
private _destroy$;
|
|
23
|
+
constructor(_cdRef: ChangeDetectorRef, _dialog: MatDialog, _twoFactorManageService: TwoFactorManageService);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
manage(): void;
|
|
26
|
+
reload(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Fs2faManageComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Fs2faManageComponent, "fs-2fa-manage", never, { "accountVerify": "accountVerify"; "defaultCountry": "defaultCountry"; "verificationMethodTypes": "verificationMethodTypes"; "verificationMethodsFetch": "verificationMethodsFetch"; "verificationMethodDelete": "verificationMethodDelete"; "verificationMethodCreate": "verificationMethodCreate"; "verificationMethodDefault": "verificationMethodDefault"; "verificationMethodVerify": "verificationMethodVerify"; "verificationMethodResend": "verificationMethodResend"; }, {}, never, never>;
|
|
30
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './2fa-manage.component';
|
|
1
|
+
export * from './2fa-manage.component';
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { FsFormDirective } from '@firestitch/form';
|
|
4
|
-
import { FsMessage } from '@firestitch/message';
|
|
5
|
-
import { TwoFactorManageService } from '../../services';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AppComponent implements OnInit {
|
|
8
|
-
private _data;
|
|
9
|
-
private _dialogRef;
|
|
10
|
-
private _cdRef;
|
|
11
|
-
private _message;
|
|
12
|
-
form: FsFormDirective;
|
|
13
|
-
twoFactorManageService: TwoFactorManageService;
|
|
14
|
-
mode: 'qr-code' | 'code-input';
|
|
15
|
-
accountId: any;
|
|
16
|
-
verificationMethod: any;
|
|
17
|
-
qrCodeUrl: any;
|
|
18
|
-
code: any;
|
|
19
|
-
default: any;
|
|
20
|
-
appType: 'google' | 'authy';
|
|
21
|
-
constructor(_data: any, _dialogRef: MatDialogRef<AppComponent>, _cdRef: ChangeDetectorRef, _message: FsMessage);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
appTypeGoogle(): void;
|
|
24
|
-
appTypeAuthy(): void;
|
|
25
|
-
appTypeSelect(appType: any): void;
|
|
26
|
-
codeCompleted(): void;
|
|
27
|
-
codeChanged(code: any): void;
|
|
28
|
-
next(): void;
|
|
29
|
-
verify: () => import("rxjs").Observable<any>;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppComponent, "ng-component", never, {}, {}, never, never>;
|
|
32
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { FsFormDirective } from '@firestitch/form';
|
|
4
|
+
import { FsMessage } from '@firestitch/message';
|
|
5
|
+
import { TwoFactorManageService } from '../../services';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AppComponent implements OnInit {
|
|
8
|
+
private _data;
|
|
9
|
+
private _dialogRef;
|
|
10
|
+
private _cdRef;
|
|
11
|
+
private _message;
|
|
12
|
+
form: FsFormDirective;
|
|
13
|
+
twoFactorManageService: TwoFactorManageService;
|
|
14
|
+
mode: 'qr-code' | 'code-input';
|
|
15
|
+
accountId: any;
|
|
16
|
+
verificationMethod: any;
|
|
17
|
+
qrCodeUrl: any;
|
|
18
|
+
code: any;
|
|
19
|
+
default: any;
|
|
20
|
+
appType: 'google' | 'authy';
|
|
21
|
+
constructor(_data: any, _dialogRef: MatDialogRef<AppComponent>, _cdRef: ChangeDetectorRef, _message: FsMessage);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
appTypeGoogle(): void;
|
|
24
|
+
appTypeAuthy(): void;
|
|
25
|
+
appTypeSelect(appType: any): void;
|
|
26
|
+
codeCompleted(): void;
|
|
27
|
+
codeChanged(code: any): void;
|
|
28
|
+
next(): void;
|
|
29
|
+
verify: () => import("rxjs").Observable<any>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppComponent, "ng-component", never, {}, {}, never, never>;
|
|
32
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './app.component';
|
|
1
|
+
export * from './app.component';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { FsMessage } from '@firestitch/message';
|
|
4
|
-
import { FsFormDirective } from '@firestitch/form';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
|
-
import { TwoFactorManageService } from '../../services';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class EmailComponent {
|
|
9
|
-
private _data;
|
|
10
|
-
private _dialogRef;
|
|
11
|
-
private _cdRef;
|
|
12
|
-
private _message;
|
|
13
|
-
form: FsFormDirective;
|
|
14
|
-
email: any;
|
|
15
|
-
code: any;
|
|
16
|
-
default: any;
|
|
17
|
-
verificationMethod: any;
|
|
18
|
-
trustDevice: boolean;
|
|
19
|
-
twoFactorManageService: TwoFactorManageService;
|
|
20
|
-
constructor(_data: any, _dialogRef: MatDialogRef<EmailComponent>, _cdRef: ChangeDetectorRef, _message: FsMessage);
|
|
21
|
-
resend: () => Observable<void>;
|
|
22
|
-
submit: () => Observable<any>;
|
|
23
|
-
codeCompleted(): void;
|
|
24
|
-
codeChanged(code: any): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmailComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmailComponent, "ng-component", never, {}, {}, never, never>;
|
|
27
|
-
}
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { FsMessage } from '@firestitch/message';
|
|
4
|
+
import { FsFormDirective } from '@firestitch/form';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import { TwoFactorManageService } from '../../services';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class EmailComponent {
|
|
9
|
+
private _data;
|
|
10
|
+
private _dialogRef;
|
|
11
|
+
private _cdRef;
|
|
12
|
+
private _message;
|
|
13
|
+
form: FsFormDirective;
|
|
14
|
+
email: any;
|
|
15
|
+
code: any;
|
|
16
|
+
default: any;
|
|
17
|
+
verificationMethod: any;
|
|
18
|
+
trustDevice: boolean;
|
|
19
|
+
twoFactorManageService: TwoFactorManageService;
|
|
20
|
+
constructor(_data: any, _dialogRef: MatDialogRef<EmailComponent>, _cdRef: ChangeDetectorRef, _message: FsMessage);
|
|
21
|
+
resend: () => Observable<void>;
|
|
22
|
+
submit: () => Observable<any>;
|
|
23
|
+
codeCompleted(): void;
|
|
24
|
+
codeChanged(code: any): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmailComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmailComponent, "ng-component", never, {}, {}, never, never>;
|
|
27
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './email.component';
|
|
1
|
+
export * from './email.component';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { FsMessage } from '@firestitch/message';
|
|
3
|
-
import { VerificationMethodsComponent } from '../../../../modules/verification-methods/components/verification-methods';
|
|
4
|
-
import { VerificationMethodType } from '../../../../enums/verification-method-type.enum';
|
|
5
|
-
import { TwoFactorManageService } from '../../services';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class EmailsComponent {
|
|
8
|
-
private _data;
|
|
9
|
-
private _dialogRef;
|
|
10
|
-
private _message;
|
|
11
|
-
verificationMethods: VerificationMethodsComponent;
|
|
12
|
-
twoFactorManageService: TwoFactorManageService;
|
|
13
|
-
VerificationMethodType: typeof VerificationMethodType;
|
|
14
|
-
constructor(_data: any, _dialogRef: MatDialogRef<EmailsComponent>, _message: FsMessage);
|
|
15
|
-
add(): void;
|
|
16
|
-
deleted(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmailsComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmailsComponent, "ng-component", never, {}, {}, never, never>;
|
|
19
|
-
}
|
|
1
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
+
import { FsMessage } from '@firestitch/message';
|
|
3
|
+
import { VerificationMethodsComponent } from '../../../../modules/verification-methods/components/verification-methods';
|
|
4
|
+
import { VerificationMethodType } from '../../../../enums/verification-method-type.enum';
|
|
5
|
+
import { TwoFactorManageService } from '../../services';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class EmailsComponent {
|
|
8
|
+
private _data;
|
|
9
|
+
private _dialogRef;
|
|
10
|
+
private _message;
|
|
11
|
+
verificationMethods: VerificationMethodsComponent;
|
|
12
|
+
twoFactorManageService: TwoFactorManageService;
|
|
13
|
+
VerificationMethodType: typeof VerificationMethodType;
|
|
14
|
+
constructor(_data: any, _dialogRef: MatDialogRef<EmailsComponent>, _message: FsMessage);
|
|
15
|
+
add(): void;
|
|
16
|
+
deleted(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmailsComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmailsComponent, "ng-component", never, {}, {}, never, never>;
|
|
19
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './emails.component';
|
|
1
|
+
export * from './emails.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './manage-methods.component';
|
|
1
|
+
export * from './manage-methods.component';
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { TwoFactorManageService } from '../../services';
|
|
4
|
-
import { VerificationMethodType } from '../../../../enums/verification-method-type.enum';
|
|
5
|
-
import { FsMessage } from '@firestitch/message';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ManageMethodsComponent implements OnInit, OnDestroy {
|
|
8
|
-
private _data;
|
|
9
|
-
private _cdRef;
|
|
10
|
-
private _dialog;
|
|
11
|
-
private _message;
|
|
12
|
-
twoFactorManageService: TwoFactorManageService;
|
|
13
|
-
verificationMethods: any;
|
|
14
|
-
verificationMethodTypes: {};
|
|
15
|
-
VerificationMethodType: typeof VerificationMethodType;
|
|
16
|
-
private _destroy$;
|
|
17
|
-
private _defaultCountry;
|
|
18
|
-
constructor(_data: any, _cdRef: ChangeDetectorRef, _dialog: MatDialog, _message: FsMessage);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
get defaultSms(): boolean;
|
|
21
|
-
get defaultApp(): boolean;
|
|
22
|
-
get defaultEmail(): boolean;
|
|
23
|
-
get textHasVerificationMethod(): boolean;
|
|
24
|
-
get appHasVerificationMethod(): boolean;
|
|
25
|
-
get emailHasVerificationMethod(): boolean;
|
|
26
|
-
textMessageManage(): void;
|
|
27
|
-
textMessageAdd(): void;
|
|
28
|
-
emailMessageManage(): void;
|
|
29
|
-
emailMessageAdd(): void;
|
|
30
|
-
appRemove(): void;
|
|
31
|
-
appAdd(): void;
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ManageMethodsComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ManageMethodsComponent, "ng-component", never, {}, {}, never, never>;
|
|
35
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { TwoFactorManageService } from '../../services';
|
|
4
|
+
import { VerificationMethodType } from '../../../../enums/verification-method-type.enum';
|
|
5
|
+
import { FsMessage } from '@firestitch/message';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ManageMethodsComponent implements OnInit, OnDestroy {
|
|
8
|
+
private _data;
|
|
9
|
+
private _cdRef;
|
|
10
|
+
private _dialog;
|
|
11
|
+
private _message;
|
|
12
|
+
twoFactorManageService: TwoFactorManageService;
|
|
13
|
+
verificationMethods: any;
|
|
14
|
+
verificationMethodTypes: {};
|
|
15
|
+
VerificationMethodType: typeof VerificationMethodType;
|
|
16
|
+
private _destroy$;
|
|
17
|
+
private _defaultCountry;
|
|
18
|
+
constructor(_data: any, _cdRef: ChangeDetectorRef, _dialog: MatDialog, _message: FsMessage);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
get defaultSms(): boolean;
|
|
21
|
+
get defaultApp(): boolean;
|
|
22
|
+
get defaultEmail(): boolean;
|
|
23
|
+
get textHasVerificationMethod(): boolean;
|
|
24
|
+
get appHasVerificationMethod(): boolean;
|
|
25
|
+
get emailHasVerificationMethod(): boolean;
|
|
26
|
+
textMessageManage(): void;
|
|
27
|
+
textMessageAdd(): void;
|
|
28
|
+
emailMessageManage(): void;
|
|
29
|
+
emailMessageAdd(): void;
|
|
30
|
+
appRemove(): void;
|
|
31
|
+
appAdd(): void;
|
|
32
|
+
ngOnDestroy(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ManageMethodsComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ManageMethodsComponent, "ng-component", never, {}, {}, never, never>;
|
|
35
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './number.component';
|
|
1
|
+
export * from './number.component';
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { FsMessage } from '@firestitch/message';
|
|
4
|
-
import { FsFormDirective } from '@firestitch/form';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
|
-
import { TwoFactorManageService } from '../../services';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class NumberComponent {
|
|
9
|
-
private _data;
|
|
10
|
-
private _dialogRef;
|
|
11
|
-
private _cdRef;
|
|
12
|
-
private _message;
|
|
13
|
-
form: FsFormDirective;
|
|
14
|
-
phone: any;
|
|
15
|
-
code: any;
|
|
16
|
-
default: any;
|
|
17
|
-
trustDevice: boolean;
|
|
18
|
-
verificationMethod: any;
|
|
19
|
-
defaultCountry: any;
|
|
20
|
-
twoFactorManageService: TwoFactorManageService;
|
|
21
|
-
constructor(_data: any, _dialogRef: MatDialogRef<NumberComponent>, _cdRef: ChangeDetectorRef, _message: FsMessage);
|
|
22
|
-
resend: () => Observable<void>;
|
|
23
|
-
submit: () => Observable<any>;
|
|
24
|
-
codeCompleted(): void;
|
|
25
|
-
codeChanged(code: any): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumberComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberComponent, "ng-component", never, {}, {}, never, never>;
|
|
28
|
-
}
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { FsMessage } from '@firestitch/message';
|
|
4
|
+
import { FsFormDirective } from '@firestitch/form';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import { TwoFactorManageService } from '../../services';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class NumberComponent {
|
|
9
|
+
private _data;
|
|
10
|
+
private _dialogRef;
|
|
11
|
+
private _cdRef;
|
|
12
|
+
private _message;
|
|
13
|
+
form: FsFormDirective;
|
|
14
|
+
phone: any;
|
|
15
|
+
code: any;
|
|
16
|
+
default: any;
|
|
17
|
+
trustDevice: boolean;
|
|
18
|
+
verificationMethod: any;
|
|
19
|
+
defaultCountry: any;
|
|
20
|
+
twoFactorManageService: TwoFactorManageService;
|
|
21
|
+
constructor(_data: any, _dialogRef: MatDialogRef<NumberComponent>, _cdRef: ChangeDetectorRef, _message: FsMessage);
|
|
22
|
+
resend: () => Observable<void>;
|
|
23
|
+
submit: () => Observable<any>;
|
|
24
|
+
codeCompleted(): void;
|
|
25
|
+
codeChanged(code: any): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberComponent, "ng-component", never, {}, {}, never, never>;
|
|
28
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './numbers.component';
|
|
1
|
+
export * from './numbers.component';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { FsMessage } from '@firestitch/message';
|
|
3
|
-
import { VerificationMethodsComponent } from '../../../../modules/verification-methods/components/verification-methods';
|
|
4
|
-
import { VerificationMethodType } from '../../../../enums/verification-method-type.enum';
|
|
5
|
-
import { TwoFactorManageService } from '../../services';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class NumbersComponent {
|
|
8
|
-
private _data;
|
|
9
|
-
private _dialogRef;
|
|
10
|
-
private _message;
|
|
11
|
-
verificationMethods: VerificationMethodsComponent;
|
|
12
|
-
defaultCountry: any;
|
|
13
|
-
twoFactorManageService: TwoFactorManageService;
|
|
14
|
-
VerificationMethodType: typeof VerificationMethodType;
|
|
15
|
-
constructor(_data: any, _dialogRef: MatDialogRef<NumbersComponent>, _message: FsMessage);
|
|
16
|
-
add(): void;
|
|
17
|
-
deleted(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumbersComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumbersComponent, "ng-component", never, {}, {}, never, never>;
|
|
20
|
-
}
|
|
1
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
+
import { FsMessage } from '@firestitch/message';
|
|
3
|
+
import { VerificationMethodsComponent } from '../../../../modules/verification-methods/components/verification-methods';
|
|
4
|
+
import { VerificationMethodType } from '../../../../enums/verification-method-type.enum';
|
|
5
|
+
import { TwoFactorManageService } from '../../services';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class NumbersComponent {
|
|
8
|
+
private _data;
|
|
9
|
+
private _dialogRef;
|
|
10
|
+
private _message;
|
|
11
|
+
verificationMethods: VerificationMethodsComponent;
|
|
12
|
+
defaultCountry: any;
|
|
13
|
+
twoFactorManageService: TwoFactorManageService;
|
|
14
|
+
VerificationMethodType: typeof VerificationMethodType;
|
|
15
|
+
constructor(_data: any, _dialogRef: MatDialogRef<NumbersComponent>, _message: FsMessage);
|
|
16
|
+
add(): void;
|
|
17
|
+
deleted(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumbersComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumbersComponent, "ng-component", never, {}, {}, never, never>;
|
|
20
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './qr-code.component';
|
|
1
|
+
export * from './qr-code.component';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class QrCodeComponent implements OnInit {
|
|
4
|
-
private _cdRef;
|
|
5
|
-
value: any;
|
|
6
|
-
image: any;
|
|
7
|
-
constructor(_cdRef: ChangeDetectorRef);
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QrCodeComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QrCodeComponent, "app-qr-code", never, { "value": "value"; }, {}, never, never>;
|
|
11
|
-
}
|
|
1
|
+
import { OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class QrCodeComponent implements OnInit {
|
|
4
|
+
private _cdRef;
|
|
5
|
+
value: any;
|
|
6
|
+
image: any;
|
|
7
|
+
constructor(_cdRef: ChangeDetectorRef);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QrCodeComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QrCodeComponent, "app-qr-code", never, { "value": "value"; }, {}, never, never>;
|
|
11
|
+
}
|