@huyooo/ui 0.4.63 → 0.4.67

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 (33) hide show
  1. package/dist/{AuthkitAppSetting-D7k_8buM.js → AuthkitAppSetting-CX3_9Jcg.js} +71 -70
  2. package/dist/{AuthkitAuthorize-pB8aT1kV.js → AuthkitAuthorize-B3WS5eGX.js} +2 -2
  3. package/dist/{FeedbackItem-Dxzmtu66.js → FeedbackItem-C5WqFEqH.js} +62 -60
  4. package/dist/{FeedbackModal-D7tjJLBj.js → FeedbackModal-BDPw2tu7.js} +22 -21
  5. package/dist/{MessageHandle-Dt6rb0rg.js → MessageHandle-BelPivb3.js} +2 -2
  6. package/dist/{PaySubscriptions-B42IdT-5.js → PaySubscriptions-BRWvLeed.js} +1 -1
  7. package/dist/{ReferrerReferees-CvuUodDZ.js → ReferrerReferees-BVj9o5kG.js} +2 -2
  8. package/dist/Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js +88 -0
  9. package/dist/{UserAccountMenu-3neBzl5f.js → UserAccountMenu-BD8F9vEK.js} +1 -1
  10. package/dist/{UserPanel-BJzhmyWP.js → UserPanel-CaaTu1mu.js} +7 -7
  11. package/dist/authkit.js +4 -4
  12. package/dist/common/globalConfig.d.ts +20 -6
  13. package/dist/common.js +7 -7
  14. package/dist/components/Upload/Upload.vue.d.ts +30 -0
  15. package/dist/composables/Upload/useUploadCos.d.ts +4 -1
  16. package/dist/composables.js +5 -5
  17. package/dist/feedback.js +2 -2
  18. package/dist/globalConfig-DZIhLe1R.js +16 -0
  19. package/dist/index.js +15 -15
  20. package/dist/message.js +2 -2
  21. package/dist/pay.js +1 -1
  22. package/dist/referrer.js +1 -1
  23. package/dist/style.css +1 -1
  24. package/dist/types/api.d.ts +0 -14
  25. package/dist/upload.js +2 -2
  26. package/dist/{useAuthkitAuthModal-C153ZpNb.js → useAuthkitAuthModal-hxivJw_U.js} +1 -1
  27. package/dist/{useAuthkitUsersProfile-CT2MN1S5.js → useAuthkitUsersProfile-DNOB_Kuk.js} +1 -1
  28. package/dist/{useMessageNotifications-DkKSVkdt.js → useMessageNotifications-DOH1MS61.js} +1 -1
  29. package/dist/{useUploadCos-C3ts0Gpa.js → useUploadCos-B5P_PDcy.js} +1289 -1283
  30. package/dist/user.js +2 -2
  31. package/package.json +1 -1
  32. package/dist/Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js +0 -70
  33. package/dist/globalConfig-dtNQA0ZH.js +0 -15
@@ -77,24 +77,10 @@ export interface UserUpdateEmailParams {
77
77
  export interface UserUpdatePasswordParams {
78
78
  password: string;
79
79
  }
80
- export interface FileCreateParams {
81
- bucketId: string;
82
- filename: string;
83
- name: string;
84
- size: number;
85
- type: string;
86
- webkitRelativePath?: string;
87
- }
88
80
  export interface FileUpdateParams {
89
81
  id: string | null;
90
82
  status: 'success' | 'fail';
91
83
  }
92
- export interface FileCredentialsParams {
93
- filename: string;
94
- bucketId: string;
95
- size: number;
96
- type: string;
97
- }
98
84
  export interface MessageNotificationParams {
99
85
  current: number;
100
86
  pageSize: number;
package/dist/upload.js CHANGED
@@ -1,5 +1,5 @@
1
- import { _ as p } from "./Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js";
2
- import { u as s } from "./useUploadCos-C3ts0Gpa.js";
1
+ import { _ as p } from "./Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js";
2
+ import { u as s } from "./useUploadCos-B5P_PDcy.js";
3
3
  export {
4
4
  p as Upload,
5
5
  s as useUploadCos
@@ -1,6 +1,6 @@
1
1
  import { ref as t } from "vue";
2
2
  import { api as i } from "@huyooo/api";
3
- import { g as r } from "./globalConfig-dtNQA0ZH.js";
3
+ import { g as r } from "./globalConfig-DZIhLe1R.js";
4
4
  function f(a) {
5
5
  return i({
6
6
  url: `${r.authPrefixUrl}/restfulApi/apps/findOne`,
@@ -1,6 +1,6 @@
1
1
  import { ref as u, readonly as S, computed as A } from "vue";
2
2
  import { api as a } from "@huyooo/api";
3
- import { g as n } from "./globalConfig-dtNQA0ZH.js";
3
+ import { g as n } from "./globalConfig-DZIhLe1R.js";
4
4
  function b(e) {
5
5
  return a({
6
6
  url: `${n.authPrefixUrl}/restfulApi/auth/signIn`,
@@ -1,6 +1,6 @@
1
1
  import { ref as a, computed as x } from "vue";
2
2
  import { api as c } from "@huyooo/api";
3
- import { g } from "./globalConfig-dtNQA0ZH.js";
3
+ import { g } from "./globalConfig-DZIhLe1R.js";
4
4
  function z(t) {
5
5
  return c({
6
6
  url: `${g.prefixUrl}/restfulApi/messageCenter/messageNotifications/find`,