@huyooo/ui 0.9.8 → 0.10.0
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-BpQZ_cSv.js → AuthkitAuthModal-CIqo_ytT.js} +2 -2
- package/dist/{AuthkitSignInPhone-DEkq7yIu.js → AuthkitSignInPhone-GEP_InIp.js} +3 -6
- package/dist/{Contact-HpDiHdUv.js → Contact-D1RLCHL7.js} +3 -3
- package/dist/{CustomTable-Dyjn6dOW.js → CustomTable-CVZ4mFzi.js} +1 -1
- package/dist/{FeedbackItem-CUQUsQCd.js → FeedbackItem-BhBJPtoI.js} +1 -1
- package/dist/{FeedbackModal-DCxmeHW4.js → FeedbackModal-Ci0sZsOa.js} +4 -4
- package/dist/{LandingPageSectionHeader-AfrKhRQg.js → LandingPageSectionHeader-1h01zdKJ.js} +168 -222
- package/dist/{LandingPageSectionTabs-BPG1U38v.js → LandingPageSectionTabs-BRTZaLEe.js} +380 -371
- package/dist/Logo-D7fyXyB-.js +67 -0
- package/dist/{MessageHandle-DJCHYY9T.js → MessageHandle-Dkpc4axC.js} +1 -1
- package/dist/{MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-rkng32OA.js → MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-DqXjEfo9.js} +1 -1
- package/dist/{PaySubscriptions-CWey-mbh.js → PaySubscriptions-ygmbIpWM.js} +1 -1
- package/dist/{ReferrerReferees-Byrr8T8H.js → ReferrerReferees-BlHsWD6F.js} +1 -1
- package/dist/{UserAccountMenu-CxYmNgME.js → UserAccountMenu-C6MK8Ulm.js} +6 -6
- package/dist/WidthContainer-IvPa1ayt.js +655 -0
- package/dist/authkit.js +2 -2
- package/dist/common/downloadOptions.d.ts +3 -0
- package/dist/common.js +14 -13
- package/dist/components/DefaultLayout.vue.d.ts +6 -0
- package/dist/components/Header.vue.d.ts +3 -0
- package/dist/components/LandingPage/LandingPageBrandInfo.vue.d.ts +2 -0
- package/dist/components/LandingPage/PageContent.vue.d.ts +18 -0
- package/dist/components/Logo.vue.d.ts +30 -4
- package/dist/composables/useDownloads.d.ts +4 -7
- package/dist/composables.js +1 -1
- package/dist/feedback.js +2 -2
- package/dist/head.d.ts +7 -0
- package/dist/landingPage.d.ts +2 -1
- package/dist/landingPage.js +29 -27
- package/dist/main.d.ts +1 -1
- package/dist/main.js +308 -295
- package/dist/message.js +2 -2
- package/dist/pay.js +1 -1
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/useDownloads-CpbLR--j.js +52 -0
- package/dist/user.js +1 -1
- package/package.json +1 -1
- package/dist/WidthContainer-BsPQN5_v.js +0 -677
- package/dist/components/LandingPage/LandingPageLogo.vue.d.ts +0 -64
- package/dist/useDownloads-CMQtTjNj.js +0 -73
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { defineComponent as u, computed as n, openBlock as i, createElementBlock as c, normalizeStyle as r, createCommentVNode as m, createElementVNode as S, toDisplayString as g } from "vue";
|
|
2
|
+
import { _ as p } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const y = ["src"], z = /* @__PURE__ */ u({
|
|
4
|
+
__name: "Logo",
|
|
5
|
+
props: {
|
|
6
|
+
name: {
|
|
7
|
+
type: String,
|
|
8
|
+
required: !1,
|
|
9
|
+
default: ""
|
|
10
|
+
},
|
|
11
|
+
icon: {
|
|
12
|
+
type: String,
|
|
13
|
+
required: !1,
|
|
14
|
+
default: ""
|
|
15
|
+
},
|
|
16
|
+
/** 传入时覆盖默认主题色 */
|
|
17
|
+
color: {
|
|
18
|
+
type: String,
|
|
19
|
+
required: !1,
|
|
20
|
+
default: ""
|
|
21
|
+
},
|
|
22
|
+
/** 传入时覆盖默认字号 */
|
|
23
|
+
fontSize: {
|
|
24
|
+
type: String,
|
|
25
|
+
required: !1,
|
|
26
|
+
default: ""
|
|
27
|
+
},
|
|
28
|
+
iconSize: {
|
|
29
|
+
type: String,
|
|
30
|
+
required: !1,
|
|
31
|
+
default: "32px"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
emits: ["to"],
|
|
35
|
+
setup(t, {
|
|
36
|
+
emit: l
|
|
37
|
+
}) {
|
|
38
|
+
const e = t, a = l, s = n(() => ({
|
|
39
|
+
width: e.iconSize,
|
|
40
|
+
height: e.iconSize
|
|
41
|
+
})), d = n(() => {
|
|
42
|
+
const o = {};
|
|
43
|
+
return e.fontSize && (o.fontSize = e.fontSize), e.color && (o.color = e.color), o;
|
|
44
|
+
});
|
|
45
|
+
function f() {
|
|
46
|
+
a("to");
|
|
47
|
+
}
|
|
48
|
+
return (o, _) => (i(), c("div", {
|
|
49
|
+
class: "Logo",
|
|
50
|
+
onClick: f
|
|
51
|
+
}, [t.icon ? (i(), c("img", {
|
|
52
|
+
key: 0,
|
|
53
|
+
class: "icon",
|
|
54
|
+
src: t.icon,
|
|
55
|
+
alt: "logo",
|
|
56
|
+
loading: "lazy",
|
|
57
|
+
decoding: "async",
|
|
58
|
+
style: r(s.value)
|
|
59
|
+
}, null, 12, y)) : m("", !0), S("div", {
|
|
60
|
+
class: "text",
|
|
61
|
+
style: r(d.value)
|
|
62
|
+
}, g(t.name), 5)]));
|
|
63
|
+
}
|
|
64
|
+
}), q = /* @__PURE__ */ p(z, [["__scopeId", "data-v-7306d591"]]);
|
|
65
|
+
export {
|
|
66
|
+
q as L
|
|
67
|
+
};
|
|
@@ -465,7 +465,7 @@ const pe = /* @__PURE__ */ T({
|
|
|
465
465
|
id: i(t)
|
|
466
466
|
}, null, 8, ["id"])]))]));
|
|
467
467
|
}
|
|
468
|
-
}), Ve = /* @__PURE__ */ x(Re, [["__scopeId", "data-v-
|
|
468
|
+
}), Ve = /* @__PURE__ */ x(Re, [["__scopeId", "data-v-5fd47205"]]), Ee = /* @__PURE__ */ T({
|
|
469
469
|
__name: "MessageEventNotificationsDetails",
|
|
470
470
|
props: {
|
|
471
471
|
id: {
|
|
@@ -2,7 +2,7 @@ import { defineComponent as f, ref as p, openBlock as t, createElementBlock as l
|
|
|
2
2
|
import { Icon as D } from "@iconify/vue";
|
|
3
3
|
import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import { o as $ } from "./apiClients-DJchWBAG.js";
|
|
5
|
-
import { D as x } from "./MessageHandle-
|
|
5
|
+
import { D as x } from "./MessageHandle-Dkpc4axC.js";
|
|
6
6
|
const E = /* @__PURE__ */ f({
|
|
7
7
|
__name: "MessageMenuItem",
|
|
8
8
|
props: {
|
|
@@ -9,7 +9,7 @@ import { defineComponent as tt, ref as c, openBlock as l, createBlock as C, unre
|
|
|
9
9
|
import { Modal as it, Tag as P, Button as I, Popconfirm as st, Tabs as ot, TabPane as w, Spin as lt, Empty as ut, Progress as rt } from "@arco-design/web-vue";
|
|
10
10
|
import { f as g } from "./apiClients-DJchWBAG.js";
|
|
11
11
|
import { u as dt } from "./useAuthkitCreateAndUpdate-CPkogY7K.js";
|
|
12
|
-
import { C as q } from "./CustomTable-
|
|
12
|
+
import { C as q } from "./CustomTable-CVZ4mFzi.js";
|
|
13
13
|
import { _ as ct } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
14
14
|
const pt = {
|
|
15
15
|
class: "content"
|
|
@@ -5,7 +5,7 @@ import { defineComponent as z, ref as m, openBlock as p, createBlock as v, unref
|
|
|
5
5
|
import { Modal as V } from "@arco-design/web-vue";
|
|
6
6
|
import { e as y } from "./apiClients-DJchWBAG.js";
|
|
7
7
|
import { u as T } from "./useTableHandle-CWu0LbeI.js";
|
|
8
|
-
import { C as B } from "./CustomTable-
|
|
8
|
+
import { C as B } from "./CustomTable-CVZ4mFzi.js";
|
|
9
9
|
import { C as D } from "./Clipboard-BsST2Mjo.js";
|
|
10
10
|
import { a as U } from "./useAuthkitUsersProfile-BqW74gfs.js";
|
|
11
11
|
import { _ as E } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
-
import { b as De, A as Ve } from "./AuthkitAuthModal-
|
|
4
|
+
import { b as De, A as Ve } from "./AuthkitAuthModal-CIqo_ytT.js";
|
|
5
5
|
import { defineComponent as C, computed as P, openBlock as s, createElementBlock as g, normalizeStyle as ie, normalizeClass as se, createElementVNode as p, createVNode as c, unref as o, withCtx as l, createTextVNode as y, toDisplayString as S, createBlock as d, createCommentVNode as m, useModel as re, renderSlot as ae, mergeModels as D, ref as f, Fragment as Re } from "vue";
|
|
6
6
|
import { Tag as ze, Button as le, Avatar as ue, Dropdown as Ne, Divider as ce, Doption as h } from "@arco-design/web-vue";
|
|
7
|
-
import { S as Le } from "./PaySubscriptions-
|
|
8
|
-
import { R as je } from "./ReferrerReferees-
|
|
7
|
+
import { S as Le } from "./PaySubscriptions-ygmbIpWM.js";
|
|
8
|
+
import { R as je } from "./ReferrerReferees-BlHsWD6F.js";
|
|
9
9
|
import { a as N, u as He } from "./useAuthkitUsersProfile-BqW74gfs.js";
|
|
10
10
|
import { g as oe, u as Fe } from "./apiClients-DJchWBAG.js";
|
|
11
|
-
import { d as qe } from "./FeedbackModal-
|
|
12
|
-
import { M as Ee } from "./MessageHandle-
|
|
11
|
+
import { d as qe } from "./FeedbackModal-Ci0sZsOa.js";
|
|
12
|
+
import { M as Ee } from "./MessageHandle-Dkpc4axC.js";
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
15
15
|
import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -264,7 +264,7 @@ const Ze = Object.assign(z, {
|
|
|
264
264
|
"object-fit": "cover"
|
|
265
265
|
}, null, 8, ["image-url"]), p("div", ct, [p("span", dt, S(n.nickname), 1), p("span", pt, S(n.email), 1), n.referrerId ? (s(), g("span", ft, " 邀请码:" + S(n.referrerId), 1)) : m("", !0)])]));
|
|
266
266
|
}
|
|
267
|
-
}), vt = /* @__PURE__ */ I(mt, [["__scopeId", "data-v-
|
|
267
|
+
}), vt = /* @__PURE__ */ I(mt, [["__scopeId", "data-v-094943aa"]]), kt = {
|
|
268
268
|
class: "dropdownContent"
|
|
269
269
|
}, yt = {
|
|
270
270
|
class: "header"
|