@huyooo/ui 0.4.2 → 0.4.4
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/api/Authkit/OAuth.d.ts +3 -0
- package/dist/api/Authkit/Users.d.ts +5 -0
- package/dist/api/Authkit/apps.d.ts +2 -0
- package/dist/api/Authkit/auth.d.ts +5 -0
- package/dist/api/Authkit/verify.d.ts +3 -0
- package/dist/api/Buckets/Files.d.ts +7 -0
- package/dist/api/Buckets.d.ts +2 -0
- package/dist/api/MessageCenter/ChangelogNotifications.d.ts +2 -0
- package/dist/api/MessageCenter/EventNotifications.d.ts +2 -0
- package/dist/api/MessageCenter/MessageNotifications.d.ts +5 -0
- package/dist/api/MessageCenter/NoticeNotifications.d.ts +2 -0
- package/dist/api/Messages.d.ts +2 -0
- package/dist/api/Orders.d.ts +9 -0
- package/dist/api/Referrer.d.ts +1 -0
- package/dist/api/index.d.ts +8 -0
- package/dist/common/MessageCenterOptions.d.ts +12 -0
- package/dist/common/feedbackOptions.d.ts +12 -0
- package/dist/common/payOptions.d.ts +8 -0
- package/dist/common/referrerOptions.d.ts +9 -0
- package/dist/components/Authkit/AppSetting/EmailBinding.vue.d.ts +14 -0
- package/dist/components/Authkit/AppSetting/EmailVerify.vue.d.ts +70 -0
- package/dist/components/Authkit/AppSetting/GithubBinding.vue.d.ts +14 -0
- package/dist/components/Authkit/AppSetting/PasswordUpdate.vue.d.ts +20 -0
- package/dist/components/Authkit/AppSetting/PersonalInformation.vue.d.ts +20 -0
- package/dist/components/Authkit/AppSetting/SetPassword.vue.d.ts +14 -0
- package/dist/components/Authkit/AppSetting.vue.d.ts +11 -0
- package/dist/components/Authkit/Auth/AuthContainer.vue.d.ts +104 -0
- package/dist/components/Authkit/Auth/EmailUpdate.vue.d.ts +68 -0
- package/dist/components/Authkit/Auth/OAuthItem.vue.d.ts +37 -0
- package/dist/components/Authkit/Auth/OAuthList.vue.d.ts +25 -0
- package/dist/components/Authkit/Auth/PasswordAuth.vue.d.ts +30 -0
- package/dist/components/Authkit/Auth/PasswordUpdateAndVerify.vue.d.ts +70 -0
- package/dist/components/Authkit/Auth/ResetPassword.vue.d.ts +34 -0
- package/dist/components/Authkit/Auth/ServiceAgreementAndPrivacyProtection.vue.d.ts +8 -0
- package/dist/components/Authkit/Auth/SignIn.vue.d.ts +47 -0
- package/dist/components/Authkit/Auth/SignUp.vue.d.ts +30 -0
- package/dist/components/Authkit/Auth/SwitchSignIn.vue.d.ts +6 -0
- package/dist/components/Authkit/Auth/SwitchSignUpOrResetPassword.vue.d.ts +8 -0
- package/dist/components/Authkit/Auth/Title.vue.d.ts +53 -0
- package/dist/components/Authkit/Auth.vue.d.ts +30 -0
- package/dist/components/Authkit/AuthModal.vue.d.ts +34 -0
- package/dist/components/Authkit/SendVerifyCode.vue.d.ts +31 -0
- package/dist/components/Collapse.vue.d.ts +32 -0
- package/dist/components/CollapseItem.vue.d.ts +23 -0
- package/dist/components/ContentHead.vue.d.ts +27 -0
- package/dist/components/CustomTable.vue.d.ts +87 -0
- package/dist/components/Ellipsis.vue.d.ts +35 -0
- package/dist/components/Feedback/BubbleEnd.vue.d.ts +71 -0
- package/dist/components/Feedback/BubbleStart.vue.d.ts +62 -0
- package/dist/components/Feedback/Clipboard.vue.d.ts +24 -0
- package/dist/components/Feedback/FeedBackDetails.vue.d.ts +215 -0
- package/dist/components/Feedback/FeedBackFrom.vue.d.ts +26 -0
- package/dist/components/Feedback/FeedBackList.vue.d.ts +48 -0
- package/dist/components/Feedback/FeedBackModal.vue.d.ts +53 -0
- package/dist/components/Feedback/Refresh.vue.d.ts +2 -0
- package/dist/components/Feedback/Screenshots.vue.d.ts +67 -0
- package/dist/components/FooterContact.vue.d.ts +29 -0
- package/dist/components/Gradientbackground.vue.d.ts +79 -0
- package/dist/components/InfiniteLoading.vue.d.ts +29 -0
- package/dist/components/Menu.vue.d.ts +27 -0
- package/dist/components/MenuItem.vue.d.ts +44 -0
- package/dist/components/MessageCenter/AppMessage.vue.d.ts +53 -0
- package/dist/components/MessageCenter/ChangelogNotifications.vue.d.ts +12 -0
- package/dist/components/MessageCenter/ChangelogNotificationsDetails.vue.d.ts +20 -0
- package/dist/components/MessageCenter/CustomTabs.vue.d.ts +44 -0
- package/dist/components/MessageCenter/Details.vue.d.ts +175 -0
- package/dist/components/MessageCenter/EventNotifications.vue.d.ts +12 -0
- package/dist/components/MessageCenter/EventNotificationsDetails.vue.d.ts +20 -0
- package/dist/components/MessageCenter/InfiniteLoading.vue.d.ts +29 -0
- package/dist/components/MessageCenter/MessageCenterHandle.vue.d.ts +106 -0
- package/dist/components/MessageCenter/MessageList.vue.d.ts +101 -0
- package/dist/components/MessageCenter/MessageNotifications.vue.d.ts +12 -0
- package/dist/components/MessageCenter/MessageTabs.vue.d.ts +43 -0
- package/dist/components/MessageCenter/NoticeNotifications.vue.d.ts +12 -0
- package/dist/components/MessageCenter/NoticeNotificationsDetails.vue.d.ts +20 -0
- package/dist/components/Pay/PricingCard.vue.d.ts +130 -0
- package/dist/components/Pay/PricingGrid.vue.d.ts +17 -0
- package/dist/components/Pay/Subscriptions.vue.d.ts +11 -0
- package/dist/components/Referrer/Referees.vue.d.ts +19 -0
- package/dist/components/SvgIcon.vue.d.ts +35 -0
- package/dist/components/User/SubscriptionBaseInformation.vue.d.ts +32 -0
- package/dist/components/User/UserAvatar.vue.d.ts +23 -0
- package/dist/components/User/UserBasicInformation.vue.d.ts +32 -0
- package/dist/components/User/UserButton.vue.d.ts +23 -0
- package/dist/components/User/UserPanel.vue.d.ts +300 -0
- package/dist/components/WidthContainer.vue.d.ts +17 -0
- package/dist/composables/Authkit/useAppsAuthPageInfo.d.ts +163 -0
- package/dist/composables/Authkit/useAuth.d.ts +32 -0
- package/dist/composables/Authkit/useAuthModal.d.ts +3 -0
- package/dist/composables/Authkit/useCreateAndUpdate.d.ts +9 -0
- package/dist/composables/Authkit/useOAuth.d.ts +9 -0
- package/dist/composables/Authkit/useProps.d.ts +7 -0
- package/dist/composables/Authkit/useUsersProfile.d.ts +84 -0
- package/dist/composables/Upload/useCos.d.ts +18 -0
- package/dist/composables/useActiveDoc.d.ts +13 -0
- package/dist/composables/useCreateAndUpdate.d.ts +9 -0
- package/dist/composables/useMessageNotifications.d.ts +35 -0
- package/dist/composables/useTableHandle.d.ts +41 -0
- package/dist/composables/useUserPanelProps.d.ts +7 -0
- package/dist/index.js +98961 -0
- package/dist/main.d.ts +42 -0
- package/dist/style.css +1 -0
- package/dist/types/auth.d.ts +27 -0
- package/dist/types/feedback.d.ts +76 -0
- package/dist/types/users.d.ts +21 -0
- package/dist/utils/authkit.d.ts +2 -0
- package/dist/utils/index.d.ts +54 -0
- package/dist/utils/landingPage.d.ts +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare function oAuthGithubLogin(): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function oAuthGithubCallback(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function oAuthAlipayCallback(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare function usersProfile(data?: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function usersUpdateBaseInfo(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function usersUpdateEmail(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
4
|
+
export declare function usersUpdatePassword(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
5
|
+
export declare function usersUnbindEmail(): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare function authSignIn(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function authSignOut(): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function authResetPassword(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
4
|
+
export declare function authSignUp(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
5
|
+
export declare function oauth2Authorize(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare function verifyEmail(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function verifyEmailRetry(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function verifyPassword(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function filesCreate(data: any, baseURL: string): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function filesDelete(data: any, baseURL: string): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function filesUpdate(data: any, baseURL: string): Promise<import('axios').AxiosResponse<any, any>>;
|
|
4
|
+
export declare function filesFind(data: any, baseURL: string): Promise<import('axios').AxiosResponse<any, any>>;
|
|
5
|
+
export declare function filesFindOne(data: any, baseURL: string): Promise<import('axios').AxiosResponse<any, any>>;
|
|
6
|
+
export declare function filesGetKeyAndCredentials(data: any, baseURL: string): Promise<import('axios').AxiosResponse<any, any>>;
|
|
7
|
+
export declare function filesGetUrl(data: any, baseURL: string): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare function messageNotificationsFind(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function messageNotificationsOwn(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function messageNotificationsFindOne(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
4
|
+
export declare function messageNotificationsRead(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
5
|
+
export declare function messageNotificationsReadAll(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare function orderCreate(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function orderDelete(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function orderUpdate(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
4
|
+
export declare function orderFind(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
5
|
+
export declare function orderFindOne(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
6
|
+
export declare function orderCancel(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
7
|
+
export declare function orderRefund(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
8
|
+
export declare function orderBillQuery(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
9
|
+
export declare function orderMyOrders(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function referrerReferees(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare function feedbackCenterCreate(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function feedbackCenterDelete(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function feedbackCenterUpdate(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
4
|
+
export declare function feedbackCenterFind(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
5
|
+
export declare function feedbackCenterFindOne(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
6
|
+
export declare function feedbackCenterUpdateStatus(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
7
|
+
export declare function feedbackCenterOwn(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
8
|
+
export declare function feedbackCenterUpdateMessages(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const feedbackCenterStatusTypeOptions2: {
|
|
2
|
+
key: string;
|
|
3
|
+
label: string;
|
|
4
|
+
}[];
|
|
5
|
+
export declare const feedbackTypeOptions: {
|
|
6
|
+
key: string;
|
|
7
|
+
label: string;
|
|
8
|
+
}[];
|
|
9
|
+
export declare const feedbackCenterStatusTypeOptions: {
|
|
10
|
+
key: string;
|
|
11
|
+
label: string;
|
|
12
|
+
}[];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const feedbackCenterStatusTypeOptions2: {
|
|
2
|
+
key: string;
|
|
3
|
+
label: string;
|
|
4
|
+
}[];
|
|
5
|
+
export declare const feedbackTypeOptions: {
|
|
6
|
+
key: string;
|
|
7
|
+
label: string;
|
|
8
|
+
}[];
|
|
9
|
+
export declare const feedbackCenterStatusTypeOptions: {
|
|
10
|
+
key: string;
|
|
11
|
+
label: string;
|
|
12
|
+
}[];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
size: {
|
|
10
|
+
type: PropType<FormSizeType>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
email: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
default: () => string;
|
|
8
|
+
};
|
|
9
|
+
size: {
|
|
10
|
+
type: PropType<FormSizeType>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
next: (...args: any[]) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
email: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
default: () => string;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: PropType<FormSizeType>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
email: string;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
30
|
+
formRef: any;
|
|
31
|
+
SendVerifyCodeRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
+
size: {
|
|
33
|
+
type: PropType<FormSizeType>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
loading: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
required: true;
|
|
39
|
+
default: () => boolean;
|
|
40
|
+
};
|
|
41
|
+
}>> & Readonly<{
|
|
42
|
+
onSend?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
}>, {
|
|
44
|
+
startCountFn: () => void;
|
|
45
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
|
+
send: (...args: any[]) => void;
|
|
47
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
48
|
+
P: {};
|
|
49
|
+
B: {};
|
|
50
|
+
D: {};
|
|
51
|
+
C: {};
|
|
52
|
+
M: {};
|
|
53
|
+
Defaults: {};
|
|
54
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
55
|
+
size: {
|
|
56
|
+
type: PropType<FormSizeType>;
|
|
57
|
+
required: true;
|
|
58
|
+
};
|
|
59
|
+
loading: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
required: true;
|
|
62
|
+
default: () => boolean;
|
|
63
|
+
};
|
|
64
|
+
}>> & Readonly<{
|
|
65
|
+
onSend?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
}>, {
|
|
67
|
+
startCountFn: () => void;
|
|
68
|
+
}, {}, {}, {}, {}> | null;
|
|
69
|
+
}, any>;
|
|
70
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
size: {
|
|
10
|
+
type: PropType<FormSizeType>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
submit: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
size: {
|
|
12
|
+
type: PropType<FormSizeType>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{
|
|
16
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
18
|
+
formRef: any;
|
|
19
|
+
}, any>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
submit: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
size: {
|
|
12
|
+
type: PropType<FormSizeType>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{
|
|
16
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
18
|
+
formRef: any;
|
|
19
|
+
}, any>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
size: {
|
|
10
|
+
type: PropType<FormSizeType>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare function setData(data: any, state: false): void;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
|
+
setData: typeof setData;
|
|
4
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
cancel: (...args: any[]) => void;
|
|
6
|
+
confirm: (...args: any[]) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
applicationLogoUrl: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: true;
|
|
14
|
+
default: () => string;
|
|
15
|
+
};
|
|
16
|
+
name: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
default: () => string;
|
|
20
|
+
};
|
|
21
|
+
description: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
required: true;
|
|
24
|
+
default: () => string;
|
|
25
|
+
};
|
|
26
|
+
appHomePage: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
default: () => string;
|
|
30
|
+
};
|
|
31
|
+
backgroundImage: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
required: true;
|
|
34
|
+
default: () => string;
|
|
35
|
+
};
|
|
36
|
+
backgroundColor: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
required: true;
|
|
39
|
+
default: () => string;
|
|
40
|
+
};
|
|
41
|
+
linkColor: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
backgroundType: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
applicationLogoUrl: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
required: true;
|
|
53
|
+
default: () => string;
|
|
54
|
+
};
|
|
55
|
+
name: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
required: true;
|
|
58
|
+
default: () => string;
|
|
59
|
+
};
|
|
60
|
+
description: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
required: true;
|
|
63
|
+
default: () => string;
|
|
64
|
+
};
|
|
65
|
+
appHomePage: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
required: true;
|
|
68
|
+
default: () => string;
|
|
69
|
+
};
|
|
70
|
+
backgroundImage: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
required: true;
|
|
73
|
+
default: () => string;
|
|
74
|
+
};
|
|
75
|
+
backgroundColor: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
required: true;
|
|
78
|
+
default: () => string;
|
|
79
|
+
};
|
|
80
|
+
linkColor: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
backgroundType: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
}>> & Readonly<{}>, {
|
|
89
|
+
name: string;
|
|
90
|
+
description: string;
|
|
91
|
+
applicationLogoUrl: string;
|
|
92
|
+
backgroundType: string;
|
|
93
|
+
backgroundColor: string;
|
|
94
|
+
backgroundImage: string;
|
|
95
|
+
appHomePage: string;
|
|
96
|
+
linkColor: string;
|
|
97
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
98
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
99
|
+
export default _default;
|
|
100
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
101
|
+
new (): {
|
|
102
|
+
$slots: S;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
loading: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
default: () => boolean;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
submit: (...args: any[]) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
size: {
|
|
17
|
+
type: PropType<FormSizeType>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
loading: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
default: () => boolean;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
28
|
+
formRef: any;
|
|
29
|
+
SendVerifyCodeRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
size: {
|
|
31
|
+
type: PropType<FormSizeType>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
loading: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
default: () => boolean;
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{
|
|
40
|
+
onSend?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
}>, {
|
|
42
|
+
startCountFn: () => void;
|
|
43
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
+
send: (...args: any[]) => void;
|
|
45
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
46
|
+
P: {};
|
|
47
|
+
B: {};
|
|
48
|
+
D: {};
|
|
49
|
+
C: {};
|
|
50
|
+
M: {};
|
|
51
|
+
Defaults: {};
|
|
52
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
53
|
+
size: {
|
|
54
|
+
type: PropType<FormSizeType>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
loading: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
required: true;
|
|
60
|
+
default: () => boolean;
|
|
61
|
+
};
|
|
62
|
+
}>> & Readonly<{
|
|
63
|
+
onSend?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
}>, {
|
|
65
|
+
startCountFn: () => void;
|
|
66
|
+
}, {}, {}, {}, {}> | null;
|
|
67
|
+
}, HTMLDivElement>;
|
|
68
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { FormSizeType } from '../../../types/auth';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
icon: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
default: () => string;
|
|
12
|
+
};
|
|
13
|
+
label: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
default: () => string;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
size: {
|
|
20
|
+
type: PropType<FormSizeType>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
icon: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: true;
|
|
26
|
+
default: () => string;
|
|
27
|
+
};
|
|
28
|
+
label: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: true;
|
|
31
|
+
default: () => string;
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
label: string;
|
|
35
|
+
icon: string;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
default: () => string;
|
|
7
|
+
};
|
|
8
|
+
appId: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: () => string;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
size: {
|
|
14
|
+
type: PropType<FormSizeType>;
|
|
15
|
+
default: () => string;
|
|
16
|
+
};
|
|
17
|
+
appId: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: () => string;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{}>, {
|
|
22
|
+
appId: string;
|
|
23
|
+
size: FormSizeType;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
loading: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
default: () => boolean;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
submit: (...args: any[]) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
size: {
|
|
17
|
+
type: PropType<FormSizeType>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
loading: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
default: () => boolean;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
28
|
+
formRef: any;
|
|
29
|
+
}, HTMLDivElement>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: PropType<FormSizeType>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
loading: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
default: () => boolean;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
submit: (...args: any[]) => void;
|
|
15
|
+
signIn: (...args: any[]) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
size: {
|
|
18
|
+
type: PropType<FormSizeType>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
loading: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
required: true;
|
|
24
|
+
default: () => boolean;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
onSignIn?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
30
|
+
formRef: any;
|
|
31
|
+
SendVerifyCodeRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
+
size: {
|
|
33
|
+
type: PropType<FormSizeType>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
loading: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
required: true;
|
|
39
|
+
default: () => boolean;
|
|
40
|
+
};
|
|
41
|
+
}>> & Readonly<{
|
|
42
|
+
onSend?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
}>, {
|
|
44
|
+
startCountFn: () => void;
|
|
45
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
|
+
send: (...args: any[]) => void;
|
|
47
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
48
|
+
P: {};
|
|
49
|
+
B: {};
|
|
50
|
+
D: {};
|
|
51
|
+
C: {};
|
|
52
|
+
M: {};
|
|
53
|
+
Defaults: {};
|
|
54
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
55
|
+
size: {
|
|
56
|
+
type: PropType<FormSizeType>;
|
|
57
|
+
required: true;
|
|
58
|
+
};
|
|
59
|
+
loading: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
required: true;
|
|
62
|
+
default: () => boolean;
|
|
63
|
+
};
|
|
64
|
+
}>> & Readonly<{
|
|
65
|
+
onSend?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
}>, {
|
|
67
|
+
startCountFn: () => void;
|
|
68
|
+
}, {}, {}, {}, {}> | null;
|
|
69
|
+
}, HTMLDivElement>;
|
|
70
|
+
export default _default;
|