@huyooo/ui 4.0.2 → 4.0.5

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 (64) hide show
  1. package/dist/{AuthkitAppSetting-Cg8j3nES.js → AuthkitAppSetting-B7xyx5Kb.js} +20 -17
  2. package/dist/{CustomTable-C15Dgbks.js → CustomTable-FlfUde4Q.js} +14 -14
  3. package/dist/{FeedbackModal.vue_vue_type_script_setup_true_lang-Ddy1jcdL.js → FeedbackModal.vue_vue_type_script_setup_true_lang-BBmobezM.js} +9 -8
  4. package/dist/LandingPageLinkGroup-DBhikoiz.js +749 -0
  5. package/dist/{LandingPageSectionTabs-BJQeq3V5.js → LandingPageSectionTabs-BwStYRXA.js} +362 -366
  6. package/dist/{LegalDocViewer-BuzKCAfO.js → LegalDocViewer-BPbrJ2tj.js} +24 -21
  7. package/dist/{PaySubscriptions-ZSvRTG2i.js → PaySubscriptions-CPH1wESx.js} +22 -21
  8. package/dist/{PricingPlans-DTGJ-_us.js → PricingPlans-Cb2qrkmu.js} +3 -3
  9. package/dist/{ReferrerReferees-gkKtDau-.js → ReferrerReferees-B2OR30NV.js} +3 -3
  10. package/dist/Report-C5RbZNpM.js +317 -0
  11. package/dist/{Upload.vue_vue_type_script_setup_true_lang-C6B5_Hjo.js → Upload.vue_vue_type_script_setup_true_lang-BygtAblQ.js} +1 -1
  12. package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-BH6l-SKs.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DxvHvsQm.js} +6 -6
  13. package/dist/{WidthContainer-DXwIiG2x.js → WidthContainer-DtKLf5Ub.js} +10 -10
  14. package/dist/authkit.js +8 -8
  15. package/dist/common/globalConfig.d.ts +5 -5
  16. package/dist/common.js +2 -2
  17. package/dist/components/LandingPage/LandingPageContact.vue.d.ts +14 -1
  18. package/dist/components/LandingPage/LandingPageContactForm.vue.d.ts +3 -8
  19. package/dist/components/LandingPage/LandingPageFooterContact.vue.d.ts +23 -15
  20. package/dist/components/LandingPage/LandingPageLink.vue.d.ts +7 -2
  21. package/dist/components/LandingPage/LandingPageReportForm.vue.d.ts +4 -0
  22. package/dist/components/PrivateCom/Report.vue.d.ts +2 -0
  23. package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +14 -0
  24. package/dist/composables/Authkit/useLegalDocs.d.ts +1 -1
  25. package/dist/composables.d.ts +2 -0
  26. package/dist/composables.js +60 -54
  27. package/dist/feedback.js +2 -2
  28. package/dist/{fetchAuthPageAboutUs-C-jQ44QK.js → fetchAuthPageAboutUs-DD-MwyiG.js} +2 -2
  29. package/dist/{index-BIxwv9Xs.js → index-ClOjruo3.js} +1 -1
  30. package/dist/{index-5OR_BVTz.js → index-CncbUu-V.js} +1 -1
  31. package/dist/landingPage.d.ts +1 -0
  32. package/dist/landingPage.js +17 -16
  33. package/dist/legalDocs/buildBuiltinUrl.d.ts +1 -1
  34. package/dist/main.js +306 -298
  35. package/dist/pay.js +3 -3
  36. package/dist/privateCom.d.ts +1 -0
  37. package/dist/privateCom.js +3 -2
  38. package/dist/publicReport-ZlMy0xQf.js +32 -0
  39. package/dist/referrer.js +1 -1
  40. package/dist/{runtime-B-tHI8-q.js → runtime-CfbHkmk9.js} +25 -26
  41. package/dist/style.css +1 -1
  42. package/dist/types/api/auth.generated.d.ts +250 -43
  43. package/dist/types/api/ones.generated.d.ts +44 -0
  44. package/dist/types/app.d.ts +9 -0
  45. package/dist/upload.js +2 -2
  46. package/dist/{useAccessPosture-DBNTLWQn.js → useAccessPosture-NSPnmu0I.js} +33 -33
  47. package/dist/{useAuthkitAppsAuthPageInfo-CsivtUQH.js → useAuthkitAppsAuthPageInfo-Cg40bxCJ.js} +25 -23
  48. package/dist/{useAuthkitAuth-CV60Hc3o.js → useAuthkitAuth-C5oUnl8U.js} +1 -1
  49. package/dist/{useAuthkitUsersProfile-CQOLEAxC.js → useAuthkitUsersProfile-BWNVk2UM.js} +1 -1
  50. package/dist/{useEnsureAuthenticated-BYGI2uYZ.js → useEnsureAuthenticated-CQWINiHB.js} +1 -1
  51. package/dist/useLegalDocs-ky2EzBke.js +114 -0
  52. package/dist/{usePageSEO-BHYaXnDU.js → usePageSEO-CWLQAmET.js} +1 -1
  53. package/dist/{useRoutePermission-BkWHsFxN.js → useRoutePermission-K-Eu4pRD.js} +3 -3
  54. package/dist/{useSubscriptionCheckout-QSNro05_.js → useSubscriptionCheckout-BcN8cRMV.js} +1 -1
  55. package/dist/user.js +1 -1
  56. package/dist/utils/company.d.ts +2 -0
  57. package/dist/utils/publicFeedbackSubmit.d.ts +13 -0
  58. package/dist/utils/publicReport.d.ts +26 -0
  59. package/dist/utils/reportForm.d.ts +8 -0
  60. package/dist/utils/requiredFooterLinks.d.ts +11 -0
  61. package/package.json +1 -1
  62. package/dist/Contact-D9NRguTE.js +0 -222
  63. package/dist/LandingPageLinkGroup-B8ERKG5f.js +0 -527
  64. package/dist/useLegalDocs-BrYWCDh3.js +0 -107
