@huyooo/ui 0.5.4 → 0.5.5
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-MWWzynTx.js → AuthkitAuthModal-BjqMoIed.js} +10 -8
- package/dist/AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js +10 -0
- package/dist/{AuthkitAuthorize-D3vma2FV.js → AuthkitAuthorize-DWb0xKRa.js} +3 -3
- package/dist/{FeedbackItem-C1TqPuuy.js → FeedbackItem-bPlL6uEE.js} +14 -13
- package/dist/{FeedbackModal-CdBaCw5j.js → FeedbackModal-DJx3R3rM.js} +5 -4
- package/dist/Introduce-e3nEDSRY.js +390 -0
- package/dist/LandingPageSectionHeader-Dlc5rL21.js +463 -0
- package/dist/LandingPageSectionTabs-CrFrtbqu.js +1369 -0
- package/dist/{MessageHandle-JzX9UY1a.js → MessageHandle-BJH_S-61.js} +18 -17
- package/dist/{PaySubscriptions-Bak0mpKh.js → PaySubscriptions-BGl9BQru.js} +9 -8
- package/dist/{ReferrerReferees-Cuw4uhVu.js → ReferrerReferees-oi-zzWCo.js} +18 -17
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-DQPtXtJ0.js → Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js} +10 -9
- package/dist/{UserAccountMenu-DD3zoOBd.js → UserAccountMenu-BD8F9vEK.js} +1 -1
- package/dist/{UserPanel-BBB9cA2b.js → UserPanel-C6XusLxb.js} +11 -10
- package/dist/{WidthContainer-Co60dOmv.js → WidthContainer-uWfPyPEH.js} +17 -16
- package/dist/authkit.js +12 -11
- package/dist/common.js +1 -1
- package/dist/components/PrivateCom/BodyAndFooterLayout.vue.d.ts +17 -0
- package/dist/components/PrivateCom/Footer.vue.d.ts +2 -0
- package/dist/components/PrivateCom/Introduce.vue.d.ts +2 -0
- package/dist/composables.js +26 -25
- package/dist/feedback.js +2 -2
- package/dist/index.js +191 -183
- package/dist/landingPage.js +46 -45
- package/dist/main.d.ts +1 -0
- package/dist/message.js +2 -2
- package/dist/pay.js +1 -1
- package/dist/privateCom.d.ts +4 -0
- package/dist/privateCom.js +8 -0
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/upload.js +2 -2
- package/dist/{AuthkitAuthModal.vue_vue_type_style_index_1_lang-B-QKS_BT.js → useAuthkitAppsAuthPageInfo-Dr5K7ULW.js} +16 -23
- package/dist/{useAuthkitUsersProfile-D2UZf7n0.js → useAuthkitUsersProfile-DNOB_Kuk.js} +1 -1
- package/dist/{useMessageNotifications-BahKMcby.js → useMessageNotifications-DOH1MS61.js} +1 -1
- package/dist/{useRoutePermission-DWJ-2G10.js → useRoutePermission-DuZZniIv.js} +17 -16
- package/dist/{useUploadCos-BdIk3m1E.js → useUploadCos-B5P_PDcy.js} +1 -1
- package/dist/user.js +2 -2
- package/package.json +5 -1
- package/dist/LandingPageSectionTabs-uO4kXpj7.js +0 -1825
- /package/dist/{index-DZIhLe1R.js → globalConfig-DZIhLe1R.js} +0 -0
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
import { defineComponent as b, ref as r, createBlock as p, openBlock as l, unref as u, withCtx as y, createVNode as v, createCommentVNode as _, createElementBlock as g, Fragment as T, renderList as z, createElementVNode as $, renderSlot as I, toDisplayString as L, createTextVNode as N, withModifiers as q, normalizeClass as E, watch as R, isRef as F, mergeModels as w, useModel as H, computed as j } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
|
-
|
|
3
|
+
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { Spin as V, Empty as K, Button as G, Divider as J, Breadcrumb as O, BreadcrumbItem as x, Modal as P } from "@arco-design/web-vue";
|
|
7
|
-
import { api as
|
|
7
|
+
import { api as S } from "@huyooo/api";
|
|
8
|
+
import { g as D } from "./globalConfig-DZIhLe1R.js";
|
|
8
9
|
import { TiptapEditor as Q, TiptapTitle as W } from "@huyooo/vue-tiptap";
|
|
9
10
|
import { _ as C } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
10
11
|
/* empty css */
|
|
11
12
|
import { useIntersectionObserver as X } from "@vueuse/core";
|
|
12
|
-
import { u as Y } from "./useMessageNotifications-
|
|
13
|
+
import { u as Y } from "./useMessageNotifications-DOH1MS61.js";
|
|
13
14
|
import { Icon as Z } from "@iconify/vue";
|
|
14
15
|
import { u as ee } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
15
16
|
import { M as te } from "./Menu-BKBnsDJ8.js";
|
|
16
17
|
function ne(a) {
|
|
17
|
-
return
|
|
18
|
-
url: `${
|
|
18
|
+
return S({
|
|
19
|
+
url: `${D.prefixUrl}/restfulApi/messageCenter/changelogNotifications/find`,
|
|
19
20
|
method: "post",
|
|
20
21
|
data: a
|
|
21
22
|
});
|
|
22
23
|
}
|
|
23
24
|
function se(a) {
|
|
24
|
-
return
|
|
25
|
-
url: `${
|
|
25
|
+
return S({
|
|
26
|
+
url: `${D.prefixUrl}/restfulApi/messageCenter/changelogNotifications/findOne`,
|
|
26
27
|
method: "post",
|
|
27
28
|
data: a
|
|
28
29
|
});
|
|
@@ -317,15 +318,15 @@ const ie = /* @__PURE__ */ b({
|
|
|
317
318
|
}
|
|
318
319
|
}), Ne = /* @__PURE__ */ C(ke, [["__scopeId", "data-v-e755c9b4"]]);
|
|
319
320
|
function Ce(a) {
|
|
320
|
-
return
|
|
321
|
-
url: `${
|
|
321
|
+
return S({
|
|
322
|
+
url: `${D.prefixUrl}/restfulApi/messageCenter/eventNotifications/find`,
|
|
322
323
|
method: "post",
|
|
323
324
|
data: a
|
|
324
325
|
});
|
|
325
326
|
}
|
|
326
327
|
function $e(a) {
|
|
327
|
-
return
|
|
328
|
-
url: `${
|
|
328
|
+
return S({
|
|
329
|
+
url: `${D.prefixUrl}/restfulApi/messageCenter/eventNotifications/findOne`,
|
|
329
330
|
method: "post",
|
|
330
331
|
data: a
|
|
331
332
|
});
|
|
@@ -572,15 +573,15 @@ const xe = /* @__PURE__ */ b({
|
|
|
572
573
|
}
|
|
573
574
|
}), Ee = /* @__PURE__ */ C(ze, [["__scopeId", "data-v-7310aa38"]]);
|
|
574
575
|
function Fe(a) {
|
|
575
|
-
return
|
|
576
|
-
url: `${
|
|
576
|
+
return S({
|
|
577
|
+
url: `${D.prefixUrl}/restfulApi/messageCenter/noticeNotifications/find`,
|
|
577
578
|
method: "post",
|
|
578
579
|
data: a
|
|
579
580
|
});
|
|
580
581
|
}
|
|
581
582
|
function Ve(a) {
|
|
582
|
-
return
|
|
583
|
-
url: `${
|
|
583
|
+
return S({
|
|
584
|
+
url: `${D.prefixUrl}/restfulApi/messageCenter/noticeNotifications/findOne`,
|
|
584
585
|
method: "post",
|
|
585
586
|
data: a
|
|
586
587
|
});
|
|
@@ -801,14 +802,14 @@ const Ke = /* @__PURE__ */ b({
|
|
|
801
802
|
onCancel: t
|
|
802
803
|
}, null, 8, ["selected-keys", "menus"]));
|
|
803
804
|
}
|
|
804
|
-
}),
|
|
805
|
+
}), ft = /* @__PURE__ */ C(Qe, [["__scopeId", "data-v-dd5fd3b4"]]);
|
|
805
806
|
export {
|
|
806
807
|
Pe as A,
|
|
807
808
|
Ne as C,
|
|
808
809
|
U as D,
|
|
809
810
|
Te as E,
|
|
810
811
|
ce as I,
|
|
811
|
-
|
|
812
|
+
ft as M,
|
|
812
813
|
He as N,
|
|
813
814
|
ae as _,
|
|
814
815
|
Le as a,
|
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
|
-
|
|
3
|
+
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { defineComponent as D, ref as U, createBlock as B, openBlock as L, unref as a, isRef as M, withCtx as o, createElementVNode as d, createVNode as r, createTextVNode as u, toDisplayString as n } from "vue";
|
|
7
7
|
import { Modal as V, Popconfirm as $, Button as E, Tag as g } from "@arco-design/web-vue";
|
|
8
|
-
import { api as
|
|
8
|
+
import { api as _ } from "@huyooo/api";
|
|
9
|
+
import { g as x } from "./globalConfig-DZIhLe1R.js";
|
|
9
10
|
import { u as H } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
10
11
|
import { u as j } from "./useTableHandle-DKUIdSSh.js";
|
|
11
12
|
import { f as y } from "./index-Bb-d5pBq.js";
|
|
12
13
|
import { C as q } from "./CustomTable-B8i1SbFB.js";
|
|
13
14
|
import { _ as F } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
14
15
|
function G(m) {
|
|
15
|
-
return
|
|
16
|
-
url: `${
|
|
16
|
+
return _({
|
|
17
|
+
url: `${x.prefixUrl}/restfulApi/orders/cancel`,
|
|
17
18
|
method: "post",
|
|
18
19
|
data: m
|
|
19
20
|
});
|
|
20
21
|
}
|
|
21
22
|
function J(m) {
|
|
22
|
-
return
|
|
23
|
-
url: `${
|
|
23
|
+
return _({
|
|
24
|
+
url: `${x.prefixUrl}/restfulApi/orders/myOrders`,
|
|
24
25
|
method: "post",
|
|
25
26
|
data: m
|
|
26
27
|
});
|
|
@@ -272,7 +273,7 @@ const K = [{
|
|
|
272
273
|
_: 1
|
|
273
274
|
}, 8, ["visible", "onCancel"]));
|
|
274
275
|
}
|
|
275
|
-
}),
|
|
276
|
+
}), bt = /* @__PURE__ */ F(at, [["__scopeId", "data-v-8d63590c"]]);
|
|
276
277
|
export {
|
|
277
|
-
|
|
278
|
+
bt as S
|
|
278
279
|
};
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import { g as z } from "./index-DZIhLe1R.js";
|
|
3
2
|
/* empty css */
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
3
|
+
/* empty css */
|
|
4
|
+
import { defineComponent as z, ref as d, createBlock as v, openBlock as g, unref as a, withCtx as _, createElementVNode as n, createVNode as A, createCommentVNode as V, toDisplayString as C, createTextVNode as w } from "vue";
|
|
5
|
+
import { Modal as T } from "@arco-design/web-vue";
|
|
6
|
+
import { api as U } from "@huyooo/api";
|
|
7
|
+
import { g as y } from "./globalConfig-DZIhLe1R.js";
|
|
7
8
|
import { u as B } from "./useTableHandle-DKUIdSSh.js";
|
|
8
9
|
import { C as D } from "./CustomTable-B8i1SbFB.js";
|
|
9
10
|
import { C as E } from "./Clipboard-Bful1lNJ.js";
|
|
10
|
-
import { a as H } from "./useAuthkitUsersProfile-
|
|
11
|
+
import { a as H } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
|
|
11
12
|
import { _ as M } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
12
13
|
function $(f) {
|
|
13
|
-
return
|
|
14
|
-
url: `${
|
|
14
|
+
return U({
|
|
15
|
+
url: `${y.prefixUrl}/restfulApi/referrer/referees`,
|
|
15
16
|
method: "post",
|
|
16
17
|
data: f
|
|
17
18
|
});
|
|
@@ -20,7 +21,7 @@ const j = {
|
|
|
20
21
|
class: "invite-code-section"
|
|
21
22
|
}, q = {
|
|
22
23
|
class: "invite-code-value"
|
|
23
|
-
}, F = /* @__PURE__ */
|
|
24
|
+
}, F = /* @__PURE__ */ z({
|
|
24
25
|
__name: "ReferrerReferees",
|
|
25
26
|
emits: ["cancel"],
|
|
26
27
|
setup(f, {
|
|
@@ -73,9 +74,9 @@ const j = {
|
|
|
73
74
|
}
|
|
74
75
|
return h({
|
|
75
76
|
setData: P
|
|
76
|
-
}), (e,
|
|
77
|
+
}), (e, i) => (g(), v(a(T), {
|
|
77
78
|
visible: r.value,
|
|
78
|
-
"onUpdate:visible":
|
|
79
|
+
"onUpdate:visible": i[0] || (i[0] = (l) => r.value = l),
|
|
79
80
|
title: "被邀请人详情",
|
|
80
81
|
width: "60%",
|
|
81
82
|
"ok-loading": o.value,
|
|
@@ -85,14 +86,14 @@ const j = {
|
|
|
85
86
|
onCancel: N
|
|
86
87
|
}, {
|
|
87
88
|
default: _(() => {
|
|
88
|
-
var
|
|
89
|
-
return [n("div", j, [
|
|
89
|
+
var l, p;
|
|
90
|
+
return [n("div", j, [i[1] || (i[1] = n("div", {
|
|
90
91
|
class: "invite-code-label"
|
|
91
|
-
}, "我的邀请码:", -1)), n("div", q, [n("span", null, C(((
|
|
92
|
+
}, "我的邀请码:", -1)), n("div", q, [n("span", null, C(((l = a(s)) == null ? void 0 : l.referrerId) || "-"), 1), (p = a(s)) != null && p.referrerId ? (g(), v(E, {
|
|
92
93
|
key: 0,
|
|
93
94
|
value: a(s).referrerId,
|
|
94
95
|
message: "邀请码复制成功"
|
|
95
|
-
}, null, 8, ["value"])) :
|
|
96
|
+
}, null, 8, ["value"])) : V("", !0)])]), A(D, {
|
|
96
97
|
columns: k,
|
|
97
98
|
data: a(c),
|
|
98
99
|
loading: o.value,
|
|
@@ -102,14 +103,14 @@ const j = {
|
|
|
102
103
|
}, {
|
|
103
104
|
email: _(({
|
|
104
105
|
record: R
|
|
105
|
-
}) => [
|
|
106
|
+
}) => [w(C(R.refereeInfo.email || "-"), 1)]),
|
|
106
107
|
_: 1
|
|
107
108
|
}, 8, ["data", "loading", "pagination"])];
|
|
108
109
|
}),
|
|
109
110
|
_: 1
|
|
110
111
|
}, 8, ["visible", "ok-loading"]));
|
|
111
112
|
}
|
|
112
|
-
}),
|
|
113
|
+
}), ae = /* @__PURE__ */ M(F, [["__scopeId", "data-v-122fc8d6"]]);
|
|
113
114
|
export {
|
|
114
|
-
|
|
115
|
+
ae as R
|
|
115
116
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import { g as u } from "./index-DZIhLe1R.js";
|
|
3
2
|
/* empty css */
|
|
4
3
|
/* empty css */
|
|
5
4
|
/* empty css */
|
|
6
|
-
|
|
5
|
+
/* empty css */
|
|
6
|
+
import { defineComponent as q, createBlock as y, openBlock as F, unref as S, mergeProps as h, createSlots as C, withCtx as u, renderSlot as p } from "vue";
|
|
7
7
|
import { Upload as I } from "@arco-design/web-vue";
|
|
8
|
-
import { u as _ } from "./useUploadCos-
|
|
9
|
-
|
|
8
|
+
import { u as _ } from "./useUploadCos-B5P_PDcy.js";
|
|
9
|
+
import { g as l } from "./globalConfig-DZIhLe1R.js";
|
|
10
|
+
const O = /* @__PURE__ */ q({
|
|
10
11
|
__name: "Upload",
|
|
11
12
|
props: {
|
|
12
13
|
options: {
|
|
@@ -21,12 +22,12 @@ const N = /* @__PURE__ */ q({
|
|
|
21
22
|
bucket: {
|
|
22
23
|
type: String,
|
|
23
24
|
required: !1,
|
|
24
|
-
default: () =>
|
|
25
|
+
default: () => l.bucket
|
|
25
26
|
},
|
|
26
27
|
region: {
|
|
27
28
|
type: String,
|
|
28
29
|
required: !1,
|
|
29
|
-
default: () =>
|
|
30
|
+
default: () => l.region
|
|
30
31
|
}
|
|
31
32
|
},
|
|
32
33
|
emits: ["progress", "fileFinish", "fail"],
|
|
@@ -73,15 +74,15 @@ const N = /* @__PURE__ */ q({
|
|
|
73
74
|
_: 2
|
|
74
75
|
}, [e.$slots["upload-button"] ? {
|
|
75
76
|
name: "upload-button",
|
|
76
|
-
fn:
|
|
77
|
+
fn: u(() => [p(e.$slots, "upload-button")]),
|
|
77
78
|
key: "0"
|
|
78
79
|
} : void 0, e.$slots["upload-item"] ? {
|
|
79
80
|
name: "upload-item",
|
|
80
|
-
fn:
|
|
81
|
+
fn: u(() => [p(e.$slots, "upload-item")]),
|
|
81
82
|
key: "1"
|
|
82
83
|
} : void 0]), 1040));
|
|
83
84
|
}
|
|
84
85
|
});
|
|
85
86
|
export {
|
|
86
|
-
|
|
87
|
+
O as _
|
|
87
88
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as _, createElementBlock as d, openBlock as m, createElementVNode as e, renderSlot as u, toDisplayString as r, unref as o, createVNode as p } from "vue";
|
|
2
2
|
import { Icon as f } from "@iconify/vue";
|
|
3
|
-
import { a as v } from "./useAuthkitUsersProfile-
|
|
3
|
+
import { a as v } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
|
|
4
4
|
import { _ as h } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const k = {
|
|
6
6
|
class: "UserAccountMenu"
|
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { defineComponent as S, createElementBlock as v, openBlock as u, normalizeStyle as q, normalizeClass as E, createElementVNode as f, computed as M, createBlock as g, createCommentVNode as D, createVNode as i, unref as n, withCtx as a, createTextVNode as m, toDisplayString as C, mergeModels as A, useModel as K, renderSlot as Se, ref as d, Fragment as be } from "vue";
|
|
6
6
|
import { Tag as Ce, Button as T, Avatar as W, Dropdown as Ie, Divider as X, Doption as _ } from "@arco-design/web-vue";
|
|
7
|
-
import { S as we } from "./PaySubscriptions-
|
|
8
|
-
import { R as $e } from "./ReferrerReferees-
|
|
9
|
-
import { a as Y, u as he } from "./useAuthkitUsersProfile-
|
|
10
|
-
import {
|
|
11
|
-
import { g as F } from "./
|
|
12
|
-
import { c as xe, A as Be } from "./AuthkitAuthModal-
|
|
13
|
-
import { d as Me } from "./FeedbackModal-
|
|
14
|
-
import { M as Ae } from "./MessageHandle-
|
|
7
|
+
import { S as we } from "./PaySubscriptions-BGl9BQru.js";
|
|
8
|
+
import { R as $e } from "./ReferrerReferees-oi-zzWCo.js";
|
|
9
|
+
import { a as Y, u as he } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
|
|
10
|
+
import { u as Ue } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
11
|
+
import { g as F } from "./globalConfig-DZIhLe1R.js";
|
|
12
|
+
import { c as xe, A as Be } from "./AuthkitAuthModal-BjqMoIed.js";
|
|
13
|
+
import { d as Me } from "./FeedbackModal-DJx3R3rM.js";
|
|
14
|
+
import { M as Ae } from "./MessageHandle-BJH_S-61.js";
|
|
15
|
+
/* empty css */
|
|
15
16
|
/* empty css */
|
|
16
17
|
import { _ as h } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
17
18
|
/* empty css */
|
|
@@ -568,11 +569,11 @@ const Oe = Object.assign(z, {
|
|
|
568
569
|
onCancel: le
|
|
569
570
|
}))], 64)) : D("", !0)]));
|
|
570
571
|
}
|
|
571
|
-
}),
|
|
572
|
+
}), xt = /* @__PURE__ */ h(at, [["__scopeId", "data-v-9bfab947"]]);
|
|
572
573
|
export {
|
|
573
574
|
Ee as S,
|
|
574
575
|
Xe as U,
|
|
575
576
|
tt as a,
|
|
576
577
|
it as b,
|
|
577
|
-
|
|
578
|
+
xt as c
|
|
578
579
|
};
|
|
@@ -3,10 +3,11 @@ import { _ as l } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { Spin as D } from "@arco-design/web-vue";
|
|
6
|
-
import { c as E } from "./UserPanel-
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
6
|
+
import { c as E } from "./UserPanel-C6XusLxb.js";
|
|
7
|
+
import { u as K } from "./useAuthkitAppsAuthPageInfo-Dr5K7ULW.js";
|
|
8
|
+
import { u as W } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
9
|
+
import { a as G } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
|
|
10
|
+
import { u as N, f as O, w as L, a as F } from "./useRoutePermission-DuZZniIv.js";
|
|
10
11
|
import { useRouter as j, useRoute as J } from "vue-router";
|
|
11
12
|
const Q = {
|
|
12
13
|
class: "ContentHead"
|
|
@@ -33,7 +34,7 @@ const Q = {
|
|
|
33
34
|
const e = o;
|
|
34
35
|
return (s, r) => (t(), n("div", Q, [c("h1", X, k(e.title), 1), e.description ? (t(), n("p", Y, k(e.description), 1)) : p("", !0)]));
|
|
35
36
|
}
|
|
36
|
-
}),
|
|
37
|
+
}), Re = /* @__PURE__ */ l(Z, [["__scopeId", "data-v-209a7bef"]]), ee = {
|
|
37
38
|
class: "HeaderMenus"
|
|
38
39
|
}, te = {
|
|
39
40
|
key: 0,
|
|
@@ -186,11 +187,11 @@ const Q = {
|
|
|
186
187
|
setup(o) {
|
|
187
188
|
const e = o, {
|
|
188
189
|
show: s
|
|
189
|
-
} =
|
|
190
|
+
} = W(), {
|
|
190
191
|
isLoggedIn: r
|
|
191
192
|
} = G(), {
|
|
192
193
|
appsData: a
|
|
193
|
-
} =
|
|
194
|
+
} = K(), {
|
|
194
195
|
menus: u,
|
|
195
196
|
hasPermission: h
|
|
196
197
|
} = N(e.menuType), g = x(""), m = j(), v = J();
|
|
@@ -276,7 +277,7 @@ const Q = {
|
|
|
276
277
|
}))])], 4);
|
|
277
278
|
};
|
|
278
279
|
}
|
|
279
|
-
}),
|
|
280
|
+
}), Ve = /* @__PURE__ */ l(ye, [["__scopeId", "data-v-c86c5eb9"]]), be = /* @__PURE__ */ f({
|
|
280
281
|
__name: "Gradientbackground",
|
|
281
282
|
props: {
|
|
282
283
|
width: {
|
|
@@ -337,7 +338,7 @@ const Q = {
|
|
|
337
338
|
style: S(r.value)
|
|
338
339
|
}, null, 4)], 4));
|
|
339
340
|
}
|
|
340
|
-
}),
|
|
341
|
+
}), De = /* @__PURE__ */ l(be, [["__scopeId", "data-v-b6461ac4"]]), ke = {
|
|
341
342
|
class: "SvgIcon"
|
|
342
343
|
}, Se = ["href", "fill"], we = /* @__PURE__ */ f({
|
|
343
344
|
__name: "SvgIcon",
|
|
@@ -364,20 +365,20 @@ const Q = {
|
|
|
364
365
|
fill: e.color
|
|
365
366
|
}, null, 8, Se)]));
|
|
366
367
|
}
|
|
367
|
-
}),
|
|
368
|
+
}), Ee = /* @__PURE__ */ l(we, [["__scopeId", "data-v-0a9de94e"]]), $e = {}, Ie = {
|
|
368
369
|
class: "WidthContainer"
|
|
369
370
|
};
|
|
370
371
|
function Ce(o, e) {
|
|
371
372
|
return t(), n("div", Ie, [V(o.$slots, "default", {}, void 0, !0)]);
|
|
372
373
|
}
|
|
373
|
-
const
|
|
374
|
+
const Ke = /* @__PURE__ */ l($e, [["render", Ce], ["__scopeId", "data-v-d06aac1f"]]);
|
|
374
375
|
export {
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
376
|
+
Re as C,
|
|
377
|
+
Ve as D,
|
|
378
|
+
De as G,
|
|
378
379
|
_e as H,
|
|
379
380
|
le as L,
|
|
380
|
-
|
|
381
|
-
|
|
381
|
+
Ee as S,
|
|
382
|
+
Ke as W,
|
|
382
383
|
ie as a
|
|
383
384
|
};
|
package/dist/authkit.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { A as a, a as s, c as u, b as A, n as h, E as e, k as r, l as
|
|
2
|
-
import { A as y, a as E } from "./AuthkitAuthorize-
|
|
3
|
-
import { u as C
|
|
4
|
-
import { u as
|
|
5
|
-
import { u as
|
|
1
|
+
import { A as a, a as s, c as u, b as A, n as h, E as e, k as r, l as o, _ as k, O as n, f as d, o as p, P as f, j as m, R as P, S, i as g, m as l, d as w, e as U, g as c, h as x } from "./AuthkitAuthModal-BjqMoIed.js";
|
|
2
|
+
import { A as y, a as E } from "./AuthkitAuthorize-DWb0xKRa.js";
|
|
3
|
+
import { u as C } from "./useAuthkitAppsAuthPageInfo-Dr5K7ULW.js";
|
|
4
|
+
import { u as V, a as b } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
|
|
5
|
+
import { u as B } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
6
|
+
import { u as j } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
6
7
|
export {
|
|
7
8
|
a as AuthkitAppSetting,
|
|
8
9
|
s as AuthkitAuth,
|
|
@@ -13,8 +14,8 @@ export {
|
|
|
13
14
|
h as AuthkitEmailBinding,
|
|
14
15
|
e as AuthkitEmailUpdate,
|
|
15
16
|
r as AuthkitEmailVerify,
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
o as AuthkitGithubBinding,
|
|
18
|
+
k as AuthkitOAuthItem,
|
|
18
19
|
n as AuthkitOAuthList,
|
|
19
20
|
d as AuthkitPasswordAuth,
|
|
20
21
|
p as AuthkitPasswordUpdate,
|
|
@@ -29,8 +30,8 @@ export {
|
|
|
29
30
|
c as AuthkitSwitchSignIn,
|
|
30
31
|
x as AuthkitSwitchSignUpOrResetPassword,
|
|
31
32
|
C as useAuthkitAppsAuthPageInfo,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
V as useAuthkitAuth,
|
|
34
|
+
B as useAuthkitAuthModal,
|
|
35
|
+
j as useAuthkitCreateAndUpdate,
|
|
36
|
+
b as useAuthkitUsersProfile
|
|
36
37
|
};
|
package/dist/common.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as s, a as o } from "./CollapseItem-Cw1vcdLu.js";
|
|
2
|
-
import { C as r, D as n, G as l, H as C, a as m, L as p, S as u, W as d } from "./WidthContainer-
|
|
2
|
+
import { C as r, D as n, G as l, H as C, a as m, L as p, S as u, W as d } from "./WidthContainer-uWfPyPEH.js";
|
|
3
3
|
import { C as i, E as x } from "./CustomTable-B8i1SbFB.js";
|
|
4
4
|
import { M, a as g } from "./Menu-BKBnsDJ8.js";
|
|
5
5
|
export {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
package/dist/composables.js
CHANGED
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
import { u as
|
|
2
|
-
import { u
|
|
3
|
-
import { u as
|
|
4
|
-
import { u as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { u as
|
|
8
|
-
import { u as
|
|
9
|
-
import {
|
|
1
|
+
import { u as o, a } from "./useAuthkitUsersProfile-DNOB_Kuk.js";
|
|
2
|
+
import { u } from "./AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js";
|
|
3
|
+
import { u as i } from "./useAuthkitAppsAuthPageInfo-Dr5K7ULW.js";
|
|
4
|
+
import { u as n } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
5
|
+
import { u as m } from "./useMessageNotifications-DOH1MS61.js";
|
|
6
|
+
import { g as h, s as l } from "./globalConfig-DZIhLe1R.js";
|
|
7
|
+
import { a as d, u as g, b as C } from "./useDownloads-CHe228Vf.js";
|
|
8
|
+
import { u as b } from "./useTableHandle-DKUIdSSh.js";
|
|
9
|
+
import { u as M } from "./useUploadCos-B5P_PDcy.js";
|
|
10
|
+
import { f as U, u as c, a as D, w as T } from "./useRoutePermission-DuZZniIv.js";
|
|
10
11
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
U as findMenuPath,
|
|
13
|
+
h as globalConfig,
|
|
14
|
+
l as setGlobalConfig,
|
|
14
15
|
d as useActiveDoc,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
16
|
+
c as useAuthMenu,
|
|
17
|
+
i as useAuthkitAppsAuthPageInfo,
|
|
18
|
+
o as useAuthkitAuth,
|
|
19
|
+
u as useAuthkitAuthModal,
|
|
20
|
+
n as useAuthkitCreateAndUpdate,
|
|
21
|
+
a as useAuthkitUsersProfile,
|
|
22
|
+
g as useCommonCreateAndUpdate,
|
|
23
|
+
C as useDownloads,
|
|
24
|
+
m as useMessageNotifications,
|
|
25
|
+
D as useRoutePermission,
|
|
26
|
+
b as useTableHandle,
|
|
27
|
+
M as useUploadCos,
|
|
28
|
+
T as withViewTransition
|
|
28
29
|
};
|
package/dist/feedback.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-
|
|
1
|
+
import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-DJx3R3rM.js";
|
|
2
2
|
import { C as r } from "./Clipboard-Bful1lNJ.js";
|
|
3
|
-
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-
|
|
3
|
+
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-bPlL6uEE.js";
|
|
4
4
|
export {
|
|
5
5
|
r as Clipboard,
|
|
6
6
|
b as FeedbackBubbleEnd,
|