@huyooo/ui 2.0.2 → 2.0.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.
Files changed (37) hide show
  1. package/dist/{AuthkitAppSetting-CPTk5V2I.js → AuthkitAppSetting-D_94iUEG.js} +1 -1
  2. package/dist/{Contact-CterQK1Z.js → Contact-CBGSJC2q.js} +2 -2
  3. package/dist/{FeedbackModal.vue_vue_type_script_setup_true_lang-DCIiz8aj.js → FeedbackModal.vue_vue_type_script_setup_true_lang-CnvQjQFT.js} +2 -2
  4. package/dist/{LegalDocViewer-CaL-MiTh.js → LegalDocViewer-D66BQiRu.js} +146 -146
  5. package/dist/{PaySubscriptions-DJBlwE0S.js → PaySubscriptions-BSkcUqHk.js} +1 -1
  6. package/dist/{PricingPlans-CqAaWjb9.js → PricingPlans-CyFvgf18.js} +1 -1
  7. package/dist/{Upload.vue_vue_type_script_setup_true_lang-B8-BHJkc.js → Upload.vue_vue_type_script_setup_true_lang-oa6LJgCY.js} +1 -1
  8. package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-pd5gnq-G.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DqgwJ7r3.js} +5 -5
  9. package/dist/{WidthContainer-Dv6p9qbu.js → WidthContainer-BIRNIRX5.js} +7 -7
  10. package/dist/authkit.js +4 -4
  11. package/dist/common/globalConfig.d.ts +0 -12
  12. package/dist/common.js +1 -1
  13. package/dist/components/Feedback/FeedbackDetails.vue.d.ts +2 -2
  14. package/dist/composables/SEO/useAppSEO.d.ts +3 -0
  15. package/dist/composables/SEO/usePageSEO.d.ts +4 -0
  16. package/dist/composables/SEO/useResolvedPageSEO.d.ts +3 -0
  17. package/dist/composables.d.ts +4 -2
  18. package/dist/composables.js +42 -44
  19. package/dist/feedback.d.ts +1 -0
  20. package/dist/feedback.js +1 -1
  21. package/dist/{fetchAuthPageAboutUs-2gv5Lke1.js → fetchAuthPageAboutUs-CP5a7jIo.js} +1 -1
  22. package/dist/main.d.ts +2 -2
  23. package/dist/main.js +239 -241
  24. package/dist/pay.js +2 -2
  25. package/dist/privateCom.js +1 -1
  26. package/dist/{runtime-DvVJS4Vm.js → runtime-qs4IasEB.js} +31 -37
  27. package/dist/runtime.d.ts +1 -2
  28. package/dist/style.css +1 -1
  29. package/dist/types/feedbackApi.d.ts +3 -0
  30. package/dist/types/seo.d.ts +15 -0
  31. package/dist/upload.js +2 -2
  32. package/dist/{useLegalDocs-Cpy86zzQ.js → useLegalDocs-BZlntAI7.js} +1 -1
  33. package/dist/usePageSEO-DwhbUUjW.js +189 -0
  34. package/dist/user.js +1 -1
  35. package/package.json +1 -1
  36. package/dist/composables/useSEO.d.ts +0 -46
  37. package/dist/useSEO-Da2r63SX.js +0 -224
