@firestitch/2fa 18.0.27 → 18.0.28

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.
Files changed (75) hide show
  1. package/app/modules/code-input/components/code-input/code-input.component.d.ts +1 -1
  2. package/app/modules/defaulted/components/defaulted/defaulted.component.d.ts +1 -1
  3. package/app/modules/manage/components/2fa-manage/2fa-manage.component.d.ts +2 -5
  4. package/app/modules/manage/components/app/app.component.d.ts +2 -5
  5. package/app/modules/manage/components/email/email.component.d.ts +2 -5
  6. package/app/modules/manage/components/emails/emails.component.d.ts +2 -4
  7. package/app/modules/manage/components/manage-methods/manage-methods.component.d.ts +2 -5
  8. package/app/modules/manage/components/number/number.component.d.ts +2 -5
  9. package/app/modules/manage/components/numbers/numbers.component.d.ts +2 -4
  10. package/app/modules/manage/services/two-factor-manage.service.d.ts +0 -2
  11. package/app/modules/verification/components/2fa-verification/2fa-verification.component.d.ts +2 -5
  12. package/app/modules/verification/components/2fa-verification-code/2fa-verification-code.component.d.ts +1 -3
  13. package/app/modules/verification/components/2fa-verification-methods/2fa-verification-methods.component.d.ts +2 -3
  14. package/app/modules/verification/directives/2fa-verification-resend.directive.d.ts +1 -1
  15. package/app/modules/verification-methods/components/verification-methods/verification-methods.component.d.ts +1 -3
  16. package/app/modules/verification-setup/data/verification-method.data.d.ts +1 -2
  17. package/app/modules/verification-setup/verification-setup.module.d.ts +13 -15
  18. package/app/modules/verification-setup/views/email/email.component.d.ts +1 -1
  19. package/app/modules/verification-setup/views/verify/verify.component.d.ts +1 -1
  20. package/esm2022/app/modules/code-input/components/code-input/code-input.component.mjs +7 -6
  21. package/esm2022/app/modules/defaulted/components/defaulted/defaulted.component.mjs +4 -3
  22. package/esm2022/app/modules/manage/components/2fa-manage/2fa-manage.component.mjs +11 -18
  23. package/esm2022/app/modules/manage/components/app/app.component.mjs +40 -32
  24. package/esm2022/app/modules/manage/components/email/email.component.mjs +41 -31
  25. package/esm2022/app/modules/manage/components/emails/emails.component.mjs +29 -22
  26. package/esm2022/app/modules/manage/components/manage-methods/manage-methods.component.mjs +38 -29
  27. package/esm2022/app/modules/manage/components/number/number.component.mjs +44 -32
  28. package/esm2022/app/modules/manage/components/numbers/numbers.component.mjs +29 -22
  29. package/esm2022/app/modules/manage/services/two-factor-manage.service.mjs +5 -9
  30. package/esm2022/app/modules/verification/components/2fa-verification/2fa-verification.component.mjs +22 -23
  31. package/esm2022/app/modules/verification/components/2fa-verification-code/2fa-verification-code.component.mjs +9 -13
  32. package/esm2022/app/modules/verification/components/2fa-verification-methods/2fa-verification-methods.component.mjs +37 -22
  33. package/esm2022/app/modules/verification/directives/2fa-verification-resend.directive.mjs +3 -2
  34. package/esm2022/app/modules/verification-methods/components/verification-methods/verification-methods.component.mjs +21 -18
  35. package/esm2022/app/modules/verification-setup/data/verification-method.data.mjs +5 -9
  36. package/esm2022/app/modules/verification-setup/verification-setup.module.mjs +8 -15
  37. package/esm2022/app/modules/verification-setup/views/email/email.component.mjs +30 -18
  38. package/esm2022/app/modules/verification-setup/views/verify/verify.component.mjs +24 -10
  39. package/esm2022/public_api.mjs +1 -4
  40. package/fesm2022/firestitch-2fa.mjs +296 -554
  41. package/fesm2022/firestitch-2fa.mjs.map +1 -1
  42. package/package.json +1 -1
  43. package/public_api.d.ts +0 -3
  44. package/app/modules/code-input/code-input.module.d.ts +0 -11
  45. package/app/modules/code-input/index.d.ts +0 -1
  46. package/app/modules/defaulted/components/defaulted/index.d.ts +0 -1
  47. package/app/modules/defaulted/defaulted.module.d.ts +0 -8
  48. package/app/modules/manage/components/2fa-manage/index.d.ts +0 -1
  49. package/app/modules/manage/fs-2f-manage.module.d.ts +0 -34
  50. package/app/modules/resend/components/resend/index.d.ts +0 -1
  51. package/app/modules/resend/components/resend/resend.component.d.ts +0 -14
  52. package/app/modules/resend/resend.module.d.ts +0 -9
  53. package/app/modules/verification/components/2fa-verification-code/index.d.ts +0 -1
  54. package/app/modules/verification/components/2fa-verification-methods/index.d.ts +0 -1
  55. package/app/modules/verification/components/index.d.ts +0 -3
  56. package/app/modules/verification/fs-2fa-verification.module.d.ts +0 -25
  57. package/app/modules/verification/index.d.ts +0 -3
  58. package/app/modules/verification-methods/fs-2f-verification-methods.module.d.ts +0 -14
  59. package/app/modules/verification-methods/index.d.ts +0 -1
  60. package/esm2022/app/modules/code-input/code-input.module.mjs +0 -36
  61. package/esm2022/app/modules/code-input/index.mjs +0 -2
  62. package/esm2022/app/modules/defaulted/components/defaulted/index.mjs +0 -2
  63. package/esm2022/app/modules/defaulted/defaulted.module.mjs +0 -22
  64. package/esm2022/app/modules/manage/components/2fa-manage/index.mjs +0 -2
  65. package/esm2022/app/modules/manage/fs-2f-manage.module.mjs +0 -120
  66. package/esm2022/app/modules/resend/components/resend/index.mjs +0 -2
  67. package/esm2022/app/modules/resend/components/resend/resend.component.mjs +0 -37
  68. package/esm2022/app/modules/resend/resend.module.mjs +0 -28
  69. package/esm2022/app/modules/verification/components/2fa-verification-code/index.mjs +0 -2
  70. package/esm2022/app/modules/verification/components/2fa-verification-methods/index.mjs +0 -2
  71. package/esm2022/app/modules/verification/components/index.mjs +0 -4
  72. package/esm2022/app/modules/verification/fs-2fa-verification.module.mjs +0 -95
  73. package/esm2022/app/modules/verification/index.mjs +0 -4
  74. package/esm2022/app/modules/verification-methods/fs-2f-verification-methods.module.mjs +0 -46
  75. package/esm2022/app/modules/verification-methods/index.mjs +0 -2
