@annalib/anna-cognito-lib 2.3.0 → 2.3.2

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 (29) hide show
  1. package/esm2022/lib/components/anna-login/anna-login.component.mjs +10 -10
  2. package/esm2022/lib/components/cognito-and-sso-login-container/cognito-and-sso-login-container.component.mjs +10 -6
  3. package/esm2022/lib/components/forgot-password/forgot-password.component.mjs +9 -9
  4. package/esm2022/lib/components/password-matching/password-matching.component.mjs +5 -5
  5. package/esm2022/lib/components/powered-by-logo-template/powered-by-logo-template.component.mjs +4 -4
  6. package/esm2022/lib/components/set-new-password/set-new-password.component.mjs +9 -8
  7. package/esm2022/lib/components/sso-login/sso-login.component.mjs +7 -7
  8. package/esm2022/lib/components/surewaves-year-logo/surewaves-year-logo.component.mjs +3 -3
  9. package/esm2022/lib/components/verify-and-set-new-password/verify-and-set-new-password.component.mjs +11 -11
  10. package/esm2022/lib/components/version-and-term-policy/version-and-term-policy.component.mjs +3 -3
  11. package/esm2022/lib/directives/spinner-button/spinner-button.directive.mjs +3 -2
  12. package/esm2022/public-api.mjs +1 -2
  13. package/fesm2022/annalib-anna-cognito-lib.mjs +163 -232
  14. package/fesm2022/annalib-anna-cognito-lib.mjs.map +1 -1
  15. package/lib/components/anna-login/anna-login.component.d.ts +1 -1
  16. package/lib/components/cognito-and-sso-login-container/cognito-and-sso-login-container.component.d.ts +1 -1
  17. package/lib/components/forgot-password/forgot-password.component.d.ts +1 -1
  18. package/lib/components/password-matching/password-matching.component.d.ts +1 -1
  19. package/lib/components/powered-by-logo-template/powered-by-logo-template.component.d.ts +1 -1
  20. package/lib/components/set-new-password/set-new-password.component.d.ts +1 -1
  21. package/lib/components/sso-login/sso-login.component.d.ts +1 -1
  22. package/lib/components/surewaves-year-logo/surewaves-year-logo.component.d.ts +1 -1
  23. package/lib/components/verify-and-set-new-password/verify-and-set-new-password.component.d.ts +1 -1
  24. package/lib/components/version-and-term-policy/version-and-term-policy.component.d.ts +1 -1
  25. package/lib/directives/spinner-button/spinner-button.directive.d.ts +1 -1
  26. package/package.json +4 -4
  27. package/public-api.d.ts +0 -1
  28. package/esm2022/lib/anna-cognito-lib.module.mjs +0 -91
  29. package/lib/anna-cognito-lib.module.d.ts +0 -21
