@huyooo/ui 0.5.49 → 0.5.51
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-D9KYU2Q_.js → AuthkitAuthModal-bJhi6_gD.js} +5 -5
- package/dist/{AuthkitAuthorize-Dp2O6V8H.js → AuthkitAuthorize-DkATUOHh.js} +2 -2
- package/dist/{Clipboard-CKth2I5_.js → Clipboard-B1S22H4u.js} +1 -1
- package/dist/{Contact-t1jV7DlA.js → Contact-BedOlSzv.js} +4 -4
- package/dist/{FeedbackItem-CRLaflw8.js → FeedbackItem-Dpo--iGm.js} +3 -3
- package/dist/{FeedbackModal-CieTPhns.js → FeedbackModal-CF9_lxXh.js} +3 -3
- package/dist/{MessageHandle-CXNFRd1b.js → MessageHandle-20vJx3hm.js} +3 -3
- package/dist/{PaySubscriptions--3YYjJJQ.js → PaySubscriptions-CK8CP3zA.js} +3 -3
- package/dist/{ReferrerReferees-BTGhLFWg.js → ReferrerReferees-BUbkO2tK.js} +4 -4
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-BRIQece7.js → Upload.vue_vue_type_script_setup_true_lang-CZ26PPi_.js} +2 -2
- package/dist/{UserAccountMenu-kABD5Mgj.js → UserAccountMenu-CWrFWNvu.js} +7 -7
- package/dist/WidthContainer-XtTUnJB8.js +608 -0
- package/dist/{auth-DoFeUkvU.js → auth-BsBlc_B8.js} +2 -1
- package/dist/authkit.js +6 -6
- package/dist/common.js +1 -1
- package/dist/composables.js +9 -9
- package/dist/feedback.js +3 -3
- package/dist/index.js +23 -23
- package/dist/message.js +2 -2
- package/dist/pay.js +1 -1
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-ColL5PT9.js → useAuthkitAppsAuthPageInfo-CoQi1eR1.js} +1 -1
- package/dist/{useAuthkitCreateAndUpdate-sd36XPRm.js → useAuthkitCreateAndUpdate-Cf7nddgv.js} +1 -1
- package/dist/{useAuthkitUsersProfile-DZErSTcF.js → useAuthkitUsersProfile-ChX1jsty.js} +1 -1
- package/dist/{useDownloads-ZE9iJwIA.js → useDownloads-ysVfpJuf.js} +1 -1
- package/dist/{useMessageNotifications-a37WUHHY.js → useMessageNotifications-ChYsrw0-.js} +1 -1
- package/dist/{useSEO-cMg2LHqd.js → useSEO-CEM3X8QG.js} +2 -2
- package/dist/{useTableHandle-CdyzAUWe.js → useTableHandle-C_-K5ipT.js} +1 -1
- package/dist/{useUploadCos-BEzVZoNh.js → useUploadCos-Cn_58MaN.js} +1 -1
- package/dist/user.js +1 -1
- package/package.json +1 -1
- package/dist/WidthContainer-DPR4sEn4.js +0 -626
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-CZ26PPi_.js";
|
|
2
|
+
import { u as s } from "./useUploadCos-Cn_58MaN.js";
|
|
3
3
|
export {
|
|
4
4
|
p as Upload,
|
|
5
5
|
s as useUploadCos
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as l, readonly as b, computed as T } from "vue";
|
|
2
|
-
import { d as y, e as A, f as x, g as i, c as d } from "./auth-
|
|
2
|
+
import { d as y, e as A, f as x, g as i, c as d } from "./auth-BsBlc_B8.js";
|
|
3
3
|
const u = l("signIn"), v = [], w = [], m = [], t = l(null);
|
|
4
4
|
function C() {
|
|
5
5
|
try {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref as I, computed as h, watch as C, toValue as G, isRef as W, hasInjectionContext as B, inject as F, watchEffect as J, getCurrentInstance as Q, onBeforeUnmount as Z, onDeactivated as X, onActivated as Y } from "vue";
|
|
2
2
|
import { useRouter as _, useRoute as x } from "vue-router";
|
|
3
|
-
import { u as R } from "./useAuthkitAppsAuthPageInfo-
|
|
4
|
-
import { a as U } from "./useAuthkitUsersProfile-
|
|
3
|
+
import { u as R } from "./useAuthkitAppsAuthPageInfo-CoQi1eR1.js";
|
|
4
|
+
import { a as U } from "./useAuthkitUsersProfile-ChX1jsty.js";
|
|
5
5
|
const v = I({
|
|
6
6
|
key: "",
|
|
7
7
|
name: ""
|
package/dist/user.js
CHANGED