@huyooo/ui 0.11.11 → 0.11.14
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-DrX6fwKt.js → AuthkitAppSetting-p_ZzaAK3.js} +6 -6
- package/dist/{AuthkitGithubBinding-r2oVuCSV.js → AuthkitGithubBinding-Cwly1un7.js} +7 -7
- package/dist/{Clipboard-ChMNfcO5.js → Clipboard-k0jtK4CJ.js} +1 -1
- package/dist/{Contact-Yqmjh47e.js → Contact-BGZm3i5l.js} +2 -2
- package/dist/{FeedbackItem-DHp_C0pN.js → FeedbackItem-opB6y-f2.js} +3 -3
- package/dist/{FeedbackModal-Dzl0Alp7.js → FeedbackModal-9CNnFC6B.js} +3 -3
- package/dist/{MessageHandle-BcRjYeVi.js → MessageHandle-BZBT7Ii1.js} +2 -2
- package/dist/{MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-BOtgTje-.js → MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-BbKvsNKj.js} +2 -2
- package/dist/{PaySubscriptions-BsU0XmXf.js → PaySubscriptions-DS4kJNb_.js} +187 -171
- package/dist/{PricingPlans-YroHYNiM.js → PricingPlans-v8ZL2XaL.js} +23 -23
- package/dist/{ReferrerReferees-B-ISyXHw.js → ReferrerReferees-DhS91Ulf.js} +4 -4
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-CDWyo3RL.js → Upload.vue_vue_type_script_setup_true_lang-DOHui-lA.js} +1 -1
- package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-Czix4_tj.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-9cF5hBYc.js} +91 -91
- package/dist/{WidthContainer-CYYbzXj0.js → WidthContainer-ektCstwj.js} +8 -8
- package/dist/{apiClients-KFp-rs-C.js → apiClients-B8bOvWw_.js} +28 -27
- package/dist/authkit.js +9 -9
- package/dist/common/globalConfig.d.ts +8 -0
- package/dist/common.js +1 -1
- package/dist/composables.js +12 -12
- package/dist/feedback.js +3 -3
- package/dist/main.js +30 -30
- package/dist/message.js +3 -3
- package/dist/pay.js +3 -3
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-B9_VzVkQ.js → useAuthkitAppsAuthPageInfo-6ncIP9RT.js} +1 -1
- package/dist/{useAuthkitAuth-Doj5VYjK.js → useAuthkitAuth-Bj8XxPtO.js} +1 -1
- package/dist/{useAuthkitCreateAndUpdate-DomftQMK.js → useAuthkitCreateAndUpdate-CUf8HARI.js} +1 -1
- package/dist/{useAuthkitUsersProfile-FJnHJad-.js → useAuthkitUsersProfile-CoQceogN.js} +2 -2
- package/dist/{useDownloads-CzC3gLUV.js → useDownloads-B8FzX8T_.js} +1 -1
- package/dist/{useEnsureAuthenticated-D78tsddF.js → useEnsureAuthenticated-MpHmn2co.js} +2 -2
- package/dist/{useLegalLinks-OGVbqXVy.js → useLegalLinks-CVHYmza0.js} +2 -2
- package/dist/{useMessageNotifications-DeHFJFcX.js → useMessageNotifications-Bstn2qtG.js} +1 -1
- package/dist/{useSEO-BZhVKEZr.js → useSEO-DU86KCMJ.js} +2 -2
- package/dist/{useSubscriptionCheckout-DmxORGSV.js → useSubscriptionCheckout-Dv8Rq5jU.js} +2 -2
- package/dist/{useTableHandle-jw0P7-2a.js → useTableHandle-B9aFmwYM.js} +1 -1
- package/dist/{useUploadCos-keDKcs0j.js → useUploadCos-DTMIoW7p.js} +1 -1
- package/dist/user.js +1 -1
- package/dist/utils/pricing.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { eden as n, defineMiddleware as
|
|
2
|
-
import { ref as
|
|
1
|
+
import { eden as n, defineMiddleware as u, createClient as I } from "@vafast/api-client";
|
|
2
|
+
import { ref as p, computed as b } from "vue";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { Message as A } from "@arco-design/web-vue";
|
|
5
|
-
const P =
|
|
5
|
+
const P = p(void 0);
|
|
6
6
|
function U(e) {
|
|
7
7
|
var t, r;
|
|
8
8
|
return e === "system" ? typeof window < "u" && ((r = (t = window.matchMedia) == null ? void 0 : t.call(window, "(prefers-color-scheme: dark)")) != null && r.matches) ? "dark" : "light" : e;
|
|
@@ -22,6 +22,7 @@ let o = {
|
|
|
22
22
|
aiPrefixUrl: "/aiRestfulApi",
|
|
23
23
|
webhookPrefixUrl: "/webhookRestfulApi",
|
|
24
24
|
oauthCallbackUrl: "",
|
|
25
|
+
pricingUrl: "/Pricing",
|
|
25
26
|
avatarBucketId: "68350c206888f565dc7d09e9",
|
|
26
27
|
feedbackBucketId: "6826e4db6888f565dc775dce",
|
|
27
28
|
bucket: "ones-1358549778",
|
|
@@ -32,7 +33,7 @@ function H(e) {
|
|
|
32
33
|
Object.assign(R, e);
|
|
33
34
|
}
|
|
34
35
|
function Q(e) {
|
|
35
|
-
o.appId = e.appId, e.theme !== void 0 && (P.value = e.theme, v(U(e.theme))), o.authPrefixUrl = e.authPrefixUrl || "/authRestfulApi", (e.onesPrefixUrl !== void 0 || e.prefixUrl !== void 0) && (o.onesPrefixUrl = e.onesPrefixUrl ?? e.prefixUrl ?? o.onesPrefixUrl), e.billingPrefixUrl !== void 0 && (o.billingPrefixUrl = e.billingPrefixUrl), e.logPrefixUrl !== void 0 && (o.logPrefixUrl = e.logPrefixUrl), e.aiPrefixUrl !== void 0 && (o.aiPrefixUrl = e.aiPrefixUrl), e.webhookPrefixUrl !== void 0 && (o.webhookPrefixUrl = e.webhookPrefixUrl), e.oauthCallbackUrl !== void 0 ? o.oauthCallbackUrl = e.oauthCallbackUrl : typeof window < "u" && (o.oauthCallbackUrl = `${window.location.origin}/`), e.avatarBucketId !== void 0 && (o.avatarBucketId = e.avatarBucketId), e.feedbackBucketId !== void 0 && (o.feedbackBucketId = e.feedbackBucketId), e.bucket !== void 0 && (o.bucket = e.bucket), e.region !== void 0 && (o.region = e.region), e.web3formsAccessKey !== void 0 && (o.web3formsAccessKey = e.web3formsAccessKey);
|
|
36
|
+
o.appId = e.appId, e.theme !== void 0 && (P.value = e.theme, v(U(e.theme))), o.authPrefixUrl = e.authPrefixUrl || "/authRestfulApi", (e.onesPrefixUrl !== void 0 || e.prefixUrl !== void 0) && (o.onesPrefixUrl = e.onesPrefixUrl ?? e.prefixUrl ?? o.onesPrefixUrl), e.billingPrefixUrl !== void 0 && (o.billingPrefixUrl = e.billingPrefixUrl), e.logPrefixUrl !== void 0 && (o.logPrefixUrl = e.logPrefixUrl), e.aiPrefixUrl !== void 0 && (o.aiPrefixUrl = e.aiPrefixUrl), e.webhookPrefixUrl !== void 0 && (o.webhookPrefixUrl = e.webhookPrefixUrl), e.pricingUrl !== void 0 && (o.pricingUrl = e.pricingUrl || "/Pricing"), e.openPricing !== void 0 && (o.openPricing = e.openPricing), e.oauthCallbackUrl !== void 0 ? o.oauthCallbackUrl = e.oauthCallbackUrl : typeof window < "u" && (o.oauthCallbackUrl = `${window.location.origin}/`), e.avatarBucketId !== void 0 && (o.avatarBucketId = e.avatarBucketId), e.feedbackBucketId !== void 0 && (o.feedbackBucketId = e.feedbackBucketId), e.bucket !== void 0 && (o.bucket = e.bucket), e.region !== void 0 && (o.region = e.region), e.web3formsAccessKey !== void 0 && (o.web3formsAccessKey = e.web3formsAccessKey);
|
|
36
37
|
}
|
|
37
38
|
function j(e) {
|
|
38
39
|
return n(e);
|
|
@@ -81,23 +82,23 @@ function K(e) {
|
|
|
81
82
|
console.warn("Failed to update jwtToken in localStorage:", t);
|
|
82
83
|
}
|
|
83
84
|
}
|
|
84
|
-
const
|
|
85
|
+
const k = p(!1), y = p("signIn");
|
|
85
86
|
function z(e) {
|
|
86
|
-
e != null && e.view && (y.value = e.view),
|
|
87
|
+
e != null && e.view && (y.value = e.view), k.value = !0;
|
|
87
88
|
}
|
|
88
89
|
function _() {
|
|
89
|
-
|
|
90
|
+
k.value = !1;
|
|
90
91
|
}
|
|
91
|
-
function
|
|
92
|
+
function g() {
|
|
92
93
|
return {
|
|
93
94
|
open: z,
|
|
94
95
|
close: _,
|
|
95
|
-
isOpen: b(() =>
|
|
96
|
+
isOpen: b(() => k.value),
|
|
96
97
|
view: b(() => y.value)
|
|
97
98
|
};
|
|
98
99
|
}
|
|
99
100
|
const d = 40101;
|
|
100
|
-
let
|
|
101
|
+
let f = !1, h = [];
|
|
101
102
|
function m(e, t = null) {
|
|
102
103
|
h.forEach(({
|
|
103
104
|
resolve: r,
|
|
@@ -128,31 +129,31 @@ async function F() {
|
|
|
128
129
|
throw console.error("Token refresh failed:", t), t;
|
|
129
130
|
}
|
|
130
131
|
}
|
|
131
|
-
const L =
|
|
132
|
+
const L = u(async (e, t) => (e.headers.set("app-id", o.appId), t()), {
|
|
132
133
|
name: "app-id"
|
|
133
|
-
}), N =
|
|
134
|
+
}), N = u(async (e, t) => {
|
|
134
135
|
const r = localStorage.getItem("jwtToken");
|
|
135
136
|
return r && e.headers.set("authorization", `Bearer ${r}`), t();
|
|
136
137
|
}, {
|
|
137
138
|
name: "token"
|
|
138
|
-
}), q =
|
|
139
|
+
}), q = u(async (e, t) => {
|
|
139
140
|
var a;
|
|
140
141
|
const r = await t();
|
|
141
142
|
if (((a = r.error) == null ? void 0 : a.code) === d) {
|
|
142
|
-
if (
|
|
143
|
+
if (f)
|
|
143
144
|
return new Promise((i, c) => {
|
|
144
145
|
h.push({
|
|
145
|
-
resolve: async (
|
|
146
|
-
e.headers.set("authorization", `Bearer ${
|
|
147
|
-
const
|
|
148
|
-
i(
|
|
146
|
+
resolve: async (T) => {
|
|
147
|
+
e.headers.set("authorization", `Bearer ${T}`);
|
|
148
|
+
const w = await t();
|
|
149
|
+
i(w);
|
|
149
150
|
},
|
|
150
151
|
reject: () => {
|
|
151
152
|
c(r);
|
|
152
153
|
}
|
|
153
154
|
});
|
|
154
155
|
});
|
|
155
|
-
|
|
156
|
+
f = !0;
|
|
156
157
|
try {
|
|
157
158
|
const i = await F();
|
|
158
159
|
return m(null, i), e.headers.set("authorization", `Bearer ${i}`), await t();
|
|
@@ -160,36 +161,36 @@ const L = f(async (e, t) => (e.headers.set("app-id", o.appId), t()), {
|
|
|
160
161
|
m(i, null), x();
|
|
161
162
|
const {
|
|
162
163
|
open: c
|
|
163
|
-
} =
|
|
164
|
+
} = g();
|
|
164
165
|
return c(), r;
|
|
165
166
|
} finally {
|
|
166
|
-
|
|
167
|
+
f = !1;
|
|
167
168
|
}
|
|
168
169
|
}
|
|
169
170
|
return r;
|
|
170
171
|
}, {
|
|
171
172
|
name: "token-refresh"
|
|
172
|
-
}), D =
|
|
173
|
+
}), D = u(async (e, t) => {
|
|
173
174
|
var a;
|
|
174
175
|
const r = await t();
|
|
175
176
|
if (r.status === 401 && ((a = r.error) == null ? void 0 : a.code) !== d) {
|
|
176
177
|
x();
|
|
177
178
|
const {
|
|
178
179
|
open: i
|
|
179
|
-
} =
|
|
180
|
+
} = g();
|
|
180
181
|
return i(), r;
|
|
181
182
|
}
|
|
182
183
|
return r.error && r.error.code !== d && A.error(r.error.message || "请求失败"), r;
|
|
183
184
|
}, {
|
|
184
185
|
name: "error-message"
|
|
185
186
|
});
|
|
186
|
-
function
|
|
187
|
+
function l(e) {
|
|
187
188
|
return I({
|
|
188
189
|
baseURL: e,
|
|
189
190
|
timeout: 3e4
|
|
190
191
|
}).use(L).use(N).use(q).use(D);
|
|
191
192
|
}
|
|
192
|
-
function
|
|
193
|
+
function s(e) {
|
|
193
194
|
let t = null;
|
|
194
195
|
return new Proxy({}, {
|
|
195
196
|
get(r, a) {
|
|
@@ -197,7 +198,7 @@ function l(e) {
|
|
|
197
198
|
}
|
|
198
199
|
});
|
|
199
200
|
}
|
|
200
|
-
const Z =
|
|
201
|
+
const Z = s(() => S(l(o.authPrefixUrl))), C = s(() => B(l(o.billingPrefixUrl))), ee = s(() => M(l(o.onesPrefixUrl))), re = s(() => E(l(o.logPrefixUrl))), te = s(() => j(l(o.aiPrefixUrl))), oe = s(() => O(l(o.webhookPrefixUrl)));
|
|
201
202
|
export {
|
|
202
203
|
R as a,
|
|
203
204
|
P as b,
|
|
@@ -211,6 +212,6 @@ export {
|
|
|
211
212
|
re as l,
|
|
212
213
|
ee as o,
|
|
213
214
|
Q as s,
|
|
214
|
-
|
|
215
|
+
g as u,
|
|
215
216
|
oe as w
|
|
216
217
|
};
|
package/dist/authkit.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { A as a, B as s, E as u, a as e, b as h, O as A, P as r, c as o, _ as k, d as n, S as d, e as p, u as P } from "./AuthkitAppSetting-
|
|
2
|
-
import { A as l, a as m, b as g, c as S, d as O, e as c, f as L, _ as U, g as w, O as x, h as E, P as b, i as B, j as C, k as y, R as I, S as V, l as _, m as v, n as G, o as R, p as D, q as M } from "./AuthkitGithubBinding-
|
|
3
|
-
import { u as q } from "./useAuthkitAppsAuthPageInfo-
|
|
4
|
-
import { u as K } from "./useAuthkitAuth-
|
|
5
|
-
import { u as Y } from "./apiClients-
|
|
6
|
-
import { u as H } from "./useEnsureAuthenticated-
|
|
7
|
-
import { L as N, a as Q, b as W, u as X } from "./useLegalLinks-
|
|
8
|
-
import { u as $ } from "./useAuthkitUsersProfile-
|
|
9
|
-
import { u as it } from "./useAuthkitCreateAndUpdate-
|
|
1
|
+
import { A as a, B as s, E as u, a as e, b as h, O as A, P as r, c as o, _ as k, d as n, S as d, e as p, u as P } from "./AuthkitAppSetting-p_ZzaAK3.js";
|
|
2
|
+
import { A as l, a as m, b as g, c as S, d as O, e as c, f as L, _ as U, g as w, O as x, h as E, P as b, i as B, j as C, k as y, R as I, S as V, l as _, m as v, n as G, o as R, p as D, q as M } from "./AuthkitGithubBinding-Cwly1un7.js";
|
|
3
|
+
import { u as q } from "./useAuthkitAppsAuthPageInfo-6ncIP9RT.js";
|
|
4
|
+
import { u as K } from "./useAuthkitAuth-Bj8XxPtO.js";
|
|
5
|
+
import { u as Y } from "./apiClients-B8bOvWw_.js";
|
|
6
|
+
import { u as H } from "./useEnsureAuthenticated-MpHmn2co.js";
|
|
7
|
+
import { L as N, a as Q, b as W, u as X } from "./useLegalLinks-CVHYmza0.js";
|
|
8
|
+
import { u as $ } from "./useAuthkitUsersProfile-CoQceogN.js";
|
|
9
|
+
import { u as it } from "./useAuthkitCreateAndUpdate-CUf8HARI.js";
|
|
10
10
|
export {
|
|
11
11
|
a as AuthkitAppSetting,
|
|
12
12
|
l as AuthkitAuth,
|
|
@@ -28,6 +28,10 @@ export interface HuyoooUIConfig {
|
|
|
28
28
|
webhookPrefixUrl: string;
|
|
29
29
|
/** OAuth 回调地址(可选,默认当前应用首页) */
|
|
30
30
|
oauthCallbackUrl: string;
|
|
31
|
+
/** 价格页地址(可选,默认当前应用 /Pricing) */
|
|
32
|
+
pricingUrl: string;
|
|
33
|
+
/** 自定义打开价格页逻辑(可选;例如桌面端切换到内置订阅页) */
|
|
34
|
+
openPricing?: () => void;
|
|
31
35
|
avatarBucketId: string;
|
|
32
36
|
feedbackBucketId: string;
|
|
33
37
|
/** 默认存储桶名称 */
|
|
@@ -64,6 +68,10 @@ export interface SetGlobalConfigOptions {
|
|
|
64
68
|
webhookPrefixUrl?: string;
|
|
65
69
|
/** OAuth 回调地址(可选,默认当前应用首页) */
|
|
66
70
|
oauthCallbackUrl?: string;
|
|
71
|
+
/** 价格页地址(可选,默认当前应用 /Pricing;桌面端可配置为官网价格页) */
|
|
72
|
+
pricingUrl?: string;
|
|
73
|
+
/** 自定义打开价格页逻辑;优先级高于 pricingUrl */
|
|
74
|
+
openPricing?: () => void;
|
|
67
75
|
avatarBucketId?: string;
|
|
68
76
|
feedbackBucketId?: string;
|
|
69
77
|
/** 默认存储桶名称 */
|
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-
|
|
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-ektCstwj.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-BUkwlbzN.js";
|
|
4
4
|
import { L } from "./Logo-D7fyXyB-.js";
|
package/dist/composables.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { u as a } from "./useAuthkitAuth-
|
|
2
|
-
import { g as u, a as t, b as r, s as i, c as n, d as f, u as l } from "./apiClients-
|
|
3
|
-
import { u as m } from "./useLegalLinks-
|
|
4
|
-
import { u as g } from "./useAuthkitUsersProfile-
|
|
5
|
-
import { u as x } from "./useAuthkitAppsAuthPageInfo-
|
|
6
|
-
import { u as b } from "./useAuthkitCreateAndUpdate-
|
|
7
|
-
import { u as c } from "./useMessageNotifications-
|
|
8
|
-
import { u as P, a as M } from "./useDownloads-
|
|
9
|
-
import { u as S } from "./useTableHandle-
|
|
10
|
-
import { f as w, a as E, g as T, u as R, b as v, c as D, d as G, e as L, w as y } from "./useSEO-
|
|
11
|
-
import { u as H } from "./useUploadCos-
|
|
1
|
+
import { u as a } from "./useAuthkitAuth-Bj8XxPtO.js";
|
|
2
|
+
import { g as u, a as t, b as r, s as i, c as n, d as f, u as l } from "./apiClients-B8bOvWw_.js";
|
|
3
|
+
import { u as m } from "./useLegalLinks-CVHYmza0.js";
|
|
4
|
+
import { u as g } from "./useAuthkitUsersProfile-CoQceogN.js";
|
|
5
|
+
import { u as x } from "./useAuthkitAppsAuthPageInfo-6ncIP9RT.js";
|
|
6
|
+
import { u as b } from "./useAuthkitCreateAndUpdate-CUf8HARI.js";
|
|
7
|
+
import { u as c } from "./useMessageNotifications-Bstn2qtG.js";
|
|
8
|
+
import { u as P, a as M } from "./useDownloads-B8FzX8T_.js";
|
|
9
|
+
import { u as S } from "./useTableHandle-B9aFmwYM.js";
|
|
10
|
+
import { f as w, a as E, g as T, u as R, b as v, c as D, d as G, e as L, w as y } from "./useSEO-DU86KCMJ.js";
|
|
11
|
+
import { u as H } from "./useUploadCos-DTMIoW7p.js";
|
|
12
12
|
import { u as N } from "./useUserMenu-ClPBlvaM.js";
|
|
13
|
-
import { u as j, a as q } from "./useSubscriptionCheckout-
|
|
13
|
+
import { u as j, a as q } from "./useSubscriptionCheckout-Dv8Rq5jU.js";
|
|
14
14
|
export {
|
|
15
15
|
w as findActiveMenuPath,
|
|
16
16
|
E as findMenuPath,
|
package/dist/feedback.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-
|
|
2
|
-
import { C as r } from "./Clipboard-
|
|
3
|
-
import { F as m, a as n, b as f, c as i, d as p } from "./FeedbackItem-
|
|
1
|
+
import { B as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-9CNnFC6B.js";
|
|
2
|
+
import { C as r } from "./Clipboard-k0jtK4CJ.js";
|
|
3
|
+
import { F as m, a as n, b as f, c as i, d as p } from "./FeedbackItem-opB6y-f2.js";
|
|
4
4
|
export {
|
|
5
5
|
r as Clipboard,
|
|
6
6
|
b as FeedbackBubbleEnd,
|
package/dist/main.js
CHANGED
|
@@ -2,49 +2,49 @@ var h2 = Object.defineProperty;
|
|
|
2
2
|
var _2 = (e, t, o) => t in e ? h2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
|
|
3
3
|
var U = (e, t, o) => _2(e, typeof t != "symbol" ? t + "" : t, o);
|
|
4
4
|
import "./styles.js";
|
|
5
|
-
import { u as M3 } from "./useAuthkitAuth-
|
|
6
|
-
import { g as I } from "./apiClients-
|
|
7
|
-
import { h as v3, e as x3, f as H3, a as Z3, b as V3, l as E3, o as U3, s as b3, c as S3, d as A3, u as G3, w as P3 } from "./apiClients-
|
|
8
|
-
import { L as T3, a as O3, b as B3, u as I3 } from "./useLegalLinks-
|
|
9
|
-
import { u as N3 } from "./useAuthkitUsersProfile-
|
|
10
|
-
import { u as j3 } from "./useAuthkitAppsAuthPageInfo-
|
|
11
|
-
import { u as z3 } from "./useAuthkitCreateAndUpdate-
|
|
12
|
-
import { u as K3 } from "./useMessageNotifications-
|
|
13
|
-
import { a as o2 } from "./useDownloads-
|
|
14
|
-
import { u as Q3 } from "./useDownloads-
|
|
15
|
-
import { u as X3 } from "./useTableHandle-
|
|
16
|
-
import { n as g2, h as N, U as m2, i as s2, V as L2, j as J, H as Q, k as y2, v as w2 } from "./useSEO-
|
|
17
|
-
import { f as t4, a as o4, g as s4, u as a4, b as i4, c as n4, d as r4, e as c4, w as l4 } from "./useSEO-
|
|
18
|
-
import { u as d4 } from "./useUploadCos-
|
|
5
|
+
import { u as M3 } from "./useAuthkitAuth-Bj8XxPtO.js";
|
|
6
|
+
import { g as I } from "./apiClients-B8bOvWw_.js";
|
|
7
|
+
import { h as v3, e as x3, f as H3, a as Z3, b as V3, l as E3, o as U3, s as b3, c as S3, d as A3, u as G3, w as P3 } from "./apiClients-B8bOvWw_.js";
|
|
8
|
+
import { L as T3, a as O3, b as B3, u as I3 } from "./useLegalLinks-CVHYmza0.js";
|
|
9
|
+
import { u as N3 } from "./useAuthkitUsersProfile-CoQceogN.js";
|
|
10
|
+
import { u as j3 } from "./useAuthkitAppsAuthPageInfo-6ncIP9RT.js";
|
|
11
|
+
import { u as z3 } from "./useAuthkitCreateAndUpdate-CUf8HARI.js";
|
|
12
|
+
import { u as K3 } from "./useMessageNotifications-Bstn2qtG.js";
|
|
13
|
+
import { a as o2 } from "./useDownloads-B8FzX8T_.js";
|
|
14
|
+
import { u as Q3 } from "./useDownloads-B8FzX8T_.js";
|
|
15
|
+
import { u as X3 } from "./useTableHandle-B9aFmwYM.js";
|
|
16
|
+
import { n as g2, h as N, U as m2, i as s2, V as L2, j as J, H as Q, k as y2, v as w2 } from "./useSEO-DU86KCMJ.js";
|
|
17
|
+
import { f as t4, a as o4, g as s4, u as a4, b as i4, c as n4, d as r4, e as c4, w as l4 } from "./useSEO-DU86KCMJ.js";
|
|
18
|
+
import { u as d4 } from "./useUploadCos-DTMIoW7p.js";
|
|
19
19
|
import { u as f4 } from "./useUserMenu-ClPBlvaM.js";
|
|
20
|
-
import { u as h4, a as _4 } from "./useSubscriptionCheckout-
|
|
21
|
-
import { A as m4, B as L4, E as y4, a as w4, b as F4, O as M4, P as k4, c as v4, _ as x4, d as H4, S as Z4, e as V4, u as E4 } from "./AuthkitAppSetting-
|
|
22
|
-
import { A as b4, a as S4, b as A4, c as G4, d as P4, e as D4, f as T4, _ as O4, g as B4, O as I4, h as $4, P as N4, i as W4, j as j4, k as R4, R as z4, S as q4, l as K4, m as J4, n as Q4, o as Y4, p as X4, q as e6 } from "./AuthkitGithubBinding-
|
|
23
|
-
import { u as o6 } from "./useEnsureAuthenticated-
|
|
24
|
-
import { A as a6, C as i6, _ as n6, a as r6, D as c6, E as l6, b as C6, M as d6, N as p6, c as f6, d as u6 } from "./MessageHandle-
|
|
20
|
+
import { u as h4, a as _4 } from "./useSubscriptionCheckout-Dv8Rq5jU.js";
|
|
21
|
+
import { A as m4, B as L4, E as y4, a as w4, b as F4, O as M4, P as k4, c as v4, _ as x4, d as H4, S as Z4, e as V4, u as E4 } from "./AuthkitAppSetting-p_ZzaAK3.js";
|
|
22
|
+
import { A as b4, a as S4, b as A4, c as G4, d as P4, e as D4, f as T4, _ as O4, g as B4, O as I4, h as $4, P as N4, i as W4, j as j4, k as R4, R as z4, S as q4, l as K4, m as J4, n as Q4, o as Y4, p as X4, q as e6 } from "./AuthkitGithubBinding-Cwly1un7.js";
|
|
23
|
+
import { u as o6 } from "./useEnsureAuthenticated-MpHmn2co.js";
|
|
24
|
+
import { A as a6, C as i6, _ as n6, a as r6, D as c6, E as l6, b as C6, M as d6, N as p6, c as f6, d as u6 } from "./MessageHandle-BZBT7Ii1.js";
|
|
25
25
|
import { I as _6, M as g6 } from "./MessageList-Bo6YCfRO.js";
|
|
26
|
-
import { M as L6, a as y6, _ as w6 } from "./MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-
|
|
27
|
-
import { B as M6, a as k6, F as v6, b as x6, c as H6, d as Z6, R as V6 } from "./FeedbackModal-
|
|
28
|
-
import { C as U6 } from "./Clipboard-
|
|
29
|
-
import { F as S6, a as A6, b as G6, c as P6, d as D6 } from "./FeedbackItem-
|
|
26
|
+
import { M as L6, a as y6, _ as w6 } from "./MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-BbKvsNKj.js";
|
|
27
|
+
import { B as M6, a as k6, F as v6, b as x6, c as H6, d as Z6, R as V6 } from "./FeedbackModal-9CNnFC6B.js";
|
|
28
|
+
import { C as U6 } from "./Clipboard-k0jtK4CJ.js";
|
|
29
|
+
import { F as S6, a as A6, b as G6, c as P6, d as D6 } from "./FeedbackItem-opB6y-f2.js";
|
|
30
30
|
import { L as O6, a as B6, b as I6, B as $6, C as N6, c as W6, d as j6, e as R6, f as z6, g as q6, h as K6, i as J6, j as Q6, k as Y6, l as X6, m as e7, n as t7, o as o7, p as s7, q as a7, r as i7, s as n7, t as r7, u as c7, T as l7, v as C7, w as d7, x as p7, y as f7, z as u7, P as h7 } from "./LandingPageSectionTabs-Ce3_Rc2L.js";
|
|
31
31
|
import { L as g7, a as m7 } from "./LandingPageFAQ-CZJXvor9.js";
|
|
32
32
|
import { L as y7, a as w7, b as F7, c as M7, D as k7, d as v7, e as x7, f as H7, g as Z7, h as V7, i as E7, j as U7, k as b7 } from "./LandingPageLinkGroup-DDNRivMt.js";
|
|
33
33
|
import { D as A7, L as G7 } from "./LandingPageSectionHeader-D_74W4My.js";
|
|
34
34
|
import { L as D7, L as T7 } from "./Logo-D7fyXyB-.js";
|
|
35
|
-
import { A as B7, a as I7, C as $7, D as N7, G as W7, H as j7, b as R7, S as z7, W as q7 } from "./WidthContainer-
|
|
35
|
+
import { A as B7, a as I7, C as $7, D as N7, G as W7, H as j7, b as R7, S as z7, W as q7 } from "./WidthContainer-ektCstwj.js";
|
|
36
36
|
import { C as J7, a as Q7 } from "./CollapseItem-DUzZA6tx.js";
|
|
37
37
|
import { C as X7, E as e5 } from "./CustomTable-BUkwlbzN.js";
|
|
38
38
|
import { M as o5, a as s5 } from "./Menu-Cy2ZPeaz.js";
|
|
39
|
-
import { P as i5, u as n5 } from "./PaySubscriptions-
|
|
40
|
-
import { P as c5, a as l5 } from "./PricingPlans-
|
|
41
|
-
import { R as d5 } from "./ReferrerReferees-
|
|
42
|
-
import { _ as f5 } from "./Upload.vue_vue_type_script_setup_true_lang-
|
|
43
|
-
import { U as h5, a as _5, b as g5, c as m5, d as L5, _ as y5, e as w5, f as F5, g as M5, h as k5, i as v5, j as x5, k as H5, l as Z5, m as V5 } from "./UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-
|
|
39
|
+
import { P as i5, u as n5 } from "./PaySubscriptions-DS4kJNb_.js";
|
|
40
|
+
import { P as c5, a as l5 } from "./PricingPlans-v8ZL2XaL.js";
|
|
41
|
+
import { R as d5 } from "./ReferrerReferees-DhS91Ulf.js";
|
|
42
|
+
import { _ as f5 } from "./Upload.vue_vue_type_script_setup_true_lang-DOHui-lA.js";
|
|
43
|
+
import { U as h5, a as _5, b as g5, c as m5, d as L5, _ as y5, e as w5, f as F5, g as M5, h as k5, i as v5, j as x5, k as H5, l as Z5, m as V5 } from "./UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-9cF5hBYc.js";
|
|
44
44
|
import { defineComponent as V, computed as b, openBlock as g, createElementBlock as L, normalizeStyle as F2, normalizeClass as a2, createElementVNode as C, toDisplayString as v, createCommentVNode as x, createVNode as Z, unref as H, createTextVNode as i2, withModifiers as n2, renderSlot as M2, withCtx as R, Fragment as O, renderList as B, createBlock as P, onMounted as r2, ref as W, watch as k2, onUnmounted as v2, withDirectives as x2, createStaticVNode as H2, vShow as Z2 } from "vue";
|
|
45
45
|
import { Icon as S } from "@iconify/vue";
|
|
46
46
|
import { _ as A } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
47
|
-
import { C as U5, F as b5, I as S5 } from "./Contact-
|
|
47
|
+
import { C as U5, F as b5, I as S5 } from "./Contact-BGZm3i5l.js";
|
|
48
48
|
function j(e, t = {}, o) {
|
|
49
49
|
for (const a in e) {
|
|
50
50
|
const i = e[a], c = o ? `${o}:${a}` : a;
|
package/dist/message.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as e, C as i, _ as t, a as o, D as g, E as M, b as n, M as f, N as c, c as N, d as r } from "./MessageHandle-
|
|
1
|
+
import { A as e, C as i, _ as t, a as o, D as g, E as M, b as n, M as f, N as c, c as N, d as r } from "./MessageHandle-BZBT7Ii1.js";
|
|
2
2
|
import { I as m, M as p } from "./MessageList-Bo6YCfRO.js";
|
|
3
|
-
import { M as D, a as x, _ as C } from "./MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { u as d } from "./useMessageNotifications-
|
|
3
|
+
import { M as D, a as x, _ as C } from "./MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-BbKvsNKj.js";
|
|
4
|
+
import { u as d } from "./useMessageNotifications-Bstn2qtG.js";
|
|
5
5
|
export {
|
|
6
6
|
m as InfiniteLoading,
|
|
7
7
|
e as MessageAppMessage,
|
package/dist/pay.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { P as a, u as r } from "./PaySubscriptions-
|
|
2
|
-
import { P as u, a as n } from "./PricingPlans-
|
|
3
|
-
import { u as t, a as P } from "./useSubscriptionCheckout-
|
|
1
|
+
import { P as a, u as r } from "./PaySubscriptions-DS4kJNb_.js";
|
|
2
|
+
import { P as u, a as n } from "./PricingPlans-v8ZL2XaL.js";
|
|
3
|
+
import { u as t, a as P } from "./useSubscriptionCheckout-Dv8Rq5jU.js";
|
|
4
4
|
export {
|
|
5
5
|
a as PaySubscriptions,
|
|
6
6
|
u as PricingFAQ,
|
package/dist/privateCom.js
CHANGED
package/dist/referrer.js
CHANGED