vue-layout-gitcode 1.12.7 → 1.12.8-beta.2
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/{GloabarSearch-Cpxuwb27.js → GloabarSearch-R4ZLzMyG.js} +9 -9
- package/{MenuItem-DYgx89qW.js → MenuItem-B-MDIQ3X.js} +4 -4
- package/{ProjectMenuList-Dh2flJMb.js → ProjectMenuList-Cs9bYK2A.js} +20 -20
- package/{ProjectMenuListV2-C1Z1FInh.js → ProjectMenuListV2-CnRIARns.js} +9 -9
- package/{ProjectSearch-s9CLtbK_.js → ProjectSearch-CZ_4MFjt.js} +27 -19
- package/{SearchHistoryList-5UDery8d.js → SearchHistoryList-NXpDHNJX.js} +13 -13
- package/{SearchPrefixTag-ae8nPEXs.js → SearchPrefixTag-DzqX27dh.js} +6 -6
- package/{SearchRecommed-Dht0jtkY.js → SearchRecommed-DprkjfIM.js} +7 -7
- package/{SearchScopeList-BG8vDqX7.js → SearchScopeList-D4FEnJkW.js} +8 -8
- package/{UserSearch-D7p2-CKa.js → UserSearch-CVK2FaCl.js} +6 -6
- package/{index-D29zxHIq.js → index-C7NEcXBS.js} +2 -2
- package/{index-BYsy4XQg.js → index-DPUPmPWo.js} +1162 -1241
- package/{index-BswgX3iL.js → index-DcnPLSQ9.js} +6 -5
- package/{index-CJVU3tJp.js → index-tVgoNASl.js} +77 -74
- package/index.d.ts +750 -580
- package/index.js +10 -10
- package/{notice-BgJXeRJ4.js → notice-CQ7Sb01W.js} +18 -15
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-BiwPfkPN.js → transWebUrl-Fff33IQH.js} +1 -1
package/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Q, O, P, X, N, S, U, M, B, Z, W, Y, V } from "./index-DPUPmPWo.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
Q as EnterpriseHeader,
|
|
4
|
+
O as GitCodeAside,
|
|
5
|
+
P as GitCodeHeader,
|
|
6
|
+
X as GitCodeLayoutEmitter,
|
|
7
|
+
N as Login,
|
|
8
8
|
S as SceneValue,
|
|
9
9
|
U as SiteAnnouncement,
|
|
10
|
-
|
|
10
|
+
M as ToolsFloat,
|
|
11
11
|
B as currentTheme,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
Z as default,
|
|
13
|
+
W as setLayoutConfig,
|
|
14
14
|
Y as setTheme,
|
|
15
|
-
|
|
15
|
+
V as useLogin
|
|
16
16
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, computed,
|
|
2
|
-
import { i as isPhone, u as useModel } from "./index-
|
|
1
|
+
import { defineComponent, computed, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
+
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-DPUPmPWo.js";
|
|
3
3
|
import { Notification } from "vue-devui-lal/notification";
|
|
4
4
|
import { Button } from "vue-devui-lal/button";
|
|
5
5
|
import "vue-devui-lal/notification/style.css";
|
|
@@ -26,20 +26,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26
26
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
27
27
|
}, {
|
|
28
28
|
default: withCtx(() => [
|
|
29
|
-
_cache[3] || (_cache[3] = createElementVNode("div", { class: "
|
|
29
|
+
_cache[3] || (_cache[3] = createElementVNode("div", { class: "email-notice__text" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
|
|
30
30
|
createElementVNode("div", {
|
|
31
|
-
class: normalizeClass([isMobile.value ? "
|
|
31
|
+
class: normalizeClass(["email-notice__actions", isMobile.value ? "email-notice__actions--mb" : "email-notice__actions--pc"])
|
|
32
32
|
}, [
|
|
33
33
|
createVNode(unref(Button), {
|
|
34
34
|
variant: "outline",
|
|
35
35
|
size: isMobile.value ? "sm" : "md",
|
|
36
|
-
onClick:
|
|
37
|
-
class: "
|
|
36
|
+
onClick: _ctx.onClose,
|
|
37
|
+
class: "email-notice__btn-ignore"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() =>
|
|
40
|
-
createTextVNode("忽略"
|
|
41
|
-
])
|
|
42
|
-
_: 1
|
|
39
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
+
createTextVNode("忽略")
|
|
41
|
+
])),
|
|
42
|
+
_: 1,
|
|
43
|
+
__: [1]
|
|
43
44
|
}, 8, ["size", "onClick"]),
|
|
44
45
|
createVNode(unref(Button), {
|
|
45
46
|
variant: "solid",
|
|
@@ -47,10 +48,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
48
|
color: "primary",
|
|
48
49
|
onClick: handleConfirm
|
|
49
50
|
}, {
|
|
50
|
-
default: withCtx(() =>
|
|
51
|
-
createTextVNode("修改"
|
|
52
|
-
])
|
|
53
|
-
_: 1
|
|
51
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
|
+
createTextVNode("修改")
|
|
53
|
+
])),
|
|
54
|
+
_: 1,
|
|
55
|
+
__: [2]
|
|
54
56
|
}, 8, ["size"])
|
|
55
57
|
], 2)
|
|
56
58
|
]),
|
|
@@ -59,6 +61,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
59
61
|
};
|
|
60
62
|
}
|
|
61
63
|
});
|
|
64
|
+
const notice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
62
65
|
export {
|
|
63
|
-
|
|
66
|
+
notice as default
|
|
64
67
|
};
|