@@ -6,7 +6,7 @@ import "./apiClients-5u4_uxFE.js";
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-B-tHI8-q.js";
9
+ import { u as _ } from "./runtime-CfbHkmk9.js";
10
10
  const j = /* @__PURE__ */ k({
11
11
  __name: "Upload",
12
12
  props: {
@@ -1,19 +1,19 @@
1
1
  import { u as ee } from "./apiClients-5u4_uxFE.js";
2
2
  /* empty css */
3
- import "./index-5OR_BVTz.js";
3
+ import "./index-CncbUu-V.js";
4
4
  import { defineComponent as m, computed as b, openBlock as r, createElementBlock as p, toDisplayString as M, createCommentVNode as U, createVNode as _, unref as n, createBlock as v, withCtx as g, createTextVNode as k, ref as x, createElementVNode as d, watch as A, onMounted as te, Fragment as Y, normalizeClass as q, renderSlot as w } from "vue";
5
5
  import { Avatar as G, Button as N, Dropdown as ne, Badge as se } from "@arco-design/web-vue";
6
- import { u as R } from "./useAuthkitUsersProfile-CQOLEAxC.js";
6
+ import { u as R } from "./useAuthkitUsersProfile-BWNVk2UM.js";
7
7
  import { u as y } from "./useUserMenu-ClPBlvaM.js";
8
8
  /* empty css */
9
- import { g as J, a as ae, R as oe } from "./ReferrerReferees-gkKtDau-.js";
9
+ import { g as J, a as ae, R as oe } from "./ReferrerReferees-B2OR30NV.js";
10
10
  import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
11
11
  /* empty css */
12
12
  import { useBillingSubscriptionSummary as ie } from "./useBillingSubscriptionSummary-DakAVL-3.js";
13
13
  import { d as re } from "./useBillingStatusOptions-BHVLZhEB.js";
14
- import { f as ue, g as le, b as ce, s as de, P as pe } from "./PaySubscriptions-ZSvRTG2i.js";
15
- import { A as me } from "./AuthkitAppSetting-Cg8j3nES.js";
16
- import { c as fe, u as K } from "./FeedbackModal.vue_vue_type_script_setup_true_lang-Ddy1jcdL.js";
14
+ import { f as ue, g as le, b as ce, s as de, P as pe } from "./PaySubscriptions-CPH1wESx.js";
15
+ import { A as me } from "./AuthkitAppSetting-B7xyx5Kb.js";
16
+ import { c as fe, u as K } from "./FeedbackModal.vue_vue_type_script_setup_true_lang-BBmobezM.js";
17
17
  import { M as _e } from "./MessageHandle-Cu23QspL.js";
18
18
  import "./Menu-C6NA8hCs.js";
19
19
  import { Icon as ve } from "@iconify/vue";
@@ -1,17 +1,17 @@
1
1
  import { defineComponent as x, ref as A, watch as N, openBlock as o, createElementBlock as a, createElementVNode as s, createVNode as r, unref as c, withCtx as P, createTextVNode as H, renderSlot as z, toDisplayString as T, createCommentVNode as I, onMounted as j, onBeforeUnmount as F, normalizeClass as C, Fragment as B, renderList as E, createBlock as J, Teleport as ve, nextTick as G, computed as L, normalizeStyle as O } from "vue";
2
- import { u as Q } from "./useAuthkitAuth-CV60Hc3o.js";
2
+ import { u as Q } from "./useAuthkitAuth-C5oUnl8U.js";
3
3
  import "./apiClients-5u4_uxFE.js";
4
- import { u as ge } from "./useAuthkitAppsAuthPageInfo-CsivtUQH.js";
5
- import { s as ye, a as be } from "./runtime-B-tHI8-q.js";
4
+ import { u as ge } from "./useAuthkitAppsAuthPageInfo-Cg40bxCJ.js";
5
+ import { s as ye, a as be } from "./runtime-CfbHkmk9.js";
6
6
  import "@vafast/api-client";
7
7
  import "@arco-design/web-vue";
8
- import "./useAuthkitUsersProfile-CQOLEAxC.js";
8
+ import "./useAuthkitUsersProfile-BWNVk2UM.js";
9
9
  import { useRouter as X, useRoute as Y } from "vue-router";
10
- import { c as Z, w as ee } from "./useAccessPosture-DBNTLWQn.js";
11
- import { d as te, f as ne, a as oe, e as se } from "./useRoutePermission-BkWHsFxN.js";
10
+ import { c as Z, w as ee } from "./useAccessPosture-NSPnmu0I.js";
11
+ import { d as te, f as ne, a as oe, e as se } from "./useRoutePermission-K-Eu4pRD.js";
12
12
  import "@unhead/vue";
13
13
  import "./useUserMenu-ClPBlvaM.js";
14
- import { c as ae, h as re, k as ie, _ as ue, f as le, j as ce, d as de, g as D, U as ke, i as me } from "./UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-BH6l-SKs.js";
14
+ import { c as ae, h as re, k as ie, _ as ue, f as le, j as ce, d as de, g as D, U as ke, i as me } from "./UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DxvHvsQm.js";
15
15
  import "./useBillingSubscriptionSummary-DakAVL-3.js";
16
16
  /* empty css */
17
17
  /* empty css */
@@ -20,11 +20,11 @@ import "./CollapseItem-DUzZA6tx.js";
20
20
  /* empty css */
21
21
  /* empty css */
22
22
  import "./userMenuModal-B4m4CHlW.js";
23
- import "./index-5OR_BVTz.js";
23
+ import "./index-ClOjruo3.js";
24
+ import "./index-CncbUu-V.js";
24
25
  /* empty css */
25
- import "./CustomTable-C15Dgbks.js";
26
+ import "./CustomTable-FlfUde4Q.js";
26
27
  import "@vueuse/core";
27
- import "./index-BIxwv9Xs.js";
28
28
  import { Icon as R } from "@iconify/vue";
29
29
  import { L as pe } from "./Logo-B9DFBxDU.js";
30
30
  import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
package/dist/authkit.js CHANGED
@@ -1,12 +1,12 @@
1
- import { A as s, B as i, a as e, _ as u, b as h, O as A, P as o, c as r, d as n, e as k, f as d, S as g, g as l, h as p, u as P, i as f } from "./AuthkitAppSetting-Cg8j3nES.js";
2
- import { A as m, a as S, b as L, c as O, d as U, E as w, e as x, f as B, g as D, O as E, h as b, P as y, i as C, j as I, _ as v, R as V, S as _, k as R, l as T, m as G, n as M, o as j, p as z, L as F } from "./LegalDocViewer-BuzKCAfO.js";
3
- import { u as Y } from "./useAuthkitAppsAuthPageInfo-CsivtUQH.js";
4
- import { u as H } from "./useAuthkitAuth-CV60Hc3o.js";
1
+ import { A as s, B as i, a as e, _ as u, b as h, O as A, P as o, c as r, d as n, e as k, f as d, S as g, g as l, h as p, u as P, i as f } from "./AuthkitAppSetting-B7xyx5Kb.js";
2
+ import { A as m, a as S, b as L, c as O, d as U, E as w, e as x, f as B, g as D, O as E, h as b, P as y, i as C, j as I, _ as v, R as V, S as _, k as R, l as T, m as G, n as M, o as j, p as z, L as F } from "./LegalDocViewer-BPbrJ2tj.js";
3
+ import { u as Y } from "./useAuthkitAppsAuthPageInfo-Cg40bxCJ.js";
4
+ import { u as H } from "./useAuthkitAuth-C5oUnl8U.js";
5
5
  import { u as N } from "./apiClients-5u4_uxFE.js";
6
- import { u as W } from "./useEnsureAuthenticated-BYGI2uYZ.js";
7
- import { L as Z, a as $, b as tt, i as at, o as st, r as it, c as et, u as ut } from "./useLegalDocs-BrYWCDh3.js";
8
- import { f as At } from "./fetchAuthPageAboutUs-C-jQ44QK.js";
9
- import { u as rt } from "./useAuthkitUsersProfile-CQOLEAxC.js";
6
+ import { u as W } from "./useEnsureAuthenticated-CQWINiHB.js";
7
+ import { L as Z, a as $, b as tt, i as at, o as st, r as it, c as et, u as ut } from "./useLegalDocs-ky2EzBke.js";
8
+ import { f as At } from "./fetchAuthPageAboutUs-DD-MwyiG.js";
9
+ import { u as rt } from "./useAuthkitUsersProfile-BWNVk2UM.js";
10
10
  import { u as kt } from "./useAuthkitCreateAndUpdate-DJIn96EE.js";
11
11
  export {
12
12
  s as AuthkitAppSetting,
@@ -37,10 +37,10 @@ export interface HuyoooUIConfig {
37
37
  bucket: string;
38
38
  /** 默认地域 */
39
39
  region: string;
40
- /** Web3Forms 访问密钥 */
41
- web3formsAccessKey: string;
42
40
  /** 法律文档导航:builtin 走 /AboutUsDetails,delegate 由应用监听事件自行处理 */
43
41
  legalDocsMode: LegalDocsMode;
42
+ /** 法律文档站点源(桌面端无 http origin 时指向产品官网,如 https://superx.huyooo.com) */
43
+ legalDocsBaseUrl?: string;
44
44
  /** 动态获取访问令牌 */
45
45
  getAccessToken: () => string | null;
46
46
  }
@@ -80,10 +80,10 @@ export interface CreateHuyoooUIOptions {
80
80
  bucket?: string;
81
81
  /** 默认地域 */
82
82
  region?: string;
83
- /** Web3Forms 访问密钥 */
84
- web3formsAccessKey?: string;
85
83
  /** 法律文档导航:builtin 走 /AboutUsDetails,delegate 由应用监听事件自行处理 */
86
84
  legalDocsMode?: LegalDocsMode;
85
+ /** 法律文档站点源(桌面端指向产品官网) */
86
+ legalDocsBaseUrl?: string;
87
87
  }
88
88
  /** 创建 Runtime 私有配置;应用运行期间不可修改。 */
89
89
  export declare function createHuyoooRuntimeConfig(options: CreateHuyoooUIOptions): Readonly<{
@@ -104,7 +104,7 @@ export declare function createHuyoooRuntimeConfig(options: CreateHuyoooUIOptions
104
104
  feedbackBucketId: string;
105
105
  bucket: string;
106
106
  region: string;
107
- web3formsAccessKey: string;
108
107
  legalDocsMode: LegalDocsMode;
108
+ legalDocsBaseUrl: string | undefined;
109
109
  getAccessToken: () => string | null;
110
110
  }>;
package/dist/common.js CHANGED
@@ -1,6 +1,6 @@
1
- import { A as s, a as o, C as r, D as t, G as p, H as n, b as l, S as m, W as u } from "./WidthContainer-DXwIiG2x.js";
1
+ import { A as s, a as o, C as r, D as t, G as p, H as n, b as l, S as m, W as u } from "./WidthContainer-DtKLf5Ub.js";
2
2
  import { C as d, a as f } from "./CollapseItem-DUzZA6tx.js";
3
- import { C as x, E as b } from "./CustomTable-C15Dgbks.js";
3
+ import { C as x, E as b } from "./CustomTable-FlfUde4Q.js";
4
4
  import { L } from "./Logo-B9DFBxDU.js";
5
5
  import { M as g, a as A } from "./Menu-C6NA8hCs.js";
6
6
  export {
@@ -1,3 +1,10 @@
1
+ export interface ContactExtraItem {
2
+ id: string;
3
+ icon: string;
4
+ label: string;
5
+ href?: string;
6
+ target?: string;
7
+ }
1
8
  type __VLS_Props = {
2
9
  title?: string;
3
10
  subTitle?: string;
@@ -11,6 +18,7 @@ type __VLS_Props = {
11
18
  mapIcon?: string;
12
19
  emailIcon?: string;
13
20
  phoneIcon?: string;
21
+ extraItems?: ContactExtraItem[];
14
22
  };
15
23
  declare function __VLS_template(): {
16
24
  attrs: Partial<{}>;
@@ -21,7 +29,11 @@ declare function __VLS_template(): {
21
29
  rootEl: HTMLDivElement;
22
30
  };
23
31
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
32
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
+ extraClick: (id: string) => any;
34
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
35
+ onExtraClick?: ((id: string) => any) | undefined;
36
+ }>, {
25
37
  email: string;
26
38
  phone: string;
27
39
  title: string;
@@ -34,6 +46,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
34
46
  mapIcon: string;
35
47
  emailIcon: string;
36
48
  phoneIcon: string;
49
+ extraItems: ContactExtraItem[];
37
50
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
38
51
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
52
  export default _default;
@@ -1,9 +1,4 @@
1
- interface Props {
2
- accessKey?: string;
3
- to?: string;
4
- }
5
- declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
6
- to: string;
7
- accessKey: string;
8
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFormElement>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
+ formRef: any;
3
+ }, any>;
9
4
  export default _default;
@@ -1,37 +1,45 @@
1
1
  import { PropType } from 'vue';
2
+ import { FilingPublicItem } from '../../types/app';
3
+ type ExtraLink = {
4
+ label: string;
5
+ href: string;
6
+ };
2
7
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- beianNumber: {
4
- type: StringConstructor;
5
- required: true;
8
+ filings: {
9
+ type: PropType<FilingPublicItem[]>;
10
+ default: () => never[];
6
11
  };
7
12
  copyrightText: {
8
13
  type: StringConstructor;
9
14
  required: true;
10
15
  };
11
- beianUrl: {
12
- type: StringConstructor;
13
- required: true;
14
- };
15
16
  links: {
16
17
  type: PropType<any[]>;
17
18
  required: true;
18
19
  };
20
+ extraLinks: {
21
+ type: PropType<ExtraLink[]>;
22
+ default: () => never[];
23
+ };
19
24
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
- beianNumber: {
21
- type: StringConstructor;
22
- required: true;
25
+ filings: {
26
+ type: PropType<FilingPublicItem[]>;
27
+ default: () => never[];
23
28
  };
24
29
  copyrightText: {
25
30
  type: StringConstructor;
26
31
  required: true;
27
32
  };
28
- beianUrl: {
29
- type: StringConstructor;
30
- required: true;
31
- };
32
33
  links: {
33
34
  type: PropType<any[]>;
34
35
  required: true;
35
36
  };
36
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
37
+ extraLinks: {
38
+ type: PropType<ExtraLink[]>;
39
+ default: () => never[];
40
+ };
41
+ }>> & Readonly<{}>, {
42
+ filings: FilingPublicItem[];
43
+ extraLinks: ExtraLink[];
44
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
37
45
  export default _default;
@@ -1,13 +1,18 @@
1
+ type __VLS_Props = {
2
+ href?: string;
3
+ target?: '_blank' | '_self';
4
+ };
1
5
  declare function __VLS_template(): {
2
6
  attrs: Partial<{}>;
3
7
  slots: {
4
8
  default?(_: {}): any;
9
+ default?(_: {}): any;
5
10
  };
6
11
  refs: {};
7
- rootEl: HTMLDivElement;
12
+ rootEl: any;
8
13
  };
9
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
16
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
17
  export default _default;
13
18
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -0,0 +1,4 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
+ formRef: any;
3
+ }, any>;
4
+ export default _default;
@@ -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;
@@ -98,6 +98,13 @@ export declare function useAuthkitAppsAuthPageInfo(): {
98
98
  kind: "email" | "url";
99
99
  url?: string | undefined;
100
100
  }[] | undefined;
101
+ filings?: {
102
+ key: string;
103
+ label: string;
104
+ value: string;
105
+ href?: string | undefined;
106
+ }[] | undefined;
107
+ organizationName?: string | undefined;
101
108
  }, AppsData | {
102
109
  id: string;
103
110
  name: string;
@@ -196,6 +203,13 @@ export declare function useAuthkitAppsAuthPageInfo(): {
196
203
  kind: "email" | "url";
197
204
  url?: string | undefined;
198
205
  }[] | undefined;
206
+ filings?: {
207
+ key: string;
208
+ label: string;
209
+ value: string;
210
+ href?: string | undefined;
211
+ }[] | undefined;
212
+ organizationName?: string | undefined;
199
213
  }>;
200
214
  appsAuthPageInfoApi: () => Promise<void>;
201
215
  appsAuthPageInfoLoading: import('vue').Ref<boolean, boolean>;
@@ -15,5 +15,5 @@ export interface UseLegalDocsReturn {
15
15
  getLink: (key: LegalDocKey) => LegalDocLink | undefined;
16
16
  openLegalDoc: (key: LegalDocKey) => void;
17
17
  }
18
- /** 法律文档:仅内置 /AboutUsDetails,内容由平台 aboutUs 配置驱动 */
18
+ /** 法律文档:页脚必备六份始终给出内置 URL;登录勾选仍只认已配置内容 */
19
19
  export declare function useLegalDocs(options?: UseLegalDocsOptions): UseLegalDocsReturn;
@@ -3,6 +3,8 @@ export { useAuthkitAuthModal, type AuthModalView, type OpenAuthModalOptions, typ
3
3
  export { useLegalDocs, type LegalDocLink, type UseLegalDocsReturn, } from './composables/Authkit/useLegalDocs';
4
4
  export { fetchAuthPageAboutUs } from './composables/Authkit/fetchAuthPageAboutUs';
5
5
  export { LEGAL_DOCS, LEGAL_DOC_KEYS, buildBuiltinLegalDocUrl, isLegalDocConfigured, resolveLegalAppId, resolveLegalDocTargetFromData, openLegalDocTarget, type LegalDocKey, type LegalDocTarget, type LegalDocsMode, } from './legalDocs';
6
+ export { REQUIRED_SITE_FOOTER_NAV } from './utils/requiredFooterLinks';
7
+ export { REPORT_PATH, CYBER_REPORT_URL, CYBER_REPORT_LABEL, createComplianceFooterLinks, } from './utils/publicReport';
6
8
  export { useAuthkitUsersProfile } from './composables/Authkit/useAuthkitUsersProfile';
7
9
  export { useAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
8
10
  export { useAppBrand } from './composables/Authkit/useAppBrand';
@@ -1,65 +1,71 @@
1
- import { u as a } from "./useAuthkitAuth-CV60Hc3o.js";
1
+ import { u as a } from "./useAuthkitAuth-C5oUnl8U.js";
2
2
  import { u as t } from "./apiClients-5u4_uxFE.js";
3
- import { L as r, a as i, b as n, i as p, o as c, r as l, c as f, u as m } from "./useLegalDocs-BrYWCDh3.js";
4
- import { f as A } from "./fetchAuthPageAboutUs-C-jQ44QK.js";
5
- import { u as d } from "./useAuthkitUsersProfile-CQOLEAxC.js";
6
- import { u as x } from "./useAuthkitAppsAuthPageInfo-CsivtUQH.js";
7
- import { a as L, b as D, u as C, c as O, w as R } from "./useAccessPosture-DBNTLWQn.js";
8
- import { u as M } from "./useAuthkitCreateAndUpdate-DJIn96EE.js";
9
- import { u as y } from "./useMessageNotifications-Dcl8TXr-.js";
10
- import { c as k, g as E, a as T, s as w, u as B } from "./runtime-B-tHI8-q.js";
11
- import { u as I, a as _, b as G, c as K, d as F } from "./usePageSEO-BHYaXnDU.js";
12
- import { f as V, a as W, g as Y, h as j, b as q, i as z, r as J, c as Q, u as X, d as Z, e as $ } from "./useRoutePermission-BkWHsFxN.js";
13
- import { u as es } from "./useUserMenu-ClPBlvaM.js";
14
- import { u as os, a as ts } from "./useSubscriptionCheckout-QSNro05_.js";
15
- import { c as rs, u as is, a as ns, b as ps } from "./useBillingStatusOptions-BHVLZhEB.js";
3
+ import { L as r, a as i, b as n, i as p, o as c, r as l, c as m, u as f } from "./useLegalDocs-ky2EzBke.js";
4
+ import { f as h } from "./fetchAuthPageAboutUs-DD-MwyiG.js";
5
+ import { C as g, a as P, R as d, b as x, c as E } from "./publicReport-ZlMy0xQf.js";
6
+ import { u as O } from "./useAuthkitUsersProfile-BWNVk2UM.js";
7
+ import { u as C } from "./useAuthkitAppsAuthPageInfo-Cg40bxCJ.js";
8
+ import { a as D, b as _, u as S, c as U, w as M } from "./useAccessPosture-NSPnmu0I.js";
9
+ import { u as v } from "./useAuthkitCreateAndUpdate-DJIn96EE.js";
10
+ import { u as B } from "./useMessageNotifications-Dcl8TXr-.js";
11
+ import { c as H, g as w, a as F, s as Y, u as G } from "./runtime-CfbHkmk9.js";
12
+ import { u as N, a as V, b as Q, c as W, d as j } from "./usePageSEO-CWLQAmET.js";
13
+ import { f as z, a as J, g as X, h as Z, b as $, i as ss, r as es, c as as, u as os, d as ts, e as us } from "./useRoutePermission-K-Eu4pRD.js";
14
+ import { u as is } from "./useUserMenu-ClPBlvaM.js";
15
+ import { u as ps, a as cs } from "./useSubscriptionCheckout-BcN8cRMV.js";
16
+ import { c as ms, u as fs, a as As, b as hs } from "./useBillingStatusOptions-BHVLZhEB.js";
16
17
  export {
18
+ g as CYBER_REPORT_LABEL,
19
+ P as CYBER_REPORT_URL,
17
20
  r as LEGAL_DOCS,
18
21
  i as LEGAL_DOC_KEYS,
19
- L as accessPostureCopy,
20
- D as applyWaitlist,
22
+ d as REPORT_PATH,
23
+ x as REQUIRED_SITE_FOOTER_NAV,
24
+ D as accessPostureCopy,
25
+ _ as applyWaitlist,
21
26
  n as buildBuiltinLegalDocUrl,
22
- rs as createBillingStatusOptions,
23
- k as createHuyoooUI,
24
- A as fetchAuthPageAboutUs,
25
- V as findActiveMenuPath,
26
- W as findMenuPath,
27
- E as getHuyoooRuntime,
28
- Y as getPathOnly,
29
- T as globalThemeRef,
30
- j as hasMenuPermission,
31
- q as hasRoutePermission,
27
+ ms as createBillingStatusOptions,
28
+ E as createComplianceFooterLinks,
29
+ H as createHuyoooUI,
30
+ h as fetchAuthPageAboutUs,
31
+ z as findActiveMenuPath,
32
+ J as findMenuPath,
33
+ w as getHuyoooRuntime,
34
+ X as getPathOnly,
35
+ F as globalThemeRef,
36
+ Z as hasMenuPermission,
37
+ $ as hasRoutePermission,
32
38
  p as isLegalDocConfigured,
33
- z as isPublicRouteAccess,
39
+ ss as isPublicRouteAccess,
34
40
  c as openLegalDocTarget,
35
41
  l as resolveLegalAppId,
36
- f as resolveLegalDocTargetFromData,
37
- J as resolvePublicExactMatchKeys,
38
- Q as resolveRoutePermissionCandidates,
39
- w as setTheme,
40
- C as useAccessPosture,
41
- X as useActiveDoc,
42
- O as useAppBrand,
43
- I as useAppSEO,
44
- Z as useAuthMenu,
45
- x as useAuthkitAppsAuthPageInfo,
42
+ m as resolveLegalDocTargetFromData,
43
+ es as resolvePublicExactMatchKeys,
44
+ as as resolveRoutePermissionCandidates,
45
+ Y as setTheme,
46
+ S as useAccessPosture,
47
+ os as useActiveDoc,
48
+ U as useAppBrand,
49
+ N as useAppSEO,
50
+ ts as useAuthMenu,
51
+ C as useAuthkitAppsAuthPageInfo,
46
52
  a as useAuthkitAuth,
47
53
  t as useAuthkitAuthModal,
48
- M as useAuthkitCreateAndUpdate,
49
- d as useAuthkitUsersProfile,
50
- os as useBillingPlans,
51
- _ as useCommonCreateAndUpdate,
52
- G as useDownloads,
53
- B as useHuyoooRuntime,
54
- is as useInvoiceStatusOptions,
55
- m as useLegalDocs,
56
- y as useMessageNotifications,
57
- K as usePageSEO,
58
- ns as usePointsRechargeStatusOptions,
59
- ps as useRefundStatusOptions,
60
- $ as useRoutePermission,
61
- ts as useSubscriptionCheckout,
62
- F as useTableHandle,
63
- es as useUserMenu,
64
- R as withViewTransition
54
+ v as useAuthkitCreateAndUpdate,
55
+ O as useAuthkitUsersProfile,
56
+ ps as useBillingPlans,
57
+ V as useCommonCreateAndUpdate,
58
+ Q as useDownloads,
59
+ G as useHuyoooRuntime,
60
+ fs as useInvoiceStatusOptions,
61
+ f as useLegalDocs,
62
+ B as useMessageNotifications,
63
+ W as usePageSEO,
64
+ As as usePointsRechargeStatusOptions,
65
+ hs as useRefundStatusOptions,
66
+ us as useRoutePermission,
67
+ cs as useSubscriptionCheckout,
68
+ j as useTableHandle,
69
+ is as useUserMenu,
70
+ M as withViewTransition
65
71
  };
package/dist/feedback.js CHANGED
@@ -1,5 +1,5 @@
1
- import { B as b, a as s, F as d, b as F, _ as o, c, R as t, V as r } from "./FeedbackModal.vue_vue_type_script_setup_true_lang-Ddy1jcdL.js";
2
- import { C as i } from "./index-5OR_BVTz.js";
1
+ import { B as b, a as s, F as d, b as F, _ as o, c, R as t, V as r } from "./FeedbackModal.vue_vue_type_script_setup_true_lang-BBmobezM.js";
2
+ import { C as i } from "./index-CncbUu-V.js";
3
3
  import { F as m, a as f, b as n, c as p } from "./FeedbackItem-hnJ7YXdE.js";
4
4
  export {
5
5
  i as Clipboard,
@@ -1,5 +1,5 @@
1
- import { n as i } from "./useAuthkitAppsAuthPageInfo-CsivtUQH.js";
2
- import { g as a } from "./runtime-B-tHI8-q.js";
1
+ import { n as i } from "./useAuthkitAppsAuthPageInfo-Cg40bxCJ.js";
2
+ import { g as a } from "./runtime-CfbHkmk9.js";
3
3
  async function p(o) {
4
4
  if (!o)
5
5
  return null;
@@ -1,4 +1,4 @@
1
- import { e as Ne } from "./runtime-B-tHI8-q.js";
1
+ import { e as Ne } from "./runtime-CfbHkmk9.js";
2
2
  var _e = { exports: {} };
3
3
  (function(x, b) {
4
4
  (function(R, y) {
@@ -2,7 +2,7 @@ import "./apiClients-5u4_uxFE.js";
2
2
  import { defineComponent as X, ref as J, openBlock as K, createBlock as Q, unref as W } from "vue";
3
3
  import { Message as Z } from "@arco-design/web-vue";
4
4
  import { Icon as $ } from "@iconify/vue";
5
- import { e as tt, f as et } from "./runtime-B-tHI8-q.js";
5
+ import { e as tt, f as et } from "./runtime-CfbHkmk9.js";
6
6
  import { _ as nt } from "./_plugin-vue_export-helper-CHgC5LLL.js";
7
7
  var N = { exports: {} };
8
8
  /*!
@@ -7,6 +7,7 @@ export { default as LandingPageButton } from './components/LandingPage/LandingPa
7
7
  export { default as LandingPageCard } from './components/LandingPage/LandingPageCard.vue';
8
8
  export { default as LandingPageContact } from './components/LandingPage/LandingPageContact.vue';
9
9
  export { default as LandingPageContactForm } from './components/LandingPage/LandingPageContactForm.vue';
10
+ export { default as LandingPageReportForm } from './components/LandingPage/LandingPageReportForm.vue';
10
11
  export { default as LandingPageContainer } from './components/LandingPage/LandingPageContainer.vue';
11
12
  export { default as LandingPageCta } from './components/LandingPage/LandingPageCta.vue';
12
13
  export { default as LandingPageDescription } from './components/LandingPage/LandingPageDescription.vue';
@@ -1,8 +1,8 @@
1
- import { L as g, a as e, b as i, B as s, C as d, c as L, d as P, e as o, f as t, g as r, h as c, i as u, j as m, k as C, l as p, m as F, n as T, o as f, p as l, q as S, r as b, s as k, t as x, u as B, v as A, T as D, w as G, x as H, y as h, z as y, A as I, P as j } from "./LandingPageSectionTabs-BJQeq3V5.js";
1
+ import { L as g, a as e, b as i, B as s, C as d, c as L, d as P, e as o, f as t, g as r, h as c, i as u, j as m, k as p, l as C, m as F, n as T, o as f, p as l, q as S, r as b, s as k, t as x, u as B, v as A, T as D, w as G, x as H, y as h, z as y, A as I, P as j } from "./LandingPageSectionTabs-BwStYRXA.js";
2
2
  import { L as w, a as q, b as z } from "./LandingPageSectionHeader-3hiuw6G0.js";
3
- import { L as Q, a as E, b as J, c as K, D as N, d as O, e as R, f as U, g as V, h as W, i as X, j as Y, k as Z } from "./LandingPageLinkGroup-B8ERKG5f.js";
4
- import { D as $ } from "./LandingPageDescription-BczWZHKy.js";
5
- import { L as na } from "./Logo-B9DFBxDU.js";
3
+ import { L as Q, a as R, b as E, c as J, D as K, d as N, e as O, f as U, g as V, h as W, i as X, j as Y, k as Z, l as _ } from "./LandingPageLinkGroup-DBhikoiz.js";
4
+ import { D as aa } from "./LandingPageDescription-BczWZHKy.js";
5
+ import { L as ga } from "./Logo-B9DFBxDU.js";
6
6
  export {
7
7
  g as LandingPageAbout,
8
8
  e as LandingPageAside,
@@ -11,12 +11,12 @@ export {
11
11
  Q as LandingPageBrandInfo,
12
12
  s as LandingPageButton,
13
13
  d as LandingPageCard,
14
- E as LandingPageContact,
15
- J as LandingPageContactForm,
16
- K as LandingPageContainer,
14
+ R as LandingPageContact,
15
+ E as LandingPageContactForm,
16
+ J as LandingPageContainer,
17
17
  L as LandingPageCta,
18
- $ as LandingPageDescription,
19
- N as LandingPageDivider,
18
+ aa as LandingPageDescription,
19
+ K as LandingPageDivider,
20
20
  q as LandingPageFAQ,
21
21
  P as LandingPageFeatureCard,
22
22
  o as LandingPageFeaturePanels,
@@ -25,19 +25,20 @@ export {
25
25
  c as LandingPageFeatures2,
26
26
  u as LandingPageFeaturesGrid,
27
27
  m as LandingPageFooter,
28
- O as LandingPageFooterContact,
29
- R as LandingPageFooterLayout,
30
- C as LandingPageHero,
28
+ N as LandingPageFooterContact,
29
+ O as LandingPageFooterLayout,
30
+ p as LandingPageHero,
31
31
  U as LandingPageLink,
32
32
  V as LandingPageLinkGroup,
33
33
  W as LandingPageListItem,
34
- na as LandingPageLogo,
35
- p as LandingPageLogos,
34
+ ga as LandingPageLogo,
35
+ C as LandingPageLogos,
36
36
  X as LandingPageMission,
37
37
  F as LandingPagePageContent,
38
38
  T as LandingPagePriceGroup,
39
39
  f as LandingPagePricingCard,
40
40
  l as LandingPagePricingGrid,
41
+ Y as LandingPageReportForm,
41
42
  z as LandingPageSectionHeader,
42
43
  S as LandingPageSectionTabs,
43
44
  b as LandingPageSections,
@@ -46,8 +47,8 @@ export {
46
47
  B as LandingPageSteps,
47
48
  A as LandingPageSubTitle,
48
49
  D as LandingPageTabs,
49
- Y as LandingPageTeamInfo,
50
- Z as LandingPageTeamList,
50
+ Z as LandingPageTeamInfo,
51
+ _ as LandingPageTeamList,
51
52
  G as LandingPageTestimonial,
52
53
  H as LandingPageTestimonialCard,
53
54
  h as LandingPageTips,
@@ -1,3 +1,3 @@
1
1
  import { LegalDocKey } from './constants';
2
- /** 内置法律文档详情页 URL:同域 /AboutUsDetails?type=&appId= */
2
+ /** 内置法律文档详情页 URL:/AboutUsDetails?type=&appId= */
3
3
  export declare function buildBuiltinLegalDocUrl(type: LegalDocKey, appId: string): string;