@huyooo/ui 0.5.21 → 0.5.23

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 (43) hide show
  1. package/dist/{AuthkitAuthModal-BRKkQ2Px.js → AuthkitAuthModal-EtAHk3jC.js} +483 -518
  2. package/dist/{AuthkitAuthorize-DuQ4CKWT.js → AuthkitAuthorize-iudRkudt.js} +3 -3
  3. package/dist/{Clipboard-Bful1lNJ.js → Clipboard-CIWjWQOZ.js} +2 -3
  4. package/dist/{Contact-TYzxCmbB.js → Contact-Dy9U5zuU.js} +2 -2
  5. package/dist/{CustomTable-B8i1SbFB.js → CustomTable-BGm0KdAy.js} +2 -3
  6. package/dist/{FeedbackItem-DJDUUJbB.js → FeedbackItem-4WHDAqT0.js} +12 -11
  7. package/dist/{FeedbackModal-Df1Wiclk.js → FeedbackModal-Cf9lDRpp.js} +19 -21
  8. package/dist/LandingPageSectionTabs-BL4lLDsT.js +19776 -0
  9. package/dist/{MessageHandle-De7eLBi_.js → MessageHandle-CVsfCWky.js} +16 -16
  10. package/dist/{PaySubscriptions-CnPLduJz.js → PaySubscriptions-CMSBkkoi.js} +12 -11
  11. package/dist/{ReferrerReferees-B3Ek3gAn.js → ReferrerReferees-BFF_mWBd.js} +8 -8
  12. package/dist/{Upload.vue_vue_type_script_setup_true_lang-9HB-tLZd.js → Upload.vue_vue_type_script_setup_true_lang-DA9w3O2R.js} +2 -2
  13. package/dist/{UserAccountMenu-BNCGS_KR.js → UserAccountMenu-8Vqgdtq1.js} +62 -65
  14. package/dist/{WidthContainer-DFWspiGt.js → WidthContainer-CeJ1eykf.js} +27 -30
  15. package/dist/auth-DafjnKRu.js +180 -0
  16. package/dist/authkit.js +6 -6
  17. package/dist/common.js +2 -2
  18. package/dist/components/LandingPage/LandingPageSections.vue.d.ts +17 -20
  19. package/dist/composables.js +30 -31
  20. package/dist/feedback.js +3 -3
  21. package/dist/index.js +615 -699
  22. package/dist/landingPage.js +1 -1
  23. package/dist/message.js +2 -2
  24. package/dist/pay.js +1 -1
  25. package/dist/privateCom.js +1 -1
  26. package/dist/referrer.js +1 -1
  27. package/dist/style.css +1 -1
  28. package/dist/upload.js +2 -2
  29. package/dist/{useAuthkitAppsAuthPageInfo-BifS1KOG.js → useAuthkitAppsAuthPageInfo-C7KEv8pi.js} +6 -6
  30. package/dist/useAuthkitCreateAndUpdate-BpTxxKc0.js +24 -0
  31. package/dist/useAuthkitUsersProfile-eWz3ShS9.js +198 -0
  32. package/dist/{useDownloads-DnMYa52H.js → useDownloads-BpQUd6AV.js} +4 -5
  33. package/dist/{useMessageNotifications-DSRanuRe.js → useMessageNotifications-DZBBxw31.js} +8 -8
  34. package/dist/{useSEO-BLlxOmk2.js → useSEO-sQmoCl0K.js} +2 -2
  35. package/dist/{useTableHandle-DKUIdSSh.js → useTableHandle-DujKY4Bl.js} +14 -15
  36. package/dist/{useUploadCos-D5k1YLb7.js → useUploadCos-CNKDNSrg.js} +1 -1
  37. package/dist/user.js +1 -1
  38. package/package.json +1 -1
  39. package/dist/LandingPageSectionTabs-DGH4BPiN.js +0 -1223
  40. package/dist/globalConfig-C1YOJcxa.js +0 -22
  41. package/dist/useAuthkitAuthModal-BpOmabWi.js +0 -10
  42. package/dist/useAuthkitCreateAndUpdate-BpPW409v.js +0 -25
  43. package/dist/useAuthkitUsersProfile-zbKT0W_h.js +0 -237
