@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
package/dist/fesm5.js DELETED
@@ -1,1319 +0,0 @@
1
- import { __decorate, __metadata } from 'tslib';
2
- import { Component, ChangeDetectionStrategy, ChangeDetectorRef, ElementRef, NgZone, NgModule } from '@angular/core';
3
- import { fromEvent } from 'rxjs';
4
- import { defineCustomElements } from '@aws-amplify/ui-components/loader';
5
-
6
- /**
7
- * @fileoverview added by tsickle
8
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9
- */
10
- /** @type {?} */
11
- var proxyInputs = (/**
12
- * @param {?} Cmp
13
- * @param {?} inputs
14
- * @return {?}
15
- */
16
- function (Cmp, inputs) {
17
- /** @type {?} */
18
- var Prototype = Cmp.prototype;
19
- inputs.forEach((/**
20
- * @param {?} item
21
- * @return {?}
22
- */
23
- function (item) {
24
- Object.defineProperty(Prototype, item, {
25
- get: /**
26
- * @return {?}
27
- */
28
- function () { return this.el[item]; },
29
- set: /**
30
- * @param {?} val
31
- * @return {?}
32
- */
33
- function (val) {
34
- var _this = this;
35
- this.z.runOutsideAngular((/**
36
- * @return {?}
37
- */
38
- function () { return (_this.el[item] = val); }));
39
- }
40
- });
41
- }));
42
- });
43
- /** @type {?} */
44
- var proxyMethods = (/**
45
- * @param {?} Cmp
46
- * @param {?} methods
47
- * @return {?}
48
- */
49
- function (Cmp, methods) {
50
- /** @type {?} */
51
- var Prototype = Cmp.prototype;
52
- methods.forEach((/**
53
- * @param {?} methodName
54
- * @return {?}
55
- */
56
- function (methodName) {
57
- Prototype[methodName] = (/**
58
- * @return {?}
59
- */
60
- function () {
61
- var _this = this;
62
- /** @type {?} */
63
- var args = arguments;
64
- return this.z.runOutsideAngular((/**
65
- * @return {?}
66
- */
67
- function () { return _this.el[methodName].apply(_this.el, args); }));
68
- });
69
- }));
70
- });
71
- /** @type {?} */
72
- var proxyOutputs = (/**
73
- * @param {?} instance
74
- * @param {?} el
75
- * @param {?} events
76
- * @return {?}
77
- */
78
- function (instance, el, events) {
79
- events.forEach((/**
80
- * @param {?} eventName
81
- * @return {?}
82
- */
83
- function (eventName) { return instance[eventName] = fromEvent(el, eventName); }));
84
- })
85
- // tslint:disable-next-line: only-arrow-functions
86
- ;
87
- // tslint:disable-next-line: only-arrow-functions
88
- /**
89
- * @param {?} opts
90
- * @return {?}
91
- */
92
- function ProxyCmp(opts) {
93
- /** @type {?} */
94
- var decorator = (/**
95
- * @param {?} cls
96
- * @return {?}
97
- */
98
- function (cls) {
99
- if (opts.inputs) {
100
- proxyInputs(cls, opts.inputs);
101
- }
102
- if (opts.methods) {
103
- proxyMethods(cls, opts.methods);
104
- }
105
- return cls;
106
- });
107
- return decorator;
108
- }
109
- var AmplifyAmazonButton = /** @class */ (function () {
110
- function AmplifyAmazonButton(c, r, z) {
111
- this.z = z;
112
- c.detach();
113
- this.el = r.nativeElement;
114
- }
115
- AmplifyAmazonButton.decorators = [
116
- { type: Component, args: [{ selector: 'amplify-amazon-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['clientId', 'handleAuthStateChange'] },] },
117
- ];
118
- /** @nocollapse */
119
- AmplifyAmazonButton.ctorParameters = function () { return [
120
- { type: ChangeDetectorRef },
121
- { type: ElementRef },
122
- { type: NgZone }
123
- ]; };
124
- AmplifyAmazonButton = __decorate([
125
- ProxyCmp({ inputs: ['clientId', 'handleAuthStateChange'] }),
126
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
127
- ], AmplifyAmazonButton);
128
- return AmplifyAmazonButton;
129
- }());
130
- var AmplifyAuthContainer = /** @class */ (function () {
131
- function AmplifyAuthContainer(c, r, z) {
132
- this.z = z;
133
- c.detach();
134
- this.el = r.nativeElement;
135
- }
136
- AmplifyAuthContainer.decorators = [
137
- { type: Component, args: [{ selector: 'amplify-auth-container', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>' },] },
138
- ];
139
- /** @nocollapse */
140
- AmplifyAuthContainer.ctorParameters = function () { return [
141
- { type: ChangeDetectorRef },
142
- { type: ElementRef },
143
- { type: NgZone }
144
- ]; };
145
- return AmplifyAuthContainer;
146
- }());
147
- var AmplifyAuthFields = /** @class */ (function () {
148
- function AmplifyAuthFields(c, r, z) {
149
- this.z = z;
150
- c.detach();
151
- this.el = r.nativeElement;
152
- }
153
- AmplifyAuthFields.decorators = [
154
- { type: Component, args: [{ selector: 'amplify-auth-fields', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['formFields'] },] },
155
- ];
156
- /** @nocollapse */
157
- AmplifyAuthFields.ctorParameters = function () { return [
158
- { type: ChangeDetectorRef },
159
- { type: ElementRef },
160
- { type: NgZone }
161
- ]; };
162
- AmplifyAuthFields = __decorate([
163
- ProxyCmp({ inputs: ['formFields'] }),
164
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
165
- ], AmplifyAuthFields);
166
- return AmplifyAuthFields;
167
- }());
168
- var AmplifyAuth0Button = /** @class */ (function () {
169
- function AmplifyAuth0Button(c, r, z) {
170
- this.z = z;
171
- c.detach();
172
- this.el = r.nativeElement;
173
- }
174
- AmplifyAuth0Button.decorators = [
175
- { type: Component, args: [{ selector: 'amplify-auth0-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['config', 'handleAuthStateChange'] },] },
176
- ];
177
- /** @nocollapse */
178
- AmplifyAuth0Button.ctorParameters = function () { return [
179
- { type: ChangeDetectorRef },
180
- { type: ElementRef },
181
- { type: NgZone }
182
- ]; };
183
- AmplifyAuth0Button = __decorate([
184
- ProxyCmp({ inputs: ['config', 'handleAuthStateChange'] }),
185
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
186
- ], AmplifyAuth0Button);
187
- return AmplifyAuth0Button;
188
- }());
189
- var AmplifyAuthenticator = /** @class */ (function () {
190
- function AmplifyAuthenticator(c, r, z) {
191
- this.z = z;
192
- c.detach();
193
- this.el = r.nativeElement;
194
- }
195
- AmplifyAuthenticator.decorators = [
196
- { type: Component, args: [{ selector: 'amplify-authenticator', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['federated', 'handleAuthStateChange', 'hideToast', 'initialAuthState', 'usernameAlias'] },] },
197
- ];
198
- /** @nocollapse */
199
- AmplifyAuthenticator.ctorParameters = function () { return [
200
- { type: ChangeDetectorRef },
201
- { type: ElementRef },
202
- { type: NgZone }
203
- ]; };
204
- AmplifyAuthenticator = __decorate([
205
- ProxyCmp({ inputs: ['federated', 'handleAuthStateChange', 'hideToast', 'initialAuthState', 'usernameAlias'] }),
206
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
207
- ], AmplifyAuthenticator);
208
- return AmplifyAuthenticator;
209
- }());
210
- var AmplifyButton = /** @class */ (function () {
211
- function AmplifyButton(c, r, z) {
212
- this.z = z;
213
- c.detach();
214
- this.el = r.nativeElement;
215
- }
216
- AmplifyButton.decorators = [
217
- { type: Component, args: [{ selector: 'amplify-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['disabled', 'handleButtonClick', 'icon', 'type', 'variant'] },] },
218
- ];
219
- /** @nocollapse */
220
- AmplifyButton.ctorParameters = function () { return [
221
- { type: ChangeDetectorRef },
222
- { type: ElementRef },
223
- { type: NgZone }
224
- ]; };
225
- AmplifyButton = __decorate([
226
- ProxyCmp({ inputs: ['disabled', 'handleButtonClick', 'icon', 'type', 'variant'] }),
227
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
228
- ], AmplifyButton);
229
- return AmplifyButton;
230
- }());
231
- var AmplifyChatbot = /** @class */ (function () {
232
- function AmplifyChatbot(c, r, z) {
233
- this.z = z;
234
- c.detach();
235
- this.el = r.nativeElement;
236
- proxyOutputs(this, this.el, ['chatCompleted']);
237
- }
238
- AmplifyChatbot.decorators = [
239
- { type: Component, args: [{ selector: 'amplify-chatbot', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['botName', 'botTitle', 'clearOnComplete', 'conversationModeOn', 'silenceThreshold', 'silenceTime', 'textEnabled', 'voiceEnabled', 'welcomeMessage'] },] },
240
- ];
241
- /** @nocollapse */
242
- AmplifyChatbot.ctorParameters = function () { return [
243
- { type: ChangeDetectorRef },
244
- { type: ElementRef },
245
- { type: NgZone }
246
- ]; };
247
- AmplifyChatbot = __decorate([
248
- ProxyCmp({ inputs: ['botName', 'botTitle', 'clearOnComplete', 'conversationModeOn', 'silenceThreshold', 'silenceTime', 'textEnabled', 'voiceEnabled', 'welcomeMessage'] }),
249
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
250
- ], AmplifyChatbot);
251
- return AmplifyChatbot;
252
- }());
253
- var AmplifyCheckbox = /** @class */ (function () {
254
- function AmplifyCheckbox(c, r, z) {
255
- this.z = z;
256
- c.detach();
257
- this.el = r.nativeElement;
258
- }
259
- AmplifyCheckbox.decorators = [
260
- { type: Component, args: [{ selector: 'amplify-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['checked', 'disabled', 'fieldId', 'label', 'name', 'value'] },] },
261
- ];
262
- /** @nocollapse */
263
- AmplifyCheckbox.ctorParameters = function () { return [
264
- { type: ChangeDetectorRef },
265
- { type: ElementRef },
266
- { type: NgZone }
267
- ]; };
268
- AmplifyCheckbox = __decorate([
269
- ProxyCmp({ inputs: ['checked', 'disabled', 'fieldId', 'label', 'name', 'value'] }),
270
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
271
- ], AmplifyCheckbox);
272
- return AmplifyCheckbox;
273
- }());
274
- var AmplifyCodeField = /** @class */ (function () {
275
- function AmplifyCodeField(c, r, z) {
276
- this.z = z;
277
- c.detach();
278
- this.el = r.nativeElement;
279
- }
280
- AmplifyCodeField.decorators = [
281
- { type: Component, args: [{ selector: 'amplify-code-field', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] },] },
282
- ];
283
- /** @nocollapse */
284
- AmplifyCodeField.ctorParameters = function () { return [
285
- { type: ChangeDetectorRef },
286
- { type: ElementRef },
287
- { type: NgZone }
288
- ]; };
289
- AmplifyCodeField = __decorate([
290
- ProxyCmp({ inputs: ['disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] }),
291
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
292
- ], AmplifyCodeField);
293
- return AmplifyCodeField;
294
- }());
295
- var AmplifyConfirmSignIn = /** @class */ (function () {
296
- function AmplifyConfirmSignIn(c, r, z) {
297
- this.z = z;
298
- c.detach();
299
- this.el = r.nativeElement;
300
- }
301
- AmplifyConfirmSignIn.decorators = [
302
- { type: Component, args: [{ selector: 'amplify-confirm-sign-in', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['formFields', 'handleAuthStateChange', 'handleSubmit', 'headerText', 'submitButtonText', 'user'] },] },
303
- ];
304
- /** @nocollapse */
305
- AmplifyConfirmSignIn.ctorParameters = function () { return [
306
- { type: ChangeDetectorRef },
307
- { type: ElementRef },
308
- { type: NgZone }
309
- ]; };
310
- AmplifyConfirmSignIn = __decorate([
311
- ProxyCmp({ inputs: ['formFields', 'handleAuthStateChange', 'handleSubmit', 'headerText', 'submitButtonText', 'user'] }),
312
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
313
- ], AmplifyConfirmSignIn);
314
- return AmplifyConfirmSignIn;
315
- }());
316
- var AmplifyConfirmSignUp = /** @class */ (function () {
317
- function AmplifyConfirmSignUp(c, r, z) {
318
- this.z = z;
319
- c.detach();
320
- this.el = r.nativeElement;
321
- }
322
- AmplifyConfirmSignUp.decorators = [
323
- { type: Component, args: [{ selector: 'amplify-confirm-sign-up', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['formFields', 'handleAuthStateChange', 'handleSubmit', 'headerText', 'submitButtonText', 'user', 'usernameAlias'] },] },
324
- ];
325
- /** @nocollapse */
326
- AmplifyConfirmSignUp.ctorParameters = function () { return [
327
- { type: ChangeDetectorRef },
328
- { type: ElementRef },
329
- { type: NgZone }
330
- ]; };
331
- AmplifyConfirmSignUp = __decorate([
332
- ProxyCmp({ inputs: ['formFields', 'handleAuthStateChange', 'handleSubmit', 'headerText', 'submitButtonText', 'user', 'usernameAlias'] }),
333
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
334
- ], AmplifyConfirmSignUp);
335
- return AmplifyConfirmSignUp;
336
- }());
337
- var AmplifyContainer = /** @class */ (function () {
338
- function AmplifyContainer(c, r, z) {
339
- this.z = z;
340
- c.detach();
341
- this.el = r.nativeElement;
342
- }
343
- AmplifyContainer.decorators = [
344
- { type: Component, args: [{ selector: 'amplify-container', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>' },] },
345
- ];
346
- /** @nocollapse */
347
- AmplifyContainer.ctorParameters = function () { return [
348
- { type: ChangeDetectorRef },
349
- { type: ElementRef },
350
- { type: NgZone }
351
- ]; };
352
- return AmplifyContainer;
353
- }());
354
- var AmplifyCountryDialCode = /** @class */ (function () {
355
- function AmplifyCountryDialCode(c, r, z) {
356
- this.z = z;
357
- c.detach();
358
- this.el = r.nativeElement;
359
- }
360
- AmplifyCountryDialCode.decorators = [
361
- { type: Component, args: [{ selector: 'amplify-country-dial-code', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['dialCode', 'fieldId', 'handleInputChange', 'options'] },] },
362
- ];
363
- /** @nocollapse */
364
- AmplifyCountryDialCode.ctorParameters = function () { return [
365
- { type: ChangeDetectorRef },
366
- { type: ElementRef },
367
- { type: NgZone }
368
- ]; };
369
- AmplifyCountryDialCode = __decorate([
370
- ProxyCmp({ inputs: ['dialCode', 'fieldId', 'handleInputChange', 'options'] }),
371
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
372
- ], AmplifyCountryDialCode);
373
- return AmplifyCountryDialCode;
374
- }());
375
- var AmplifyEmailField = /** @class */ (function () {
376
- function AmplifyEmailField(c, r, z) {
377
- this.z = z;
378
- c.detach();
379
- this.el = r.nativeElement;
380
- }
381
- AmplifyEmailField.decorators = [
382
- { type: Component, args: [{ selector: 'amplify-email-field', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] },] },
383
- ];
384
- /** @nocollapse */
385
- AmplifyEmailField.ctorParameters = function () { return [
386
- { type: ChangeDetectorRef },
387
- { type: ElementRef },
388
- { type: NgZone }
389
- ]; };
390
- AmplifyEmailField = __decorate([
391
- ProxyCmp({ inputs: ['disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] }),
392
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
393
- ], AmplifyEmailField);
394
- return AmplifyEmailField;
395
- }());
396
- var AmplifyFacebookButton = /** @class */ (function () {
397
- function AmplifyFacebookButton(c, r, z) {
398
- this.z = z;
399
- c.detach();
400
- this.el = r.nativeElement;
401
- }
402
- AmplifyFacebookButton.decorators = [
403
- { type: Component, args: [{ selector: 'amplify-facebook-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['appId', 'handleAuthStateChange'] },] },
404
- ];
405
- /** @nocollapse */
406
- AmplifyFacebookButton.ctorParameters = function () { return [
407
- { type: ChangeDetectorRef },
408
- { type: ElementRef },
409
- { type: NgZone }
410
- ]; };
411
- AmplifyFacebookButton = __decorate([
412
- ProxyCmp({ inputs: ['appId', 'handleAuthStateChange'] }),
413
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
414
- ], AmplifyFacebookButton);
415
- return AmplifyFacebookButton;
416
- }());
417
- var AmplifyFederatedButtons = /** @class */ (function () {
418
- function AmplifyFederatedButtons(c, r, z) {
419
- this.z = z;
420
- c.detach();
421
- this.el = r.nativeElement;
422
- }
423
- AmplifyFederatedButtons.decorators = [
424
- { type: Component, args: [{ selector: 'amplify-federated-buttons', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['authState', 'federated', 'handleAuthStateChange'] },] },
425
- ];
426
- /** @nocollapse */
427
- AmplifyFederatedButtons.ctorParameters = function () { return [
428
- { type: ChangeDetectorRef },
429
- { type: ElementRef },
430
- { type: NgZone }
431
- ]; };
432
- AmplifyFederatedButtons = __decorate([
433
- ProxyCmp({ inputs: ['authState', 'federated', 'handleAuthStateChange'] }),
434
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
435
- ], AmplifyFederatedButtons);
436
- return AmplifyFederatedButtons;
437
- }());
438
- var AmplifyFederatedSignIn = /** @class */ (function () {
439
- function AmplifyFederatedSignIn(c, r, z) {
440
- this.z = z;
441
- c.detach();
442
- this.el = r.nativeElement;
443
- }
444
- AmplifyFederatedSignIn.decorators = [
445
- { type: Component, args: [{ selector: 'amplify-federated-sign-in', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['authState', 'federated'] },] },
446
- ];
447
- /** @nocollapse */
448
- AmplifyFederatedSignIn.ctorParameters = function () { return [
449
- { type: ChangeDetectorRef },
450
- { type: ElementRef },
451
- { type: NgZone }
452
- ]; };
453
- AmplifyFederatedSignIn = __decorate([
454
- ProxyCmp({ inputs: ['authState', 'federated'] }),
455
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
456
- ], AmplifyFederatedSignIn);
457
- return AmplifyFederatedSignIn;
458
- }());
459
- var AmplifyForgotPassword = /** @class */ (function () {
460
- function AmplifyForgotPassword(c, r, z) {
461
- this.z = z;
462
- c.detach();
463
- this.el = r.nativeElement;
464
- }
465
- AmplifyForgotPassword.decorators = [
466
- { type: Component, args: [{ selector: 'amplify-forgot-password', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['formFields', 'handleAuthStateChange', 'handleSend', 'handleSubmit', 'headerText', 'sendButtonText', 'submitButtonText', 'usernameAlias'] },] },
467
- ];
468
- /** @nocollapse */
469
- AmplifyForgotPassword.ctorParameters = function () { return [
470
- { type: ChangeDetectorRef },
471
- { type: ElementRef },
472
- { type: NgZone }
473
- ]; };
474
- AmplifyForgotPassword = __decorate([
475
- ProxyCmp({ inputs: ['formFields', 'handleAuthStateChange', 'handleSend', 'handleSubmit', 'headerText', 'sendButtonText', 'submitButtonText', 'usernameAlias'] }),
476
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
477
- ], AmplifyForgotPassword);
478
- return AmplifyForgotPassword;
479
- }());
480
- var AmplifyFormField = /** @class */ (function () {
481
- function AmplifyFormField(c, r, z) {
482
- this.z = z;
483
- c.detach();
484
- this.el = r.nativeElement;
485
- }
486
- AmplifyFormField.decorators = [
487
- { type: Component, args: [{ selector: 'amplify-form-field', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['description', 'disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'name', 'placeholder', 'required', 'type', 'value'] },] },
488
- ];
489
- /** @nocollapse */
490
- AmplifyFormField.ctorParameters = function () { return [
491
- { type: ChangeDetectorRef },
492
- { type: ElementRef },
493
- { type: NgZone }
494
- ]; };
495
- AmplifyFormField = __decorate([
496
- ProxyCmp({ inputs: ['description', 'disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'name', 'placeholder', 'required', 'type', 'value'] }),
497
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
498
- ], AmplifyFormField);
499
- return AmplifyFormField;
500
- }());
501
- var AmplifyFormSection = /** @class */ (function () {
502
- function AmplifyFormSection(c, r, z) {
503
- this.z = z;
504
- c.detach();
505
- this.el = r.nativeElement;
506
- }
507
- AmplifyFormSection.decorators = [
508
- { type: Component, args: [{ selector: 'amplify-form-section', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['handleSubmit', 'headerText', 'loading', 'secondaryFooterContent', 'submitButtonText', 'testDataPrefix'] },] },
509
- ];
510
- /** @nocollapse */
511
- AmplifyFormSection.ctorParameters = function () { return [
512
- { type: ChangeDetectorRef },
513
- { type: ElementRef },
514
- { type: NgZone }
515
- ]; };
516
- AmplifyFormSection = __decorate([
517
- ProxyCmp({ inputs: ['handleSubmit', 'headerText', 'loading', 'secondaryFooterContent', 'submitButtonText', 'testDataPrefix'] }),
518
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
519
- ], AmplifyFormSection);
520
- return AmplifyFormSection;
521
- }());
522
- var AmplifyGoogleButton = /** @class */ (function () {
523
- function AmplifyGoogleButton(c, r, z) {
524
- this.z = z;
525
- c.detach();
526
- this.el = r.nativeElement;
527
- }
528
- AmplifyGoogleButton.decorators = [
529
- { type: Component, args: [{ selector: 'amplify-google-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['clientId', 'handleAuthStateChange'] },] },
530
- ];
531
- /** @nocollapse */
532
- AmplifyGoogleButton.ctorParameters = function () { return [
533
- { type: ChangeDetectorRef },
534
- { type: ElementRef },
535
- { type: NgZone }
536
- ]; };
537
- AmplifyGoogleButton = __decorate([
538
- ProxyCmp({ inputs: ['clientId', 'handleAuthStateChange'] }),
539
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
540
- ], AmplifyGoogleButton);
541
- return AmplifyGoogleButton;
542
- }());
543
- var AmplifyGreetings = /** @class */ (function () {
544
- function AmplifyGreetings(c, r, z) {
545
- this.z = z;
546
- c.detach();
547
- this.el = r.nativeElement;
548
- }
549
- AmplifyGreetings.decorators = [
550
- { type: Component, args: [{ selector: 'amplify-greetings', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['handleAuthStateChange', 'logo', 'username'] },] },
551
- ];
552
- /** @nocollapse */
553
- AmplifyGreetings.ctorParameters = function () { return [
554
- { type: ChangeDetectorRef },
555
- { type: ElementRef },
556
- { type: NgZone }
557
- ]; };
558
- AmplifyGreetings = __decorate([
559
- ProxyCmp({ inputs: ['handleAuthStateChange', 'logo', 'username'] }),
560
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
561
- ], AmplifyGreetings);
562
- return AmplifyGreetings;
563
- }());
564
- var AmplifyHint = /** @class */ (function () {
565
- function AmplifyHint(c, r, z) {
566
- this.z = z;
567
- c.detach();
568
- this.el = r.nativeElement;
569
- }
570
- AmplifyHint.decorators = [
571
- { type: Component, args: [{ selector: 'amplify-hint', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>' },] },
572
- ];
573
- /** @nocollapse */
574
- AmplifyHint.ctorParameters = function () { return [
575
- { type: ChangeDetectorRef },
576
- { type: ElementRef },
577
- { type: NgZone }
578
- ]; };
579
- return AmplifyHint;
580
- }());
581
- var AmplifyIcon = /** @class */ (function () {
582
- function AmplifyIcon(c, r, z) {
583
- this.z = z;
584
- c.detach();
585
- this.el = r.nativeElement;
586
- }
587
- AmplifyIcon.decorators = [
588
- { type: Component, args: [{ selector: 'amplify-icon', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['name'] },] },
589
- ];
590
- /** @nocollapse */
591
- AmplifyIcon.ctorParameters = function () { return [
592
- { type: ChangeDetectorRef },
593
- { type: ElementRef },
594
- { type: NgZone }
595
- ]; };
596
- AmplifyIcon = __decorate([
597
- ProxyCmp({ inputs: ['name'] }),
598
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
599
- ], AmplifyIcon);
600
- return AmplifyIcon;
601
- }());
602
- var AmplifyIconButton = /** @class */ (function () {
603
- function AmplifyIconButton(c, r, z) {
604
- this.z = z;
605
- c.detach();
606
- this.el = r.nativeElement;
607
- }
608
- AmplifyIconButton.decorators = [
609
- { type: Component, args: [{ selector: 'amplify-icon-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['autoShowTooltip', 'name', 'tooltip'] },] },
610
- ];
611
- /** @nocollapse */
612
- AmplifyIconButton.ctorParameters = function () { return [
613
- { type: ChangeDetectorRef },
614
- { type: ElementRef },
615
- { type: NgZone }
616
- ]; };
617
- AmplifyIconButton = __decorate([
618
- ProxyCmp({ inputs: ['autoShowTooltip', 'name', 'tooltip'] }),
619
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
620
- ], AmplifyIconButton);
621
- return AmplifyIconButton;
622
- }());
623
- var AmplifyInput = /** @class */ (function () {
624
- function AmplifyInput(c, r, z) {
625
- this.z = z;
626
- c.detach();
627
- this.el = r.nativeElement;
628
- }
629
- AmplifyInput.decorators = [
630
- { type: Component, args: [{ selector: 'amplify-input', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['description', 'disabled', 'fieldId', 'handleInputChange', 'inputProps', 'name', 'placeholder', 'required', 'type', 'value'] },] },
631
- ];
632
- /** @nocollapse */
633
- AmplifyInput.ctorParameters = function () { return [
634
- { type: ChangeDetectorRef },
635
- { type: ElementRef },
636
- { type: NgZone }
637
- ]; };
638
- AmplifyInput = __decorate([
639
- ProxyCmp({ inputs: ['description', 'disabled', 'fieldId', 'handleInputChange', 'inputProps', 'name', 'placeholder', 'required', 'type', 'value'] }),
640
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
641
- ], AmplifyInput);
642
- return AmplifyInput;
643
- }());
644
- var AmplifyLabel = /** @class */ (function () {
645
- function AmplifyLabel(c, r, z) {
646
- this.z = z;
647
- c.detach();
648
- this.el = r.nativeElement;
649
- }
650
- AmplifyLabel.decorators = [
651
- { type: Component, args: [{ selector: 'amplify-label', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['htmlFor'] },] },
652
- ];
653
- /** @nocollapse */
654
- AmplifyLabel.ctorParameters = function () { return [
655
- { type: ChangeDetectorRef },
656
- { type: ElementRef },
657
- { type: NgZone }
658
- ]; };
659
- AmplifyLabel = __decorate([
660
- ProxyCmp({ inputs: ['htmlFor'] }),
661
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
662
- ], AmplifyLabel);
663
- return AmplifyLabel;
664
- }());
665
- var AmplifyLink = /** @class */ (function () {
666
- function AmplifyLink(c, r, z) {
667
- this.z = z;
668
- c.detach();
669
- this.el = r.nativeElement;
670
- }
671
- AmplifyLink.decorators = [
672
- { type: Component, args: [{ selector: 'amplify-link', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['role'] },] },
673
- ];
674
- /** @nocollapse */
675
- AmplifyLink.ctorParameters = function () { return [
676
- { type: ChangeDetectorRef },
677
- { type: ElementRef },
678
- { type: NgZone }
679
- ]; };
680
- AmplifyLink = __decorate([
681
- ProxyCmp({ inputs: ['role'] }),
682
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
683
- ], AmplifyLink);
684
- return AmplifyLink;
685
- }());
686
- var AmplifyLoadingSpinner = /** @class */ (function () {
687
- function AmplifyLoadingSpinner(c, r, z) {
688
- this.z = z;
689
- c.detach();
690
- this.el = r.nativeElement;
691
- }
692
- AmplifyLoadingSpinner.decorators = [
693
- { type: Component, args: [{ selector: 'amplify-loading-spinner', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>' },] },
694
- ];
695
- /** @nocollapse */
696
- AmplifyLoadingSpinner.ctorParameters = function () { return [
697
- { type: ChangeDetectorRef },
698
- { type: ElementRef },
699
- { type: NgZone }
700
- ]; };
701
- return AmplifyLoadingSpinner;
702
- }());
703
- var AmplifyNav = /** @class */ (function () {
704
- function AmplifyNav(c, r, z) {
705
- this.z = z;
706
- c.detach();
707
- this.el = r.nativeElement;
708
- }
709
- AmplifyNav.decorators = [
710
- { type: Component, args: [{ selector: 'amplify-nav', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>' },] },
711
- ];
712
- /** @nocollapse */
713
- AmplifyNav.ctorParameters = function () { return [
714
- { type: ChangeDetectorRef },
715
- { type: ElementRef },
716
- { type: NgZone }
717
- ]; };
718
- return AmplifyNav;
719
- }());
720
- var AmplifyOauthButton = /** @class */ (function () {
721
- function AmplifyOauthButton(c, r, z) {
722
- this.z = z;
723
- c.detach();
724
- this.el = r.nativeElement;
725
- }
726
- AmplifyOauthButton.decorators = [
727
- { type: Component, args: [{ selector: 'amplify-oauth-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['config'] },] },
728
- ];
729
- /** @nocollapse */
730
- AmplifyOauthButton.ctorParameters = function () { return [
731
- { type: ChangeDetectorRef },
732
- { type: ElementRef },
733
- { type: NgZone }
734
- ]; };
735
- AmplifyOauthButton = __decorate([
736
- ProxyCmp({ inputs: ['config'] }),
737
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
738
- ], AmplifyOauthButton);
739
- return AmplifyOauthButton;
740
- }());
741
- var AmplifyPasswordField = /** @class */ (function () {
742
- function AmplifyPasswordField(c, r, z) {
743
- this.z = z;
744
- c.detach();
745
- this.el = r.nativeElement;
746
- }
747
- AmplifyPasswordField.decorators = [
748
- { type: Component, args: [{ selector: 'amplify-password-field', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] },] },
749
- ];
750
- /** @nocollapse */
751
- AmplifyPasswordField.ctorParameters = function () { return [
752
- { type: ChangeDetectorRef },
753
- { type: ElementRef },
754
- { type: NgZone }
755
- ]; };
756
- AmplifyPasswordField = __decorate([
757
- ProxyCmp({ inputs: ['disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] }),
758
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
759
- ], AmplifyPasswordField);
760
- return AmplifyPasswordField;
761
- }());
762
- var AmplifyPhoneField = /** @class */ (function () {
763
- function AmplifyPhoneField(c, r, z) {
764
- this.z = z;
765
- c.detach();
766
- this.el = r.nativeElement;
767
- }
768
- AmplifyPhoneField.decorators = [
769
- { type: Component, args: [{ selector: 'amplify-phone-field', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['dialCode', 'disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] },] },
770
- ];
771
- /** @nocollapse */
772
- AmplifyPhoneField.ctorParameters = function () { return [
773
- { type: ChangeDetectorRef },
774
- { type: ElementRef },
775
- { type: NgZone }
776
- ]; };
777
- AmplifyPhoneField = __decorate([
778
- ProxyCmp({ inputs: ['dialCode', 'disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] }),
779
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
780
- ], AmplifyPhoneField);
781
- return AmplifyPhoneField;
782
- }());
783
- var AmplifyPhotoPicker = /** @class */ (function () {
784
- function AmplifyPhotoPicker(c, r, z) {
785
- this.z = z;
786
- c.detach();
787
- this.el = r.nativeElement;
788
- }
789
- AmplifyPhotoPicker.decorators = [
790
- { type: Component, args: [{ selector: 'amplify-photo-picker', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['buttonText', 'handleClick', 'headerHint', 'headerTitle', 'placeholderHint', 'previewSrc'] },] },
791
- ];
792
- /** @nocollapse */
793
- AmplifyPhotoPicker.ctorParameters = function () { return [
794
- { type: ChangeDetectorRef },
795
- { type: ElementRef },
796
- { type: NgZone }
797
- ]; };
798
- AmplifyPhotoPicker = __decorate([
799
- ProxyCmp({ inputs: ['buttonText', 'handleClick', 'headerHint', 'headerTitle', 'placeholderHint', 'previewSrc'] }),
800
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
801
- ], AmplifyPhotoPicker);
802
- return AmplifyPhotoPicker;
803
- }());
804
- var AmplifyPicker = /** @class */ (function () {
805
- function AmplifyPicker(c, r, z) {
806
- this.z = z;
807
- c.detach();
808
- this.el = r.nativeElement;
809
- }
810
- AmplifyPicker.decorators = [
811
- { type: Component, args: [{ selector: 'amplify-picker', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['acceptValue', 'inputHandler', 'pickerText'] },] },
812
- ];
813
- /** @nocollapse */
814
- AmplifyPicker.ctorParameters = function () { return [
815
- { type: ChangeDetectorRef },
816
- { type: ElementRef },
817
- { type: NgZone }
818
- ]; };
819
- AmplifyPicker = __decorate([
820
- ProxyCmp({ inputs: ['acceptValue', 'inputHandler', 'pickerText'] }),
821
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
822
- ], AmplifyPicker);
823
- return AmplifyPicker;
824
- }());
825
- var AmplifyRadioButton = /** @class */ (function () {
826
- function AmplifyRadioButton(c, r, z) {
827
- this.z = z;
828
- c.detach();
829
- this.el = r.nativeElement;
830
- }
831
- AmplifyRadioButton.decorators = [
832
- { type: Component, args: [{ selector: 'amplify-radio-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['checked', 'disabled', 'fieldId', 'handleInputChange', 'inputProps', 'label', 'name', 'placeholder', 'value'] },] },
833
- ];
834
- /** @nocollapse */
835
- AmplifyRadioButton.ctorParameters = function () { return [
836
- { type: ChangeDetectorRef },
837
- { type: ElementRef },
838
- { type: NgZone }
839
- ]; };
840
- AmplifyRadioButton = __decorate([
841
- ProxyCmp({ inputs: ['checked', 'disabled', 'fieldId', 'handleInputChange', 'inputProps', 'label', 'name', 'placeholder', 'value'] }),
842
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
843
- ], AmplifyRadioButton);
844
- return AmplifyRadioButton;
845
- }());
846
- var AmplifyRequireNewPassword = /** @class */ (function () {
847
- function AmplifyRequireNewPassword(c, r, z) {
848
- this.z = z;
849
- c.detach();
850
- this.el = r.nativeElement;
851
- }
852
- AmplifyRequireNewPassword.decorators = [
853
- { type: Component, args: [{ selector: 'amplify-require-new-password', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['formFields', 'handleAuthStateChange', 'handleSubmit', 'headerText', 'submitButtonText', 'user'] },] },
854
- ];
855
- /** @nocollapse */
856
- AmplifyRequireNewPassword.ctorParameters = function () { return [
857
- { type: ChangeDetectorRef },
858
- { type: ElementRef },
859
- { type: NgZone }
860
- ]; };
861
- AmplifyRequireNewPassword = __decorate([
862
- ProxyCmp({ inputs: ['formFields', 'handleAuthStateChange', 'handleSubmit', 'headerText', 'submitButtonText', 'user'] }),
863
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
864
- ], AmplifyRequireNewPassword);
865
- return AmplifyRequireNewPassword;
866
- }());
867
- var AmplifyS3Album = /** @class */ (function () {
868
- function AmplifyS3Album(c, r, z) {
869
- this.z = z;
870
- c.detach();
871
- this.el = r.nativeElement;
872
- }
873
- AmplifyS3Album.decorators = [
874
- { type: Component, args: [{ selector: 'amplify-s3-album', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['contentType', 'fileToKey', 'filter', 'handleOnError', 'handleOnLoad', 'identityId', 'level', 'path', 'picker', 'pickerText', 'sort', 'track'] },] },
875
- ];
876
- /** @nocollapse */
877
- AmplifyS3Album.ctorParameters = function () { return [
878
- { type: ChangeDetectorRef },
879
- { type: ElementRef },
880
- { type: NgZone }
881
- ]; };
882
- AmplifyS3Album = __decorate([
883
- ProxyCmp({ inputs: ['contentType', 'fileToKey', 'filter', 'handleOnError', 'handleOnLoad', 'identityId', 'level', 'path', 'picker', 'pickerText', 'sort', 'track'] }),
884
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
885
- ], AmplifyS3Album);
886
- return AmplifyS3Album;
887
- }());
888
- var AmplifyS3Image = /** @class */ (function () {
889
- function AmplifyS3Image(c, r, z) {
890
- this.z = z;
891
- c.detach();
892
- this.el = r.nativeElement;
893
- }
894
- AmplifyS3Image.decorators = [
895
- { type: Component, args: [{ selector: 'amplify-s3-image', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['alt', 'body', 'contentType', 'handleOnError', 'handleOnLoad', 'identityId', 'imgKey', 'imgProps', 'level', 'path', 'track'] },] },
896
- ];
897
- /** @nocollapse */
898
- AmplifyS3Image.ctorParameters = function () { return [
899
- { type: ChangeDetectorRef },
900
- { type: ElementRef },
901
- { type: NgZone }
902
- ]; };
903
- AmplifyS3Image = __decorate([
904
- ProxyCmp({ inputs: ['alt', 'body', 'contentType', 'handleOnError', 'handleOnLoad', 'identityId', 'imgKey', 'imgProps', 'level', 'path', 'track'] }),
905
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
906
- ], AmplifyS3Image);
907
- return AmplifyS3Image;
908
- }());
909
- var AmplifyS3ImagePicker = /** @class */ (function () {
910
- function AmplifyS3ImagePicker(c, r, z) {
911
- this.z = z;
912
- c.detach();
913
- this.el = r.nativeElement;
914
- }
915
- AmplifyS3ImagePicker.decorators = [
916
- { type: Component, args: [{ selector: 'amplify-s3-image-picker', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['buttonText', 'contentType', 'fileToKey', 'headerHint', 'headerTitle', 'identityId', 'level', 'path', 'placeholderHint', 'track'] },] },
917
- ];
918
- /** @nocollapse */
919
- AmplifyS3ImagePicker.ctorParameters = function () { return [
920
- { type: ChangeDetectorRef },
921
- { type: ElementRef },
922
- { type: NgZone }
923
- ]; };
924
- AmplifyS3ImagePicker = __decorate([
925
- ProxyCmp({ inputs: ['buttonText', 'contentType', 'fileToKey', 'headerHint', 'headerTitle', 'identityId', 'level', 'path', 'placeholderHint', 'track'] }),
926
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
927
- ], AmplifyS3ImagePicker);
928
- return AmplifyS3ImagePicker;
929
- }());
930
- var AmplifyS3Text = /** @class */ (function () {
931
- function AmplifyS3Text(c, r, z) {
932
- this.z = z;
933
- c.detach();
934
- this.el = r.nativeElement;
935
- }
936
- AmplifyS3Text.decorators = [
937
- { type: Component, args: [{ selector: 'amplify-s3-text', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['body', 'contentType', 'fallbackText', 'identityId', 'level', 'path', 'textKey', 'track'] },] },
938
- ];
939
- /** @nocollapse */
940
- AmplifyS3Text.ctorParameters = function () { return [
941
- { type: ChangeDetectorRef },
942
- { type: ElementRef },
943
- { type: NgZone }
944
- ]; };
945
- AmplifyS3Text = __decorate([
946
- ProxyCmp({ inputs: ['body', 'contentType', 'fallbackText', 'identityId', 'level', 'path', 'textKey', 'track'] }),
947
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
948
- ], AmplifyS3Text);
949
- return AmplifyS3Text;
950
- }());
951
- var AmplifyS3TextPicker = /** @class */ (function () {
952
- function AmplifyS3TextPicker(c, r, z) {
953
- this.z = z;
954
- c.detach();
955
- this.el = r.nativeElement;
956
- }
957
- AmplifyS3TextPicker.decorators = [
958
- { type: Component, args: [{ selector: 'amplify-s3-text-picker', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['contentType', 'fallbackText', 'fileToKey', 'identityId', 'level', 'path', 'track'] },] },
959
- ];
960
- /** @nocollapse */
961
- AmplifyS3TextPicker.ctorParameters = function () { return [
962
- { type: ChangeDetectorRef },
963
- { type: ElementRef },
964
- { type: NgZone }
965
- ]; };
966
- AmplifyS3TextPicker = __decorate([
967
- ProxyCmp({ inputs: ['contentType', 'fallbackText', 'fileToKey', 'identityId', 'level', 'path', 'track'] }),
968
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
969
- ], AmplifyS3TextPicker);
970
- return AmplifyS3TextPicker;
971
- }());
972
- var AmplifySection = /** @class */ (function () {
973
- function AmplifySection(c, r, z) {
974
- this.z = z;
975
- c.detach();
976
- this.el = r.nativeElement;
977
- }
978
- AmplifySection.decorators = [
979
- { type: Component, args: [{ selector: 'amplify-section', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['role'] },] },
980
- ];
981
- /** @nocollapse */
982
- AmplifySection.ctorParameters = function () { return [
983
- { type: ChangeDetectorRef },
984
- { type: ElementRef },
985
- { type: NgZone }
986
- ]; };
987
- AmplifySection = __decorate([
988
- ProxyCmp({ inputs: ['role'] }),
989
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
990
- ], AmplifySection);
991
- return AmplifySection;
992
- }());
993
- var AmplifySelect = /** @class */ (function () {
994
- function AmplifySelect(c, r, z) {
995
- this.z = z;
996
- c.detach();
997
- this.el = r.nativeElement;
998
- }
999
- AmplifySelect.decorators = [
1000
- { type: Component, args: [{ selector: 'amplify-select', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['fieldId', 'handleInputChange', 'options', 'selected'] },] },
1001
- ];
1002
- /** @nocollapse */
1003
- AmplifySelect.ctorParameters = function () { return [
1004
- { type: ChangeDetectorRef },
1005
- { type: ElementRef },
1006
- { type: NgZone }
1007
- ]; };
1008
- AmplifySelect = __decorate([
1009
- ProxyCmp({ inputs: ['fieldId', 'handleInputChange', 'options', 'selected'] }),
1010
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1011
- ], AmplifySelect);
1012
- return AmplifySelect;
1013
- }());
1014
- var AmplifySelectMfaType = /** @class */ (function () {
1015
- function AmplifySelectMfaType(c, r, z) {
1016
- this.z = z;
1017
- c.detach();
1018
- this.el = r.nativeElement;
1019
- }
1020
- AmplifySelectMfaType.decorators = [
1021
- { type: Component, args: [{ selector: 'amplify-select-mfa-type', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['MFATypes', 'authData', 'handleSubmit'] },] },
1022
- ];
1023
- /** @nocollapse */
1024
- AmplifySelectMfaType.ctorParameters = function () { return [
1025
- { type: ChangeDetectorRef },
1026
- { type: ElementRef },
1027
- { type: NgZone }
1028
- ]; };
1029
- AmplifySelectMfaType = __decorate([
1030
- ProxyCmp({ inputs: ['MFATypes', 'authData', 'handleSubmit'] }),
1031
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1032
- ], AmplifySelectMfaType);
1033
- return AmplifySelectMfaType;
1034
- }());
1035
- var AmplifySignIn = /** @class */ (function () {
1036
- function AmplifySignIn(c, r, z) {
1037
- this.z = z;
1038
- c.detach();
1039
- this.el = r.nativeElement;
1040
- }
1041
- AmplifySignIn.decorators = [
1042
- { type: Component, args: [{ selector: 'amplify-sign-in', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['federated', 'formFields', 'handleAuthStateChange', 'handleSubmit', 'headerText', 'hideSignUp', 'submitButtonText', 'usernameAlias'] },] },
1043
- ];
1044
- /** @nocollapse */
1045
- AmplifySignIn.ctorParameters = function () { return [
1046
- { type: ChangeDetectorRef },
1047
- { type: ElementRef },
1048
- { type: NgZone }
1049
- ]; };
1050
- AmplifySignIn = __decorate([
1051
- ProxyCmp({ inputs: ['federated', 'formFields', 'handleAuthStateChange', 'handleSubmit', 'headerText', 'hideSignUp', 'submitButtonText', 'usernameAlias'] }),
1052
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1053
- ], AmplifySignIn);
1054
- return AmplifySignIn;
1055
- }());
1056
- var AmplifySignInButton = /** @class */ (function () {
1057
- function AmplifySignInButton(c, r, z) {
1058
- this.z = z;
1059
- c.detach();
1060
- this.el = r.nativeElement;
1061
- }
1062
- AmplifySignInButton.decorators = [
1063
- { type: Component, args: [{ selector: 'amplify-sign-in-button', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['provider'] },] },
1064
- ];
1065
- /** @nocollapse */
1066
- AmplifySignInButton.ctorParameters = function () { return [
1067
- { type: ChangeDetectorRef },
1068
- { type: ElementRef },
1069
- { type: NgZone }
1070
- ]; };
1071
- AmplifySignInButton = __decorate([
1072
- ProxyCmp({ inputs: ['provider'] }),
1073
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1074
- ], AmplifySignInButton);
1075
- return AmplifySignInButton;
1076
- }());
1077
- var AmplifySignOut = /** @class */ (function () {
1078
- function AmplifySignOut(c, r, z) {
1079
- this.z = z;
1080
- c.detach();
1081
- this.el = r.nativeElement;
1082
- }
1083
- AmplifySignOut.decorators = [
1084
- { type: Component, args: [{ selector: 'amplify-sign-out', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['buttonText', 'handleAuthStateChange'] },] },
1085
- ];
1086
- /** @nocollapse */
1087
- AmplifySignOut.ctorParameters = function () { return [
1088
- { type: ChangeDetectorRef },
1089
- { type: ElementRef },
1090
- { type: NgZone }
1091
- ]; };
1092
- AmplifySignOut = __decorate([
1093
- ProxyCmp({ inputs: ['buttonText', 'handleAuthStateChange'] }),
1094
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1095
- ], AmplifySignOut);
1096
- return AmplifySignOut;
1097
- }());
1098
- var AmplifySignUp = /** @class */ (function () {
1099
- function AmplifySignUp(c, r, z) {
1100
- this.z = z;
1101
- c.detach();
1102
- this.el = r.nativeElement;
1103
- }
1104
- AmplifySignUp.decorators = [
1105
- { type: Component, args: [{ selector: 'amplify-sign-up', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['formFields', 'handleAuthStateChange', 'handleSignUp', 'handleSubmit', 'haveAccountText', 'headerText', 'signInText', 'submitButtonText', 'usernameAlias', 'validationErrors'] },] },
1106
- ];
1107
- /** @nocollapse */
1108
- AmplifySignUp.ctorParameters = function () { return [
1109
- { type: ChangeDetectorRef },
1110
- { type: ElementRef },
1111
- { type: NgZone }
1112
- ]; };
1113
- AmplifySignUp = __decorate([
1114
- ProxyCmp({ inputs: ['formFields', 'handleAuthStateChange', 'handleSignUp', 'handleSubmit', 'haveAccountText', 'headerText', 'signInText', 'submitButtonText', 'usernameAlias', 'validationErrors'] }),
1115
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1116
- ], AmplifySignUp);
1117
- return AmplifySignUp;
1118
- }());
1119
- var AmplifyStrike = /** @class */ (function () {
1120
- function AmplifyStrike(c, r, z) {
1121
- this.z = z;
1122
- c.detach();
1123
- this.el = r.nativeElement;
1124
- }
1125
- AmplifyStrike.decorators = [
1126
- { type: Component, args: [{ selector: 'amplify-strike', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>' },] },
1127
- ];
1128
- /** @nocollapse */
1129
- AmplifyStrike.ctorParameters = function () { return [
1130
- { type: ChangeDetectorRef },
1131
- { type: ElementRef },
1132
- { type: NgZone }
1133
- ]; };
1134
- return AmplifyStrike;
1135
- }());
1136
- var AmplifyToast = /** @class */ (function () {
1137
- function AmplifyToast(c, r, z) {
1138
- this.z = z;
1139
- c.detach();
1140
- this.el = r.nativeElement;
1141
- }
1142
- AmplifyToast.decorators = [
1143
- { type: Component, args: [{ selector: 'amplify-toast', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['handleClose', 'message'] },] },
1144
- ];
1145
- /** @nocollapse */
1146
- AmplifyToast.ctorParameters = function () { return [
1147
- { type: ChangeDetectorRef },
1148
- { type: ElementRef },
1149
- { type: NgZone }
1150
- ]; };
1151
- AmplifyToast = __decorate([
1152
- ProxyCmp({ inputs: ['handleClose', 'message'] }),
1153
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1154
- ], AmplifyToast);
1155
- return AmplifyToast;
1156
- }());
1157
- var AmplifyTooltip = /** @class */ (function () {
1158
- function AmplifyTooltip(c, r, z) {
1159
- this.z = z;
1160
- c.detach();
1161
- this.el = r.nativeElement;
1162
- }
1163
- AmplifyTooltip.decorators = [
1164
- { type: Component, args: [{ selector: 'amplify-tooltip', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['shouldAutoShow', 'text'] },] },
1165
- ];
1166
- /** @nocollapse */
1167
- AmplifyTooltip.ctorParameters = function () { return [
1168
- { type: ChangeDetectorRef },
1169
- { type: ElementRef },
1170
- { type: NgZone }
1171
- ]; };
1172
- AmplifyTooltip = __decorate([
1173
- ProxyCmp({ inputs: ['shouldAutoShow', 'text'] }),
1174
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1175
- ], AmplifyTooltip);
1176
- return AmplifyTooltip;
1177
- }());
1178
- var AmplifyTotpSetup = /** @class */ (function () {
1179
- function AmplifyTotpSetup(c, r, z) {
1180
- this.z = z;
1181
- c.detach();
1182
- this.el = r.nativeElement;
1183
- }
1184
- AmplifyTotpSetup.decorators = [
1185
- { type: Component, args: [{ selector: 'amplify-totp-setup', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['handleAuthStateChange', 'handleComplete', 'headerText', 'issuer', 'standalone', 'user'] },] },
1186
- ];
1187
- /** @nocollapse */
1188
- AmplifyTotpSetup.ctorParameters = function () { return [
1189
- { type: ChangeDetectorRef },
1190
- { type: ElementRef },
1191
- { type: NgZone }
1192
- ]; };
1193
- AmplifyTotpSetup = __decorate([
1194
- ProxyCmp({ inputs: ['handleAuthStateChange', 'handleComplete', 'headerText', 'issuer', 'standalone', 'user'] }),
1195
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1196
- ], AmplifyTotpSetup);
1197
- return AmplifyTotpSetup;
1198
- }());
1199
- var AmplifyUsernameField = /** @class */ (function () {
1200
- function AmplifyUsernameField(c, r, z) {
1201
- this.z = z;
1202
- c.detach();
1203
- this.el = r.nativeElement;
1204
- }
1205
- AmplifyUsernameField.decorators = [
1206
- { type: Component, args: [{ selector: 'amplify-username-field', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] },] },
1207
- ];
1208
- /** @nocollapse */
1209
- AmplifyUsernameField.ctorParameters = function () { return [
1210
- { type: ChangeDetectorRef },
1211
- { type: ElementRef },
1212
- { type: NgZone }
1213
- ]; };
1214
- AmplifyUsernameField = __decorate([
1215
- ProxyCmp({ inputs: ['disabled', 'fieldId', 'handleInputChange', 'hint', 'inputProps', 'label', 'placeholder', 'required', 'value'] }),
1216
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1217
- ], AmplifyUsernameField);
1218
- return AmplifyUsernameField;
1219
- }());
1220
- var AmplifyVerifyContact = /** @class */ (function () {
1221
- function AmplifyVerifyContact(c, r, z) {
1222
- this.z = z;
1223
- c.detach();
1224
- this.el = r.nativeElement;
1225
- }
1226
- AmplifyVerifyContact.decorators = [
1227
- { type: Component, args: [{ selector: 'amplify-verify-contact', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['handleAuthStateChange', 'user'] },] },
1228
- ];
1229
- /** @nocollapse */
1230
- AmplifyVerifyContact.ctorParameters = function () { return [
1231
- { type: ChangeDetectorRef },
1232
- { type: ElementRef },
1233
- { type: NgZone }
1234
- ]; };
1235
- AmplifyVerifyContact = __decorate([
1236
- ProxyCmp({ inputs: ['handleAuthStateChange', 'user'] }),
1237
- __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1238
- ], AmplifyVerifyContact);
1239
- return AmplifyVerifyContact;
1240
- }());
1241
-
1242
- /**
1243
- * @fileoverview added by tsickle
1244
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1245
- */
1246
- defineCustomElements(window);
1247
- /** @type {?} */
1248
- var DECLARATIONS = [
1249
- AmplifyAmazonButton,
1250
- AmplifyAuth0Button,
1251
- AmplifyAuthenticator,
1252
- AmplifyAuthContainer,
1253
- AmplifyAuthFields,
1254
- AmplifyButton,
1255
- AmplifyChatbot,
1256
- AmplifyCheckbox,
1257
- AmplifyCodeField,
1258
- AmplifyConfirmSignIn,
1259
- AmplifyConfirmSignUp,
1260
- AmplifyContainer,
1261
- AmplifyCountryDialCode,
1262
- AmplifyEmailField,
1263
- AmplifyFacebookButton,
1264
- AmplifyFederatedButtons,
1265
- AmplifyFederatedSignIn,
1266
- AmplifyForgotPassword,
1267
- AmplifyFormField,
1268
- AmplifyFormSection,
1269
- AmplifyGoogleButton,
1270
- AmplifyGreetings,
1271
- AmplifyHint,
1272
- AmplifyIcon,
1273
- AmplifyIconButton,
1274
- AmplifyInput,
1275
- AmplifyLabel,
1276
- AmplifyLink,
1277
- AmplifyLoadingSpinner,
1278
- AmplifyNav,
1279
- AmplifyOauthButton,
1280
- AmplifyPasswordField,
1281
- AmplifyPhoneField,
1282
- AmplifyPhotoPicker,
1283
- AmplifyPicker,
1284
- AmplifyRadioButton,
1285
- AmplifyRequireNewPassword,
1286
- AmplifyS3Album,
1287
- AmplifyS3Image,
1288
- AmplifyS3ImagePicker,
1289
- AmplifyS3Text,
1290
- AmplifyS3TextPicker,
1291
- AmplifySection,
1292
- AmplifySelect,
1293
- AmplifySelectMfaType,
1294
- AmplifySignIn,
1295
- AmplifySignInButton,
1296
- AmplifySignOut,
1297
- AmplifySignUp,
1298
- AmplifyStrike,
1299
- AmplifyToast,
1300
- AmplifyTooltip,
1301
- AmplifyTotpSetup,
1302
- AmplifyUsernameField,
1303
- AmplifyVerifyContact,
1304
- ];
1305
- var AmplifyUIAngularModule = /** @class */ (function () {
1306
- function AmplifyUIAngularModule() {
1307
- }
1308
- AmplifyUIAngularModule.decorators = [
1309
- { type: NgModule, args: [{
1310
- declarations: DECLARATIONS,
1311
- exports: DECLARATIONS,
1312
- imports: [],
1313
- providers: [],
1314
- },] },
1315
- ];
1316
- return AmplifyUIAngularModule;
1317
- }());
1318
-
1319
- export { AmplifyAmazonButton, AmplifyAuth0Button, AmplifyAuthContainer, AmplifyAuthFields, AmplifyAuthenticator, AmplifyButton, AmplifyChatbot, AmplifyCheckbox, AmplifyCodeField, AmplifyConfirmSignIn, AmplifyConfirmSignUp, AmplifyContainer, AmplifyCountryDialCode, AmplifyEmailField, AmplifyFacebookButton, AmplifyFederatedButtons, AmplifyFederatedSignIn, AmplifyForgotPassword, AmplifyFormField, AmplifyFormSection, AmplifyGoogleButton, AmplifyGreetings, AmplifyHint, AmplifyIcon, AmplifyIconButton, AmplifyInput, AmplifyLabel, AmplifyLink, AmplifyLoadingSpinner, AmplifyNav, AmplifyOauthButton, AmplifyPasswordField, AmplifyPhoneField, AmplifyPhotoPicker, AmplifyPicker, AmplifyRadioButton, AmplifyRequireNewPassword, AmplifyS3Album, AmplifyS3Image, AmplifyS3ImagePicker, AmplifyS3Text, AmplifyS3TextPicker, AmplifySection, AmplifySelect, AmplifySelectMfaType, AmplifySignIn, AmplifySignInButton, AmplifySignOut, AmplifySignUp, AmplifyStrike, AmplifyToast, AmplifyTooltip, AmplifyTotpSetup, AmplifyUIAngularModule, AmplifyUsernameField, AmplifyVerifyContact, ProxyCmp, proxyInputs, proxyMethods, proxyOutputs };