@@ -11,7 +11,7 @@ import { ref as _, computed as W, onUnmounted as Fe, defineComponent as zt, open
11
11
  import { Modal as Oe, Button as P, Popconfirm as Z, Tabs as At, TabPane as ee, Spin as de, Empty as We, Progress as Ot, Tooltip as pe, Tag as J, Message as M } from "@arco-design/web-vue";
12
12
  import { u as Wt, b as Lt, a as Rt } from "./useBillingStatusOptions-Br-iL77Z.js";
13
13
  import { u as Et } from "./useAuthkitCreateAndUpdate-Bbv7vZZn.js";
14
- import { g as $t } from "./runtime-DvVJS4Vm.js";
14
+ import { g as $t } from "./runtime-qs4IasEB.js";
15
15
  import { C as ve } from "./CustomTable-HDwqEcmB.js";
16
16
  import { C as Le } from "./index-Cn6LcfZO.js";
17
17
  import { _ as Ft } from "./_plugin-vue_export-helper-CHgC5LLL.js";
@@ -5,7 +5,7 @@ import { g as ve } from "./apiClients-Ctcq8NZs.js";
5
5
  import { defineComponent as K, computed as h, onMounted as ne, onUnmounted as pe, openBlock as n, createElementBlock as s, createElementVNode as i, unref as e, createBlock as O, toDisplayString as a, createVNode as k, withCtx as w, createTextVNode as R, ref as ye, resolveDirective as he, withDirectives as ke, normalizeClass as L, Fragment as I, renderList as C, createCommentVNode as y } from "vue";
6
6
  import { Spin as se, Button as A, Message as F } from "@arco-design/web-vue";
7
7
  import { useRoute as be, useRouter as Te } from "vue-router";
8
- import { b as we } from "./PaySubscriptions-DJBlwE0S.js";
8
+ import { b as we } from "./PaySubscriptions-BSkcUqHk.js";
9
9
  import { _ as U } from "./_plugin-vue_export-helper-CHgC5LLL.js";
10
10
  import { L as Ie, a as Ce, b as Be } from "./LandingPageSectionHeader-3hiuw6G0.js";
11
11
  import { Icon as te } from "@iconify/vue";
@@ -6,7 +6,7 @@
6
6
  /* empty css */
7
7
  import { defineComponent as k, openBlock as h, createBlock as y, unref as S, mergeProps as q, createSlots as v, withCtx as p, renderSlot as a } from "vue";
8
8
  import { Upload as I } from "@arco-design/web-vue";
9
- import { u as _ } from "./runtime-DvVJS4Vm.js";
9
+ import { u as _ } from "./runtime-qs4IasEB.js";
10
10
  const j = /* @__PURE__ */ k({
11
11
  __name: "Upload",
12
12
  props: {
@@ -10,10 +10,10 @@ import { g as J, a as se, R as oe } from "./ReferrerReferees-BU9IEQgz.js";
10
10
  import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
11
11
  /* empty css */
12
12
  import { u as ie } from "./apiClients-Ctcq8NZs.js";
13
- import { f as re, u as le, g as ue, c as ce, s as de, P as pe } from "./PaySubscriptions-DJBlwE0S.js";
13
+ import { f as re, u as le, g as ue, c as ce, s as de, P as pe } from "./PaySubscriptions-BSkcUqHk.js";
14
14
  import { d as me } from "./useBillingStatusOptions-Br-iL77Z.js";
15
- import { A as fe } from "./AuthkitAppSetting-CPTk5V2I.js";
16
- import { c as _e, u as K } from "./FeedbackModal.vue_vue_type_script_setup_true_lang-DCIiz8aj.js";
15
+ import { A as fe } from "./AuthkitAppSetting-D_94iUEG.js";
16
+ import { c as _e, u as K } from "./FeedbackModal.vue_vue_type_script_setup_true_lang-CnvQjQFT.js";
17
17
  import { M as ve } from "./MessageHandle-BUufez4S.js";
18
18
  import "./Menu-uCexrsKP.js";
19
19
  import { Icon as ge } from "@iconify/vue";
@@ -66,11 +66,11 @@ const be = {
66
66
  class: "UserSignInButton",
67
67
  onClick: a[0] || (a[0] = (i) => t(e)())
68
68
  }, {
69
- default: g(() => [...a[1] || (a[1] = [k("登陆", -1)])]),
69
+ default: g(() => [...a[1] || (a[1] = [k("登录", -1)])]),
70
70
  _: 1
71
71
  }));
72
72
  }
73
- }), Se = /* @__PURE__ */ S(Ie, [["__scopeId", "data-v-449a105c"]]), Be = {}, $e = {
73
+ }), Se = /* @__PURE__ */ S(Ie, [["__scopeId", "data-v-85695587"]]), Be = {}, $e = {
74
74
  class: "UserMenuDivider",
75
75
  role: "separator"
76
76
  };