@@ -4,12 +4,12 @@ import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
7
- /* empty css */
7
+ import "./plugin-vue_export-helper-LjDO2Zua.js";
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";
11
- import { a as $ } from "./useAuthkitAppsAuthPageInfo-BifS1KOG.js";
12
- import { o as T } from "./useAuthkitUsersProfile-zbKT0W_h.js";
11
+ import { a as $ } from "./useAuthkitAppsAuthPageInfo-C7KEv8pi.js";
12
+ import { o as T } from "./auth-DafjnKRu.js";
13
13
  const U = {
14
14
  class: "header"
15
15
  }, B = ["href"], L = {
@@ -1,5 +1,4 @@
1
1
  /* empty css */
2
- /* empty css */
3
2
  import { defineComponent as V, ref as X, createBlock as J, openBlock as K, unref as Q } from "vue";
4
3
  import { Message as W } from "@arco-design/web-vue";
5
4
  import { Icon as Z } from "@iconify/vue";
@@ -552,7 +551,7 @@ const ot = /* @__PURE__ */ et(rt), it = (C) => ({
552
551
  onClick: h
553
552
  }));
554
553
  }
555
- }), vt = /* @__PURE__ */ nt(ut, [["__scopeId", "data-v-1955a5b5"]]);
554
+ }), yt = /* @__PURE__ */ nt(ut, [["__scopeId", "data-v-1955a5b5"]]);
556
555
  export {
557
- vt as C
556
+ yt as C
558
557
  };
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as P, ref as V, createElementBlock as t, openBlock as Q, createVNode as A, withCtx as C, Fragment as s, renderList as H, createBlock as W, createTextVNode as l, toDisplayString as p, unref as o, createElementVNode as F } from "vue";
2
2
  import { f as i, e as n, h as G, g as y, L as R, c as k, l as h, m as Z, n as b, k as J, a as S, b as O } from "./LandingPageSectionHeader-s8hjsGuu.js";
3
3
  import { _ as U } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
- import { u as d } from "./useAuthkitAppsAuthPageInfo-BifS1KOG.js";
5
- import { g as Y } from "./globalConfig-C1YOJcxa.js";
4
+ import { u as d } from "./useAuthkitAppsAuthPageInfo-C7KEv8pi.js";
5
+ import { g as Y } from "./auth-DafjnKRu.js";
6
6
  import { c as M } from "./index-Bb-d5pBq.js";
7
7
  const x = {
8
8
  class: "Footer"
@@ -3,7 +3,6 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
- /* empty css */
7
6
  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";
8
7
  import { Spin as K, Tooltip as O, Empty as R, Pagination as G } from "@arco-design/web-vue";
9
8
  import { _ as P } from "./_plugin-vue_export-helper-CHgC5LLL.js";
@@ -195,8 +194,8 @@ const Q = /* @__PURE__ */ q({
195
194
  _: 3
196
195
  }, 8, ["loading"])]));
197
196
  }
198
- }), ve = /* @__PURE__ */ P(ae, [["__scopeId", "data-v-0eab51b1"]]);
197
+ }), ge = /* @__PURE__ */ P(ae, [["__scopeId", "data-v-0eab51b1"]]);
199
198
  export {
200
- ve as C,
199
+ ge as C,
201
200
  X as E
202
201
  };
@@ -1,5 +1,6 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
+ /* empty css */
3
4
  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";
4
5
  import { Popover as O, Upload as T } from "@arco-design/web-vue";
5
6
  import { _ as I, g as F, i as L } from "./plugin-vue_export-helper-LjDO2Zua.js";
@@ -7,9 +8,9 @@ import { _ as g } from "./_plugin-vue_export-helper-CHgC5LLL.js";
7
8
  /* empty css */
8
9
  /* empty css */
9
10
  /* empty css */
10
- import { u as Z } from "./useUploadCos-D5k1YLb7.js";
11
- import { g as A } from "./globalConfig-C1YOJcxa.js";
12
- import "./FeedbackModal-Df1Wiclk.js";
11
+ import { u as Z } from "./useUploadCos-CNKDNSrg.js";
12
+ import { g as A } from "./auth-DafjnKRu.js";
13
+ import "./FeedbackModal-Cf9lDRpp.js";
13
14
  import { Icon as Y } from "@iconify/vue";
14
15
  const H = f({
15
16
  name: "IconDown",
@@ -330,7 +331,7 @@ const se = Object.assign(x, {
330
331
  _: 3
331
332
  }, 8, ["popup-visible", "content-style"]));
332
333
  }
