@aws-amplify/ui-angular 5.0.40 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/authenticator/authenticator.module.mjs +7 -1
- package/esm2020/lib/components/authenticator/components/authenticator/authenticator.component.mjs +11 -9
- package/esm2020/lib/components/authenticator/components/form-field/form-field.component.mjs +3 -3
- package/esm2020/lib/components/authenticator/components/select-mfa-type/select-mfa-type.component.mjs +52 -0
- package/esm2020/lib/components/authenticator/components/setup-email/setup-email.component.mjs +39 -0
- package/esm2020/version.mjs +2 -2
- package/fesm2015/aws-amplify-ui-angular.mjs +94 -16
- package/fesm2015/aws-amplify-ui-angular.mjs.map +1 -1
- package/fesm2020/aws-amplify-ui-angular.mjs +94 -16
- package/fesm2020/aws-amplify-ui-angular.mjs.map +1 -1
- package/lib/components/authenticator/authenticator.module.d.ts +12 -10
- package/lib/components/authenticator/components/select-mfa-type/select-mfa-type.component.d.ts +231 -0
- package/lib/components/authenticator/components/setup-email/setup-email.component.d.ts +224 -0
- package/package.json +2 -2
- package/version.d.ts +1 -1
|
@@ -19,17 +19,19 @@ import * as i17 from "../../primitives/password-field/password-field.component";
|
|
|
19
19
|
import * as i18 from "../../primitives/phone-number-field/phone-number-field.component";
|
|
20
20
|
import * as i19 from "./components/forgot-password/forgot-password.component";
|
|
21
21
|
import * as i20 from "../../primitives/select/select.component";
|
|
22
|
-
import * as i21 from "./components/
|
|
23
|
-
import * as i22 from "./components/
|
|
24
|
-
import * as i23 from "./components/
|
|
25
|
-
import * as i24 from "./components/sign-
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "../../primitives/
|
|
29
|
-
import * as i28 from "
|
|
30
|
-
import * as i29 from "
|
|
22
|
+
import * as i21 from "./components/select-mfa-type/select-mfa-type.component";
|
|
23
|
+
import * as i22 from "./components/setup-email/setup-email.component";
|
|
24
|
+
import * as i23 from "./components/setup-totp/setup-totp.component";
|
|
25
|
+
import * as i24 from "./components/sign-in/sign-in.component";
|
|
26
|
+
import * as i25 from "./components/sign-up/sign-up.component";
|
|
27
|
+
import * as i26 from "./components/sign-up/sign-up-form-fields/sign-up-form-fields.component";
|
|
28
|
+
import * as i27 from "../../primitives/tab-item/tab-item.component";
|
|
29
|
+
import * as i28 from "../../primitives/tabs/tabs.component";
|
|
30
|
+
import * as i29 from "../../primitives/text-field/text-field.component";
|
|
31
|
+
import * as i30 from "./components/verify-user/verify-user.component";
|
|
32
|
+
import * as i31 from "@angular/common";
|
|
31
33
|
export declare class AmplifyAuthenticatorModule {
|
|
32
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<AmplifyAuthenticatorModule, never>;
|
|
33
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AmplifyAuthenticatorModule, [typeof i1.AmplifySlotComponent, typeof i2.AmplifySlotDirective, typeof i3.AuthenticatorComponent, typeof i4.BaseFormFieldsComponent, typeof i5.ButtonComponent, typeof i6.CheckboxComponent, typeof i7.ConfirmResetPasswordComponent, typeof i8.ConfirmSignInComponent, typeof i9.ConfirmSignUpComponent, typeof i10.ConfirmVerifyUserComponent, typeof i11.ErrorComponent, typeof i12.FederatedSignInButtonComponent, typeof i13.FederatedSignInComponent, typeof i14.ForceNewPasswordComponent, typeof i15.ForceNewPasswordFormFieldsComponent, typeof i16.FormFieldComponent, typeof i17.PasswordFieldComponent, typeof i18.PhoneNumberFieldComponent, typeof i19.ForgotPasswordComponent, typeof i20.SelectComponent, typeof i21.
|
|
35
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AmplifyAuthenticatorModule, [typeof i1.AmplifySlotComponent, typeof i2.AmplifySlotDirective, typeof i3.AuthenticatorComponent, typeof i4.BaseFormFieldsComponent, typeof i5.ButtonComponent, typeof i6.CheckboxComponent, typeof i7.ConfirmResetPasswordComponent, typeof i8.ConfirmSignInComponent, typeof i9.ConfirmSignUpComponent, typeof i10.ConfirmVerifyUserComponent, typeof i11.ErrorComponent, typeof i12.FederatedSignInButtonComponent, typeof i13.FederatedSignInComponent, typeof i14.ForceNewPasswordComponent, typeof i15.ForceNewPasswordFormFieldsComponent, typeof i16.FormFieldComponent, typeof i17.PasswordFieldComponent, typeof i18.PhoneNumberFieldComponent, typeof i19.ForgotPasswordComponent, typeof i20.SelectComponent, typeof i21.SelectMfaTypeComponent, typeof i22.SetupEmailComponent, typeof i23.SetupTotpComponent, typeof i24.SignInComponent, typeof i25.SignUpComponent, typeof i26.SignUpFormFieldsComponent, typeof i27.TabItemComponent, typeof i28.TabsComponent, typeof i29.TextFieldComponent, typeof i30.VerifyUserComponent], [typeof i31.CommonModule], [typeof i2.AmplifySlotDirective, typeof i3.AuthenticatorComponent, typeof i6.CheckboxComponent, typeof i26.SignUpFormFieldsComponent, typeof i15.ForceNewPasswordFormFieldsComponent, typeof i29.TextFieldComponent]>;
|
|
34
36
|
static ɵinj: i0.ɵɵInjectorDeclaration<AmplifyAuthenticatorModule>;
|
|
35
37
|
}
|
package/lib/components/authenticator/components/select-mfa-type/select-mfa-type.component.d.ts
ADDED
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthenticatorService } from '../../../../services/authenticator.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SelectMfaTypeComponent implements OnInit {
|
|
5
|
+
authenticator: AuthenticatorService;
|
|
6
|
+
headerText: string;
|
|
7
|
+
confirmText: string;
|
|
8
|
+
backToSignInText: string;
|
|
9
|
+
selectMfaTypeText: string;
|
|
10
|
+
getMfaTypeLabelByValue: (mfaType: import("@aws-amplify/ui").AuthMFAType) => string;
|
|
11
|
+
allowedMfaTypes: any[];
|
|
12
|
+
classNames: (...args: import("@aws-amplify/ui").ClassNamesArgs) => string;
|
|
13
|
+
ComponentClassName: {
|
|
14
|
+
readonly Accordion: "amplify-accordion";
|
|
15
|
+
readonly AccordionItem: "amplify-accordion__item";
|
|
16
|
+
readonly AccordionItemTrigger: "amplify-accordion__item__trigger";
|
|
17
|
+
readonly AccordionItemContent: "amplify-accordion__item__content";
|
|
18
|
+
readonly AccordionItemIcon: "amplify-accordion__item__icon";
|
|
19
|
+
readonly Alert: "amplify-alert";
|
|
20
|
+
readonly AlertIcon: "amplify-alert__icon";
|
|
21
|
+
readonly AlertHeading: "amplify-alert__heading";
|
|
22
|
+
readonly AlertBody: "amplify-alert__body";
|
|
23
|
+
readonly AlertDismiss: "amplify-alert__dismiss";
|
|
24
|
+
readonly Autocomplete: "amplify-autocomplete";
|
|
25
|
+
readonly AutocompleteMenu: "amplify-autocomplete__menu";
|
|
26
|
+
readonly AutocompleteMenuEmpty: "amplify-autocomplete__menu--empty";
|
|
27
|
+
readonly AutocompleteMenuFooter: "amplify-autocomplete__menu__footer";
|
|
28
|
+
readonly AutocompleteMenuHeader: "amplify-autocomplete__menu__header";
|
|
29
|
+
readonly AutocompleteMenuLoading: "amplify-autocomplete__menu--loading";
|
|
30
|
+
readonly AutocompleteMenuOption: "amplify-autocomplete__menu__option";
|
|
31
|
+
readonly AutocompleteMenuOptions: "amplify-autocomplete__menu__options";
|
|
32
|
+
readonly Avatar: "amplify-avatar";
|
|
33
|
+
readonly AvatarIcon: "amplify-avatar__icon";
|
|
34
|
+
readonly AvatarImage: "amplify-avatar__image";
|
|
35
|
+
readonly AvatarLoader: "amplify-avatar__loader";
|
|
36
|
+
readonly AIConversation: "amplify-ai-conversation";
|
|
37
|
+
readonly AIConversationScrollView: "amplify-ai-conversation__scrollview";
|
|
38
|
+
readonly AIConversationAttachment: "amplify-ai-conversation__attachment";
|
|
39
|
+
readonly AIConversationAttachmentList: "amplify-ai-conversation__attachment__list";
|
|
40
|
+
readonly AIConversationAttachmentImage: "amplify-ai-conversation__attachment__image";
|
|
41
|
+
readonly AIConversationAttachmentName: "amplify-ai-conversation__attachment__name";
|
|
42
|
+
readonly AIConversationAttachmentSize: "amplify-ai-conversation__attachment__size";
|
|
43
|
+
readonly AIConversationAttachmentRemove: "amplify-ai-conversation__attachment__remove";
|
|
44
|
+
readonly AIConversationForm: "amplify-ai-conversation__form";
|
|
45
|
+
readonly AIConversationFormAttach: "amplify-ai-conversation__form__attach";
|
|
46
|
+
readonly AIConversationFormError: "amplify-ai-conversation__form__error";
|
|
47
|
+
readonly AIConversationFormSend: "amplify-ai-conversation__form__send";
|
|
48
|
+
readonly AIConversationFormField: "amplify-ai-conversation__form__field";
|
|
49
|
+
readonly AIConversationFormDropzone: "amplify-ai-conversation__form__dropzone";
|
|
50
|
+
readonly AIConversationMessage: "amplify-ai-conversation__message";
|
|
51
|
+
readonly AIConversationMessageAvatar: "amplify-ai-conversation__message__avatar";
|
|
52
|
+
readonly AIConversationMessageSender: "amplify-ai-conversation__message__sender";
|
|
53
|
+
readonly AIConversationMessageSenderUsername: "amplify-ai-conversation__message__sender__username";
|
|
54
|
+
readonly AIConversationMessageSenderTimestamp: "amplify-ai-conversation__message__sender__timestamp";
|
|
55
|
+
readonly AIConversationMessageBody: "amplify-ai-conversation__message__body";
|
|
56
|
+
readonly AIConversationMessageContent: "amplify-ai-conversation__message__content";
|
|
57
|
+
readonly AIConversationMessageActions: "amplify-ai-conversation__message__actions";
|
|
58
|
+
readonly AIConversationMessageList: "amplify-ai-conversation__message__list";
|
|
59
|
+
readonly AIConversationPrompt: "amplify-ai-conversation__prompt";
|
|
60
|
+
readonly Badge: "amplify-badge";
|
|
61
|
+
readonly Breadcrumbs: "amplify-breadcrumbs";
|
|
62
|
+
readonly BreadcrumbsList: "amplify-breadcrumbs__list";
|
|
63
|
+
readonly BreadcrumbsItem: "amplify-breadcrumbs__item";
|
|
64
|
+
readonly BreadcrumbsSeparator: "amplify-breadcrumbs__separator";
|
|
65
|
+
readonly BreadcrumbsLink: "amplify-breadcrumbs__link";
|
|
66
|
+
readonly Button: "amplify-button";
|
|
67
|
+
readonly ButtonGroup: "amplify-buttongroup";
|
|
68
|
+
readonly ButtonLoaderWrapper: "amplify-button__loader-wrapper";
|
|
69
|
+
readonly Card: "amplify-card";
|
|
70
|
+
readonly Checkbox: "amplify-checkbox";
|
|
71
|
+
readonly CheckboxButton: "amplify-checkbox__button";
|
|
72
|
+
readonly CheckboxIcon: "amplify-checkbox__icon";
|
|
73
|
+
readonly CheckboxInput: "amplify-checkbox__input";
|
|
74
|
+
readonly CheckboxLabel: "amplify-checkbox__label";
|
|
75
|
+
readonly CheckboxField: "amplify-checkboxfield";
|
|
76
|
+
readonly Collection: "amplify-collection";
|
|
77
|
+
readonly CollectionItems: "amplify-collection-items";
|
|
78
|
+
readonly CollectionSearch: "amplify-collection-search";
|
|
79
|
+
readonly CollectionPagination: "amplify-collection-pagination";
|
|
80
|
+
readonly CountryCodeSelect: "amplify-countrycodeselect";
|
|
81
|
+
readonly DialCodeSelect: "amplify-dialcodeselect";
|
|
82
|
+
readonly Divider: "amplify-divider";
|
|
83
|
+
readonly DividerLabel: "amplify-divider--label";
|
|
84
|
+
readonly DropZone: "amplify-dropzone";
|
|
85
|
+
readonly Field: "amplify-field";
|
|
86
|
+
readonly FieldDescription: "amplify-field__description";
|
|
87
|
+
readonly FieldErrorMessage: "amplify-field__error-message";
|
|
88
|
+
readonly FieldGroup: "amplify-field-group";
|
|
89
|
+
readonly FieldGroupControl: "amplify-field-group__control";
|
|
90
|
+
readonly FieldGroupOuterEnd: "amplify-field-group__outer-end";
|
|
91
|
+
readonly FieldGroupOuterStart: "amplify-field-group__outer-start";
|
|
92
|
+
readonly FieldGroupInnerEnd: "amplify-field-group__inner-end";
|
|
93
|
+
readonly FieldGroupInnerStart: "amplify-field-group__inner-start";
|
|
94
|
+
readonly FieldGroupIcon: "amplify-field-group__icon";
|
|
95
|
+
readonly FieldGroupIconButton: "amplify-field-group__icon-button";
|
|
96
|
+
readonly FieldGroupHasInnerEnd: "amplify-field-group--has-inner-end";
|
|
97
|
+
readonly FieldGroupHasInnerStart: "amplify-field-group--has-inner-start";
|
|
98
|
+
readonly FieldShowPassword: "amplify-field__show-password";
|
|
99
|
+
readonly FieldGroupFieldWrapper: "amplify-field-group__field-wrapper";
|
|
100
|
+
readonly Fieldset: "amplify-fieldset";
|
|
101
|
+
readonly FieldsetLegend: "amplify-fieldset__legend";
|
|
102
|
+
readonly FileUploader: "amplify-fileuploader";
|
|
103
|
+
readonly FileUploaderDropZone: "amplify-fileuploader__dropzone";
|
|
104
|
+
readonly FileUploaderDropZoneIcon: "amplify-fileuploader__dropzone__icon";
|
|
105
|
+
readonly FileUploaderDropZoneText: "amplify-fileuploader__dropzone__text";
|
|
106
|
+
readonly FileUploaderFilePicker: "amplify-fileuploader__file__picker";
|
|
107
|
+
readonly FileUploaderFile: "amplify-fileuploader__file";
|
|
108
|
+
readonly FileUploaderFileWrapper: "amplify-fileuploader__file__wrapper";
|
|
109
|
+
readonly FileUploaderFileList: "amplify-fileuploader__file__list";
|
|
110
|
+
readonly FileUploaderFileName: "amplify-fileuploader__file__name";
|
|
111
|
+
readonly FileUploaderFileSize: "amplify-fileuploader__file__size";
|
|
112
|
+
readonly FileUploaderFileInfo: "amplify-fileuploader__file__info";
|
|
113
|
+
readonly FileUploaderFileImage: "amplify-fileuploader__file__image";
|
|
114
|
+
readonly FileUploaderFileMain: "amplify-fileuploader__file__main";
|
|
115
|
+
readonly FileUploaderFileStatus: "amplify-fileuploader__file__status";
|
|
116
|
+
readonly FileUploaderLoader: "amplify-fileuploader__loader";
|
|
117
|
+
readonly FileUploaderPreviewer: "amplify-fileuploader__previewer";
|
|
118
|
+
readonly FileUploaderPreviewerText: "amplify-fileuploader__previewer__text";
|
|
119
|
+
readonly FileUploaderPreviewerActions: "amplify-fileuploader__previewer__actions";
|
|
120
|
+
readonly FileUploaderPreviewerFooter: "amplify-fileuploader__previewer__footer";
|
|
121
|
+
readonly Flex: "amplify-flex";
|
|
122
|
+
readonly Grid: "amplify-grid";
|
|
123
|
+
readonly Heading: "amplify-heading";
|
|
124
|
+
readonly HighlightMatch: "amplify-highlightmatch";
|
|
125
|
+
readonly HighlightMatchHighlighted: "amplify-highlightmatch__highlighted";
|
|
126
|
+
readonly Icon: "amplify-icon";
|
|
127
|
+
readonly Image: "amplify-image";
|
|
128
|
+
readonly Input: "amplify-input";
|
|
129
|
+
readonly Label: "amplify-label";
|
|
130
|
+
readonly Link: "amplify-link";
|
|
131
|
+
readonly Loader: "amplify-loader";
|
|
132
|
+
readonly LoaderLabel: "amplify-loader__label";
|
|
133
|
+
readonly MenuContent: "amplify-menu__content";
|
|
134
|
+
readonly MenuItem: "amplify-menu__content__item";
|
|
135
|
+
readonly MenuTrigger: "amplify-menu__trigger";
|
|
136
|
+
readonly MenuWrapper: "amplify-menu__wrapper";
|
|
137
|
+
readonly Message: "amplify-message";
|
|
138
|
+
readonly MessageIcon: "amplify-message__icon";
|
|
139
|
+
readonly MessageHeading: "amplify-message__heading";
|
|
140
|
+
readonly MessageBody: "amplify-message__body";
|
|
141
|
+
readonly MessageContent: "amplify-message__content";
|
|
142
|
+
readonly MessageDismiss: "amplify-message__dismiss";
|
|
143
|
+
readonly Pagination: "amplify-pagination";
|
|
144
|
+
readonly PaginationItem: "amplify-pagination__item";
|
|
145
|
+
readonly PasswordField: "amplify-passwordfield";
|
|
146
|
+
readonly PhoneNumberField: "amplify-phonenumberfield";
|
|
147
|
+
readonly Placeholder: "amplify-placeholder";
|
|
148
|
+
readonly Radio: "amplify-radio";
|
|
149
|
+
readonly RadioButton: "amplify-radio__button";
|
|
150
|
+
readonly RadioInput: "amplify-radio__input";
|
|
151
|
+
readonly RadioLabel: "amplify-radio__label";
|
|
152
|
+
readonly RadioGroupField: "amplify-radiogroupfield";
|
|
153
|
+
readonly RadioGroup: "amplify-radiogroup";
|
|
154
|
+
readonly Rating: "amplify-rating";
|
|
155
|
+
readonly RatingItem: "amplify-rating__item";
|
|
156
|
+
readonly RatingIcon: "amplify-rating__icon";
|
|
157
|
+
readonly RatingLabel: "amplify-rating__label";
|
|
158
|
+
readonly ScrollView: "amplify-scrollview";
|
|
159
|
+
readonly SearchField: "amplify-searchfield";
|
|
160
|
+
readonly SearchFieldClear: "amplify-searchfield__clear";
|
|
161
|
+
readonly SearchFieldSearch: "amplify-searchfield__search";
|
|
162
|
+
readonly Select: "amplify-select";
|
|
163
|
+
readonly SelectField: "amplify-selectfield";
|
|
164
|
+
readonly SelectWrapper: "amplify-select__wrapper";
|
|
165
|
+
readonly SelectIcon: "amplify-select__icon";
|
|
166
|
+
readonly SliderField: "amplify-sliderfield";
|
|
167
|
+
readonly SliderFieldGroup: "amplify-sliderfield__group";
|
|
168
|
+
readonly SliderFieldLabel: "amplify-sliderfield__label";
|
|
169
|
+
readonly SliderFieldRange: "amplify-sliderfield__range";
|
|
170
|
+
readonly SliderFieldRoot: "amplify-sliderfield__root";
|
|
171
|
+
readonly SliderFieldThumb: "amplify-sliderfield__thumb";
|
|
172
|
+
readonly SliderFieldTrack: "amplify-sliderfield__track";
|
|
173
|
+
readonly StepperField: "amplify-stepperfield";
|
|
174
|
+
readonly StepperFieldButtonDecrease: "amplify-stepperfield__button--decrease";
|
|
175
|
+
readonly StepperFieldButtonIncrease: "amplify-stepperfield__button--increase";
|
|
176
|
+
readonly StepperFieldInput: "amplify-stepperfield__input";
|
|
177
|
+
readonly StorageImage: "amplify-storageimage";
|
|
178
|
+
readonly StorageManager: "amplify-storagemanager";
|
|
179
|
+
readonly StorageManagerDropZone: "amplify-storagemanager__dropzone";
|
|
180
|
+
readonly StorageManagerDropZoneIcon: "amplify-storagemanager__dropzone__icon";
|
|
181
|
+
readonly StorageManagerDropZoneText: "amplify-storagemanager__dropzone__text";
|
|
182
|
+
readonly StorageManagerFilePicker: "amplify-storagemanager__file__picker";
|
|
183
|
+
readonly StorageManagerFile: "amplify-storagemanager__file";
|
|
184
|
+
readonly StorageManagerFileWrapper: "amplify-storagemanager__file__wrapper";
|
|
185
|
+
readonly StorageManagerFileList: "amplify-storagemanager__file__list";
|
|
186
|
+
readonly StorageManagerFileName: "amplify-storagemanager__file__name";
|
|
187
|
+
readonly StorageManagerFileSize: "amplify-storagemanager__file__size";
|
|
188
|
+
readonly StorageManagerFileInfo: "amplify-storagemanager__file__info";
|
|
189
|
+
readonly StorageManagerFileImage: "amplify-storagemanager__file__image";
|
|
190
|
+
readonly StorageManagerFileMain: "amplify-storagemanager__file__main";
|
|
191
|
+
readonly StorageManagerFileStatus: "amplify-storagemanager__file__status";
|
|
192
|
+
readonly StorageManagerLoader: "amplify-storagemanager__loader";
|
|
193
|
+
readonly StorageManagerPreviewer: "amplify-storagemanager__previewer";
|
|
194
|
+
readonly StorageManagerPreviewerText: "amplify-storagemanager__previewer__text";
|
|
195
|
+
readonly StorageManagerPreviewerActions: "amplify-storagemanager__previewer__actions";
|
|
196
|
+
readonly StorageManagerPreviewerFooter: "amplify-storagemanager__previewer__footer";
|
|
197
|
+
readonly SwitchField: "amplify-switchfield";
|
|
198
|
+
readonly SwitchLabel: "amplify-switch__label";
|
|
199
|
+
readonly SwitchThumb: "amplify-switch__thumb";
|
|
200
|
+
readonly SwitchTrack: "amplify-switch__track";
|
|
201
|
+
readonly SwitchWrapper: "amplify-switch__wrapper";
|
|
202
|
+
readonly Table: "amplify-table";
|
|
203
|
+
readonly TableCaption: "amplify-table__caption";
|
|
204
|
+
readonly TableBody: "amplify-table__body";
|
|
205
|
+
readonly TableTd: "amplify-table__td";
|
|
206
|
+
readonly TableTh: "amplify-table__th";
|
|
207
|
+
readonly TableFoot: "amplify-table__foot";
|
|
208
|
+
readonly TableHead: "amplify-table__head";
|
|
209
|
+
readonly TableRow: "amplify-table__row";
|
|
210
|
+
readonly Tabs: "amplify-tabs";
|
|
211
|
+
readonly TabsList: "amplify-tabs__list";
|
|
212
|
+
readonly TabsItem: "amplify-tabs__item";
|
|
213
|
+
readonly TabsPanel: "amplify-tabs__panel";
|
|
214
|
+
readonly Text: "amplify-text";
|
|
215
|
+
readonly Textarea: "amplify-textarea";
|
|
216
|
+
readonly TextAreaField: "amplify-textareafield";
|
|
217
|
+
readonly TextField: "amplify-textfield";
|
|
218
|
+
readonly ToggleButton: "amplify-togglebutton";
|
|
219
|
+
readonly ToggleButtonGroup: "amplify-togglebuttongroup";
|
|
220
|
+
readonly VisuallyHidden: "amplify-visually-hidden";
|
|
221
|
+
};
|
|
222
|
+
constructor(authenticator: AuthenticatorService);
|
|
223
|
+
get context(): AuthenticatorService['slotContext'];
|
|
224
|
+
ngOnInit(): void;
|
|
225
|
+
setHeaderText(): void;
|
|
226
|
+
setAllowedMfaTypes(): void;
|
|
227
|
+
onInput(event: Event): void;
|
|
228
|
+
onSubmit(event: Event): void;
|
|
229
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectMfaTypeComponent, never>;
|
|
230
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectMfaTypeComponent, "amplify-select-mfa-type", never, {}, {}, never, never, false>;
|
|
231
|
+
}
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
import { AuthenticatorService } from '../../../../services/authenticator.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SetupEmailComponent {
|
|
4
|
+
authenticator: AuthenticatorService;
|
|
5
|
+
headerText: string;
|
|
6
|
+
confirmText: string;
|
|
7
|
+
backToSignInText: string;
|
|
8
|
+
classNames: (...args: import("@aws-amplify/ui").ClassNamesArgs) => string;
|
|
9
|
+
ComponentClassName: {
|
|
10
|
+
readonly Accordion: "amplify-accordion";
|
|
11
|
+
readonly AccordionItem: "amplify-accordion__item";
|
|
12
|
+
readonly AccordionItemTrigger: "amplify-accordion__item__trigger";
|
|
13
|
+
readonly AccordionItemContent: "amplify-accordion__item__content";
|
|
14
|
+
readonly AccordionItemIcon: "amplify-accordion__item__icon";
|
|
15
|
+
readonly Alert: "amplify-alert";
|
|
16
|
+
readonly AlertIcon: "amplify-alert__icon";
|
|
17
|
+
readonly AlertHeading: "amplify-alert__heading";
|
|
18
|
+
readonly AlertBody: "amplify-alert__body";
|
|
19
|
+
readonly AlertDismiss: "amplify-alert__dismiss";
|
|
20
|
+
readonly Autocomplete: "amplify-autocomplete";
|
|
21
|
+
readonly AutocompleteMenu: "amplify-autocomplete__menu";
|
|
22
|
+
readonly AutocompleteMenuEmpty: "amplify-autocomplete__menu--empty";
|
|
23
|
+
readonly AutocompleteMenuFooter: "amplify-autocomplete__menu__footer";
|
|
24
|
+
readonly AutocompleteMenuHeader: "amplify-autocomplete__menu__header";
|
|
25
|
+
readonly AutocompleteMenuLoading: "amplify-autocomplete__menu--loading";
|
|
26
|
+
readonly AutocompleteMenuOption: "amplify-autocomplete__menu__option";
|
|
27
|
+
readonly AutocompleteMenuOptions: "amplify-autocomplete__menu__options";
|
|
28
|
+
readonly Avatar: "amplify-avatar";
|
|
29
|
+
readonly AvatarIcon: "amplify-avatar__icon";
|
|
30
|
+
readonly AvatarImage: "amplify-avatar__image";
|
|
31
|
+
readonly AvatarLoader: "amplify-avatar__loader";
|
|
32
|
+
readonly AIConversation: "amplify-ai-conversation";
|
|
33
|
+
readonly AIConversationScrollView: "amplify-ai-conversation__scrollview";
|
|
34
|
+
readonly AIConversationAttachment: "amplify-ai-conversation__attachment";
|
|
35
|
+
readonly AIConversationAttachmentList: "amplify-ai-conversation__attachment__list";
|
|
36
|
+
readonly AIConversationAttachmentImage: "amplify-ai-conversation__attachment__image";
|
|
37
|
+
readonly AIConversationAttachmentName: "amplify-ai-conversation__attachment__name";
|
|
38
|
+
readonly AIConversationAttachmentSize: "amplify-ai-conversation__attachment__size";
|
|
39
|
+
readonly AIConversationAttachmentRemove: "amplify-ai-conversation__attachment__remove";
|
|
40
|
+
readonly AIConversationForm: "amplify-ai-conversation__form";
|
|
41
|
+
readonly AIConversationFormAttach: "amplify-ai-conversation__form__attach";
|
|
42
|
+
readonly AIConversationFormError: "amplify-ai-conversation__form__error";
|
|
43
|
+
readonly AIConversationFormSend: "amplify-ai-conversation__form__send";
|
|
44
|
+
readonly AIConversationFormField: "amplify-ai-conversation__form__field";
|
|
45
|
+
readonly AIConversationFormDropzone: "amplify-ai-conversation__form__dropzone";
|
|
46
|
+
readonly AIConversationMessage: "amplify-ai-conversation__message";
|
|
47
|
+
readonly AIConversationMessageAvatar: "amplify-ai-conversation__message__avatar";
|
|
48
|
+
readonly AIConversationMessageSender: "amplify-ai-conversation__message__sender";
|
|
49
|
+
readonly AIConversationMessageSenderUsername: "amplify-ai-conversation__message__sender__username";
|
|
50
|
+
readonly AIConversationMessageSenderTimestamp: "amplify-ai-conversation__message__sender__timestamp";
|
|
51
|
+
readonly AIConversationMessageBody: "amplify-ai-conversation__message__body";
|
|
52
|
+
readonly AIConversationMessageContent: "amplify-ai-conversation__message__content";
|
|
53
|
+
readonly AIConversationMessageActions: "amplify-ai-conversation__message__actions";
|
|
54
|
+
readonly AIConversationMessageList: "amplify-ai-conversation__message__list";
|
|
55
|
+
readonly AIConversationPrompt: "amplify-ai-conversation__prompt";
|
|
56
|
+
readonly Badge: "amplify-badge";
|
|
57
|
+
readonly Breadcrumbs: "amplify-breadcrumbs";
|
|
58
|
+
readonly BreadcrumbsList: "amplify-breadcrumbs__list";
|
|
59
|
+
readonly BreadcrumbsItem: "amplify-breadcrumbs__item";
|
|
60
|
+
readonly BreadcrumbsSeparator: "amplify-breadcrumbs__separator";
|
|
61
|
+
readonly BreadcrumbsLink: "amplify-breadcrumbs__link";
|
|
62
|
+
readonly Button: "amplify-button";
|
|
63
|
+
readonly ButtonGroup: "amplify-buttongroup";
|
|
64
|
+
readonly ButtonLoaderWrapper: "amplify-button__loader-wrapper";
|
|
65
|
+
readonly Card: "amplify-card";
|
|
66
|
+
readonly Checkbox: "amplify-checkbox";
|
|
67
|
+
readonly CheckboxButton: "amplify-checkbox__button";
|
|
68
|
+
readonly CheckboxIcon: "amplify-checkbox__icon";
|
|
69
|
+
readonly CheckboxInput: "amplify-checkbox__input";
|
|
70
|
+
readonly CheckboxLabel: "amplify-checkbox__label";
|
|
71
|
+
readonly CheckboxField: "amplify-checkboxfield";
|
|
72
|
+
readonly Collection: "amplify-collection";
|
|
73
|
+
readonly CollectionItems: "amplify-collection-items";
|
|
74
|
+
readonly CollectionSearch: "amplify-collection-search";
|
|
75
|
+
readonly CollectionPagination: "amplify-collection-pagination";
|
|
76
|
+
readonly CountryCodeSelect: "amplify-countrycodeselect";
|
|
77
|
+
readonly DialCodeSelect: "amplify-dialcodeselect";
|
|
78
|
+
readonly Divider: "amplify-divider";
|
|
79
|
+
readonly DividerLabel: "amplify-divider--label";
|
|
80
|
+
readonly DropZone: "amplify-dropzone";
|
|
81
|
+
readonly Field: "amplify-field";
|
|
82
|
+
readonly FieldDescription: "amplify-field__description";
|
|
83
|
+
readonly FieldErrorMessage: "amplify-field__error-message";
|
|
84
|
+
readonly FieldGroup: "amplify-field-group";
|
|
85
|
+
readonly FieldGroupControl: "amplify-field-group__control";
|
|
86
|
+
readonly FieldGroupOuterEnd: "amplify-field-group__outer-end";
|
|
87
|
+
readonly FieldGroupOuterStart: "amplify-field-group__outer-start";
|
|
88
|
+
readonly FieldGroupInnerEnd: "amplify-field-group__inner-end";
|
|
89
|
+
readonly FieldGroupInnerStart: "amplify-field-group__inner-start";
|
|
90
|
+
readonly FieldGroupIcon: "amplify-field-group__icon";
|
|
91
|
+
readonly FieldGroupIconButton: "amplify-field-group__icon-button";
|
|
92
|
+
readonly FieldGroupHasInnerEnd: "amplify-field-group--has-inner-end";
|
|
93
|
+
readonly FieldGroupHasInnerStart: "amplify-field-group--has-inner-start";
|
|
94
|
+
readonly FieldShowPassword: "amplify-field__show-password";
|
|
95
|
+
readonly FieldGroupFieldWrapper: "amplify-field-group__field-wrapper";
|
|
96
|
+
readonly Fieldset: "amplify-fieldset";
|
|
97
|
+
readonly FieldsetLegend: "amplify-fieldset__legend";
|
|
98
|
+
readonly FileUploader: "amplify-fileuploader";
|
|
99
|
+
readonly FileUploaderDropZone: "amplify-fileuploader__dropzone";
|
|
100
|
+
readonly FileUploaderDropZoneIcon: "amplify-fileuploader__dropzone__icon";
|
|
101
|
+
readonly FileUploaderDropZoneText: "amplify-fileuploader__dropzone__text";
|
|
102
|
+
readonly FileUploaderFilePicker: "amplify-fileuploader__file__picker";
|
|
103
|
+
readonly FileUploaderFile: "amplify-fileuploader__file";
|
|
104
|
+
readonly FileUploaderFileWrapper: "amplify-fileuploader__file__wrapper";
|
|
105
|
+
readonly FileUploaderFileList: "amplify-fileuploader__file__list";
|
|
106
|
+
readonly FileUploaderFileName: "amplify-fileuploader__file__name";
|
|
107
|
+
readonly FileUploaderFileSize: "amplify-fileuploader__file__size";
|
|
108
|
+
readonly FileUploaderFileInfo: "amplify-fileuploader__file__info";
|
|
109
|
+
readonly FileUploaderFileImage: "amplify-fileuploader__file__image";
|
|
110
|
+
readonly FileUploaderFileMain: "amplify-fileuploader__file__main";
|
|
111
|
+
readonly FileUploaderFileStatus: "amplify-fileuploader__file__status";
|
|
112
|
+
readonly FileUploaderLoader: "amplify-fileuploader__loader";
|
|
113
|
+
readonly FileUploaderPreviewer: "amplify-fileuploader__previewer";
|
|
114
|
+
readonly FileUploaderPreviewerText: "amplify-fileuploader__previewer__text";
|
|
115
|
+
readonly FileUploaderPreviewerActions: "amplify-fileuploader__previewer__actions";
|
|
116
|
+
readonly FileUploaderPreviewerFooter: "amplify-fileuploader__previewer__footer";
|
|
117
|
+
readonly Flex: "amplify-flex";
|
|
118
|
+
readonly Grid: "amplify-grid";
|
|
119
|
+
readonly Heading: "amplify-heading";
|
|
120
|
+
readonly HighlightMatch: "amplify-highlightmatch";
|
|
121
|
+
readonly HighlightMatchHighlighted: "amplify-highlightmatch__highlighted";
|
|
122
|
+
readonly Icon: "amplify-icon";
|
|
123
|
+
readonly Image: "amplify-image";
|
|
124
|
+
readonly Input: "amplify-input";
|
|
125
|
+
readonly Label: "amplify-label";
|
|
126
|
+
readonly Link: "amplify-link";
|
|
127
|
+
readonly Loader: "amplify-loader";
|
|
128
|
+
readonly LoaderLabel: "amplify-loader__label";
|
|
129
|
+
readonly MenuContent: "amplify-menu__content";
|
|
130
|
+
readonly MenuItem: "amplify-menu__content__item";
|
|
131
|
+
readonly MenuTrigger: "amplify-menu__trigger";
|
|
132
|
+
readonly MenuWrapper: "amplify-menu__wrapper";
|
|
133
|
+
readonly Message: "amplify-message";
|
|
134
|
+
readonly MessageIcon: "amplify-message__icon";
|
|
135
|
+
readonly MessageHeading: "amplify-message__heading";
|
|
136
|
+
readonly MessageBody: "amplify-message__body";
|
|
137
|
+
readonly MessageContent: "amplify-message__content";
|
|
138
|
+
readonly MessageDismiss: "amplify-message__dismiss";
|
|
139
|
+
readonly Pagination: "amplify-pagination";
|
|
140
|
+
readonly PaginationItem: "amplify-pagination__item";
|
|
141
|
+
readonly PasswordField: "amplify-passwordfield";
|
|
142
|
+
readonly PhoneNumberField: "amplify-phonenumberfield";
|
|
143
|
+
readonly Placeholder: "amplify-placeholder";
|
|
144
|
+
readonly Radio: "amplify-radio";
|
|
145
|
+
readonly RadioButton: "amplify-radio__button";
|
|
146
|
+
readonly RadioInput: "amplify-radio__input";
|
|
147
|
+
readonly RadioLabel: "amplify-radio__label";
|
|
148
|
+
readonly RadioGroupField: "amplify-radiogroupfield";
|
|
149
|
+
readonly RadioGroup: "amplify-radiogroup";
|
|
150
|
+
readonly Rating: "amplify-rating";
|
|
151
|
+
readonly RatingItem: "amplify-rating__item";
|
|
152
|
+
readonly RatingIcon: "amplify-rating__icon";
|
|
153
|
+
readonly RatingLabel: "amplify-rating__label";
|
|
154
|
+
readonly ScrollView: "amplify-scrollview";
|
|
155
|
+
readonly SearchField: "amplify-searchfield";
|
|
156
|
+
readonly SearchFieldClear: "amplify-searchfield__clear";
|
|
157
|
+
readonly SearchFieldSearch: "amplify-searchfield__search";
|
|
158
|
+
readonly Select: "amplify-select";
|
|
159
|
+
readonly SelectField: "amplify-selectfield";
|
|
160
|
+
readonly SelectWrapper: "amplify-select__wrapper";
|
|
161
|
+
readonly SelectIcon: "amplify-select__icon";
|
|
162
|
+
readonly SliderField: "amplify-sliderfield";
|
|
163
|
+
readonly SliderFieldGroup: "amplify-sliderfield__group";
|
|
164
|
+
readonly SliderFieldLabel: "amplify-sliderfield__label";
|
|
165
|
+
readonly SliderFieldRange: "amplify-sliderfield__range";
|
|
166
|
+
readonly SliderFieldRoot: "amplify-sliderfield__root";
|
|
167
|
+
readonly SliderFieldThumb: "amplify-sliderfield__thumb";
|
|
168
|
+
readonly SliderFieldTrack: "amplify-sliderfield__track";
|
|
169
|
+
readonly StepperField: "amplify-stepperfield";
|
|
170
|
+
readonly StepperFieldButtonDecrease: "amplify-stepperfield__button--decrease";
|
|
171
|
+
readonly StepperFieldButtonIncrease: "amplify-stepperfield__button--increase";
|
|
172
|
+
readonly StepperFieldInput: "amplify-stepperfield__input";
|
|
173
|
+
readonly StorageImage: "amplify-storageimage";
|
|
174
|
+
readonly StorageManager: "amplify-storagemanager";
|
|
175
|
+
readonly StorageManagerDropZone: "amplify-storagemanager__dropzone";
|
|
176
|
+
readonly StorageManagerDropZoneIcon: "amplify-storagemanager__dropzone__icon";
|
|
177
|
+
readonly StorageManagerDropZoneText: "amplify-storagemanager__dropzone__text";
|
|
178
|
+
readonly StorageManagerFilePicker: "amplify-storagemanager__file__picker";
|
|
179
|
+
readonly StorageManagerFile: "amplify-storagemanager__file";
|
|
180
|
+
readonly StorageManagerFileWrapper: "amplify-storagemanager__file__wrapper";
|
|
181
|
+
readonly StorageManagerFileList: "amplify-storagemanager__file__list";
|
|
182
|
+
readonly StorageManagerFileName: "amplify-storagemanager__file__name";
|
|
183
|
+
readonly StorageManagerFileSize: "amplify-storagemanager__file__size";
|
|
184
|
+
readonly StorageManagerFileInfo: "amplify-storagemanager__file__info";
|
|
185
|
+
readonly StorageManagerFileImage: "amplify-storagemanager__file__image";
|
|
186
|
+
readonly StorageManagerFileMain: "amplify-storagemanager__file__main";
|
|
187
|
+
readonly StorageManagerFileStatus: "amplify-storagemanager__file__status";
|
|
188
|
+
readonly StorageManagerLoader: "amplify-storagemanager__loader";
|
|
189
|
+
readonly StorageManagerPreviewer: "amplify-storagemanager__previewer";
|
|
190
|
+
readonly StorageManagerPreviewerText: "amplify-storagemanager__previewer__text";
|
|
191
|
+
readonly StorageManagerPreviewerActions: "amplify-storagemanager__previewer__actions";
|
|
192
|
+
readonly StorageManagerPreviewerFooter: "amplify-storagemanager__previewer__footer";
|
|
193
|
+
readonly SwitchField: "amplify-switchfield";
|
|
194
|
+
readonly SwitchLabel: "amplify-switch__label";
|
|
195
|
+
readonly SwitchThumb: "amplify-switch__thumb";
|
|
196
|
+
readonly SwitchTrack: "amplify-switch__track";
|
|
197
|
+
readonly SwitchWrapper: "amplify-switch__wrapper";
|
|
198
|
+
readonly Table: "amplify-table";
|
|
199
|
+
readonly TableCaption: "amplify-table__caption";
|
|
200
|
+
readonly TableBody: "amplify-table__body";
|
|
201
|
+
readonly TableTd: "amplify-table__td";
|
|
202
|
+
readonly TableTh: "amplify-table__th";
|
|
203
|
+
readonly TableFoot: "amplify-table__foot";
|
|
204
|
+
readonly TableHead: "amplify-table__head";
|
|
205
|
+
readonly TableRow: "amplify-table__row";
|
|
206
|
+
readonly Tabs: "amplify-tabs";
|
|
207
|
+
readonly TabsList: "amplify-tabs__list";
|
|
208
|
+
readonly TabsItem: "amplify-tabs__item";
|
|
209
|
+
readonly TabsPanel: "amplify-tabs__panel";
|
|
210
|
+
readonly Text: "amplify-text";
|
|
211
|
+
readonly Textarea: "amplify-textarea";
|
|
212
|
+
readonly TextAreaField: "amplify-textareafield";
|
|
213
|
+
readonly TextField: "amplify-textfield";
|
|
214
|
+
readonly ToggleButton: "amplify-togglebutton";
|
|
215
|
+
readonly ToggleButtonGroup: "amplify-togglebuttongroup";
|
|
216
|
+
readonly VisuallyHidden: "amplify-visually-hidden";
|
|
217
|
+
};
|
|
218
|
+
constructor(authenticator: AuthenticatorService);
|
|
219
|
+
get context(): AuthenticatorService['slotContext'];
|
|
220
|
+
onInput(event: Event): void;
|
|
221
|
+
onSubmit(event: Event): void;
|
|
222
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SetupEmailComponent, never>;
|
|
223
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SetupEmailComponent, "amplify-setup-email", never, {}, {}, never, never, false>;
|
|
224
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-angular",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@aws-amplify/ui": "6.
|
|
17
|
+
"@aws-amplify/ui": "6.10.1",
|
|
18
18
|
"nanoid": "3.3.8",
|
|
19
19
|
"qrcode": "1.5.0",
|
|
20
20
|
"tslib": "^2.5.2",
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "5.
|
|
1
|
+
export declare const VERSION = "5.1.1";
|