@huyooo/ui 0.4.87 → 0.4.89

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.
@@ -7,9 +7,9 @@ import { Tag as Ce, Button as X, Avatar as Y, Dropdown as $e, Divider as G, Dopt
7
7
  import { S as we } from "./PaySubscriptions-l6VlqvBy.js";
8
8
  import { R as Ie } from "./ReferrerReferees-BclAtmgX.js";
9
9
  import { a as N, u as he } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
10
- import { u as Ue } from "./useAuthkitAppsAuthPageInfo-COeq29Tn.js";
10
+ import { a as Ue } from "./useAuthkitAppsAuthPageInfo-Ria0l-Pk.js";
11
11
  import { g as q } from "./globalConfig-DZIhLe1R.js";
12
- import { c as Ae, A as Me } from "./AuthkitAuthModal-DCx9UFiy.js";
12
+ import { c as Ae, A as Me } from "./AuthkitAuthModal-CIbwFN8S.js";
13
13
  import { d as xe } from "./FeedbackModal-D1htK7xY.js";
14
14
  import { M as Be } from "./MessageHandle-DkNum5-u.js";
15
15
  /* empty css */
package/dist/authkit.d.ts CHANGED
@@ -22,7 +22,7 @@ export { default as AuthkitGithubBinding } from './components/Authkit/AppSetting
22
22
  export { default as AuthkitSetPassword } from './components/Authkit/AppSetting/AuthkitSetPassword.vue';
23
23
  export { default as AuthkitEmailBinding } from './components/Authkit/AppSetting/AuthkitEmailBinding.vue';
24
24
  export { default as AuthkitPasswordUpdate } from './components/Authkit/AppSetting/AuthkitPasswordUpdate.vue';
25
- export { UseAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
25
+ export { useAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
26
26
  export { useAuthkitAuth } from './composables/Authkit/useAuthkitAuth';
27
27
  export { useAuthkitAuthModal } from './composables/Authkit/useAuthkitAuthModal';
28
28
  export { useAuthkitUsersProfile } from './composables/Authkit/useAuthkitUsersProfile';
package/dist/authkit.js CHANGED
@@ -1,6 +1,6 @@
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 k, _ as o, 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 U, e as w, g as c, h as x } from "./AuthkitAuthModal-DCx9UFiy.js";
2
- import { A as y, a as E } from "./AuthkitAuthorize-BlEC4PlY.js";
3
- import { U as C, u as R } from "./useAuthkitAppsAuthPageInfo-COeq29Tn.js";
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 k, _ as o, 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-CIbwFN8S.js";
2
+ import { A as y, a as E } from "./AuthkitAuthorize-RvYEB3VO.js";
3
+ import { u as C, a as R } from "./useAuthkitAppsAuthPageInfo-Ria0l-Pk.js";
4
4
  import { u as b, a as v } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
5
5
  import { u as M } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
6
6
  export {
@@ -24,11 +24,11 @@ export {
24
24
  S as AuthkitSendVerifyCode,
25
25
  g as AuthkitServiceAgreementAndPrivacyProtection,
26
26
  l as AuthkitSetPassword,
27
- U as AuthkitSignIn,
28
- w as AuthkitSignUp,
27
+ w as AuthkitSignIn,
28
+ U as AuthkitSignUp,
29
29
  c as AuthkitSwitchSignIn,
30
30
  x as AuthkitSwitchSignUpOrResetPassword,
31
- C as UseAuthkitAppsAuthPageInfo,
31
+ C as useAuthkitAppsAuthPageInfo,
32
32
  b as useAuthkitAuth,
33
33
  R as useAuthkitAuthModal,
34
34
  M as useAuthkitCreateAndUpdate,
@@ -1,20 +1,18 @@
1
1
  interface Props {
2
2
  title: string;
3
3
  subtitle: string;
4
- icon: string;
5
- iconAlt?: string;
4
+ icon?: string;
6
5
  iconWidth?: number;
7
6
  iconHeight?: number;
8
- dashline: string;
9
- dashlineAlt?: string;
7
+ dashline?: string;
10
8
  dashlineWidth?: number;
11
9
  dashlineHeight?: number;
12
10
  }
13
11
  declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
14
- iconAlt: string;
12
+ icon: string;
15
13
  iconWidth: number;
16
14
  iconHeight: number;
17
- dashlineAlt: string;
15
+ dashline: string;
18
16
  dashlineWidth: number;
19
17
  dashlineHeight: number;
20
18
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
@@ -1,4 +1,4 @@
1
- export declare function UseAuthkitAppsAuthPageInfo(): {
1
+ export declare function useAuthkitAppsAuthPageInfo(): {
2
2
  appsData: import('vue').Ref<{
3
3
  id: string;
4
4
  appKey: string;
@@ -1,7 +1,7 @@
1
1
  export { useAuthkitAuth } from './composables/Authkit/useAuthkitAuth';
2
2
  export { useAuthkitAuthModal } from './composables/Authkit/useAuthkitAuthModal';
3
3
  export { useAuthkitUsersProfile } from './composables/Authkit/useAuthkitUsersProfile';
4
- export { UseAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
4
+ export { useAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
5
5
  export { useAuthkitCreateAndUpdate } from './composables/Authkit/useAuthkitCreateAndUpdate';
6
6
  export { useMessageNotifications } from './composables/useMessageNotifications';
7
7
  export { globalConfig, setGlobalConfig } from './common/globalConfig';
@@ -1,16 +1,16 @@
1
1
  import { u as o, a } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
2
- import { U as u, u as r } from "./useAuthkitAppsAuthPageInfo-COeq29Tn.js";
2
+ import { u, a as r } from "./useAuthkitAppsAuthPageInfo-Ria0l-Pk.js";
3
3
  import { u as f } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
4
4
  import { u as A } from "./useMessageNotifications-DOH1MS61.js";
5
5
  import { g as l, s as m } from "./globalConfig-DZIhLe1R.js";
6
6
  import { a as d, u as x, b as g, w as C } from "./useDownloads-BkDo_wOR.js";
7
- import { u as k } from "./useTableHandle-DKUIdSSh.js";
8
- import { u as w } from "./useUploadCos-B5P_PDcy.js";
7
+ import { u as b } from "./useTableHandle-DKUIdSSh.js";
8
+ import { u as U } from "./useUploadCos-B5P_PDcy.js";
9
9
  export {
10
- u as UseAuthkitAppsAuthPageInfo,
11
10
  l as globalConfig,
12
11
  m as setGlobalConfig,
13
12
  d as useActiveDoc,
13
+ u as useAuthkitAppsAuthPageInfo,
14
14
  o as useAuthkitAuth,
15
15
  r as useAuthkitAuthModal,
16
16
  f as useAuthkitCreateAndUpdate,
@@ -18,7 +18,7 @@ export {
18
18
  x as useCommonCreateAndUpdate,
19
19
  g as useDownloads,
20
20
  A as useMessageNotifications,
21
- k as useTableHandle,
22
- w as useUploadCos,
21
+ b as useTableHandle,
22
+ U as useUploadCos,
23
23
  C as withViewTransition
24
24
  };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { u as B0, a as b0 } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
2
- import { U as O0, u as I0 } from "./useAuthkitAppsAuthPageInfo-COeq29Tn.js";
2
+ import { u as O0, a as I0 } from "./useAuthkitAppsAuthPageInfo-Ria0l-Pk.js";
3
3
  import { u as $0 } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
4
4
  import { u as R0 } from "./useMessageNotifications-DOH1MS61.js";
5
5
  import { g as z0, s as q0 } from "./globalConfig-DZIhLe1R.js";
@@ -7,14 +7,14 @@ import { b as N } from "./useDownloads-BkDo_wOR.js";
7
7
  import { a as Q0, u as J0, w as K0 } from "./useDownloads-BkDo_wOR.js";
8
8
  import { u as Y0 } from "./useTableHandle-DKUIdSSh.js";
9
9
  import { u as t3 } from "./useUploadCos-B5P_PDcy.js";
10
- import { A as a3, a as s3, c as i3, b as n3, n as C3, E as r3, k as c3, l as l3, _ as d3, O as p3, f as f3, o as _3, P as h3, j as g3, R as u3, S as L3, i as F3, m as m3, d as w3, e as y3, g as M3, h as v3 } from "./AuthkitAuthModal-DCx9UFiy.js";
11
- import { A as x3, a as V3 } from "./AuthkitAuthorize-BlEC4PlY.js";
10
+ import { A as a3, a as s3, c as i3, b as n3, n as C3, E as r3, k as c3, l as l3, _ as d3, O as p3, f as f3, o as _3, P as h3, j as g3, R as u3, S as L3, i as F3, m as m3, d as w3, e as y3, g as M3, h as v3 } from "./AuthkitAuthModal-CIbwFN8S.js";
11
+ import { A as x3, a as V3 } from "./AuthkitAuthorize-RvYEB3VO.js";
12
12
  import { I as U3, A as E3, C as k3, _ as G3, a as S3, D as A3, E as D3, b as B3, M as b3, c as P3, N as O3, f as I3, d as T3, e as $3 } from "./MessageHandle-DkNum5-u.js";
13
13
  import { M as R3, a as W3 } from "./MessageMenu-_RZJ9Mbi.js";
14
14
  import { _ as q3, a as j3, F as Q3, b as J3, c as K3, d as X3, R as Y3 } from "./FeedbackModal-D1htK7xY.js";
15
15
  import { C as t4 } from "./Clipboard-Bful1lNJ.js";
16
16
  import { F as a4, a as s4, c as i4, b as n4, d as C4 } from "./FeedbackItem-B_EUApFA.js";
17
- import { L as c4, a as l4, b as d4, c as p4, d as f4, B as _4, C as h4, e as g4, f as u4, g as L4, h as F4, D as m4, i as w4, j as y4, P as M4, Q as v4, k as Z4, l as x4, R as V4, m as H4, n as U4, o as E4, p as k4, q as G4, r as S4, s as A4, t as D4, u as B4, v as b4, w as P4, x as O4, y as I4, z as T4, A as $4, V as N4, E as R4, F as W4, G as z4, H as q4, S as j4, T as Q4, I as J4, J as K4, K as X4, U as Y4, M as e6, N as t6, O as o6 } from "./LandingPageSectionTabs-CQSYFCWK.js";
17
+ import { L as c4, a as l4, b as d4, c as p4, d as f4, B as _4, C as h4, e as g4, f as u4, g as L4, h as F4, D as m4, i as w4, j as y4, P as M4, Q as v4, k as Z4, l as x4, R as V4, m as H4, n as U4, o as E4, p as k4, q as G4, r as S4, s as A4, t as D4, u as B4, v as b4, w as P4, x as O4, y as I4, z as T4, A as $4, V as N4, E as R4, F as W4, G as z4, H as q4, S as j4, T as Q4, I as J4, J as K4, K as X4, U as Y4, M as e6, N as t6, O as o6 } from "./LandingPageSectionTabs-DPTZIwiJ.js";
18
18
  import { C as s6, a as i6 } from "./CollapseItem-Cw1vcdLu.js";
19
19
  import { C as C6, G as r6, H as c6, L as l6, S as d6, W as p6 } from "./WidthContainer-CfR77puD.js";
20
20
  import { C as _6, E as h6 } from "./CustomTable-JflAYS8i.js";
@@ -22,7 +22,7 @@ import { M as u6, a as L6 } from "./Menu-Cxo8Rpu3.js";
22
22
  import { S as m6 } from "./PaySubscriptions-l6VlqvBy.js";
23
23
  import { R as y6 } from "./ReferrerReferees-BclAtmgX.js";
24
24
  import { _ as v6 } from "./Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js";
25
- import { d as x6, U as V6, a as H6, b as U6, c as E6, S as k6 } from "./UserAccountMenu-Bx18RJcq.js";
25
+ import { d as x6, U as V6, a as H6, b as U6, c as E6, S as k6 } from "./UserAccountMenu-BR-ms1Pp.js";
26
26
  import { defineComponent as v, computed as x, createElementBlock as i, openBlock as t, normalizeStyle as Y, normalizeClass as R, createElementVNode as e, createCommentVNode as u, toDisplayString as f, createVNode as F, unref as L, createTextVNode as W, withModifiers as z, renderSlot as e2, withCtx as B, Fragment as S, renderList as A, createBlock as E, onMounted as q, ref as D, watch as t2, onUnmounted as o2, withDirectives as a2, createStaticVNode as s2, vShow as i2 } from "vue";
27
27
  import { Icon as V } from "@iconify/vue";
28
28
  import { _ as H } from "./_plugin-vue_export-helper-CHgC5LLL.js";
@@ -696,7 +696,6 @@ export {
696
696
  J as SafariStoreIcon,
697
697
  d6 as SvgIcon,
698
698
  v6 as Upload,
699
- O0 as UseAuthkitAppsAuthPageInfo,
700
699
  x6 as UserAccountMenu,
701
700
  V6 as UserAvatar,
702
701
  H6 as UserBasicInformation,
@@ -708,6 +707,7 @@ export {
708
707
  z0 as globalConfig,
709
708
  q0 as setGlobalConfig,
710
709
  Q0 as useActiveDoc,
710
+ O0 as useAuthkitAppsAuthPageInfo,
711
711
  B0 as useAuthkitAuth,
712
712
  I0 as useAuthkitAuthModal,
713
713
  $0 as useAuthkitCreateAndUpdate,
@@ -1,4 +1,4 @@
1
- import { L as g, a as e, b as i, c as s, d, B as L, C as P, e as o, f as t, g as r, h as c, D as u, i as C, j as F, P as T, Q as S, k as m, l, R as p, m as b, n as k, o as B, p as G, q as H, r as f, s as A, t as I, u as y, v as D, w as h, x as v, y as w, z as x, A as M, V as Q, E as j, F as q, G as z, H as E, S as J, T as K, I as N, J as O, K as R, U, M as V, N as W, O as X } from "./LandingPageSectionTabs-CQSYFCWK.js";
1
+ import { L as g, a as e, b as i, c as s, d, B as L, C as P, e as o, f as t, g as r, h as c, D as u, i as C, j as F, P as T, Q as S, k as m, l, R as p, m as b, n as k, o as B, p as G, q as H, r as f, s as A, t as I, u as y, v as D, w as h, x as v, y as w, z as x, A as M, V as Q, E as j, F as q, G as z, H as E, S as J, T as K, I as N, J as O, K as R, U, M as V, N as W, O as X } from "./LandingPageSectionTabs-DPTZIwiJ.js";
2
2
  export {
3
3
  g as LandingPageAbout,
4
4
  e as LandingPageAside,