@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.
- package/dist/WidthContainer-DSxG-FRN.js +688 -0
- package/dist/analytics.d.ts +1 -0
- package/dist/analytics.js +1 -0
- package/dist/common.js +1 -1
- package/dist/composables.js +16 -16
- package/dist/head.d.ts +2 -5
- package/dist/main.d.ts +1 -1
- package/dist/main.js +549 -1007
- package/dist/style.css +1 -1
- package/dist/types/api/log.generated.d.ts +63 -0
- package/dist/types/api/ones.generated.d.ts +0 -63
- package/dist/types/api/webhook.generated.d.ts +14 -0
- package/dist/useRoutePermission-CxRJlooW.js +212 -0
- package/dist/useSEO-DFmbAH-7.js +153 -0
- package/package.json +9 -2
- package/dist/WidthContainer-B5gW9ACv.js +0 -691
- package/dist/useDownloads-BC0QyEFr.js +0 -67
- package/dist/useSEO-BWAREYk4.js +0 -669
package/dist/composables.js
CHANGED
|
@@ -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
|
|
8
|
-
import { u as
|
|
9
|
-
import { u as
|
|
10
|
-
import { f as
|
|
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
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
-
|
|
30
|
-
|
|
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
|
-
|
|
38
|
-
|
|
37
|
+
O as useCommonCreateAndUpdate,
|
|
38
|
+
T as useDownloads,
|
|
39
39
|
Q as useInvoiceStatusOptions,
|
|
40
40
|
l as useLegalLinks,
|
|
41
|
-
|
|
41
|
+
d as useMessageNotifications,
|
|
42
42
|
W as usePointsRechargeStatusOptions,
|
|
43
43
|
X as useRefundStatusOptions,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
w as useRoutePermission,
|
|
45
|
+
P as useRouteSEO,
|
|
46
|
+
R as useSEO,
|
|
47
47
|
V as useSubscriptionCheckout,
|
|
48
|
-
|
|
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
|
-
|
|
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,
|
|
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';
|