@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/esm2015/public_api.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { Fs2faVerificationModule } from './app/modules/verification/fs-2fa-verification.module';
|
|
2
|
-
export { Fs2faManageModule } from './app/modules/manage/fs-2f-manage.module';
|
|
3
|
-
export { Fs2faVerificationMethodsModule } from './app/modules/verification-methods/fs-2f-verification-methods.module';
|
|
4
|
-
export { Fs2faVerificationComponent } from './app/modules/verification/components/2fa-verification/2fa-verification.component';
|
|
5
|
-
export { Fs2faManageComponent } from './app/modules/manage/components/2fa-manage/2fa-manage.component';
|
|
6
|
-
export { VerificationMethodsComponent } from './app/modules/verification-methods/components/verification-methods/verification-methods.component';
|
|
7
|
-
export { VerificationMethodType } from './app/enums';
|
|
8
|
-
export { Fs2faVerificationResendDirective } from './app/modules/verification/directives';
|
|
1
|
+
export { Fs2faVerificationModule } from './app/modules/verification/fs-2fa-verification.module';
|
|
2
|
+
export { Fs2faManageModule } from './app/modules/manage/fs-2f-manage.module';
|
|
3
|
+
export { Fs2faVerificationMethodsModule } from './app/modules/verification-methods/fs-2f-verification-methods.module';
|
|
4
|
+
export { Fs2faVerificationComponent } from './app/modules/verification/components/2fa-verification/2fa-verification.component';
|
|
5
|
+
export { Fs2faManageComponent } from './app/modules/manage/components/2fa-manage/2fa-manage.component';
|
|
6
|
+
export { VerificationMethodsComponent } from './app/modules/verification-methods/components/verification-methods/verification-methods.component';
|
|
7
|
+
export { VerificationMethodType } from './app/enums';
|
|
8
|
+
export { Fs2faVerificationResendDirective } from './app/modules/verification/directives';
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHVEQUF1RCxDQUFDO0FBQ2hHLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzdFLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLHNFQUFzRSxDQUFDO0FBRXRILE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLG1GQUFtRixDQUFDO0FBQy9ILE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGlFQUFpRSxDQUFDO0FBQ3ZHLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG1HQUFtRyxDQUFDO0FBSWpKLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUVyRCxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IEZzMmZhVmVyaWZpY2F0aW9uTW9kdWxlIH0gZnJvbSAnLi9hcHAvbW9kdWxlcy92ZXJpZmljYXRpb24vZnMtMmZhLXZlcmlmaWNhdGlvbi5tb2R1bGUnO1xuZXhwb3J0IHsgRnMyZmFNYW5hZ2VNb2R1bGUgfSBmcm9tICcuL2FwcC9tb2R1bGVzL21hbmFnZS9mcy0yZi1tYW5hZ2UubW9kdWxlJztcbmV4cG9ydCB7IEZzMmZhVmVyaWZpY2F0aW9uTWV0aG9kc01vZHVsZSB9IGZyb20gJy4vYXBwL21vZHVsZXMvdmVyaWZpY2F0aW9uLW1ldGhvZHMvZnMtMmYtdmVyaWZpY2F0aW9uLW1ldGhvZHMubW9kdWxlJztcblxuZXhwb3J0IHsgRnMyZmFWZXJpZmljYXRpb25Db21wb25lbnQgfSBmcm9tICcuL2FwcC9tb2R1bGVzL3ZlcmlmaWNhdGlvbi9jb21wb25lbnRzLzJmYS12ZXJpZmljYXRpb24vMmZhLXZlcmlmaWNhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0IHsgRnMyZmFNYW5hZ2VDb21wb25lbnQgfSBmcm9tICcuL2FwcC9tb2R1bGVzL21hbmFnZS9jb21wb25lbnRzLzJmYS1tYW5hZ2UvMmZhLW1hbmFnZS5jb21wb25lbnQnO1xuZXhwb3J0IHsgVmVyaWZpY2F0aW9uTWV0aG9kc0NvbXBvbmVudCB9IGZyb20gJy4vYXBwL21vZHVsZXMvdmVyaWZpY2F0aW9uLW1ldGhvZHMvY29tcG9uZW50cy92ZXJpZmljYXRpb24tbWV0aG9kcy92ZXJpZmljYXRpb24tbWV0aG9kcy5jb21wb25lbnQnO1xuXG5leHBvcnQgeyBJRnNWZXJpZmljYXRpb25NZXRob2QgfSBmcm9tICcuL2FwcC9pbnRlcmZhY2VzJztcblxuZXhwb3J0IHsgVmVyaWZpY2F0aW9uTWV0aG9kVHlwZSB9IGZyb20gJy4vYXBwL2VudW1zJztcblxuZXhwb3J0IHsgRnMyZmFWZXJpZmljYXRpb25SZXNlbmREaXJlY3RpdmUgfSBmcm9tICcuL2FwcC9tb2R1bGVzL3ZlcmlmaWNhdGlvbi9kaXJlY3RpdmVzJztcbiJdfQ==
|