@huyooo/ui 0.4.34 → 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.
- package/dist/{AuthkitAppSetting-DqhUivnU.js → AuthkitAppSetting-D6PAh-ZI.js} +216 -215
- package/dist/{AuthkitAuthorize-f_yAVn7e.js → AuthkitAuthorize-DKG7JGSV.js} +4 -4
- package/dist/{FeedbackItem-DJiIQBMe.js → FeedbackItem-BO8dYYKo.js} +3 -7
- package/dist/FeedbackModal-B_W_RWec.js +1061 -0
- package/dist/MessageHandle-Dt6rb0rg.js +830 -0
- package/dist/{PaySubscriptions-foEcT6VN.js → PaySubscriptions-B42IdT-5.js} +59 -58
- package/dist/ReferrerReferees-CvuUodDZ.js +116 -0
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-C2OaTrku.js → Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js} +4 -4
- package/dist/{UserPanel-CA3roDgH.js → UserPanel-BIKWssEY.js} +169 -174
- package/dist/api/Authkit/apps.d.ts +1 -1
- package/dist/api/Buckets/Files.d.ts +7 -7
- package/dist/api/Buckets.d.ts +2 -2
- package/dist/api/Message/ChangelogNotifications.d.ts +2 -2
- package/dist/api/Message/EventNotifications.d.ts +2 -2
- package/dist/api/Message/MessageNotifications.d.ts +5 -5
- package/dist/api/Message/NoticeNotifications.d.ts +2 -2
- package/dist/api/Messages.d.ts +2 -2
- package/dist/api/Referrer.d.ts +1 -1
- package/dist/api/index.d.ts +8 -8
- package/dist/authkit.js +4 -4
- package/dist/common/globalConfig.d.ts +15 -0
- package/dist/common.d.ts +1 -1
- package/dist/common.js +21 -19
- package/dist/components/Feedback/FeedbackContainer.vue.d.ts +0 -8
- package/dist/components/Feedback/FeedbackDetails.vue.d.ts +1 -1
- package/dist/components/Feedback/FeedbackForm.vue.d.ts +2 -20
- package/dist/components/Message/MessageAppMessage.vue.d.ts +1 -24
- package/dist/components/Message/MessageChangelogNotifications.vue.d.ts +1 -11
- package/dist/components/Message/MessageChangelogNotificationsDetails.vue.d.ts +0 -8
- package/dist/components/Message/MessageEventNotifications.vue.d.ts +1 -11
- package/dist/components/Message/MessageEventNotificationsDetails.vue.d.ts +0 -8
- package/dist/components/Message/MessageHandle.vue.d.ts +28 -88
- package/dist/components/Message/MessageNoticeNotifications.vue.d.ts +1 -11
- package/dist/components/Message/MessageNoticeNotificationsDetails.vue.d.ts +0 -8
- package/dist/components/Message/MessageNotifications.vue.d.ts +1 -11
- package/dist/components/Referrer/ReferrerReferees.vue.d.ts +2 -12
- package/dist/components/User/UserPanel.vue.d.ts +30 -100
- package/dist/composables/useMessageNotifications.d.ts +1 -1
- package/dist/composables.d.ts +1 -1
- package/dist/composables.js +16 -15
- package/dist/feedback.js +2 -2
- package/dist/globalConfig-dtNQA0ZH.js +15 -0
- package/dist/index.js +27 -25
- 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/upload.js +2 -2
- package/dist/{useAuthkitAuthModal-OkUKCIWR.js → useAuthkitAuthModal-C153ZpNb.js} +14 -13
- package/dist/useAuthkitUsersProfile-CT2MN1S5.js +228 -0
- package/dist/useMessageNotifications-DkKSVkdt.js +106 -0
- package/dist/{useUploadCos-uerXQY3P.js → useUploadCos-C3ts0Gpa.js} +1481 -1499
- package/dist/user.d.ts +0 -1
- package/dist/user.js +4 -6
- package/package.json +1 -1
- package/dist/FeedbackModal-D7gtWqMr.js +0 -1077
- package/dist/MessageHandle-DN_JsQb2.js +0 -885
- package/dist/ReferrerReferees-DxNJ2ETq.js +0 -121
- package/dist/composables/useGlobalConfig.d.ts +0 -20
- package/dist/useAuthkitUsersProfile-Diituvy1.js +0 -227
- package/dist/useMessageNotifications-lmP0vJDM.js +0 -105
|
@@ -8,8 +8,8 @@ import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { List as w, ListItem as d, ListItemMeta as p, Avatar as c, Button as x } from "@arco-design/web-vue";
|
|
11
|
-
import { a as $ } from "./useAuthkitAuthModal-
|
|
12
|
-
import { o as T } from "./useAuthkitUsersProfile-
|
|
11
|
+
import { a as $ } from "./useAuthkitAuthModal-C153ZpNb.js";
|
|
12
|
+
import { o as T } from "./useAuthkitUsersProfile-CT2MN1S5.js";
|
|
13
13
|
const U = {
|
|
14
14
|
class: "header"
|
|
15
15
|
}, B = ["href"], L = {
|
|
@@ -145,7 +145,7 @@ const U = {
|
|
|
145
145
|
authorizationCallback: ""
|
|
146
146
|
});
|
|
147
147
|
function g() {
|
|
148
|
-
$(
|
|
148
|
+
$({
|
|
149
149
|
id: t.clientId
|
|
150
150
|
}).then(({
|
|
151
151
|
data: n
|
|
@@ -244,7 +244,7 @@ const U = {
|
|
|
244
244
|
}
|
|
245
245
|
}, "授权后将跳转至", -1)), a("div", E, v(l.value.authorizationCallback), 1)])])]));
|
|
246
246
|
}
|
|
247
|
-
}), te = /* @__PURE__ */ S(F, [["__scopeId", "data-v-
|
|
247
|
+
}), te = /* @__PURE__ */ S(F, [["__scopeId", "data-v-31162e39"]]);
|
|
248
248
|
export {
|
|
249
249
|
ee as A,
|
|
250
250
|
te as a
|
|
@@ -7,8 +7,8 @@ import { _ as g } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
|
-
import {
|
|
11
|
-
import "./FeedbackModal-
|
|
10
|
+
import { u as Z } from "./useUploadCos-C3ts0Gpa.js";
|
|
11
|
+
import "./FeedbackModal-B_W_RWec.js";
|
|
12
12
|
import { Icon as A } from "@iconify/vue";
|
|
13
13
|
const Y = f({
|
|
14
14
|
name: "IconDown",
|
|
@@ -283,10 +283,6 @@ const ie = Object.assign(x, {
|
|
|
283
283
|
appId: {
|
|
284
284
|
type: String,
|
|
285
285
|
required: !0
|
|
286
|
-
},
|
|
287
|
-
prefixUrl: {
|
|
288
|
-
type: String,
|
|
289
|
-
required: !0
|
|
290
286
|
}
|
|
291
287
|
},
|
|
292
288
|
setup(e, {
|
|
@@ -333,7 +329,7 @@ const ie = Object.assign(x, {
|
|
|
333
329
|
_: 3
|
|
334
330
|
}, 8, ["popup-visible", "content-style"]));
|
|
335
331
|
}
|
|
336
|
-
}), Ue = /* @__PURE__ */ g(me, [["__scopeId", "data-v-
|
|
332
|
+
}), Ue = /* @__PURE__ */ g(me, [["__scopeId", "data-v-c2ab0561"]]), fe = {
|
|
337
333
|
style: {
|
|
338
334
|
"margin-bottom": "10px",
|
|
339
335
|
display: "flex",
|