@huyooo/ui 2.0.6 → 2.0.8

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 (41) hide show
  1. package/dist/{AuthkitAppSetting-D_94iUEG.js → AuthkitAppSetting-eXw1JiyT.js} +787 -752
  2. package/dist/{Contact-CBGSJC2q.js → Contact-C5T90358.js} +2 -2
  3. package/dist/{FeedbackModal.vue_vue_type_script_setup_true_lang-CnvQjQFT.js → FeedbackModal.vue_vue_type_script_setup_true_lang-B3CA1z6v.js} +2 -2
  4. package/dist/LegalDocViewer-Dxl4FngI.js +2481 -0
  5. package/dist/{PaySubscriptions-BSkcUqHk.js → PaySubscriptions-Bv6LQ_Pf.js} +1 -1
  6. package/dist/{PricingPlans-CyFvgf18.js → PricingPlans-CQaXgOIR.js} +3 -3
  7. package/dist/{ReferrerReferees-BU9IEQgz.js → ReferrerReferees-D4VEC8QJ.js} +1 -1
  8. package/dist/{Upload.vue_vue_type_script_setup_true_lang-oa6LJgCY.js → Upload.vue_vue_type_script_setup_true_lang-CgZQOZYt.js} +1 -1
  9. package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DqgwJ7r3.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-BdibAudA.js} +204 -181
  10. package/dist/{WidthContainer-BIRNIRX5.js → WidthContainer-AZl-9MdF.js} +6 -6
  11. package/dist/authkit.d.ts +1 -0
  12. package/dist/authkit.js +51 -50
  13. package/dist/common/globalConfig.d.ts +0 -5
  14. package/dist/common.js +1 -1
  15. package/dist/components/Authkit/Auth/AuthkitOauthCallback.vue.d.ts +1 -3
  16. package/dist/components/UserMenu/parts/UserMenuAuthPlaceholder.vue.d.ts +7 -0
  17. package/dist/composables/Authkit/oauthCallback.d.ts +14 -0
  18. package/dist/composables/Authkit/useAuthkitUsersProfile.d.ts +2 -0
  19. package/dist/composables/Authkit/useOAuthCallbackHandler.d.ts +11 -0
  20. package/dist/composables/Authkit/useOauth.d.ts +3 -3
  21. package/dist/composables.js +8 -8
  22. package/dist/feedback.js +1 -1
  23. package/dist/{fetchAuthPageAboutUs-CP5a7jIo.js → fetchAuthPageAboutUs-DV7ArpNZ.js} +1 -1
  24. package/dist/main.js +194 -193
  25. package/dist/pay.js +3 -3
  26. package/dist/privateCom.js +1 -1
  27. package/dist/referrer.js +1 -1
  28. package/dist/{runtime-qs4IasEB.js → runtime-Dp7MgwhI.js} +115 -116
  29. package/dist/style.css +1 -1
  30. package/dist/upload.js +2 -2
  31. package/dist/{useAuthkitAuth-BPTZUSkM.js → useAuthkitAuth-cHrJMM8E.js} +48 -47
  32. package/dist/useAuthkitUsersProfile-CTd6PP-a.js +50 -0
  33. package/dist/{useEnsureAuthenticated-CncOvj2H.js → useEnsureAuthenticated-C8qS8DLL.js} +1 -1
  34. package/dist/{useLegalDocs-BZlntAI7.js → useLegalDocs-C4qk5CTb.js} +1 -1
  35. package/dist/{usePageSEO-DwhbUUjW.js → usePageSEO-Dl6_kBWP.js} +1 -1
  36. package/dist/{useRoutePermission-BrQX7NTq.js → useRoutePermission-B_g-WmDZ.js} +50 -42
  37. package/dist/{useSubscriptionCheckout-BDDCRxSs.js → useSubscriptionCheckout-CYU2Ke0y.js} +1 -1
  38. package/dist/user.js +1 -1
  39. package/package.json +1 -1
  40. package/dist/LegalDocViewer-DeDXQX3X.js +0 -2492
  41. package/dist/useAuthkitUsersProfile-CW_exa7E.js +0 -39
