@huyooo/ui 0.5.27 → 0.5.30

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.
Files changed (30) hide show
  1. package/dist/{AuthkitAuthModal-P9GI9wIQ.js → AuthkitAuthModal-BUicw-gi.js} +15 -15
  2. package/dist/{AuthkitAuthorize-Bv2MspFC.js → AuthkitAuthorize--PZTQ6P_.js} +1 -1
  3. package/dist/{Clipboard-CIWjWQOZ.js → Clipboard-07wvmu-K.js} +3 -2
  4. package/dist/{CustomTable-BGm0KdAy.js → CustomTable-B8i1SbFB.js} +3 -2
  5. package/dist/{FeedbackItem-DLJhHHDM.js → FeedbackItem-CdNcEvhG.js} +9 -10
  6. package/dist/{FeedbackModal-OsCK3NqC.js → FeedbackModal-BmQ-U6uw.js} +18 -17
  7. package/dist/LandingPageSectionTabs-DF0LV5IB.js +1233 -0
  8. package/dist/{MessageHandle-CdOMmp4n.js → MessageHandle-B7xIxdar.js} +1 -1
  9. package/dist/{PaySubscriptions-DVhnjdi3.js → PaySubscriptions-DW5TFQLM.js} +5 -6
  10. package/dist/{ReferrerReferees-Bfu2z-0W.js → ReferrerReferees-B74Ti5ip.js} +3 -3
  11. package/dist/{UserAccountMenu-AhID9xxq.js → UserAccountMenu-CBcYE5WO.js} +12 -10
  12. package/dist/{WidthContainer-BACUO8zY.js → WidthContainer-CLh37Was.js} +4 -4
  13. package/dist/authkit.js +3 -3
  14. package/dist/common.js +2 -2
  15. package/dist/components/LandingPage/LandingPageShowcase.vue.d.ts +20 -17
  16. package/dist/composables.js +3 -3
  17. package/dist/feedback.js +3 -3
  18. package/dist/index.js +16 -16
  19. package/dist/landingPage.js +1 -1
  20. package/dist/message.js +1 -1
  21. package/dist/pay.js +1 -1
  22. package/dist/referrer.js +1 -1
  23. package/dist/style.css +1 -1
  24. package/dist/useAuthkitCreateAndUpdate-C7pOKxNA.js +25 -0
  25. package/dist/{useDownloads-BpQUd6AV.js → useDownloads-B7Leb86s.js} +5 -4
  26. package/dist/{useTableHandle-DujKY4Bl.js → useTableHandle-DGz8Wwsj.js} +15 -14
  27. package/dist/user.js +1 -1
  28. package/package.json +1 -1
  29. package/dist/LandingPageSectionTabs-DTVCmfyQ.js +0 -58318
  30. package/dist/useAuthkitCreateAndUpdate-BpTxxKc0.js +0 -24
@@ -3,15 +3,15 @@
3
3
  /* empty css */
4
4
  import { defineComponent as k, computed as T, createElementBlock as P, openBlock as g, normalizeStyle as j, normalizeClass as ce, createElementVNode as b, ref as h, createBlock as _, unref as e, withCtx as m, createVNode as s, createTextVNode as z, onMounted as G, onUnmounted as te, withDirectives as fe, toDisplayString as B, vShow as pe, Fragment as W, createCommentVNode as S, isRef as ie, useSlots as ve, renderSlot as se } from "vue";
5
5
  import { Form as O, FormItem as A, 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 N } from "@arco-design/web-vue";
6
- import { _ as he, g as _e, i as be } from "./plugin-vue_export-helper-LjDO2Zua.js";
7
6
  /* empty css */
8
- import { u as we } from "./useUploadCos-Ca4Mo5FD.js";
9
- import { b as ze, c as ee, d as Se, a as K, e as ke, f as Ae, u as Z } from "./useAuthkitUsersProfile-B1y2nleU.js";
10
- import { g as F, c as H, h as ae, u as Ie } from "./auth-B864DrVx.js";
11
- import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
7
+ import { g as F, c as H, h as ae, u as he } from "./auth-B864DrVx.js";
12
8
  /* empty css */
9
+ import { u as _e } from "./useUploadCos-Ca4Mo5FD.js";
10
+ import { b as be, c as ee, d as we, a as K, e as ze, f as Se, u as Z } from "./useAuthkitUsersProfile-B1y2nleU.js";
11
+ import { _ as ke, g as Ae, i as Ie } from "./plugin-vue_export-helper-LjDO2Zua.js";
12
+ import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
13
13
  import { M as Pe } from "./Menu-ejsosUdV.js";