@@ -5,15 +5,15 @@ import { Spin as Z } from "@arco-design/web-vue";
5
5
  import { u as ee } from "./useAuthkitAuth-BPTZUSkM.js";
6
6
  import "./apiClients-Ctcq8NZs.js";
7
7
  import { u as q } from "./useAuthkitAppsAuthPageInfo-DZ1p-P3Q.js";
8
- import { d as ye, b as be } from "./runtime-DvVJS4Vm.js";
8
+ import { s as ye, a as be } from "./runtime-qs4IasEB.js";
9
9
  import "@vafast/api-client";
10
10
  import "./useAuthkitUsersProfile-CW_exa7E.js";
11
11
  import { b as te, f as ne, w as W, a as oe, c as se } from "./useRoutePermission-BrQX7NTq.js";
12
12
  import { useRouter as ae, useRoute as re } from "vue-router";
13
13
  import "@unhead/vue";
14
14
  import "./useUserMenu-ClPBlvaM.js";
15
- import { c as ie, h as ue, k as le, _ as ce, f as de, j as me, d as pe, g as R, U as ke, i as he } from "./UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-pd5gnq-G.js";
16
- import "./PaySubscriptions-DJBlwE0S.js";
15
+ import { c as ie, h as ue, k as le, _ as ce, f as de, j as me, d as pe, g as R, U as ke, i as he } from "./UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DqgwJ7r3.js";
16
+ import "./PaySubscriptions-BSkcUqHk.js";
17
17
  /* empty css */
18
18
  /* empty css */
19
19
  import { M as we } from "./Menu-uCexrsKP.js";
@@ -112,13 +112,13 @@ const $e = {
112
112
  danger: "",
113
113
  onClick: b
114
114
  }, {
115
- default: B(() => [...e[2] || (e[2] = [K("退出登陆", -1)])]),
115
+ default: B(() => [...e[2] || (e[2] = [K("退出登录", -1)])]),
116
116
  _: 1
117
117
  })]),
118
118
  _: 1
119
119
  }), r(c(he))])]));
120
120
  }
121
- }), Ie = /* @__PURE__ */ C(Se, [["__scopeId", "data-v-a20dd6f7"]]), xe = {
121
+ }), Ie = /* @__PURE__ */ C(Se, [["__scopeId", "data-v-38293d95"]]), xe = {
122
122
  class: "layout"
123
123
  }, Ae = {
124
124
  class: "leftContent"
@@ -513,13 +513,13 @@ const $e = {
513
513
  danger: "",
514
514
  onClick: w
515
515
  }, {
516
- default: B(() => [...u[3] || (u[3] = [K("退出登陆", -1)])]),
516
+ default: B(() => [...u[3] || (u[3] = [K("退出登录", -1)])]),
517
517
  _: 1
518
518
  })]),
519
519
  _: 1
520
520
  })) : x("", !0), r(he)])])]));
521
521
  }
