@huyooo/ui 0.5.27 → 0.5.30
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-P9GI9wIQ.js → AuthkitAuthModal-BUicw-gi.js} +15 -15
- package/dist/{AuthkitAuthorize-Bv2MspFC.js → AuthkitAuthorize--PZTQ6P_.js} +1 -1
- package/dist/{Clipboard-CIWjWQOZ.js → Clipboard-07wvmu-K.js} +3 -2
- package/dist/{CustomTable-BGm0KdAy.js → CustomTable-B8i1SbFB.js} +3 -2
- package/dist/{FeedbackItem-DLJhHHDM.js → FeedbackItem-CdNcEvhG.js} +9 -10
- package/dist/{FeedbackModal-OsCK3NqC.js → FeedbackModal-BmQ-U6uw.js} +18 -17
- package/dist/LandingPageSectionTabs-DF0LV5IB.js +1233 -0
- package/dist/{MessageHandle-CdOMmp4n.js → MessageHandle-B7xIxdar.js} +1 -1
- package/dist/{PaySubscriptions-DVhnjdi3.js → PaySubscriptions-DW5TFQLM.js} +5 -6
- package/dist/{ReferrerReferees-Bfu2z-0W.js → ReferrerReferees-B74Ti5ip.js} +3 -3
- package/dist/{UserAccountMenu-AhID9xxq.js → UserAccountMenu-CBcYE5WO.js} +12 -10
- package/dist/{WidthContainer-BACUO8zY.js → WidthContainer-CLh37Was.js} +4 -4
- package/dist/authkit.js +3 -3
- package/dist/common.js +2 -2
- package/dist/components/LandingPage/LandingPageShowcase.vue.d.ts +20 -17
- package/dist/composables.js +3 -3
- package/dist/feedback.js +3 -3
- package/dist/index.js +16 -16
- package/dist/landingPage.js +1 -1
- package/dist/message.js +1 -1
- package/dist/pay.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/useAuthkitCreateAndUpdate-C7pOKxNA.js +25 -0
- package/dist/{useDownloads-BpQUd6AV.js → useDownloads-B7Leb86s.js} +5 -4
- package/dist/{useTableHandle-DujKY4Bl.js → useTableHandle-DGz8Wwsj.js} +15 -14
- package/dist/user.js +1 -1
- package/package.json +1 -1
- package/dist/LandingPageSectionTabs-DTVCmfyQ.js +0 -58318
- package/dist/useAuthkitCreateAndUpdate-BpTxxKc0.js +0 -24
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import "./auth-B864DrVx.js";
|
|
3
|
+
import { Message as u } from "@arco-design/web-vue";
|
|
4
|
+
import { ref as e } from "vue";
|
|
5
|
+
function h(s) {
|
|
6
|
+
const n = e(!1), a = e(), o = e(!1), c = e(""), t = e("");
|
|
7
|
+
function l(r) {
|
|
8
|
+
u.success(r), o.value = !1, n.value = !1, s("confirm");
|
|
9
|
+
}
|
|
10
|
+
function f() {
|
|
11
|
+
o.value = !1, console.log("handleClose"), s("cancel");
|
|
12
|
+
}
|
|
13
|
+
return {
|
|
14
|
+
loading: n,
|
|
15
|
+
formRef: a,
|
|
16
|
+
submitSuccess: l,
|
|
17
|
+
modelType: c,
|
|
18
|
+
changeType: t,
|
|
19
|
+
show: o,
|
|
20
|
+
handleCancel: f
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
h as u
|
|
25
|
+
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
+
import "./auth-B864DrVx.js";
|
|
2
3
|
import { Message as v } from "@arco-design/web-vue";
|
|
3
4
|
import { ref as n } from "vue";
|
|
4
|
-
function
|
|
5
|
+
function g(l) {
|
|
5
6
|
const s = n(!1), r = n(), a = n(!1), d = n(""), f = n("");
|
|
6
7
|
function e(o) {
|
|
7
8
|
v.success(o), a.value = !1, s.value = !1, l("confirm");
|
|
@@ -20,7 +21,7 @@ function m(l) {
|
|
|
20
21
|
};
|
|
21
22
|
}
|
|
22
23
|
let u = null, i = "", t = null;
|
|
23
|
-
function
|
|
24
|
+
function D() {
|
|
24
25
|
const l = n([]), s = n(!1), r = n(""), a = n("");
|
|
25
26
|
async function d({
|
|
26
27
|
versionApi: f
|
|
@@ -67,6 +68,6 @@ function g() {
|
|
|
67
68
|
};
|
|
68
69
|
}
|
|
69
70
|
export {
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
D as a,
|
|
72
|
+
g as u
|
|
72
73
|
};
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
+
import "./auth-B864DrVx.js";
|
|
2
3
|
import { Message as O } from "@arco-design/web-vue";
|
|
3
4
|
import { ref as t } from "vue";
|
|
4
|
-
function
|
|
5
|
+
function A(r) {
|
|
5
6
|
const f = t(r), p = t(!1), u = t(!1), a = t({
|
|
6
7
|
total: 0,
|
|
7
8
|
current: 1,
|
|
8
9
|
pageSize: 10,
|
|
9
10
|
showTotal: !0,
|
|
10
11
|
showPageSize: !0
|
|
11
|
-
}),
|
|
12
|
-
function
|
|
12
|
+
}), m = t([]), o = t(), i = t(Symbol("key")), l = t(), s = t(Symbol("key")), n = t(), c = t(Symbol("key"));
|
|
13
|
+
function v(e) {
|
|
13
14
|
o.value.setData(e, !0, "edit");
|
|
14
15
|
}
|
|
15
|
-
function
|
|
16
|
+
function y(e) {
|
|
16
17
|
n.value.setData(e, !0, "view");
|
|
17
18
|
}
|
|
18
19
|
function g() {
|
|
@@ -22,13 +23,13 @@ function h(r) {
|
|
|
22
23
|
a.value.current = e, a.value.pageSize = C;
|
|
23
24
|
};
|
|
24
25
|
function S() {
|
|
25
|
-
|
|
26
|
+
i.value = Symbol("key");
|
|
26
27
|
}
|
|
27
28
|
function D() {
|
|
28
|
-
|
|
29
|
+
s.value = Symbol("key");
|
|
29
30
|
}
|
|
30
31
|
function b(e) {
|
|
31
|
-
|
|
32
|
+
l.value.setData(e, !0);
|
|
32
33
|
}
|
|
33
34
|
function k() {
|
|
34
35
|
c.value = Symbol("key");
|
|
@@ -41,17 +42,17 @@ function h(r) {
|
|
|
41
42
|
}
|
|
42
43
|
return {
|
|
43
44
|
CreateAndUpdateRef: o,
|
|
44
|
-
CreateAndUpdateKey:
|
|
45
|
-
OperationLogRef:
|
|
46
|
-
OperationLogKey:
|
|
45
|
+
CreateAndUpdateKey: i,
|
|
46
|
+
OperationLogRef: l,
|
|
47
|
+
OperationLogKey: s,
|
|
47
48
|
DetailsRef: n,
|
|
48
49
|
DetailsKey: c,
|
|
49
50
|
pagination: a,
|
|
50
51
|
title: f,
|
|
51
|
-
edit:
|
|
52
|
+
edit: v,
|
|
52
53
|
create: g,
|
|
53
|
-
view:
|
|
54
|
-
dataSource:
|
|
54
|
+
view: y,
|
|
55
|
+
dataSource: m,
|
|
55
56
|
setPage: d,
|
|
56
57
|
cancel: S,
|
|
57
58
|
OperationLogCancel: D,
|
|
@@ -64,5 +65,5 @@ function h(r) {
|
|
|
64
65
|
};
|
|
65
66
|
}
|
|
66
67
|
export {
|
|
67
|
-
|
|
68
|
+
A as u
|
|
68
69
|
};
|
package/dist/user.js
CHANGED