@@ -16,5 +16,5 @@ export declare class AnnaLoginComponent {
16
16
  onIntialiseForm(): void;
17
17
  OnLogin(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLoginComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLoginComponent, "anna-cognito-lib-anna-login", never, {}, {}, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLoginComponent, "anna-cognito-lib-anna-login", never, {}, {}, never, never, true, never>;
20
20
  }
@@ -6,5 +6,5 @@ export declare class CognitoAndSSOLoginContainerComponent implements OnInit {
6
6
  constructor(consumingProjectSSOLoginService: ISSOLoginService);
7
7
  ngOnInit(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CognitoAndSSOLoginContainerComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<CognitoAndSSOLoginContainerComponent, "anna-cognito-lib-cognito-and-sso-login-container", never, {}, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<CognitoAndSSOLoginContainerComponent, "anna-cognito-lib-cognito-and-sso-login-container", never, {}, {}, never, never, true, never>;
10
10
  }
@@ -37,6 +37,6 @@ export declare class ForgotPasswordComponent implements OnInit {
37
37
  onVerifyRegisteredEmail(): void;
38
38
  onGettingUserStatus(isUsernameAvailable: boolean, isUserWithTempPassword: boolean, username: string): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "anna-cognito-lib-forgot-password", never, {}, {}, never, never, false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "anna-cognito-lib-forgot-password", never, {}, {}, never, never, true, never>;
41
41
  }
42
42
  export {};
@@ -18,5 +18,5 @@ export declare class PasswordMatchingComponent implements OnInit {
18
18
  createGroup(): FormGroup<any>;
19
19
  regexValidator(regex: RegExp, error: ValidationErrors): any;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PasswordMatchingComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordMatchingComponent, "anna-cognito-lib-password-matching", never, { "passwordNotMatching": { "alias": "passwordNotMatching"; "required": false; }; }, { "passwordChange": "passwordChange"; "confirmPasswordChange": "confirmPasswordChange"; }, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordMatchingComponent, "anna-cognito-lib-password-matching", never, { "passwordNotMatching": { "alias": "passwordNotMatching"; "required": false; }; }, { "passwordChange": "passwordChange"; "confirmPasswordChange": "confirmPasswordChange"; }, never, never, true, never>;
22
22
  }
@@ -4,5 +4,5 @@ export declare class PoweredByLogoTemplateComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<PoweredByLogoTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<PoweredByLogoTemplateComponent, "anna-cognito-lib-powered-by-logo-template", never, {}, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoweredByLogoTemplateComponent, "anna-cognito-lib-powered-by-logo-template", never, {}, {}, never, never, true, never>;
8
8
  }
@@ -23,6 +23,6 @@ export declare class SetNewPasswordComponent implements OnInit {
23
23
  onConfirmPasswordChange($event: passwordType): void;
24
24
  onSettingNewPassword(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<SetNewPasswordComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<SetNewPasswordComponent, "anna-cognito-lib-set-new-password", never, {}, {}, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<SetNewPasswordComponent, "anna-cognito-lib-set-new-password", never, {}, {}, never, never, true, never>;
27
27
  }
28
28
  export {};
@@ -10,5 +10,5 @@ export declare class SsoLoginComponent {
10
10
  ngOnInit(): void;
11
11
  signInWithSSO(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SsoLoginComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SsoLoginComponent, "anna-cognito-lib-sso-login", never, {}, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SsoLoginComponent, "anna-cognito-lib-sso-login", never, {}, {}, never, never, true, never>;
14
14
  }
@@ -5,5 +5,5 @@ export declare class SurewavesYearLogoComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SurewavesYearLogoComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SurewavesYearLogoComponent, "anna-cognito-lib-surewaves-year-logo", never, {}, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SurewavesYearLogoComponent, "anna-cognito-lib-surewaves-year-logo", never, {}, {}, never, never, true, never>;
9
9
  }
@@ -27,6 +27,6 @@ export declare class VerifyAndSetNewPasswordComponent implements OnInit {
27
27
  onConfirmPasswordChange($event: passwordType): void;
28
28
  onVerifyOtpSettingNewPassword(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<VerifyAndSetNewPasswordComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<VerifyAndSetNewPasswordComponent, "anna-cognito-lib-verify-and-set-new-password", never, {}, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<VerifyAndSetNewPasswordComponent, "anna-cognito-lib-verify-and-set-new-password", never, {}, {}, never, never, true, never>;
31
31
  }
32
32
  export {};
@@ -6,5 +6,5 @@ export declare class VersionAndTermPolicyComponent implements OnInit {
6
6
  constructor(consumingProjectConfigService: IConfigService);
7
7
  ngOnInit(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<VersionAndTermPolicyComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<VersionAndTermPolicyComponent, "anna-cognito-lib-version-and-term-policy", never, {}, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<VersionAndTermPolicyComponent, "anna-cognito-lib-version-and-term-policy", never, {}, {}, never, never, true, never>;
10
10
  }
@@ -11,5 +11,5 @@ export declare class SpinnerButtonDirective implements OnInit, OnChanges {
11
11
  ngOnInit(): void;
12
12
  ngOnChanges(changes: SimpleChanges): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerButtonDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<SpinnerButtonDirective, "[anna-cognito-lib-SpinnerButton]", never, { "loading": { "alias": "anna-cognito-lib-SpinnerButton"; "required": false; }; "spinnerButtonText": { "alias": "spinnerButtonText"; "required": false; }; }, {}, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SpinnerButtonDirective, "[anna-cognito-lib-SpinnerButton]", never, { "loading": { "alias": "anna-cognito-lib-SpinnerButton"; "required": false; }; "spinnerButtonText": { "alias": "spinnerButtonText"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@annalib/anna-cognito-lib",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",
7
7
  "@mdi/font": "^5.9.55",
8
- "@ng-bootstrap/ng-bootstrap": "^14.1.1",
8
+ "@ng-bootstrap/ng-bootstrap": "^15.1.2",
9
9
  "@types/node": "^12.11.1",
10
10
  "aws-amplify": "^6.0.4",
11
- "bootstrap": "^5.2.3",
12
- "ngx-toastr": "^15.2.2"
11
+ "bootstrap": "^5.3.3",
12
+ "ngx-toastr": "^17.0.2"
13
13
  },
14
14
  "module": "fesm2022/annalib-anna-cognito-lib.mjs",
15
15
  "typings": "index.d.ts",
package/public-api.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export * from './lib/anna-cognito-lib.module';
2
1
  export * from './lib/components/cognito-and-sso-login-container/cognito-and-sso-login-container.component';
3
2
  export * from './lib/components/anna-login/anna-login.component';
4
3
  export * from './lib/components/sso-login/sso-login.component';
@@ -1,91 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CognitoAndSSOLoginContainerComponent } from './components/cognito-and-sso-login-container/cognito-and-sso-login-container.component';
3
- import { SsoLoginComponent } from './components/sso-login/sso-login.component';
4
- import { SpinnerButtonDirective } from './directives/spinner-button';
5
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
6
- import { RouterModule } from '@angular/router';
7
- import { CommonModule } from '@angular/common';
8
- import { SetNewPasswordComponent } from './components/set-new-password/set-new-password.component';
9
- import { PasswordMatchingComponent } from './components/password-matching/password-matching.component';
10
- import { ForgotPasswordComponent } from './components/forgot-password/forgot-password.component';
11
- import { VerifyAndSetNewPasswordComponent } from './components/verify-and-set-new-password/verify-and-set-new-password.component';
12
- import { VersionAndTermPolicyComponent } from './components/version-and-term-policy/version-and-term-policy.component';
13
- import { SurewavesYearLogoComponent } from './components/surewaves-year-logo/surewaves-year-logo.component';
14
- import { PoweredByLogoTemplateComponent } from './components/powered-by-logo-template/powered-by-logo-template.component';
15
- import { NgOptimizedImage } from '@angular/common';
16
- import { AnnaLoginComponent } from './components/anna-login/anna-login.component';
17
- import * as i0 from "@angular/core";
18
- export class AnnaCognitoLibModule {
19
- constructor() { }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnaCognitoLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AnnaCognitoLibModule, declarations: [CognitoAndSSOLoginContainerComponent,
22
- SetNewPasswordComponent,
23
- PasswordMatchingComponent,
24
- ForgotPasswordComponent,
25
- VerifyAndSetNewPasswordComponent,
26
- SpinnerButtonDirective,
27
- VersionAndTermPolicyComponent,
28
- SurewavesYearLogoComponent,
29
- PoweredByLogoTemplateComponent,
30
- SsoLoginComponent,
31
- AnnaLoginComponent], imports: [FormsModule,
32
- ReactiveFormsModule,
33
- RouterModule,
34
- CommonModule,
35
- NgOptimizedImage], exports: [CognitoAndSSOLoginContainerComponent,
36
- SsoLoginComponent,
37
- AnnaLoginComponent,
38
- SetNewPasswordComponent,
39
- PasswordMatchingComponent,
40
- ForgotPasswordComponent,
41
- VerifyAndSetNewPasswordComponent,
42
- SpinnerButtonDirective,
43
- VersionAndTermPolicyComponent,
44
- SurewavesYearLogoComponent,
45
- PoweredByLogoTemplateComponent,
46
- NgOptimizedImage] }); }
47
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnaCognitoLibModule, imports: [FormsModule,
48
- ReactiveFormsModule,
49
- RouterModule,
50
- CommonModule] }); }
51
- }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnaCognitoLibModule, decorators: [{
53
- type: NgModule,
54
- args: [{
55
- declarations: [
56
- CognitoAndSSOLoginContainerComponent,
57
- SetNewPasswordComponent,
58
- PasswordMatchingComponent,
59
- ForgotPasswordComponent,
60
- VerifyAndSetNewPasswordComponent,
61
- SpinnerButtonDirective,
62
- VersionAndTermPolicyComponent,
63
- SurewavesYearLogoComponent,
64
- PoweredByLogoTemplateComponent,
65
- SsoLoginComponent,
66
- AnnaLoginComponent,
67
- ],
68
- imports: [
69
- FormsModule,
70
- ReactiveFormsModule,
71
- RouterModule,
72
- CommonModule,
73
- NgOptimizedImage
74
- ],
75
- exports: [
76
- CognitoAndSSOLoginContainerComponent,
77
- SsoLoginComponent,
78
- AnnaLoginComponent,
79
- SetNewPasswordComponent,
80
- PasswordMatchingComponent,
81
- ForgotPasswordComponent,
82
- VerifyAndSetNewPasswordComponent,
83
- SpinnerButtonDirective,
84
- VersionAndTermPolicyComponent,
85
- SurewavesYearLogoComponent,
86
- PoweredByLogoTemplateComponent,
87
- NgOptimizedImage
88
- ]
89
- }]
90
- }], ctorParameters: function () { return []; } });
91
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5uYS1jb2duaXRvLWxpYi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9hbm5hLWNvZ25pdG8tbGliL3NyYy9saWIvYW5uYS1jb2duaXRvLWxpYi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSx3RkFBd0YsQ0FBQztBQUM5SSxPQUFPLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSw0Q0FBNEMsQ0FBQztBQUM5RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNyRSxPQUFPLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwwREFBMEQsQ0FBQztBQUNuRyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUN2RyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNqRyxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSxnRkFBZ0YsQ0FBQztBQUNsSSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSx3RUFBd0UsQ0FBQztBQUN2SCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxnRUFBZ0UsQ0FBQztBQUM1RyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSwwRUFBMEUsQ0FBQztBQUMxSCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQzs7QUF1Q2xGLE1BQU0sT0FBTyxvQkFBb0I7SUFDL0IsZ0JBQWUsQ0FBQzsrR0FETCxvQkFBb0I7Z0hBQXBCLG9CQUFvQixpQkFsQzdCLG9DQUFvQztZQUNwQyx1QkFBdUI7WUFDdkIseUJBQXlCO1lBQ3pCLHVCQUF1QjtZQUN2QixnQ0FBZ0M7WUFDaEMsc0JBQXNCO1lBQ3RCLDZCQUE2QjtZQUM3QiwwQkFBMEI7WUFDMUIsOEJBQThCO1lBQzlCLGlCQUFpQjtZQUNqQixrQkFBa0IsYUFHbEIsV0FBVztZQUNYLG1CQUFtQjtZQUNuQixZQUFZO1lBQ1osWUFBWTtZQUNaLGdCQUFnQixhQUdoQixvQ0FBb0M7WUFDcEMsaUJBQWlCO1lBQ2pCLGtCQUFrQjtZQUNsQix1QkFBdUI7WUFDdkIseUJBQXlCO1lBQ3pCLHVCQUF1QjtZQUN2QixnQ0FBZ0M7WUFDaEMsc0JBQXNCO1lBQ3RCLDZCQUE2QjtZQUM3QiwwQkFBMEI7WUFDMUIsOEJBQThCO1lBQzlCLGdCQUFnQjtnSEFHUCxvQkFBb0IsWUFyQjdCLFdBQVc7WUFDWCxtQkFBbUI7WUFDbkIsWUFBWTtZQUNaLFlBQVk7OzRGQWtCSCxvQkFBb0I7a0JBcENoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixvQ0FBb0M7d0JBQ3BDLHVCQUF1Qjt3QkFDdkIseUJBQXlCO3dCQUN6Qix1QkFBdUI7d0JBQ3ZCLGdDQUFnQzt3QkFDaEMsc0JBQXNCO3dCQUN0Qiw2QkFBNkI7d0JBQzdCLDBCQUEwQjt3QkFDMUIsOEJBQThCO3dCQUM5QixpQkFBaUI7d0JBQ2pCLGtCQUFrQjtxQkFDbkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFdBQVc7d0JBQ1gsbUJBQW1CO3dCQUNuQixZQUFZO3dCQUNaLFlBQVk7d0JBQ1osZ0JBQWdCO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0NBQW9DO3dCQUNwQyxpQkFBaUI7d0JBQ2pCLGtCQUFrQjt3QkFDbEIsdUJBQXVCO3dCQUN2Qix5QkFBeUI7d0JBQ3pCLHVCQUF1Qjt3QkFDdkIsZ0NBQWdDO3dCQUNoQyxzQkFBc0I7d0JBQ3RCLDZCQUE2Qjt3QkFDN0IsMEJBQTBCO3dCQUMxQiw4QkFBOEI7d0JBQzlCLGdCQUFnQjtxQkFDakI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb2duaXRvQW5kU1NPTG9naW5Db250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY29nbml0by1hbmQtc3NvLWxvZ2luLWNvbnRhaW5lci9jb2duaXRvLWFuZC1zc28tbG9naW4tY29udGFpbmVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFNzb0xvZ2luQ29tcG9uZW50fSBmcm9tICcuL2NvbXBvbmVudHMvc3NvLWxvZ2luL3Nzby1sb2dpbi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBTcGlubmVyQnV0dG9uRGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzL3NwaW5uZXItYnV0dG9uJztcclxuaW1wb3J0IHsgRm9ybXNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IFNldE5ld1Bhc3N3b3JkQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3NldC1uZXctcGFzc3dvcmQvc2V0LW5ldy1wYXNzd29yZC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBQYXNzd29yZE1hdGNoaW5nQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3Bhc3N3b3JkLW1hdGNoaW5nL3Bhc3N3b3JkLW1hdGNoaW5nLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEZvcmdvdFBhc3N3b3JkQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2ZvcmdvdC1wYXNzd29yZC9mb3Jnb3QtcGFzc3dvcmQuY29tcG9uZW50JztcclxuaW1wb3J0IHsgVmVyaWZ5QW5kU2V0TmV3UGFzc3dvcmRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdmVyaWZ5LWFuZC1zZXQtbmV3LXBhc3N3b3JkL3ZlcmlmeS1hbmQtc2V0LW5ldy1wYXNzd29yZC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBWZXJzaW9uQW5kVGVybVBvbGljeUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy92ZXJzaW9uLWFuZC10ZXJtLXBvbGljeS92ZXJzaW9uLWFuZC10ZXJtLXBvbGljeS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBTdXJld2F2ZXNZZWFyTG9nb0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9zdXJld2F2ZXMteWVhci1sb2dvL3N1cmV3YXZlcy15ZWFyLWxvZ28uY29tcG9uZW50JztcclxuaW1wb3J0IHsgUG93ZXJlZEJ5TG9nb1RlbXBsYXRlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3Bvd2VyZWQtYnktbG9nby10ZW1wbGF0ZS9wb3dlcmVkLWJ5LWxvZ28tdGVtcGxhdGUuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTmdPcHRpbWl6ZWRJbWFnZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEFubmFMb2dpbkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9hbm5hLWxvZ2luL2FubmEtbG9naW4uY29tcG9uZW50JztcclxuXHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgQ29nbml0b0FuZFNTT0xvZ2luQ29udGFpbmVyQ29tcG9uZW50LFxyXG4gICAgU2V0TmV3UGFzc3dvcmRDb21wb25lbnQsXHJcbiAgICBQYXNzd29yZE1hdGNoaW5nQ29tcG9uZW50LFxyXG4gICAgRm9yZ290UGFzc3dvcmRDb21wb25lbnQsXHJcbiAgICBWZXJpZnlBbmRTZXROZXdQYXNzd29yZENvbXBvbmVudCxcclxuICAgIFNwaW5uZXJCdXR0b25EaXJlY3RpdmUsXHJcbiAgICBWZXJzaW9uQW5kVGVybVBvbGljeUNvbXBvbmVudCxcclxuICAgIFN1cmV3YXZlc1llYXJMb2dvQ29tcG9uZW50LFxyXG4gICAgUG93ZXJlZEJ5TG9nb1RlbXBsYXRlQ29tcG9uZW50LFxyXG4gICAgU3NvTG9naW5Db21wb25lbnQsXHJcbiAgICBBbm5hTG9naW5Db21wb25lbnQsXHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBGb3Jtc01vZHVsZSxcclxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXHJcbiAgICBSb3V0ZXJNb2R1bGUsXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBOZ09wdGltaXplZEltYWdlXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBDb2duaXRvQW5kU1NPTG9naW5Db250YWluZXJDb21wb25lbnQsXHJcbiAgICBTc29Mb2dpbkNvbXBvbmVudCxcclxuICAgIEFubmFMb2dpbkNvbXBvbmVudCxcclxuICAgIFNldE5ld1Bhc3N3b3JkQ29tcG9uZW50LFxyXG4gICAgUGFzc3dvcmRNYXRjaGluZ0NvbXBvbmVudCxcclxuICAgIEZvcmdvdFBhc3N3b3JkQ29tcG9uZW50LFxyXG4gICAgVmVyaWZ5QW5kU2V0TmV3UGFzc3dvcmRDb21wb25lbnQsXHJcbiAgICBTcGlubmVyQnV0dG9uRGlyZWN0aXZlLFxyXG4gICAgVmVyc2lvbkFuZFRlcm1Qb2xpY3lDb21wb25lbnQsXHJcbiAgICBTdXJld2F2ZXNZZWFyTG9nb0NvbXBvbmVudCxcclxuICAgIFBvd2VyZWRCeUxvZ29UZW1wbGF0ZUNvbXBvbmVudCxcclxuICAgIE5nT3B0aW1pemVkSW1hZ2VcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBbm5hQ29nbml0b0xpYk1vZHVsZSB7XHJcbiAgY29uc3RydWN0b3IoKSB7fVxyXG59XHJcbiJdfQ==
@@ -1,21 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./components/cognito-and-sso-login-container/cognito-and-sso-login-container.component";
3
- import * as i2 from "./components/set-new-password/set-new-password.component";
4
- import * as i3 from "./components/password-matching/password-matching.component";
5
- import * as i4 from "./components/forgot-password/forgot-password.component";
6
- import * as i5 from "./components/verify-and-set-new-password/verify-and-set-new-password.component";
7
- import * as i6 from "./directives/spinner-button/spinner-button.directive";
8
- import * as i7 from "./components/version-and-term-policy/version-and-term-policy.component";
9
- import * as i8 from "./components/surewaves-year-logo/surewaves-year-logo.component";
10
- import * as i9 from "./components/powered-by-logo-template/powered-by-logo-template.component";
11
- import * as i10 from "./components/sso-login/sso-login.component";
12
- import * as i11 from "./components/anna-login/anna-login.component";
13
- import * as i12 from "@angular/forms";
14
- import * as i13 from "@angular/router";
15
- import * as i14 from "@angular/common";
16
- export declare class AnnaCognitoLibModule {
17
- constructor();
18
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaCognitoLibModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCognitoLibModule, [typeof i1.CognitoAndSSOLoginContainerComponent, typeof i2.SetNewPasswordComponent, typeof i3.PasswordMatchingComponent, typeof i4.ForgotPasswordComponent, typeof i5.VerifyAndSetNewPasswordComponent, typeof i6.SpinnerButtonDirective, typeof i7.VersionAndTermPolicyComponent, typeof i8.SurewavesYearLogoComponent, typeof i9.PoweredByLogoTemplateComponent, typeof i10.SsoLoginComponent, typeof i11.AnnaLoginComponent], [typeof i12.FormsModule, typeof i12.ReactiveFormsModule, typeof i13.RouterModule, typeof i14.CommonModule, typeof i14.NgOptimizedImage], [typeof i1.CognitoAndSSOLoginContainerComponent, typeof i10.SsoLoginComponent, typeof i11.AnnaLoginComponent, typeof i2.SetNewPasswordComponent, typeof i3.PasswordMatchingComponent, typeof i4.ForgotPasswordComponent, typeof i5.VerifyAndSetNewPasswordComponent, typeof i6.SpinnerButtonDirective, typeof i7.VersionAndTermPolicyComponent, typeof i8.SurewavesYearLogoComponent, typeof i9.PoweredByLogoTemplateComponent, typeof i14.NgOptimizedImage]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<AnnaCognitoLibModule>;
21
- }