@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.
Files changed (37) hide show
  1. package/dist/{AuthkitAppSetting-CX3_9Jcg.js → AuthkitAuthModal-A8HqP1Bw.js} +1441 -1439
  2. package/dist/{AuthkitAuthorize-CA0jmnjq.js → AuthkitAuthorize-BlEC4PlY.js} +1 -1
  3. package/dist/{FeedbackItem-C5WqFEqH.js → FeedbackItem-B_EUApFA.js} +1 -1
  4. package/dist/{FeedbackModal-BDPw2tu7.js → FeedbackModal-D1htK7xY.js} +34 -33
  5. package/dist/{MessageHandle-BelPivb3.js → MessageHandle-DkNum5-u.js} +3 -2
  6. package/dist/UserAccountMenu-C7LQIjwT.js +610 -0
  7. package/dist/authkit.js +3 -3
  8. package/dist/common.d.ts +0 -14
  9. package/dist/common.js +13 -37
  10. package/dist/components/Authkit/Auth/AuthkitAuthContainer.vue.d.ts +1 -1
  11. package/dist/components/Authkit/Auth/AuthkitAuthorize.vue.d.ts +1 -1
  12. package/dist/components/Authkit/Auth/AuthkitOAuthItem.vue.d.ts +1 -1
  13. package/dist/components/Authkit/AuthkitAuthModal.vue.d.ts +4 -4
  14. package/dist/components/Feedback/FeedbackBubbleEnd.vue.d.ts +1 -1
  15. package/dist/components/Feedback/FeedbackBubbleStart.vue.d.ts +1 -1
  16. package/dist/components/Gradientbackground.vue.d.ts +1 -1
  17. package/dist/components/LandingPage/LandingPageContact.vue.d.ts +2 -2
  18. package/dist/components/User/UserBasicInformation.vue.d.ts +1 -1
  19. package/dist/components/User/UserPanel.vue.d.ts +6 -6
  20. package/dist/composables.d.ts +2 -2
  21. package/dist/composables.js +21 -35
  22. package/dist/feedback.js +2 -2
  23. package/dist/index.js +154 -159
  24. package/dist/main.d.ts +1 -4
  25. package/dist/message.js +1 -1
  26. package/dist/pay.js +1 -1
  27. package/dist/referrer.js +1 -1
  28. package/dist/style.css +1 -1
  29. package/dist/{useAuthkitAuthModal-hxivJw_U.js → useAuthkitAppsAuthPageInfo-COeq29Tn.js} +13 -13
  30. package/dist/user.js +6 -7
  31. package/dist/viewTransitions-C-ZLwiJ0.js +55 -0
  32. package/package.json +1 -1
  33. package/dist/UserAccountMenu-BD8F9vEK.js +0 -40
  34. package/dist/UserPanel-CaaTu1mu.js +0 -576
  35. package/dist/useActiveDoc-BWHkOJhJ.js +0 -39
  36. /package/dist/{PaySubscriptions-BRWvLeed.js → PaySubscriptions-l6VlqvBy.js} +0 -0
  37. /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;
