@aws-amplify/ui-angular 5.1.6 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/aws-amplify-ui-angular.mjs +1583 -0
- package/fesm2022/aws-amplify-ui-angular.mjs.map +1 -0
- package/lib/common/types/auth-types.d.ts +2 -2
- package/lib/common/types/component-types.d.ts +1 -1
- package/lib/components/authenticator/components/authenticator/authenticator.component.d.ts +1 -1
- package/lib/components/authenticator/components/base-form-fields/base-form-fields.component.d.ts +1 -1
- package/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.d.ts +1 -1
- package/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.d.ts +1 -1
- package/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.d.ts +1 -1
- package/lib/components/authenticator/components/confirm-verify-user/amplify-confirm-verify-user.component.d.ts +1 -1
- package/lib/components/authenticator/components/federated-sign-in/federated-sign-in.component.d.ts +1 -1
- package/lib/components/authenticator/components/federated-sign-in-button/federated-sign-in-button.component.d.ts +1 -1
- package/lib/components/authenticator/components/force-new-password/force-new-password-form-fields/force-new-password-form-fields.component.d.ts +1 -1
- package/lib/components/authenticator/components/force-new-password/force-new-password.component.d.ts +1 -1
- package/lib/components/authenticator/components/forgot-password/forgot-password.component.d.ts +1 -1
- package/lib/components/authenticator/components/form-field/form-field.component.d.ts +1 -1
- package/lib/components/authenticator/components/select-mfa-type/select-mfa-type.component.d.ts +1 -1
- package/lib/components/authenticator/components/setup-email/setup-email.component.d.ts +1 -1
- package/lib/components/authenticator/components/setup-totp/setup-totp.component.d.ts +1 -1
- package/lib/components/authenticator/components/sign-in/sign-in.component.d.ts +1 -1
- package/lib/components/authenticator/components/sign-up/sign-up-form-fields/sign-up-form-fields.component.d.ts +1 -1
- package/lib/components/authenticator/components/sign-up/sign-up.component.d.ts +1 -1
- package/lib/components/authenticator/components/verify-user/verify-user.component.d.ts +1 -1
- package/lib/primitives/button/button.component.d.ts +1 -1
- package/lib/primitives/checkbox/checkbox.component.d.ts +1 -1
- package/lib/primitives/error/error.component.d.ts +1 -1
- package/lib/primitives/password-field/password-field.component.d.ts +1 -1
- package/lib/primitives/phone-number-field/phone-number-field.component.d.ts +1 -1
- package/lib/primitives/select/select.component.d.ts +1 -1
- package/lib/primitives/tab-item/tab-item.component.d.ts +1 -1
- package/lib/primitives/tabs/tabs.component.d.ts +1 -1
- package/lib/primitives/text-field/text-field.component.d.ts +1 -1
- package/lib/utilities/amplify-slot/amplify-slot.component.d.ts +1 -1
- package/lib/utilities/amplify-slot/amplify-slot.directive.d.ts +1 -1
- package/package.json +7 -15
- package/version.d.ts +1 -1
- package/esm2020/aws-amplify-ui-angular.mjs +0 -5
- package/esm2020/index.mjs +0 -30
- package/esm2020/lib/common/helpers.mjs +0 -3
- package/esm2020/lib/common/index.mjs +0 -3
- package/esm2020/lib/common/types/auth-types.mjs +0 -2
- package/esm2020/lib/common/types/component-types.mjs +0 -2
- package/esm2020/lib/common/types/index.mjs +0 -3
- package/esm2020/lib/components/authenticator/authenticator.module.mjs +0 -124
- package/esm2020/lib/components/authenticator/components/authenticator/authenticator.component.mjs +0 -180
- package/esm2020/lib/components/authenticator/components/base-form-fields/base-form-fields.component.mjs +0 -32
- package/esm2020/lib/components/authenticator/components/confirm-reset-password/amplify-confirm-reset-password.component.mjs +0 -45
- package/esm2020/lib/components/authenticator/components/confirm-sign-in/confirm-sign-in.component.mjs +0 -49
- package/esm2020/lib/components/authenticator/components/confirm-sign-up/confirm-sign-up.component.mjs +0 -49
- package/esm2020/lib/components/authenticator/components/confirm-verify-user/amplify-confirm-verify-user.component.mjs +0 -44
- package/esm2020/lib/components/authenticator/components/federated-sign-in/federated-sign-in.component.mjs +0 -47
- package/esm2020/lib/components/authenticator/components/federated-sign-in-button/federated-sign-in-button.component.mjs +0 -26
- package/esm2020/lib/components/authenticator/components/force-new-password/force-new-password-form-fields/force-new-password-form-fields.component.mjs +0 -12
- package/esm2020/lib/components/authenticator/components/force-new-password/force-new-password.component.mjs +0 -44
- package/esm2020/lib/components/authenticator/components/forgot-password/forgot-password.component.mjs +0 -44
- package/esm2020/lib/components/authenticator/components/form-field/form-field.component.mjs +0 -50
- package/esm2020/lib/components/authenticator/components/index.mjs +0 -18
- package/esm2020/lib/components/authenticator/components/select-mfa-type/select-mfa-type.component.mjs +0 -52
- package/esm2020/lib/components/authenticator/components/setup-email/setup-email.component.mjs +0 -39
- package/esm2020/lib/components/authenticator/components/setup-totp/setup-totp.component.mjs +0 -69
- package/esm2020/lib/components/authenticator/components/sign-in/sign-in.component.mjs +0 -41
- package/esm2020/lib/components/authenticator/components/sign-up/sign-up-form-fields/sign-up-form-fields.component.mjs +0 -12
- package/esm2020/lib/components/authenticator/components/sign-up/sign-up.component.mjs +0 -44
- package/esm2020/lib/components/authenticator/components/verify-user/verify-user.component.mjs +0 -58
- package/esm2020/lib/primitives/button/button.component.mjs +0 -78
- package/esm2020/lib/primitives/checkbox/checkbox.component.mjs +0 -37
- package/esm2020/lib/primitives/error/error.component.mjs +0 -21
- package/esm2020/lib/primitives/index.mjs +0 -10
- package/esm2020/lib/primitives/password-field/password-field.component.mjs +0 -64
- package/esm2020/lib/primitives/phone-number-field/phone-number-field.component.mjs +0 -62
- package/esm2020/lib/primitives/select/select.component.mjs +0 -22
- package/esm2020/lib/primitives/tab-item/tab-item.component.mjs +0 -29
- package/esm2020/lib/primitives/tabs/tabs.component.mjs +0 -48
- package/esm2020/lib/primitives/text-field/text-field.component.mjs +0 -50
- package/esm2020/lib/services/authenticator.service.mjs +0 -180
- package/esm2020/lib/services/custom-components.service.mjs +0 -25
- package/esm2020/lib/utilities/amplify-slot/amplify-slot.component.mjs +0 -33
- package/esm2020/lib/utilities/amplify-slot/amplify-slot.directive.mjs +0 -21
- package/esm2020/version.mjs +0 -2
- package/fesm2015/aws-amplify-ui-angular.mjs +0 -1521
- package/fesm2015/aws-amplify-ui-angular.mjs.map +0 -1
- package/fesm2020/aws-amplify-ui-angular.mjs +0 -1504
- package/fesm2020/aws-amplify-ui-angular.mjs.map +0 -1
|
@@ -17,5 +17,5 @@ export declare class VerifyUserComponent implements OnInit {
|
|
|
17
17
|
onInput(event: Event): void;
|
|
18
18
|
onSubmit(event: Event): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<VerifyUserComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VerifyUserComponent, "amplify-verify-user", never, { "headerText": "headerText"; }, {}, never, never, false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerifyUserComponent, "amplify-verify-user", never, { "headerText": { "alias": "headerText"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ButtonComponent implements OnInit {
|
|
|
16
16
|
get classNames(): string;
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[amplify-button]", never, { "type": "type"; "fullWidth": "fullWidth"; "isDisabled": "isDisabled"; "size": "size"; "variation": "variation"; "fontWeight": "fontWeight"; }, {}, never, ["*"], false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[amplify-button]", never, { "type": { "alias": "type"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variation": { "alias": "variation"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
20
20
|
}
|
|
@@ -11,5 +11,5 @@ export declare class CheckboxComponent implements OnInit {
|
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
handleClick(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "amplify-checkbox", never, { "defaultChecked": "defaultChecked"; "errorMessage": "errorMessage"; "hasError": "hasError"; "label": "label"; "name": "name"; "value": "value"; }, {}, never, ["*"], false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "amplify-checkbox", never, { "defaultChecked": { "alias": "defaultChecked"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ErrorComponent {
|
|
|
4
4
|
dismissAriaLabel: string;
|
|
5
5
|
close(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "amplify-error", never, {}, {}, never, ["*"], false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "amplify-error", never, {}, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -228,5 +228,5 @@ export declare class PasswordFieldComponent {
|
|
|
228
228
|
};
|
|
229
229
|
togglePasswordText(): void;
|
|
230
230
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordFieldComponent, never>;
|
|
231
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordFieldComponent, "amplify-password-field", never, { "autocomplete": "autocomplete"; "disabled": "disabled"; "fieldId": "fieldId"; "initialValue": "initialValue"; "label": "label"; "name": "name"; "placeholder": "placeholder"; "required": "required"; "labelHidden": "labelHidden"; "hasError": "hasError"; "describedBy": "describedBy"; }, { "setBlur": "setBlur"; }, never, never, false>;
|
|
231
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordFieldComponent, "amplify-password-field", never, { "autocomplete": { "alias": "autocomplete"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fieldId": { "alias": "fieldId"; "required": false; }; "initialValue": { "alias": "initialValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; }, { "setBlur": "setBlur"; }, never, never, false, never>;
|
|
232
232
|
}
|
|
@@ -20,5 +20,5 @@ export declare class PhoneNumberFieldComponent implements OnInit {
|
|
|
20
20
|
countryDialCodesValues: Array<string>;
|
|
21
21
|
ngOnInit(): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberFieldComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneNumberFieldComponent, "amplify-phone-number-field", never, { "autocomplete": "autocomplete"; "disabled": "disabled"; "defaultCountryCode": "defaultCountryCode"; "selectFieldId": "selectFieldId"; "textFieldId": "textFieldId"; "initialValue": "initialValue"; "label": "label"; "name": "name"; "placeholder": "placeholder"; "required": "required"; "type": "type"; "labelHidden": "labelHidden"; "dialCodeList": "dialCodeList"; "hasError": "hasError"; "describedBy": "describedBy"; }, {}, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneNumberFieldComponent, "amplify-phone-number-field", never, { "autocomplete": { "alias": "autocomplete"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "defaultCountryCode": { "alias": "defaultCountryCode"; "required": false; }; "selectFieldId": { "alias": "selectFieldId"; "required": false; }; "textFieldId": { "alias": "textFieldId"; "required": false; }; "initialValue": { "alias": "initialValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "dialCodeList": { "alias": "dialCodeList"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -6,5 +6,5 @@ export declare class SelectComponent {
|
|
|
6
6
|
id: string;
|
|
7
7
|
defaultValue: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "amplify-form-select", never, { "items": "items"; "name": "name"; "label": "label"; "id": "id"; "defaultValue": "defaultValue"; }, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "amplify-form-select", never, { "items": { "alias": "items"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "id": { "alias": "id"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -7,5 +7,5 @@ export declare class TabItemComponent {
|
|
|
7
7
|
tabIndex: number;
|
|
8
8
|
display: string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabItemComponent, "amplify-tab-item", never, { "title": "title"; "active": "active"; "id": "id"; "labelledById": "labelledById"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabItemComponent, "amplify-tab-item", never, { "title": { "alias": "title"; "required": false; }; "active": { "alias": "active"; "required": false; }; "id": { "alias": "id"; "required": false; }; "labelledById": { "alias": "labelledById"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -8,5 +8,5 @@ export declare class TabsComponent implements AfterContentInit {
|
|
|
8
8
|
selectTab(tab: TabItemComponent): void;
|
|
9
9
|
handleTabClick(tab: TabItemComponent): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "amplify-tabs", never, {}, { "tabChange": "tabChange"; }, ["tabs"], ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "amplify-tabs", never, {}, { "tabChange": "tabChange"; }, ["tabs"], ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -14,5 +14,5 @@ export declare class TextFieldComponent {
|
|
|
14
14
|
describedBy: string;
|
|
15
15
|
display: string;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "amplify-text-field", never, { "autocomplete": "autocomplete"; "disabled": "disabled"; "fieldId": "fieldId"; "initialValue": "initialValue"; "label": "label"; "name": "name"; "placeholder": "placeholder"; "required": "required"; "type": "type"; "labelHidden": "labelHidden"; "hasError": "hasError"; "describedBy": "describedBy"; }, {}, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "amplify-text-field", never, { "autocomplete": { "alias": "autocomplete"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fieldId": { "alias": "fieldId"; "required": false; }; "initialValue": { "alias": "initialValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -11,5 +11,5 @@ export declare class AmplifySlotComponent implements AfterContentInit {
|
|
|
11
11
|
constructor(propService: CustomComponentsService);
|
|
12
12
|
ngAfterContentInit(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AmplifySlotComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AmplifySlotComponent, "amplify-slot", never, { "name": "name"; "context": "context"; }, {}, never, ["*"], false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AmplifySlotComponent, "amplify-slot", never, { "name": { "alias": "name"; "required": false; }; "context": { "alias": "context"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -6,5 +6,5 @@ export declare class AmplifySlotDirective {
|
|
|
6
6
|
constructor(template: TemplateRef<unknown>);
|
|
7
7
|
set amplifySlot(component: string);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AmplifySlotDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AmplifySlotDirective, "[amplifySlot]", never, { "amplifySlot": "amplifySlot"; }, {}, never, never, false>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AmplifySlotDirective, "[amplifySlot]", never, { "amplifySlot": { "alias": "amplifySlot"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-angular",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"directory": "packages/angular/projects/ui-angular"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"@angular/core": ">=
|
|
12
|
-
"@angular/common": ">=
|
|
11
|
+
"@angular/core": ">= 19.0.0",
|
|
12
|
+
"@angular/common": ">= 19.0.0",
|
|
13
13
|
"aws-amplify": "^6.14.3",
|
|
14
|
-
"rxjs": "^6.5.3 || ^7.4.0"
|
|
14
|
+
"rxjs": "^6.5.3 || ^7.4.0 || ^8.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@aws-amplify/ui": "6.
|
|
17
|
+
"@aws-amplify/ui": "6.14.0",
|
|
18
18
|
"nanoid": "3.3.8",
|
|
19
19
|
"qrcode": "1.5.0",
|
|
20
20
|
"tslib": "^2.5.2",
|
|
@@ -23,11 +23,7 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"directory": "../../dist/ui-angular"
|
|
25
25
|
},
|
|
26
|
-
"module": "
|
|
27
|
-
"es2020": "fesm2020/aws-amplify-ui-angular.mjs",
|
|
28
|
-
"esm2020": "esm2020/aws-amplify-ui-angular.mjs",
|
|
29
|
-
"fesm2020": "fesm2020/aws-amplify-ui-angular.mjs",
|
|
30
|
-
"fesm2015": "fesm2015/aws-amplify-ui-angular.mjs",
|
|
26
|
+
"module": "fesm2022/aws-amplify-ui-angular.mjs",
|
|
31
27
|
"typings": "index.d.ts",
|
|
32
28
|
"exports": {
|
|
33
29
|
"./package.json": {
|
|
@@ -35,11 +31,7 @@
|
|
|
35
31
|
},
|
|
36
32
|
".": {
|
|
37
33
|
"types": "./index.d.ts",
|
|
38
|
-
"
|
|
39
|
-
"es2020": "./fesm2020/aws-amplify-ui-angular.mjs",
|
|
40
|
-
"es2015": "./fesm2015/aws-amplify-ui-angular.mjs",
|
|
41
|
-
"node": "./fesm2015/aws-amplify-ui-angular.mjs",
|
|
42
|
-
"default": "./fesm2020/aws-amplify-ui-angular.mjs"
|
|
34
|
+
"default": "./fesm2022/aws-amplify-ui-angular.mjs"
|
|
43
35
|
}
|
|
44
36
|
},
|
|
45
37
|
"sideEffects": false
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "5.
|
|
1
|
+
export declare const VERSION = "5.2.0";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFtcGxpZnktdWktYW5ndWxhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3VpLWFuZ3VsYXIvc3JjL2F3cy1hbXBsaWZ5LXVpLWFuZ3VsYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
package/esm2020/index.mjs
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of ui-angular
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Modules
|
|
6
|
-
*/
|
|
7
|
-
export { AmplifyAuthenticatorModule } from './lib/components/authenticator/authenticator.module';
|
|
8
|
-
/**
|
|
9
|
-
* Components
|
|
10
|
-
*/
|
|
11
|
-
export * from './lib/components/authenticator/components';
|
|
12
|
-
export * from './lib/primitives';
|
|
13
|
-
/**
|
|
14
|
-
* Helpers
|
|
15
|
-
*/
|
|
16
|
-
export * from './lib/common';
|
|
17
|
-
/**
|
|
18
|
-
* Directives
|
|
19
|
-
*/
|
|
20
|
-
export * from './lib/utilities/amplify-slot/amplify-slot.directive';
|
|
21
|
-
/**
|
|
22
|
-
* Services
|
|
23
|
-
*/
|
|
24
|
-
export * from './lib/services/custom-components.service';
|
|
25
|
-
export * from './lib/services/authenticator.service';
|
|
26
|
-
/**
|
|
27
|
-
* Re-export public APIs from `@aws-amplify/ui`
|
|
28
|
-
*/
|
|
29
|
-
export { translations } from '@aws-amplify/ui';
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy91aS1hbmd1bGFyL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVIOztHQUVHO0FBQ0gsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scURBQXFELENBQUM7QUFFakc7O0dBRUc7QUFDSCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsa0JBQWtCLENBQUM7QUFFakM7O0dBRUc7QUFDSCxjQUFjLGNBQWMsQ0FBQztBQUU3Qjs7R0FFRztBQUNILGNBQWMscURBQXFELENBQUM7QUFFcEU7O0dBRUc7QUFDSCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsc0NBQXNDLENBQUM7QUFFckQ7O0dBRUc7QUFDSCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIHVpLWFuZ3VsYXJcbiAqL1xuXG4vKipcbiAqIE1vZHVsZXNcbiAqL1xuZXhwb3J0IHsgQW1wbGlmeUF1dGhlbnRpY2F0b3JNb2R1bGUgfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2F1dGhlbnRpY2F0b3IvYXV0aGVudGljYXRvci5tb2R1bGUnO1xuXG4vKipcbiAqIENvbXBvbmVudHNcbiAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9hdXRoZW50aWNhdG9yL2NvbXBvbmVudHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJpbWl0aXZlcyc7XG5cbi8qKlxuICogSGVscGVyc1xuICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24nO1xuXG4vKipcbiAqIERpcmVjdGl2ZXNcbiAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbGl0aWVzL2FtcGxpZnktc2xvdC9hbXBsaWZ5LXNsb3QuZGlyZWN0aXZlJztcblxuLyoqXG4gKiBTZXJ2aWNlc1xuICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcy9jdXN0b20tY29tcG9uZW50cy5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlcnZpY2VzL2F1dGhlbnRpY2F0b3Iuc2VydmljZSc7XG5cbi8qKlxuICogUmUtZXhwb3J0IHB1YmxpYyBBUElzIGZyb20gYEBhd3MtYW1wbGlmeS91aWBcbiAqL1xuZXhwb3J0IHsgdHJhbnNsYXRpb25zIH0gZnJvbSAnQGF3cy1hbXBsaWZ5L3VpJztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { defaultFormFieldOptions } from '@aws-amplify/ui';
|
|
2
|
-
export const getAttributeMap = () => defaultFormFieldOptions;
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscGVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWFuZ3VsYXIvc3JjL2xpYi9jb21tb24vaGVscGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUcxRCxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQTBCLEdBQUcsRUFBRSxDQUN6RCx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGRlZmF1bHRGb3JtRmllbGRPcHRpb25zIH0gZnJvbSAnQGF3cy1hbXBsaWZ5L3VpJztcbmltcG9ydCB7IEF0dHJpYnV0ZUluZm9Qcm92aWRlciB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgY29uc3QgZ2V0QXR0cmlidXRlTWFwOiBBdHRyaWJ1dGVJbmZvUHJvdmlkZXIgPSAoKSA9PlxuICBkZWZhdWx0Rm9ybUZpZWxkT3B0aW9ucztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './types';
|
|
2
|
-
export * from './helpers';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1hbmd1bGFyL3NyYy9saWIvY29tbW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsV0FBVyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90eXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL2hlbHBlcnMnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0aC10eXBlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWFuZ3VsYXIvc3JjL2xpYi9jb21tb24vdHlwZXMvYXV0aC10eXBlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgRGVmYXVsdEZvcm1GaWVsZE9wdGlvbnMsXG4gIEF1dGhlbnRpY2F0b3JTZXJ2aWNlRmFjYWRlLFxufSBmcm9tICdAYXdzLWFtcGxpZnkvdWknO1xuXG4vLyBtYXBzIGF1dGggYXR0cmlidXRlIHRvIGl0cyByZXBzZWN0aXZlIGxhYmVscyBhbmQgcGxhY2Vob2xkZXJcbmV4cG9ydCB0eXBlIEF0dHJpYnV0ZUluZm9Qcm92aWRlciA9ICgpID0+IERlZmF1bHRGb3JtRmllbGRPcHRpb25zO1xuXG5leHBvcnQgdHlwZSBBdXRoU3Vic2NyaXB0aW9uQ2FsbGJhY2sgPSAoXG4gIHN0YXRlOiBBdXRoZW50aWNhdG9yU2VydmljZUZhY2FkZVxuKSA9PiB2b2lkO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LXR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktYW5ndWxhci9zcmMvbGliL2NvbW1vbi90eXBlcy9jb21wb25lbnQtdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEV2ZW50RW1pdHRlciwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEF1dGhGb3JtRGF0YSB9IGZyb20gJ0Bhd3MtYW1wbGlmeS91aSc7XG5cbi8qKlxuICogTWFwcyBjdXN0b20gY29tcG9uZW50cyBmcm9tIGN1c3RvbWVyIHRvIHRoZSBuYW1lIG9mIHRoZSBjb21wb25lbnQgaXQncyBvdmVycmlkaW5nLlxuICovXG5leHBvcnQgdHlwZSBDdXN0b21Db21wb25lbnRzID0gUmVjb3JkPHN0cmluZywgVGVtcGxhdGVSZWY8dW5rbm93bj4+O1xuXG4vKipcbiAqIENvbnRhaW5zIHByb3BlcnRpZXMgdG8gYmUgcGFzc2VkIHRvIGVhY2ggYXV0aCBzdWJjb21wb25lbnRzLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFByb3BDb250ZXh0IHtcbiAgc2lnbkluPzoge1xuICAgIG9uU2lnbkluSW5wdXQ6IEV2ZW50RW1pdHRlcjxBdXRoRm9ybURhdGE+O1xuICAgIG9uU2lnbkluU3VibWl0OiBFdmVudEVtaXR0ZXI8QXV0aEZvcm1EYXRhPjtcbiAgfTtcbiAgc2lnblVwPzoge1xuICAgIG9uU2lnblVwSW5wdXQ6IEV2ZW50RW1pdHRlcjxBdXRoRm9ybURhdGE+O1xuICAgIG9uU2lnblVwU3VibWl0OiBFdmVudEVtaXR0ZXI8QXV0aEZvcm1EYXRhPjtcbiAgfTtcbiAgY29uZmlybVNpZ25VcD86IHtcbiAgICBvbkNvbmZpcm1TaWduVXBJbnB1dDogRXZlbnRFbWl0dGVyPEF1dGhGb3JtRGF0YT47XG4gICAgb25Db25maXJtU2lnblVwU3VibWl0OiBFdmVudEVtaXR0ZXI8QXV0aEZvcm1EYXRhPjtcbiAgfTtcbn1cbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './auth-types';
|
|
2
|
-
export * from './component-types';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1hbmd1bGFyL3NyYy9saWIvY29tbW9uL3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2F1dGgtdHlwZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnQtdHlwZXMnO1xuIl19
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
/**
|
|
4
|
-
* Note: Angular components and directives inside module files has to be imported directly.
|
|
5
|
-
*
|
|
6
|
-
* Related: https://github.com/ng-packagr/ng-packagr/issues/567
|
|
7
|
-
*/
|
|
8
|
-
import { AuthenticatorComponent } from './components/authenticator/authenticator.component';
|
|
9
|
-
import { ConfirmResetPasswordComponent } from './components/confirm-reset-password/amplify-confirm-reset-password.component';
|
|
10
|
-
import { ConfirmSignInComponent } from './components/confirm-sign-in/confirm-sign-in.component';
|
|
11
|
-
import { ConfirmSignUpComponent } from './components/confirm-sign-up/confirm-sign-up.component';
|
|
12
|
-
import { ConfirmVerifyUserComponent } from './components/confirm-verify-user/amplify-confirm-verify-user.component';
|
|
13
|
-
import { FederatedSignInButtonComponent } from './components/federated-sign-in-button/federated-sign-in-button.component';
|
|
14
|
-
import { FederatedSignInComponent } from './components/federated-sign-in/federated-sign-in.component';
|
|
15
|
-
import { ForceNewPasswordComponent } from './components/force-new-password/force-new-password.component';
|
|
16
|
-
import { ForceNewPasswordFormFieldsComponent } from './components/force-new-password/force-new-password-form-fields/force-new-password-form-fields.component';
|
|
17
|
-
import { FormFieldComponent } from './components/form-field/form-field.component';
|
|
18
|
-
import { ForgotPasswordComponent } from './components/forgot-password/forgot-password.component';
|
|
19
|
-
import { SelectMfaTypeComponent } from './components/select-mfa-type/select-mfa-type.component';
|
|
20
|
-
import { SetupEmailComponent } from './components/setup-email/setup-email.component';
|
|
21
|
-
import { SetupTotpComponent } from './components/setup-totp/setup-totp.component';
|
|
22
|
-
import { SignInComponent } from './components/sign-in/sign-in.component';
|
|
23
|
-
import { SignUpComponent } from './components/sign-up/sign-up.component';
|
|
24
|
-
import { SignUpFormFieldsComponent } from './components/sign-up/sign-up-form-fields/sign-up-form-fields.component';
|
|
25
|
-
import { VerifyUserComponent } from './components/verify-user/verify-user.component';
|
|
26
|
-
import { BaseFormFieldsComponent } from './components/base-form-fields/base-form-fields.component';
|
|
27
|
-
import { ButtonComponent } from '../../primitives/button/button.component';
|
|
28
|
-
import { CheckboxComponent } from '../../primitives/checkbox/checkbox.component';
|
|
29
|
-
import { ErrorComponent } from '../../primitives/error/error.component';
|
|
30
|
-
import { PasswordFieldComponent } from '../../primitives/password-field/password-field.component';
|
|
31
|
-
import { PhoneNumberFieldComponent } from '../../primitives/phone-number-field/phone-number-field.component';
|
|
32
|
-
import { SelectComponent } from '../../primitives/select/select.component';
|
|
33
|
-
import { TabItemComponent } from '../../primitives/tab-item/tab-item.component';
|
|
34
|
-
import { TabsComponent } from '../../primitives/tabs/tabs.component';
|
|
35
|
-
import { TextFieldComponent } from '../../primitives/text-field/text-field.component';
|
|
36
|
-
import { AmplifySlotComponent } from '../../utilities/amplify-slot/amplify-slot.component';
|
|
37
|
-
import { AmplifySlotDirective } from '../../utilities/amplify-slot/amplify-slot.directive';
|
|
38
|
-
import * as i0 from "@angular/core";
|
|
39
|
-
export class AmplifyAuthenticatorModule {
|
|
40
|
-
}
|
|
41
|
-
AmplifyAuthenticatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: AmplifyAuthenticatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
42
|
-
AmplifyAuthenticatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: AmplifyAuthenticatorModule, declarations: [AmplifySlotComponent,
|
|
43
|
-
AmplifySlotDirective,
|
|
44
|
-
AuthenticatorComponent,
|
|
45
|
-
BaseFormFieldsComponent,
|
|
46
|
-
ButtonComponent,
|
|
47
|
-
CheckboxComponent,
|
|
48
|
-
ConfirmResetPasswordComponent,
|
|
49
|
-
ConfirmSignInComponent,
|
|
50
|
-
ConfirmSignUpComponent,
|
|
51
|
-
ConfirmVerifyUserComponent,
|
|
52
|
-
ErrorComponent,
|
|
53
|
-
FederatedSignInButtonComponent,
|
|
54
|
-
FederatedSignInComponent,
|
|
55
|
-
ForceNewPasswordComponent,
|
|
56
|
-
ForceNewPasswordFormFieldsComponent,
|
|
57
|
-
FormFieldComponent,
|
|
58
|
-
PasswordFieldComponent,
|
|
59
|
-
PhoneNumberFieldComponent,
|
|
60
|
-
ForgotPasswordComponent,
|
|
61
|
-
SelectComponent,
|
|
62
|
-
SelectMfaTypeComponent,
|
|
63
|
-
SetupEmailComponent,
|
|
64
|
-
SetupTotpComponent,
|
|
65
|
-
SignInComponent,
|
|
66
|
-
SignUpComponent,
|
|
67
|
-
SignUpFormFieldsComponent,
|
|
68
|
-
TabItemComponent,
|
|
69
|
-
TabsComponent,
|
|
70
|
-
TextFieldComponent,
|
|
71
|
-
VerifyUserComponent], imports: [CommonModule], exports: [AmplifySlotDirective,
|
|
72
|
-
AuthenticatorComponent,
|
|
73
|
-
CheckboxComponent,
|
|
74
|
-
SignUpFormFieldsComponent,
|
|
75
|
-
ForceNewPasswordFormFieldsComponent,
|
|
76
|
-
TextFieldComponent] });
|
|
77
|
-
AmplifyAuthenticatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: AmplifyAuthenticatorModule, imports: [CommonModule] });
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: AmplifyAuthenticatorModule, decorators: [{
|
|
79
|
-
type: NgModule,
|
|
80
|
-
args: [{
|
|
81
|
-
declarations: [
|
|
82
|
-
AmplifySlotComponent,
|
|
83
|
-
AmplifySlotDirective,
|
|
84
|
-
AuthenticatorComponent,
|
|
85
|
-
BaseFormFieldsComponent,
|
|
86
|
-
ButtonComponent,
|
|
87
|
-
CheckboxComponent,
|
|
88
|
-
ConfirmResetPasswordComponent,
|
|
89
|
-
ConfirmSignInComponent,
|
|
90
|
-
ConfirmSignUpComponent,
|
|
91
|
-
ConfirmVerifyUserComponent,
|
|
92
|
-
ErrorComponent,
|
|
93
|
-
FederatedSignInButtonComponent,
|
|
94
|
-
FederatedSignInComponent,
|
|
95
|
-
ForceNewPasswordComponent,
|
|
96
|
-
ForceNewPasswordFormFieldsComponent,
|
|
97
|
-
FormFieldComponent,
|
|
98
|
-
PasswordFieldComponent,
|
|
99
|
-
PhoneNumberFieldComponent,
|
|
100
|
-
ForgotPasswordComponent,
|
|
101
|
-
SelectComponent,
|
|
102
|
-
SelectMfaTypeComponent,
|
|
103
|
-
SetupEmailComponent,
|
|
104
|
-
SetupTotpComponent,
|
|
105
|
-
SignInComponent,
|
|
106
|
-
SignUpComponent,
|
|
107
|
-
SignUpFormFieldsComponent,
|
|
108
|
-
TabItemComponent,
|
|
109
|
-
TabsComponent,
|
|
110
|
-
TextFieldComponent,
|
|
111
|
-
VerifyUserComponent,
|
|
112
|
-
],
|
|
113
|
-
imports: [CommonModule],
|
|
114
|
-
exports: [
|
|
115
|
-
AmplifySlotDirective,
|
|
116
|
-
AuthenticatorComponent,
|
|
117
|
-
CheckboxComponent,
|
|
118
|
-
SignUpFormFieldsComponent,
|
|
119
|
-
ForceNewPasswordFormFieldsComponent,
|
|
120
|
-
TextFieldComponent,
|
|
121
|
-
],
|
|
122
|
-
}]
|
|
123
|
-
}] });
|
|
124
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0aGVudGljYXRvci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy9hdXRoZW50aWNhdG9yL2F1dGhlbnRpY2F0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRS9DOzs7O0dBSUc7QUFDSCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxvREFBb0QsQ0FBQztBQUM1RixPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSw4RUFBOEUsQ0FBQztBQUM3SCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNoRyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNoRyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx3RUFBd0UsQ0FBQztBQUNwSCxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSwwRUFBMEUsQ0FBQztBQUMxSCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw4REFBOEQsQ0FBQztBQUN6RyxPQUFPLEVBQUUsbUNBQW1DLEVBQUUsTUFBTSx5R0FBeUcsQ0FBQztBQUM5SixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUNsRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNqRyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNoRyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUNyRixPQUFPLEVBQUUsa0JBQWtCLEVB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QkFDdEIsaUJBQWlCO3dCQUNqQix5QkFBeUI7d0JBQ3pCLG1DQUFtQzt3QkFDbkMsa0JBQWtCO3FCQUNuQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG4vKipcbiAqIE5vdGU6IEFuZ3VsYXIgY29tcG9uZW50cyBhbmQgZGlyZWN0aXZlcyBpbnNpZGUgbW9kdWxlIGZpbGVzIGhhcyB0byBiZSBpbXBvcnRlZCBkaXJlY3RseS5cbiAqXG4gKiBSZWxhdGVkOiBodHRwczovL2dpdGh1Yi5jb20vbmctcGFja2Fnci9uZy1wYWNrYWdyL2lzc3Vlcy81NjdcbiAqL1xuaW1wb3J0IHsgQXV0aGVudGljYXRvckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9hdXRoZW50aWNhdG9yL2F1dGhlbnRpY2F0b3IuY29tcG9uZW50JztcbmltcG9ydCB7IENvbmZpcm1SZXNldFBhc3N3b3JkQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NvbmZpcm0tcmVzZXQtcGFzc3dvcmQvYW1wbGlmeS1jb25maXJtLXJlc2V0LXBhc3N3b3JkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb25maXJtU2lnbkluQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NvbmZpcm0tc2lnbi1pbi9jb25maXJtLXNpZ24taW4uY29tcG9uZW50JztcbmltcG9ydCB7IENvbmZpcm1TaWduVXBDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY29uZmlybS1zaWduLXVwL2NvbmZpcm0tc2lnbi11cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29uZmlybVZlcmlmeVVzZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY29uZmlybS12ZXJpZnktdXNlci9hbXBsaWZ5LWNvbmZpcm0tdmVyaWZ5LXVzZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEZlZGVyYXRlZFNpZ25JbkJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9mZWRlcmF0ZWQtc2lnbi1pbi1idXR0b24vZmVkZXJhdGVkLXNpZ24taW4tYnV0dG9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGZWRlcmF0ZWRTaWduSW5Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZmVkZXJhdGVkLXNpZ24taW4vZmVkZXJhdGVkLXNpZ24taW4uY29tcG9uZW50JztcbmltcG9ydCB7IEZvcmNlTmV3UGFzc3dvcmRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZm9yY2UtbmV3LXBhc3N3b3JkL2ZvcmNlLW5ldy1wYXNzd29yZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRm9yY2VOZXdQYXNzd29yZEZvcm1GaWVsZHNDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZm9yY2UtbmV3LXBhc3N3b3JkL2ZvcmNlLW5ldy1wYXNzd29yZC1mb3JtLWZpZWxkcy9mb3JjZS1uZXctcGFzc3dvcmQtZm9ybS1maWVsZHMuY29tcG9uZW50JztcbmltcG9ydCB7IEZvcm1GaWVsZENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9mb3JtLWZpZWxkL2Zvcm0tZmllbGQuY29tcG9uZW50JztcbmltcG9ydCB7IEZvcmdvdFBhc3N3b3JkQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2ZvcmdvdC1wYXNzd29yZC9mb3Jnb3QtcGFzc3dvcmQuY29tcG9uZW50JztcbmltcG9ydCB7IFNlbGVjdE1mYVR5cGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvc2VsZWN0LW1mYS10eXBlL3NlbGVjdC1tZmEtdHlwZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2V0dXBFbWFpbENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9zZXR1cC1lbWFpbC9zZXR1cC1lbWFpbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2V0dXBUb3RwQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3NldHVwLXRvdHAvc2V0dXAtdG90cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2lnbkluQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3NpZ24taW4vc2lnbi1pbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2lnblVwQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3NpZ24tdXAvc2lnbi11cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2lnblVwRm9ybUZpZWxkc0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9zaWduLXVwL3NpZ24tdXAtZm9ybS1maWVsZHMvc2lnbi11cC1mb3JtLWZpZWxkcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgVmVyaWZ5VXNlckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy92ZXJpZnktdXNlci92ZXJpZnktdXNlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQmFzZUZvcm1GaWVsZHNDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvYmFzZS1mb3JtLWZpZWxkcy9iYXNlLWZvcm0tZmllbGRzLmNvbXBvbmVudCc7XG5cbmltcG9ydCB7IEJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4uLy4uL3ByaW1pdGl2ZXMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2hlY2tib3hDb21wb25lbnQgfSBmcm9tICcuLi8uLi9wcmltaXRpdmVzL2NoZWNrYm94L2NoZWNrYm94LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFcnJvckNvbXBvbmVudCB9IGZyb20gJy4uLy4uL3ByaW1pdGl2ZXMvZXJyb3IvZXJyb3IuY29tcG9uZW50JztcbmltcG9ydCB7IFBhc3N3b3JkRmllbGRDb21wb25lbnQgfSBmcm9tICcuLi8uLi9wcmltaXRpdmVzL3Bhc3N3b3JkLWZpZWxkL3Bhc3N3b3JkLWZpZWxkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBQaG9uZU51bWJlckZpZWxkQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vcHJpbWl0aXZlcy9waG9uZS1udW1iZXItZmllbGQvcGhvbmUtbnVtYmVyLWZpZWxkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTZWxlY3RDb21wb25lbnQgfSBmcm9tICcuLi8uLi9wcmltaXRpdmVzL3NlbGVjdC9zZWxlY3QuY29tcG9uZW50JztcbmltcG9ydCB7IFRhYkl0ZW1Db21wb25lbnQgfSBmcm9tICcuLi8uLi9wcmltaXRpdmVzL3RhYi1pdGVtL3RhYi1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBUYWJzQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vcHJpbWl0aXZlcy90YWJzL3RhYnMuY29tcG9uZW50JztcbmltcG9ydCB7IFRleHRGaWVsZENvbXBvbmVudCB9IGZyb20gJy4uLy4uL3ByaW1pdGl2ZXMvdGV4dC1maWVsZC90ZXh0LWZpZWxkLmNvbXBvbmVudCc7XG5cbmltcG9ydCB7IEFtcGxpZnlTbG90Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vdXRpbGl0aWVzL2FtcGxpZnktc2xvdC9hbXBsaWZ5LXNsb3QuY29tcG9uZW50JztcbmltcG9ydCB7IEFtcGxpZnlTbG90RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vdXRpbGl0aWVzL2FtcGxpZnktc2xvdC9hbXBsaWZ5LXNsb3QuZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQW1wbGlmeVNsb3RDb21wb25lbnQsXG4gICAgQW1wbGlmeVNsb3REaXJlY3RpdmUsXG4gICAgQXV0aGVudGljYXRvckNvbXBvbmVudCxcbiAgICBCYXNlRm9ybUZpZWxkc0NvbXBvbmVudCxcbiAgICBCdXR0b25Db21wb25lbnQsXG4gICAgQ2hlY2tib3hDb21wb25lbnQsXG4gICAgQ29uZmlybVJlc2V0UGFzc3dvcmRDb21wb25lbnQsXG4gICAgQ29uZmlybVNpZ25JbkNvbXBvbmVudCxcbiAgICBDb25maXJtU2lnblVwQ29tcG9uZW50LFxuICAgIENvbmZpcm1WZXJpZnlVc2VyQ29tcG9uZW50LFxuICAgIEVycm9yQ29tcG9uZW50LFxuICAgIEZlZGVyYXRlZFNpZ25JbkJ1dHRvbkNvbXBvbmVudCxcbiAgICBGZWRlcmF0ZWRTaWduSW5Db21wb25lbnQsXG4gICAgRm9yY2VOZXdQYXNzd29yZENvbXBvbmVudCxcbiAgICBGb3JjZU5ld1Bhc3N3b3JkRm9ybUZpZWxkc0NvbXBvbmVudCxcbiAgICBGb3JtRmllbGRDb21wb25lbnQsXG4gICAgUGFzc3dvcmRGaWVsZENvbXBvbmVudCxcbiAgICBQaG9uZU51bWJlckZpZWxkQ29tcG9uZW50LFxuICAgIEZvcmdvdFBhc3N3b3JkQ29tcG9uZW50LFxuICAgIFNlbGVjdENvbXBvbmVudCxcbiAgICBTZWxlY3RNZmFUeXBlQ29tcG9uZW50LFxuICAgIFNldHVwRW1haWxDb21wb25lbnQsXG4gICAgU2V0dXBUb3RwQ29tcG9uZW50LFxuICAgIFNpZ25JbkNvbXBvbmVudCxcbiAgICBTaWduVXBDb21wb25lbnQsXG4gICAgU2lnblVwRm9ybUZpZWxkc0NvbXBvbmVudCxcbiAgICBUYWJJdGVtQ29tcG9uZW50LFxuICAgIFRhYnNDb21wb25lbnQsXG4gICAgVGV4dEZpZWxkQ29tcG9uZW50LFxuICAgIFZlcmlmeVVzZXJDb21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbXG4gICAgQW1wbGlmeVNsb3REaXJlY3RpdmUsXG4gICAgQXV0aGVudGljYXRvckNvbXBvbmVudCxcbiAgICBDaGVja2JveENvbXBvbmVudCxcbiAgICBTaWduVXBGb3JtRmllbGRzQ29tcG9uZW50LFxuICAgIEZvcmNlTmV3UGFzc3dvcmRGb3JtRmllbGRzQ29tcG9uZW50LFxuICAgIFRleHRGaWVsZENvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQW1wbGlmeUF1dGhlbnRpY2F0b3JNb2R1bGUge31cbiJdfQ==
|