@huyooo/ui 0.14.4 → 0.14.8

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.
@@ -4,10 +4,10 @@ import { u as l } from "./useLegalLinks-DeXLE-yv.js";
4
4
  import { u as h } from "./useAuthkitUsersProfile-BC5EsA2f.js";
5
5
  import { u as S } from "./useAuthkitAppsAuthPageInfo-nCjfAjiw.js";
6
6
  import { u as C } from "./useAuthkitCreateAndUpdate-u-ceTc-m.js";
7
- import { u as c } from "./useMessageNotifications-BMUx5xfX.js";
8
- import { u as T, a as b } from "./useDownloads-BC0QyEFr.js";
9
- import { u as R } from "./useTableHandle-9alnSWt0.js";
10
- import { f as E, a as L, g as k, u as _, b as I, c as M, d as B, e as w, w as F } from "./useSEO-BWAREYk4.js";
7
+ import { u as d } from "./useMessageNotifications-BMUx5xfX.js";
8
+ import { u as O, a as T, b as P, c as R } from "./useSEO-DFmbAH-7.js";
9
+ import { u as E } from "./useTableHandle-9alnSWt0.js";
10
+ import { f as k, a as _, g as I, u as M, b as B, c as w, w as F } from "./useRoutePermission-CxRJlooW.js";
11
11
  import { u as v } from "./useUploadCos-DGPnLOC9.js";
12
12
  import { u as G } from "./useUserMenu-ClPBlvaM.js";
13
13
  import { u as H, a as V } from "./useSubscriptionCheckout-CHAF20s-.js";
@@ -17,35 +17,35 @@ export {
17
17
  q as POINTS_RECHARGE_STATUS_FALLBACK,
18
18
  z as REFUND_STATUS_FALLBACK,
19
19
  J as createBillingStatusOptions,
20
- E as findActiveMenuPath,
21
- L as findMenuPath,
22
- k as getPathOnly,
20
+ k as findActiveMenuPath,
21
+ _ as findMenuPath,
22
+ I as getPathOnly,
23
23
  o as globalConfig,
24
24
  u as globalSEOConfig,
25
25
  r as globalThemeRef,
26
26
  i as setGlobalConfig,
27
27
  n as setGlobalSEOConfig,
28
28
  f as setTheme,
29
- _ as useActiveDoc,
30
- I as useAuthMenu,
29
+ M as useActiveDoc,
30
+ B as useAuthMenu,
31
31
  S as useAuthkitAppsAuthPageInfo,
32
32
  a as useAuthkitAuth,
33
33
  p as useAuthkitAuthModal,
34
34
  C as useAuthkitCreateAndUpdate,
35
35
  h as useAuthkitUsersProfile,
36
36
  H as useBillingPlans,
37
- T as useCommonCreateAndUpdate,
38
- b as useDownloads,
37
+ O as useCommonCreateAndUpdate,
38
+ T as useDownloads,
39
39
  Q as useInvoiceStatusOptions,
40
40
  l as useLegalLinks,
41
- c as useMessageNotifications,
41
+ d as useMessageNotifications,
42
42
  W as usePointsRechargeStatusOptions,
43
43
  X as useRefundStatusOptions,
44
- M as useRoutePermission,
45
- B as useRouteSEO,
46
- w as useSEO,
44
+ w as useRoutePermission,
45
+ P as useRouteSEO,
46
+ R as useSEO,
47
47
  V as useSubscriptionCheckout,
48
- R as useTableHandle,
48
+ E as useTableHandle,
49
49
  v as useUploadCos,
50
50
  G as useUserMenu,
51
51
  F as withViewTransition
package/dist/head.d.ts CHANGED
@@ -1,7 +1,4 @@
1
+ import { Plugin } from 'vue';
1
2
  import { CreateClientHeadOptions } from '@unhead/vue/client';
2
- /** Vue Plugin 结构兼容(含 install),供 app.use(head) 或 head.install(app) 使用 */
3
- export interface VueHeadPlugin {
4
- install: (app: unknown, ...options: unknown[]) => unknown;
5
- }
6
- export declare function createHead(options?: CreateClientHeadOptions): VueHeadPlugin;
3
+ export declare function createHead(options?: CreateClientHeadOptions): Plugin;
7
4
  export type { CreateClientHeadOptions };
package/dist/main.d.ts CHANGED
@@ -11,6 +11,6 @@ export * from './upload';
11
11
  export * from './user';
12
12
  export * from './download';
13
13
  export * from './privateCom';
14
- export { createHead, type CreateClientHeadOptions, type VueHeadPlugin, } from './head';
14
+ export { createHead, type CreateClientHeadOptions, } from './head';
15
15
  export { auth, billing, ones, log, ai, webhook } from './utils/apiClients';
16
16
  export { api, type LegacyApiRequestConfig, type LegacyApiResponse } from './utils/legacyApi';