@aws-amplify/ui-angular 2.4.21 → 2.4.22
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/lib/components/authenticator/components/authenticator/authenticator.component.d.ts +2 -2
- package/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.d.ts +2 -2
- package/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.d.ts +2 -2
- package/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.d.ts +2 -2
- package/lib/components/authenticator/components/confirm-verify-user/amplify-confirm-verify-user.component.d.ts +2 -2
- package/lib/components/authenticator/components/force-new-password/force-new-password.component.d.ts +2 -2
- package/lib/components/authenticator/components/reset-password/reset-password.component.d.ts +2 -2
- package/lib/components/authenticator/components/setup-totp/setup-totp.component.d.ts +2 -2
- package/lib/components/authenticator/components/sign-in/sign-in.component.d.ts +2 -2
- package/lib/components/authenticator/components/sign-up/sign-up.component.d.ts +2 -2
- package/lib/components/authenticator/components/verify-user/verify-user.component.d.ts +2 -2
- package/lib/services/authenticator.service.d.ts +3 -3
- package/package.json +2 -2
|
@@ -49,7 +49,7 @@ export declare class AuthenticatorComponent implements OnInit, AfterContentInit,
|
|
|
49
49
|
hasValidationErrors: boolean;
|
|
50
50
|
isPending: boolean;
|
|
51
51
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
52
|
-
user: import("@aws-amplify/ui").
|
|
52
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
53
53
|
validationErrors: Record<string, string | string[]>;
|
|
54
54
|
};
|
|
55
55
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -68,7 +68,7 @@ export declare class AuthenticatorComponent implements OnInit, AfterContentInit,
|
|
|
68
68
|
hasValidationErrors: boolean;
|
|
69
69
|
isPending: boolean;
|
|
70
70
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
71
|
-
user: import("@aws-amplify/ui").
|
|
71
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
72
72
|
validationErrors: Record<string, string | string[]>;
|
|
73
73
|
};
|
|
74
74
|
get route(): "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
@@ -32,7 +32,7 @@ export declare class ConfirmResetPasswordComponent {
|
|
|
32
32
|
hasValidationErrors: boolean;
|
|
33
33
|
isPending: boolean;
|
|
34
34
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
35
|
-
user: import("@aws-amplify/ui").
|
|
35
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
36
36
|
validationErrors: Record<string, string | string[]>;
|
|
37
37
|
};
|
|
38
38
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -51,7 +51,7 @@ export declare class ConfirmResetPasswordComponent {
|
|
|
51
51
|
hasValidationErrors: boolean;
|
|
52
52
|
isPending: boolean;
|
|
53
53
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
54
|
-
user: import("@aws-amplify/ui").
|
|
54
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
55
55
|
validationErrors: Record<string, string | string[]>;
|
|
56
56
|
};
|
|
57
57
|
onInput(event: Event): void;
|
package/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare class ConfirmSignInComponent implements OnInit {
|
|
|
28
28
|
hasValidationErrors: boolean;
|
|
29
29
|
isPending: boolean;
|
|
30
30
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
31
|
-
user: import("@aws-amplify/ui").
|
|
31
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
32
32
|
validationErrors: Record<string, string | string[]>;
|
|
33
33
|
};
|
|
34
34
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -47,7 +47,7 @@ export declare class ConfirmSignInComponent implements OnInit {
|
|
|
47
47
|
hasValidationErrors: boolean;
|
|
48
48
|
isPending: boolean;
|
|
49
49
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
50
|
-
user: import("@aws-amplify/ui").
|
|
50
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
51
51
|
validationErrors: Record<string, string | string[]>;
|
|
52
52
|
};
|
|
53
53
|
setHeaderText(): void;
|
package/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class ConfirmSignUpComponent {
|
|
|
30
30
|
hasValidationErrors: boolean;
|
|
31
31
|
isPending: boolean;
|
|
32
32
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
33
|
-
user: import("@aws-amplify/ui").
|
|
33
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
34
34
|
validationErrors: Record<string, string | string[]>;
|
|
35
35
|
};
|
|
36
36
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -49,7 +49,7 @@ export declare class ConfirmSignUpComponent {
|
|
|
49
49
|
hasValidationErrors: boolean;
|
|
50
50
|
isPending: boolean;
|
|
51
51
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
52
|
-
user: import("@aws-amplify/ui").
|
|
52
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
53
53
|
validationErrors: Record<string, string | string[]>;
|
|
54
54
|
};
|
|
55
55
|
get confirmSignUpHeading(): string;
|
|
@@ -26,7 +26,7 @@ export declare class ConfirmVerifyUserComponent {
|
|
|
26
26
|
hasValidationErrors: boolean;
|
|
27
27
|
isPending: boolean;
|
|
28
28
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
29
|
-
user: import("@aws-amplify/ui").
|
|
29
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
30
30
|
validationErrors: Record<string, string | string[]>;
|
|
31
31
|
};
|
|
32
32
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -45,7 +45,7 @@ export declare class ConfirmVerifyUserComponent {
|
|
|
45
45
|
hasValidationErrors: boolean;
|
|
46
46
|
isPending: boolean;
|
|
47
47
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
48
|
-
user: import("@aws-amplify/ui").
|
|
48
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
49
49
|
validationErrors: Record<string, string | string[]>;
|
|
50
50
|
};
|
|
51
51
|
onInput(event: Event): void;
|
package/lib/components/authenticator/components/force-new-password/force-new-password.component.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export declare class ForceNewPasswordComponent {
|
|
|
24
24
|
hasValidationErrors: boolean;
|
|
25
25
|
isPending: boolean;
|
|
26
26
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
27
|
-
user: import("@aws-amplify/ui").
|
|
27
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
28
28
|
validationErrors: Record<string, string | string[]>;
|
|
29
29
|
};
|
|
30
30
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -43,7 +43,7 @@ export declare class ForceNewPasswordComponent {
|
|
|
43
43
|
hasValidationErrors: boolean;
|
|
44
44
|
isPending: boolean;
|
|
45
45
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
46
|
-
user: import("@aws-amplify/ui").
|
|
46
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
47
47
|
validationErrors: Record<string, string | string[]>;
|
|
48
48
|
};
|
|
49
49
|
onInput(event: Event): void;
|
package/lib/components/authenticator/components/reset-password/reset-password.component.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare class ResetPasswordComponent {
|
|
|
26
26
|
hasValidationErrors: boolean;
|
|
27
27
|
isPending: boolean;
|
|
28
28
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
29
|
-
user: import("@aws-amplify/ui").
|
|
29
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
30
30
|
validationErrors: Record<string, string | string[]>;
|
|
31
31
|
};
|
|
32
32
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -45,7 +45,7 @@ export declare class ResetPasswordComponent {
|
|
|
45
45
|
hasValidationErrors: boolean;
|
|
46
46
|
isPending: boolean;
|
|
47
47
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
48
|
-
user: import("@aws-amplify/ui").
|
|
48
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
49
49
|
validationErrors: Record<string, string | string[]>;
|
|
50
50
|
};
|
|
51
51
|
onInput(event: Event): void;
|
|
@@ -31,7 +31,7 @@ export declare class SetupTotpComponent implements OnInit {
|
|
|
31
31
|
hasValidationErrors: boolean;
|
|
32
32
|
isPending: boolean;
|
|
33
33
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
34
|
-
user: import("@aws-amplify/ui").
|
|
34
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
35
35
|
validationErrors: Record<string, string | string[]>;
|
|
36
36
|
};
|
|
37
37
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -50,7 +50,7 @@ export declare class SetupTotpComponent implements OnInit {
|
|
|
50
50
|
hasValidationErrors: boolean;
|
|
51
51
|
isPending: boolean;
|
|
52
52
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
53
|
-
user: import("@aws-amplify/ui").
|
|
53
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
54
54
|
validationErrors: Record<string, string | string[]>;
|
|
55
55
|
};
|
|
56
56
|
generateQRCode(): Promise<void>;
|
|
@@ -25,7 +25,7 @@ export declare class SignInComponent {
|
|
|
25
25
|
hasValidationErrors: boolean;
|
|
26
26
|
isPending: boolean;
|
|
27
27
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
28
|
-
user: import("@aws-amplify/ui").
|
|
28
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
29
29
|
validationErrors: Record<string, string | string[]>;
|
|
30
30
|
};
|
|
31
31
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -44,7 +44,7 @@ export declare class SignInComponent {
|
|
|
44
44
|
hasValidationErrors: boolean;
|
|
45
45
|
isPending: boolean;
|
|
46
46
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
47
|
-
user: import("@aws-amplify/ui").
|
|
47
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
48
48
|
validationErrors: Record<string, string | string[]>;
|
|
49
49
|
};
|
|
50
50
|
onInput(event: Event): void;
|
|
@@ -22,7 +22,7 @@ export declare class SignUpComponent {
|
|
|
22
22
|
hasValidationErrors: boolean;
|
|
23
23
|
isPending: boolean;
|
|
24
24
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
25
|
-
user: import("@aws-amplify/ui").
|
|
25
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
26
26
|
validationErrors: Record<string, string | string[]>;
|
|
27
27
|
};
|
|
28
28
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -41,7 +41,7 @@ export declare class SignUpComponent {
|
|
|
41
41
|
hasValidationErrors: boolean;
|
|
42
42
|
isPending: boolean;
|
|
43
43
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
44
|
-
user: import("@aws-amplify/ui").
|
|
44
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
45
45
|
validationErrors: Record<string, string | string[]>;
|
|
46
46
|
};
|
|
47
47
|
onInput(event: Event): void;
|
|
@@ -28,7 +28,7 @@ export declare class VerifyUserComponent implements OnInit {
|
|
|
28
28
|
hasValidationErrors: boolean;
|
|
29
29
|
isPending: boolean;
|
|
30
30
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
31
|
-
user: import("@aws-amplify/ui").
|
|
31
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
32
32
|
validationErrors: Record<string, string | string[]>;
|
|
33
33
|
};
|
|
34
34
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -47,7 +47,7 @@ export declare class VerifyUserComponent implements OnInit {
|
|
|
47
47
|
hasValidationErrors: boolean;
|
|
48
48
|
isPending: boolean;
|
|
49
49
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
50
|
-
user: import("@aws-amplify/ui").
|
|
50
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
51
51
|
validationErrors: Record<string, string | string[]>;
|
|
52
52
|
};
|
|
53
53
|
getLabelForAttr(authAttr: string): string;
|
|
@@ -21,7 +21,7 @@ export declare class AuthenticatorService implements OnDestroy {
|
|
|
21
21
|
get isPending(): boolean;
|
|
22
22
|
get route(): "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
23
23
|
get authStatus(): "authenticated" | "configuring" | "unauthenticated";
|
|
24
|
-
get user(): import("@aws-amplify/ui").
|
|
24
|
+
get user(): import("@aws-amplify/ui").AmplifyUser;
|
|
25
25
|
get validationErrors(): Record<string, string | string[]>;
|
|
26
26
|
get codeDeliveryDetails(): import("@aws-amplify/ui").CodeDeliveryDetails;
|
|
27
27
|
/**
|
|
@@ -68,7 +68,7 @@ export declare class AuthenticatorService implements OnDestroy {
|
|
|
68
68
|
hasValidationErrors: boolean;
|
|
69
69
|
isPending: boolean;
|
|
70
70
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
71
|
-
user: import("@aws-amplify/ui").
|
|
71
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
72
72
|
validationErrors: Record<string, string | string[]>;
|
|
73
73
|
};
|
|
74
74
|
signOut: (data?: Record<string | number | symbol, any>) => void;
|
|
@@ -87,7 +87,7 @@ export declare class AuthenticatorService implements OnDestroy {
|
|
|
87
87
|
hasValidationErrors: boolean;
|
|
88
88
|
isPending: boolean;
|
|
89
89
|
route: "idle" | "signIn" | "signUp" | "forceNewPassword" | "confirmResetPassword" | "confirmSignIn" | "confirmSignUp" | "confirmVerifyUser" | "resetPassword" | "setupTOTP" | "setup" | "authenticated" | "autoSignIn" | "signOut" | "verifyUser";
|
|
90
|
-
user: import("@aws-amplify/ui").
|
|
90
|
+
user: import("@aws-amplify/ui").AmplifyUser;
|
|
91
91
|
validationErrors: Record<string, string | string[]>;
|
|
92
92
|
};
|
|
93
93
|
/** @deprecated For internal use only */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-angular",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.22",
|
|
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.13.
|
|
15
|
+
"@aws-amplify/ui": "3.13.4",
|
|
16
16
|
"@stencil/core": "2.8.0",
|
|
17
17
|
"nanoid": "3.1.31",
|
|
18
18
|
"qrcode": "1.5.0",
|