@huyooo/ui 0.4.62 → 0.4.66
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.
- package/dist/{AuthkitAppSetting-D7k_8buM.js → AuthkitAppSetting-hzmQcqn0.js} +71 -70
- package/dist/{AuthkitAuthorize-pB8aT1kV.js → AuthkitAuthorize-B3WS5eGX.js} +2 -2
- package/dist/{FeedbackItem-Dxzmtu66.js → FeedbackItem-Du2qqirA.js} +62 -60
- package/dist/{FeedbackModal-D7tjJLBj.js → FeedbackModal-CqqZyeKu.js} +22 -21
- package/dist/{MessageHandle-Dt6rb0rg.js → MessageHandle-BelPivb3.js} +2 -2
- package/dist/{PaySubscriptions-B42IdT-5.js → PaySubscriptions-BRWvLeed.js} +1 -1
- package/dist/{ReferrerReferees-CvuUodDZ.js → ReferrerReferees-BVj9o5kG.js} +2 -2
- package/dist/Upload.vue_vue_type_script_setup_true_lang-DTijAu7h.js +88 -0
- package/dist/UserAccountMenu-BD8F9vEK.js +40 -0
- package/dist/{UserPanel-BJzhmyWP.js → UserPanel-Bgfdtd01.js} +7 -7
- package/dist/authkit.js +4 -4
- package/dist/common/globalConfig.d.ts +20 -6
- package/dist/common.js +7 -7
- package/dist/components/Upload/Upload.vue.d.ts +30 -0
- package/dist/components/User/UserAccountMenu.vue.d.ts +2 -2
- package/dist/composables/Upload/useUploadCos.d.ts +4 -1
- package/dist/composables.js +5 -5
- package/dist/feedback.js +2 -2
- package/dist/globalConfig-DZIhLe1R.js +16 -0
- package/dist/index.js +15 -15
- package/dist/message.js +2 -2
- package/dist/pay.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/api.d.ts +0 -14
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAuthModal-C153ZpNb.js → useAuthkitAuthModal-hxivJw_U.js} +1 -1
- package/dist/{useAuthkitUsersProfile-CT2MN1S5.js → useAuthkitUsersProfile-DNOB_Kuk.js} +1 -1
- package/dist/{useMessageNotifications-DkKSVkdt.js → useMessageNotifications-DOH1MS61.js} +1 -1
- package/dist/{useUploadCos-C3ts0Gpa.js → useUploadCos-D34wTxEi.js} +1179 -1179
- package/dist/user.js +2 -2
- package/package.json +1 -1
- package/dist/Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js +0 -70
- package/dist/UserAccountMenu-DeIHGfHY.js +0 -40
- package/dist/globalConfig-dtNQA0ZH.js +0 -15
package/dist/types/api.d.ts
CHANGED
|
@@ -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-
|
|
2
|
-
import { u as s } from "./useUploadCos-
|
|
1
|
+
import { _ as p } from "./Upload.vue_vue_type_script_setup_true_lang-DTijAu7h.js";
|
|
2
|
+
import { u as s } from "./useUploadCos-D34wTxEi.js";
|
|
3
3
|
export {
|
|
4
4
|
p as Upload,
|
|
5
5
|
s as useUploadCos
|
|
@@ -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-
|
|
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-
|
|
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`,
|