@huyooo/ui 0.4.33 → 0.4.35

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 (62) hide show
  1. package/dist/{AuthkitAppSetting-DqhUivnU.js → AuthkitAppSetting-D6PAh-ZI.js} +216 -215
  2. package/dist/{AuthkitAuthorize-f_yAVn7e.js → AuthkitAuthorize-DKG7JGSV.js} +4 -4
  3. package/dist/{CustomTable-JQTKguiI.js → CustomTable-JflAYS8i.js} +79 -79
  4. package/dist/{FeedbackItem-CuHJkjDK.js → FeedbackItem-BO8dYYKo.js} +3 -7
  5. package/dist/FeedbackModal-B_W_RWec.js +1061 -0
  6. package/dist/MessageHandle-Dt6rb0rg.js +830 -0
  7. package/dist/{PaySubscriptions-BFqk1Nw2.js → PaySubscriptions-B42IdT-5.js} +59 -58
  8. package/dist/ReferrerReferees-CvuUodDZ.js +116 -0
  9. package/dist/{Upload.vue_vue_type_script_setup_true_lang-C2OaTrku.js → Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js} +4 -4
  10. package/dist/{UserPanel-CBn_ejP-.js → UserPanel-BIKWssEY.js} +169 -174
  11. package/dist/api/Authkit/apps.d.ts +1 -1
  12. package/dist/api/Buckets/Files.d.ts +7 -7
  13. package/dist/api/Buckets.d.ts +2 -2
  14. package/dist/api/Message/ChangelogNotifications.d.ts +2 -2
  15. package/dist/api/Message/EventNotifications.d.ts +2 -2
  16. package/dist/api/Message/MessageNotifications.d.ts +5 -5
  17. package/dist/api/Message/NoticeNotifications.d.ts +2 -2
  18. package/dist/api/Messages.d.ts +2 -2
  19. package/dist/api/Referrer.d.ts +1 -1
  20. package/dist/api/index.d.ts +8 -8
  21. package/dist/authkit.js +4 -4
  22. package/dist/common/globalConfig.d.ts +15 -0
  23. package/dist/common.d.ts +1 -1
  24. package/dist/common.js +21 -19
  25. package/dist/components/Feedback/FeedbackContainer.vue.d.ts +0 -8
  26. package/dist/components/Feedback/FeedbackDetails.vue.d.ts +1 -1
  27. package/dist/components/Feedback/FeedbackForm.vue.d.ts +2 -20
  28. package/dist/components/Message/MessageAppMessage.vue.d.ts +1 -24
  29. package/dist/components/Message/MessageChangelogNotifications.vue.d.ts +1 -11
  30. package/dist/components/Message/MessageChangelogNotificationsDetails.vue.d.ts +0 -8
  31. package/dist/components/Message/MessageEventNotifications.vue.d.ts +1 -11
  32. package/dist/components/Message/MessageEventNotificationsDetails.vue.d.ts +0 -8
  33. package/dist/components/Message/MessageHandle.vue.d.ts +28 -88
  34. package/dist/components/Message/MessageNoticeNotifications.vue.d.ts +1 -11
  35. package/dist/components/Message/MessageNoticeNotificationsDetails.vue.d.ts +0 -8
  36. package/dist/components/Message/MessageNotifications.vue.d.ts +1 -11
  37. package/dist/components/Referrer/ReferrerReferees.vue.d.ts +2 -12
  38. package/dist/components/User/UserPanel.vue.d.ts +30 -100
  39. package/dist/composables/useMessageNotifications.d.ts +1 -1
  40. package/dist/composables.d.ts +1 -1
  41. package/dist/composables.js +16 -15
  42. package/dist/feedback.js +2 -2
  43. package/dist/globalConfig-dtNQA0ZH.js +15 -0
  44. package/dist/index.js +27 -25
  45. package/dist/message.js +2 -2
  46. package/dist/pay.js +1 -1
  47. package/dist/referrer.js +1 -1
  48. package/dist/style.css +1 -1
  49. package/dist/upload.js +2 -2
  50. package/dist/{useAuthkitAuthModal-OkUKCIWR.js → useAuthkitAuthModal-C153ZpNb.js} +14 -13
  51. package/dist/useAuthkitUsersProfile-CT2MN1S5.js +228 -0
  52. package/dist/useMessageNotifications-DkKSVkdt.js +106 -0
  53. package/dist/{useUploadCos-uerXQY3P.js → useUploadCos-C3ts0Gpa.js} +1481 -1499
  54. package/dist/user.d.ts +0 -1
  55. package/dist/user.js +4 -6
  56. package/package.json +1 -1
  57. package/dist/FeedbackModal-Dh1COB3l.js +0 -1077
  58. package/dist/MessageHandle-DN_JsQb2.js +0 -885
  59. package/dist/ReferrerReferees-A2ya1Z6x.js +0 -121
  60. package/dist/composables/useGlobalConfig.d.ts +0 -20
  61. package/dist/useAuthkitUsersProfile-Diituvy1.js +0 -227
  62. package/dist/useMessageNotifications-lmP0vJDM.js +0 -105
