@huyooo/ui 0.4.55 → 0.4.56
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.
|
@@ -326,7 +326,7 @@ const Ae = Object.assign(A, {
|
|
|
326
326
|
class: "UserPanel"
|
|
327
327
|
}, tt = /* @__PURE__ */ _({
|
|
328
328
|
__name: "UserPanel",
|
|
329
|
-
emits: ["toHomePage", "signOut", "
|
|
329
|
+
emits: ["toHomePage", "signOut", "signIn"],
|
|
330
330
|
setup(e, {
|
|
331
331
|
emit: t
|
|
332
332
|
}) {
|
|
@@ -359,7 +359,7 @@ const Ae = Object.assign(A, {
|
|
|
359
359
|
U.value = Symbol("key");
|
|
360
360
|
}
|
|
361
361
|
function S() {
|
|
362
|
-
Z.value = !0, m("
|
|
362
|
+
Z.value = !0, m("signIn");
|
|
363
363
|
}
|
|
364
364
|
h(() => {
|
|
365
365
|
r();
|
|
@@ -520,7 +520,7 @@ const Ae = Object.assign(A, {
|
|
|
520
520
|
onCancel: oe
|
|
521
521
|
}))], 64)) : M("", !0)]));
|
|
522
522
|
}
|
|
523
|
-
}), Ct = /* @__PURE__ */ I(tt, [["__scopeId", "data-v-
|
|
523
|
+
}), Ct = /* @__PURE__ */ I(tt, [["__scopeId", "data-v-90871a9c"]]);
|
|
524
524
|
export {
|
|
525
525
|
je as S,
|
|
526
526
|
Ct as U,
|
package/dist/common.js
CHANGED
|
@@ -3,7 +3,7 @@ import { C as t, G as n, S as p, W as m } from "./WidthContainer-D795bWdT.js";
|
|
|
3
3
|
import { C as i, E as l } from "./CustomTable-JflAYS8i.js";
|
|
4
4
|
import { I as x } from "./MessageHandle-Dt6rb0rg.js";
|
|
5
5
|
import { M as d, a as b } from "./Menu-Cxo8Rpu3.js";
|
|
6
|
-
import { S as U, b as g, c as I, a as S, U as v } from "./UserPanel-
|
|
6
|
+
import { S as U, b as g, c as I, a as S, U as v } from "./UserPanel-BgTodw-_.js";
|
|
7
7
|
import { S as B } from "./PaySubscriptions-B42IdT-5.js";
|
|
8
8
|
import { R as M } from "./ReferrerReferees-CvuUodDZ.js";
|
|
9
9
|
import { _ as H } from "./Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
-
|
|
2
|
+
signIn: (...args: any[]) => void;
|
|
3
3
|
toHomePage: (...args: any[]) => void;
|
|
4
4
|
signOut: (...args: any[]) => void;
|
|
5
5
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
6
|
-
|
|
6
|
+
onSignIn?: ((...args: any[]) => any) | undefined;
|
|
7
7
|
onToHomePage?: ((...args: any[]) => any) | undefined;
|
|
8
8
|
onSignOut?: ((...args: any[]) => any) | undefined;
|
|
9
9
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import { C as ds, a as us } from "./CollapseItem-Cw1vcdLu.js";
|
|
|
14
14
|
import { C as Ps, G as cs, S as Ls, W as fs } from "./WidthContainer-D795bWdT.js";
|
|
15
15
|
import { C as ps, E as ms } from "./CustomTable-JflAYS8i.js";
|
|
16
16
|
import { M as ls, a as bs } from "./Menu-Cxo8Rpu3.js";
|
|
17
|
-
import { S as Ms, b as Ss, c as xs, a as Fs, U as Is, S as Us } from "./UserPanel-
|
|
17
|
+
import { S as Ms, b as Ss, c as xs, a as Fs, U as Is, S as Us } from "./UserPanel-BgTodw-_.js";
|
|
18
18
|
import { S as Bs, S as Ns } from "./PaySubscriptions-B42IdT-5.js";
|
|
19
19
|
import { R as ws, R as Ds } from "./ReferrerReferees-CvuUodDZ.js";
|
|
20
20
|
import { _ as vs } from "./Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js";
|