@aws-amplify/ui-vue 2.4.8 → 2.4.11
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/README.md +1 -1
- package/dist/components/alias-control.vue.d.ts +9 -0
- package/dist/components/alias-control.vue.d.ts.map +1 -1
- package/dist/components/password-control.vue.d.ts +5 -3
- package/dist/components/password-control.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-form-field.vue.d.ts.map +1 -1
- package/dist/index.cjs +12 -12
- package/dist/index.js +152 -115
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -24,6 +24,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
24
24
|
type: {
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
|
+
hasError: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
};
|
|
30
|
+
describedBy: null;
|
|
27
31
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
28
32
|
[key: string]: any;
|
|
29
33
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -52,6 +56,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
52
56
|
type: {
|
|
53
57
|
default: string;
|
|
54
58
|
};
|
|
59
|
+
hasError: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
};
|
|
62
|
+
describedBy: null;
|
|
55
63
|
}>>, {
|
|
56
64
|
name: string;
|
|
57
65
|
label: string;
|
|
@@ -60,6 +68,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
60
68
|
labelHidden: boolean;
|
|
61
69
|
required: boolean;
|
|
62
70
|
type: string;
|
|
71
|
+
hasError: boolean;
|
|
63
72
|
}>;
|
|
64
73
|
export default _sfc_main;
|
|
65
74
|
//# sourceMappingURL=alias-control.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alias-control.vue.d.ts","sourceRoot":"","sources":["../../src/components/alias-control.vue"],"names":[],"mappings":"AAaA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"alias-control.vue.d.ts","sourceRoot":"","sources":["../../src/components/alias-control.vue"],"names":[],"mappings":"AAaA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiHb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -2,7 +2,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2
2
|
name: null;
|
|
3
3
|
label: null;
|
|
4
4
|
autocomplete: null;
|
|
5
|
-
|
|
5
|
+
hasError: {
|
|
6
6
|
type: BooleanConstructor;
|
|
7
7
|
};
|
|
8
8
|
labelHidden: {
|
|
@@ -14,13 +14,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
14
|
type: BooleanConstructor;
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
|
+
describedBy: null;
|
|
17
18
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
19
|
[key: string]: any;
|
|
19
20
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
21
|
name: null;
|
|
21
22
|
label: null;
|
|
22
23
|
autocomplete: null;
|
|
23
|
-
|
|
24
|
+
hasError: {
|
|
24
25
|
type: BooleanConstructor;
|
|
25
26
|
};
|
|
26
27
|
labelHidden: {
|
|
@@ -32,8 +33,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
32
33
|
type: BooleanConstructor;
|
|
33
34
|
default: boolean;
|
|
34
35
|
};
|
|
36
|
+
describedBy: null;
|
|
35
37
|
}>>, {
|
|
36
|
-
|
|
38
|
+
hasError: boolean;
|
|
37
39
|
labelHidden: boolean;
|
|
38
40
|
required: boolean;
|
|
39
41
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-control.vue.d.ts","sourceRoot":"","sources":["../../src/components/password-control.vue"],"names":[],"mappings":"AAmCA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"password-control.vue.d.ts","sourceRoot":"","sources":["../../src/components/password-control.vue"],"names":[],"mappings":"AAmCA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyFb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-form-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-form-field.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"base-form-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-form-field.vue"],"names":[],"mappings":"AAUA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;EA2Db,CAAC;AACH,eAAe,SAAS,CAAC"}
|