@aws-amplify/ui-vue 2.0.3 → 2.0.7
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/dist/components/authenticator.vue.d.ts.map +1 -1
- package/dist/components/confirm-sign-up.vue.d.ts.map +1 -1
- package/dist/components/primitives/amplify-button.vue.d.ts +4 -2
- package/dist/components/primitives/amplify-button.vue.d.ts.map +1 -1
- package/dist/components/primitives/amplify-text-field.vue.d.ts +2 -0
- package/dist/components/primitives/amplify-text-field.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-two-tab-item.vue.d.ts +1 -0
- package/dist/components/primitives/base-two-tab-item.vue.d.ts.map +1 -1
- package/dist/components/setup-totp.vue.d.ts.map +1 -1
- package/dist/components/sign-in.vue.d.ts.map +1 -1
- package/dist/components/user-name-alias.vue.d.ts +7 -4
- package/dist/components/user-name-alias.vue.d.ts.map +1 -1
- package/dist/composables/useAuth.d.ts.map +1 -1
- package/dist/composables/useUtils.d.ts +3 -0
- package/dist/composables/useUtils.d.ts.map +1 -1
- package/dist/index.cjs +35 -36
- package/dist/index.js +1381 -3249
- package/dist/style.css +1 -1
- package/package.json +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authenticator.vue.d.ts","sourceRoot":"","sources":["../../src/components/authenticator.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"authenticator.vue.d.ts","sourceRoot":"","sources":["../../src/components/authenticator.vue"],"names":[],"mappings":"AA2BA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2Zb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirm-sign-up.vue.d.ts","sourceRoot":"","sources":["../../src/components/confirm-sign-up.vue"],"names":[],"mappings":"AAKA,QAAA,MAAM,SAAS;;;;;
|
|
1
|
+
{"version":3,"file":"confirm-sign-up.vue.d.ts","sourceRoot":"","sources":["../../src/components/confirm-sign-up.vue"],"names":[],"mappings":"AAKA,QAAA,MAAM,SAAS;;;;;MAgLb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
2
|
type: null;
|
|
3
|
-
fullWidth:
|
|
3
|
+
fullWidth: {
|
|
4
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
5
|
+
};
|
|
4
6
|
size: null;
|
|
5
7
|
variation: null;
|
|
6
8
|
fontWeight: null;
|
|
@@ -14,7 +16,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
16
|
fontWeight?: unknown;
|
|
15
17
|
} & {} & {
|
|
16
18
|
type?: any;
|
|
17
|
-
fullWidth?:
|
|
19
|
+
fullWidth?: string | boolean | undefined;
|
|
18
20
|
size?: any;
|
|
19
21
|
variation?: any;
|
|
20
22
|
fontWeight?: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"amplify-button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/amplify-button.vue"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"amplify-button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/amplify-button.vue"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;OA0Bb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"amplify-text-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/amplify-text-field.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"amplify-text-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/amplify-text-field.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+Cb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-two-tab-item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-two-tab-item.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"base-two-tab-item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-two-tab-item.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;EA+Bb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup-totp.vue.d.ts","sourceRoot":"","sources":["../../src/components/setup-totp.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"setup-totp.vue.d.ts","sourceRoot":"","sources":["../../src/components/setup-totp.vue"],"names":[],"mappings":"AAwBA,QAAA,MAAM,SAAS;;;;;MA8Ob,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sign-in.vue.d.ts","sourceRoot":"","sources":["../../src/components/sign-in.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sign-in.vue.d.ts","sourceRoot":"","sources":["../../src/components/sign-in.vue"],"names":[],"mappings":"AAaA,QAAA,MAAM,SAAS;;;;;;MA2Jb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
2
|
userNameAlias: {
|
|
3
|
+
type: BooleanConstructor;
|
|
3
4
|
default: boolean;
|
|
4
5
|
};
|
|
5
6
|
userName: {
|
|
6
7
|
default: string;
|
|
7
8
|
};
|
|
8
|
-
disabled:
|
|
9
|
+
disabled: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
};
|
|
9
12
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10
13
|
[key: string]: any;
|
|
11
14
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
@@ -15,11 +18,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
15
18
|
} & {
|
|
16
19
|
userNameAlias: boolean;
|
|
17
20
|
userName: string;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}>, {
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
} & {}>, {
|
|
21
23
|
userNameAlias: boolean;
|
|
22
24
|
userName: string;
|
|
25
|
+
disabled: boolean;
|
|
23
26
|
}>;
|
|
24
27
|
export default _sfc_main;
|
|
25
28
|
//# sourceMappingURL=user-name-alias.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-name-alias.vue.d.ts","sourceRoot":"","sources":["../../src/components/user-name-alias.vue"],"names":[],"mappings":"AAsBA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"user-name-alias.vue.d.ts","sourceRoot":"","sources":["../../src/components/user-name-alias.vue"],"names":[],"mappings":"AAsBA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;EAiIb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../src/composables/useAuth.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,GAAG,EAAe,MAAM,KAAK,CAAC;AAGtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../src/composables/useAuth.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,GAAG,EAAe,MAAM,KAAK,CAAC;AAGtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAMhD,eAAO,MAAM,OAAO;;;;;;;;;CAKnB,CAAC;AAUF,eAAO,MAAM,gBAAgB,WAE5B,CAAC"}
|
|
@@ -13,6 +13,9 @@ export declare const facade: {
|
|
|
13
13
|
validationErrors: {
|
|
14
14
|
val: string;
|
|
15
15
|
};
|
|
16
|
+
codeDeliveryDetails: {
|
|
17
|
+
val: string;
|
|
18
|
+
};
|
|
16
19
|
change: (data?: AuthEventData | undefined) => null;
|
|
17
20
|
updateForm: (data?: AuthEventData | undefined) => null;
|
|
18
21
|
updateBlur: (data?: AuthEventData | undefined) => null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUtils.d.ts","sourceRoot":"","sources":["../../src/composables/useUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB;;;GAGG;AACH,eAAO,MAAM,UAAU,qBACH,cAAc,EAAE,KACjC,cAAc,EAGK,CAAC;AAEvB,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"useUtils.d.ts","sourceRoot":"","sources":["../../src/composables/useUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB;;;GAGG;AACH,eAAO,MAAM,UAAU,qBACH,cAAc,EAAE,KACjC,cAAc,EAGK,CAAC;AAEvB,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BlB,CAAC"}
|