@huyooo/ui 0.5.21 → 0.5.22
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/{AuthkitAuthModal-BRKkQ2Px.js → AuthkitAuthModal-B4lMwzvJ.js} +12 -12
- package/dist/{AuthkitAuthorize-DuQ4CKWT.js → AuthkitAuthorize-E8sLXoEx.js} +1 -1
- package/dist/{CustomTable-B8i1SbFB.js → CustomTable-BGm0KdAy.js} +2 -3
- package/dist/{FeedbackItem-DJDUUJbB.js → FeedbackItem-DFCuTCaI.js} +10 -9
- package/dist/{FeedbackModal-Df1Wiclk.js → FeedbackModal-BGXr3jPm.js} +17 -18
- package/dist/LandingPageSectionTabs-CHsvmY8x.js +10540 -0
- package/dist/{PaySubscriptions-CnPLduJz.js → PaySubscriptions-77rXNTOt.js} +4 -3
- package/dist/{ReferrerReferees-B3Ek3gAn.js → ReferrerReferees-DCALYxND.js} +1 -1
- package/dist/{UserAccountMenu-BNCGS_KR.js → UserAccountMenu-B0-Niup_.js} +59 -61
- package/dist/{WidthContainer-DFWspiGt.js → WidthContainer-CpMKoABQ.js} +4 -4
- package/dist/authkit.js +2 -2
- package/dist/common.js +2 -2
- package/dist/components/LandingPage/LandingPageSections.vue.d.ts +17 -20
- package/dist/feedback.js +2 -2
- package/dist/index.js +11 -11
- package/dist/landingPage.js +1 -1
- package/dist/pay.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/user.js +1 -1
- package/package.json +1 -1
- package/dist/LandingPageSectionTabs-DGH4BPiN.js +0 -1223
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
+
/* empty css */
|
|
6
7
|
import { defineComponent as D, ref as U, createBlock as B, openBlock as L, unref as a, isRef as M, withCtx as o, createElementVNode as d, createVNode as r, createTextVNode as u, toDisplayString as n } from "vue";
|
|
7
8
|
import { Modal as V, Popconfirm as $, Button as E, Tag as g } from "@arco-design/web-vue";
|
|
8
9
|
import { api as _ } from "@huyooo/api";
|
|
@@ -10,7 +11,7 @@ import { g as x } from "./globalConfig-C1YOJcxa.js";
|
|
|
10
11
|
import { u as H } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
11
12
|
import { u as j } from "./useTableHandle-DKUIdSSh.js";
|
|
12
13
|
import { f as y } from "./index-Bb-d5pBq.js";
|
|
13
|
-
import { C as q } from "./CustomTable-
|
|
14
|
+
import { C as q } from "./CustomTable-BGm0KdAy.js";
|
|
14
15
|
import { _ as F } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
15
16
|
function G(m) {
|
|
16
17
|
return _({
|
|
@@ -273,7 +274,7 @@ const K = [{
|
|
|
273
274
|
_: 1
|
|
274
275
|
}, 8, ["visible", "onCancel"]));
|
|
275
276
|
}
|
|
276
|
-
}),
|
|
277
|
+
}), vt = /* @__PURE__ */ F(at, [["__scopeId", "data-v-8d63590c"]]);
|
|
277
278
|
export {
|
|
278
|
-
|
|
279
|
+
vt as S
|
|
279
280
|
};
|
|
@@ -6,7 +6,7 @@ import { Modal as T } from "@arco-design/web-vue";
|
|
|
6
6
|
import { api as U } from "@huyooo/api";
|
|
7
7
|
import { g as y } from "./globalConfig-C1YOJcxa.js";
|
|
8
8
|
import { u as B } from "./useTableHandle-DKUIdSSh.js";
|
|
9
|
-
import { C as D } from "./CustomTable-
|
|
9
|
+
import { C as D } from "./CustomTable-BGm0KdAy.js";
|
|
10
10
|
import { C as E } from "./Clipboard-Bful1lNJ.js";
|
|
11
11
|
import { a as H } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
12
12
|
import { _ as M } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
+
import { I as U } from "./index-Cr5RQSnA.js";
|
|
4
5
|
/* empty css */
|
|
5
|
-
import { defineComponent as b, createElementBlock as v, openBlock as u, normalizeStyle as E, normalizeClass as K, createElementVNode as d, computed as B, createBlock as _, createCommentVNode as P, createVNode as
|
|
6
|
+
import { defineComponent as b, createElementBlock as v, openBlock as u, normalizeStyle as E, normalizeClass as K, createElementVNode as d, computed as B, createBlock as _, createCommentVNode as P, createVNode as r, unref as n, withCtx as l, createTextVNode as k, toDisplayString as S, mergeModels as D, useModel as T, renderSlot as W, ref as p, Fragment as be } from "vue";
|
|
6
7
|
import { Tag as Ce, Button as X, Avatar as Y, Dropdown as $e, Divider as G, Doption as C } from "@arco-design/web-vue";
|
|
7
|
-
import { S as we } from "./PaySubscriptions-
|
|
8
|
-
import { R as Ie } from "./ReferrerReferees-
|
|
8
|
+
import { S as we } from "./PaySubscriptions-77rXNTOt.js";
|
|
9
|
+
import { R as Ie } from "./ReferrerReferees-DCALYxND.js";
|
|
9
10
|
import { a as N, u as he } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
10
11
|
import { u as Ue } from "./useAuthkitAuthModal-BpOmabWi.js";
|
|
11
12
|
import { g as q } from "./globalConfig-C1YOJcxa.js";
|
|
12
|
-
import { c as Ae, A as Me } from "./AuthkitAuthModal-
|
|
13
|
-
import { d as xe } from "./FeedbackModal-
|
|
13
|
+
import { c as Ae, A as Me } from "./AuthkitAuthModal-B4lMwzvJ.js";
|
|
14
|
+
import { d as xe } from "./FeedbackModal-BGXr3jPm.js";
|
|
14
15
|
import { M as Be } from "./MessageHandle-De7eLBi_.js";
|
|
15
16
|
/* empty css */
|
|
16
|
-
/* empty css */
|
|
17
17
|
import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
18
|
-
/* empty css */
|
|
19
|
-
import { I as U } from "./index-Cr5RQSnA.js";
|
|
20
18
|
import { _ as J, g as Q, i as Z } from "./plugin-vue_export-helper-LjDO2Zua.js";
|
|
21
19
|
import { Icon as De } from "@iconify/vue";
|
|
22
20
|
const Pe = b({
|
|
@@ -51,14 +49,14 @@ const Pe = b({
|
|
|
51
49
|
const o = Q("icon"), i = B(() => [o, `${o}-export`, {
|
|
52
50
|
[`${o}-spin`]: e.spin
|
|
53
51
|
}]), c = B(() => {
|
|
54
|
-
const
|
|
55
|
-
return e.size && (
|
|
52
|
+
const s = {};
|
|
53
|
+
return e.size && (s.fontSize = Z(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
|
|
56
54
|
});
|
|
57
55
|
return {
|
|
58
56
|
cls: i,
|
|
59
57
|
innerStyle: c,
|
|
60
|
-
onClick: (
|
|
61
|
-
t("click",
|
|
58
|
+
onClick: (s) => {
|
|
59
|
+
t("click", s);
|
|
62
60
|
}
|
|
63
61
|
};
|
|
64
62
|
}
|
|
@@ -74,7 +72,7 @@ function Re(e, t, o, i, c, f) {
|
|
|
74
72
|
"stroke-width": e.strokeWidth,
|
|
75
73
|
"stroke-linecap": e.strokeLinecap,
|
|
76
74
|
"stroke-linejoin": e.strokeLinejoin,
|
|
77
|
-
onClick: t[0] || (t[0] = (...
|
|
75
|
+
onClick: t[0] || (t[0] = (...s) => e.onClick && e.onClick(...s))
|
|
78
76
|
}, t[1] || (t[1] = [d("path", {
|
|
79
77
|
d: "M31.928 33.072 41 24.002l-9.072-9.072M16.858 24h24M31 41H7V7h24"
|
|
80
78
|
}, null, -1)]), 14, Ve);
|
|
@@ -118,14 +116,14 @@ const ze = Object.assign(R, {
|
|
|
118
116
|
const o = Q("icon"), i = B(() => [o, `${o}-launch`, {
|
|
119
117
|
[`${o}-spin`]: e.spin
|
|
120
118
|
}]), c = B(() => {
|
|
121
|
-
const
|
|
122
|
-
return e.size && (
|
|
119
|
+
const s = {};
|
|
120
|
+
return e.size && (s.fontSize = Z(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
|
|
123
121
|
});
|
|
124
122
|
return {
|
|
125
123
|
cls: i,
|
|
126
124
|
innerStyle: c,
|
|
127
|
-
onClick: (
|
|
128
|
-
t("click",
|
|
125
|
+
onClick: (s) => {
|
|
126
|
+
t("click", s);
|
|
129
127
|
}
|
|
130
128
|
};
|
|
131
129
|
}
|
|
@@ -141,7 +139,7 @@ function Oe(e, t, o, i, c, f) {
|
|
|
141
139
|
"stroke-width": e.strokeWidth,
|
|
142
140
|
"stroke-linecap": e.strokeLinecap,
|
|
143
141
|
"stroke-linejoin": e.strokeLinejoin,
|
|
144
|
-
onClick: t[0] || (t[0] = (...
|
|
142
|
+
onClick: t[0] || (t[0] = (...s) => e.onClick && e.onClick(...s))
|
|
145
143
|
}, t[1] || (t[1] = [d("path", {
|
|
146
144
|
d: "M41 26v14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h14M19.822 28.178 39.899 8.1M41 20V7H28"
|
|
147
145
|
}, null, -1)]), 14, Le);
|
|
@@ -183,7 +181,7 @@ const je = Object.assign(z, {
|
|
|
183
181
|
function c() {
|
|
184
182
|
i("upgradeHandle");
|
|
185
183
|
}
|
|
186
|
-
return (f,
|
|
184
|
+
return (f, s) => (u(), v("div", He, [d("div", Fe, [d("div", qe, [s[0] || (s[0] = d("span", null, "我的订阅:", -1)), r(n(Ce), {
|
|
187
185
|
color: "arcoblue",
|
|
188
186
|
style: {
|
|
189
187
|
"border-radius": "6px"
|
|
@@ -198,7 +196,7 @@ const je = Object.assign(z, {
|
|
|
198
196
|
class: "updatePricing",
|
|
199
197
|
onClick: c
|
|
200
198
|
}, {
|
|
201
|
-
default: l(() => [...
|
|
199
|
+
default: l(() => [...s[1] || (s[1] = [k(" 升级 ", -1)])]),
|
|
202
200
|
_: 1
|
|
203
201
|
})) : P("", !0)]), d("span", null, "有效期至: " + S(o.expireDate), 1)]));
|
|
204
202
|
}
|
|
@@ -221,7 +219,7 @@ const je = Object.assign(z, {
|
|
|
221
219
|
},
|
|
222
220
|
setup(e) {
|
|
223
221
|
const t = e;
|
|
224
|
-
return (o, i) => (u(), v("div", Te, [t.nickname ? (u(), v("span", We, S(t.nickname), 1)) : P("", !0),
|
|
222
|
+
return (o, i) => (u(), v("div", Te, [t.nickname ? (u(), v("span", We, S(t.nickname), 1)) : P("", !0), r(n(Y), {
|
|
225
223
|
"image-url": t.avatar,
|
|
226
224
|
size: 32,
|
|
227
225
|
"object-fit": "cover"
|
|
@@ -260,7 +258,7 @@ const je = Object.assign(z, {
|
|
|
260
258
|
},
|
|
261
259
|
setup(e) {
|
|
262
260
|
const t = e;
|
|
263
|
-
return (o, i) => (u(), v("div", Ge, [
|
|
261
|
+
return (o, i) => (u(), v("div", Ge, [r(n(Y), {
|
|
264
262
|
"image-url": t.avatarUrl,
|
|
265
263
|
size: 42,
|
|
266
264
|
"object-fit": "cover"
|
|
@@ -268,9 +266,9 @@ const je = Object.assign(z, {
|
|
|
268
266
|
}
|
|
269
267
|
}), ot = /* @__PURE__ */ I(tt, [["__scopeId", "data-v-367449da"]]), nt = {
|
|
270
268
|
class: "dropdownContent"
|
|
271
|
-
},
|
|
269
|
+
}, st = {
|
|
272
270
|
class: "header"
|
|
273
|
-
},
|
|
271
|
+
}, rt = /* @__PURE__ */ b({
|
|
274
272
|
__name: "UserButton",
|
|
275
273
|
props: /* @__PURE__ */ D({
|
|
276
274
|
position: {
|
|
@@ -297,7 +295,7 @@ const je = Object.assign(z, {
|
|
|
297
295
|
userProfile: c,
|
|
298
296
|
isLoggedIn: f
|
|
299
297
|
} = N();
|
|
300
|
-
function
|
|
298
|
+
function s() {
|
|
301
299
|
i("toSignIn");
|
|
302
300
|
}
|
|
303
301
|
const g = T(e, "modelValue");
|
|
@@ -314,16 +312,16 @@ const je = Object.assign(z, {
|
|
|
314
312
|
}, {
|
|
315
313
|
content: l(() => {
|
|
316
314
|
var y, A, M, h;
|
|
317
|
-
return [d("div", nt, [d("div",
|
|
315
|
+
return [d("div", nt, [d("div", st, [r(ot, {
|
|
318
316
|
"avatar-url": (y = n(c)) == null ? void 0 : y.avatarUrl,
|
|
319
317
|
nickname: (A = n(c)) == null ? void 0 : A.nickname,
|
|
320
318
|
email: (M = n(c)) == null ? void 0 : M.email,
|
|
321
319
|
"referrer-id": (h = n(c)) == null ? void 0 : h.referrerId
|
|
322
|
-
}, null, 8, ["avatar-url", "nickname", "email", "referrer-id"]),
|
|
320
|
+
}, null, 8, ["avatar-url", "nickname", "email", "referrer-id"]), r(Ke, {
|
|
323
321
|
currentVersionName: "免费版本",
|
|
324
322
|
"expire-date": "2025-01-01",
|
|
325
323
|
"can-upgrade": !0
|
|
326
|
-
})]),
|
|
324
|
+
})]), r(n(G), {
|
|
327
325
|
style: {
|
|
328
326
|
margin: "10px 0px"
|
|
329
327
|
}
|
|
@@ -331,7 +329,7 @@ const je = Object.assign(z, {
|
|
|
331
329
|
}),
|
|
332
330
|
default: l(() => {
|
|
333
331
|
var y;
|
|
334
|
-
return [
|
|
332
|
+
return [r(Ye, {
|
|
335
333
|
avatar: (y = n(c)) == null ? void 0 : y.avatarUrl
|
|
336
334
|
}, null, 8, ["avatar"])];
|
|
337
335
|
}),
|
|
@@ -340,13 +338,13 @@ const je = Object.assign(z, {
|
|
|
340
338
|
key: 0,
|
|
341
339
|
type: "primary",
|
|
342
340
|
class: "handle",
|
|
343
|
-
onClick:
|
|
341
|
+
onClick: s
|
|
344
342
|
}, {
|
|
345
343
|
default: l(() => [...m[1] || (m[1] = [k(" 登陆 ", -1)])]),
|
|
346
344
|
_: 1
|
|
347
345
|
}));
|
|
348
346
|
}
|
|
349
|
-
}), it = /* @__PURE__ */ I(
|
|
347
|
+
}), it = /* @__PURE__ */ I(rt, [["__scopeId", "data-v-ba98c4bf"]]), at = {
|
|
350
348
|
class: "UserPanel"
|
|
351
349
|
}, lt = /* @__PURE__ */ b({
|
|
352
350
|
__name: "UserPanel",
|
|
@@ -371,7 +369,7 @@ const je = Object.assign(z, {
|
|
|
371
369
|
setup(e, {
|
|
372
370
|
emit: t
|
|
373
371
|
}) {
|
|
374
|
-
const o = e, i = p(), c = p(), f = p(Symbol("key")),
|
|
372
|
+
const o = e, i = p(), c = p(), f = p(Symbol("key")), s = t, {
|
|
375
373
|
fetchUserProfile: g,
|
|
376
374
|
clearUserProfile: $,
|
|
377
375
|
isLoggedIn: m
|
|
@@ -386,12 +384,12 @@ const je = Object.assign(z, {
|
|
|
386
384
|
const a = `https://ones.huyooo.com/AboutUsDetails?type=privacyPolicy&appId=${q.appId}`;
|
|
387
385
|
window.open(a, "_blank");
|
|
388
386
|
}
|
|
389
|
-
function
|
|
387
|
+
function se(F) {
|
|
390
388
|
const a = `https://ones.huyooo.com/AboutUsDetails?type=userServiceAgreement&appId=${q.appId}`;
|
|
391
389
|
window.open(a, "_blank");
|
|
392
390
|
}
|
|
393
391
|
const {
|
|
394
|
-
show:
|
|
392
|
+
show: re
|
|
395
393
|
} = Ue(), H = T(e, "modelValue");
|
|
396
394
|
function ie() {
|
|
397
395
|
L.value = Symbol("key");
|
|
@@ -404,7 +402,7 @@ const je = Object.assign(z, {
|
|
|
404
402
|
x.value = Symbol("key");
|
|
405
403
|
}
|
|
406
404
|
function w() {
|
|
407
|
-
|
|
405
|
+
re.value = !0, s("signIn");
|
|
408
406
|
}
|
|
409
407
|
y(() => {
|
|
410
408
|
g();
|
|
@@ -457,12 +455,12 @@ const je = Object.assign(z, {
|
|
|
457
455
|
h.value.setData(!0);
|
|
458
456
|
}
|
|
459
457
|
function ge() {
|
|
460
|
-
|
|
458
|
+
s("toHomePage");
|
|
461
459
|
}
|
|
462
460
|
async function _e() {
|
|
463
|
-
$(), M(),
|
|
461
|
+
$(), M(), s("signOut");
|
|
464
462
|
}
|
|
465
|
-
return (F, a) => (u(), v("div", at, [
|
|
463
|
+
return (F, a) => (u(), v("div", at, [r(it, {
|
|
466
464
|
modelValue: H.value,
|
|
467
465
|
"onUpdate:modelValue": a[0] || (a[0] = (Se) => H.value = Se),
|
|
468
466
|
position: o.position,
|
|
@@ -470,65 +468,65 @@ const je = Object.assign(z, {
|
|
|
470
468
|
"dropdown-offset-y": o.dropdownOffsetY,
|
|
471
469
|
onToSignIn: w
|
|
472
470
|
}, {
|
|
473
|
-
DoptionList: l(() => [
|
|
471
|
+
DoptionList: l(() => [r(n(C), {
|
|
474
472
|
value: "messages",
|
|
475
473
|
class: "Doption",
|
|
476
474
|
onClick: me
|
|
477
475
|
}, {
|
|
478
476
|
icon: l(() => [...a[1] || (a[1] = [k("消息中心", -1)])]),
|
|
479
|
-
default: l(() => [
|
|
477
|
+
default: l(() => [r(n(U))]),
|
|
480
478
|
_: 1
|
|
481
|
-
}),
|
|
479
|
+
}), r(n(C), {
|
|
482
480
|
value: "setting",
|
|
483
481
|
class: "Doption",
|
|
484
482
|
onClick: fe
|
|
485
483
|
}, {
|
|
486
484
|
icon: l(() => [...a[2] || (a[2] = [k("系统设置 ", -1)])]),
|
|
487
|
-
default: l(() => [
|
|
485
|
+
default: l(() => [r(n(U))]),
|
|
488
486
|
_: 1
|
|
489
|
-
}),
|
|
487
|
+
}), r(n(C), {
|
|
490
488
|
value: "subscription",
|
|
491
489
|
class: "Doption",
|
|
492
490
|
onClick: ke
|
|
493
491
|
}, {
|
|
494
492
|
icon: l(() => [...a[3] || (a[3] = [k("订阅信息 ", -1)])]),
|
|
495
|
-
default: l(() => [
|
|
493
|
+
default: l(() => [r(n(U))]),
|
|
496
494
|
_: 1
|
|
497
|
-
}),
|
|
495
|
+
}), r(n(C), {
|
|
498
496
|
value: "feedBack",
|
|
499
497
|
class: "Doption",
|
|
500
498
|
onClick: ve
|
|
501
499
|
}, {
|
|
502
500
|
icon: l(() => [...a[4] || (a[4] = [k("系统反馈 ", -1)])]),
|
|
503
|
-
default: l(() => [
|
|
501
|
+
default: l(() => [r(n(U))]),
|
|
504
502
|
_: 1
|
|
505
|
-
}),
|
|
503
|
+
}), r(n(C), {
|
|
506
504
|
value: "invitations",
|
|
507
505
|
class: "Doption",
|
|
508
506
|
onClick: ye
|
|
509
507
|
}, {
|
|
510
508
|
icon: l(() => [...a[5] || (a[5] = [k("邀请 ", -1)])]),
|
|
511
|
-
default: l(() => [
|
|
509
|
+
default: l(() => [r(n(U))]),
|
|
512
510
|
_: 1
|
|
513
|
-
}),
|
|
511
|
+
}), r(n(G), {
|
|
514
512
|
style: {
|
|
515
513
|
margin: "10px 0px"
|
|
516
514
|
}
|
|
517
|
-
}),
|
|
515
|
+
}), r(n(C), {
|
|
518
516
|
value: "homePage",
|
|
519
517
|
class: "Doption",
|
|
520
518
|
onClick: ge
|
|
521
519
|
}, {
|
|
522
520
|
icon: l(() => [...a[6] || (a[6] = [k("主页 ", -1)])]),
|
|
523
|
-
default: l(() => [
|
|
521
|
+
default: l(() => [r(n(je))]),
|
|
524
522
|
_: 1
|
|
525
|
-
}),
|
|
523
|
+
}), r(n(C), {
|
|
526
524
|
value: "signOut",
|
|
527
525
|
class: "Doption",
|
|
528
526
|
onClick: _e
|
|
529
527
|
}, {
|
|
530
528
|
icon: l(() => [...a[7] || (a[7] = [k("退出登陆 ", -1)])]),
|
|
531
|
-
default: l(() => [
|
|
529
|
+
default: l(() => [r(n(ze))]),
|
|
532
530
|
_: 1
|
|
533
531
|
})]),
|
|
534
532
|
_: 1
|
|
@@ -538,7 +536,7 @@ const je = Object.assign(z, {
|
|
|
538
536
|
key: oe.value,
|
|
539
537
|
size: "large",
|
|
540
538
|
onToPrivacyPolicy: ne,
|
|
541
|
-
onToUserServiceAgreement:
|
|
539
|
+
onToUserServiceAgreement: se
|
|
542
540
|
})), n(m) ? (u(), v(be, {
|
|
543
541
|
key: 0
|
|
544
542
|
}, [(u(), _(Me, {
|
|
@@ -559,7 +557,7 @@ const je = Object.assign(z, {
|
|
|
559
557
|
title: "订阅详情",
|
|
560
558
|
onConfirm: ae,
|
|
561
559
|
onCancel: le
|
|
562
|
-
})),
|
|
560
|
+
})), r(Be, {
|
|
563
561
|
ref_key: "MessageHandleRef",
|
|
564
562
|
ref: O
|
|
565
563
|
}, null, 512), (u(), _(xe, {
|
|
@@ -570,7 +568,7 @@ const je = Object.assign(z, {
|
|
|
570
568
|
onCancel: ue
|
|
571
569
|
}))], 64)) : P("", !0)]));
|
|
572
570
|
}
|
|
573
|
-
}),
|
|
571
|
+
}), Vt = /* @__PURE__ */ I(lt, [["__scopeId", "data-v-9bfab947"]]), ut = {
|
|
574
572
|
class: "UserAccountMenu"
|
|
575
573
|
}, ct = {
|
|
576
574
|
class: "avatar"
|
|
@@ -592,22 +590,22 @@ const je = Object.assign(z, {
|
|
|
592
590
|
function c() {
|
|
593
591
|
i("arrowClick");
|
|
594
592
|
}
|
|
595
|
-
return (f,
|
|
593
|
+
return (f, s) => {
|
|
596
594
|
var g, $;
|
|
597
595
|
return u(), v("div", ut, [d("div", ct, [W(f.$slots, "avatar", {}, void 0, !0)]), d("div", dt, [d("div", pt, S(((g = n(o)) == null ? void 0 : g.nickname) || ""), 1), d("div", ft, S((($ = n(o)) == null ? void 0 : $.email) || ""), 1)]), d("div", {
|
|
598
596
|
class: "arrow",
|
|
599
597
|
onClick: c
|
|
600
|
-
}, [
|
|
598
|
+
}, [r(n(De), {
|
|
601
599
|
icon: "lucide:chevrons-up-down"
|
|
602
600
|
})])]);
|
|
603
601
|
};
|
|
604
602
|
}
|
|
605
|
-
}),
|
|
603
|
+
}), Rt = /* @__PURE__ */ I(mt, [["__scopeId", "data-v-b801e222"]]);
|
|
606
604
|
export {
|
|
607
605
|
Ke as S,
|
|
608
606
|
Ye as U,
|
|
609
607
|
ot as a,
|
|
610
608
|
it as b,
|
|
611
|
-
|
|
612
|
-
|
|
609
|
+
Vt as c,
|
|
610
|
+
Rt as d
|
|
613
611
|
};
|
|
@@ -12,15 +12,15 @@ import "./useUploadCos-D5k1YLb7.js";
|
|
|
12
12
|
import { useRouter as N, useRoute as F } from "vue-router";
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
15
|
-
import { d as ne, c as j } from "./UserAccountMenu-
|
|
16
|
-
|
|
17
|
-
/* empty css */
|
|
15
|
+
import { d as ne, c as j } from "./UserAccountMenu-B0-Niup_.js";
|
|
16
|
+
import "./plugin-vue_export-helper-LjDO2Zua.js";
|
|
18
17
|
/* empty css */
|
|
18
|
+
import "./index-Cr5RQSnA.js";
|
|
19
19
|
/* empty css */
|
|
20
20
|
import { M as oe } from "./Menu-ejsosUdV.js";
|
|
21
21
|
import "./CollapseItem-Cw1vcdLu.js";
|
|
22
22
|
/* empty css */
|
|
23
|
-
import "./CustomTable-
|
|
23
|
+
import "./CustomTable-BGm0KdAy.js";
|
|
24
24
|
import "./index-Bb-d5pBq.js";
|
|
25
25
|
import "@iconify/vue";
|
|
26
26
|
import { _ as h } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
package/dist/authkit.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as a, a as s, c as u, b as A, n as h, E as e, k as r, l as o, _ as k, O as n, f as d, o as p, P as f, j as m, R as P, S, i as g, m as l, d as w, e as U, g as c, h as x } from "./AuthkitAuthModal-
|
|
2
|
-
import { A as y, a as E } from "./AuthkitAuthorize-
|
|
1
|
+
import { A as a, a as s, c as u, b as A, n as h, E as e, k as r, l as o, _ as k, O as n, f as d, o as p, P as f, j as m, R as P, S, i as g, m as l, d as w, e as U, g as c, h as x } from "./AuthkitAuthModal-B4lMwzvJ.js";
|
|
2
|
+
import { A as y, a as E } from "./AuthkitAuthorize-E8sLXoEx.js";
|
|
3
3
|
import { u as C } from "./useAuthkitAppsAuthPageInfo-BifS1KOG.js";
|
|
4
4
|
import { u as V, a as b } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
5
5
|
import { u as B } from "./useAuthkitAuthModal-BpOmabWi.js";
|
package/dist/common.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as s, a as o, C as t, D as r, G as p, H as n, b as l, L as u, S as C, W as d } from "./WidthContainer-
|
|
1
|
+
import { A as s, a as o, C as t, D as r, G as p, H as n, b as l, L as u, S as C, W as d } from "./WidthContainer-CpMKoABQ.js";
|
|
2
2
|
import { C as i, a as f } from "./CollapseItem-Cw1vcdLu.js";
|
|
3
|
-
import { C as x, E as H } from "./CustomTable-
|
|
3
|
+
import { C as x, E as H } from "./CustomTable-BGm0KdAy.js";
|
|
4
4
|
import { M, a as g } from "./Menu-ejsosUdV.js";
|
|
5
5
|
export {
|
|
6
6
|
s as AppLayout,
|
|
@@ -1,26 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
interface ShowcaseItem {
|
|
3
|
-
image: string;
|
|
4
|
-
alt: string;
|
|
1
|
+
interface Feature {
|
|
5
2
|
title: string;
|
|
6
3
|
description: string;
|
|
7
|
-
|
|
4
|
+
color: "green" | "blue" | "purple";
|
|
5
|
+
iconPath: string;
|
|
8
6
|
}
|
|
9
7
|
interface Props {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
title?: string;
|
|
9
|
+
subTitle?: string;
|
|
10
|
+
imageUrl?: string;
|
|
11
|
+
imageAlt?: string;
|
|
12
|
+
features?: Feature[];
|
|
13
|
+
reverse?: boolean;
|
|
15
14
|
}
|
|
16
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
cardHeight: number;
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
|
+
reverse: boolean;
|
|
17
|
+
title: string;
|
|
18
|
+
imageAlt: string;
|
|
19
|
+
features: Feature[];
|
|
20
|
+
subTitle: string;
|
|
21
|
+
imageUrl: string;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
26
23
|
export default _default;
|
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-
|
|
1
|
+
import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-BGXr3jPm.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-
|
|
3
|
+
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-DFCuTCaI.js";
|
|
4
4
|
export {
|
|
5
5
|
r as Clipboard,
|
|
6
6
|
b as FeedbackBubbleEnd,
|
package/dist/index.js
CHANGED
|
@@ -12,24 +12,24 @@ import { u as Q3 } from "./useTableHandle-DKUIdSSh.js";
|
|
|
12
12
|
import { n as w2, e as N, U as F2, i as n2, V as M2, h as X, H as Y, g as k2, v as v2 } from "./useSEO-BLlxOmk2.js";
|
|
13
13
|
import { f as K3, u as X3, a as Y3, b as e4, d as t4, c as o4, w as s4 } from "./useSEO-BLlxOmk2.js";
|
|
14
14
|
import { u as i4 } from "./useUploadCos-D5k1YLb7.js";
|
|
15
|
-
import { p as r2, q as x2, u as H2 } from "./AuthkitAuthModal-
|
|
16
|
-
import { A as r4, a as c4, c as l4, b as C4, n as d4, E as p4, k as f4, l as h4, _ as u4, O as _4, f as g4, o as m4, P as L4, j as y4, R as w4, S as F4, i as M4, m as k4, d as v4, e as x4, g as H4, h as Z4 } from "./AuthkitAuthModal-
|
|
17
|
-
import { A as E4, a as U4 } from "./AuthkitAuthorize-
|
|
15
|
+
import { p as r2, q as x2, u as H2 } from "./AuthkitAuthModal-B4lMwzvJ.js";
|
|
16
|
+
import { A as r4, a as c4, c as l4, b as C4, n as d4, E as p4, k as f4, l as h4, _ as u4, O as _4, f as g4, o as m4, P as L4, j as y4, R as w4, S as F4, i as M4, m as k4, d as v4, e as x4, g as H4, h as Z4 } from "./AuthkitAuthModal-B4lMwzvJ.js";
|
|
17
|
+
import { A as E4, a as U4 } from "./AuthkitAuthorize-E8sLXoEx.js";
|
|
18
18
|
import { I as b4, A as A4, C as G4, _ as T4, a as D4, D as P4, E as O4, b as B4, M as I4, c as $4, N as R4, f as N4, d as W4, e as j4 } from "./MessageHandle-De7eLBi_.js";
|
|
19
19
|
import { M as q4, a as Q4 } from "./MessageMenu-_RZJ9Mbi.js";
|
|
20
|
-
import { _ as K4, a as X4, F as Y4, b as e6, c as t6, d as o6, R as s6 } from "./FeedbackModal-
|
|
20
|
+
import { _ as K4, a as X4, F as Y4, b as e6, c as t6, d as o6, R as s6 } from "./FeedbackModal-BGXr3jPm.js";
|
|
21
21
|
import { C as i6 } from "./Clipboard-Bful1lNJ.js";
|
|
22
|
-
import { F as r6, a as c6, c as l6, b as C6, d as d6 } from "./FeedbackItem-
|
|
23
|
-
import { L as f6, a as h6, b as u6, c as _6, B as g6, C as m6, d as L6, e as y6, x as w6, y as F6, f as M6, g as k6, z as v6, h as x6, i as H6, j as Z6, k as V6, l as E6, m as U6, n as S6, D as b6, o as A6, p as G6, q as T6, r as D6, s as P6, T as O6, t as B6, A as I6, u as $6, v as R6, w as N6 } from "./LandingPageSectionTabs-
|
|
22
|
+
import { F as r6, a as c6, c as l6, b as C6, d as d6 } from "./FeedbackItem-DFCuTCaI.js";
|
|
23
|
+
import { L as f6, a as h6, b as u6, c as _6, B as g6, C as m6, d as L6, e as y6, x as w6, y as F6, f as M6, g as k6, z as v6, h as x6, i as H6, j as Z6, k as V6, l as E6, m as U6, n as S6, D as b6, o as A6, p as G6, q as T6, r as D6, s as P6, T as O6, t as B6, A as I6, u as $6, v as R6, w as N6 } from "./LandingPageSectionTabs-CHsvmY8x.js";
|
|
24
24
|
import { L as j6, a as z6, b as q6, c as Q6, D as J6, d as K6, e as X6, f as Y6, g as e7, h as t7, i as o7, j as s7, k as a7, l as i7, m as n7, n as r7 } from "./LandingPageSectionHeader-s8hjsGuu.js";
|
|
25
|
-
import { A as l7, a as C7, C as d7, D as p7, G as f7, H as h7, b as u7, L as _7, S as g7, W as m7 } from "./WidthContainer-
|
|
25
|
+
import { A as l7, a as C7, C as d7, D as p7, G as f7, H as h7, b as u7, L as _7, S as g7, W as m7 } from "./WidthContainer-CpMKoABQ.js";
|
|
26
26
|
import { C as y7, a as w7 } from "./CollapseItem-Cw1vcdLu.js";
|
|
27
|
-
import { C as M7, E as k7 } from "./CustomTable-
|
|
27
|
+
import { C as M7, E as k7 } from "./CustomTable-BGm0KdAy.js";
|
|
28
28
|
import { M as x7, a as H7 } from "./Menu-ejsosUdV.js";
|
|
29
|
-
import { S as V7 } from "./PaySubscriptions-
|
|
30
|
-
import { R as U7 } from "./ReferrerReferees-
|
|
29
|
+
import { S as V7 } from "./PaySubscriptions-77rXNTOt.js";
|
|
30
|
+
import { R as U7 } from "./ReferrerReferees-DCALYxND.js";
|
|
31
31
|
import { _ as b7 } from "./Upload.vue_vue_type_script_setup_true_lang-9HB-tLZd.js";
|
|
32
|
-
import { d as G7, U as T7, a as D7, b as P7, c as O7, S as B7 } from "./UserAccountMenu-
|
|
32
|
+
import { d as G7, U as T7, a as D7, b as P7, c as O7, S as B7 } from "./UserAccountMenu-B0-Niup_.js";
|
|
33
33
|
import { defineComponent as V, computed as U, createElementBlock as L, openBlock as g, normalizeStyle as Z2, normalizeClass as c2, createElementVNode as d, createCommentVNode as x, toDisplayString as k, createVNode as Z, unref as H, createTextVNode as l2, withModifiers as C2, renderSlot as V2, withCtx as q, Fragment as B, renderList as I, createBlock as D, onMounted as d2, ref as W, watch as E2, onUnmounted as U2, withDirectives as S2, createStaticVNode as b2, vShow as A2 } from "vue";
|
|
34
34
|
import { Icon as S } from "@iconify/vue";
|
|
35
35
|
import { _ as b } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
package/dist/landingPage.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as g, a as e, b as i, c as s, B as d, C as L, d as P, e as o, x as t, y as r, f as c, g as u, z as C, h as T, i as m, j as F, k as l, l as p, m as S, n as b, D as f, o as k, p as B, q as A, r as D, s as G, T as H, t as h, A as x, u as y, v as I, w as j } from "./LandingPageSectionTabs-
|
|
1
|
+
import { L as g, a as e, b as i, c as s, B as d, C as L, d as P, e as o, x as t, y as r, f as c, g as u, z as C, h as T, i as m, j as F, k as l, l as p, m as S, n as b, D as f, o as k, p as B, q as A, r as D, s as G, T as H, t as h, A as x, u as y, v as I, w as j } from "./LandingPageSectionTabs-CHsvmY8x.js";
|
|
2
2
|
import { L as w, a as q, b as z, c as M, D as Q, d as E, e as J, f as K, g as N, h as O, i as R, j as U, k as V, l as W, m as X, n as Y } from "./LandingPageSectionHeader-s8hjsGuu.js";
|
|
3
3
|
export {
|
|
4
4
|
g as LandingPageAbout,
|
package/dist/pay.js
CHANGED
package/dist/referrer.js
CHANGED