@aws-amplify/ui-angular 1.0.34-unstable.1 → 2.0.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 (110) hide show
  1. package/README.md +28 -1
  2. package/aws-amplify-ui-angular.d.ts +30 -0
  3. package/aws-amplify-ui-angular.metadata.json +1 -0
  4. package/bundles/aws-amplify-ui-angular-legacy.umd.js +2229 -0
  5. package/bundles/aws-amplify-ui-angular-legacy.umd.js.map +1 -0
  6. package/bundles/aws-amplify-ui-angular-legacy.umd.min.js +16 -0
  7. package/bundles/aws-amplify-ui-angular-legacy.umd.min.js.map +1 -0
  8. package/bundles/aws-amplify-ui-angular.umd.js +1840 -0
  9. package/bundles/aws-amplify-ui-angular.umd.js.map +1 -0
  10. package/bundles/aws-amplify-ui-angular.umd.min.js +2 -0
  11. package/bundles/aws-amplify-ui-angular.umd.min.js.map +1 -0
  12. package/esm2015/aws-amplify-ui-angular.js +31 -0
  13. package/esm2015/index.js +26 -0
  14. package/esm2015/legacy/aws-amplify-ui-angular-legacy.js +6 -0
  15. package/esm2015/legacy/index.js +3 -0
  16. package/esm2015/legacy/legacy-ui-angular.module.js +53 -0
  17. package/esm2015/legacy/proxies.js +1839 -0
  18. package/esm2015/lib/common/helpers.js +3 -0
  19. package/esm2015/lib/common/index.js +3 -0
  20. package/esm2015/lib/common/types/auth-types.js +2 -0
  21. package/esm2015/lib/common/types/component-types.js +2 -0
  22. package/esm2015/lib/common/types/index.js +3 -0
  23. package/esm2015/lib/components/authenticator/authenticator.module.js +79 -0
  24. package/esm2015/lib/components/authenticator/components/authenticator/authenticator.component.js +87 -0
  25. package/esm2015/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.js +40 -0
  26. package/esm2015/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.js +57 -0
  27. package/esm2015/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.js +39 -0
  28. package/esm2015/lib/components/authenticator/components/confirm-verify-user/amplify-confirm-verify-user.component.js +39 -0
  29. package/esm2015/lib/components/authenticator/components/federated-sign-in/federated-sign-in.component.js +47 -0
  30. package/esm2015/lib/components/authenticator/components/federated-sign-in-button/federated-sign-in-button.component.js +27 -0
  31. package/esm2015/lib/components/authenticator/components/force-new-password/force-new-password.component.js +39 -0
  32. package/esm2015/lib/components/authenticator/components/form-field/form-field.component.js +93 -0
  33. package/esm2015/lib/components/authenticator/components/index.js +17 -0
  34. package/esm2015/lib/components/authenticator/components/reset-password/reset-password.component.js +45 -0
  35. package/esm2015/lib/components/authenticator/components/setup-totp/setup-totp.component.js +65 -0
  36. package/esm2015/lib/components/authenticator/components/sign-in/sign-in.component.js +38 -0
  37. package/esm2015/lib/components/authenticator/components/sign-up/sign-up-form-fields/sign-up-form-fields.component.js +34 -0
  38. package/esm2015/lib/components/authenticator/components/sign-up/sign-up.component.js +37 -0
  39. package/esm2015/lib/components/authenticator/components/user-name-alias/user-name-alias.component.js +35 -0
  40. package/esm2015/lib/components/authenticator/components/verify-user/verify-user.component.js +54 -0
  41. package/esm2015/lib/primitives/button/button.component.js +38 -0
  42. package/esm2015/lib/primitives/checkbox/checkbox.component.js +31 -0
  43. package/esm2015/lib/primitives/error/error.component.js +16 -0
  44. package/esm2015/lib/primitives/index.js +10 -0
  45. package/esm2015/lib/primitives/password-field/password-field.component.js +43 -0
  46. package/esm2015/lib/primitives/phone-number-field/phone-number-field.component.js +40 -0
  47. package/esm2015/lib/primitives/select/select.component.js +17 -0
  48. package/esm2015/lib/primitives/tab-item/tab-item.component.js +20 -0
  49. package/esm2015/lib/primitives/tabs/tabs.component.js +45 -0
  50. package/esm2015/lib/primitives/text-field/text-field.component.js +35 -0
  51. package/esm2015/lib/services/authenticator.service.js +133 -0
  52. package/esm2015/lib/services/custom-components.service.js +23 -0
  53. package/esm2015/lib/utilities/amplify-slot/amplify-slot.component.js +32 -0
  54. package/esm2015/lib/utilities/amplify-slot/amplify-slot.directive.js +21 -0
  55. package/fesm2015/aws-amplify-ui-angular-legacy.js +1846 -0
  56. package/fesm2015/aws-amplify-ui-angular-legacy.js.map +1 -0
  57. package/fesm2015/aws-amplify-ui-angular.js +1253 -0
  58. package/fesm2015/aws-amplify-ui-angular.js.map +1 -0
  59. package/index.d.ts +22 -0
  60. package/{dist/core.d.ts → legacy/aws-amplify-ui-angular-legacy.d.ts} +1 -0
  61. package/legacy/aws-amplify-ui-angular-legacy.metadata.json +1 -0
  62. package/legacy/index.d.ts +2 -0
  63. package/legacy/legacy-ui-angular.module.d.ts +2 -0
  64. package/legacy/package.json +11 -0
  65. package/{dist/directives → legacy}/proxies.d.ts +0 -0
  66. package/lib/common/helpers.d.ts +2 -0
  67. package/lib/common/index.d.ts +2 -0
  68. package/lib/common/types/auth-types.d.ts +3 -0
  69. package/lib/common/types/component-types.d.ts +23 -0
  70. package/lib/common/types/index.d.ts +2 -0
  71. package/lib/components/authenticator/authenticator.module.d.ts +2 -0
  72. package/lib/components/authenticator/components/authenticator/authenticator.component.d.ts +67 -0
  73. package/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.d.ts +50 -0
  74. package/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.d.ts +52 -0
  75. package/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.d.ts +49 -0
  76. package/lib/components/authenticator/components/confirm-verify-user/amplify-confirm-verify-user.component.d.ts +49 -0
  77. package/lib/components/authenticator/components/federated-sign-in/federated-sign-in.component.d.ts +19 -0
  78. package/lib/components/authenticator/components/federated-sign-in-button/federated-sign-in-button.component.d.ts +9 -0
  79. package/lib/components/authenticator/components/force-new-password/force-new-password.component.d.ts +49 -0
  80. package/lib/components/authenticator/components/form-field/form-field.component.d.ts +36 -0
  81. package/lib/components/authenticator/components/index.d.ts +16 -0
  82. package/lib/components/authenticator/components/reset-password/reset-password.component.d.ts +52 -0
  83. package/lib/components/authenticator/components/setup-totp/setup-totp.component.d.ts +53 -0
  84. package/lib/components/authenticator/components/sign-in/sign-in.component.d.ts +48 -0
  85. package/lib/components/authenticator/components/sign-up/sign-up-form-fields/sign-up-form-fields.component.d.ts +12 -0
  86. package/lib/components/authenticator/components/sign-up/sign-up.component.d.ts +47 -0
  87. package/lib/components/authenticator/components/user-name-alias/user-name-alias.component.d.ts +15 -0
  88. package/lib/components/authenticator/components/verify-user/verify-user.component.d.ts +54 -0
  89. package/lib/primitives/button/button.component.d.ts +15 -0
  90. package/lib/primitives/checkbox/checkbox.component.d.ts +12 -0
  91. package/lib/primitives/error/error.component.d.ts +4 -0
  92. package/lib/primitives/index.d.ts +9 -0
  93. package/lib/primitives/password-field/password-field.component.d.ts +15 -0
  94. package/lib/primitives/phone-number-field/phone-number-field.component.d.ts +16 -0
  95. package/lib/primitives/select/select.component.d.ts +7 -0
  96. package/lib/primitives/tab-item/tab-item.component.d.ts +7 -0
  97. package/lib/primitives/tabs/tabs.component.d.ts +9 -0
  98. package/lib/primitives/text-field/text-field.component.d.ts +13 -0
  99. package/lib/services/authenticator.service.d.ts +94 -0
  100. package/lib/services/custom-components.service.d.ts +9 -0
  101. package/lib/utilities/amplify-slot/amplify-slot.component.d.ts +12 -0
  102. package/lib/utilities/amplify-slot/amplify-slot.directive.d.ts +7 -0
  103. package/package.json +29 -49
  104. package/theme.css +1 -0
  105. package/CHANGELOG.md +0 -320
  106. package/dist/amplify-module.d.ts +0 -2
  107. package/dist/core.metadata.json +0 -1
  108. package/dist/fesm2015.js +0 -1532
  109. package/dist/fesm5.js +0 -1319
  110. package/dist/index.d.ts +0 -2