333
- }), Ee = /* @__PURE__ */ g(fe, [["__scopeId", "data-v-c2ab0561"]]), ke = {
334
+ }), We = /* @__PURE__ */ g(fe, [["__scopeId", "data-v-c2ab0561"]]), ke = {
334
335
  style: {
335
336
  "margin-bottom": "10px",
336
337
  display: "flex",
@@ -370,7 +371,7 @@ const se = Object.assign(x, {
370
371
  onClick: (k) => s(p.key)
371
372
  }, h(p.label), 11, ve))), 128))]));
372
373
  }
373
- }), We = /* @__PURE__ */ g(be, [["__scopeId", "data-v-4da22ce9"]]), ye = {
374
+ }), Oe = /* @__PURE__ */ g(be, [["__scopeId", "data-v-4da22ce9"]]), ye = {
374
375
  class: "screenshots-upload"
375
376
  }, he = /* @__PURE__ */ f({
376
377
  __name: "FeedbackScreenshots",
@@ -448,7 +449,7 @@ const se = Object.assign(x, {
448
449
  "custom-request": p
449
450
  }, null, 8, ["file-list"])]));
450
451
  }
451
- }), Oe = /* @__PURE__ */ g(he, [["__scopeId", "data-v-8e764d8f"]]), _e = {
452
+ }), Te = /* @__PURE__ */ g(he, [["__scopeId", "data-v-8e764d8f"]]), _e = {
452
453
  class: "operate-wrapper"
453
454
  }, ge = {
454
455
  class: "operate-item"
@@ -484,11 +485,11 @@ const se = Object.assign(x, {
484
485
  icon: t.icon
485
486
  }, 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)])]));
486
487
  }
487
- }), Te = /* @__PURE__ */ g(ze, [["__scopeId", "data-v-54fd5fd0"]]);
488
+ }), Ze = /* @__PURE__ */ g(ze, [["__scopeId", "data-v-54fd5fd0"]]);
488
489
  export {
489
- Ee as F,
490
- We as a,
491
- Te as b,
490
+ We as F,
491
+ Oe as a,
492
+ Ze as b,
492
493
  le as c,
493
- Oe as d
494
+ Te as d
494
495
  };
@@ -1,27 +1,25 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  /* empty css */
4
+ /* empty css */
4
5
  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
6
  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
7
  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
9
  /* empty css */
8
10
  /* empty css */
9
- /* empty css */
10
- /* empty css */
11
- /* empty css */
11
+ import { g as q } from "./auth-DafjnKRu.js";
12
12
  import { api as N } from "@huyooo/api";
13
- import { g as q } from "./globalConfig-C1YOJcxa.js";
14
13
  /* empty css */
15
14
  /* empty css */
16
- import { r as Ne, a as Ae, u as Oe } from "./useUploadCos-D5k1YLb7.js";
15
+ import { r as Ne, a as Ae, u as Oe } from "./useUploadCos-CNKDNSrg.js";
17
16
  import { _ as V } from "./_plugin-vue_export-helper-CHgC5LLL.js";
18
17
  /* empty css */
19
18
  import { f as j } from "./index-Bb-d5pBq.js";
20
- import { C as Ve } from "./CustomTable-B8i1SbFB.js";
21
- import { Bubble as fe, Prompts as Pe, Sender as Ee } from "ant-design-x-vue";
22
- import { C as pe } from "./Clipboard-Bful1lNJ.js";
19
+ import { C as Ve } from "./CustomTable-BGm0KdAy.js";
20
+ import { Bubble as ve, Prompts as Pe, Sender as Ee } from "ant-design-x-vue";
21
+ import { C as ye } from "./Clipboard-CIWjWQOZ.js";
23
22
  import { Icon as je } from "@iconify/vue";
24
- import { _ as me, g as ve, i as ye } from "./plugin-vue_export-helper-LjDO2Zua.js";
25
23
  const Me = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), te = {
26
24
  randomUUID: Me
27
25
  };
