vue-layout-gitcode 1.11.9 → 1.12.0
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-91A6wrvj.js → GloabarSearch-CD2KejZ1.js} +4 -4
- package/{MenuItem-BVINvSGW.js → MenuItem-BuMKe5YD.js} +6 -19
- package/{ProjectMenuList-DUu1KMLN.js → ProjectMenuList-D9Z5DE-a.js} +74 -21
- package/{ProjectMenuListV2-CdEFG8K2.js → ProjectMenuListV2-B25g8wnE.js} +4 -4
- package/{ProjectSearch-BH18p9pb.js → ProjectSearch-CfQVFeuE.js} +2 -2
- package/{SearchHistoryList-BdEzvpAl.js → SearchHistoryList-CbbOlcNl.js} +6 -6
- package/{SearchPrefixTag-TgEVgvvw.js → SearchPrefixTag-DfxF027m.js} +4 -4
- package/{SearchRecommed-DMc_cpwA.js → SearchRecommed-BkpSafB7.js} +3 -3
- package/{SearchScopeList-3_8o-XH5.js → SearchScopeList-D8_DyXnM.js} +4 -4
- package/{UserSearch-dVyT-g5X.js → UserSearch-CTI8tJKs.js} +2 -2
- package/{index-BkKz6ul1.js → index-BPe8as0J.js} +42 -42
- package/{index-C6Lx-tXg.js → index-DC_Q8N6x.js} +2 -2
- package/{index-DJFGf8D7.js → index-Dxz_T-4z.js} +2110 -1459
- package/{index-DElXrUuD.js → index-mHzCSK_T.js} +4 -4
- package/index.d.ts +754 -452
- package/index.js +11 -10
- package/{notice-ZZODW7f-.js → notice-DnrDKUoE.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-5tFpNBo4.js → transWebUrl-B2LWS_OE.js} +1 -1
package/index.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Q, O, P, X, N, S, U, M, B, Z, W, Y, V } from "./index-Dxz_T-4z.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
Q as EnterpriseHeader,
|
|
4
|
+
O as GitCodeAside,
|
|
5
|
+
P as GitCodeHeader,
|
|
6
|
+
X as GitCodeLayoutEmitter,
|
|
7
|
+
N as Login,
|
|
7
8
|
S as SceneValue,
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
U as SiteAnnouncement,
|
|
10
|
+
M as ToolsFloat,
|
|
10
11
|
B as currentTheme,
|
|
11
|
-
|
|
12
|
+
Z as default,
|
|
12
13
|
W as setLayoutConfig,
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
Y as setTheme,
|
|
15
|
+
V as useLogin
|
|
15
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 } from "./index-Dxz_T-4z.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";
|
|
@@ -33,12 +33,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
33
33
|
createVNode(unref(Button), {
|
|
34
34
|
variant: "outline",
|
|
35
35
|
size: isMobile.value ? "sm" : "md",
|
|
36
|
-
onClick:
|
|
36
|
+
onClick: _ctx.onClose,
|
|
37
37
|
class: "mr-[8px]"
|
|
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)
|