@huyooo/ui 0.5.15 → 0.5.17
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-z2tnXCf6.js → AuthkitAuthModal-CPyOF0SH.js} +17 -16
- package/dist/{AuthkitAuthorize-RSe0DQNQ.js → AuthkitAuthorize-DuQ4CKWT.js} +4 -5
- package/dist/{FeedbackItem-44CGbXN_.js → FeedbackItem-DGAsK3HZ.js} +1 -1
- package/dist/{FeedbackModal-DdTqdVlw.js → FeedbackModal-5C17AhkV.js} +4 -3
- package/dist/{Menu-BKBnsDJ8.js → Menu-Cxo8Rpu3.js} +5 -6
- package/dist/{MessageHandle-Cagv57D0.js → MessageHandle-thVNUp0p.js} +1 -1
- package/dist/{UserPanel-hGYAeWcj.js → UserPanel-B-gZUacS.js} +6 -6
- package/dist/{WidthContainer-6YR2TCen.js → WidthContainer-zVThjFve.js} +31 -39
- package/dist/authkit.js +3 -3
- package/dist/common.js +2 -2
- package/dist/components/HeaderMenus.vue.d.ts +1 -1
- package/dist/composables/Authkit/useAuthMenu.d.ts +9 -6
- package/dist/composables.js +2 -2
- package/dist/feedback.js +2 -2
- package/dist/index.js +14 -14
- package/dist/message.js +1 -1
- package/dist/pay.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/useSEO-BLlxOmk2.js +617 -0
- package/dist/user.js +1 -1
- package/package.json +1 -1
- package/dist/useSEO-BkqUiuvw.js +0 -589
- /package/dist/{PaySubscriptions-Bva3INxJ.js → PaySubscriptions-CnPLduJz.js} +0 -0
- /package/dist/{ReferrerReferees-g-CcDpVO.js → ReferrerReferees-B3Ek3gAn.js} +0 -0
- /package/dist/{AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js → useAuthkitAuthModal-BpOmabWi.js} +0 -0
|
@@ -5,14 +5,15 @@ import { defineComponent as z, computed as T, createElementBlock as P, openBlock
|
|
|
5
5
|
import { Form as O, FormItem as I, Avatar as ne, Input as V, Textarea as ge, Button as U, Message as E, Alert as L, Modal as le, Divider as ye, Link as F } from "@arco-design/web-vue";
|
|
6
6
|
/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
|
+
/* empty css */
|
|
8
9
|
import { u as he } from "./useUploadCos-D5k1YLb7.js";
|
|
9
10
|
import { b as _e, c as ee, d as we, a as K, e as be, f as Se, u as Z } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
10
11
|
import { g as N } from "./globalConfig-C1YOJcxa.js";
|
|
11
12
|
import { _ as ke, g as ze, i as Ie } from "./plugin-vue_export-helper-LjDO2Zua.js";
|
|
12
|
-
import { u as Ae } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
13
13
|
import { _ as A } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
14
|
-
import { M as
|
|
15
|
-
import { u as
|
|
14
|
+
import { M as Ae } from "./Menu-Cxo8Rpu3.js";
|
|
15
|
+
import { u as Pe } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
16
|
+
import { u as Ve } from "./useAuthkitAuthModal-BpOmabWi.js";
|
|
16
17
|
import { u as J } from "./useAuthkitAppsAuthPageInfo-BifS1KOG.js";
|
|
17
18
|
/* empty css */
|
|
18
19
|
import { api as H } from "@huyooo/api";
|
|
@@ -329,21 +330,21 @@ function ae(i, s = 3) {
|
|
|
329
330
|
}
|
|
330
331
|
return i;
|
|
331
332
|
}
|
|
332
|
-
function
|
|
333
|
+
function mi() {
|
|
333
334
|
try {
|
|
334
335
|
localStorage.removeItem("jwtToken"), localStorage.removeItem("refreshToken");
|
|
335
336
|
} catch (i) {
|
|
336
337
|
console.warn("Failed to clear localStorage:", i);
|
|
337
338
|
}
|
|
338
339
|
}
|
|
339
|
-
function
|
|
340
|
+
function ci() {
|
|
340
341
|
try {
|
|
341
342
|
return localStorage.getItem("refreshToken");
|
|
342
343
|
} catch (i) {
|
|
343
344
|
return console.warn("Failed to get refreshToken from localStorage:", i), null;
|
|
344
345
|
}
|
|
345
346
|
}
|
|
346
|
-
function
|
|
347
|
+
function fi(i) {
|
|
347
348
|
try {
|
|
348
349
|
localStorage.setItem("jwtToken", i);
|
|
349
350
|
} catch (s) {
|
|
@@ -1068,7 +1069,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
1068
1069
|
const {
|
|
1069
1070
|
changeType: c,
|
|
1070
1071
|
show: p
|
|
1071
|
-
} =
|
|
1072
|
+
} = Pe(n);
|
|
1072
1073
|
function d(f, v) {
|
|
1073
1074
|
console.log(f), p.value = v, c.value = "编辑";
|
|
1074
1075
|
}
|
|
@@ -1085,7 +1086,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
1085
1086
|
onCancel: o
|
|
1086
1087
|
}, {
|
|
1087
1088
|
title: m(() => [...v[2] || (v[2] = [S(" 系统设置 ", -1)])]),
|
|
1088
|
-
default: m(() => [w("div", et, [w("div", tt, [a(
|
|
1089
|
+
default: m(() => [w("div", et, [w("div", tt, [a(Ae, {
|
|
1089
1090
|
"selected-keys": t.value,
|
|
1090
1091
|
"onUpdate:selectedKeys": v[0] || (v[0] = (b) => t.value = b),
|
|
1091
1092
|
menus: r.value,
|
|
@@ -1106,7 +1107,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
1106
1107
|
_: 1
|
|
1107
1108
|
}, 8, ["visible"]));
|
|
1108
1109
|
}
|
|
1109
|
-
}),
|
|
1110
|
+
}), pi = /* @__PURE__ */ A(st, [["__scopeId", "data-v-cd51dcec"]]);
|
|
1110
1111
|
function nt() {
|
|
1111
1112
|
re().then(({
|
|
1112
1113
|
data: i
|
|
@@ -1794,7 +1795,7 @@ const j = /* @__PURE__ */ z({
|
|
|
1794
1795
|
addSignInCallback: u
|
|
1795
1796
|
} = Z(), {
|
|
1796
1797
|
show: n
|
|
1797
|
-
} =
|
|
1798
|
+
} = Ve(), o = i, l = s;
|
|
1798
1799
|
function t(y) {
|
|
1799
1800
|
y(!0);
|
|
1800
1801
|
}
|
|
@@ -1825,9 +1826,9 @@ const j = /* @__PURE__ */ z({
|
|
|
1825
1826
|
_: 1
|
|
1826
1827
|
}, 8, ["visible"]));
|
|
1827
1828
|
}
|
|
1828
|
-
}),
|
|
1829
|
+
}), vi = /* @__PURE__ */ A(Mt, [["__scopeId", "data-v-6fbefff8"]]);
|
|
1829
1830
|
export {
|
|
1830
|
-
|
|
1831
|
+
pi as A,
|
|
1831
1832
|
oe as E,
|
|
1832
1833
|
mt as O,
|
|
1833
1834
|
gt as P,
|
|
@@ -1836,7 +1837,7 @@ export {
|
|
|
1836
1837
|
j as _,
|
|
1837
1838
|
Ht as a,
|
|
1838
1839
|
de as b,
|
|
1839
|
-
|
|
1840
|
+
vi as c,
|
|
1840
1841
|
Rt as d,
|
|
1841
1842
|
Bt as e,
|
|
1842
1843
|
Vt as f,
|
|
@@ -1849,7 +1850,7 @@ export {
|
|
|
1849
1850
|
De as m,
|
|
1850
1851
|
Xe as n,
|
|
1851
1852
|
je as o,
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1853
|
+
mi as p,
|
|
1854
|
+
ci as q,
|
|
1855
|
+
fi as u
|
|
1855
1856
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { defineComponent as k, computed as z, createElementBlock as f, openBlock as m, normalizeStyle as b, createElementVNode as a, createCommentVNode as A, renderSlot as C, ref as h, toDisplayString as v, createVNode as r, unref as o, withCtx as i, createTextVNode as I } from "vue";
|
|
2
|
-
/* empty css */
|
|
3
2
|
import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
3
|
/* empty css */
|
|
5
4
|
/* empty css */
|
|
@@ -76,7 +75,7 @@ const U = {
|
|
|
76
75
|
})
|
|
77
76
|
}, " 返回主页 ", 12, B)) : A("", !0)]), a("div", L, [C(l.$slots, "default", {}, void 0, !0)])], 4));
|
|
78
77
|
}
|
|
79
|
-
}),
|
|
78
|
+
}), ee = /* @__PURE__ */ S(N, [["__scopeId", "data-v-203946ff"]]), V = {
|
|
80
79
|
class: "box"
|
|
81
80
|
}, O = {
|
|
82
81
|
class: "title"
|
|
@@ -242,8 +241,8 @@ const U = {
|
|
|
242
241
|
}
|
|
243
242
|
}, "授权后将跳转至", -1)), a("div", E, v(l.value.authorizationCallback), 1)])])]));
|
|
244
243
|
}
|
|
245
|
-
}),
|
|
244
|
+
}), te = /* @__PURE__ */ S(F, [["__scopeId", "data-v-cc821ddc"]]);
|
|
246
245
|
export {
|
|
247
|
-
|
|
248
|
-
|
|
246
|
+
ee as A,
|
|
247
|
+
te as a
|
|
249
248
|
};
|
|
@@ -9,7 +9,7 @@ import { _ as g } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { u as Z } from "./useUploadCos-D5k1YLb7.js";
|
|
11
11
|
import { g as A } from "./globalConfig-C1YOJcxa.js";
|
|
12
|
-
import "./FeedbackModal-
|
|
12
|
+
import "./FeedbackModal-5C17AhkV.js";
|
|
13
13
|
import { Icon as Y } from "@iconify/vue";
|
|
14
14
|
const H = f({
|
|
15
15
|
name: "IconDown",
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { defineComponent as R, createElementBlock as S, openBlock as r, normalizeStyle as M, normalizeClass as oe, createElementVNode as I, computed as O, createBlock as y, unref as l, withCtx as n, createVNode as u, createCommentVNode as L, Fragment as B, createTextVNode as $, toDisplayString as z, ref as m, onUnmounted as xe, h as X, renderList as ie, nextTick as A } from "vue";
|
|
5
5
|
import { Space as ue, Image as ce, Avatar as de, Descriptions as Se, DescriptionsItem as K, Tag as E, Spin as we, Button as G, Form as Ie, FormItem as H, Input as $e, Select as Fe, Option as Ue, Textarea as Le, Message as Re, Breadcrumb as Be, BreadcrumbItem as ee, Modal as ze, Drawer as qe } from "@arco-design/web-vue";
|
|
6
|
-
import { M as De } from "./Menu-
|
|
6
|
+
import { M as De } from "./Menu-Cxo8Rpu3.js";
|
|
7
|
+
/* empty css */
|
|
7
8
|
/* empty css */
|
|
8
9
|
/* empty css */
|
|
9
10
|
/* empty css */
|
|
@@ -1045,7 +1046,7 @@ const J = [{
|
|
|
1045
1046
|
_: 1
|
|
1046
1047
|
}, 8, ["visible"]));
|
|
1047
1048
|
}
|
|
1048
|
-
}),
|
|
1049
|
+
}), Gt = /* @__PURE__ */ V(xt, [["__scopeId", "data-v-4df9453a"]]);
|
|
1049
1050
|
export {
|
|
1050
1051
|
ft as F,
|
|
1051
1052
|
Qe as R,
|
|
@@ -1053,5 +1054,5 @@ export {
|
|
|
1053
1054
|
ne as a,
|
|
1054
1055
|
vt as b,
|
|
1055
1056
|
bt as c,
|
|
1056
|
-
|
|
1057
|
+
Gt as d
|
|
1057
1058
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { defineComponent as B, ref as L, createElementBlock as a, createCommentVNode as _, openBlock as n, normalizeClass as $, createBlock as s, createElementVNode as u, unref as I, toDisplayString as K, Fragment as h, renderList as C } from "vue";
|
|
2
2
|
import { Icon as S } from "@iconify/vue";
|
|
3
|
-
/* empty css */
|
|
4
3
|
import { _ as A } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
4
|
const x = /* @__PURE__ */ B({
|
|
6
5
|
__name: "MenuItem",
|
|
@@ -77,13 +76,13 @@ const x = /* @__PURE__ */ B({
|
|
|
77
76
|
l("change", d, p);
|
|
78
77
|
}
|
|
79
78
|
return (d, p) => (n(), a("div", E, [(n(!0), a(h, null, C(c.menus, (e, v) => {
|
|
80
|
-
var
|
|
79
|
+
var y, m, f;
|
|
81
80
|
return n(), a("div", {
|
|
82
81
|
key: v,
|
|
83
82
|
class: "MenuList"
|
|
84
83
|
}, [e.children && e.children.length !== 0 ? (n(), a(h, {
|
|
85
84
|
key: 0
|
|
86
|
-
}, [u("span", H, [(
|
|
85
|
+
}, [u("span", H, [(y = e == null ? void 0 : e.meta) != null && y.icon ? (n(), s(I(S), {
|
|
87
86
|
key: 0,
|
|
88
87
|
class: "icon",
|
|
89
88
|
icon: e.meta.icon
|
|
@@ -100,7 +99,7 @@ const x = /* @__PURE__ */ B({
|
|
|
100
99
|
}, null, 8, ["hidden", "path", "icon", "name", "active", "onClick"]);
|
|
101
100
|
}), 128))])], 64)) : (n(), s(q, {
|
|
102
101
|
key: 1,
|
|
103
|
-
hidden: ((
|
|
102
|
+
hidden: ((m = e.meta) == null ? void 0 : m.hidden) || !1,
|
|
104
103
|
path: e.path,
|
|
105
104
|
icon: (f = e.meta) == null ? void 0 : f.icon,
|
|
106
105
|
name: e.name,
|
|
@@ -109,8 +108,8 @@ const x = /* @__PURE__ */ B({
|
|
|
109
108
|
}, null, 8, ["hidden", "path", "icon", "name", "active", "onClick"]))]);
|
|
110
109
|
}), 128))]));
|
|
111
110
|
}
|
|
112
|
-
}),
|
|
111
|
+
}), j = /* @__PURE__ */ A(V, [["__scopeId", "data-v-d8d71d3e"]]);
|
|
113
112
|
export {
|
|
114
|
-
|
|
113
|
+
j as M,
|
|
115
114
|
q as a
|
|
116
115
|
};
|
|
@@ -13,7 +13,7 @@ import { useIntersectionObserver as X } from "@vueuse/core";
|
|
|
13
13
|
import { u as Y } from "./useMessageNotifications-DSRanuRe.js";
|
|
14
14
|
import { Icon as Z } from "@iconify/vue";
|
|
15
15
|
import { u as ee } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
16
|
-
import { M as te } from "./Menu-
|
|
16
|
+
import { M as te } from "./Menu-Cxo8Rpu3.js";
|
|
17
17
|
function ne(a) {
|
|
18
18
|
return S({
|
|
19
19
|
url: `${D.prefixUrl}/restfulApi/messageCenter/changelogNotifications/find`,
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { defineComponent as S, createElementBlock as v, openBlock as u, normalizeStyle as q, normalizeClass as E, createElementVNode as f, computed as M, createBlock as g, createCommentVNode as D, createVNode as i, unref as n, withCtx as a, createTextVNode as m, toDisplayString as C, mergeModels as A, useModel as K, renderSlot as Se, ref as d, Fragment as be } from "vue";
|
|
6
6
|
import { Tag as Ce, Button as T, Avatar as W, Dropdown as Ie, Divider as X, Doption as _ } from "@arco-design/web-vue";
|
|
7
|
-
import { S as we } from "./PaySubscriptions-
|
|
8
|
-
import { R as $e } from "./ReferrerReferees-
|
|
7
|
+
import { S as we } from "./PaySubscriptions-CnPLduJz.js";
|
|
8
|
+
import { R as $e } from "./ReferrerReferees-B3Ek3gAn.js";
|
|
9
9
|
import { a as Y, u as he } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
10
|
-
import { u as Ue } from "./
|
|
10
|
+
import { u as Ue } from "./useAuthkitAuthModal-BpOmabWi.js";
|
|
11
11
|
import { g as F } from "./globalConfig-C1YOJcxa.js";
|
|
12
|
-
import { c as xe, A as Be } from "./AuthkitAuthModal-
|
|
13
|
-
import { d as Me } from "./FeedbackModal-
|
|
14
|
-
import { M as Ae } from "./MessageHandle-
|
|
12
|
+
import { c as xe, A as Be } from "./AuthkitAuthModal-CPyOF0SH.js";
|
|
13
|
+
import { d as Me } from "./FeedbackModal-5C17AhkV.js";
|
|
14
|
+
import { M as Ae } from "./MessageHandle-thVNUp0p.js";
|
|
15
15
|
/* empty css */
|
|
16
16
|
/* empty css */
|
|
17
17
|
import { _ as h } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -1,26 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as f, createElementBlock as n, openBlock as t, createElementVNode as c, createCommentVNode as p, toDisplayString as k, ref as M, onMounted as A, onUnmounted as E, Fragment as q, renderList as H, normalizeClass as C, normalizeStyle as S, watch as U, createVNode as $, unref as b, createBlock as B, renderSlot as P, computed as x } from "vue";
|
|
2
2
|
import { _ as l } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { Spin as O } from "@arco-design/web-vue";
|
|
6
|
-
import { c as D } from "./UserPanel-
|
|
6
|
+
import { c as D } from "./UserPanel-B-gZUacS.js";
|
|
7
7
|
import { u as K } from "./useAuthkitAppsAuthPageInfo-BifS1KOG.js";
|
|
8
|
-
import { u as R } from "./
|
|
8
|
+
import { u as R } from "./useAuthkitAuthModal-BpOmabWi.js";
|
|
9
9
|
import { a as G } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
10
|
-
import { a as V, f as W, w as L, c as N, b as F, d as j } from "./useSEO-
|
|
10
|
+
import { a as V, f as W, w as L, c as N, b as F, d as j } from "./useSEO-BLlxOmk2.js";
|
|
11
11
|
import { useRouter as J, useRoute as Q } from "vue-router";
|
|
12
12
|
import { a as X } from "./globalConfig-C1YOJcxa.js";
|
|
13
|
+
/* empty css */
|
|
13
14
|
import "@huyooo/api";
|
|
14
15
|
import "./useUploadCos-D5k1YLb7.js";
|
|
15
|
-
/* empty css */
|
|
16
|
-
/* empty css */
|
|
17
|
-
/* empty css */
|
|
18
|
-
import "@iconify/vue";
|
|
19
|
-
/* empty css */
|
|
20
|
-
/* empty css */
|
|
21
|
-
/* empty css */
|
|
22
|
-
/* empty css */
|
|
23
|
-
/* empty css */
|
|
24
16
|
const Y = {
|
|
25
17
|
class: "ContentHead"
|
|
26
18
|
}, Z = {
|
|
@@ -28,7 +20,7 @@ const Y = {
|
|
|
28
20
|
}, ee = {
|
|
29
21
|
key: 0,
|
|
30
22
|
class: "description"
|
|
31
|
-
}, te = /* @__PURE__ */
|
|
23
|
+
}, te = /* @__PURE__ */ f({
|
|
32
24
|
__name: "ContentHead",
|
|
33
25
|
props: {
|
|
34
26
|
title: {
|
|
@@ -46,7 +38,7 @@ const Y = {
|
|
|
46
38
|
const e = o;
|
|
47
39
|
return (s, r) => (t(), n("div", Y, [c("h1", Z, k(e.title), 1), e.description ? (t(), n("p", ee, k(e.description), 1)) : p("", !0)]));
|
|
48
40
|
}
|
|
49
|
-
}),
|
|
41
|
+
}), Ve = /* @__PURE__ */ l(te, [["__scopeId", "data-v-209a7bef"]]), ne = {
|
|
50
42
|
class: "HeaderMenus"
|
|
51
43
|
}, oe = {
|
|
52
44
|
key: 0,
|
|
@@ -56,7 +48,7 @@ const Y = {
|
|
|
56
48
|
class: "mobile-menu"
|
|
57
49
|
}, re = {
|
|
58
50
|
class: "mobile-menu-content"
|
|
59
|
-
}, ie = ["onClick"], ce = /* @__PURE__ */
|
|
51
|
+
}, ie = ["onClick"], ce = /* @__PURE__ */ f({
|
|
60
52
|
__name: "HeaderMenus",
|
|
61
53
|
props: {
|
|
62
54
|
menus: {
|
|
@@ -79,11 +71,11 @@ const Y = {
|
|
|
79
71
|
function g() {
|
|
80
72
|
a.value = !a.value;
|
|
81
73
|
}
|
|
82
|
-
function
|
|
74
|
+
function m() {
|
|
83
75
|
a.value = !1;
|
|
84
76
|
}
|
|
85
77
|
function v(i) {
|
|
86
|
-
r("change", i),
|
|
78
|
+
r("change", i), m();
|
|
87
79
|
}
|
|
88
80
|
function _(i) {
|
|
89
81
|
return s.activateKey === i.path;
|
|
@@ -92,7 +84,7 @@ const Y = {
|
|
|
92
84
|
r("change", i);
|
|
93
85
|
}
|
|
94
86
|
function y() {
|
|
95
|
-
h(), u.value ||
|
|
87
|
+
h(), u.value || m();
|
|
96
88
|
}
|
|
97
89
|
return A(() => {
|
|
98
90
|
h(), window.addEventListener("resize", y);
|
|
@@ -120,7 +112,7 @@ const Y = {
|
|
|
120
112
|
}, null, -1)])], 2)) : p("", !0), a.value ? (t(), n("div", {
|
|
121
113
|
key: 2,
|
|
122
114
|
class: "mobile-menu-overlay",
|
|
123
|
-
onClick:
|
|
115
|
+
onClick: m
|
|
124
116
|
})) : p("", !0), a.value ? (t(), n("div", ae, [c("div", re, [(t(!0), n(q, null, H(s.menus, (d, I) => (t(), n("div", {
|
|
125
117
|
key: I,
|
|
126
118
|
class: C(["mobile-menu-item", {
|
|
@@ -129,7 +121,7 @@ const Y = {
|
|
|
129
121
|
onClick: (T) => v(d)
|
|
130
122
|
}, k(d.name), 11, ie))), 128))])])) : p("", !0)]));
|
|
131
123
|
}
|
|
132
|
-
}), ue = /* @__PURE__ */ l(ce, [["__scopeId", "data-v-
|
|
124
|
+
}), ue = /* @__PURE__ */ l(ce, [["__scopeId", "data-v-beef3157"]]), le = ["src"], de = /* @__PURE__ */ f({
|
|
133
125
|
__name: "Logo",
|
|
134
126
|
props: {
|
|
135
127
|
name: {
|
|
@@ -179,13 +171,13 @@ const Y = {
|
|
|
179
171
|
})
|
|
180
172
|
}, k(o.name), 5)]));
|
|
181
173
|
}
|
|
182
|
-
}), pe = /* @__PURE__ */ l(de, [["__scopeId", "data-v-694a3ecc"]]),
|
|
174
|
+
}), pe = /* @__PURE__ */ l(de, [["__scopeId", "data-v-694a3ecc"]]), fe = {
|
|
183
175
|
class: "HeaderCom"
|
|
184
|
-
},
|
|
176
|
+
}, me = {
|
|
185
177
|
class: "left"
|
|
186
178
|
}, _e = {
|
|
187
179
|
class: "right"
|
|
188
|
-
}, he = /* @__PURE__ */
|
|
180
|
+
}, he = /* @__PURE__ */ f({
|
|
189
181
|
__name: "Header",
|
|
190
182
|
props: {
|
|
191
183
|
menuType: {
|
|
@@ -206,10 +198,10 @@ const Y = {
|
|
|
206
198
|
} = K(), {
|
|
207
199
|
menus: u,
|
|
208
200
|
hasPermission: h
|
|
209
|
-
} = V(e.menuType), g = M(""),
|
|
201
|
+
} = V(e.menuType), g = M(""), m = J(), v = Q();
|
|
210
202
|
function _() {
|
|
211
203
|
L(() => {
|
|
212
|
-
|
|
204
|
+
m.push({
|
|
213
205
|
path: "/"
|
|
214
206
|
}), window.scrollTo({
|
|
215
207
|
top: 0,
|
|
@@ -224,7 +216,7 @@ const Y = {
|
|
|
224
216
|
return;
|
|
225
217
|
}
|
|
226
218
|
L(() => {
|
|
227
|
-
|
|
219
|
+
m.push(i), g.value = i, window.scrollTo({
|
|
228
220
|
top: 0,
|
|
229
221
|
behavior: "smooth"
|
|
230
222
|
});
|
|
@@ -234,7 +226,7 @@ const Y = {
|
|
|
234
226
|
g.value = W(v.matched, e.menuType, v.path);
|
|
235
227
|
}, {
|
|
236
228
|
immediate: !0
|
|
237
|
-
}), (y, i) => (t(), n("div",
|
|
229
|
+
}), (y, i) => (t(), n("div", fe, [c("div", me, [$(pe, {
|
|
238
230
|
icon: b(a).applicationLogoUrl,
|
|
239
231
|
name: b(a).name,
|
|
240
232
|
onTo: _
|
|
@@ -253,7 +245,7 @@ const Y = {
|
|
|
253
245
|
}, ye = {
|
|
254
246
|
key: 0,
|
|
255
247
|
class: "loading"
|
|
256
|
-
}, be = "linear-gradient(to bottom, #fefdff, #f9f6fe, #f2eefd, #ebe8fd, #e2e1fd, #dfe0fd, #dcdffd, #d9defd, #dde2fd, #e0e5fd, #e4e9fd, #e8ecfd)", ke = /* @__PURE__ */
|
|
248
|
+
}, be = "linear-gradient(to bottom, #fefdff, #f9f6fe, #f2eefd, #ebe8fd, #e2e1fd, #dfe0fd, #dcdffd, #d9defd, #dde2fd, #e0e5fd, #e4e9fd, #e8ecfd)", ke = /* @__PURE__ */ f({
|
|
257
249
|
__name: "DefaultLayout",
|
|
258
250
|
props: {
|
|
259
251
|
menuType: {
|
|
@@ -290,7 +282,7 @@ const Y = {
|
|
|
290
282
|
key: 1
|
|
291
283
|
}, void 0, !0)])], 4));
|
|
292
284
|
}
|
|
293
|
-
}),
|
|
285
|
+
}), We = /* @__PURE__ */ l(ke, [["__scopeId", "data-v-690c2133"]]), Se = /* @__PURE__ */ f({
|
|
294
286
|
__name: "Gradientbackground",
|
|
295
287
|
props: {
|
|
296
288
|
width: {
|
|
@@ -351,9 +343,9 @@ const Y = {
|
|
|
351
343
|
style: S(r.value)
|
|
352
344
|
}, null, 4)], 4));
|
|
353
345
|
}
|
|
354
|
-
}),
|
|
346
|
+
}), Ne = /* @__PURE__ */ l(Se, [["__scopeId", "data-v-b6461ac4"]]), $e = {
|
|
355
347
|
class: "SvgIcon"
|
|
356
|
-
}, we = ["href", "fill"], Ie = /* @__PURE__ */
|
|
348
|
+
}, we = ["href", "fill"], Ie = /* @__PURE__ */ f({
|
|
357
349
|
__name: "SvgIcon",
|
|
358
350
|
props: {
|
|
359
351
|
prefix: {
|
|
@@ -378,20 +370,20 @@ const Y = {
|
|
|
378
370
|
fill: e.color
|
|
379
371
|
}, null, 8, we)]));
|
|
380
372
|
}
|
|
381
|
-
}),
|
|
373
|
+
}), Fe = /* @__PURE__ */ l(Ie, [["__scopeId", "data-v-0a9de94e"]]), Ce = {}, Me = {
|
|
382
374
|
class: "WidthContainer"
|
|
383
375
|
};
|
|
384
376
|
function xe(o, e) {
|
|
385
377
|
return t(), n("div", Me, [P(o.$slots, "default", {}, void 0, !0)]);
|
|
386
378
|
}
|
|
387
|
-
const
|
|
379
|
+
const je = /* @__PURE__ */ l(Ce, [["render", xe], ["__scopeId", "data-v-d06aac1f"]]);
|
|
388
380
|
export {
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
381
|
+
Ve as C,
|
|
382
|
+
We as D,
|
|
383
|
+
Ne as G,
|
|
392
384
|
ge as H,
|
|
393
385
|
pe as L,
|
|
394
|
-
|
|
395
|
-
|
|
386
|
+
Fe as S,
|
|
387
|
+
je as W,
|
|
396
388
|
ue as a
|
|
397
389
|
};
|
package/dist/authkit.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-CPyOF0SH.js";
|
|
2
|
+
import { A as y, a as E } from "./AuthkitAuthorize-DuQ4CKWT.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
|
-
import { u as B } from "./
|
|
5
|
+
import { u as B } from "./useAuthkitAuthModal-BpOmabWi.js";
|
|
6
6
|
import { u as j } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
7
7
|
export {
|
|
8
8
|
a as AuthkitAppSetting,
|
package/dist/common.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { C as s, a as o } from "./CollapseItem-Cw1vcdLu.js";
|
|
2
|
-
import { C as r, D as n, G as l, H as C, a as m, L as p, S as u, W as d } from "./WidthContainer-
|
|
2
|
+
import { C as r, D as n, G as l, H as C, a as m, L as p, S as u, W as d } from "./WidthContainer-zVThjFve.js";
|
|
3
3
|
import { C as i, E as x } from "./CustomTable-B8i1SbFB.js";
|
|
4
|
-
import { M, a as g } from "./Menu-
|
|
4
|
+
import { M, a as g } from "./Menu-Cxo8Rpu3.js";
|
|
5
5
|
export {
|
|
6
6
|
s as Collapse,
|
|
7
7
|
o as CollapseItem,
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { RouteLocationMatched } from 'vue-router';
|
|
2
2
|
export declare function findMenuPath(matched: RouteLocationMatched[], menuType: string, currentPath: string): string;
|
|
3
|
+
interface MenuItem {
|
|
4
|
+
name: string;
|
|
5
|
+
path: string;
|
|
6
|
+
icon?: string;
|
|
7
|
+
hidden?: boolean;
|
|
8
|
+
children?: MenuItem[];
|
|
9
|
+
}
|
|
3
10
|
export declare function useAuthMenu(menuType?: string): {
|
|
4
|
-
menus: import('vue').ComputedRef<
|
|
5
|
-
name: any;
|
|
6
|
-
path: string;
|
|
7
|
-
key: string;
|
|
8
|
-
icon: any;
|
|
9
|
-
}[]>;
|
|
11
|
+
menus: import('vue').ComputedRef<MenuItem[]>;
|
|
10
12
|
isRoutePublic: (path: string) => boolean;
|
|
11
13
|
hasPermission: (path: string) => boolean;
|
|
12
14
|
isLoggedIn: import('vue').ComputedRef<boolean>;
|
|
13
15
|
};
|
|
16
|
+
export {};
|
package/dist/composables.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { u as o, a } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
2
|
-
import { u } from "./
|
|
2
|
+
import { u } from "./useAuthkitAuthModal-BpOmabWi.js";
|
|
3
3
|
import { u as i } from "./useAuthkitAppsAuthPageInfo-BifS1KOG.js";
|
|
4
4
|
import { u as n } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
5
5
|
import { u as l } from "./useMessageNotifications-DSRanuRe.js";
|
|
6
6
|
import { g as A, a as h, s as d, b as x } from "./globalConfig-C1YOJcxa.js";
|
|
7
7
|
import { u as C, a as b } from "./useDownloads-DnMYa52H.js";
|
|
8
8
|
import { u as c } from "./useTableHandle-DKUIdSSh.js";
|
|
9
|
-
import { f as E, u as M, a as O, b as P, d as S, c as U, w as D } from "./useSEO-
|
|
9
|
+
import { f as E, u as M, a as O, b as P, d as S, c as U, w as D } from "./useSEO-BLlxOmk2.js";
|
|
10
10
|
import { u as R } from "./useUploadCos-D5k1YLb7.js";
|
|
11
11
|
export {
|
|
12
12
|
E as findMenuPath,
|
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-5C17AhkV.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-DGAsK3HZ.js";
|
|
4
4
|
export {
|
|
5
5
|
r as Clipboard,
|
|
6
6
|
b as FeedbackBubbleEnd,
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as m2 } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
2
2
|
import { u as A3, a as G3 } from "./useAuthkitUsersProfile-zbKT0W_h.js";
|
|
3
|
-
import { u as L2 } from "./
|
|
3
|
+
import { u as L2 } from "./useAuthkitAuthModal-BpOmabWi.js";
|
|
4
4
|
import { u as D3 } from "./useAuthkitAppsAuthPageInfo-BifS1KOG.js";
|
|
5
5
|
import { u as O3 } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
6
6
|
import { u as I3 } from "./useMessageNotifications-DSRanuRe.js";
|
|
@@ -9,27 +9,27 @@ import { a as R3, s as N3, b as W3 } from "./globalConfig-C1YOJcxa.js";
|
|
|
9
9
|
import { a as i2 } from "./useDownloads-DnMYa52H.js";
|
|
10
10
|
import { u as z3 } from "./useDownloads-DnMYa52H.js";
|
|
11
11
|
import { u as Q3 } from "./useTableHandle-DKUIdSSh.js";
|
|
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-
|
|
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-
|
|
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
|
+
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-
|
|
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-
|
|
15
|
+
import { p as r2, q as x2, u as H2 } from "./AuthkitAuthModal-CPyOF0SH.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-CPyOF0SH.js";
|
|
17
|
+
import { A as E4, a as U4 } from "./AuthkitAuthorize-DuQ4CKWT.js";
|
|
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-thVNUp0p.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-5C17AhkV.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-
|
|
22
|
+
import { F as r6, a as c6, c as l6, b as C6, d as d6 } from "./FeedbackItem-DGAsK3HZ.js";
|
|
23
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, w as w6, x as F6, f as M6, g as k6, y as v6, h as x6, i as H6, j as Z6, k as V6, l as E6, m as U6, n as S6, A as b6, o as A6, p as G6, q as T6, r as D6, S as P6, T as O6, s as B6, z as I6, t as $6, u as R6, v as N6 } from "./LandingPageSectionTabs-DgOTHQOQ.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
25
|
import { C as l7, a as C7 } from "./CollapseItem-Cw1vcdLu.js";
|
|
26
|
-
import { C as p7, D as f7, G as h7, H as u7, a as _7, L as g7, S as m7, W as L7 } from "./WidthContainer-
|
|
26
|
+
import { C as p7, D as f7, G as h7, H as u7, a as _7, L as g7, S as m7, W as L7 } from "./WidthContainer-zVThjFve.js";
|
|
27
27
|
import { C as w7, E as F7 } from "./CustomTable-B8i1SbFB.js";
|
|
28
|
-
import { M as k7, a as v7 } from "./Menu-
|
|
29
|
-
import { S as H7 } from "./PaySubscriptions-
|
|
30
|
-
import { R as V7 } from "./ReferrerReferees-
|
|
28
|
+
import { M as k7, a as v7 } from "./Menu-Cxo8Rpu3.js";
|
|
29
|
+
import { S as H7 } from "./PaySubscriptions-CnPLduJz.js";
|
|
30
|
+
import { R as V7 } from "./ReferrerReferees-B3Ek3gAn.js";
|
|
31
31
|
import { _ as U7 } from "./Upload.vue_vue_type_script_setup_true_lang-9HB-tLZd.js";
|
|
32
|
-
import { U as b7, a as A7, b as G7, c as T7, S as D7 } from "./UserPanel-
|
|
32
|
+
import { U as b7, a as A7, b as G7, c as T7, S as D7 } from "./UserPanel-B-gZUacS.js";
|
|
33
33
|
import { U as O7 } from "./UserAccountMenu-DHozw36C.js";
|
|
34
34
|
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";
|
|
35
35
|
import { Icon as S } from "@iconify/vue";
|
package/dist/message.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as e, A as i, C as t, _ as o, a as g, D as M, E as n, b as f, M as c, c as N, N as l, f as r, d as m, e as p } from "./MessageHandle-
|
|
1
|
+
import { I as e, A as i, C as t, _ as o, a as g, D as M, E as n, b as f, M as c, c as N, N as l, f as r, d as m, e as p } from "./MessageHandle-thVNUp0p.js";
|
|
2
2
|
import { M as D, a as C } from "./MessageMenu-_RZJ9Mbi.js";
|
|
3
3
|
import { u as d } from "./useMessageNotifications-DSRanuRe.js";
|
|
4
4
|
export {
|
package/dist/pay.js
CHANGED
package/dist/referrer.js
CHANGED