14
- import { u as Ve } from "./useAuthkitCreateAndUpdate-BpTxxKc0.js";
14
+ import { u as Ve } from "./useAuthkitCreateAndUpdate-C7pOKxNA.js";
15
15
  import { u as J } from "./useAuthkitAppsAuthPageInfo-Ct-ElH04.js";
16
16
  /* empty css */
17
17
  import { Icon as Ue } from "@iconify/vue";
@@ -44,11 +44,11 @@ const $e = k({
44
44
  setup(a, {
45
45
  emit: n
46
46
  }) {
47
- const u = _e("icon"), i = T(() => [u, `${u}-camera`, {
47
+ const u = Ae("icon"), i = T(() => [u, `${u}-camera`, {
48
48
  [`${u}-spin`]: a.spin
49
49
  }]), r = T(() => {
50
50
  const t = {};
51
- return a.size && (t.fontSize = be(a.size) ? `${a.size}px` : a.size), a.rotate && (t.transform = `rotate(${a.rotate}deg)`), t;
51
+ return a.size && (t.fontSize = Ie(a.size) ? `${a.size}px` : a.size), a.rotate && (t.transform = `rotate(${a.rotate}deg)`), t;
52
52
  });
53
53
  return {
54
54
  cls: i,
@@ -75,7 +75,7 @@ function xe(a, n, u, i, r, l) {
75
75
  d: "m33 12-1.862-3.724A.5.5 0 0 0 30.691 8H17.309a.5.5 0 0 0-.447.276L15 12m16 14a7 7 0 1 1-14 0 7 7 0 0 1 14 0ZM7 40h34a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1Z"
76
76
  }, null, -1)]), 14, Ce);
77
77
  }
78
- var M = /* @__PURE__ */ he($e, [["render", xe]]);
78
+ var M = /* @__PURE__ */ ke($e, [["render", xe]]);
79
79
  const qe = Object.assign(M, {
80
80
  install: (a, n) => {
81
81
  var u;
@@ -104,7 +104,7 @@ const qe = Object.assign(M, {
104
104
  avatarUrl: ""
105
105
  }), l = h(!1), t = h(), o = h(!1);
106
106
  function y() {
107
- o.value = !0, ze().then(({
107
+ o.value = !0, be().then(({
108
108
  data: d
109
109
  }) => {
110
110
  o.value = !1, r.value.id = d.id, r.value.nickname = d.nickname, r.value.description = d.description, r.value.avatar = d.avatar, r.value.avatarUrl = d.avatarUrl;
@@ -136,7 +136,7 @@ const qe = Object.assign(M, {
136
136
  const p = () => {
137
137
  const {
138
138
  uploadFile: d
139
- } = we(), f = document.createElement("input");
139
+ } = _e(), f = document.createElement("input");
140
140
  f.type = "file", f.accept = "image/*", f.style.display = "none", document.body.append(f), f.addEventListener("change", async (v) => {
141
141
  var q;
142
142
  const $ = (q = v.target.files) == null ? void 0 : q[0];
@@ -458,7 +458,7 @@ const Ee = /* @__PURE__ */ k({
458
458
  const c = {
459
459
  password: t.value.password
460
460
  };
461
- Se(c).then(() => {
461
+ we(c).then(() => {
462
462
  i.value = !1, u("submit", c);
463
463
  }).catch(() => {
464
464
  i.value = !1;
@@ -816,7 +816,7 @@ const Ee = /* @__PURE__ */ k({
816
816
  userToken: c.userToken,
817
817
  emailVerifyId: c.emailVerifyId
818
818
  };
819
- ke(p).then(() => {
819
+ ze(p).then(() => {
820
820
  u.value = !1, E.success("绑定成功"), r.value = "hidden", i();
821
821
  }).catch(() => {
822
822
  u.value = !1;
@@ -909,7 +909,7 @@ const Ye = /* @__PURE__ */ k({
909
909
  });
910
910
  }
911
911
  function c() {
912
- Ae().then(() => {
912
+ Se().then(() => {
913
913
  E.success("解绑成功"), i.value = "hidden", u();
914
914
  });
915
915
  }
@@ -1762,7 +1762,7 @@ const D = /* @__PURE__ */ k({
1762
1762
  addSignInCallback: u
1763
1763
  } = Z(), {
1764
1764
  show: i
1765
- } = Ie(), r = a, l = n;
1765
+ } = he(), r = a, l = n;
1766
1766
  function t(y) {
1767
1767
  y(!0);
1768
1768
  }
@@ -4,7 +4,7 @@ import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
7
- import "./plugin-vue_export-helper-LjDO2Zua.js";
7
+ /* empty css */
8
8
  /* empty css */
9
9
  /* empty css */
10
10
  import { List as w, ListItem as d, ListItemMeta as p, Avatar as c, Button as x } from "@arco-design/web-vue";
@@ -1,4 +1,5 @@
1
1
  /* empty css */
2
+ import "./auth-B864DrVx.js";
2
3
  import { defineComponent as V, ref as X, createBlock as J, openBlock as K, unref as Q } from "vue";
3
4
  import { Message as W } from "@arco-design/web-vue";
4
5
  import { Icon as Z } from "@iconify/vue";
@@ -551,7 +552,7 @@ const ot = /* @__PURE__ */ et(rt), it = (C) => ({
551
552
  onClick: h
552
553
  }));
553
554
  }
554
- }), yt = /* @__PURE__ */ nt(ut, [["__scopeId", "data-v-1955a5b5"]]);
555
+ }), vt = /* @__PURE__ */ nt(ut, [["__scopeId", "data-v-1955a5b5"]]);
555
556
  export {
556
- yt as C
557
+ vt as C
557
558
  };
@@ -3,6 +3,7 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
+ /* empty css */
6
7
  import { defineComponent as q, ref as S, computed as N, onMounted as A, nextTick as W, watch as H, onBeforeUnmount as U, createElementBlock as i, openBlock as n, normalizeStyle as w, normalizeClass as C, renderSlot as M, createVNode as x, unref as l, withCtx as z, createElementVNode as c, createCommentVNode as b, Fragment as g, renderList as k, toDisplayString as E, createBlock as $, createTextVNode as D, useSlots as F } from "vue";
7
8
  import { Spin as K, Tooltip as O, Empty as R, Pagination as G } from "@arco-design/web-vue";
8
9
  import { _ as P } from "./_plugin-vue_export-helper-CHgC5LLL.js";
@@ -194,8 +195,8 @@ const Q = /* @__PURE__ */ q({
194
195
  _: 3
195
196
  }, 8, ["loading"])]));
196
197
  }
197
- }), ge = /* @__PURE__ */ P(ae, [["__scopeId", "data-v-0eab51b1"]]);
198
+ }), ve = /* @__PURE__ */ P(ae, [["__scopeId", "data-v-0eab51b1"]]);
198
199
  export {
199
- ge as C,
200
+ ve as C,
200
201
  X as E
201
202
  };
@@ -1,6 +1,5 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- /* empty css */
4
3
  import { defineComponent as f, createElementBlock as d, openBlock as c, normalizeStyle as w, normalizeClass as _, createElementVNode as l, computed as m, withDirectives as j, createVNode as b, unref as y, vShow as N, ref as q, createBlock as V, withCtx as B, toDisplayString as h, renderSlot as M, Fragment as R, renderList as U, onMounted as D, onBeforeUnmount as E, createCommentVNode as W } from "vue";
5
4
  import { Popover as O, Upload as T } from "@arco-design/web-vue";
6
5
  import { _ as I, g as F, i as L } from "./plugin-vue_export-helper-LjDO2Zua.js";
@@ -10,7 +9,7 @@ import { _ as g } from "./_plugin-vue_export-helper-CHgC5LLL.js";
10
9
  /* empty css */
11
10
  import { u as Z } from "./useUploadCos-Ca4Mo5FD.js";
12
11
  import { g as A } from "./auth-B864DrVx.js";
13
- import "./FeedbackModal-OsCK3NqC.js";
12
+ import "./FeedbackModal-BmQ-U6uw.js";
14
13
  import { Icon as Y } from "@iconify/vue";
15
14
  const H = f({
16
15
  name: "IconDown",
@@ -331,7 +330,7 @@ const se = Object.assign(x, {
331
330
  _: 3
332
331
  }, 8, ["popup-visible", "content-style"]));
333
332
  }
334
- }), We = /* @__PURE__ */ g(fe, [["__scopeId", "data-v-c2ab0561"]]), ke = {
333
+ }), Ee = /* @__PURE__ */ g(fe, [["__scopeId", "data-v-c2ab0561"]]), ke = {
335
334
  style: {
336
335
  "margin-bottom": "10px",
337
336
  display: "flex",
@@ -371,7 +370,7 @@ const se = Object.assign(x, {
371
370
  onClick: (k) => s(p.key)
372
371
  }, h(p.label), 11, ve))), 128))]));
373
372
  }
374
- }), Oe = /* @__PURE__ */ g(be, [["__scopeId", "data-v-4da22ce9"]]), ye = {
373
+ }), We = /* @__PURE__ */ g(be, [["__scopeId", "data-v-4da22ce9"]]), ye = {
375
374
  class: "screenshots-upload"
376
375
  }, he = /* @__PURE__ */ f({
377
376
  __name: "FeedbackScreenshots",
@@ -449,7 +448,7 @@ const se = Object.assign(x, {
449
448
  "custom-request": p
450
449
  }, null, 8, ["file-list"])]));