@@ -71,12 +71,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
71
71
  }>, {
72
72
  setData: (data: any, state: false) => void;
73
73
  }, {}, {}, {}, {}> | null;
74
- RefereesRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
75
- prefixUrl: {
76
- type: StringConstructor;
77
- required: true;
78
- };
79
- }>> & Readonly<{
74
+ RefereesRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
80
75
  onCancel?: ((...args: any[]) => any) | undefined;
81
76
  }>, {
82
77
  setData: (state: false) => void;
@@ -89,12 +84,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
89
84
  C: {};
90
85
  M: {};
91
86
  Defaults: {};
92
- }, Readonly<import('vue').ExtractPropTypes<{
93
- prefixUrl: {
94
- type: StringConstructor;
95
- required: true;
96
- };
97
- }>> & Readonly<{
87
+ }, Readonly<{}> & Readonly<{
98
88
  onCancel?: ((...args: any[]) => any) | undefined;
99
89
  }>, {
100
90
  setData: (state: false) => void;
@@ -120,86 +110,35 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
120
110
  }>, {
121
111
  setData: (data: any, state: false) => void;
122
112
  }, {}, {}, {}, {}> | null;
123
- MessageHandleRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
124
- prefixUrl: {
125
- type: StringConstructor;
126
- required: true;
127
- };
128
- }>> & Readonly<{}>, {
113
+ MessageHandleRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
129
114
  openNotification: () => void;
130
115
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
131
- MessageNotificationsRef: ({
132
- $: import('vue').ComponentInternalInstance;
133
- $data: {};
134
- $props: Partial<{}> & Omit<{
135
- readonly prefixUrl: string;
136
- readonly menus: any[];
137
- readonly selectedKeys?: string[] | undefined;
138
- readonly onCancel?: ((...args: any[]) => any) | undefined;
139
- readonly onChange?: ((...args: any[]) => any) | undefined;
140
- readonly "onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
141
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
142
- $attrs: {
143
- [x: string]: unknown;
144
- };
145
- $refs: {
146
- [x: string]: unknown;
147
- };
148
- $slots: Readonly<{
149
- [name: string]: import('vue').Slot<any> | undefined;
150
- }>;
151
- $root: import('vue').ComponentPublicInstance | null;
152
- $parent: import('vue').ComponentPublicInstance | null;
153
- $host: Element | null;
154
- $emit: ((event: "cancel", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "update:selectedKeys", value: string[]) => void);
155
- $el: any;
156
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
157
- prefixUrl: {
158
- type: StringConstructor;
159
- required: true;
160
- };
161
- menus: {
162
- type: import('vue').PropType<any[]>;
163
- required: true;
164
- };
165
- selectedKeys: {
166
- type: import('vue').PropType<string[]>;
167
- };
168
- }>> & Readonly<{
169
- onCancel?: ((...args: any[]) => any) | undefined;
170
- onChange?: ((...args: any[]) => any) | undefined;
171
- "onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
172
- }>, {
173
- setData: (state: false) => void;
174
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
175
- cancel: (...args: any[]) => void;
176
- change: (...args: any[]) => void;
177
- "update:selectedKeys": (value: string[]) => void;
178
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
179
- beforeCreate?: (() => void) | (() => void)[];
180
- created?: (() => void) | (() => void)[];
181
- beforeMount?: (() => void) | (() => void)[];
182
- mounted?: (() => void) | (() => void)[];
183
- beforeUpdate?: (() => void) | (() => void)[];
184
- updated?: (() => void) | (() => void)[];
185
- activated?: (() => void) | (() => void)[];
186
- deactivated?: (() => void) | (() => void)[];
187
- beforeDestroy?: (() => void) | (() => void)[];
188
- beforeUnmount?: (() => void) | (() => void)[];
189
- destroyed?: (() => void) | (() => void)[];
190
- unmounted?: (() => void) | (() => void)[];
191
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
192
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
193
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
194
- };
195
- $forceUpdate: () => void;
196
- $nextTick: typeof import('vue').nextTick;
197
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
198
- } & Readonly<{}> & Omit<Readonly<import('vue').ExtractPropTypes<{
199
- prefixUrl: {
200
- type: StringConstructor;
116
+ MessageNotificationsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
117
+ menus: {
118
+ type: import('vue').PropType<any[]>;
201
119
  required: true;
202
120
  };
121
+ selectedKeys: {
122
+ type: import('vue').PropType<string[]>;
123
+ };
124
+ }>> & Readonly<{
125
+ onCancel?: ((...args: any[]) => any) | undefined;
126
+ onChange?: ((...args: any[]) => any) | undefined;
127
+ "onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
128
+ }>, {
129
+ setData: (state: false) => void;
130
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
131
+ cancel: (...args: any[]) => void;
132
+ change: (...args: any[]) => void;
133
+ "update:selectedKeys": (value: string[]) => void;
134
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
135
+ P: {};
136
+ B: {};
137
+ D: {};
138
+ C: {};
139
+ M: {};
140
+ Defaults: {};
141
+ }, Readonly<import('vue').ExtractPropTypes<{
203
142
  menus: {
204
143
  type: import('vue').PropType<any[]>;
205
144
  required: true;
@@ -211,13 +150,9 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
211
150
  onCancel?: ((...args: any[]) => any) | undefined;
212
151
  onChange?: ((...args: any[]) => any) | undefined;
213
152
  "onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
214
- }>, "setData"> & import('vue').ShallowUnwrapRef<{
153
+ }>, {
215
154
  setData: (state: false) => void;
216
- }> & {} & import('vue').ComponentCustomProperties & {} & {
217
- $slots: {
218
- default?(_: {}): any;
219
- };
220
- }) | null;
155
+ }, {}, {}, {}, {}> | null;
221
156
  }, any, import('vue').ComponentProvideOptions, {
222
157
  P: {};
223
158
  B: {};
@@ -225,12 +160,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
225
160
  C: {};
226
161
  M: {};
227
162
  Defaults: {};
228
- }, Readonly<import('vue').ExtractPropTypes<{
229
- prefixUrl: {
230
- type: StringConstructor;
231
- required: true;
232
- };
233
- }>> & Readonly<{}>, {
163
+ }, Readonly<{}> & Readonly<{}>, {
234
164
  openNotification: () => void;
235
165
  }, {}, {}, {}, {}> | null;
236
166
  FeedBackModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
@@ -1,4 +1,4 @@
1
- export declare function useMessageNotifications(prefixUrl: string, type?: string): {
1
+ export declare function useMessageNotifications(type?: string): {
2
2
  isList: import('vue').Ref<boolean, boolean>;
3
3
  id: import('vue').Ref<string, string>;
4
4
  loading: import('vue').Ref<boolean, boolean>;
@@ -4,7 +4,7 @@ export { useAuthkitUsersProfile } from './composables/Authkit/useAuthkitUsersPro
4
4
  export { UseAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
5
5
  export { useAuthkitCreateAndUpdate } from './composables/Authkit/useAuthkitCreateAndUpdate';
6
6
  export { useMessageNotifications } from './composables/useMessageNotifications';
7
- export { useGlobalConfig } from './composables/useGlobalConfig';
7
+ export { globalConfig } from './common/globalConfig';
8
8
  export { useCreateAndUpdate } from './composables/useCreateAndUpdate';
9
9
  export { useTableHandle } from './composables/useTableHandle';
10
10
  export { useActiveDoc } from './composables/useActiveDoc';
@@ -1,20 +1,21 @@
1
- import { u as t, a } from "./useAuthkitUsersProfile-Diituvy1.js";
2
- import { U as o, u as r } from "./useAuthkitAuthModal-OkUKCIWR.js";
3
- import { u as A } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
4
- import { u as i } from "./useMessageNotifications-lmP0vJDM.js";
5
- import { u as d, a as l } from "./useUploadCos-uerXQY3P.js";
6
- import { a as x, u as n } from "./useActiveDoc-BWHkOJhJ.js";
7
- import { u as k } from "./useTableHandle-DKUIdSSh.js";
1
+ import { u as t, a as o } from "./useAuthkitUsersProfile-CT2MN1S5.js";
2
+ import { U as u, u as r } from "./useAuthkitAuthModal-C153ZpNb.js";
3
+ import { u as f } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
4
+ import { u as i } from "./useMessageNotifications-DkKSVkdt.js";
5
+ import { g as m } from "./globalConfig-dtNQA0ZH.js";
6
+ import { a as d, u as l } from "./useActiveDoc-BWHkOJhJ.js";
7
+ import { u as U } from "./useTableHandle-DKUIdSSh.js";
8
+ import { u as k } from "./useUploadCos-C3ts0Gpa.js";
8
9
  export {
9
- o as UseAuthkitAppsAuthPageInfo,
10
- x as useActiveDoc,
10
+ u as UseAuthkitAppsAuthPageInfo,
11
+ m as globalConfig,
12
+ d as useActiveDoc,
11
13
  t as useAuthkitAuth,
12
14
  r as useAuthkitAuthModal,
13
- A as useAuthkitCreateAndUpdate,
14
- a as useAuthkitUsersProfile,
15
- n as useCreateAndUpdate,
16
- d as useGlobalConfig,
15
+ f as useAuthkitCreateAndUpdate,
16
+ o as useAuthkitUsersProfile,
17
+ l as useCreateAndUpdate,
17
18
  i as useMessageNotifications,
18
- k as useTableHandle,
19
- l as useUploadCos
19
+ U as useTableHandle,
20
+ k as useUploadCos
20
21
  };
package/dist/feedback.js CHANGED
@@ -1,6 +1,6 @@
1
- import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-Dh1COB3l.js";
1
+ import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-B_W_RWec.js";
2
2
  import { C as r } from "./Clipboard-Bful1lNJ.js";
3
- import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-CuHJkjDK.js";
3
+ import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-BO8dYYKo.js";
4
4
  export {
5
5
  r as Clipboard,
6
6
  b as FeedbackBubbleEnd,
@@ -0,0 +1,15 @@
1
+ let e = {
2
+ appId: "",
3
+ bucketId: "",
4
+ prefixUrl: "",
5
+ authPrefixUrl: "",
6
+ bucket: "",
7
+ region: ""
8
+ };
9
+ function t(r) {
10
+ e.appId = r.appId, e.bucketId = r.bucketId, e.prefixUrl = r.prefixUrl, e.bucket = r.bucket, e.region = r.region, e.authPrefixUrl = r.authPrefixUrl;
11
+ }
12
+ export {
13
+ e as g,
14
+ t as s
15
+ };
package/dist/index.js CHANGED
@@ -1,26 +1,27 @@
1
- import { A as e, a as t, b as i, A as n, a as o, c as g, n as r, E as d, k as u, l as A, _ as P, O as c, f as L, o as h, P as p, j as f, R as m, S as k, i as l, m as b, d as C, e as M, g as S, h as x } from "./AuthkitAppSetting-DqhUivnU.js";
2
- import { u as I, a as U } from "./useAuthkitUsersProfile-Diituvy1.js";
3
- import { A as B, a as N } from "./AuthkitAuthorize-f_yAVn7e.js";
4
- import { U as w, u as D } from "./useAuthkitAuthModal-OkUKCIWR.js";
1
+ import { A as e, a as t, b as i, A as n, a as o, c as g, n as r, E as d, k as u, l as A, _ as P, O as c, f as L, o as f, P as h, j as p, R as m, S as k, i as l, m as b, d as C, e as M, g as S, h as x } from "./AuthkitAppSetting-D6PAh-ZI.js";
2
+ import { u as I, a as U } from "./useAuthkitUsersProfile-CT2MN1S5.js";
3
+ import { A as B, a as N } from "./AuthkitAuthorize-DKG7JGSV.js";
4
+ import { U as w, u as D } from "./useAuthkitAuthModal-C153ZpNb.js";
5
5
  import { u as v } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
6
- import { I as G, A as H, C as O, _, a as V, D as j, E as z, b as W, M as q, c as J, N as K, f as Q, d as X, e as Y } from "./MessageHandle-DN_JsQb2.js";
6
+ import { I as G, A as H, C as O, _, a as V, D as j, E as z, b as W, M as q, c as J, N as K, f as Q, d as X, e as Y } from "./MessageHandle-Dt6rb0rg.js";
7
7
  import { M as $, a as aa } from "./MessageMenu-_RZJ9Mbi.js";
8
- import { u as ea } from "./useMessageNotifications-lmP0vJDM.js";
9
- import { _ as ia, a as na, F as oa, b as ga, c as ra, d as da, R as ua } from "./FeedbackModal-Dh1COB3l.js";
8
+ import { u as ea } from "./useMessageNotifications-DkKSVkdt.js";
9
+ import { _ as ia, a as na, F as oa, b as ga, c as ra, d as da, R as ua } from "./FeedbackModal-B_W_RWec.js";
10
10
  import { C as Pa } from "./Clipboard-Bful1lNJ.js";
11
- import { F as La, a as ha, c as pa, b as fa, d as ma } from "./FeedbackItem-CuHJkjDK.js";
11
+ import { F as La, a as fa, c as ha, b as pa, d as ma } from "./FeedbackItem-BO8dYYKo.js";
12
12
  import { L as la, a as ba, B as Ca, b as Ma, c as Sa, d as xa, C as Fa, e as Ia, f as Ua, g as Ta, h as Ba, D as Na, i as Ea, j as wa, k as Da, l as Ra, m as va, F as ya, n as Ga, o as Ha, p as Oa, q as _a, r as Va, s as ja, t as za, M as Wa, u as qa, v as Ja, w as Ka, x as Qa, y as Xa, z as Ya, A as Za, E as $a, S as as, T as ss, G as es, H as ts, I as is, J as ns, K as os, N as gs } from "./LandingPageToc-BkL7mxo7.js";
13
13
  import { C as ds, a as us } from "./CollapseItem-Cw1vcdLu.js";
14
- import { C as Ps, G as cs, S as Ls, W as hs } from "./WidthContainer-D795bWdT.js";
15
- import { C as fs, E as ms } from "./CustomTable-JQTKguiI.js";
14
+ import { C as Ps, G as cs, S as Ls, W as fs } from "./WidthContainer-D795bWdT.js";
15
+ import { C as ps, E as ms } from "./CustomTable-JflAYS8i.js";
16
16
  import { M as ls, a as bs } from "./Menu-Cxo8Rpu3.js";
17
- import { S as Ms, b as Ss, c as xs, a as Fs, U as Is, S as Us } from "./UserPanel-CBn_ejP-.js";
18
- import { S as Bs, S as Ns } from "./PaySubscriptions-BFqk1Nw2.js";
19
- import { R as ws, R as Ds } from "./ReferrerReferees-A2ya1Z6x.js";
20
- import { _ as vs } from "./Upload.vue_vue_type_script_setup_true_lang-C2OaTrku.js";
21
- import { u as Gs, a as Hs } from "./useUploadCos-uerXQY3P.js";
17
+ import { S as Ms, b as Ss, c as xs, a as Fs, U as Is, S as Us } from "./UserPanel-BIKWssEY.js";
18
+ import { S as Bs, S as Ns } from "./PaySubscriptions-B42IdT-5.js";
19
+ import { R as ws, R as Ds } from "./ReferrerReferees-CvuUodDZ.js";
20
+ import { _ as vs } from "./Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js";
21
+ import { g as Gs, s as Hs } from "./globalConfig-dtNQA0ZH.js";
22
22
  import { a as _s, u as Vs } from "./useActiveDoc-BWHkOJhJ.js";
23
23
  import { u as zs } from "./useTableHandle-DKUIdSSh.js";
24
+ import { u as qs } from "./useUploadCos-C3ts0Gpa.js";
24
25
  export {
25
26
  e as Auth,
26
27
  t as AuthModal,
@@ -37,9 +38,9 @@ export {
37
38
  P as AuthkitOAuthItem,
38
39
  c as AuthkitOAuthList,
39
40
  L as AuthkitPasswordAuth,
40
- h as AuthkitPasswordUpdate,
41
- p as AuthkitPasswordUpdateAndVerify,
42
- f as AuthkitPersonalInformation,
41
+ f as AuthkitPasswordUpdate,
42
+ h as AuthkitPasswordUpdateAndVerify,
43
+ p as AuthkitPersonalInformation,
43
44
  m as AuthkitResetPassword,
44
45
  k as AuthkitSendVerifyCode,
45
46
  l as AuthkitServiceAgreementAndPrivacyProtection,
@@ -52,16 +53,16 @@ export {
52
53
  ds as Collapse,
53
54
  us as CollapseItem,
54
55
  Ps as ContentHead,
55
- fs as CustomTable,
56
+ ps as CustomTable,
56
57
  ms as Ellipsis,
57
58
  ia as FeedbackBubbleEnd,
58
59
  na as FeedbackBubbleStart,
59
60
  La as FeedbackContainer,
60
- ha as FeedbackCustomTabs,
61
+ fa as FeedbackCustomTabs,
61
62
  oa as FeedbackDetails,
62
- pa as FeedbackFloatButton,
63
+ ha as FeedbackFloatButton,
63
64
  ga as FeedbackForm,
64
- fa as FeedbackItem,
65
+ pa as FeedbackItem,
65
66
  ra as FeedbackList,
66
67
  da as FeedbackModal,
67
68
  ua as FeedbackRefresh,
@@ -140,15 +141,16 @@ export {
140
141
  Fs as UserButton,
141
142
  Is as UserPanel,
142
143
  Us as UserSubscriptionBaseInformation,
143
- hs as WidthContainer,
144
+ fs as WidthContainer,
145
+ Gs as globalConfig,
146
+ Hs as setGlobalConfig,
144
147
  _s as useActiveDoc,
145
148
  I as useAuthkitAuth,
146
149
  D as useAuthkitAuthModal,
147
150
  v as useAuthkitCreateAndUpdate,
148
151
  U as useAuthkitUsersProfile,
149
152
  Vs as useCommonCreateAndUpdate,
150
- Gs as useGlobalConfig,
151
153
  ea as useMessageNotifications,
152
154
  zs as useTableHandle,
153
- Hs as useUploadCos
155
+ qs as useUploadCos
154
156
  };
package/dist/message.js CHANGED
@@ -1,6 +1,6 @@
1
- import { I as e, A as i, C as t, _ as o, a as g, D as M, E as n, b as f, M as c, c as N, N as l, f as r, d as m, e as p } from "./MessageHandle-DN_JsQb2.js";
1
+ import { I as e, A as i, C as t, _ as o, a as g, D as M, E as n, b as f, M as c, c as N, N as l, f as r, d as m, e as p } from "./MessageHandle-Dt6rb0rg.js";
2
2
  import { M as D, a as C } from "./MessageMenu-_RZJ9Mbi.js";
3
- import { u as d } from "./useMessageNotifications-lmP0vJDM.js";
3
+ import { u as d } from "./useMessageNotifications-DkKSVkdt.js";
4
4
  export {
5
5
  e as InfiniteLoading,
6
6
  i as MessageAppMessage,
package/dist/pay.js CHANGED
@@ -1,4 +1,4 @@
1
- import { S as s } from "./PaySubscriptions-BFqk1Nw2.js";
1
+ import { S as s } from "./PaySubscriptions-B42IdT-5.js";
2
2
  export {
3
3
  s as PaySubscriptions
4
4
  };
package/dist/referrer.js CHANGED
@@ -1,4 +1,4 @@
1
- import { R as f } from "./ReferrerReferees-A2ya1Z6x.js";
1
+ import { R as f } from "./ReferrerReferees-CvuUodDZ.js";
2
2
  export {
3
3
  f as ReferrerReferees
4
4
  };