@@ -1,46 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { FormsModule } from '@angular/forms';
4
- import { MatIconModule } from '@angular/material/icon';
5
- import { FsListModule } from '@firestitch/list';
6
- import { FsPhoneModule } from '@firestitch/phone';
7
- import { FsCountryModule } from '@firestitch/country';
8
- import { VerificationMethodsComponent } from './components/verification-methods/verification-methods.component';
9
- import { DefautledModule } from '../defaulted/defaulted.module';
10
- import * as i0 from "@angular/core";
11
- export class Fs2faVerificationMethodsModule {
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: Fs2faVerificationMethodsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.7", ngImport: i0, type: Fs2faVerificationMethodsModule, declarations: [VerificationMethodsComponent], imports: [CommonModule,
14
- FormsModule,
15
- MatIconModule,
16
- FsListModule,
17
- FsPhoneModule,
18
- FsCountryModule,
19
- DefautledModule], exports: [VerificationMethodsComponent] });
20
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: Fs2faVerificationMethodsModule, imports: [CommonModule,
21
- FormsModule,
22
- MatIconModule,
23
- FsListModule,
24
- FsPhoneModule,
25
- FsCountryModule,
26
- DefautledModule] });
27
- }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: Fs2faVerificationMethodsModule, decorators: [{
29
- type: NgModule,
30
- args: [{
31
- imports: [
32
- CommonModule,
33
- FormsModule,
34
- MatIconModule,
35
- FsListModule,
36
- FsPhoneModule,
37
- FsCountryModule,
38
- DefautledModule,
39
- ],
40
- declarations: [
41
- VerificationMethodsComponent,
42
- ],
43
- exports: [VerificationMethodsComponent],
44
- }]
45
- }] });
46
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnMtMmYtdmVyaWZpY2F0aW9uLW1ldGhvZHMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL3ZlcmlmaWNhdGlvbi1tZXRob2RzL2ZzLTJmLXZlcmlmaWNhdGlvbi1tZXRob2RzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBR3ZELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNoRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRXRELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLGtFQUFrRSxDQUFDO0FBQ2hILE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQzs7QUFxQmhFLE1BQU0sT0FBTyw4QkFBOEI7dUdBQTlCLDhCQUE4Qjt3R0FBOUIsOEJBQThCLGlCQUp2Qyw0QkFBNEIsYUFaNUIsWUFBWTtZQUNaLFdBQVc7WUFFWCxhQUFhO1lBRWIsWUFBWTtZQUNaLGFBQWE7WUFDYixlQUFlO1lBRWYsZUFBZSxhQUtQLDRCQUE0Qjt3R0FFM0IsOEJBQThCLFlBaEJ2QyxZQUFZO1lBQ1osV0FBVztZQUVYLGFBQWE7WUFFYixZQUFZO1lBQ1osYUFBYTtZQUNiLGVBQWU7WUFFZixlQUFlOzsyRkFPTiw4QkFBOEI7a0JBbEIxQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFdBQVc7d0JBRVgsYUFBYTt3QkFFYixZQUFZO3dCQUNaLGFBQWE7d0JBQ2IsZUFBZTt3QkFFZixlQUFlO3FCQUNoQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osNEJBQTRCO3FCQUM3QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyw0QkFBNEIsQ0FBQztpQkFDeEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuXG5cbmltcG9ydCB7IEZzTGlzdE1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2xpc3QnO1xuaW1wb3J0IHsgRnNQaG9uZU1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL3Bob25lJztcbmltcG9ydCB7IEZzQ291bnRyeU1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2NvdW50cnknO1xuXG5pbXBvcnQgeyBWZXJpZmljYXRpb25NZXRob2RzQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3ZlcmlmaWNhdGlvbi1tZXRob2RzL3ZlcmlmaWNhdGlvbi1tZXRob2RzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEZWZhdXRsZWRNb2R1bGUgfSBmcm9tICcuLi9kZWZhdWx0ZWQvZGVmYXVsdGVkLm1vZHVsZSc7XG5cblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBGb3Jtc01vZHVsZSxcblxuICAgIE1hdEljb25Nb2R1bGUsXG5cbiAgICBGc0xpc3RNb2R1bGUsXG4gICAgRnNQaG9uZU1vZHVsZSxcbiAgICBGc0NvdW50cnlNb2R1bGUsXG5cbiAgICBEZWZhdXRsZWRNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFZlcmlmaWNhdGlvbk1ldGhvZHNDb21wb25lbnQsXG4gIF0sXG4gIGV4cG9ydHM6IFtWZXJpZmljYXRpb25NZXRob2RzQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgRnMyZmFWZXJpZmljYXRpb25NZXRob2RzTW9kdWxlIHsgfVxuIl19
@@ -1,2 +0,0 @@
1
- export * from './fs-2f-verification-methods.module';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvdmVyaWZpY2F0aW9uLW1ldGhvZHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZnMtMmYtdmVyaWZpY2F0aW9uLW1ldGhvZHMubW9kdWxlJztcbiJdfQ==