@@ -11,7 +11,7 @@ import { ref as _, computed as W, onUnmounted as Fe, defineComponent as zt, open
11
11
  import { Modal as Oe, Button as P, Popconfirm as Z, Tabs as At, TabPane as ee, Spin as de, Empty as We, Progress as Ot, Tooltip as pe, Tag as J, Message as M } from "@arco-design/web-vue";
12
12
  import { u as Wt, b as Lt, a as Rt } from "./useBillingStatusOptions-Br-iL77Z.js";
13
13
  import { u as Et } from "./useAuthkitCreateAndUpdate-Bbv7vZZn.js";
14
- import { g as $t } from "./runtime-qs4IasEB.js";
14
+ import { g as $t } from "./runtime-Dp7MgwhI.js";
15
15
  import { C as ve } from "./CustomTable-HDwqEcmB.js";
16
16
  import { C as Le } from "./index-Cn6LcfZO.js";
17
17
  import { _ as Ft } from "./_plugin-vue_export-helper-CHgC5LLL.js";
@@ -5,12 +5,12 @@ import { g as ve } from "./apiClients-Ctcq8NZs.js";
5
5
  import { defineComponent as K, computed as h, onMounted as ne, onUnmounted as pe, openBlock as n, createElementBlock as s, createElementVNode as i, unref as e, createBlock as O, toDisplayString as a, createVNode as k, withCtx as w, createTextVNode as R, ref as ye, resolveDirective as he, withDirectives as ke, normalizeClass as L, Fragment as I, renderList as C, createCommentVNode as y } from "vue";
6
6
  import { Spin as se, Button as A, Message as F } from "@arco-design/web-vue";
7
7
  import { useRoute as be, useRouter as Te } from "vue-router";
8
- import { b as we } from "./PaySubscriptions-BSkcUqHk.js";
8
+ import { b as we } from "./PaySubscriptions-Bv6LQ_Pf.js";
9
9
  import { _ as U } from "./_plugin-vue_export-helper-CHgC5LLL.js";
10
10
  import { L as Ie, a as Ce, b as Be } from "./LandingPageSectionHeader-3hiuw6G0.js";
11
11
  import { Icon as te } from "@iconify/vue";
12
- import { u as Le, a as Re } from "./useSubscriptionCheckout-BDDCRxSs.js";
13
- import { u as Ae } from "./useEnsureAuthenticated-CncOvj2H.js";
12
+ import { u as Le, a as Re } from "./useSubscriptionCheckout-CYU2Ke0y.js";
13
+ import { u as Ae } from "./useEnsureAuthenticated-C8qS8DLL.js";
14
14
  const kt = "/Pay/Return";
15
15
  function G(l) {
16
16
  const _ = typeof l.scene == "string" ? l.scene : null, c = typeof l.orderId == "string" ? l.orderId : null, d = typeof l.returnTo == "string" ? l.returnTo.trim() : null, P = d != null && d.startsWith("/") && !d.startsWith("//") ? d : null;
@@ -8,7 +8,7 @@ import { C as P } from "./CustomTable-HDwqEcmB.js";
8
8
  import { C as G } from "./index-Cn6LcfZO.js";
9
9
  /* empty css */
10
10
  import { _ as D } from "./_plugin-vue_export-helper-CHgC5LLL.js";
11
- import { u as H } from "./useAuthkitUsersProfile-CW_exa7E.js";
11
+ import { u as H } from "./useAuthkitUsersProfile-CTd6PP-a.js";
12
12
  const j = {
13
13
  email: "邮箱",
14
14
  phone: "手机",
@@ -6,7 +6,7 @@
6
6
  /* empty css */
7
7
  import { defineComponent as k, openBlock as h, createBlock as y, unref as S, mergeProps as q, createSlots as v, withCtx as p, renderSlot as a } from "vue";
8
8
  import { Upload as I } from "@arco-design/web-vue";
9
- import { u as _ } from "./runtime-qs4IasEB.js";
9
+ import { u as _ } from "./runtime-Dp7MgwhI.js";
10
10
  const j = /* @__PURE__ */ k({
11
11
  __name: "Upload",
12
12
  props: {