@huyooo/ui 0.4.72 → 0.4.74
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/{AuthkitAppSetting-CX3_9Jcg.js → AuthkitAuthModal-A8HqP1Bw.js} +1441 -1439
- package/dist/{AuthkitAuthorize-CA0jmnjq.js → AuthkitAuthorize-BlEC4PlY.js} +1 -1
- package/dist/{FeedbackItem-C5WqFEqH.js → FeedbackItem-B_EUApFA.js} +1 -1
- package/dist/{FeedbackModal-BDPw2tu7.js → FeedbackModal-D1htK7xY.js} +34 -33
- package/dist/{MessageHandle-BelPivb3.js → MessageHandle-DkNum5-u.js} +3 -2
- package/dist/UserAccountMenu-C7LQIjwT.js +610 -0
- package/dist/authkit.js +3 -3
- package/dist/common.d.ts +0 -14
- package/dist/common.js +13 -37
- package/dist/components/Authkit/Auth/AuthkitAuthContainer.vue.d.ts +1 -1
- package/dist/components/Authkit/Auth/AuthkitAuthorize.vue.d.ts +1 -1
- package/dist/components/Authkit/Auth/AuthkitOAuthItem.vue.d.ts +1 -1
- package/dist/components/Authkit/AuthkitAuthModal.vue.d.ts +4 -4
- package/dist/components/Feedback/FeedbackBubbleEnd.vue.d.ts +1 -1
- package/dist/components/Feedback/FeedbackBubbleStart.vue.d.ts +1 -1
- package/dist/components/Gradientbackground.vue.d.ts +1 -1
- package/dist/components/LandingPage/LandingPageContact.vue.d.ts +2 -2
- package/dist/components/User/UserBasicInformation.vue.d.ts +1 -1
- package/dist/components/User/UserPanel.vue.d.ts +6 -6
- package/dist/composables.d.ts +2 -2
- package/dist/composables.js +21 -35
- package/dist/feedback.js +2 -2
- package/dist/index.js +154 -159
- package/dist/main.d.ts +1 -4
- package/dist/message.js +1 -1
- package/dist/pay.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useAuthkitAuthModal-hxivJw_U.js → useAuthkitAppsAuthPageInfo-COeq29Tn.js} +13 -13
- package/dist/user.js +6 -7
- package/dist/viewTransitions-C-ZLwiJ0.js +55 -0
- package/package.json +1 -1
- package/dist/UserAccountMenu-BD8F9vEK.js +0 -40
- package/dist/UserPanel-CaaTu1mu.js +0 -576
- package/dist/useActiveDoc-BWHkOJhJ.js +0 -39
- /package/dist/{PaySubscriptions-BRWvLeed.js → PaySubscriptions-l6VlqvBy.js} +0 -0
- /package/dist/{ReferrerReferees-BVj9o5kG.js → ReferrerReferees-BclAtmgX.js} +0 -0
|
@@ -86,8 +86,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
88
|
}>> & Readonly<{}>, {
|
|
89
|
-
name: string;
|
|
90
89
|
description: string;
|
|
90
|
+
name: string;
|
|
91
91
|
applicationLogoUrl: string;
|
|
92
92
|
backgroundType: string;
|
|
93
93
|
backgroundColor: string;
|
|
@@ -93,9 +93,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
};
|
|
94
94
|
}>> & Readonly<{}>, {
|
|
95
95
|
logo: string;
|
|
96
|
-
redirectUri: string;
|
|
97
96
|
title: string;
|
|
98
97
|
state: string;
|
|
98
|
+
redirectUri: string;
|
|
99
99
|
clientId: string;
|
|
100
100
|
responseType: string;
|
|
101
101
|
scope: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
default: () => string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
icon: string;
|
|
35
34
|
label: string;
|
|
35
|
+
icon: string;
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
export default _default;
|
|
@@ -10,10 +10,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
10
|
default: () => string;
|
|
11
11
|
};
|
|
12
12
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
-
toUserServiceAgreement: (...args: any[]) => void;
|
|
14
|
-
toPrivacyPolicy: (...args: any[]) => void;
|
|
15
13
|
confirm: (...args: any[]) => void;
|
|
16
14
|
close: (...args: any[]) => void;
|
|
15
|
+
toUserServiceAgreement: (...args: any[]) => void;
|
|
16
|
+
toPrivacyPolicy: (...args: any[]) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
18
|
size: {
|
|
19
19
|
type: PropType<FormSizeType>;
|
|
@@ -24,10 +24,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
default: () => string;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{
|
|
27
|
-
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
29
27
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
30
28
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
appId: string;
|
|
33
33
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -61,9 +61,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
61
|
}>> & Readonly<{
|
|
62
62
|
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
|
-
type: string;
|
|
65
64
|
value: string;
|
|
66
65
|
avatarUrl: string;
|
|
66
|
+
type: string;
|
|
67
67
|
bubbleStyle: Record<string, any>;
|
|
68
68
|
showRefresh: boolean;
|
|
69
69
|
showClipboard: boolean;
|
|
@@ -53,9 +53,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
}>> & Readonly<{
|
|
54
54
|
"onFooter-click"?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
}>, {
|
|
56
|
-
type: string;
|
|
57
56
|
value: string;
|
|
58
57
|
avatarUrl: string;
|
|
58
|
+
type: string;
|
|
59
59
|
bubbleStyle: Record<string, any>;
|
|
60
60
|
showClipboard: boolean;
|
|
61
61
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -67,11 +67,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
default: () => string;
|
|
68
68
|
};
|
|
69
69
|
}>> & Readonly<{}>, {
|
|
70
|
+
blur: string;
|
|
70
71
|
width: string;
|
|
71
72
|
height: string;
|
|
72
73
|
top: string;
|
|
73
74
|
zIndex: string;
|
|
74
|
-
blur: string;
|
|
75
75
|
left: string;
|
|
76
76
|
right: string;
|
|
77
77
|
background: string;
|
|
@@ -22,10 +22,10 @@ declare function __VLS_template(): {
|
|
|
22
22
|
};
|
|
23
23
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
24
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
25
|
-
address: string;
|
|
26
|
-
title: string;
|
|
27
25
|
email: string;
|
|
28
26
|
phone: string;
|
|
27
|
+
address: string;
|
|
28
|
+
title: string;
|
|
29
29
|
subTitle: string;
|
|
30
30
|
contact: {
|
|
31
31
|
title?: string;
|
|
@@ -33,9 +33,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
|
-
email: string;
|
|
37
36
|
referrerId: string;
|
|
38
37
|
nickname: string;
|
|
38
|
+
email: string;
|
|
39
39
|
avatarUrl: string;
|
|
40
40
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
41
41
|
export default _default;
|
|
@@ -31,15 +31,15 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
31
31
|
default: () => string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{
|
|
34
|
-
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
35
|
-
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
36
34
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
37
35
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
39
|
-
toUserServiceAgreement: (...args: any[]) => void;
|
|
40
|
-
toPrivacyPolicy: (...args: any[]) => void;
|
|
41
39
|
confirm: (...args: any[]) => void;
|
|
42
40
|
close: (...args: any[]) => void;
|
|
41
|
+
toUserServiceAgreement: (...args: any[]) => void;
|
|
42
|
+
toPrivacyPolicy: (...args: any[]) => void;
|
|
43
43
|
}, import('vue').PublicProps, {
|
|
44
44
|
appId: string;
|
|
45
45
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -59,10 +59,10 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
59
59
|
default: () => string;
|
|
60
60
|
};
|
|
61
61
|
}>> & Readonly<{
|
|
62
|
-
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
63
|
-
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
64
62
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
65
63
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
}>, {}, {}, {}, {}, {
|
|
67
67
|
appId: string;
|
|
68
68
|
}> | null;
|
package/dist/composables.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ export { useAuthkitUsersProfile } from './composables/Authkit/useAuthkitUsersPro
|
|
|
4
4
|
export { UseAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
|
|
5
5
|
export { useAuthkitCreateAndUpdate } from './composables/Authkit/useAuthkitCreateAndUpdate';
|
|
6
6
|
export { useMessageNotifications } from './composables/useMessageNotifications';
|
|
7
|
-
export { globalConfig } from './common/globalConfig';
|
|
8
|
-
export { useCreateAndUpdate } from './composables/useCreateAndUpdate';
|
|
7
|
+
export { globalConfig, setGlobalConfig } from './common/globalConfig';
|
|
8
|
+
export { useCreateAndUpdate as useCommonCreateAndUpdate } from './composables/useCreateAndUpdate';
|
|
9
9
|
export { useTableHandle } from './composables/useTableHandle';
|
|
10
10
|
export { useActiveDoc } from './composables/useActiveDoc';
|
|
11
11
|
export { useUploadCos } from './composables/Upload/useUploadCos';
|
package/dist/composables.js
CHANGED
|
@@ -1,37 +1,23 @@
|
|
|
1
|
-
import { u as
|
|
2
|
-
import { U as
|
|
3
|
-
import { u as
|
|
4
|
-
import { u as
|
|
5
|
-
import { g as
|
|
6
|
-
import { a as
|
|
7
|
-
import { u as
|
|
8
|
-
import { u as
|
|
9
|
-
function i(s, e = "default") {
|
|
10
|
-
const t = document;
|
|
11
|
-
if (t && typeof t.startViewTransition == "function") {
|
|
12
|
-
const o = document.body;
|
|
13
|
-
o.classList.add(`vt-${e}`), t.startViewTransition(() => {
|
|
14
|
-
try {
|
|
15
|
-
s();
|
|
16
|
-
} catch {
|
|
17
|
-
}
|
|
18
|
-
}).finished.finally(() => {
|
|
19
|
-
o.classList.remove(`vt-${e}`);
|
|
20
|
-
});
|
|
21
|
-
} else
|
|
22
|
-
s();
|
|
23
|
-
}
|
|
1
|
+
import { u as o, a as t } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
|
|
2
|
+
import { U as u, u as r } from "./useAuthkitAppsAuthPageInfo-COeq29Tn.js";
|
|
3
|
+
import { u as f } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
4
|
+
import { u as A } from "./useMessageNotifications-DOH1MS61.js";
|
|
5
|
+
import { g as n, s as h } from "./globalConfig-DZIhLe1R.js";
|
|
6
|
+
import { a as x, u as d, w as g } from "./viewTransitions-C-ZLwiJ0.js";
|
|
7
|
+
import { u as U } from "./useTableHandle-DKUIdSSh.js";
|
|
8
|
+
import { u as b } from "./useUploadCos-B5P_PDcy.js";
|
|
24
9
|
export {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
f as
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
10
|
+
u as UseAuthkitAppsAuthPageInfo,
|
|
11
|
+
n as globalConfig,
|
|
12
|
+
h as setGlobalConfig,
|
|
13
|
+
x as useActiveDoc,
|
|
14
|
+
o as useAuthkitAuth,
|
|
15
|
+
r as useAuthkitAuthModal,
|
|
16
|
+
f as useAuthkitCreateAndUpdate,
|
|
17
|
+
t as useAuthkitUsersProfile,
|
|
18
|
+
d as useCommonCreateAndUpdate,
|
|
19
|
+
A as useMessageNotifications,
|
|
20
|
+
U as useTableHandle,
|
|
21
|
+
b as useUploadCos,
|
|
22
|
+
g as withViewTransition
|
|
37
23
|
};
|
package/dist/feedback.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-
|
|
1
|
+
import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-D1htK7xY.js";
|
|
2
2
|
import { C as r } from "./Clipboard-Bful1lNJ.js";
|
|
3
|
-
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-
|
|
3
|
+
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-B_EUApFA.js";
|
|
4
4
|
export {
|
|
5
5
|
r as Clipboard,
|
|
6
6
|
b as FeedbackBubbleEnd,
|
package/dist/index.js
CHANGED
|
@@ -1,161 +1,156 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { u as
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { C as
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import { U as Ye } from "./UserAccountMenu-BD8F9vEK.js";
|
|
1
|
+
import { u as s, a as t } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
|
|
2
|
+
import { U as n, u as o } from "./useAuthkitAppsAuthPageInfo-COeq29Tn.js";
|
|
3
|
+
import { u as r } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
4
|
+
import { u } from "./useMessageNotifications-DOH1MS61.js";
|
|
5
|
+
import { g as A, s as L } from "./globalConfig-DZIhLe1R.js";
|
|
6
|
+
import { a as h, u as f, w as p } from "./viewTransitions-C-ZLwiJ0.js";
|
|
7
|
+
import { u as k } from "./useTableHandle-DKUIdSSh.js";
|
|
8
|
+
import { u as b } from "./useUploadCos-B5P_PDcy.js";
|
|
9
|
+
import { A as M, a as S, c as x, b as F, n as U, E as I, k as T, l as w, _ as B, O as N, f as E, o as D, P as v, j as H, R as y, S as G, i as R, m as O, d as V, e as _, g as j, h as z } from "./AuthkitAuthModal-A8HqP1Bw.js";
|
|
10
|
+
import { A as q, a as J } from "./AuthkitAuthorize-BlEC4PlY.js";
|
|
11
|
+
import { I as Q, A as X, C as Y, _ as Z, a as $, D as aa, E as ea, b as sa, M as ta, c as ia, N as na, f as oa, d as ga, e as ra } from "./MessageHandle-DkNum5-u.js";
|
|
12
|
+
import { M as ua, a as Pa } from "./MessageMenu-_RZJ9Mbi.js";
|
|
13
|
+
import { _ as La, a as ca, F as ha, b as fa, c as pa, d as ma, R as ka } from "./FeedbackModal-D1htK7xY.js";
|
|
14
|
+
import { C as ba } from "./Clipboard-Bful1lNJ.js";
|
|
15
|
+
import { F as Ma, a as Sa, c as xa, b as Fa, d as Ua } from "./FeedbackItem-B_EUApFA.js";
|
|
16
|
+
import { L as Ta, a as wa, b as Ba, c as Na, d as Ea, B as Da, C as va, e as Ha, f as ya, g as Ga, h as Ra, D as Oa, i as Va, j as _a, k as ja, l as za, m as Wa, n as qa, o as Ja, p as Ka, q as Qa, r as Xa, s as Ya, t as Za, u as $a, v as ae, w as ee, x as se, y as te, z as ie, A as ne, E as oe, F as ge, G as re, H as de, S as ue, T as Pe, I as Ae, J as Le, K as ce, M as he, N as fe, O as pe } from "./LandingPageToc-BSj2IYpg.js";
|
|
17
|
+
import { C as ke, a as le } from "./CollapseItem-Cw1vcdLu.js";
|
|
18
|
+
import { C as Ce, G as Me, H as Se, L as xe, S as Fe, W as Ue } from "./WidthContainer-CfR77puD.js";
|
|
19
|
+
import { C as Te, E as we } from "./CustomTable-JflAYS8i.js";
|
|
20
|
+
import { M as Ne, a as Ee } from "./Menu-Cxo8Rpu3.js";
|
|
21
|
+
import { S as ve } from "./PaySubscriptions-l6VlqvBy.js";
|
|
22
|
+
import { R as ye } from "./ReferrerReferees-BclAtmgX.js";
|
|
23
|
+
import { _ as Re } from "./Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js";
|
|
24
|
+
import { d as Ve, U as _e, a as je, b as ze, c as We, S as qe } from "./UserAccountMenu-C7LQIjwT.js";
|
|
26
25
|
export {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
Ue as
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
We as useCommonCreateAndUpdate,
|
|
158
|
-
sa as useMessageNotifications,
|
|
159
|
-
Je as useTableHandle,
|
|
160
|
-
Qe as useUploadCos
|
|
26
|
+
M as AuthkitAppSetting,
|
|
27
|
+
S as AuthkitAuth,
|
|
28
|
+
q as AuthkitAuthContainer,
|
|
29
|
+
x as AuthkitAuthModal,
|
|
30
|
+
F as AuthkitAuthTitle,
|
|
31
|
+
J as AuthkitAuthorize,
|
|
32
|
+
U as AuthkitEmailBinding,
|
|
33
|
+
I as AuthkitEmailUpdate,
|
|
34
|
+
T as AuthkitEmailVerify,
|
|
35
|
+
w as AuthkitGithubBinding,
|
|
36
|
+
B as AuthkitOAuthItem,
|
|
37
|
+
N as AuthkitOAuthList,
|
|
38
|
+
E as AuthkitPasswordAuth,
|
|
39
|
+
D as AuthkitPasswordUpdate,
|
|
40
|
+
v as AuthkitPasswordUpdateAndVerify,
|
|
41
|
+
H as AuthkitPersonalInformation,
|
|
42
|
+
y as AuthkitResetPassword,
|
|
43
|
+
G as AuthkitSendVerifyCode,
|
|
44
|
+
R as AuthkitServiceAgreementAndPrivacyProtection,
|
|
45
|
+
O as AuthkitSetPassword,
|
|
46
|
+
V as AuthkitSignIn,
|
|
47
|
+
_ as AuthkitSignUp,
|
|
48
|
+
j as AuthkitSwitchSignIn,
|
|
49
|
+
z as AuthkitSwitchSignUpOrResetPassword,
|
|
50
|
+
ba as Clipboard,
|
|
51
|
+
ke as Collapse,
|
|
52
|
+
le as CollapseItem,
|
|
53
|
+
Ce as ContentHead,
|
|
54
|
+
Te as CustomTable,
|
|
55
|
+
we as Ellipsis,
|
|
56
|
+
La as FeedbackBubbleEnd,
|
|
57
|
+
ca as FeedbackBubbleStart,
|
|
58
|
+
Ma as FeedbackContainer,
|
|
59
|
+
Sa as FeedbackCustomTabs,
|
|
60
|
+
ha as FeedbackDetails,
|
|
61
|
+
xa as FeedbackFloatButton,
|
|
62
|
+
fa as FeedbackForm,
|
|
63
|
+
Fa as FeedbackItem,
|
|
64
|
+
pa as FeedbackList,
|
|
65
|
+
ma as FeedbackModal,
|
|
66
|
+
ka as FeedbackRefresh,
|
|
67
|
+
Ua as FeedbackScreenshots,
|
|
68
|
+
Me as Gradientbackground,
|
|
69
|
+
Se as HeaderMenus,
|
|
70
|
+
Q as InfiniteLoading,
|
|
71
|
+
Ta as LandingPageAbout,
|
|
72
|
+
wa as LandingPageAside,
|
|
73
|
+
Ba as LandingPageBlockHeader,
|
|
74
|
+
Na as LandingPageBlockLayout,
|
|
75
|
+
Ea as LandingPageBrandInfo,
|
|
76
|
+
Da as LandingPageButton,
|
|
77
|
+
va as LandingPageCard,
|
|
78
|
+
Ha as LandingPageContact,
|
|
79
|
+
ya as LandingPageContactForm,
|
|
80
|
+
Ga as LandingPageContainer,
|
|
81
|
+
Ra as LandingPageCta,
|
|
82
|
+
Oa as LandingPageDescription,
|
|
83
|
+
Va as LandingPageDivider,
|
|
84
|
+
_a as LandingPageFAQ,
|
|
85
|
+
ja as LandingPageFeatures,
|
|
86
|
+
za as LandingPageFeatures2,
|
|
87
|
+
Wa as LandingPageFooter,
|
|
88
|
+
qa as LandingPageFooterContact,
|
|
89
|
+
Ja as LandingPageFooterLayout,
|
|
90
|
+
Ka as LandingPageHero,
|
|
91
|
+
Qa as LandingPageLink,
|
|
92
|
+
Xa as LandingPageLinkGroup,
|
|
93
|
+
Ya as LandingPageListItem,
|
|
94
|
+
Za as LandingPageLogo,
|
|
95
|
+
$a as LandingPageLogos,
|
|
96
|
+
ae as LandingPageMission,
|
|
97
|
+
ee as LandingPagePageContent,
|
|
98
|
+
se as LandingPagePriceGroup,
|
|
99
|
+
te as LandingPagePricingCard,
|
|
100
|
+
ie as LandingPagePricingGrid,
|
|
101
|
+
ne as LandingPageSectionHeader,
|
|
102
|
+
oe as LandingPageSections,
|
|
103
|
+
ge as LandingPageShowcase,
|
|
104
|
+
re as LandingPageStats,
|
|
105
|
+
de as LandingPageSteps,
|
|
106
|
+
ue as LandingPageSubTitle,
|
|
107
|
+
Pe as LandingPageTabs,
|
|
108
|
+
Ae as LandingPageTeamInfo,
|
|
109
|
+
Le as LandingPageTeamList,
|
|
110
|
+
ce as LandingPageTestimonial,
|
|
111
|
+
he as LandingPageTips,
|
|
112
|
+
fe as LandingPageTitle,
|
|
113
|
+
pe as LandingPageToc,
|
|
114
|
+
xe as Logo,
|
|
115
|
+
Ne as Menu,
|
|
116
|
+
Ee as MenuItem,
|
|
117
|
+
X as MessageAppMessage,
|
|
118
|
+
Y as MessageChangelogNotifications,
|
|
119
|
+
Z as MessageChangelogNotificationsDetails,
|
|
120
|
+
$ as MessageCustomTabs,
|
|
121
|
+
aa as MessageDetails,
|
|
122
|
+
ea as MessageEventNotifications,
|
|
123
|
+
sa as MessageEventNotificationsDetails,
|
|
124
|
+
ta as MessageHandle,
|
|
125
|
+
ia as MessageList,
|
|
126
|
+
ua as MessageMenu,
|
|
127
|
+
Pa as MessageMenuItem,
|
|
128
|
+
na as MessageNoticeNotifications,
|
|
129
|
+
oa as MessageNoticeNotificationsDetails,
|
|
130
|
+
ga as MessageNotifications,
|
|
131
|
+
ra as MessageTabs,
|
|
132
|
+
ve as PaySubscriptions,
|
|
133
|
+
ye as ReferrerReferees,
|
|
134
|
+
Fe as SvgIcon,
|
|
135
|
+
Re as Upload,
|
|
136
|
+
n as UseAuthkitAppsAuthPageInfo,
|
|
137
|
+
Ve as UserAccountMenu,
|
|
138
|
+
_e as UserAvatar,
|
|
139
|
+
je as UserBasicInformation,
|
|
140
|
+
ze as UserButton,
|
|
141
|
+
We as UserPanel,
|
|
142
|
+
qe as UserSubscriptionBaseInformation,
|
|
143
|
+
Ue as WidthContainer,
|
|
144
|
+
A as globalConfig,
|
|
145
|
+
L as setGlobalConfig,
|
|
146
|
+
h as useActiveDoc,
|
|
147
|
+
s as useAuthkitAuth,
|
|
148
|
+
o as useAuthkitAuthModal,
|
|
149
|
+
r as useAuthkitCreateAndUpdate,
|
|
150
|
+
t as useAuthkitUsersProfile,
|
|
151
|
+
f as useCommonCreateAndUpdate,
|
|
152
|
+
u as useMessageNotifications,
|
|
153
|
+
k as useTableHandle,
|
|
154
|
+
b as useUploadCos,
|
|
155
|
+
p as withViewTransition
|
|
161
156
|
};
|
package/dist/main.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export { default as AuthModal } from './components/Authkit/AuthkitAuthModal.vue';
|
|
3
|
-
export { useAuthkitAuth } from './composables/Authkit/useAuthkitAuth';
|
|
4
|
-
export { useAuthkitUsersProfile } from './composables/Authkit/useAuthkitUsersProfile';
|
|
1
|
+
export * from './composables';
|
|
5
2
|
export * from './authkit';
|
|
6
3
|
export * from './message';
|
|
7
4
|
export * from './feedback';
|
package/dist/message.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as e, A as i, C as t, _ as o, a as g, D as M, E as n, b as f, M as c, c as N, N as l, f as r, d as m, e as p } from "./MessageHandle-
|
|
1
|
+
import { I as e, A as i, C as t, _ as o, a as g, D as M, E as n, b as f, M as c, c as N, N as l, f as r, d as m, e as p } from "./MessageHandle-DkNum5-u.js";
|
|
2
2
|
import { M as D, a as C } from "./MessageMenu-_RZJ9Mbi.js";
|
|
3
3
|
import { u as d } from "./useMessageNotifications-DOH1MS61.js";
|
|
4
4
|
export {
|
package/dist/pay.js
CHANGED
package/dist/referrer.js
CHANGED