@huyooo/ui 0.5.5 → 0.5.7
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-BjqMoIed.js → AuthkitAuthModal-DOB2R0lE.js} +4 -4
- package/dist/{AuthkitAuthorize-DWb0xKRa.js → AuthkitAuthorize-BLKbcsyH.js} +2 -2
- package/dist/Contact-DzUxcc2w.js +429 -0
- package/dist/{FeedbackItem-bPlL6uEE.js → FeedbackItem-TRyk9rcU.js} +3 -3
- package/dist/{FeedbackModal-DJx3R3rM.js → FeedbackModal-BJx5Bzas.js} +2 -2
- package/dist/LandingPageSectionHeader-CSOwusSK.js +688 -0
- package/dist/LandingPageSectionTabs-6Rrgvwqs.js +1144 -0
- package/dist/{MessageHandle-BJH_S-61.js → MessageHandle-DP9rvOy4.js} +2 -2
- package/dist/{PaySubscriptions-BGl9BQru.js → PaySubscriptions-DyHMXC_2.js} +1 -1
- package/dist/{ReferrerReferees-oi-zzWCo.js → ReferrerReferees-CxmerF3X.js} +2 -2
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js → Upload.vue_vue_type_script_setup_true_lang-CZ8Z-NG6.js} +2 -2
- package/dist/{UserAccountMenu-BD8F9vEK.js → UserAccountMenu-BEFQWt3O.js} +1 -1
- package/dist/{UserPanel-C6XusLxb.js → UserPanel-DgSdGhj5.js} +7 -7
- package/dist/{WidthContainer-uWfPyPEH.js → WidthContainer-3fyX6xI4.js} +79 -82
- package/dist/authkit.js +4 -4
- package/dist/common/globalConfig.d.ts +4 -0
- package/dist/common.js +1 -1
- package/dist/components/DefaultLayout.vue.d.ts +16 -1
- package/dist/components/PrivateCom/Contact.vue.d.ts +2 -0
- package/dist/composables.js +6 -6
- package/dist/feedback.js +2 -2
- package/dist/globalConfig-DKn-cF9c.js +17 -0
- package/dist/index.js +54 -53
- package/dist/landingPage.js +34 -34
- package/dist/message.js +2 -2
- package/dist/pay.js +1 -1
- package/dist/privateCom.d.ts +1 -0
- package/dist/privateCom.js +6 -5
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-Dr5K7ULW.js → useAuthkitAppsAuthPageInfo-qWOtNCda.js} +1 -1
- package/dist/{useAuthkitUsersProfile-DNOB_Kuk.js → useAuthkitUsersProfile-a-kA3R2Y.js} +1 -1
- package/dist/{useMessageNotifications-DOH1MS61.js → useMessageNotifications-B5pXqPNh.js} +1 -1
- package/dist/{useRoutePermission-DuZZniIv.js → useRoutePermission-BKg7oQTj.js} +3 -3
- package/dist/{useUploadCos-B5P_PDcy.js → useUploadCos-yeMY5Xn0.js} +1 -1
- package/dist/user.js +2 -2
- package/package.json +1 -1
- package/dist/Introduce-e3nEDSRY.js +0 -390
- package/dist/LandingPageSectionHeader-Dlc5rL21.js +0 -463
- package/dist/LandingPageSectionTabs-CrFrtbqu.js +0 -1369
- package/dist/globalConfig-DZIhLe1R.js +0 -16
|
@@ -5,12 +5,12 @@ import { defineComponent as b, ref as r, createBlock as p, openBlock as l, unref
|
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { Spin as V, Empty as K, Button as G, Divider as J, Breadcrumb as O, BreadcrumbItem as x, Modal as P } from "@arco-design/web-vue";
|
|
7
7
|
import { api as S } from "@huyooo/api";
|
|
8
|
-
import { g as D } from "./globalConfig-
|
|
8
|
+
import { g as D } from "./globalConfig-DKn-cF9c.js";
|
|
9
9
|
import { TiptapEditor as Q, TiptapTitle as W } from "@huyooo/vue-tiptap";
|
|
10
10
|
import { _ as C } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
11
11
|
/* empty css */
|
|
12
12
|
import { useIntersectionObserver as X } from "@vueuse/core";
|
|
13
|
-
import { u as Y } from "./useMessageNotifications-
|
|
13
|
+
import { u as Y } from "./useMessageNotifications-B5pXqPNh.js";
|
|
14
14
|
import { Icon as Z } from "@iconify/vue";
|
|
15
15
|
import { u as ee } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
16
16
|
import { M as te } from "./Menu-BKBnsDJ8.js";
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
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
7
|
import { Modal as V, Popconfirm as $, Button as E, Tag as g } from "@arco-design/web-vue";
|
|
8
8
|
import { api as _ } from "@huyooo/api";
|
|
9
|
-
import { g as x } from "./globalConfig-
|
|
9
|
+
import { g as x } from "./globalConfig-DKn-cF9c.js";
|
|
10
10
|
import { u as H } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
11
11
|
import { u as j } from "./useTableHandle-DKUIdSSh.js";
|
|
12
12
|
import { f as y } from "./index-Bb-d5pBq.js";
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
import { defineComponent as z, ref as d, createBlock as v, openBlock as g, unref as a, withCtx as _, createElementVNode as n, createVNode as A, createCommentVNode as V, toDisplayString as C, createTextVNode as w } from "vue";
|
|
5
5
|
import { Modal as T } from "@arco-design/web-vue";
|
|
6
6
|
import { api as U } from "@huyooo/api";
|
|
7
|
-
import { g as y } from "./globalConfig-
|
|
7
|
+
import { g as y } from "./globalConfig-DKn-cF9c.js";
|
|
8
8
|
import { u as B } from "./useTableHandle-DKUIdSSh.js";
|
|
9
9
|
import { C as D } from "./CustomTable-B8i1SbFB.js";
|
|
10
10
|
import { C as E } from "./Clipboard-Bful1lNJ.js";
|
|
11
|
-
import { a as H } from "./useAuthkitUsersProfile-
|
|
11
|
+
import { a as H } from "./useAuthkitUsersProfile-a-kA3R2Y.js";
|
|
12
12
|
import { _ as M } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
13
13
|
function $(f) {
|
|
14
14
|
return U({
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { defineComponent as q, createBlock as y, openBlock as F, unref as S, mergeProps as h, createSlots as C, withCtx as u, renderSlot as p } from "vue";
|
|
7
7
|
import { Upload as I } from "@arco-design/web-vue";
|
|
8
|
-
import { u as _ } from "./useUploadCos-
|
|
9
|
-
import { g as l } from "./globalConfig-
|
|
8
|
+
import { u as _ } from "./useUploadCos-yeMY5Xn0.js";
|
|
9
|
+
import { g as l } from "./globalConfig-DKn-cF9c.js";
|
|
10
10
|
const O = /* @__PURE__ */ q({
|
|
11
11
|
__name: "Upload",
|
|
12
12
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as _, createElementBlock as d, openBlock as m, createElementVNode as e, renderSlot as u, toDisplayString as r, unref as o, createVNode as p } from "vue";
|
|
2
2
|
import { Icon as f } from "@iconify/vue";
|
|
3
|
-
import { a as v } from "./useAuthkitUsersProfile-
|
|
3
|
+
import { a as v } from "./useAuthkitUsersProfile-a-kA3R2Y.js";
|
|
4
4
|
import { _ as h } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const k = {
|
|
6
6
|
class: "UserAccountMenu"
|
|
@@ -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-
|
|
9
|
-
import { a as Y, u as he } from "./useAuthkitUsersProfile-
|
|
7
|
+
import { S as we } from "./PaySubscriptions-DyHMXC_2.js";
|
|
8
|
+
import { R as $e } from "./ReferrerReferees-CxmerF3X.js";
|
|
9
|
+
import { a as Y, u as he } from "./useAuthkitUsersProfile-a-kA3R2Y.js";
|
|
10
10
|
import { u as Ue } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
11
|
-
import { g as F } from "./globalConfig-
|
|
12
|
-
import { c as xe, A as Be } from "./AuthkitAuthModal-
|
|
13
|
-
import { d as Me } from "./FeedbackModal-
|
|
14
|
-
import { M as Ae } from "./MessageHandle-
|
|
11
|
+
import { g as F } from "./globalConfig-DKn-cF9c.js";
|
|
12
|
+
import { c as xe, A as Be } from "./AuthkitAuthModal-DOB2R0lE.js";
|
|
13
|
+
import { d as Me } from "./FeedbackModal-BJx5Bzas.js";
|
|
14
|
+
import { M as Ae } from "./MessageHandle-DP9rvOy4.js";
|
|
15
15
|
/* empty css */
|
|
16
16
|
/* empty css */
|
|
17
17
|
import { _ as h } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { defineComponent as f, createElementBlock as n, openBlock as t, createElementVNode as c, createCommentVNode as p, toDisplayString as k, ref 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 U, Fragment as q, renderList as H, normalizeClass as C, normalizeStyle as S, watch as B, createVNode as $, unref as b, createBlock as D, 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
|
-
import { Spin as
|
|
6
|
-
import { c as
|
|
7
|
-
import { u as
|
|
8
|
-
import { u as
|
|
9
|
-
import { a as
|
|
10
|
-
import { u as
|
|
11
|
-
import { useRouter as
|
|
12
|
-
const
|
|
5
|
+
import { Spin as E } from "@arco-design/web-vue";
|
|
6
|
+
import { c as K } from "./UserPanel-DgSdGhj5.js";
|
|
7
|
+
import { u as R } from "./useAuthkitAppsAuthPageInfo-qWOtNCda.js";
|
|
8
|
+
import { u as V } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
9
|
+
import { a as W } from "./useAuthkitUsersProfile-a-kA3R2Y.js";
|
|
10
|
+
import { u as G, f as N, w as L, a as O } from "./useRoutePermission-BKg7oQTj.js";
|
|
11
|
+
import { useRouter as F, useRoute as j } from "vue-router";
|
|
12
|
+
const J = {
|
|
13
13
|
class: "ContentHead"
|
|
14
|
-
},
|
|
14
|
+
}, Q = {
|
|
15
15
|
class: "title"
|
|
16
|
-
},
|
|
16
|
+
}, X = {
|
|
17
17
|
key: 0,
|
|
18
18
|
class: "description"
|
|
19
|
-
},
|
|
19
|
+
}, Y = /* @__PURE__ */ f({
|
|
20
20
|
__name: "ContentHead",
|
|
21
21
|
props: {
|
|
22
22
|
title: {
|
|
@@ -32,19 +32,19 @@ const Q = {
|
|
|
32
32
|
},
|
|
33
33
|
setup(o) {
|
|
34
34
|
const e = o;
|
|
35
|
-
return (s, r) => (t(), n("div",
|
|
35
|
+
return (s, r) => (t(), n("div", J, [c("h1", Q, k(e.title), 1), e.description ? (t(), n("p", X, k(e.description), 1)) : p("", !0)]));
|
|
36
36
|
}
|
|
37
|
-
}),
|
|
37
|
+
}), Be = /* @__PURE__ */ l(Y, [["__scopeId", "data-v-209a7bef"]]), Z = {
|
|
38
38
|
class: "HeaderMenus"
|
|
39
|
-
},
|
|
39
|
+
}, ee = {
|
|
40
40
|
key: 0,
|
|
41
41
|
class: "desktop-menus"
|
|
42
|
-
},
|
|
42
|
+
}, te = ["onClick"], ne = {
|
|
43
43
|
key: 3,
|
|
44
44
|
class: "mobile-menu"
|
|
45
|
-
},
|
|
45
|
+
}, oe = {
|
|
46
46
|
class: "mobile-menu-content"
|
|
47
|
-
},
|
|
47
|
+
}, se = ["onClick"], ae = /* @__PURE__ */ f({
|
|
48
48
|
__name: "HeaderMenus",
|
|
49
49
|
props: {
|
|
50
50
|
menus: {
|
|
@@ -60,7 +60,7 @@ const Q = {
|
|
|
60
60
|
setup(o, {
|
|
61
61
|
emit: e
|
|
62
62
|
}) {
|
|
63
|
-
const s = o, r = e, a =
|
|
63
|
+
const s = o, r = e, a = M(!1), u = M(!1);
|
|
64
64
|
function h() {
|
|
65
65
|
u.value = window.innerWidth <= 1024;
|
|
66
66
|
}
|
|
@@ -76,7 +76,7 @@ const Q = {
|
|
|
76
76
|
function _(i) {
|
|
77
77
|
return s.activateKey === i.path;
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function w(i) {
|
|
80
80
|
r("change", i);
|
|
81
81
|
}
|
|
82
82
|
function y() {
|
|
@@ -86,13 +86,13 @@ const Q = {
|
|
|
86
86
|
h(), window.addEventListener("resize", y);
|
|
87
87
|
}), U(() => {
|
|
88
88
|
window.removeEventListener("resize", y);
|
|
89
|
-
}), (i, z) => (t(), n("div",
|
|
89
|
+
}), (i, z) => (t(), n("div", Z, [u.value ? p("", !0) : (t(), n("div", ee, [(t(!0), n(q, null, H(s.menus, (d, I) => (t(), n("div", {
|
|
90
90
|
key: I,
|
|
91
91
|
class: C(["headerLink", {
|
|
92
92
|
activate: _(d)
|
|
93
93
|
}]),
|
|
94
|
-
onClick: (T) =>
|
|
95
|
-
}, k(d.name), 11,
|
|
94
|
+
onClick: (T) => w(d)
|
|
95
|
+
}, k(d.name), 11, te))), 128))])), u.value ? (t(), n("button", {
|
|
96
96
|
key: 1,
|
|
97
97
|
class: C(["mobile-menu-toggle", {
|
|
98
98
|
active: a.value
|
|
@@ -109,15 +109,15 @@ const Q = {
|
|
|
109
109
|
key: 2,
|
|
110
110
|
class: "mobile-menu-overlay",
|
|
111
111
|
onClick: m
|
|
112
|
-
})) : p("", !0), a.value ? (t(), n("div",
|
|
112
|
+
})) : p("", !0), a.value ? (t(), n("div", ne, [c("div", oe, [(t(!0), n(q, null, H(s.menus, (d, I) => (t(), n("div", {
|
|
113
113
|
key: I,
|
|
114
114
|
class: C(["mobile-menu-item", {
|
|
115
115
|
activate: _(d)
|
|
116
116
|
}]),
|
|
117
117
|
onClick: (T) => v(d)
|
|
118
|
-
}, k(d.name), 11,
|
|
118
|
+
}, k(d.name), 11, se))), 128))])])) : p("", !0)]));
|
|
119
119
|
}
|
|
120
|
-
}),
|
|
120
|
+
}), re = /* @__PURE__ */ l(ae, [["__scopeId", "data-v-67bf8ea1"]]), ie = ["src"], ce = /* @__PURE__ */ f({
|
|
121
121
|
__name: "Logo",
|
|
122
122
|
props: {
|
|
123
123
|
name: {
|
|
@@ -159,7 +159,7 @@ const Q = {
|
|
|
159
159
|
alt: "logo",
|
|
160
160
|
loading: "lazy",
|
|
161
161
|
decoding: "async"
|
|
162
|
-
}, null, 8,
|
|
162
|
+
}, null, 8, ie)) : p("", !0), c("div", {
|
|
163
163
|
class: "text",
|
|
164
164
|
style: S({
|
|
165
165
|
color: s.color,
|
|
@@ -167,13 +167,13 @@ const Q = {
|
|
|
167
167
|
})
|
|
168
168
|
}, k(o.name), 5)]));
|
|
169
169
|
}
|
|
170
|
-
}),
|
|
170
|
+
}), ue = /* @__PURE__ */ l(ce, [["__scopeId", "data-v-694a3ecc"]]), le = {
|
|
171
171
|
class: "HeaderCom"
|
|
172
|
-
},
|
|
172
|
+
}, de = {
|
|
173
173
|
class: "left"
|
|
174
|
-
},
|
|
174
|
+
}, pe = {
|
|
175
175
|
class: "right"
|
|
176
|
-
},
|
|
176
|
+
}, fe = /* @__PURE__ */ f({
|
|
177
177
|
__name: "Header",
|
|
178
178
|
props: {
|
|
179
179
|
menuType: {
|
|
@@ -187,14 +187,14 @@ const Q = {
|
|
|
187
187
|
setup(o) {
|
|
188
188
|
const e = o, {
|
|
189
189
|
show: s
|
|
190
|
-
} =
|
|
190
|
+
} = V(), {
|
|
191
191
|
isLoggedIn: r
|
|
192
|
-
} =
|
|
192
|
+
} = W(), {
|
|
193
193
|
appsData: a
|
|
194
|
-
} =
|
|
194
|
+
} = R(), {
|
|
195
195
|
menus: u,
|
|
196
196
|
hasPermission: h
|
|
197
|
-
} =
|
|
197
|
+
} = G(e.menuType), g = M(""), m = F(), v = j();
|
|
198
198
|
function _() {
|
|
199
199
|
L(() => {
|
|
200
200
|
m.push({
|
|
@@ -205,7 +205,7 @@ const Q = {
|
|
|
205
205
|
});
|
|
206
206
|
});
|
|
207
207
|
}
|
|
208
|
-
function
|
|
208
|
+
function w(y) {
|
|
209
209
|
const i = y.path;
|
|
210
210
|
if (!h(i)) {
|
|
211
211
|
r.value || (s.value = !0);
|
|
@@ -219,29 +219,29 @@ const Q = {
|
|
|
219
219
|
});
|
|
220
220
|
}
|
|
221
221
|
return B(() => v.path, () => {
|
|
222
|
-
g.value =
|
|
222
|
+
g.value = N(v.matched, e.menuType, v.path);
|
|
223
223
|
}, {
|
|
224
224
|
immediate: !0
|
|
225
|
-
}), (y, i) => (t(), n("div",
|
|
225
|
+
}), (y, i) => (t(), n("div", le, [c("div", de, [$(ue, {
|
|
226
226
|
icon: b(a).applicationLogoUrl,
|
|
227
227
|
name: b(a).name,
|
|
228
228
|
onTo: _
|
|
229
|
-
}, null, 8, ["icon", "name"])]), c("div",
|
|
229
|
+
}, null, 8, ["icon", "name"])]), c("div", pe, [$(re, {
|
|
230
230
|
menus: b(u),
|
|
231
231
|
activateKey: g.value,
|
|
232
|
-
onChange:
|
|
233
|
-
}, null, 8, ["menus", "activateKey"]), e.showUserPanel ? (t(),
|
|
232
|
+
onChange: w
|
|
233
|
+
}, null, 8, ["menus", "activateKey"]), e.showUserPanel ? (t(), D(K, {
|
|
234
234
|
key: 0,
|
|
235
235
|
onToHomePage: _,
|
|
236
236
|
onSignOut: _
|
|
237
237
|
})) : p("", !0)])]));
|
|
238
238
|
}
|
|
239
|
-
}),
|
|
239
|
+
}), me = /* @__PURE__ */ l(fe, [["__scopeId", "data-v-2225e367"]]), _e = {
|
|
240
240
|
class: "body"
|
|
241
|
-
},
|
|
241
|
+
}, he = {
|
|
242
242
|
key: 0,
|
|
243
243
|
class: "loading"
|
|
244
|
-
},
|
|
244
|
+
}, ge = "linear-gradient(to bottom, #fefdff, #f9f6fe, #f2eefd, #ebe8fd, #e2e1fd, #dfe0fd, #dcdffd, #d9defd, #dde2fd, #e0e5fd, #e4e9fd, #e8ecfd)", ve = /* @__PURE__ */ f({
|
|
245
245
|
__name: "DefaultLayout",
|
|
246
246
|
props: {
|
|
247
247
|
menuType: {
|
|
@@ -258,26 +258,23 @@ const Q = {
|
|
|
258
258
|
setup(o) {
|
|
259
259
|
const e = o, {
|
|
260
260
|
isChecking: s
|
|
261
|
-
} =
|
|
262
|
-
return (r, a) => {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
key: 1
|
|
277
|
-
}))])], 4);
|
|
278
|
-
};
|
|
261
|
+
} = O();
|
|
262
|
+
return (r, a) => (t(), n("div", {
|
|
263
|
+
class: "layout",
|
|
264
|
+
style: S({
|
|
265
|
+
backgroundImage: e.backgroundImage || ge,
|
|
266
|
+
backgroundAttachment: "fixed"
|
|
267
|
+
})
|
|
268
|
+
}, [$(me, {
|
|
269
|
+
"menu-type": e.menuType,
|
|
270
|
+
"show-user-panel": e.showUserPanel
|
|
271
|
+
}, null, 8, ["menu-type", "show-user-panel"]), c("div", _e, [b(s) ? (t(), n("div", he, [$(b(E), {
|
|
272
|
+
size: 40
|
|
273
|
+
})])) : P(r.$slots, "default", {
|
|
274
|
+
key: 1
|
|
275
|
+
}, void 0, !0)])], 4));
|
|
279
276
|
}
|
|
280
|
-
}),
|
|
277
|
+
}), De = /* @__PURE__ */ l(ve, [["__scopeId", "data-v-0289e975"]]), ye = /* @__PURE__ */ f({
|
|
281
278
|
__name: "Gradientbackground",
|
|
282
279
|
props: {
|
|
283
280
|
width: {
|
|
@@ -315,14 +312,14 @@ const Q = {
|
|
|
315
312
|
}
|
|
316
313
|
},
|
|
317
314
|
setup(o) {
|
|
318
|
-
const e = o, s =
|
|
315
|
+
const e = o, s = x(() => ({
|
|
319
316
|
pointerEvents: "none",
|
|
320
317
|
position: "absolute",
|
|
321
318
|
zIndex: e.zIndex,
|
|
322
319
|
width: e.width,
|
|
323
320
|
height: e.height,
|
|
324
321
|
filter: `blur(${e.blur})`
|
|
325
|
-
})), r =
|
|
322
|
+
})), r = x(() => ({
|
|
326
323
|
width: "100%",
|
|
327
324
|
height: "100%",
|
|
328
325
|
background: e.background
|
|
@@ -338,9 +335,9 @@ const Q = {
|
|
|
338
335
|
style: S(r.value)
|
|
339
336
|
}, null, 4)], 4));
|
|
340
337
|
}
|
|
341
|
-
}),
|
|
338
|
+
}), Ee = /* @__PURE__ */ l(ye, [["__scopeId", "data-v-b6461ac4"]]), be = {
|
|
342
339
|
class: "SvgIcon"
|
|
343
|
-
},
|
|
340
|
+
}, ke = ["href", "fill"], Se = /* @__PURE__ */ f({
|
|
344
341
|
__name: "SvgIcon",
|
|
345
342
|
props: {
|
|
346
343
|
prefix: {
|
|
@@ -359,26 +356,26 @@ const Q = {
|
|
|
359
356
|
}
|
|
360
357
|
},
|
|
361
358
|
setup(o) {
|
|
362
|
-
const e = o, s =
|
|
363
|
-
return (r, a) => (t(), n("svg",
|
|
359
|
+
const e = o, s = x(() => `#${e.prefix ?? "icon"}-${e.name}`);
|
|
360
|
+
return (r, a) => (t(), n("svg", be, [c("use", {
|
|
364
361
|
href: s.value,
|
|
365
362
|
fill: e.color
|
|
366
|
-
}, null, 8,
|
|
363
|
+
}, null, 8, ke)]));
|
|
367
364
|
}
|
|
368
|
-
}),
|
|
365
|
+
}), Ke = /* @__PURE__ */ l(Se, [["__scopeId", "data-v-0a9de94e"]]), $e = {}, we = {
|
|
369
366
|
class: "WidthContainer"
|
|
370
367
|
};
|
|
371
|
-
function
|
|
372
|
-
return t(), n("div",
|
|
368
|
+
function Ie(o, e) {
|
|
369
|
+
return t(), n("div", we, [P(o.$slots, "default", {}, void 0, !0)]);
|
|
373
370
|
}
|
|
374
|
-
const
|
|
371
|
+
const Re = /* @__PURE__ */ l($e, [["render", Ie], ["__scopeId", "data-v-d06aac1f"]]);
|
|
375
372
|
export {
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
373
|
+
Be as C,
|
|
374
|
+
De as D,
|
|
375
|
+
Ee as G,
|
|
376
|
+
me as H,
|
|
377
|
+
ue as L,
|
|
378
|
+
Ke as S,
|
|
379
|
+
Re as W,
|
|
380
|
+
re as a
|
|
384
381
|
};
|
package/dist/authkit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
3
|
-
import { u as C } from "./useAuthkitAppsAuthPageInfo-
|
|
4
|
-
import { u as V, a as b } from "./useAuthkitUsersProfile-
|
|
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-DOB2R0lE.js";
|
|
2
|
+
import { A as y, a as E } from "./AuthkitAuthorize-BLKbcsyH.js";
|
|
3
|
+
import { u as C } from "./useAuthkitAppsAuthPageInfo-qWOtNCda.js";
|
|
4
|
+
import { u as V, a as b } from "./useAuthkitUsersProfile-a-kA3R2Y.js";
|
|
5
5
|
import { u as B } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
6
6
|
import { u as j } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
7
7
|
export {
|
|
@@ -11,6 +11,8 @@ export interface HuyoooUIConfig {
|
|
|
11
11
|
bucket: string;
|
|
12
12
|
/** 默认地域 */
|
|
13
13
|
region: string;
|
|
14
|
+
/** Web3Forms 访问密钥 */
|
|
15
|
+
web3formsAccessKey: string;
|
|
14
16
|
}
|
|
15
17
|
export declare let globalConfig: HuyoooUIConfig;
|
|
16
18
|
export declare function setGlobalConfig(newConfig: {
|
|
@@ -26,4 +28,6 @@ export declare function setGlobalConfig(newConfig: {
|
|
|
26
28
|
bucket?: string;
|
|
27
29
|
/** 默认地域 */
|
|
28
30
|
region?: string;
|
|
31
|
+
/** Web3Forms 访问密钥 */
|
|
32
|
+
web3formsAccessKey?: string;
|
|
29
33
|
}): void;
|
package/dist/common.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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-3fyX6xI4.js";
|
|
3
3
|
import { C as i, E as x } from "./CustomTable-B8i1SbFB.js";
|
|
4
4
|
import { M, a as g } from "./Menu-BKBnsDJ8.js";
|
|
5
5
|
export {
|
|
@@ -3,9 +3,24 @@ interface Props {
|
|
|
3
3
|
showUserPanel?: boolean;
|
|
4
4
|
backgroundImage?: string;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
7
16
|
backgroundImage: string;
|
|
8
17
|
menuType: string;
|
|
9
18
|
showUserPanel: boolean;
|
|
10
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
21
|
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
package/dist/composables.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { u as o, a } from "./useAuthkitUsersProfile-
|
|
1
|
+
import { u as o, a } from "./useAuthkitUsersProfile-a-kA3R2Y.js";
|
|
2
2
|
import { u } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
3
|
-
import { u as i } from "./useAuthkitAppsAuthPageInfo-
|
|
3
|
+
import { u as i } from "./useAuthkitAppsAuthPageInfo-qWOtNCda.js";
|
|
4
4
|
import { u as n } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
5
|
-
import { u as m } from "./useMessageNotifications-
|
|
6
|
-
import { g as h, s as l } from "./globalConfig-
|
|
5
|
+
import { u as m } from "./useMessageNotifications-B5pXqPNh.js";
|
|
6
|
+
import { g as h, s as l } from "./globalConfig-DKn-cF9c.js";
|
|
7
7
|
import { a as d, u as g, b as C } from "./useDownloads-CHe228Vf.js";
|
|
8
8
|
import { u as b } from "./useTableHandle-DKUIdSSh.js";
|
|
9
|
-
import { u as M } from "./useUploadCos-
|
|
10
|
-
import { f as U, u as c, a as D, w as T } from "./useRoutePermission-
|
|
9
|
+
import { u as M } from "./useUploadCos-yeMY5Xn0.js";
|
|
10
|
+
import { f as U, u as c, a as D, w as T } from "./useRoutePermission-BKg7oQTj.js";
|
|
11
11
|
export {
|
|
12
12
|
U as findMenuPath,
|
|
13
13
|
h as globalConfig,
|
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-BJx5Bzas.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-TRyk9rcU.js";
|
|
4
4
|
export {
|
|
5
5
|
r as Clipboard,
|
|
6
6
|
b as FeedbackBubbleEnd,
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
let c = {
|
|
2
|
+
appId: "",
|
|
3
|
+
prefixUrl: "",
|
|
4
|
+
authPrefixUrl: "",
|
|
5
|
+
avatarBucketId: "68350c206888f565dc7d09e9",
|
|
6
|
+
feedbackBucketId: "6826e4db6888f565dc775dce",
|
|
7
|
+
bucket: "ones-1358549778",
|
|
8
|
+
region: "ap-beijing",
|
|
9
|
+
web3formsAccessKey: "72604aac-d55e-4df0-9bcf-31b2206b3753"
|
|
10
|
+
};
|
|
11
|
+
function a(e) {
|
|
12
|
+
c.appId = e.appId, c.prefixUrl = e.prefixUrl, c.authPrefixUrl = e.authPrefixUrl, e.avatarBucketId !== void 0 && (c.avatarBucketId = e.avatarBucketId), e.feedbackBucketId !== void 0 && (c.feedbackBucketId = e.feedbackBucketId), e.bucket !== void 0 && (c.bucket = e.bucket), e.region !== void 0 && (c.region = e.region), e.web3formsAccessKey !== void 0 && (c.web3formsAccessKey = e.web3formsAccessKey);
|
|
13
|
+
}
|
|
14
|
+
export {
|
|
15
|
+
c as g,
|
|
16
|
+
a as s
|
|
17
|
+
};
|