@@ -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';
@@ -1,37 +1,23 @@
1
- import { u as n, a as f } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
2
- import { U as c, u as p } from "./useAuthkitAuthModal-hxivJw_U.js";
3
- import { u as A } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
4
- import { u as m } from "./useMessageNotifications-DOH1MS61.js";
5
- import { g as U } from "./globalConfig-DZIhLe1R.js";
6
- import { a as k, u as b } from "./useActiveDoc-BWHkOJhJ.js";
7
- import { u as w } from "./useTableHandle-DKUIdSSh.js";
8
- import { u as C } from "./useUploadCos-B5P_PDcy.js";
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
- c as UseAuthkitAppsAuthPageInfo,
26
- U as globalConfig,
27
- k as useActiveDoc,
28
- n as useAuthkitAuth,
29
- p as useAuthkitAuthModal,
30
- A as useAuthkitCreateAndUpdate,
31
- f as useAuthkitUsersProfile,
32
- b as useCreateAndUpdate,
33
- m as useMessageNotifications,
34
- w as useTableHandle,
35
- C as useUploadCos,
36
- i as withViewTransition
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-BDPw2tu7.js";
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-C5WqFEqH.js";
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 { A as s, a as t, b as i, A as n, a as o, c as g, n as r, E as d, k as u, l as A, _ as P, O as c, f as L, o as f, P as p, j as h, R as m, S as k, i as l, m as b, d as C, e as M, g as S, h as x } from "./AuthkitAppSetting-CX3_9Jcg.js";
2
- import { u as U, a as I } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
3
- import { A as B, a as N } from "./AuthkitAuthorize-CA0jmnjq.js";
4
- import { U as w, u as D } from "./useAuthkitAuthModal-hxivJw_U.js";
5
- import { u as v } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
6
- import { I as y, A as G, C as O, _, a as V, D as j, E as z, b as W, M as q, c as J, N as K, f as Q, d as X, e as Y } from "./MessageHandle-BelPivb3.js";
7
- import { M as $, a as aa } from "./MessageMenu-_RZJ9Mbi.js";
8
- import { u as sa } from "./useMessageNotifications-DOH1MS61.js";
9
- import { _ as ia, a as na, F as oa, b as ga, c as ra, d as da, R as ua } from "./FeedbackModal-BDPw2tu7.js";
10
- import { C as Pa } from "./Clipboard-Bful1lNJ.js";
11
- import { F as La, a as fa, c as pa, b as ha, d as ma } from "./FeedbackItem-C5WqFEqH.js";
12
- import { L as la, a as ba, b as Ca, c as Ma, d as Sa, B as xa, C as Fa, e as Ua, f as Ia, g as Ta, h as Ba, D as Na, i as Ea, j as wa, k as Da, l as Ra, m as va, n as Ha, o as ya, p as Ga, q as Oa, r as _a, s as Va, t as ja, u as za, v as Wa, w as qa, x as Ja, y as Ka, z as Qa, A as Xa, E as Ya, F as Za, G as $a, H as ae, S as ee, T as se, I as te, J as ie, K as ne, M as oe, N as ge, O as re } from "./LandingPageToc-BSj2IYpg.js";
13
- import { C as ue, a as Ae } from "./CollapseItem-Cw1vcdLu.js";
14
- import { C as ce, G as Le, H as fe, L as pe, S as he, W as me } from "./WidthContainer-CfR77puD.js";
15
- import { C as le, E as be } from "./CustomTable-JflAYS8i.js";
16
- import { M as Me, a as Se } from "./Menu-Cxo8Rpu3.js";
17
- import { S as Fe, b as Ue, c as Ie, a as Te, U as Be, S as Ne } from "./UserPanel-CaaTu1mu.js";
18
- import { S as we, S as De } from "./PaySubscriptions-BRWvLeed.js";
19
- import { R as ve, R as He } from "./ReferrerReferees-BVj9o5kG.js";
20
- import { _ as Ge } from "./Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js";
21
- import { g as _e, s as Ve } from "./globalConfig-DZIhLe1R.js";
22
- import { a as ze, u as We } from "./useActiveDoc-BWHkOJhJ.js";
23
- import { u as Je } from "./useTableHandle-DKUIdSSh.js";
24
- import { u as Qe } from "./useUploadCos-B5P_PDcy.js";
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
- s as Auth,
28
- t as AuthModal,
29
- i as AuthkitAppSetting,
30
- n as AuthkitAuth,
31
- B as AuthkitAuthContainer,
32
- o as AuthkitAuthModal,
33
- g as AuthkitAuthTitle,
34
- N as AuthkitAuthorize,
35
- r as AuthkitEmailBinding,
36
- d as AuthkitEmailUpdate,
37
- u as AuthkitEmailVerify,
38
- A as AuthkitGithubBinding,
39
- P as AuthkitOAuthItem,
40
- c as AuthkitOAuthList,
41
- L as AuthkitPasswordAuth,
42
- f as AuthkitPasswordUpdate,
43
- p as AuthkitPasswordUpdateAndVerify,
44
- h as AuthkitPersonalInformation,
45
- m as AuthkitResetPassword,
46
- k as AuthkitSendVerifyCode,
47
- l as AuthkitServiceAgreementAndPrivacyProtection,
48
- b as AuthkitSetPassword,
49
- C as AuthkitSignIn,
50
- M as AuthkitSignUp,
51
- S as AuthkitSwitchSignIn,
52
- x as AuthkitSwitchSignUpOrResetPassword,
53
- Pa as Clipboard,
54
- ue as Collapse,
55
- Ae as CollapseItem,
56
- ce as ContentHead,
57
- le as CustomTable,
58
- be as Ellipsis,
59
- ia as FeedbackBubbleEnd,
60
- na as FeedbackBubbleStart,
61
- La as FeedbackContainer,
62
- fa as FeedbackCustomTabs,
63
- oa as FeedbackDetails,
64
- pa as FeedbackFloatButton,
65
- ga as FeedbackForm,
66
- ha as FeedbackItem,
67
- ra as FeedbackList,
68
- da as FeedbackModal,
69
- ua as FeedbackRefresh,
70
- ma as FeedbackScreenshots,
71
- Le as Gradientbackground,
72
- fe as HeaderMenus,
73
- y as InfiniteLoading,
74
- la as LandingPageAbout,
75
- ba as LandingPageAside,
76
- Ca as LandingPageBlockHeader,
77
- Ma as LandingPageBlockLayout,
78
- Sa as LandingPageBrandInfo,
79
- xa as LandingPageButton,
80
- Fa as LandingPageCard,
81
- Ua as LandingPageContact,
82
- Ia as LandingPageContactForm,
83
- Ta as LandingPageContainer,
84
- Ba as LandingPageCta,
85
- Na as LandingPageDescription,
86
- Ea as LandingPageDivider,
87
- wa as LandingPageFAQ,
88
- Da as LandingPageFeatures,
89
- Ra as LandingPageFeatures2,
90
- va as LandingPageFooter,
91
- Ha as LandingPageFooterContact,
92
- ya as LandingPageFooterLayout,
93
- Ga as LandingPageHero,
94
- Oa as LandingPageLink,
95
- _a as LandingPageLinkGroup,
96
- Va as LandingPageListItem,
97
- ja as LandingPageLogo,
98
- za as LandingPageLogos,
99
- Wa as LandingPageMission,
100
- qa as LandingPagePageContent,
101
- Ja as LandingPagePriceGroup,
102
- Ka as LandingPagePricingCard,
103
- Qa as LandingPagePricingGrid,
104
- Xa as LandingPageSectionHeader,
105
- Ya as LandingPageSections,
106
- Za as LandingPageShowcase,
107
- $a as LandingPageStats,
108
- ae as LandingPageSteps,
109
- ee as LandingPageSubTitle,
110
- se as LandingPageTabs,
111
- te as LandingPageTeamInfo,
112
- ie as LandingPageTeamList,
113
- ne as LandingPageTestimonial,
114
- oe as LandingPageTips,
115
- ge as LandingPageTitle,
116
- re as LandingPageToc,
117
- pe as Logo,
118
- Me as Menu,
119
- Se as MenuItem,
120
- G as MessageAppMessage,
121
- O as MessageChangelogNotifications,
122
- _ as MessageChangelogNotificationsDetails,
123
- V as MessageCustomTabs,
124
- j as MessageDetails,
125
- z as MessageEventNotifications,
126
- W as MessageEventNotificationsDetails,
127
- q as MessageHandle,
128
- J as MessageList,
129
- $ as MessageMenu,
130
- aa as MessageMenuItem,
131
- K as MessageNoticeNotifications,
132
- Q as MessageNoticeNotificationsDetails,
133
- X as MessageNotifications,
134
- Y as MessageTabs,
135
- we as PaySubscriptions,
136
- ve as Referees,
137
- He as ReferrerReferees,
138
- Fe as SubscriptionBaseInformation,
139
- De as Subscriptions,
140
- he as SvgIcon,
141
- Ge as Upload,
142
- w as UseAuthkitAppsAuthPageInfo,
143
- Ye as UserAccountMenu,
144
- Ue as UserAvatar,
145
- Ie as UserBasicInformation,
146
- Te as UserButton,
147
- Be as UserPanel,
148
- Ne as UserSubscriptionBaseInformation,
149
- me as WidthContainer,
150
- _e as globalConfig,
151
- Ve as setGlobalConfig,
152
- ze as useActiveDoc,
153
- U as useAuthkitAuth,
154
- D as useAuthkitAuthModal,
155
- v as useAuthkitCreateAndUpdate,
156
- I as useAuthkitUsersProfile,
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 { default as Auth } from './components/Authkit/AuthkitAuth.vue';
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-BelPivb3.js";
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
@@ -1,4 +1,4 @@
1
- import { S as s } from "./PaySubscriptions-BRWvLeed.js";
1
+ import { S as s } from "./PaySubscriptions-l6VlqvBy.js";
2
2
  export {
3
3
  s as PaySubscriptions
4
4
  };
package/dist/referrer.js CHANGED
@@ -1,4 +1,4 @@
1
- import { R as f } from "./ReferrerReferees-BVj9o5kG.js";
1
+ import { R as f } from "./ReferrerReferees-BclAtmgX.js";
2
2
  export {
3
3
  f as ReferrerReferees
4
4
  };