@huyooo/ui 0.6.6 → 0.6.12
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/{AuthkitAuthModal-GorxR6ZJ.js → AuthkitAuthModal-Bfcu3xeg.js} +132 -133
- package/dist/{AuthkitSignInPhone-CLW_u8AY.js → AuthkitSignInPhone-CZGGn8Ax.js} +1 -1
- package/dist/{FeedbackItem-r5WNpUmu.js → FeedbackItem-8-jd3QUl.js} +1 -1
- package/dist/{FeedbackModal-BmRx3EOj.js → FeedbackModal-scDtV6-8.js} +319 -321
- package/dist/MessageHandle-CRKV0GBm.js +1182 -0
- package/dist/MessageNotifications-CJtKlzc3.js +35 -0
- package/dist/{UserAccountMenu-DHDAWoPE.js → UserAccountMenu-B8dw6I3n.js} +22 -23
- package/dist/{WidthContainer-DzPQ94uA.js → WidthContainer-CdCvKjzU.js} +2 -2
- package/dist/api/Message/ChangelogNotifications.d.ts +46 -2
- package/dist/api/Message/EventNotifications.d.ts +49 -2
- package/dist/api/Message/MessageNotifications.d.ts +55 -5
- package/dist/api/Message/NoticeNotifications.d.ts +54 -2
- package/dist/authkit.js +2 -2
- package/dist/common.js +1 -1
- package/dist/components/LandingPage/LandingPageContact.vue.d.ts +1 -1
- package/dist/components/Message/MessageItem.vue.d.ts +40 -0
- package/dist/components/Message/MessageList.vue.d.ts +31 -92
- package/dist/composables/useMessageList.d.ts +52 -0
- package/dist/composables/useMessageNotifications.d.ts +40 -4
- package/dist/composables.js +1 -1
- package/dist/feedback.js +2 -2
- package/dist/index.js +8 -8
- package/dist/message.js +2 -2
- package/dist/style.css +1 -1
- package/dist/useMessageNotifications-CnWbDToT.js +84 -0
- package/dist/user.js +1 -1
- package/package.json +1 -1
- package/dist/MessageHandle-BlsLRmdj.js +0 -820
- package/dist/useMessageNotifications-BT84SOgI.js +0 -105
|
@@ -11,7 +11,7 @@ import { List as J, ListItem as x, ListItemMeta as T, Avatar as F, Button as R,
|
|
|
11
11
|
import { a as Q } from "./useAuthkitAppsAuthPageInfo-CzZmhPMm.js";
|
|
12
12
|
import { o as W } from "./auth-bwwc2iT8.js";
|
|
13
13
|
import { u as X, a as Y } from "./useAuthkitUsersProfile-hZ9L3rYe.js";
|
|
14
|
-
import { S as U, v as Z, q as L, g as ee, h as te } from "./AuthkitAuthModal-
|
|
14
|
+
import { S as U, v as Z, q as L, g as ee, h as te } from "./AuthkitAuthModal-Bfcu3xeg.js";
|
|
15
15
|
const oe = {
|
|
16
16
|
class: "header"
|
|
17
17
|
}, le = ["href"], ae = {
|
|
@@ -9,7 +9,7 @@ import { _ as g } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { u as Z } from "./useUploadCos-EWMNJjRf.js";
|
|
11
11
|
import { g as A } from "./auth-bwwc2iT8.js";
|
|
12
|
-
import "./FeedbackModal-
|
|
12
|
+
import "./FeedbackModal-scDtV6-8.js";
|
|
13
13
|
import { Icon as Y } from "@iconify/vue";
|
|
14
14
|
const H = f({
|
|
15
15
|
name: "IconDown",
|