@aws-amplify/ui-angular 2.3.13 → 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.
- package/aws-amplify-ui-angular.metadata.json +1 -1
- package/bundles/aws-amplify-ui-angular.umd.js +17 -2
- package/bundles/aws-amplify-ui-angular.umd.js.map +1 -1
- package/bundles/aws-amplify-ui-angular.umd.min.js +1 -1
- package/bundles/aws-amplify-ui-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.js +11 -4
- package/esm2015/lib/services/authenticator.service.js +5 -1
- package/fesm2015/aws-amplify-ui-angular.js +14 -3
- package/fesm2015/aws-amplify-ui-angular.js.map +1 -1
- package/lib/components/authenticator/components/authenticator/authenticator.component.d.ts +2 -0
- package/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.d.ts +8 -1
- package/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.d.ts +2 -0
- package/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.d.ts +2 -0
- package/lib/components/authenticator/components/confirm-verify-user/amplify-confirm-verify-user.component.d.ts +2 -0
- package/lib/components/authenticator/components/force-new-password/force-new-password.component.d.ts +2 -0
- package/lib/components/authenticator/components/reset-password/reset-password.component.d.ts +2 -0
- package/lib/components/authenticator/components/setup-totp/setup-totp.component.d.ts +2 -0
- package/lib/components/authenticator/components/sign-in/sign-in.component.d.ts +2 -0
- package/lib/components/authenticator/components/sign-up/sign-up.component.d.ts +2 -0
- package/lib/components/authenticator/components/verify-user/verify-user.component.d.ts +2 -0
- package/lib/services/authenticator.service.d.ts +3 -0
- package/package.json +2 -2
package/lib/components/authenticator/components/reset-password/reset-password.component.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare class ResetPasswordComponent {
|
|
|
25
25
|
hasValidationErrors: boolean;
|
|
26
26
|
isPending: boolean;
|
|
27
27
|
route: string;
|
|
28
|
+
authStatus: string;
|
|
28
29
|
user: import("@aws-amplify/ui").CognitoUserAmplify;
|
|
29
30
|
validationErrors: {
|
|
30
31
|
[x: string]: string | string[];
|
|
@@ -45,6 +46,7 @@ export declare class ResetPasswordComponent {
|
|
|
45
46
|
hasValidationErrors: boolean;
|
|
46
47
|
isPending: boolean;
|
|
47
48
|
route: string;
|
|
49
|
+
authStatus: string;
|
|
48
50
|
user: import("@aws-amplify/ui").CognitoUserAmplify;
|
|
49
51
|
validationErrors: {
|
|
50
52
|
[x: string]: string | string[];
|
|
@@ -31,6 +31,7 @@ export declare class SetupTotpComponent implements OnInit {
|
|
|
31
31
|
hasValidationErrors: boolean;
|
|
32
32
|
isPending: boolean;
|
|
33
33
|
route: string;
|
|
34
|
+
authStatus: string;
|
|
34
35
|
user: import("@aws-amplify/ui").CognitoUserAmplify;
|
|
35
36
|
validationErrors: {
|
|
36
37
|
[x: string]: string | string[];
|
|
@@ -51,6 +52,7 @@ export declare class SetupTotpComponent implements OnInit {
|
|
|
51
52
|
hasValidationErrors: boolean;
|
|
52
53
|
isPending: boolean;
|
|
53
54
|
route: string;
|
|
55
|
+
authStatus: string;
|
|
54
56
|
user: import("@aws-amplify/ui").CognitoUserAmplify;
|
|
55
57
|
validationErrors: {
|
|
56
58
|
[x: string]: string | string[];
|
|
@@ -24,6 +24,7 @@ export declare class SignInComponent {
|
|
|
24
24
|
hasValidationErrors: boolean;
|
|
25
25
|
isPending: boolean;
|
|
26
26
|
route: string;
|
|
27
|
+
authStatus: string;
|
|
27
28
|
user: import("@aws-amplify/ui").CognitoUserAmplify;
|
|
28
29
|
validationErrors: {
|
|
29
30
|
[x: string]: string | string[];
|
|
@@ -44,6 +45,7 @@ export declare class SignInComponent {
|
|
|
44
45
|
hasValidationErrors: boolean;
|
|
45
46
|
isPending: boolean;
|
|
46
47
|
route: string;
|
|
48
|
+
authStatus: string;
|
|
47
49
|
user: import("@aws-amplify/ui").CognitoUserAmplify;
|
|
48
50
|
validationErrors: {
|
|
49
51
|
[x: string]: string | string[];
|
|
@@ -21,6 +21,7 @@ export declare class SignUpComponent {
|
|
|
21
21
|
hasValidationErrors: boolean;
|
|
22
22
|
isPending: boolean;
|
|
23
23
|
route: string;
|
|
24
|
+
authStatus: string;
|
|
24
25
|
user: import("@aws-amplify/ui").CognitoUserAmplify;
|
|
25
26
|
validationErrors: {
|
|
26
27
|
[x: string]: string | string[];
|
|
@@ -41,6 +42,7 @@ export declare class SignUpComponent {
|
|
|
41
42
|
hasValidationErrors: boolean;
|
|
42
43
|
isPending: boolean;
|
|
43
44
|
route: string;
|
|
45
|
+
authStatus: string;
|
|
44
46
|
user: import("@aws-amplify/ui").CognitoUserAmplify;
|
|
45
47
|
validationErrors: {
|
|
46
48
|
[x: string]: string | string[];
|
|
@@ -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
|
+
"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.
|
|
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",
|