451
450
  }
452
- }), Te = /* @__PURE__ */ g(he, [["__scopeId", "data-v-8e764d8f"]]), _e = {
451
+ }), Oe = /* @__PURE__ */ g(he, [["__scopeId", "data-v-8e764d8f"]]), _e = {
453
452
  class: "operate-wrapper"
454
453
  }, ge = {
455
454
  class: "operate-item"
@@ -485,11 +484,11 @@ const se = Object.assign(x, {
485
484
  icon: t.icon
486
485
  }, null, 8, ["icon"])]), l("p", Ce, h(t.title), 1)]), l("div", we, [e.extra ? (c(), d("span", Se, h(e.extra), 1)) : W("", !0)])]));
487
486
  }
488
- }), Ze = /* @__PURE__ */ g(ze, [["__scopeId", "data-v-54fd5fd0"]]);
487
+ }), Te = /* @__PURE__ */ g(ze, [["__scopeId", "data-v-54fd5fd0"]]);
489
488
  export {
490
- We as F,
491
- Oe as a,
492
- Ze as b,
489
+ Ee as F,
490
+ We as a,
491
+ Te as b,
493
492
  le as c,
494
- Te as d
493
+ Oe as d
495
494
  };
@@ -1,11 +1,11 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  /* empty css */
4
- /* empty css */
5
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";
6
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";
7
6
  import { M as De } from "./Menu-ejsosUdV.js";