@@ -64,11 +62,11 @@ const We = R({
64
62
  setup(e, {
65
63
  emit: o
66
64
  }) {
67
- const t = ve("icon"), a = O(() => [t, `${t}-exclamation-circle`, {
65
+ const t = pe("icon"), a = O(() => [t, `${t}-exclamation-circle`, {
68
66
  [`${t}-spin`]: e.spin
69
67
  }]), f = O(() => {
70
68
  const s = {};
71
- return e.size && (s.fontSize = ye(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
69
+ return e.size && (s.fontSize = me(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
72
70
  });
73
71
  return {
74
72
  cls: a,
@@ -95,7 +93,7 @@ function Ke(e, o, t, a, f, c) {
95
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"
96
94
  }, null, -1)]), 14, Te);
97
95
  }
98
- var Y = /* @__PURE__ */ me(We, [["render", Ke]]);
96
+ var Y = /* @__PURE__ */ fe(We, [["render", Ke]]);
99
97
  const ae = Object.assign(Y, {
100
98
  install: (e, o) => {
101
99
  var t;
@@ -131,11 +129,11 @@ const ae = Object.assign(Y, {
131
129
  setup(e, {
132
130
  emit: o
133
131
  }) {
134
- const t = ve("icon"), a = O(() => [t, `${t}-link`, {
132
+ const t = pe("icon"), a = O(() => [t, `${t}-link`, {
135
133
  [`${t}-spin`]: e.spin
136
134
  }]), f = O(() => {
137
135
  const s = {};
138
- return e.size && (s.fontSize = ye(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
136
+ return e.size && (s.fontSize = me(e.size) ? `${e.size}px` : e.size), e.rotate && (s.transform = `rotate(${e.rotate}deg)`), s;
139
137
  });
140
138
  return {
141
139
  cls: a,
@@ -162,7 +160,7 @@ function Ze(e, o, t, a, f, c) {
162
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"
163
161
  }, null, -1)]), 14, Ye);
164
162
  }
165
- var Z = /* @__PURE__ */ me(He, [["render", Ze]]);
163
+ var Z = /* @__PURE__ */ fe(He, [["render", Ze]]);
166
164
  const Ge = Object.assign(Z, {
167
165
  install: (e, o) => {
168
166
  var t;
@@ -217,7 +215,7 @@ const Ge = Object.assign(Z, {
217
215
  function f() {
218
216
  a("refresh");
219
217
  }
220
- return (c, s) => (r(), y(l(fe), {
218
+ return (c, s) => (r(), y(l(ve), {
221
219
  placement: "end",
222
220
  style: M(t.bubbleStyle),
223
221
  styles: {
@@ -242,7 +240,7 @@ const Ge = Object.assign(Z, {
242
240
  "show-loader": ""
243
241
  }, null, 8, ["src"])) : L("", !0)]),
244
242
  footer: n(() => [u(l(ue), null, {
245
- default: n(() => [t.showClipboard && t.type === "text" ? (r(), y(pe, {
243
+ default: n(() => [t.showClipboard && t.type === "text" ? (r(), y(ye, {
246
244
  key: 0,
247
245
  value: e.value
248
246
  }, null, 8, ["value"])) : L("", !0), t.showRefresh ? (r(), y(Qe, {
@@ -287,7 +285,7 @@ const Ge = Object.assign(Z, {
287
285
  emit: o
288
286
  }) {
289
287
  const t = e;
290
- return (a, f) => (r(), y(l(fe), {
288
+ return (a, f) => (r(), y(l(ve), {
291
289
  placement: "start",
292
290
  style: M(t.bubbleStyle),
293
291
  styles: {
@@ -312,7 +310,7 @@ const Ge = Object.assign(Z, {
312
310
  "show-loader": ""
313
311
  }, null, 8, ["src"])) : L("", !0)]),
314
312
  footer: n(() => [u(l(ue), null, {
315
- default: n(() => [t.showClipboard && t.type === "text" ? (r(), y(pe, {
313
+ default: n(() => [t.showClipboard && t.type === "text" ? (r(), y(ye, {
316
314
  key: 0,
317
315
  value: t.value
318
316
  }, null, 8, ["value"])) : L("", !0)]),
@@ -1046,7 +1044,7 @@ const J = [{
1046
1044
  _: 1
1047
1045
  }, 8, ["visible"]));
1048
1046
  }
1049
- }), Gt = /* @__PURE__ */ V(xt, [["__scopeId", "data-v-4df9453a"]]);
1047
+ }), Yt = /* @__PURE__ */ V(xt, [["__scopeId", "data-v-4df9453a"]]);
1050
1048
  export {
1051
1049
  ft as F,
1052
1050
  Qe as R,
@@ -1054,5 +1052,5 @@ export {
1054
1052
  ne as a,
1055
1053
  vt as b,
1056
1054
  bt as c,
1057
- Gt as d
1055
+ Yt as d
1058
1056
  };