522
- }), pt = /* @__PURE__ */ C(mt, [["__scopeId", "data-v-e85929a0"]]), ht = {
522
+ }), pt = /* @__PURE__ */ C(mt, [["__scopeId", "data-v-4e63dcad"]]), ht = {
523
523
  class: "layout-inner"
524
524
  }, ft = {
525
525
  key: 0,
package/dist/authkit.js CHANGED
@@ -1,11 +1,11 @@
1
- import { A as s, B as i, a as e, _ as u, b as h, O as A, P as o, c as r, d as k, e as n, f as d, S as g, g as l, u as p, h as P } from "./AuthkitAppSetting-CPTk5V2I.js";
2
- import { A as m, a as c, b as S, c as L, d as O, E as U, e as w, _ as x, f as B, O as D, g as E, P as b, h as y, i as C, j as I, R as v, S as V, k as _, l as G, m as R, n as T, o as M, p as j, L as z } from "./LegalDocViewer-CaL-MiTh.js";
1
+ import { A as s, B as i, a as e, _ as u, b as h, O as A, P as o, c as r, d as k, e as n, f as d, S as g, g as l, u as p, h as P } from "./AuthkitAppSetting-D_94iUEG.js";
2
+ import { A as m, a as c, b as S, c as L, d as O, E as U, e as w, _ as x, f as B, O as D, g as E, P as b, h as y, i as C, j as I, R as v, S as V, k as _, l as G, m as R, n as T, o as M, p as j, L as z } from "./LegalDocViewer-D66BQiRu.js";
3
3
  import { u as K } from "./useAuthkitAppsAuthPageInfo-DZ1p-P3Q.js";
4
4
  import { u as q } from "./useAuthkitAuth-BPTZUSkM.js";
5
5
  import { u as J } from "./apiClients-Ctcq8NZs.js";
6
6
  import { u as Q } from "./useEnsureAuthenticated-CncOvj2H.js";
7
- import { L as X, a as Z, b as $, i as tt, o as at, r as st, c as it, u as et } from "./useLegalDocs-Cpy86zzQ.js";
8
- import { f as ht } from "./fetchAuthPageAboutUs-2gv5Lke1.js";
7
+ import { L as X, a as Z, b as $, i as tt, o as at, r as st, c as it, u as et } from "./useLegalDocs-BZlntAI7.js";
8
+ import { f as ht } from "./fetchAuthPageAboutUs-CP5a7jIo.js";
9
9
  import { u as ot } from "./useAuthkitUsersProfile-CW_exa7E.js";
10
10
  import { u as kt } from "./useAuthkitCreateAndUpdate-Bbv7vZZn.js";
11
11
  export {
@@ -1,13 +1,5 @@
1
1
  import { LegalDocsMode } from '../legalDocs/types';
2
2
  export type GlobalTheme = 'light' | 'dark' | 'system';
3
- export interface GlobalSEOConfig {
4
- /** 网站名称 */
5
- siteName?: string;
6
- /** 标题后缀 */
7
- titleSuffix?: string;
8
- /** 默认语言 */
9
- locale?: string;
10
- }
11
3
  /** 应用主题(全局,响应式,供 DefaultLayout 等读取) */
12
4
  export declare const globalThemeRef: import('vue').Ref<GlobalTheme | undefined, GlobalTheme | undefined>;
13
5
  /** 设置应用主题(全局生效,body.dark + body[arco-theme];所有组件可响应) */
@@ -46,10 +38,6 @@ export interface HuyoooUIConfig {
46
38
  /** 动态获取访问令牌 */
47
39
  getAccessToken: () => string | null;
48
40
  }
49
- /** 全局 SEO 配置(独立对象) */
50
- export declare let globalSEOConfig: GlobalSEOConfig;
51
- /** 设置全局 SEO 配置 */
52
- export declare function setGlobalSEOConfig(seoConfig: GlobalSEOConfig): void;
53
41
  export interface HuyoooUIEndpoints {
54
42
  auth: string;
55
43
  ones: string;
package/dist/common.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as s, a as o, C as r, D as t, G as p, H as n, b as l, S as m, W as u } from "./WidthContainer-Dv6p9qbu.js";
1
+ import { A as s, a as o, C as r, D as t, G as p, H as n, b as l, S as m, W as u } from "./WidthContainer-BIRNIRX5.js";
2
2
  import { C as d, a as f } from "./CollapseItem-DUzZA6tx.js";
3
3
  import { C as x, E as b } from "./CustomTable-HDwqEcmB.js";
4
4
  import { L } from "./Logo-D7fyXyB-.js";
@@ -1,9 +1,9 @@
1
- import { ApiClients } from '../../utils/apiClients';
1
+ import { FeedbackApiClient } from '../../types/feedbackApi';
2
2
  import { BrowserUploadService } from '../../upload/browserUploadService';
3
3
  type __VLS_Props = {
4
4
  id: string;
5
5
  senderRole: "user" | "support";
6
- apiClient?: ApiClients["ones"];
6
+ apiClient?: FeedbackApiClient;
7
7
  uploadService?: BrowserUploadService;
8
8
  };
9
9
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
@@ -0,0 +1,3 @@
1
+ import { AppSEOConfig } from '../../types/seo';
2
+ /** 根组件调用一次:合并应用默认值与当前路由 meta。 */
3
+ export declare function useAppSEO(config: Readonly<AppSEOConfig>): void;
@@ -0,0 +1,4 @@
1
+ import { MaybeRefOrGetter } from 'vue';
2
+ import { PageSEOConfig } from '../../types/seo';
3
+ /** 异步内容页面调用,覆盖根组件根据路由生成的页面 SEO。 */
4
+ export declare function usePageSEO(config: MaybeRefOrGetter<PageSEOConfig>): void;
@@ -0,0 +1,3 @@
1
+ import { MaybeRefOrGetter } from 'vue';
2
+ import { PageSEOConfig } from '../../types/seo';
3
+ export declare function useResolvedPageSEO(pageSEO: MaybeRefOrGetter<PageSEOConfig>): void;
@@ -7,7 +7,7 @@ export { useAuthkitUsersProfile } from './composables/Authkit/useAuthkitUsersPro
7
7
  export { useAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
8
8
  export { useAuthkitCreateAndUpdate } from './composables/Authkit/useAuthkitCreateAndUpdate';
9
9
  export { useMessageNotifications } from './composables/useMessageNotifications';
10
- export { globalSEOConfig, setGlobalSEOConfig, setTheme, globalThemeRef, type CreateHuyoooUIOptions, type GlobalTheme, type HuyoooUIConfig, } from './common/globalConfig';
10
+ export { setTheme, globalThemeRef, type CreateHuyoooUIOptions, type GlobalTheme, type HuyoooUIConfig, } from './common/globalConfig';
11
11
  export { createHuyoooUI, getHuyoooRuntime, useHuyoooRuntime, type HuyoooRuntime } from './runtime';
12
12
  export { useCreateAndUpdate as useCommonCreateAndUpdate } from './composables/useCreateAndUpdate';
13
13
  export { useTableHandle } from './composables/useTableHandle';
@@ -16,7 +16,9 @@ export { withViewTransition } from './composables/viewTransitions';
16
16
  export { useDownloads } from './composables/useDownloads';
17
17
  export { useAuthMenu, findMenuPath, findActiveMenuPath, getPathOnly } from './composables/Authkit/useAuthMenu';
18
18
  export { useRoutePermission } from './composables/Authkit/useRoutePermission';
19
- export { useSEO, useRouteSEO, type GlobalSEOConfig, type PageSEOConfig } from './composables/useSEO';
19
+ export { useAppSEO } from './composables/SEO/useAppSEO';
20
+ export { usePageSEO } from './composables/SEO/usePageSEO';
21
+ export type { AppSEOConfig, PageSEOConfig } from './types/seo';
20
22
  export { useUserMenu, type UseUserMenuReturn } from './composables/UserMenu/useUserMenu';
21
23
  export { useBillingPlans, type BillingFeatureItem, type BillingInterval, type BillingIntervalTab, type BillingPlan, type BillingPrice, type BillingProduct, type BillingProductFeature, type BillingSubscription, } from './composables/Billing/useBillingPlans';
22
24
  export { useSubscriptionCheckout } from './composables/Billing/useSubscriptionCheckout';
@@ -1,57 +1,55 @@
1
1
  import { u as a } from "./useAuthkitAuth-BPTZUSkM.js";
2
2
  import { u as t } from "./apiClients-Ctcq8NZs.js";
3
- import { L as r, a as i, b as n, i as l, o as f, r as p, c as g, u as m } from "./useLegalDocs-Cpy86zzQ.js";
4
- import { f as h } from "./fetchAuthPageAboutUs-2gv5Lke1.js";
3
+ import { L as r, a as i, b as n, i as p, o as f, r as l, c as m, u as c } from "./useLegalDocs-BZlntAI7.js";
4
+ import { f as A } from "./fetchAuthPageAboutUs-CP5a7jIo.js";
5
5
  import { u as d } from "./useAuthkitUsersProfile-CW_exa7E.js";
6
- import { u as b } from "./useAuthkitAppsAuthPageInfo-DZ1p-P3Q.js";
7
- import { u as O } from "./useAuthkitCreateAndUpdate-Bbv7vZZn.js";
8
- import { u as D } from "./useMessageNotifications-D9uikt21.js";
9
- import { c as P, g as E, a as R, b as U, s as k, d as M, u as T } from "./runtime-DvVJS4Vm.js";
10
- import { u as w, a as y, b as H, c as I, d as B } from "./useSEO-Da2r63SX.js";
11
- import { f as _, a as F, g as K, u as N, b as V, c as Y, w as j } from "./useRoutePermission-BrQX7NTq.js";
12
- import { u as z } from "./useUserMenu-ClPBlvaM.js";
13
- import { u as Q, a as W } from "./useSubscriptionCheckout-BDDCRxSs.js";
14
- import { c as Z, u as $, a as ee, b as se } from "./useBillingStatusOptions-Br-iL77Z.js";
6
+ import { u as L } from "./useAuthkitAppsAuthPageInfo-DZ1p-P3Q.js";
7
+ import { u as P } from "./useAuthkitCreateAndUpdate-Bbv7vZZn.js";
8
+ import { u as O } from "./useMessageNotifications-D9uikt21.js";
9
+ import { c as C, g as U, a as k, s as M, u as R } from "./runtime-qs4IasEB.js";
10
+ import { u as v, a as E, b as w, c as y, d as H } from "./usePageSEO-DwhbUUjW.js";
11
+ import { f as B, a as _, g as G, u as F, b as K, c as N, w as V } from "./useRoutePermission-BrQX7NTq.js";
12
+ import { u as j } from "./useUserMenu-ClPBlvaM.js";
13
+ import { u as z, a as J } from "./useSubscriptionCheckout-BDDCRxSs.js";
14
+ import { c as W, u as X, a as Z, b as $ } from "./useBillingStatusOptions-Br-iL77Z.js";
15
15
  export {
16
16
  r as LEGAL_DOCS,
17
17
  i as LEGAL_DOC_KEYS,
18
18
  n as buildBuiltinLegalDocUrl,
19
- Z as createBillingStatusOptions,
20
- P as createHuyoooUI,
21
- h as fetchAuthPageAboutUs,
22
- _ as findActiveMenuPath,
23
- F as findMenuPath,
24
- E as getHuyoooRuntime,
25
- K as getPathOnly,
26
- R as globalSEOConfig,
27
- U as globalThemeRef,
28
- l as isLegalDocConfigured,
19
+ W as createBillingStatusOptions,
20
+ C as createHuyoooUI,
21
+ A as fetchAuthPageAboutUs,
22
+ B as findActiveMenuPath,
23
+ _ as findMenuPath,
24
+ U as getHuyoooRuntime,
25
+ G as getPathOnly,
26
+ k as globalThemeRef,
27
+ p as isLegalDocConfigured,
29
28
  f as openLegalDocTarget,
30
- p as resolveLegalAppId,
31
- g as resolveLegalDocTargetFromData,
32
- k as setGlobalSEOConfig,
29
+ l as resolveLegalAppId,
30
+ m as resolveLegalDocTargetFromData,
33
31
  M as setTheme,
34
- N as useActiveDoc,
35
- V as useAuthMenu,
36
- b as useAuthkitAppsAuthPageInfo,
32
+ F as useActiveDoc,
33
+ v as useAppSEO,
34
+ K as useAuthMenu,
35
+ L as useAuthkitAppsAuthPageInfo,
37
36
  a as useAuthkitAuth,
38
37
  t as useAuthkitAuthModal,
39
- O as useAuthkitCreateAndUpdate,
38
+ P as useAuthkitCreateAndUpdate,
40
39
  d as useAuthkitUsersProfile,
41
- Q as useBillingPlans,
42
- w as useCommonCreateAndUpdate,
43
- y as useDownloads,
44
- T as useHuyoooRuntime,
45
- $ as useInvoiceStatusOptions,
46
- m as useLegalDocs,
47
- D as useMessageNotifications,
48
- ee as usePointsRechargeStatusOptions,
49
- se as useRefundStatusOptions,
50
- Y as useRoutePermission,
51
- H as useRouteSEO,
52
- I as useSEO,
53
- W as useSubscriptionCheckout,
54
- B as useTableHandle,
55
- z as useUserMenu,
56
- j as withViewTransition
40
+ z as useBillingPlans,
41
+ E as useCommonCreateAndUpdate,
42
+ w as useDownloads,
43
+ R as useHuyoooRuntime,
44
+ X as useInvoiceStatusOptions,
45
+ c as useLegalDocs,
46
+ O as useMessageNotifications,
47
+ y as usePageSEO,
48
+ Z as usePointsRechargeStatusOptions,
49
+ $ as useRefundStatusOptions,
50
+ N as useRoutePermission,
51
+ J as useSubscriptionCheckout,
52
+ H as useTableHandle,
53
+ j as useUserMenu,
54
+ V as withViewTransition
57
55
  };
@@ -12,3 +12,4 @@ export { default as FeedbackFloatButton } from './components/Feedback/FeedbackFl
12
12
  export { default as FeedbackRefresh } from './components/Feedback/FeedbackRefresh.vue';
13
13
  export { default as VideoPreview } from './components/VideoPreview.vue';
14
14
  export type * from './types/feedback';
15
+ export type * from './types/feedbackApi';
package/dist/feedback.js CHANGED
@@ -1,4 +1,4 @@
1
- import { B as b, a as s, F as d, b as F, _ as o, c, R as t, V as r } from "./FeedbackModal.vue_vue_type_script_setup_true_lang-DCIiz8aj.js";
1
+ import { B as b, a as s, F as d, b as F, _ as o, c, R as t, V as r } from "./FeedbackModal.vue_vue_type_script_setup_true_lang-CnvQjQFT.js";
2
2
  import { C as i } from "./index-Cn6LcfZO.js";
3
3
  import { F as m, a as f, b as n, c as p } from "./FeedbackItem-BP-SiJ2u.js";
4
4
  export {
@@ -1,5 +1,5 @@
1
1
  import { n as r } from "./useAuthkitAppsAuthPageInfo-DZ1p-P3Q.js";
2
- import { g as u } from "./runtime-DvVJS4Vm.js";
2
+ import { g as u } from "./runtime-qs4IasEB.js";
3
3
  async function i(n) {
4
4
  if (!n)
5
5
  return null;
package/dist/main.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from './composables';
2
- export { setTheme, globalThemeRef, globalSEOConfig, setGlobalSEOConfig, type GlobalTheme, type CreateHuyoooUIOptions, type HuyoooUIConfig, type HuyoooUIEndpoints, } from './common/globalConfig';
3
- export { createHuyoooUI, getHuyoooRuntime, useHuyoooRuntime, HUYOOO_RUNTIME_KEY, type HuyoooRuntime, } from './runtime';
2
+ export { setTheme, globalThemeRef, type GlobalTheme, type CreateHuyoooUIOptions, type HuyoooUIConfig, type HuyoooUIEndpoints, } from './common/globalConfig';
3
+ export { createHuyoooUI, getHuyoooRuntime, useHuyoooRuntime, HUYOOO_RUNTIME_KEY, type HuyoooUIHostApp, type HuyoooRuntime, } from './runtime';
4
4
  export * from './authkit';
5
5
  export * from './message';
6
6
  export * from './feedback';