@aws-amplify/ui-angular 2.3.15 → 2.4.0

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 (20) hide show
  1. package/bundles/aws-amplify-ui-angular.umd.js +8 -0
  2. package/bundles/aws-amplify-ui-angular.umd.js.map +1 -1
  3. package/bundles/aws-amplify-ui-angular.umd.min.js +1 -1
  4. package/bundles/aws-amplify-ui-angular.umd.min.js.map +1 -1
  5. package/esm2015/lib/services/authenticator.service.js +5 -1
  6. package/fesm2015/aws-amplify-ui-angular.js +4 -0
  7. package/fesm2015/aws-amplify-ui-angular.js.map +1 -1
  8. package/lib/components/authenticator/components/authenticator/authenticator.component.d.ts +2 -0
  9. package/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.d.ts +2 -0
  10. package/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.d.ts +2 -0
  11. package/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.d.ts +2 -0
  12. package/lib/components/authenticator/components/confirm-verify-user/amplify-confirm-verify-user.component.d.ts +2 -0
  13. package/lib/components/authenticator/components/force-new-password/force-new-password.component.d.ts +2 -0
  14. package/lib/components/authenticator/components/reset-password/reset-password.component.d.ts +2 -0
  15. package/lib/components/authenticator/components/setup-totp/setup-totp.component.d.ts +2 -0
  16. package/lib/components/authenticator/components/sign-in/sign-in.component.d.ts +2 -0
  17. package/lib/components/authenticator/components/sign-up/sign-up.component.d.ts +2 -0
  18. package/lib/components/authenticator/components/verify-user/verify-user.component.d.ts +2 -0
  19. package/lib/services/authenticator.service.d.ts +3 -0
  20. package/package.json +2 -2
@@ -27,6 +27,7 @@ export declare class VerifyUserComponent implements OnInit {
27
27
  hasValidationErrors: boolean;
28
28
  isPending: boolean;
29
29
  route: string;
30
+ authStatus: string;
30
31
  user: import("@aws-amplify/ui").CognitoUserAmplify;
31
32
  validationErrors: {
32
33
  [x: string]: string | string[];
@@ -47,6 +48,7 @@ export declare class VerifyUserComponent implements OnInit {
47
48
  hasValidationErrors: boolean;
48
49
  isPending: boolean;
49
50
  route: string;
51
+ authStatus: string;
50
52
  user: import("@aws-amplify/ui").CognitoUserAmplify;
51
53
  validationErrors: {
52
54
  [x: string]: string | string[];
@@ -22,6 +22,7 @@ export declare class AuthenticatorService implements OnDestroy {
22
22
  get hasValidationErrors(): boolean;
23
23
  get isPending(): boolean;
24
24
  get route(): string;
25
+ get authStatus(): string;
25
26
  get user(): import("@aws-amplify/ui").CognitoUserAmplify;
26
27
  get validationErrors(): {
27
28
  [x: string]: string | string[];
@@ -69,6 +70,7 @@ export declare class AuthenticatorService implements OnDestroy {
69
70
  hasValidationErrors: boolean;
70
71
  isPending: boolean;
71
72
  route: string;
73
+ authStatus: string;
72
74
  user: import("@aws-amplify/ui").CognitoUserAmplify;
73
75
  validationErrors: {
74
76
  [x: string]: string | string[];
@@ -89,6 +91,7 @@ export declare class AuthenticatorService implements OnDestroy {
89
91
  hasValidationErrors: boolean;
90
92
  isPending: boolean;
91
93
  route: string;
94
+ authStatus: string;
92
95
  user: import("@aws-amplify/ui").CognitoUserAmplify;
93
96
  validationErrors: {
94
97
  [x: string]: string | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-angular",
3
- "version": "2.3.15",
3
+ "version": "2.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@aws-amplify/ui-components": "^1.7.0",
15
- "@aws-amplify/ui": "3.6.8",
15
+ "@aws-amplify/ui": "3.7.0",
16
16
  "@stencil/core": "2.8.0",
17
17
  "nanoid": "3.1.31",
18
18
  "qrcode": "1.5.0",