@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.
- package/bundles/aws-amplify-ui-angular.umd.js +8 -0
- 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/services/authenticator.service.js +5 -1
- package/fesm2015/aws-amplify-ui-angular.js +4 -0
- 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 +2 -0
- 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
|
@@ -136,6 +136,14 @@
|
|
|
136
136
|
enumerable: false,
|
|
137
137
|
configurable: true
|
|
138
138
|
});
|
|
139
|
+
Object.defineProperty(AuthenticatorService.prototype, "authStatus", {
|
|
140
|
+
get: function () {
|
|
141
|
+
var _a;
|
|
142
|
+
return (_a = this._facade) === null || _a === void 0 ? void 0 : _a.authStatus;
|
|
143
|
+
},
|
|
144
|
+
enumerable: false,
|
|
145
|
+
configurable: true
|
|
146
|
+
});
|
|
139
147
|
Object.defineProperty(AuthenticatorService.prototype, "user", {
|
|
140
148
|
get: function () {
|
|
141
149
|
var _a;
|