8
- import { _ as fe, g as pe, i as me } from "./plugin-vue_export-helper-LjDO2Zua.js";
7
+ /* empty css */
8
+ /* empty css */
9
9
  /* empty css */
10
10
  /* empty css */
11
11
  import { c as N, g as q } from "./auth-B864DrVx.js";
@@ -15,10 +15,11 @@ import { r as Ne, a as Ae, u as Oe } from "./useUploadCos-Ca4Mo5FD.js";
15
15
  import { _ as V } from "./_plugin-vue_export-helper-CHgC5LLL.js";
16
16
  /* empty css */
17
17
  import { f as j } from "./index-Bb-d5pBq.js";
18
- import { C as Ve } from "./CustomTable-BGm0KdAy.js";
19
- import { Bubble as ve, Prompts as Pe, Sender as Ee } from "ant-design-x-vue";
20
- import { C as ye } from "./Clipboard-CIWjWQOZ.js";
18
+ import { C as Ve } from "./CustomTable-B8i1SbFB.js";
19
+ import { Bubble as fe, Prompts as Pe, Sender as Ee } from "ant-design-x-vue";
20
+ import { C as pe } from "./Clipboard-07wvmu-K.js";
21
21
  import { Icon as je } from "@iconify/vue";
22
+ import { _ as me, g as ve, i as ye } from "./plugin-vue_export-helper-LjDO2Zua.js";
22
23
  const Me = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), te = {
23
24
  randomUUID: Me
24
25
  };
