@aws-amplify/ui-angular 2.4.8 → 2.4.9
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-legacy.umd.js +11 -2
- package/bundles/aws-amplify-ui-angular-legacy.umd.js.map +1 -1
- package/bundles/aws-amplify-ui-angular-legacy.umd.min.js +1 -15
- package/bundles/aws-amplify-ui-angular-legacy.umd.min.js.map +1 -1
- package/bundles/aws-amplify-ui-angular.umd.js +11 -2
- package/bundles/aws-amplify-ui-angular.umd.js.map +1 -1
- package/bundles/aws-amplify-ui-angular.umd.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
headerText: [{ type: i0.Input }]
|
|
888
888
|
};
|
|
889
889
|
|
|
890
|
-
|
|
890
|
+
/******************************************************************************
|
|
891
891
|
Copyright (c) Microsoft Corporation.
|
|
892
892
|
|
|
893
893
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -1049,7 +1049,11 @@
|
|
|
1049
1049
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
1050
1050
|
if (k2 === undefined)
|
|
1051
1051
|
k2 = k;
|
|
1052
|
-
Object.
|
|
1052
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1053
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1054
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
1055
|
+
}
|
|
1056
|
+
Object.defineProperty(o, k2, desc);
|
|
1053
1057
|
}) : (function (o, m, k, k2) {
|
|
1054
1058
|
if (k2 === undefined)
|
|
1055
1059
|
k2 = k;
|
|
@@ -1204,6 +1208,11 @@
|
|
|
1204
1208
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
1205
1209
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
1206
1210
|
}
|
|
1211
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
1212
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
1213
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
1214
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
1215
|
+
}
|
|
1207
1216
|
|
|
1208
1217
|
var logger = new awsAmplify.Logger('SetupTotp');
|
|
1209
1218
|
var SetupTotpComponent = /** @class */ (function () {
|