vue-layout-gitcode 1.12.34 → 1.12.35
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-DvgDMvgv.js → GloabarSearch-CEtgWiTd.js} +9 -9
- package/{MenuItem-BJi1TIAW.js → MenuItem-CRrWzBu_.js} +4 -4
- package/{ProjectMenuList-B9ndArm7.js → ProjectMenuList---Zn6tsu.js} +20 -20
- package/{ProjectMenuListV2-C9gbFrMy.js → ProjectMenuListV2-qjzqvCAU.js} +9 -9
- package/{ProjectSearch-CKMlZXBZ.js → ProjectSearch-DKnhz2i-.js} +27 -19
- package/{SearchHistoryList-BI2TtBMA.js → SearchHistoryList-D_WQH3k0.js} +7 -7
- package/{SearchRecommed-D4IS58Qy.js → SearchRecommed-C7iod1dC.js} +7 -7
- package/{SearchScopeList-DF4bvq2k.js → SearchScopeList-lewgMZ_-.js} +6 -6
- package/{UserSearch-DH9xxOrf.js → UserSearch-CyPQD5Rt.js} +6 -6
- package/{index-2l6YPDov.js → index-BG3HvdyT.js} +4 -4
- package/{index-C0Ixjtci.js → index-BsyIPSbg.js} +71 -71
- package/{index-BYIXHuOy.js → index-Cx67TeFL.js} +4027 -2059
- package/{index-COV_1Ik6.js → index-erL3lMa7.js} +2 -2
- package/index.d.ts +508 -478
- package/index.js +20 -13
- package/{notice-B3Mv74nx.js → notice-2WSok1Yq.js} +14 -13
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-C3zC-G_1.js → transWebUrl-ChZBJdJ1.js} +1 -1
package/index.js
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-Cx67TeFL.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
U as
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
a1 as AsideFooterTools,
|
|
4
|
+
Y as AtomCodeLauncher,
|
|
5
|
+
$ as EnterpriseHeader,
|
|
6
|
+
Q as GitCodeAside,
|
|
7
|
+
U as GitCodeAsideV2,
|
|
8
|
+
W as GitCodeHeader,
|
|
9
|
+
a4 as GitCodeLayoutEmitter,
|
|
10
|
+
a6 as HEADER_CREATE_MENU_PATHS,
|
|
11
|
+
Z as HeaderCreateMenu,
|
|
12
|
+
X as HomeHeaderActions,
|
|
13
|
+
P as Login,
|
|
14
|
+
S as SceneValue,
|
|
15
|
+
V as ScrollActiveContainer,
|
|
16
|
+
a0 as SiteAnnouncement,
|
|
17
|
+
O as ToolsFloat,
|
|
11
18
|
B as currentTheme,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
19
|
+
a7 as default,
|
|
20
|
+
a3 as setLayoutConfig,
|
|
21
|
+
a5 as setTheme,
|
|
22
|
+
a2 as useLogin
|
|
16
23
|
};
|
|
@@ -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-Cx67TeFL.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,19 +26,19 @@ 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
|
-
])
|
|
39
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
+
createTextVNode("忽略")
|
|
41
|
+
])),
|
|
42
42
|
_: 1
|
|
43
43
|
}, 8, ["size", "onClick"]),
|
|
44
44
|
createVNode(unref(Button), {
|
|
@@ -47,9 +47,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
47
|
color: "primary",
|
|
48
48
|
onClick: handleConfirm
|
|
49
49
|
}, {
|
|
50
|
-
default: withCtx(() =>
|
|
51
|
-
createTextVNode("修改"
|
|
52
|
-
])
|
|
50
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
51
|
+
createTextVNode("修改")
|
|
52
|
+
])),
|
|
53
53
|
_: 1
|
|
54
54
|
}, 8, ["size"])
|
|
55
55
|
], 2)
|
|
@@ -59,6 +59,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
|
+
const notice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
62
63
|
export {
|
|
63
|
-
|
|
64
|
+
notice as default
|
|
64
65
|
};
|