@@ -61,11 +62,11 @@ const We = R({
61
62
  setup(e, {
62
63
  emit: o
63
64
  }) {
64
- const t = pe("icon"), a = O(() => [t, `${t}-exclamation-circle`, {
65
+ const t = ve("icon"), a = O(() => [t, `${t}-exclamation-circle`, {
65
66
  [`${t}-spin`]: e.spin
66
67
  }]), f = O(() => {
67
68
  const s = {};
68
- return e.size && (s.fontSize = me(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
69
+ return e.size && (s.fontSize = ye(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
69
70
  });
70
71
  return {
71
72
  cls: a,
@@ -92,7 +93,7 @@ function Ke(e, o, t, a, f, c) {
92
93
  d: "M24 28V14m0 16v4M6 24c0-9.941 8.059-18 18-18s18 8.059 18 18-8.059 18-18 18S6 33.941 6 24Z"
93
94
  }, null, -1)]), 14, Te);
94
95
  }
95
- var Y = /* @__PURE__ */ fe(We, [["render", Ke]]);
96
+ var Y = /* @__PURE__ */ me(We, [["render", Ke]]);
96
97
  const ae = Object.assign(Y, {
97
98
  install: (e, o) => {
98
99
  var t;
@@ -128,11 +129,11 @@ const ae = Object.assign(Y, {
128
129
  setup(e, {
129
130
  emit: o
130
131
  }) {
131
- const t = pe("icon"), a = O(() => [t, `${t}-link`, {
132
+ const t = ve("icon"), a = O(() => [t, `${t}-link`, {
132
133
  [`${t}-spin`]: e.spin
133
134
  }]), f = O(() => {
134
135
  const s = {};
135
- return e.size && (s.fontSize = me(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
136
+ return e.size && (s.fontSize = ye(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
136
137
  });
137
138
  return {
138
139
  cls: a,
@@ -159,7 +160,7 @@ function Ze(e, o, t, a, f, c) {
159
160
  d: "m14.1 25.414-4.95 4.95a6 6 0 0 0 8.486 8.485l8.485-8.485a6 6 0 0 0 0-8.485m7.779.707 4.95-4.95a6 6 0 1 0-8.486-8.485l-8.485 8.485a6 6 0 0 0 0 8.485"
160
161
  }, null, -1)]), 14, Ye);
161
162
  }
162
- var Z = /* @__PURE__ */ fe(He, [["render", Ze]]);
163
+ var Z = /* @__PURE__ */ me(He, [["render", Ze]]);
163
164
  const Ge = Object.assign(Z, {
164
165
  install: (e, o) => {
165
166
  var t;
@@ -214,7 +215,7 @@ const Ge = Object.assign(Z, {
214
215
  function f() {
215
216
  a("refresh");
216
217
  }
217
- return (c, s) => (r(), y(l(ve), {
218
+ return (c, s) => (r(), y(l(fe), {
218
219
  placement: "end",
219
220
  style: M(t.bubbleStyle),
220
221
  styles: {
@@ -239,7 +240,7 @@ const Ge = Object.assign(Z, {
239
240
  "show-loader": ""
240
241
  }, null, 8, ["src"])) : L("", !0)]),
241
242
  footer: n(() => [u(l(ue), null, {
242
- default: n(() => [t.showClipboard && t.type === "text" ? (r(), y(ye, {
243
+ default: n(() => [t.showClipboard && t.type === "text" ? (r(), y(pe, {
243
244
  key: 0,
244
245
  value: e.value
245
246
  }, null, 8, ["value"])) : L("", !0), t.showRefresh ? (r(), y(Qe, {
@@ -284,7 +285,7 @@ const Ge = Object.assign(Z, {
284
285
  emit: o
285
286
  }) {
286
287
  const t = e;
287
- return (a, f) => (r(), y(l(ve), {
288
+ return (a, f) => (r(), y(l(fe), {
288
289
  placement: "start",
289
290
  style: M(t.bubbleStyle),
290
291
  styles: {
@@ -309,7 +310,7 @@ const Ge = Object.assign(Z, {
309
310
  "show-loader": ""
310
311
  }, null, 8, ["src"])) : L("", !0)]),
311
312
  footer: n(() => [u(l(ue), null, {
312
- default: n(() => [t.showClipboard && t.type === "text" ? (r(), y(ye, {
313
+ default: n(() => [t.showClipboard && t.type === "text" ? (r(), y(pe, {
313
314
  key: 0,
314
315
  value: t.value
315
316
  }, null, 8, ["value"])) : L("", !0)]),
@@ -1043,7 +1044,7 @@ const J = [{
1043
1044
  _: 1
1044
1045
  }, 8, ["visible"]));
1045
1046
  }
1046
- }), Ht = /* @__PURE__ */ V(xt, [["__scopeId", "data-v-4df9453a"]]);
1047
+ }), Yt = /* @__PURE__ */ V(xt, [["__scopeId", "data-v-4df9453a"]]);
1047
1048
  export {
1048
1049
  ft as F,
1049
1050
  Qe as R,
@@ -1051,5 +1052,5 @@ export {
1051
1052
  ne as a,
1052
1053
  vt as b,
1053
1054
  bt as c,
1054
- Ht as d
1055
+ Yt as d
1055
1056
  };