@@ -0,0 +1,2229 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@angular/common'), require('@aws-amplify/ui-components/dist/components')) :
3
+ typeof define === 'function' && define.amd ? define('@aws-amplify/ui-angular/legacy', ['exports', '@angular/core', 'rxjs', '@angular/common', '@aws-amplify/ui-components/dist/components'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["aws-amplify"] = global["aws-amplify"] || {}, global["aws-amplify"]["ui-angular"] = global["aws-amplify"]["ui-angular"] || {}, global["aws-amplify"]["ui-angular"].legacy = {}), global.ng.core, global.rxjs, global.ng.common, global.components));
5
+ })(this, (function (exports, core, rxjs, common, components) { 'use strict';
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+
10
+ Permission to use, copy, modify, and/or distribute this software for any
11
+ purpose with or without fee is hereby granted.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
+ PERFORMANCE OF THIS SOFTWARE.
20
+ ***************************************************************************** */
21
+ /* global Reflect, Promise */
22
+ var extendStatics = function (d, b) {
23
+ extendStatics = Object.setPrototypeOf ||
24
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
25
+ function (d, b) { for (var p in b)
26
+ if (Object.prototype.hasOwnProperty.call(b, p))
27
+ d[p] = b[p]; };
28
+ return extendStatics(d, b);
29
+ };
30
+ function __extends(d, b) {
31
+ if (typeof b !== "function" && b !== null)
32
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
33
+ extendStatics(d, b);
34
+ function __() { this.constructor = d; }
35
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
36
+ }
37
+ var __assign = function () {
38
+ __assign = Object.assign || function __assign(t) {
39
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
40
+ s = arguments[i];
41
+ for (var p in s)
42
+ if (Object.prototype.hasOwnProperty.call(s, p))
43
+ t[p] = s[p];
44
+ }
45
+ return t;
46
+ };
47
+ return __assign.apply(this, arguments);
48
+ };
49
+ function __rest(s, e) {
50
+ var t = {};
51
+ for (var p in s)
52
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
53
+ t[p] = s[p];
54
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
55
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
56
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
57
+ t[p[i]] = s[p[i]];
58
+ }
59
+ return t;
60
+ }
61
+ function __decorate(decorators, target, key, desc) {
62
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
63
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
64
+ r = Reflect.decorate(decorators, target, key, desc);
65
+ else
66
+ for (var i = decorators.length - 1; i >= 0; i--)
67
+ if (d = decorators[i])
68
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
69
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
70
+ }
71
+ function __param(paramIndex, decorator) {
72
+ return function (target, key) { decorator(target, key, paramIndex); };
73
+ }
74
+ function __metadata(metadataKey, metadataValue) {
75
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
76
+ return Reflect.metadata(metadataKey, metadataValue);
77
+ }
78
+ function __awaiter(thisArg, _arguments, P, generator) {
79
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
80
+ return new (P || (P = Promise))(function (resolve, reject) {
81
+ function fulfilled(value) { try {
82
+ step(generator.next(value));
83
+ }
84
+ catch (e) {
85
+ reject(e);
86
+ } }
87
+ function rejected(value) { try {
88
+ step(generator["throw"](value));
89
+ }
90
+ catch (e) {
91
+ reject(e);
92
+ } }
93
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
94
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
95
+ });
96
+ }
97
+ function __generator(thisArg, body) {
98
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
99
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
100
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
101
+ function verb(n) { return function (v) { return step([n, v]); }; }
102
+ function step(op) {
103
+ if (f)
104
+ throw new TypeError("Generator is already executing.");
105
+ while (_)
106
+ try {
107
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
108
+ return t;
109
+ if (y = 0, t)
110
+ op = [op[0] & 2, t.value];
111
+ switch (op[0]) {
112
+ case 0:
113
+ case 1:
114
+ t = op;
115
+ break;
116
+ case 4:
117
+ _.label++;
118
+ return { value: op[1], done: false };
119
+ case 5:
120
+ _.label++;
121
+ y = op[1];
122
+ op = [0];
123
+ continue;
124
+ case 7:
125
+ op = _.ops.pop();
126
+ _.trys.pop();
127
+ continue;
128
+ default:
129
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
130
+ _ = 0;
131
+ continue;
132
+ }
133
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
134
+ _.label = op[1];
135
+ break;
136
+ }
137
+ if (op[0] === 6 && _.label < t[1]) {
138
+ _.label = t[1];
139
+ t = op;
140
+ break;
141
+ }
142
+ if (t && _.label < t[2]) {
143
+ _.label = t[2];
144
+ _.ops.push(op);
145
+ break;
146
+ }
147
+ if (t[2])
148
+ _.ops.pop();
149
+ _.trys.pop();
150
+ continue;
151
+ }
152
+ op = body.call(thisArg, _);
153
+ }
154
+ catch (e) {
155
+ op = [6, e];
156
+ y = 0;
157
+ }
158
+ finally {
159
+ f = t = 0;
160
+ }
161
+ if (op[0] & 5)
162
+ throw op[1];
163
+ return { value: op[0] ? op[1] : void 0, done: true };
164
+ }
165
+ }
166
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
167
+ if (k2 === undefined)
168
+ k2 = k;
169
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
170
+ }) : (function (o, m, k, k2) {
171
+ if (k2 === undefined)
172
+ k2 = k;
173
+ o[k2] = m[k];
174
+ });
175
+ function __exportStar(m, o) {
176
+ for (var p in m)
177
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
178
+ __createBinding(o, m, p);
179
+ }
180
+ function __values(o) {
181
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
182
+ if (m)
183
+ return m.call(o);
184
+ if (o && typeof o.length === "number")
185
+ return {
186
+ next: function () {
187
+ if (o && i >= o.length)
188
+ o = void 0;
189
+ return { value: o && o[i++], done: !o };
190
+ }
191
+ };
192
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
193
+ }
194
+ function __read(o, n) {
195
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
196
+ if (!m)
197
+ return o;
198
+ var i = m.call(o), r, ar = [], e;
199
+ try {
200
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
201
+ ar.push(r.value);
202
+ }
203
+ catch (error) {
204
+ e = { error: error };
205
+ }
206
+ finally {
207
+ try {
208
+ if (r && !r.done && (m = i["return"]))
209
+ m.call(i);
210
+ }
211
+ finally {
212
+ if (e)
213
+ throw e.error;
214
+ }
215
+ }
216
+ return ar;
217
+ }
218
+ /** @deprecated */
219
+ function __spread() {
220
+ for (var ar = [], i = 0; i < arguments.length; i++)
221
+ ar = ar.concat(__read(arguments[i]));
222
+ return ar;
223
+ }
224
+ /** @deprecated */
225
+ function __spreadArrays() {
226
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
227
+ s += arguments[i].length;
228
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
229
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
230
+ r[k] = a[j];
231
+ return r;
232
+ }
233
+ function __spreadArray(to, from, pack) {
234
+ if (pack || arguments.length === 2)
235
+ for (var i = 0, l = from.length, ar; i < l; i++) {
236
+ if (ar || !(i in from)) {
237
+ if (!ar)
238
+ ar = Array.prototype.slice.call(from, 0, i);
239
+ ar[i] = from[i];
240
+ }
241
+ }
242
+ return to.concat(ar || Array.prototype.slice.call(from));
243
+ }
244
+ function __await(v) {
245
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
246
+ }
247
+ function __asyncGenerator(thisArg, _arguments, generator) {
248
+ if (!Symbol.asyncIterator)
249
+ throw new TypeError("Symbol.asyncIterator is not defined.");
250
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
251
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
252
+ function verb(n) { if (g[n])
253
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
254
+ function resume(n, v) { try {
255
+ step(g[n](v));
256
+ }
257
+ catch (e) {
258
+ settle(q[0][3], e);
259
+ } }
260
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
261
+ function fulfill(value) { resume("next", value); }
262
+ function reject(value) { resume("throw", value); }
263
+ function settle(f, v) { if (f(v), q.shift(), q.length)
264
+ resume(q[0][0], q[0][1]); }
265
+ }
266
+ function __asyncDelegator(o) {
267
+ var i, p;
268
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
269
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
270
+ }
271
+ function __asyncValues(o) {
272
+ if (!Symbol.asyncIterator)
273
+ throw new TypeError("Symbol.asyncIterator is not defined.");
274
+ var m = o[Symbol.asyncIterator], i;
275
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
276
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
277
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
278
+ }
279
+ function __makeTemplateObject(cooked, raw) {
280
+ if (Object.defineProperty) {
281
+ Object.defineProperty(cooked, "raw", { value: raw });
282
+ }
283
+ else {
284
+ cooked.raw = raw;
285
+ }
286
+ return cooked;
287
+ }
288
+ ;
289
+ var __setModuleDefault = Object.create ? (function (o, v) {
290
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
291
+ }) : function (o, v) {
292
+ o["default"] = v;
293
+ };
294
+ function __importStar(mod) {
295
+ if (mod && mod.__esModule)
296
+ return mod;
297
+ var result = {};
298
+ if (mod != null)
299
+ for (var k in mod)
300
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
301
+ __createBinding(result, mod, k);
302
+ __setModuleDefault(result, mod);
303
+ return result;
304
+ }
305
+ function __importDefault(mod) {
306
+ return (mod && mod.__esModule) ? mod : { default: mod };
307
+ }
308
+ function __classPrivateFieldGet(receiver, state, kind, f) {
309
+ if (kind === "a" && !f)
310
+ throw new TypeError("Private accessor was defined without a getter");
311
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
312
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
313
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
314
+ }
315
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
316
+ if (kind === "m")
317
+ throw new TypeError("Private method is not writable");
318
+ if (kind === "a" && !f)
319
+ throw new TypeError("Private accessor was defined without a setter");
320
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
321
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
322
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
323
+ }
324
+
325
+ var proxyInputs = function (Cmp, inputs) {
326
+ var Prototype = Cmp.prototype;
327
+ inputs.forEach(function (item) {
328
+ Object.defineProperty(Prototype, item, {
329
+ get: function () {
330
+ return this.el[item];
331
+ },
332
+ set: function (val) {
333
+ var _this = this;
334
+ this.z.runOutsideAngular(function () { return (_this.el[item] = val); });
335
+ },
336
+ });
337
+ });
338
+ };
339
+ var proxyMethods = function (Cmp, methods) {
340
+ var Prototype = Cmp.prototype;
341
+ methods.forEach(function (methodName) {
342
+ Prototype[methodName] = function () {
343
+ var _this = this;
344
+ var args = arguments;
345
+ return this.z.runOutsideAngular(function () { return _this.el[methodName].apply(_this.el, args); });
346
+ };
347
+ });
348
+ };
349
+ var proxyOutputs = function (instance, el, events) {
350
+ events.forEach(function (eventName) { return (instance[eventName] = rxjs.fromEvent(el, eventName)); });
351
+ };
352
+ // eslint-disable-next-line prefer-arrow/prefer-arrow-functions
353
+ function ProxyCmp(opts) {
354
+ var decorator = function (cls) {
355
+ if (opts.inputs) {
356
+ proxyInputs(cls, opts.inputs);
357
+ }
358
+ if (opts.methods) {
359
+ proxyMethods(cls, opts.methods);
360
+ }
361
+ return cls;
362
+ };
363
+ return decorator;
364
+ }
365
+ var AmplifyAmazonButton = /** @class */ (function () {
366
+ function AmplifyAmazonButton(c, r, z) {
367
+ this.z = z;
368
+ c.detach();
369
+ this.el = r.nativeElement;
370
+ }
371
+ return AmplifyAmazonButton;
372
+ }());
373
+ AmplifyAmazonButton.decorators = [
374
+ { type: core.Component, args: [{
375
+ selector: 'amplify-amazon-button',
376
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
377
+ template: '<ng-content></ng-content>',
378
+ inputs: ['clientId', 'handleAuthStateChange']
379
+ },] }
380
+ ];
381
+ AmplifyAmazonButton.ctorParameters = function () { return [
382
+ { type: core.ChangeDetectorRef },
383
+ { type: core.ElementRef },
384
+ { type: core.NgZone }
385
+ ]; };
386
+ AmplifyAmazonButton = __decorate([
387
+ ProxyCmp({ inputs: ['clientId', 'handleAuthStateChange'] })
388
+ ], AmplifyAmazonButton);
389
+ var AmplifyAuthContainer = /** @class */ (function () {
390
+ function AmplifyAuthContainer(c, r, z) {
391
+ this.z = z;
392
+ c.detach();
393
+ this.el = r.nativeElement;
394
+ }
395
+ return AmplifyAuthContainer;
396
+ }());
397
+ AmplifyAuthContainer.decorators = [
398
+ { type: core.Component, args: [{
399
+ selector: 'amplify-auth-container',
400
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
401
+ template: '<ng-content></ng-content>'
402
+ },] }
403
+ ];
404
+ AmplifyAuthContainer.ctorParameters = function () { return [
405
+ { type: core.ChangeDetectorRef },
406
+ { type: core.ElementRef },
407
+ { type: core.NgZone }
408
+ ]; };
409
+ var AmplifyAuthFields = /** @class */ (function () {
410
+ function AmplifyAuthFields(c, r, z) {
411
+ this.z = z;
412
+ c.detach();
413
+ this.el = r.nativeElement;
414
+ }
415
+ return AmplifyAuthFields;
416
+ }());
417
+ AmplifyAuthFields.decorators = [
418
+ { type: core.Component, args: [{
419
+ selector: 'amplify-auth-fields',
420
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
421
+ template: '<ng-content></ng-content>',
422
+ inputs: ['formFields']
423
+ },] }
424
+ ];
425
+ AmplifyAuthFields.ctorParameters = function () { return [
426
+ { type: core.ChangeDetectorRef },
427
+ { type: core.ElementRef },
428
+ { type: core.NgZone }
429
+ ]; };
430
+ AmplifyAuthFields = __decorate([
431
+ ProxyCmp({ inputs: ['formFields'] })
432
+ ], AmplifyAuthFields);
433
+ var AmplifyAuth0Button = /** @class */ (function () {
434
+ function AmplifyAuth0Button(c, r, z) {
435
+ this.z = z;
436
+ c.detach();
437
+ this.el = r.nativeElement;
438
+ }
439
+ return AmplifyAuth0Button;
440
+ }());
441
+ AmplifyAuth0Button.decorators = [
442
+ { type: core.Component, args: [{
443
+ selector: 'amplify-auth0-button',
444
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
445
+ template: '<ng-content></ng-content>',
446
+ inputs: ['config', 'handleAuthStateChange']
447
+ },] }
448
+ ];
449
+ AmplifyAuth0Button.ctorParameters = function () { return [
450
+ { type: core.ChangeDetectorRef },
451
+ { type: core.ElementRef },
452
+ { type: core.NgZone }
453
+ ]; };
454
+ AmplifyAuth0Button = __decorate([
455
+ ProxyCmp({ inputs: ['config', 'handleAuthStateChange'] })
456
+ ], AmplifyAuth0Button);
457
+ var AmplifyAuthenticator = /** @class */ (function () {
458
+ function AmplifyAuthenticator(c, r, z) {
459
+ this.z = z;
460
+ c.detach();
461
+ this.el = r.nativeElement;
462
+ }
463
+ return AmplifyAuthenticator;
464
+ }());
465
+ AmplifyAuthenticator.decorators = [
466
+ { type: core.Component, args: [{
467
+ selector: 'amplify-authenticator',
468
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
469
+ template: '<ng-content></ng-content>',
470
+ inputs: [
471
+ 'federated',
472
+ 'handleAuthStateChange',
473
+ 'hideToast',
474
+ 'initialAuthState',
475
+ 'usernameAlias',
476
+ ]
477
+ },] }
478
+ ];
479
+ AmplifyAuthenticator.ctorParameters = function () { return [
480
+ { type: core.ChangeDetectorRef },
481
+ { type: core.ElementRef },
482
+ { type: core.NgZone }
483
+ ]; };
484
+ AmplifyAuthenticator = __decorate([
485
+ ProxyCmp({
486
+ inputs: [
487
+ 'federated',
488
+ 'handleAuthStateChange',
489
+ 'hideToast',
490
+ 'initialAuthState',
491
+ 'usernameAlias',
492
+ ],
493
+ })
494
+ ], AmplifyAuthenticator);
495
+ exports.AmplifyButton = /** @class */ (function () {
496
+ function AmplifyButton(c, r, z) {
497
+ this.z = z;
498
+ c.detach();
499
+ this.el = r.nativeElement;
500
+ }
501
+ return AmplifyButton;
502
+ }());
503
+ exports.AmplifyButton.decorators = [
504
+ { type: core.Component, args: [{
505
+ selector: 'amplify-button',
506
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
507
+ template: '<ng-content></ng-content>',
508
+ inputs: ['disabled', 'handleButtonClick', 'icon', 'type', 'variant']
509
+ },] }
510
+ ];
511
+ exports.AmplifyButton.ctorParameters = function () { return [
512
+ { type: core.ChangeDetectorRef },
513
+ { type: core.ElementRef },
514
+ { type: core.NgZone }
515
+ ]; };
516
+ exports.AmplifyButton = __decorate([
517
+ ProxyCmp({
518
+ inputs: ['disabled', 'handleButtonClick', 'icon', 'type', 'variant'],
519
+ })
520
+ ], exports.AmplifyButton);
521
+ exports.AmplifyChatbot = /** @class */ (function () {
522
+ function AmplifyChatbot(c, r, z) {
523
+ this.z = z;
524
+ c.detach();
525
+ this.el = r.nativeElement;
526
+ proxyOutputs(this, this.el, ['chatCompleted']);
527
+ }
528
+ return AmplifyChatbot;
529
+ }());
530
+ exports.AmplifyChatbot.decorators = [
531
+ { type: core.Component, args: [{
532
+ selector: 'amplify-chatbot',
533
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
534
+ template: '<ng-content></ng-content>',
535
+ inputs: [
536
+ 'botName',
537
+ 'botTitle',
538
+ 'clearOnComplete',
539
+ 'conversationModeOn',
540
+ 'silenceThreshold',
541
+ 'silenceTime',
542
+ 'textEnabled',
543
+ 'voiceEnabled',
544
+ 'welcomeMessage',
545
+ ]
546
+ },] }
547
+ ];
548
+ exports.AmplifyChatbot.ctorParameters = function () { return [
549
+ { type: core.ChangeDetectorRef },
550
+ { type: core.ElementRef },
551
+ { type: core.NgZone }
552
+ ]; };
553
+ exports.AmplifyChatbot = __decorate([
554
+ ProxyCmp({
555
+ inputs: [
556
+ 'botName',
557
+ 'botTitle',
558
+ 'clearOnComplete',
559
+ 'conversationModeOn',
560
+ 'silenceThreshold',
561
+ 'silenceTime',
562
+ 'textEnabled',
563
+ 'voiceEnabled',
564
+ 'welcomeMessage',
565
+ ],
566
+ })
567
+ ], exports.AmplifyChatbot);
568
+ var AmplifyCheckbox = /** @class */ (function () {
569
+ function AmplifyCheckbox(c, r, z) {
570
+ this.z = z;
571
+ c.detach();
572
+ this.el = r.nativeElement;
573
+ }
574
+ return AmplifyCheckbox;
575
+ }());
576
+ AmplifyCheckbox.decorators = [
577
+ { type: core.Component, args: [{
578
+ selector: 'amplify-checkbox',
579
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
580
+ template: '<ng-content></ng-content>',
581
+ inputs: ['checked', 'disabled', 'fieldId', 'label', 'name', 'value']
582
+ },] }
583
+ ];
584
+ AmplifyCheckbox.ctorParameters = function () { return [
585
+ { type: core.ChangeDetectorRef },
586
+ { type: core.ElementRef },
587
+ { type: core.NgZone }
588
+ ]; };
589
+ AmplifyCheckbox = __decorate([
590
+ ProxyCmp({
591
+ inputs: ['checked', 'disabled', 'fieldId', 'label', 'name', 'value'],
592
+ })
593
+ ], AmplifyCheckbox);
594
+ var AmplifyCodeField = /** @class */ (function () {
595
+ function AmplifyCodeField(c, r, z) {
596
+ this.z = z;
597
+ c.detach();
598
+ this.el = r.nativeElement;
599
+ }
600
+ return AmplifyCodeField;
601
+ }());
602
+ AmplifyCodeField.decorators = [
603
+ { type: core.Component, args: [{
604
+ selector: 'amplify-code-field',
605
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
606
+ template: '<ng-content></ng-content>',
607
+ inputs: [
608
+ 'disabled',
609
+ 'fieldId',
610
+ 'handleInputChange',
611
+ 'hint',
612
+ 'inputProps',
613
+ 'label',
614
+ 'placeholder',
615
+ 'required',
616
+ 'value',
617
+ ]
618
+ },] }
619
+ ];
620
+ AmplifyCodeField.ctorParameters = function () { return [
621
+ { type: core.ChangeDetectorRef },
622
+ { type: core.ElementRef },
623
+ { type: core.NgZone }
624
+ ]; };
625
+ AmplifyCodeField = __decorate([
626
+ ProxyCmp({
627
+ inputs: [
628
+ 'disabled',
629
+ 'fieldId',
630
+ 'handleInputChange',
631
+ 'hint',
632
+ 'inputProps',
633
+ 'label',
634
+ 'placeholder',
635
+ 'required',
636
+ 'value',
637
+ ],
638
+ })
639
+ ], AmplifyCodeField);
640
+ var AmplifyConfirmSignIn = /** @class */ (function () {
641
+ function AmplifyConfirmSignIn(c, r, z) {
642
+ this.z = z;
643
+ c.detach();
644
+ this.el = r.nativeElement;
645
+ }
646
+ return AmplifyConfirmSignIn;
647
+ }());
648
+ AmplifyConfirmSignIn.decorators = [
649
+ { type: core.Component, args: [{
650
+ selector: 'amplify-confirm-sign-in',
651
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
652
+ template: '<ng-content></ng-content>',
653
+ inputs: [
654
+ 'formFields',
655
+ 'handleAuthStateChange',
656
+ 'handleSubmit',
657
+ 'headerText',
658
+ 'submitButtonText',
659
+ 'user',
660
+ ]
661
+ },] }
662
+ ];
663
+ AmplifyConfirmSignIn.ctorParameters = function () { return [
664
+ { type: core.ChangeDetectorRef },
665
+ { type: core.ElementRef },
666
+ { type: core.NgZone }
667
+ ]; };
668
+ AmplifyConfirmSignIn = __decorate([
669
+ ProxyCmp({
670
+ inputs: [
671
+ 'formFields',
672
+ 'handleAuthStateChange',
673
+ 'handleSubmit',
674
+ 'headerText',
675
+ 'submitButtonText',
676
+ 'user',
677
+ ],
678
+ })
679
+ ], AmplifyConfirmSignIn);
680
+ var AmplifyConfirmSignUp = /** @class */ (function () {
681
+ function AmplifyConfirmSignUp(c, r, z) {
682
+ this.z = z;
683
+ c.detach();
684
+ this.el = r.nativeElement;
685
+ }
686
+ return AmplifyConfirmSignUp;
687
+ }());
688
+ AmplifyConfirmSignUp.decorators = [
689
+ { type: core.Component, args: [{
690
+ selector: 'amplify-confirm-sign-up',
691
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
692
+ template: '<ng-content></ng-content>',
693
+ inputs: [
694
+ 'formFields',
695
+ 'handleAuthStateChange',
696
+ 'handleSubmit',
697
+ 'headerText',
698
+ 'submitButtonText',
699
+ 'user',
700
+ 'usernameAlias',
701
+ ]
702
+ },] }
703
+ ];
704
+ AmplifyConfirmSignUp.ctorParameters = function () { return [
705
+ { type: core.ChangeDetectorRef },
706
+ { type: core.ElementRef },
707
+ { type: core.NgZone }
708
+ ]; };
709
+ AmplifyConfirmSignUp = __decorate([
710
+ ProxyCmp({
711
+ inputs: [
712
+ 'formFields',
713
+ 'handleAuthStateChange',
714
+ 'handleSubmit',
715
+ 'headerText',
716
+ 'submitButtonText',
717
+ 'user',
718
+ 'usernameAlias',
719
+ ],
720
+ })
721
+ ], AmplifyConfirmSignUp);
722
+ var AmplifyContainer = /** @class */ (function () {
723
+ function AmplifyContainer(c, r, z) {
724
+ this.z = z;
725
+ c.detach();
726
+ this.el = r.nativeElement;
727
+ }
728
+ return AmplifyContainer;
729
+ }());
730
+ AmplifyContainer.decorators = [
731
+ { type: core.Component, args: [{
732
+ selector: 'amplify-container',
733
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
734
+ template: '<ng-content></ng-content>'
735
+ },] }
736
+ ];
737
+ AmplifyContainer.ctorParameters = function () { return [
738
+ { type: core.ChangeDetectorRef },
739
+ { type: core.ElementRef },
740
+ { type: core.NgZone }
741
+ ]; };
742
+ var AmplifyCountryDialCode = /** @class */ (function () {
743
+ function AmplifyCountryDialCode(c, r, z) {
744
+ this.z = z;
745
+ c.detach();
746
+ this.el = r.nativeElement;
747
+ }
748
+ return AmplifyCountryDialCode;
749
+ }());
750
+ AmplifyCountryDialCode.decorators = [
751
+ { type: core.Component, args: [{
752
+ selector: 'amplify-country-dial-code',
753
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
754
+ template: '<ng-content></ng-content>',
755
+ inputs: ['dialCode', 'fieldId', 'handleInputChange', 'options']
756
+ },] }
757
+ ];
758
+ AmplifyCountryDialCode.ctorParameters = function () { return [
759
+ { type: core.ChangeDetectorRef },
760
+ { type: core.ElementRef },
761
+ { type: core.NgZone }
762
+ ]; };
763
+ AmplifyCountryDialCode = __decorate([
764
+ ProxyCmp({ inputs: ['dialCode', 'fieldId', 'handleInputChange', 'options'] })
765
+ ], AmplifyCountryDialCode);
766
+ var AmplifyEmailField = /** @class */ (function () {
767
+ function AmplifyEmailField(c, r, z) {
768
+ this.z = z;
769
+ c.detach();
770
+ this.el = r.nativeElement;
771
+ }
772
+ return AmplifyEmailField;
773
+ }());
774
+ AmplifyEmailField.decorators = [
775
+ { type: core.Component, args: [{
776
+ selector: 'amplify-email-field',
777
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
778
+ template: '<ng-content></ng-content>',
779
+ inputs: [
780
+ 'disabled',
781
+ 'fieldId',
782
+ 'handleInputChange',
783
+ 'hint',
784
+ 'inputProps',
785
+ 'label',
786
+ 'placeholder',
787
+ 'required',
788
+ 'value',
789
+ ]
790
+ },] }
791
+ ];
792
+ AmplifyEmailField.ctorParameters = function () { return [
793
+ { type: core.ChangeDetectorRef },
794
+ { type: core.ElementRef },
795
+ { type: core.NgZone }
796
+ ]; };
797
+ AmplifyEmailField = __decorate([
798
+ ProxyCmp({
799
+ inputs: [
800
+ 'disabled',
801
+ 'fieldId',
802
+ 'handleInputChange',
803
+ 'hint',
804
+ 'inputProps',
805
+ 'label',
806
+ 'placeholder',
807
+ 'required',
808
+ 'value',
809
+ ],
810
+ })
811
+ ], AmplifyEmailField);
812
+ var AmplifyFacebookButton = /** @class */ (function () {
813
+ function AmplifyFacebookButton(c, r, z) {
814
+ this.z = z;
815
+ c.detach();
816
+ this.el = r.nativeElement;
817
+ }
818
+ return AmplifyFacebookButton;
819
+ }());
820
+ AmplifyFacebookButton.decorators = [
821
+ { type: core.Component, args: [{
822
+ selector: 'amplify-facebook-button',
823
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
824
+ template: '<ng-content></ng-content>',
825
+ inputs: ['appId', 'handleAuthStateChange']
826
+ },] }
827
+ ];
828
+ AmplifyFacebookButton.ctorParameters = function () { return [
829
+ { type: core.ChangeDetectorRef },
830
+ { type: core.ElementRef },
831
+ { type: core.NgZone }
832
+ ]; };
833
+ AmplifyFacebookButton = __decorate([
834
+ ProxyCmp({ inputs: ['appId', 'handleAuthStateChange'] })
835
+ ], AmplifyFacebookButton);
836
+ var AmplifyFederatedButtons = /** @class */ (function () {
837
+ function AmplifyFederatedButtons(c, r, z) {
838
+ this.z = z;
839
+ c.detach();
840
+ this.el = r.nativeElement;
841
+ }
842
+ return AmplifyFederatedButtons;
843
+ }());
844
+ AmplifyFederatedButtons.decorators = [
845
+ { type: core.Component, args: [{
846
+ selector: 'amplify-federated-buttons',
847
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
848
+ template: '<ng-content></ng-content>',
849
+ inputs: ['authState', 'federated', 'handleAuthStateChange']
850
+ },] }
851
+ ];
852
+ AmplifyFederatedButtons.ctorParameters = function () { return [
853
+ { type: core.ChangeDetectorRef },
854
+ { type: core.ElementRef },
855
+ { type: core.NgZone }
856
+ ]; };
857
+ AmplifyFederatedButtons = __decorate([
858
+ ProxyCmp({ inputs: ['authState', 'federated', 'handleAuthStateChange'] })
859
+ ], AmplifyFederatedButtons);
860
+ var AmplifyFederatedSignIn = /** @class */ (function () {
861
+ function AmplifyFederatedSignIn(c, r, z) {
862
+ this.z = z;
863
+ c.detach();
864
+ this.el = r.nativeElement;
865
+ }
866
+ return AmplifyFederatedSignIn;
867
+ }());
868
+ AmplifyFederatedSignIn.decorators = [
869
+ { type: core.Component, args: [{
870
+ selector: 'amplify-federated-sign-in',
871
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
872
+ template: '<ng-content></ng-content>',
873
+ inputs: ['authState', 'federated']
874
+ },] }
875
+ ];
876
+ AmplifyFederatedSignIn.ctorParameters = function () { return [
877
+ { type: core.ChangeDetectorRef },
878
+ { type: core.ElementRef },
879
+ { type: core.NgZone }
880
+ ]; };
881
+ AmplifyFederatedSignIn = __decorate([
882
+ ProxyCmp({ inputs: ['authState', 'federated'] })
883
+ ], AmplifyFederatedSignIn);
884
+ var AmplifyForgotPassword = /** @class */ (function () {
885
+ function AmplifyForgotPassword(c, r, z) {
886
+ this.z = z;
887
+ c.detach();
888
+ this.el = r.nativeElement;
889
+ }
890
+ return AmplifyForgotPassword;
891
+ }());
892
+ AmplifyForgotPassword.decorators = [
893
+ { type: core.Component, args: [{
894
+ selector: 'amplify-forgot-password',
895
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
896
+ template: '<ng-content></ng-content>',
897
+ inputs: [
898
+ 'formFields',
899
+ 'handleAuthStateChange',
900
+ 'handleSend',
901
+ 'handleSubmit',
902
+ 'headerText',
903
+ 'sendButtonText',
904
+ 'submitButtonText',
905
+ 'usernameAlias',
906
+ ]
907
+ },] }
908
+ ];
909
+ AmplifyForgotPassword.ctorParameters = function () { return [
910
+ { type: core.ChangeDetectorRef },
911
+ { type: core.ElementRef },
912
+ { type: core.NgZone }
913
+ ]; };
914
+ AmplifyForgotPassword = __decorate([
915
+ ProxyCmp({
916
+ inputs: [
917
+ 'formFields',
918
+ 'handleAuthStateChange',
919
+ 'handleSend',
920
+ 'handleSubmit',
921
+ 'headerText',
922
+ 'sendButtonText',
923
+ 'submitButtonText',
924
+ 'usernameAlias',
925
+ ],
926
+ })
927
+ ], AmplifyForgotPassword);
928
+ var AmplifyFormField = /** @class */ (function () {
929
+ function AmplifyFormField(c, r, z) {
930
+ this.z = z;
931
+ c.detach();
932
+ this.el = r.nativeElement;
933
+ }
934
+ return AmplifyFormField;
935
+ }());
936
+ AmplifyFormField.decorators = [
937
+ { type: core.Component, args: [{
938
+ selector: 'amplify-form-field',
939
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
940
+ template: '<ng-content></ng-content>',
941
+ inputs: [
942
+ 'description',
943
+ 'disabled',
944
+ 'fieldId',
945
+ 'handleInputChange',
946
+ 'hint',
947
+ 'inputProps',
948
+ 'label',
949
+ 'name',
950
+ 'placeholder',
951
+ 'required',
952
+ 'type',
953
+ 'value',
954
+ ]
955
+ },] }
956
+ ];
957
+ AmplifyFormField.ctorParameters = function () { return [
958
+ { type: core.ChangeDetectorRef },
959
+ { type: core.ElementRef },
960
+ { type: core.NgZone }
961
+ ]; };
962
+ AmplifyFormField = __decorate([
963
+ ProxyCmp({
964
+ inputs: [
965
+ 'description',
966
+ 'disabled',
967
+ 'fieldId',
968
+ 'handleInputChange',
969
+ 'hint',
970
+ 'inputProps',
971
+ 'label',
972
+ 'name',
973
+ 'placeholder',
974
+ 'required',
975
+ 'type',
976
+ 'value',
977
+ ],
978
+ })
979
+ ], AmplifyFormField);
980
+ var AmplifyFormSection = /** @class */ (function () {
981
+ function AmplifyFormSection(c, r, z) {
982
+ this.z = z;
983
+ c.detach();
984
+ this.el = r.nativeElement;
985
+ }
986
+ return AmplifyFormSection;
987
+ }());
988
+ AmplifyFormSection.decorators = [
989
+ { type: core.Component, args: [{
990
+ selector: 'amplify-form-section',
991
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
992
+ template: '<ng-content></ng-content>',
993
+ inputs: [
994
+ 'handleSubmit',
995
+ 'headerText',
996
+ 'loading',
997
+ 'secondaryFooterContent',
998
+ 'submitButtonText',
999
+ 'testDataPrefix',
1000
+ ]
1001
+ },] }
1002
+ ];
1003
+ AmplifyFormSection.ctorParameters = function () { return [
1004
+ { type: core.ChangeDetectorRef },
1005
+ { type: core.ElementRef },
1006
+ { type: core.NgZone }
1007
+ ]; };
1008
+ AmplifyFormSection = __decorate([
1009
+ ProxyCmp({
1010
+ inputs: [
1011
+ 'handleSubmit',
1012
+ 'headerText',
1013
+ 'loading',
1014
+ 'secondaryFooterContent',
1015
+ 'submitButtonText',
1016
+ 'testDataPrefix',
1017
+ ],
1018
+ })
1019
+ ], AmplifyFormSection);
1020
+ var AmplifyGoogleButton = /** @class */ (function () {
1021
+ function AmplifyGoogleButton(c, r, z) {
1022
+ this.z = z;
1023
+ c.detach();
1024
+ this.el = r.nativeElement;
1025
+ }
1026
+ return AmplifyGoogleButton;
1027
+ }());
1028
+ AmplifyGoogleButton.decorators = [
1029
+ { type: core.Component, args: [{
1030
+ selector: 'amplify-google-button',
1031
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1032
+ template: '<ng-content></ng-content>',
1033
+ inputs: ['clientId', 'handleAuthStateChange']
1034
+ },] }
1035
+ ];
1036
+ AmplifyGoogleButton.ctorParameters = function () { return [
1037
+ { type: core.ChangeDetectorRef },
1038
+ { type: core.ElementRef },
1039
+ { type: core.NgZone }
1040
+ ]; };
1041
+ AmplifyGoogleButton = __decorate([
1042
+ ProxyCmp({ inputs: ['clientId', 'handleAuthStateChange'] })
1043
+ ], AmplifyGoogleButton);
1044
+ var AmplifyGreetings = /** @class */ (function () {
1045
+ function AmplifyGreetings(c, r, z) {
1046
+ this.z = z;
1047
+ c.detach();
1048
+ this.el = r.nativeElement;
1049
+ }
1050
+ return AmplifyGreetings;
1051
+ }());
1052
+ AmplifyGreetings.decorators = [
1053
+ { type: core.Component, args: [{
1054
+ selector: 'amplify-greetings',
1055
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1056
+ template: '<ng-content></ng-content>',
1057
+ inputs: ['handleAuthStateChange', 'logo', 'username']
1058
+ },] }
1059
+ ];
1060
+ AmplifyGreetings.ctorParameters = function () { return [
1061
+ { type: core.ChangeDetectorRef },
1062
+ { type: core.ElementRef },
1063
+ { type: core.NgZone }
1064
+ ]; };
1065
+ AmplifyGreetings = __decorate([
1066
+ ProxyCmp({ inputs: ['handleAuthStateChange', 'logo', 'username'] })
1067
+ ], AmplifyGreetings);
1068
+ var AmplifyHint = /** @class */ (function () {
1069
+ function AmplifyHint(c, r, z) {
1070
+ this.z = z;
1071
+ c.detach();
1072
+ this.el = r.nativeElement;
1073
+ }
1074
+ return AmplifyHint;
1075
+ }());
1076
+ AmplifyHint.decorators = [
1077
+ { type: core.Component, args: [{
1078
+ selector: 'amplify-hint',
1079
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1080
+ template: '<ng-content></ng-content>'
1081
+ },] }
1082
+ ];
1083
+ AmplifyHint.ctorParameters = function () { return [
1084
+ { type: core.ChangeDetectorRef },
1085
+ { type: core.ElementRef },
1086
+ { type: core.NgZone }
1087
+ ]; };
1088
+ exports.AmplifyIcon = /** @class */ (function () {
1089
+ function AmplifyIcon(c, r, z) {
1090
+ this.z = z;
1091
+ c.detach();
1092
+ this.el = r.nativeElement;
1093
+ }
1094
+ return AmplifyIcon;
1095
+ }());
1096
+ exports.AmplifyIcon.decorators = [
1097
+ { type: core.Component, args: [{
1098
+ selector: 'amplify-icon',
1099
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1100
+ template: '<ng-content></ng-content>',
1101
+ inputs: ['name']
1102
+ },] }
1103
+ ];
1104
+ exports.AmplifyIcon.ctorParameters = function () { return [
1105
+ { type: core.ChangeDetectorRef },
1106
+ { type: core.ElementRef },
1107
+ { type: core.NgZone }
1108
+ ]; };
1109
+ exports.AmplifyIcon = __decorate([
1110
+ ProxyCmp({ inputs: ['name'] })
1111
+ ], exports.AmplifyIcon);
1112
+ var AmplifyIconButton = /** @class */ (function () {
1113
+ function AmplifyIconButton(c, r, z) {
1114
+ this.z = z;
1115
+ c.detach();
1116
+ this.el = r.nativeElement;
1117
+ }
1118
+ return AmplifyIconButton;
1119
+ }());
1120
+ AmplifyIconButton.decorators = [
1121
+ { type: core.Component, args: [{
1122
+ selector: 'amplify-icon-button',
1123
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1124
+ template: '<ng-content></ng-content>',
1125
+ inputs: ['autoShowTooltip', 'name', 'tooltip']
1126
+ },] }
1127
+ ];
1128
+ AmplifyIconButton.ctorParameters = function () { return [
1129
+ { type: core.ChangeDetectorRef },
1130
+ { type: core.ElementRef },
1131
+ { type: core.NgZone }
1132
+ ]; };
1133
+ AmplifyIconButton = __decorate([
1134
+ ProxyCmp({ inputs: ['autoShowTooltip', 'name', 'tooltip'] })
1135
+ ], AmplifyIconButton);
1136
+ exports.AmplifyInput = /** @class */ (function () {
1137
+ function AmplifyInput(c, r, z) {
1138
+ this.z = z;
1139
+ c.detach();
1140
+ this.el = r.nativeElement;
1141
+ }
1142
+ return AmplifyInput;
1143
+ }());
1144
+ exports.AmplifyInput.decorators = [
1145
+ { type: core.Component, args: [{
1146
+ selector: 'amplify-input',
1147
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1148
+ template: '<ng-content></ng-content>',
1149
+ inputs: [
1150
+ 'description',
1151
+ 'disabled',
1152
+ 'fieldId',
1153
+ 'handleInputChange',
1154
+ 'inputProps',
1155
+ 'name',
1156
+ 'placeholder',
1157
+ 'required',
1158
+ 'type',
1159
+ 'value',
1160
+ ]
1161
+ },] }
1162
+ ];
1163
+ exports.AmplifyInput.ctorParameters = function () { return [
1164
+ { type: core.ChangeDetectorRef },
1165
+ { type: core.ElementRef },
1166
+ { type: core.NgZone }
1167
+ ]; };
1168
+ exports.AmplifyInput = __decorate([
1169
+ ProxyCmp({
1170
+ inputs: [
1171
+ 'description',
1172
+ 'disabled',
1173
+ 'fieldId',
1174
+ 'handleInputChange',
1175
+ 'inputProps',
1176
+ 'name',
1177
+ 'placeholder',
1178
+ 'required',
1179
+ 'type',
1180
+ 'value',
1181
+ ],
1182
+ })
1183
+ ], exports.AmplifyInput);
1184
+ var AmplifyLabel = /** @class */ (function () {
1185
+ function AmplifyLabel(c, r, z) {
1186
+ this.z = z;
1187
+ c.detach();
1188
+ this.el = r.nativeElement;
1189
+ }
1190
+ return AmplifyLabel;
1191
+ }());
1192
+ AmplifyLabel.decorators = [
1193
+ { type: core.Component, args: [{
1194
+ selector: 'amplify-label',
1195
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1196
+ template: '<ng-content></ng-content>',
1197
+ inputs: ['htmlFor']
1198
+ },] }
1199
+ ];
1200
+ AmplifyLabel.ctorParameters = function () { return [
1201
+ { type: core.ChangeDetectorRef },
1202
+ { type: core.ElementRef },
1203
+ { type: core.NgZone }
1204
+ ]; };
1205
+ AmplifyLabel = __decorate([
1206
+ ProxyCmp({ inputs: ['htmlFor'] })
1207
+ ], AmplifyLabel);
1208
+ var AmplifyLink = /** @class */ (function () {
1209
+ function AmplifyLink(c, r, z) {
1210
+ this.z = z;
1211
+ c.detach();
1212
+ this.el = r.nativeElement;
1213
+ }
1214
+ return AmplifyLink;
1215
+ }());
1216
+ AmplifyLink.decorators = [
1217
+ { type: core.Component, args: [{
1218
+ selector: 'amplify-link',
1219
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1220
+ template: '<ng-content></ng-content>',
1221
+ inputs: ['role']
1222
+ },] }
1223
+ ];
1224
+ AmplifyLink.ctorParameters = function () { return [
1225
+ { type: core.ChangeDetectorRef },
1226
+ { type: core.ElementRef },
1227
+ { type: core.NgZone }
1228
+ ]; };
1229
+ AmplifyLink = __decorate([
1230
+ ProxyCmp({ inputs: ['role'] })
1231
+ ], AmplifyLink);
1232
+ var AmplifyLoadingSpinner = /** @class */ (function () {
1233
+ function AmplifyLoadingSpinner(c, r, z) {
1234
+ this.z = z;
1235
+ c.detach();
1236
+ this.el = r.nativeElement;
1237
+ }
1238
+ return AmplifyLoadingSpinner;
1239
+ }());
1240
+ AmplifyLoadingSpinner.decorators = [
1241
+ { type: core.Component, args: [{
1242
+ selector: 'amplify-loading-spinner',
1243
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1244
+ template: '<ng-content></ng-content>'
1245
+ },] }
1246
+ ];
1247
+ AmplifyLoadingSpinner.ctorParameters = function () { return [
1248
+ { type: core.ChangeDetectorRef },
1249
+ { type: core.ElementRef },
1250
+ { type: core.NgZone }
1251
+ ]; };
1252
+ var AmplifyNav = /** @class */ (function () {
1253
+ function AmplifyNav(c, r, z) {
1254
+ this.z = z;
1255
+ c.detach();
1256
+ this.el = r.nativeElement;
1257
+ }
1258
+ return AmplifyNav;
1259
+ }());
1260
+ AmplifyNav.decorators = [
1261
+ { type: core.Component, args: [{
1262
+ selector: 'amplify-nav',
1263
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1264
+ template: '<ng-content></ng-content>'
1265
+ },] }
1266
+ ];
1267
+ AmplifyNav.ctorParameters = function () { return [
1268
+ { type: core.ChangeDetectorRef },
1269
+ { type: core.ElementRef },
1270
+ { type: core.NgZone }
1271
+ ]; };
1272
+ var AmplifyOauthButton = /** @class */ (function () {
1273
+ function AmplifyOauthButton(c, r, z) {
1274
+ this.z = z;
1275
+ c.detach();
1276
+ this.el = r.nativeElement;
1277
+ }
1278
+ return AmplifyOauthButton;
1279
+ }());
1280
+ AmplifyOauthButton.decorators = [
1281
+ { type: core.Component, args: [{
1282
+ selector: 'amplify-oauth-button',
1283
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1284
+ template: '<ng-content></ng-content>',
1285
+ inputs: ['config']
1286
+ },] }
1287
+ ];
1288
+ AmplifyOauthButton.ctorParameters = function () { return [
1289
+ { type: core.ChangeDetectorRef },
1290
+ { type: core.ElementRef },
1291
+ { type: core.NgZone }
1292
+ ]; };
1293
+ AmplifyOauthButton = __decorate([
1294
+ ProxyCmp({ inputs: ['config'] })
1295
+ ], AmplifyOauthButton);
1296
+ var AmplifyPasswordField = /** @class */ (function () {
1297
+ function AmplifyPasswordField(c, r, z) {
1298
+ this.z = z;
1299
+ c.detach();
1300
+ this.el = r.nativeElement;
1301
+ }
1302
+ return AmplifyPasswordField;
1303
+ }());
1304
+ AmplifyPasswordField.decorators = [
1305
+ { type: core.Component, args: [{
1306
+ selector: 'amplify-password-field',
1307
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1308
+ template: '<ng-content></ng-content>',
1309
+ inputs: [
1310
+ 'disabled',
1311
+ 'fieldId',
1312
+ 'handleInputChange',
1313
+ 'hint',
1314
+ 'inputProps',
1315
+ 'label',
1316
+ 'placeholder',
1317
+ 'required',
1318
+ 'value',
1319
+ ]
1320
+ },] }
1321
+ ];
1322
+ AmplifyPasswordField.ctorParameters = function () { return [
1323
+ { type: core.ChangeDetectorRef },
1324
+ { type: core.ElementRef },
1325
+ { type: core.NgZone }
1326
+ ]; };
1327
+ AmplifyPasswordField = __decorate([
1328
+ ProxyCmp({
1329
+ inputs: [
1330
+ 'disabled',
1331
+ 'fieldId',
1332
+ 'handleInputChange',
1333
+ 'hint',
1334
+ 'inputProps',
1335
+ 'label',
1336
+ 'placeholder',
1337
+ 'required',
1338
+ 'value',
1339
+ ],
1340
+ })
1341
+ ], AmplifyPasswordField);
1342
+ var AmplifyPhoneField = /** @class */ (function () {
1343
+ function AmplifyPhoneField(c, r, z) {
1344
+ this.z = z;
1345
+ c.detach();
1346
+ this.el = r.nativeElement;
1347
+ }
1348
+ return AmplifyPhoneField;
1349
+ }());
1350
+ AmplifyPhoneField.decorators = [
1351
+ { type: core.Component, args: [{
1352
+ selector: 'amplify-phone-field',
1353
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1354
+ template: '<ng-content></ng-content>',
1355
+ inputs: [
1356
+ 'dialCode',
1357
+ 'disabled',
1358
+ 'fieldId',
1359
+ 'handleInputChange',
1360
+ 'hint',
1361
+ 'inputProps',
1362
+ 'label',
1363
+ 'placeholder',
1364
+ 'required',
1365
+ 'value',
1366
+ ]
1367
+ },] }
1368
+ ];
1369
+ AmplifyPhoneField.ctorParameters = function () { return [
1370
+ { type: core.ChangeDetectorRef },
1371
+ { type: core.ElementRef },
1372
+ { type: core.NgZone }
1373
+ ]; };
1374
+ AmplifyPhoneField = __decorate([
1375
+ ProxyCmp({
1376
+ inputs: [
1377
+ 'dialCode',
1378
+ 'disabled',
1379
+ 'fieldId',
1380
+ 'handleInputChange',
1381
+ 'hint',
1382
+ 'inputProps',
1383
+ 'label',
1384
+ 'placeholder',
1385
+ 'required',
1386
+ 'value',
1387
+ ],
1388
+ })
1389
+ ], AmplifyPhoneField);
1390
+ exports.AmplifyPhotoPicker = /** @class */ (function () {
1391
+ function AmplifyPhotoPicker(c, r, z) {
1392
+ this.z = z;
1393
+ c.detach();
1394
+ this.el = r.nativeElement;
1395
+ }
1396
+ return AmplifyPhotoPicker;
1397
+ }());
1398
+ exports.AmplifyPhotoPicker.decorators = [
1399
+ { type: core.Component, args: [{
1400
+ selector: 'amplify-photo-picker',
1401
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1402
+ template: '<ng-content></ng-content>',
1403
+ inputs: [
1404
+ 'buttonText',
1405
+ 'handleClick',
1406
+ 'headerHint',
1407
+ 'headerTitle',
1408
+ 'placeholderHint',
1409
+ 'previewSrc',
1410
+ ]
1411
+ },] }
1412
+ ];
1413
+ exports.AmplifyPhotoPicker.ctorParameters = function () { return [
1414
+ { type: core.ChangeDetectorRef },
1415
+ { type: core.ElementRef },
1416
+ { type: core.NgZone }
1417
+ ]; };
1418
+ exports.AmplifyPhotoPicker = __decorate([
1419
+ ProxyCmp({
1420
+ inputs: [
1421
+ 'buttonText',
1422
+ 'handleClick',
1423
+ 'headerHint',
1424
+ 'headerTitle',
1425
+ 'placeholderHint',
1426
+ 'previewSrc',
1427
+ ],
1428
+ })
1429
+ ], exports.AmplifyPhotoPicker);
1430
+ exports.AmplifyPicker = /** @class */ (function () {
1431
+ function AmplifyPicker(c, r, z) {
1432
+ this.z = z;
1433
+ c.detach();
1434
+ this.el = r.nativeElement;
1435
+ }
1436
+ return AmplifyPicker;
1437
+ }());
1438
+ exports.AmplifyPicker.decorators = [
1439
+ { type: core.Component, args: [{
1440
+ selector: 'amplify-picker',
1441
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1442
+ template: '<ng-content></ng-content>',
1443
+ inputs: ['acceptValue', 'inputHandler', 'pickerText']
1444
+ },] }
1445
+ ];
1446
+ exports.AmplifyPicker.ctorParameters = function () { return [
1447
+ { type: core.ChangeDetectorRef },
1448
+ { type: core.ElementRef },
1449
+ { type: core.NgZone }
1450
+ ]; };
1451
+ exports.AmplifyPicker = __decorate([
1452
+ ProxyCmp({ inputs: ['acceptValue', 'inputHandler', 'pickerText'] })
1453
+ ], exports.AmplifyPicker);
1454
+ var AmplifyRadioButton = /** @class */ (function () {
1455
+ function AmplifyRadioButton(c, r, z) {
1456
+ this.z = z;
1457
+ c.detach();
1458
+ this.el = r.nativeElement;
1459
+ }
1460
+ return AmplifyRadioButton;
1461
+ }());
1462
+ AmplifyRadioButton.decorators = [
1463
+ { type: core.Component, args: [{
1464
+ selector: 'amplify-radio-button',
1465
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1466
+ template: '<ng-content></ng-content>',
1467
+ inputs: [
1468
+ 'checked',
1469
+ 'disabled',
1470
+ 'fieldId',
1471
+ 'handleInputChange',
1472
+ 'inputProps',
1473
+ 'label',
1474
+ 'name',
1475
+ 'placeholder',
1476
+ 'value',
1477
+ ]
1478
+ },] }
1479
+ ];
1480
+ AmplifyRadioButton.ctorParameters = function () { return [
1481
+ { type: core.ChangeDetectorRef },
1482
+ { type: core.ElementRef },
1483
+ { type: core.NgZone }
1484
+ ]; };
1485
+ AmplifyRadioButton = __decorate([
1486
+ ProxyCmp({
1487
+ inputs: [
1488
+ 'checked',
1489
+ 'disabled',
1490
+ 'fieldId',
1491
+ 'handleInputChange',
1492
+ 'inputProps',
1493
+ 'label',
1494
+ 'name',
1495
+ 'placeholder',
1496
+ 'value',
1497
+ ],
1498
+ })
1499
+ ], AmplifyRadioButton);
1500
+ var AmplifyRequireNewPassword = /** @class */ (function () {
1501
+ function AmplifyRequireNewPassword(c, r, z) {
1502
+ this.z = z;
1503
+ c.detach();
1504
+ this.el = r.nativeElement;
1505
+ }
1506
+ return AmplifyRequireNewPassword;
1507
+ }());
1508
+ AmplifyRequireNewPassword.decorators = [
1509
+ { type: core.Component, args: [{
1510
+ selector: 'amplify-require-new-password',
1511
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1512
+ template: '<ng-content></ng-content>',
1513
+ inputs: [
1514
+ 'formFields',
1515
+ 'handleAuthStateChange',
1516
+ 'handleSubmit',
1517
+ 'headerText',
1518
+ 'submitButtonText',
1519
+ 'user',
1520
+ ]
1521
+ },] }
1522
+ ];
1523
+ AmplifyRequireNewPassword.ctorParameters = function () { return [
1524
+ { type: core.ChangeDetectorRef },
1525
+ { type: core.ElementRef },
1526
+ { type: core.NgZone }
1527
+ ]; };
1528
+ AmplifyRequireNewPassword = __decorate([
1529
+ ProxyCmp({
1530
+ inputs: [
1531
+ 'formFields',
1532
+ 'handleAuthStateChange',
1533
+ 'handleSubmit',
1534
+ 'headerText',
1535
+ 'submitButtonText',
1536
+ 'user',
1537
+ ],
1538
+ })
1539
+ ], AmplifyRequireNewPassword);
1540
+ exports.AmplifyS3Album = /** @class */ (function () {
1541
+ function AmplifyS3Album(c, r, z) {
1542
+ this.z = z;
1543
+ c.detach();
1544
+ this.el = r.nativeElement;
1545
+ }
1546
+ return AmplifyS3Album;
1547
+ }());
1548
+ exports.AmplifyS3Album.decorators = [
1549
+ { type: core.Component, args: [{
1550
+ selector: 'amplify-s3-album',
1551
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1552
+ template: '<ng-content></ng-content>',
1553
+ inputs: [
1554
+ 'contentType',
1555
+ 'fileToKey',
1556
+ 'filter',
1557
+ 'handleOnError',
1558
+ 'handleOnLoad',
1559
+ 'identityId',
1560
+ 'level',
1561
+ 'path',
1562
+ 'picker',
1563
+ 'pickerText',
1564
+ 'sort',
1565
+ 'track',
1566
+ ]
1567
+ },] }
1568
+ ];
1569
+ exports.AmplifyS3Album.ctorParameters = function () { return [
1570
+ { type: core.ChangeDetectorRef },
1571
+ { type: core.ElementRef },
1572
+ { type: core.NgZone }
1573
+ ]; };
1574
+ exports.AmplifyS3Album = __decorate([
1575
+ ProxyCmp({
1576
+ inputs: [
1577
+ 'contentType',
1578
+ 'fileToKey',
1579
+ 'filter',
1580
+ 'handleOnError',
1581
+ 'handleOnLoad',
1582
+ 'identityId',
1583
+ 'level',
1584
+ 'path',
1585
+ 'picker',
1586
+ 'pickerText',
1587
+ 'sort',
1588
+ 'track',
1589
+ ],
1590
+ })
1591
+ ], exports.AmplifyS3Album);
1592
+ exports.AmplifyS3Image = /** @class */ (function () {
1593
+ function AmplifyS3Image(c, r, z) {
1594
+ this.z = z;
1595
+ c.detach();
1596
+ this.el = r.nativeElement;
1597
+ }
1598
+ return AmplifyS3Image;
1599
+ }());
1600
+ exports.AmplifyS3Image.decorators = [
1601
+ { type: core.Component, args: [{
1602
+ selector: 'amplify-s3-image',
1603
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1604
+ template: '<ng-content></ng-content>',
1605
+ inputs: [
1606
+ 'alt',
1607
+ 'body',
1608
+ 'contentType',
1609
+ 'handleOnError',
1610
+ 'handleOnLoad',
1611
+ 'identityId',
1612
+ 'imgKey',
1613
+ 'imgProps',
1614
+ 'level',
1615
+ 'path',
1616
+ 'track',
1617
+ ]
1618
+ },] }
1619
+ ];
1620
+ exports.AmplifyS3Image.ctorParameters = function () { return [
1621
+ { type: core.ChangeDetectorRef },
1622
+ { type: core.ElementRef },
1623
+ { type: core.NgZone }
1624
+ ]; };
1625
+ exports.AmplifyS3Image = __decorate([
1626
+ ProxyCmp({
1627
+ inputs: [
1628
+ 'alt',
1629
+ 'body',
1630
+ 'contentType',
1631
+ 'handleOnError',
1632
+ 'handleOnLoad',
1633
+ 'identityId',
1634
+ 'imgKey',
1635
+ 'imgProps',
1636
+ 'level',
1637
+ 'path',
1638
+ 'track',
1639
+ ],
1640
+ })
1641
+ ], exports.AmplifyS3Image);
1642
+ exports.AmplifyS3ImagePicker = /** @class */ (function () {
1643
+ function AmplifyS3ImagePicker(c, r, z) {
1644
+ this.z = z;
1645
+ c.detach();
1646
+ this.el = r.nativeElement;
1647
+ }
1648
+ return AmplifyS3ImagePicker;
1649
+ }());
1650
+ exports.AmplifyS3ImagePicker.decorators = [
1651
+ { type: core.Component, args: [{
1652
+ selector: 'amplify-s3-image-picker',
1653
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1654
+ template: '<ng-content></ng-content>',
1655
+ inputs: [
1656
+ 'buttonText',
1657
+ 'contentType',
1658
+ 'fileToKey',
1659
+ 'headerHint',
1660
+ 'headerTitle',
1661
+ 'identityId',
1662
+ 'level',
1663
+ 'path',
1664
+ 'placeholderHint',
1665
+ 'track',
1666
+ ]
1667
+ },] }
1668
+ ];
1669
+ exports.AmplifyS3ImagePicker.ctorParameters = function () { return [
1670
+ { type: core.ChangeDetectorRef },
1671
+ { type: core.ElementRef },
1672
+ { type: core.NgZone }
1673
+ ]; };
1674
+ exports.AmplifyS3ImagePicker = __decorate([
1675
+ ProxyCmp({
1676
+ inputs: [
1677
+ 'buttonText',
1678
+ 'contentType',
1679
+ 'fileToKey',
1680
+ 'headerHint',
1681
+ 'headerTitle',
1682
+ 'identityId',
1683
+ 'level',
1684
+ 'path',
1685
+ 'placeholderHint',
1686
+ 'track',
1687
+ ],
1688
+ })
1689
+ ], exports.AmplifyS3ImagePicker);
1690
+ exports.AmplifyS3Text = /** @class */ (function () {
1691
+ function AmplifyS3Text(c, r, z) {
1692
+ this.z = z;
1693
+ c.detach();
1694
+ this.el = r.nativeElement;
1695
+ }
1696
+ return AmplifyS3Text;
1697
+ }());
1698
+ exports.AmplifyS3Text.decorators = [
1699
+ { type: core.Component, args: [{
1700
+ selector: 'amplify-s3-text',
1701
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1702
+ template: '<ng-content></ng-content>',
1703
+ inputs: [
1704
+ 'body',
1705
+ 'contentType',
1706
+ 'fallbackText',
1707
+ 'identityId',
1708
+ 'level',
1709
+ 'path',
1710
+ 'textKey',
1711
+ 'track',
1712
+ ]
1713
+ },] }
1714
+ ];
1715
+ exports.AmplifyS3Text.ctorParameters = function () { return [
1716
+ { type: core.ChangeDetectorRef },
1717
+ { type: core.ElementRef },
1718
+ { type: core.NgZone }
1719
+ ]; };
1720
+ exports.AmplifyS3Text = __decorate([
1721
+ ProxyCmp({
1722
+ inputs: [
1723
+ 'body',
1724
+ 'contentType',
1725
+ 'fallbackText',
1726
+ 'identityId',
1727
+ 'level',
1728
+ 'path',
1729
+ 'textKey',
1730
+ 'track',
1731
+ ],
1732
+ })
1733
+ ], exports.AmplifyS3Text);
1734
+ exports.AmplifyS3TextPicker = /** @class */ (function () {
1735
+ function AmplifyS3TextPicker(c, r, z) {
1736
+ this.z = z;
1737
+ c.detach();
1738
+ this.el = r.nativeElement;
1739
+ }
1740
+ return AmplifyS3TextPicker;
1741
+ }());
1742
+ exports.AmplifyS3TextPicker.decorators = [
1743
+ { type: core.Component, args: [{
1744
+ selector: 'amplify-s3-text-picker',
1745
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1746
+ template: '<ng-content></ng-content>',
1747
+ inputs: [
1748
+ 'contentType',
1749
+ 'fallbackText',
1750
+ 'fileToKey',
1751
+ 'identityId',
1752
+ 'level',
1753
+ 'path',
1754
+ 'track',
1755
+ ]
1756
+ },] }
1757
+ ];
1758
+ exports.AmplifyS3TextPicker.ctorParameters = function () { return [
1759
+ { type: core.ChangeDetectorRef },
1760
+ { type: core.ElementRef },
1761
+ { type: core.NgZone }
1762
+ ]; };
1763
+ exports.AmplifyS3TextPicker = __decorate([
1764
+ ProxyCmp({
1765
+ inputs: [
1766
+ 'contentType',
1767
+ 'fallbackText',
1768
+ 'fileToKey',
1769
+ 'identityId',
1770
+ 'level',
1771
+ 'path',
1772
+ 'track',
1773
+ ],
1774
+ })
1775
+ ], exports.AmplifyS3TextPicker);
1776
+ var AmplifySection = /** @class */ (function () {
1777
+ function AmplifySection(c, r, z) {
1778
+ this.z = z;
1779
+ c.detach();
1780
+ this.el = r.nativeElement;
1781
+ }
1782
+ return AmplifySection;
1783
+ }());
1784
+ AmplifySection.decorators = [
1785
+ { type: core.Component, args: [{
1786
+ selector: 'amplify-section',
1787
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1788
+ template: '<ng-content></ng-content>',
1789
+ inputs: ['role']
1790
+ },] }
1791
+ ];
1792
+ AmplifySection.ctorParameters = function () { return [
1793
+ { type: core.ChangeDetectorRef },
1794
+ { type: core.ElementRef },
1795
+ { type: core.NgZone }
1796
+ ]; };
1797
+ AmplifySection = __decorate([
1798
+ ProxyCmp({ inputs: ['role'] })
1799
+ ], AmplifySection);
1800
+ var AmplifySelect = /** @class */ (function () {
1801
+ function AmplifySelect(c, r, z) {
1802
+ this.z = z;
1803
+ c.detach();
1804
+ this.el = r.nativeElement;
1805
+ }
1806
+ return AmplifySelect;
1807
+ }());
1808
+ AmplifySelect.decorators = [
1809
+ { type: core.Component, args: [{
1810
+ selector: 'amplify-select',
1811
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1812
+ template: '<ng-content></ng-content>',
1813
+ inputs: ['fieldId', 'handleInputChange', 'options', 'selected']
1814
+ },] }
1815
+ ];
1816
+ AmplifySelect.ctorParameters = function () { return [
1817
+ { type: core.ChangeDetectorRef },
1818
+ { type: core.ElementRef },
1819
+ { type: core.NgZone }
1820
+ ]; };
1821
+ AmplifySelect = __decorate([
1822
+ ProxyCmp({ inputs: ['fieldId', 'handleInputChange', 'options', 'selected'] })
1823
+ ], AmplifySelect);
1824
+ var AmplifySelectMfaType = /** @class */ (function () {
1825
+ function AmplifySelectMfaType(c, r, z) {
1826
+ this.z = z;
1827
+ c.detach();
1828
+ this.el = r.nativeElement;
1829
+ }
1830
+ return AmplifySelectMfaType;
1831
+ }());
1832
+ AmplifySelectMfaType.decorators = [
1833
+ { type: core.Component, args: [{
1834
+ selector: 'amplify-select-mfa-type',
1835
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1836
+ template: '<ng-content></ng-content>',
1837
+ inputs: ['MFATypes', 'authData', 'handleSubmit']
1838
+ },] }
1839
+ ];
1840
+ AmplifySelectMfaType.ctorParameters = function () { return [
1841
+ { type: core.ChangeDetectorRef },
1842
+ { type: core.ElementRef },
1843
+ { type: core.NgZone }
1844
+ ]; };
1845
+ AmplifySelectMfaType = __decorate([
1846
+ ProxyCmp({ inputs: ['MFATypes', 'authData', 'handleSubmit'] })
1847
+ ], AmplifySelectMfaType);
1848
+ var AmplifySignIn = /** @class */ (function () {
1849
+ function AmplifySignIn(c, r, z) {
1850
+ this.z = z;
1851
+ c.detach();
1852
+ this.el = r.nativeElement;
1853
+ }
1854
+ return AmplifySignIn;
1855
+ }());
1856
+ AmplifySignIn.decorators = [
1857
+ { type: core.Component, args: [{
1858
+ selector: 'amplify-sign-in',
1859
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1860
+ template: '<ng-content></ng-content>',
1861
+ inputs: [
1862
+ 'federated',
1863
+ 'formFields',
1864
+ 'handleAuthStateChange',
1865
+ 'handleSubmit',
1866
+ 'headerText',
1867
+ 'hideSignUp',
1868
+ 'submitButtonText',
1869
+ 'usernameAlias',
1870
+ ]
1871
+ },] }
1872
+ ];
1873
+ AmplifySignIn.ctorParameters = function () { return [
1874
+ { type: core.ChangeDetectorRef },
1875
+ { type: core.ElementRef },
1876
+ { type: core.NgZone }
1877
+ ]; };
1878
+ AmplifySignIn = __decorate([
1879
+ ProxyCmp({
1880
+ inputs: [
1881
+ 'federated',
1882
+ 'formFields',
1883
+ 'handleAuthStateChange',
1884
+ 'handleSubmit',
1885
+ 'headerText',
1886
+ 'hideSignUp',
1887
+ 'submitButtonText',
1888
+ 'usernameAlias',
1889
+ ],
1890
+ })
1891
+ ], AmplifySignIn);
1892
+ var AmplifySignInButton = /** @class */ (function () {
1893
+ function AmplifySignInButton(c, r, z) {
1894
+ this.z = z;
1895
+ c.detach();
1896
+ this.el = r.nativeElement;
1897
+ }
1898
+ return AmplifySignInButton;
1899
+ }());
1900
+ AmplifySignInButton.decorators = [
1901
+ { type: core.Component, args: [{
1902
+ selector: 'amplify-sign-in-button',
1903
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1904
+ template: '<ng-content></ng-content>',
1905
+ inputs: ['provider']
1906
+ },] }
1907
+ ];
1908
+ AmplifySignInButton.ctorParameters = function () { return [
1909
+ { type: core.ChangeDetectorRef },
1910
+ { type: core.ElementRef },
1911
+ { type: core.NgZone }
1912
+ ]; };
1913
+ AmplifySignInButton = __decorate([
1914
+ ProxyCmp({ inputs: ['provider'] })
1915
+ ], AmplifySignInButton);
1916
+ var AmplifySignOut = /** @class */ (function () {
1917
+ function AmplifySignOut(c, r, z) {
1918
+ this.z = z;
1919
+ c.detach();
1920
+ this.el = r.nativeElement;
1921
+ }
1922
+ return AmplifySignOut;
1923
+ }());
1924
+ AmplifySignOut.decorators = [
1925
+ { type: core.Component, args: [{
1926
+ selector: 'amplify-sign-out',
1927
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1928
+ template: '<ng-content></ng-content>',
1929
+ inputs: ['buttonText', 'handleAuthStateChange']
1930
+ },] }
1931
+ ];
1932
+ AmplifySignOut.ctorParameters = function () { return [
1933
+ { type: core.ChangeDetectorRef },
1934
+ { type: core.ElementRef },
1935
+ { type: core.NgZone }
1936
+ ]; };
1937
+ AmplifySignOut = __decorate([
1938
+ ProxyCmp({ inputs: ['buttonText', 'handleAuthStateChange'] })
1939
+ ], AmplifySignOut);
1940
+ var AmplifySignUp = /** @class */ (function () {
1941
+ function AmplifySignUp(c, r, z) {
1942
+ this.z = z;
1943
+ c.detach();
1944
+ this.el = r.nativeElement;
1945
+ }
1946
+ return AmplifySignUp;
1947
+ }());
1948
+ AmplifySignUp.decorators = [
1949
+ { type: core.Component, args: [{
1950
+ selector: 'amplify-sign-up',
1951
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1952
+ template: '<ng-content></ng-content>',
1953
+ inputs: [
1954
+ 'formFields',
1955
+ 'handleAuthStateChange',
1956
+ 'handleSignUp',
1957
+ 'handleSubmit',
1958
+ 'haveAccountText',
1959
+ 'headerText',
1960
+ 'signInText',
1961
+ 'submitButtonText',
1962
+ 'usernameAlias',
1963
+ 'validationErrors',
1964
+ ]
1965
+ },] }
1966
+ ];
1967
+ AmplifySignUp.ctorParameters = function () { return [
1968
+ { type: core.ChangeDetectorRef },
1969
+ { type: core.ElementRef },
1970
+ { type: core.NgZone }
1971
+ ]; };
1972
+ AmplifySignUp = __decorate([
1973
+ ProxyCmp({
1974
+ inputs: [
1975
+ 'formFields',
1976
+ 'handleAuthStateChange',
1977
+ 'handleSignUp',
1978
+ 'handleSubmit',
1979
+ 'haveAccountText',
1980
+ 'headerText',
1981
+ 'signInText',
1982
+ 'submitButtonText',
1983
+ 'usernameAlias',
1984
+ 'validationErrors',
1985
+ ],
1986
+ })
1987
+ ], AmplifySignUp);
1988
+ var AmplifyStrike = /** @class */ (function () {
1989
+ function AmplifyStrike(c, r, z) {
1990
+ this.z = z;
1991
+ c.detach();
1992
+ this.el = r.nativeElement;
1993
+ }
1994
+ return AmplifyStrike;
1995
+ }());
1996
+ AmplifyStrike.decorators = [
1997
+ { type: core.Component, args: [{
1998
+ selector: 'amplify-strike',
1999
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
2000
+ template: '<ng-content></ng-content>'
2001
+ },] }
2002
+ ];
2003
+ AmplifyStrike.ctorParameters = function () { return [
2004
+ { type: core.ChangeDetectorRef },
2005
+ { type: core.ElementRef },
2006
+ { type: core.NgZone }
2007
+ ]; };
2008
+ exports.AmplifyToast = /** @class */ (function () {
2009
+ function AmplifyToast(c, r, z) {
2010
+ this.z = z;
2011
+ c.detach();
2012
+ this.el = r.nativeElement;
2013
+ }
2014
+ return AmplifyToast;
2015
+ }());
2016
+ exports.AmplifyToast.decorators = [
2017
+ { type: core.Component, args: [{
2018
+ selector: 'amplify-toast',
2019
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
2020
+ template: '<ng-content></ng-content>',
2021
+ inputs: ['handleClose', 'message']
2022
+ },] }
2023
+ ];
2024
+ exports.AmplifyToast.ctorParameters = function () { return [
2025
+ { type: core.ChangeDetectorRef },
2026
+ { type: core.ElementRef },
2027
+ { type: core.NgZone }
2028
+ ]; };
2029
+ exports.AmplifyToast = __decorate([
2030
+ ProxyCmp({ inputs: ['handleClose', 'message'] })
2031
+ ], exports.AmplifyToast);
2032
+ var AmplifyTooltip = /** @class */ (function () {
2033
+ function AmplifyTooltip(c, r, z) {
2034
+ this.z = z;
2035
+ c.detach();
2036
+ this.el = r.nativeElement;
2037
+ }
2038
+ return AmplifyTooltip;
2039
+ }());
2040
+ AmplifyTooltip.decorators = [
2041
+ { type: core.Component, args: [{
2042
+ selector: 'amplify-tooltip',
2043
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
2044
+ template: '<ng-content></ng-content>',
2045
+ inputs: ['shouldAutoShow', 'text']
2046
+ },] }
2047
+ ];
2048
+ AmplifyTooltip.ctorParameters = function () { return [
2049
+ { type: core.ChangeDetectorRef },
2050
+ { type: core.ElementRef },
2051
+ { type: core.NgZone }
2052
+ ]; };
2053
+ AmplifyTooltip = __decorate([
2054
+ ProxyCmp({ inputs: ['shouldAutoShow', 'text'] })
2055
+ ], AmplifyTooltip);
2056
+ var AmplifyTotpSetup = /** @class */ (function () {
2057
+ function AmplifyTotpSetup(c, r, z) {
2058
+ this.z = z;
2059
+ c.detach();
2060
+ this.el = r.nativeElement;
2061
+ }
2062
+ return AmplifyTotpSetup;
2063
+ }());
2064
+ AmplifyTotpSetup.decorators = [
2065
+ { type: core.Component, args: [{
2066
+ selector: 'amplify-totp-setup',
2067
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
2068
+ template: '<ng-content></ng-content>',
2069
+ inputs: [
2070
+ 'handleAuthStateChange',
2071
+ 'handleComplete',
2072
+ 'headerText',
2073
+ 'issuer',
2074
+ 'standalone',
2075
+ 'user',
2076
+ ]
2077
+ },] }
2078
+ ];
2079
+ AmplifyTotpSetup.ctorParameters = function () { return [
2080
+ { type: core.ChangeDetectorRef },
2081
+ { type: core.ElementRef },
2082
+ { type: core.NgZone }
2083
+ ]; };
2084
+ AmplifyTotpSetup = __decorate([
2085
+ ProxyCmp({
2086
+ inputs: [
2087
+ 'handleAuthStateChange',
2088
+ 'handleComplete',
2089
+ 'headerText',
2090
+ 'issuer',
2091
+ 'standalone',
2092
+ 'user',
2093
+ ],
2094
+ })
2095
+ ], AmplifyTotpSetup);
2096
+ var AmplifyUsernameField = /** @class */ (function () {
2097
+ function AmplifyUsernameField(c, r, z) {
2098
+ this.z = z;
2099
+ c.detach();
2100
+ this.el = r.nativeElement;
2101
+ }
2102
+ return AmplifyUsernameField;
2103
+ }());
2104
+ AmplifyUsernameField.decorators = [
2105
+ { type: core.Component, args: [{
2106
+ selector: 'amplify-username-field',
2107
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
2108
+ template: '<ng-content></ng-content>',
2109
+ inputs: [
2110
+ 'disabled',
2111
+ 'fieldId',
2112
+ 'handleInputChange',
2113
+ 'hint',
2114
+ 'inputProps',
2115
+ 'label',
2116
+ 'placeholder',
2117
+ 'required',
2118
+ 'value',
2119
+ ]
2120
+ },] }
2121
+ ];
2122
+ AmplifyUsernameField.ctorParameters = function () { return [
2123
+ { type: core.ChangeDetectorRef },
2124
+ { type: core.ElementRef },
2125
+ { type: core.NgZone }
2126
+ ]; };
2127
+ AmplifyUsernameField = __decorate([
2128
+ ProxyCmp({
2129
+ inputs: [
2130
+ 'disabled',
2131
+ 'fieldId',
2132
+ 'handleInputChange',
2133
+ 'hint',
2134
+ 'inputProps',
2135
+ 'label',
2136
+ 'placeholder',
2137
+ 'required',
2138
+ 'value',
2139
+ ],
2140
+ })
2141
+ ], AmplifyUsernameField);
2142
+ var AmplifyVerifyContact = /** @class */ (function () {
2143
+ function AmplifyVerifyContact(c, r, z) {
2144
+ this.z = z;
2145
+ c.detach();
2146
+ this.el = r.nativeElement;
2147
+ }
2148
+ return AmplifyVerifyContact;
2149
+ }());
2150
+ AmplifyVerifyContact.decorators = [
2151
+ { type: core.Component, args: [{
2152
+ selector: 'amplify-verify-contact',
2153
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
2154
+ template: '<ng-content></ng-content>',
2155
+ inputs: ['handleAuthStateChange', 'user']
2156
+ },] }
2157
+ ];
2158
+ AmplifyVerifyContact.ctorParameters = function () { return [
2159
+ { type: core.ChangeDetectorRef },
2160
+ { type: core.ElementRef },
2161
+ { type: core.NgZone }
2162
+ ]; };
2163
+ AmplifyVerifyContact = __decorate([
2164
+ ProxyCmp({ inputs: ['handleAuthStateChange', 'user'] })
2165
+ ], AmplifyVerifyContact);
2166
+
2167
+ customElements.define('amplify-button', components.AmplifyButton);
2168
+ customElements.define('amplify-input', components.AmplifyInput);
2169
+ customElements.define('amplify-toast', components.AmplifyToast);
2170
+ customElements.define('amplify-chatbot', components.AmplifyChatbot);
2171
+ customElements.define('amplify-s3-album', components.AmplifyS3Album);
2172
+ customElements.define('amplify-s3-image-picker', components.AmplifyS3ImagePicker);
2173
+ customElements.define('amplify-s3-text', components.AmplifyS3Text);
2174
+ customElements.define('amplify-s3-text-picker', components.AmplifyS3TextPicker);
2175
+ customElements.define('amplify-s3-image', components.AmplifyS3Image);
2176
+ customElements.define('amplify-picker', components.AmplifyPicker);
2177
+ customElements.define('amplify-photo-picker', components.AmplifyPhotoPicker);
2178
+ customElements.define('amplify-icon', components.AmplifyIcon);
2179
+ var LegacyAmplifyUiModule = /** @class */ (function () {
2180
+ function LegacyAmplifyUiModule() {
2181
+ }
2182
+ return LegacyAmplifyUiModule;
2183
+ }());
2184
+ LegacyAmplifyUiModule.decorators = [
2185
+ { type: core.NgModule, args: [{
2186
+ declarations: [
2187
+ exports.AmplifyChatbot,
2188
+ exports.AmplifyToast,
2189
+ exports.AmplifyIcon,
2190
+ exports.AmplifyInput,
2191
+ exports.AmplifyButton,
2192
+ exports.AmplifyS3Album,
2193
+ exports.AmplifyS3ImagePicker,
2194
+ exports.AmplifyS3Text,
2195
+ exports.AmplifyS3TextPicker,
2196
+ exports.AmplifyS3Image,
2197
+ exports.AmplifyPicker,
2198
+ exports.AmplifyPhotoPicker,
2199
+ ],
2200
+ imports: [common.CommonModule],
2201
+ exports: [
2202
+ exports.AmplifyChatbot,
2203
+ exports.AmplifyToast,
2204
+ exports.AmplifyIcon,
2205
+ exports.AmplifyInput,
2206
+ exports.AmplifyButton,
2207
+ exports.AmplifyS3Album,
2208
+ exports.AmplifyS3ImagePicker,
2209
+ exports.AmplifyS3Text,
2210
+ exports.AmplifyS3TextPicker,
2211
+ exports.AmplifyS3Image,
2212
+ exports.AmplifyPicker,
2213
+ exports.AmplifyPhotoPicker,
2214
+ ],
2215
+ schemas: [core.CUSTOM_ELEMENTS_SCHEMA],
2216
+ },] }
2217
+ ];
2218
+
2219
+ /**
2220
+ * Generated bundle index. Do not edit.
2221
+ */
2222
+
2223
+ exports.LegacyAmplifyUiModule = LegacyAmplifyUiModule;
2224
+ exports["ɵa"] = ProxyCmp;
2225
+
2226
+ Object.defineProperty(exports, '__esModule', { value: true });
2227
+
2228
+ }));
2229
+ //# sourceMappingURL=aws-amplify-ui-angular-legacy.umd.js.map