@aws-amplify/ui-vue 2.3.2 → 2.3.5
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/alias-control.vue.d.ts +27 -22
- package/dist/components/alias-control.vue.d.ts.map +1 -1
- package/dist/components/authenticator-force-new-password-form-fields.vue.d.ts +1 -1
- package/dist/components/authenticator-force-new-password-form-fields.vue.d.ts.map +1 -1
- package/dist/components/authenticator-sign-up-form-fields.vue.d.ts +1 -1
- package/dist/components/authenticator-sign-up-form-fields.vue.d.ts.map +1 -1
- package/dist/components/authenticator.vue.d.ts +14 -20
- package/dist/components/authenticator.vue.d.ts.map +1 -1
- package/dist/components/confirm-reset-password.vue.d.ts +1 -1
- package/dist/components/confirm-sign-in.vue.d.ts +1 -1
- package/dist/components/confirm-sign-up.vue.d.ts +1 -1
- package/dist/components/confirm-verify-user.vue.d.ts +1 -1
- package/dist/components/federated-sign-in-button.vue.d.ts +3 -5
- package/dist/components/federated-sign-in-button.vue.d.ts.map +1 -1
- package/dist/components/federated-sign-in.vue.d.ts +1 -1
- package/dist/components/federated-sign-in.vue.d.ts.map +1 -1
- package/dist/components/force-new-password.vue.d.ts +1 -1
- package/dist/components/password-control.vue.d.ts +17 -18
- package/dist/components/password-control.vue.d.ts.map +1 -1
- package/dist/components/primitives/amplify-button.vue.d.ts +9 -13
- package/dist/components/primitives/amplify-button.vue.d.ts.map +1 -1
- package/dist/components/primitives/amplify-check-box.vue.d.ts +5 -5
- package/dist/components/primitives/amplify-text-field.vue.d.ts +32 -21
- package/dist/components/primitives/amplify-text-field.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-field-set.vue.d.ts +1 -1
- package/dist/components/primitives/base-field-set.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-footer.vue.d.ts +1 -1
- package/dist/components/primitives/base-footer.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-form-field.vue.d.ts +8 -7
- package/dist/components/primitives/base-form-field.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-form-fields.vue.d.ts +3 -5
- package/dist/components/primitives/base-form-fields.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-form.vue.d.ts +1 -1
- package/dist/components/primitives/base-form.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-heading.vue.d.ts +6 -5
- package/dist/components/primitives/base-heading.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-input.vue.d.ts +1 -1
- package/dist/components/primitives/base-select.vue.d.ts +6 -8
- package/dist/components/primitives/base-select.vue.d.ts.map +1 -1
- package/dist/components/primitives/base-two-tab-item.vue.d.ts +8 -10
- package/dist/components/primitives/base-two-tab-item.vue.d.ts.map +1 -1
- package/dist/components/primitives/render-info.vue.d.ts +5 -5
- package/dist/components/primitives/render-info.vue.d.ts.map +1 -1
- package/dist/components/reset-password.vue.d.ts +1 -1
- package/dist/components/setup-totp.vue.d.ts +1 -1
- package/dist/components/sign-in.vue.d.ts +1 -1
- package/dist/components/sign-up.vue.d.ts +1 -1
- package/dist/components/verify-user.vue.d.ts +1 -1
- package/dist/composables/useAuth.d.ts +1 -1
- package/dist/index.cjs +14 -87
- package/dist/index.js +1680 -2295
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -26,28 +26,33 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
26
26
|
};
|
|
27
27
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
28
28
|
[key: string]: any;
|
|
29
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
30
|
-
label
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
29
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
label: {
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
name: {
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
placeholder: {
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
autocomplete: {
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
labelHidden: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
required: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
dialCode: null;
|
|
51
|
+
dialCodeList: null;
|
|
52
|
+
type: {
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
}>>, {
|
|
51
56
|
label: string;
|
|
52
57
|
name: string;
|
|
53
58
|
placeholder: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alias-control.vue.d.ts","sourceRoot":"","sources":["../../src/components/alias-control.vue"],"names":[],"mappings":"AAYA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"alias-control.vue.d.ts","sourceRoot":"","sources":["../../src/components/alias-control.vue"],"names":[],"mappings":"AAYA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmHb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
export default _sfc_main;
|
|
5
5
|
//# sourceMappingURL=authenticator-force-new-password-form-fields.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authenticator-force-new-password-form-fields.vue.d.ts","sourceRoot":"","sources":["../../src/components/authenticator-force-new-password-form-fields.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;
|
|
1
|
+
{"version":3,"file":"authenticator-force-new-password-form-fields.vue.d.ts","sourceRoot":"","sources":["../../src/components/authenticator-force-new-password-form-fields.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;oRAMb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
export default _sfc_main;
|
|
5
5
|
//# sourceMappingURL=authenticator-sign-up-form-fields.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authenticator-sign-up-form-fields.vue.d.ts","sourceRoot":"","sources":["../../src/components/authenticator-sign-up-form-fields.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;
|
|
1
|
+
{"version":3,"file":"authenticator-sign-up-form-fields.vue.d.ts","sourceRoot":"","sources":["../../src/components/authenticator-sign-up-form-fields.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;oRAMb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -13,26 +13,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
13
13
|
formFields: null;
|
|
14
14
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("signInSubmit" | "confirmSignUpSubmit" | "resetPasswordSubmit" | "confirmResetPasswordSubmit" | "confirmSignInSubmit" | "mSetupTOTPSubmit" | "forceNewPasswordSubmit" | "signUpSubmit" | "verifyUserSubmit" | "confirmVerifyUserSubmit")[], "signInSubmit" | "confirmSignUpSubmit" | "resetPasswordSubmit" | "confirmResetPasswordSubmit" | "confirmSignInSubmit" | "mSetupTOTPSubmit" | "forceNewPasswordSubmit" | "signUpSubmit" | "verifyUserSubmit" | "confirmVerifyUserSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
17
|
-
hideSignUp
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
loginMechanisms?: any;
|
|
31
|
-
services?: any;
|
|
32
|
-
signUpAttributes?: any;
|
|
33
|
-
socialProviders?: any;
|
|
34
|
-
formFields?: any;
|
|
35
|
-
}> & {
|
|
16
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("signInSubmit" | "confirmSignUpSubmit" | "resetPasswordSubmit" | "confirmResetPasswordSubmit" | "confirmSignInSubmit" | "mSetupTOTPSubmit" | "forceNewPasswordSubmit" | "signUpSubmit" | "verifyUserSubmit" | "confirmVerifyUserSubmit")[], "signInSubmit" | "confirmSignUpSubmit" | "resetPasswordSubmit" | "confirmResetPasswordSubmit" | "confirmSignInSubmit" | "mSetupTOTPSubmit" | "forceNewPasswordSubmit" | "signUpSubmit" | "verifyUserSubmit" | "confirmVerifyUserSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
hideSignUp: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
};
|
|
20
|
+
initialState: null;
|
|
21
|
+
loginMechanisms: null;
|
|
22
|
+
services: null;
|
|
23
|
+
signUpAttributes: null;
|
|
24
|
+
variation: {
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
socialProviders: null;
|
|
28
|
+
formFields: null;
|
|
29
|
+
}>> & {
|
|
36
30
|
onSignInSubmit?: ((...args: any[]) => any) | undefined;
|
|
37
31
|
onConfirmSignUpSubmit?: ((...args: any[]) => any) | undefined;
|
|
38
32
|
onResetPasswordSubmit?: ((...args: any[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authenticator.vue.d.ts","sourceRoot":"","sources":["../../src/components/authenticator.vue"],"names":[],"mappings":"AAmCA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"authenticator.vue.d.ts","sourceRoot":"","sources":["../../src/components/authenticator.vue"],"names":[],"mappings":"AAmCA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkab,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmResetPasswordSubmit" | "backToSignInClicked")[], "confirmResetPasswordSubmit" | "backToSignInClicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmResetPasswordSubmit" | "backToSignInClicked")[], "confirmResetPasswordSubmit" | "backToSignInClicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
4
4
|
onConfirmResetPasswordSubmit?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
onBackToSignInClicked?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}, {}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmSignInSubmit" | "backToSignInClicked")[], "confirmSignInSubmit" | "backToSignInClicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmSignInSubmit" | "backToSignInClicked")[], "confirmSignInSubmit" | "backToSignInClicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
4
4
|
onConfirmSignInSubmit?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
onBackToSignInClicked?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}, {}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmSignUpSubmit" | "lostCodeClicked")[], "confirmSignUpSubmit" | "lostCodeClicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmSignUpSubmit" | "lostCodeClicked")[], "confirmSignUpSubmit" | "lostCodeClicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
4
4
|
onConfirmSignUpSubmit?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
onLostCodeClicked?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}, {}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmVerifyUserSubmit" | "skipClicked")[], "confirmVerifyUserSubmit" | "skipClicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmVerifyUserSubmit" | "skipClicked")[], "confirmVerifyUserSubmit" | "skipClicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
4
4
|
onConfirmVerifyUserSubmit?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
onSkipClicked?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}, {}>;
|
|
@@ -2,10 +2,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2
2
|
provider: StringConstructor;
|
|
3
3
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4
4
|
[key: string]: any;
|
|
5
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
6
|
-
provider
|
|
7
|
-
}
|
|
8
|
-
provider?: string | undefined;
|
|
9
|
-
}>, {}>;
|
|
5
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
provider: StringConstructor;
|
|
7
|
+
}>>, {}>;
|
|
10
8
|
export default _sfc_main;
|
|
11
9
|
//# sourceMappingURL=federated-sign-in-button.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"federated-sign-in-button.vue.d.ts","sourceRoot":"","sources":["../../src/components/federated-sign-in-button.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"federated-sign-in-button.vue.d.ts","sourceRoot":"","sources":["../../src/components/federated-sign-in-button.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;;;;;QAwCb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
export default _sfc_main;
|
|
5
5
|
//# sourceMappingURL=federated-sign-in.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"federated-sign-in.vue.d.ts","sourceRoot":"","sources":["../../src/components/federated-sign-in.vue"],"names":[],"mappings":"AAqFA,QAAA,MAAM,SAAS;;
|
|
1
|
+
{"version":3,"file":"federated-sign-in.vue.d.ts","sourceRoot":"","sources":["../../src/components/federated-sign-in.vue"],"names":[],"mappings":"AAqFA,QAAA,MAAM,SAAS;;oRA0Eb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("haveAccountClicked" | "forceNewPasswordSubmit")[], "haveAccountClicked" | "forceNewPasswordSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("haveAccountClicked" | "forceNewPasswordSubmit")[], "haveAccountClicked" | "forceNewPasswordSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
4
4
|
onHaveAccountClicked?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
onForceNewPasswordSubmit?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}, {}>;
|
|
@@ -16,24 +16,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
};
|
|
17
17
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
20
|
-
name
|
|
21
|
-
label
|
|
22
|
-
autocomplete
|
|
23
|
-
ariainvalid
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}>, {
|
|
19
|
+
}>, 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
|
+
name: null;
|
|
21
|
+
label: null;
|
|
22
|
+
autocomplete: null;
|
|
23
|
+
ariainvalid: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
};
|
|
26
|
+
labelHidden: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
placeholder: null;
|
|
31
|
+
required: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
37
36
|
ariainvalid: boolean;
|
|
38
37
|
labelHidden: boolean;
|
|
39
38
|
required: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"password-control.vue.d.ts","sourceRoot":"","sources":["../../src/components/password-control.vue"],"names":[],"mappings":"
|
|
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"}
|
|
@@ -8,18 +8,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
8
8
|
fontWeight: null;
|
|
9
9
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10
10
|
[key: string]: any;
|
|
11
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
12
|
-
type
|
|
13
|
-
fullWidth
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
size?: any;
|
|
21
|
-
variation?: any;
|
|
22
|
-
fontWeight?: any;
|
|
23
|
-
}>, {}>;
|
|
11
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
type: null;
|
|
13
|
+
fullWidth: {
|
|
14
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
15
|
+
};
|
|
16
|
+
size: null;
|
|
17
|
+
variation: null;
|
|
18
|
+
fontWeight: null;
|
|
19
|
+
}>>, {}>;
|
|
24
20
|
export default _sfc_main;
|
|
25
21
|
//# sourceMappingURL=amplify-button.vue.d.ts.map
|
|
@@ -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;;;;;;;;;;;;;;;;;;QA0Bb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -4,11 +4,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
};
|
|
5
5
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
6
|
[key: string]: any;
|
|
7
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
8
|
-
errorMessage
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
7
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
errorMessage: {
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>>, {
|
|
12
12
|
errorMessage: string;
|
|
13
13
|
}>;
|
|
14
14
|
export default _sfc_main;
|
|
@@ -31,27 +31,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
31
31
|
};
|
|
32
32
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
35
|
-
label
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
34
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
+
label: {
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
id: {
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
autocomplete: {
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
placeholder: {
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
required: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
disabled: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
name: {
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
type: {
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
hideLabel: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
}>>, {
|
|
55
66
|
label: string;
|
|
56
67
|
id: string;
|
|
57
68
|
autocomplete: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
export default _sfc_main;
|
|
5
5
|
//# sourceMappingURL=base-field-set.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-field-set.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-field-set.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;
|
|
1
|
+
{"version":3,"file":"base-field-set.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-field-set.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;oRAab,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
export default _sfc_main;
|
|
5
5
|
//# sourceMappingURL=base-footer.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-footer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-footer.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;
|
|
1
|
+
{"version":3,"file":"base-footer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-footer.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;oRAab,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -7,13 +7,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
};
|
|
8
8
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
11
|
-
name
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
10
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
name: {
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
formField: {
|
|
15
|
+
default: () => {};
|
|
16
|
+
};
|
|
17
|
+
}>>, {
|
|
17
18
|
name: string;
|
|
18
19
|
formField: {};
|
|
19
20
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-form-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-form-field.vue"],"names":[],"mappings":"AASA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"base-form-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-form-field.vue"],"names":[],"mappings":"AASA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;EAiDb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -2,10 +2,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2
2
|
route: null;
|
|
3
3
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4
4
|
[key: string]: any;
|
|
5
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
6
|
-
route
|
|
7
|
-
}
|
|
8
|
-
route?: any;
|
|
9
|
-
}>, {}>;
|
|
5
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
route: null;
|
|
7
|
+
}>>, {}>;
|
|
10
8
|
export default _sfc_main;
|
|
11
9
|
//# sourceMappingURL=base-form-fields.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-form-fields.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-form-fields.vue"],"names":[],"mappings":"AAQA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"base-form-fields.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-form-fields.vue"],"names":[],"mappings":"AAQA,QAAA,MAAM,SAAS;;;;;;QAsBb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
export default _sfc_main;
|
|
5
5
|
//# sourceMappingURL=base-form.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-form.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;
|
|
1
|
+
{"version":3,"file":"base-form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-form.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;oRAab,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -7,11 +7,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
}>) | (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>[]), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
11
|
-
level
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
10
|
+
}>[]), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
level: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
}>>, {
|
|
15
16
|
level: number;
|
|
16
17
|
}>;
|
|
17
18
|
export default _sfc_main;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-heading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-heading.vue"],"names":[],"mappings":"AACA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"base-heading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-heading.vue"],"names":[],"mappings":"AACA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;EAsBb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
4
4
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
}, {}>;
|
|
6
6
|
export default _sfc_main;
|
|
@@ -5,14 +5,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
5
5
|
options: null;
|
|
6
6
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7
7
|
[key: string]: any;
|
|
8
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:selectValue"[], "update:selectValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
9
|
-
selectValue
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
} & {
|
|
14
|
-
options?: any;
|
|
15
|
-
}> & {
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:selectValue"[], "update:selectValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
selectValue: {
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
options: null;
|
|
13
|
+
}>> & {
|
|
16
14
|
"onUpdate:selectValue"?: ((...args: any[]) => any) | undefined;
|
|
17
15
|
}, {
|
|
18
16
|
selectValue: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-select.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"base-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/base-select.vue"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;EAyBb,CAAC;AACH,eAAe,SAAS,CAAC"}
|
|
@@ -7,16 +7,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
};
|
|
8
8
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
11
|
-
label
|
|
12
|
-
id
|
|
13
|
-
active
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
id?: any;
|
|
19
|
-
}>, {
|
|
10
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
label: null;
|
|
12
|
+
id: null;
|
|
13
|
+
active: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
}>>, {
|
|
20
18
|
active: boolean;
|
|
21
19
|
}>;
|
|
22
20
|
export default _sfc_main;
|
|
@@ -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"}
|
|
@@ -2,10 +2,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2
2
|
info: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}, () => Record<string, any> | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
6
|
-
info
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
5
|
+
}, () => Record<string, any> | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
info: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
};
|
|
9
|
+
}>>, {}>;
|
|
10
10
|
export default _sfc_main;
|
|
11
11
|
//# sourceMappingURL=render-info.vue.d.ts.map
|