vue-layout-gitcode 1.12.12 → 1.12.14
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-X6I2pMlN.js → GloabarSearch-WUU-6ytG.js} +4 -4
- package/{MenuItem-DJk0KWSP.js → MenuItem-_Zwq5jpi.js} +2 -2
- package/{ProjectMenuList-DHFpbQXp.js → ProjectMenuList-BwGX02gW.js} +11 -11
- package/{ProjectMenuListV2-qW0kW8BB.js → ProjectMenuListV2-CtxnK6rz.js} +4 -4
- package/{ProjectSearch-Cz9Vle9G.js → ProjectSearch-DCAtcvSv.js} +2 -2
- package/{SearchHistoryList-BQk5tIO1.js → SearchHistoryList-SfXAAJII.js} +6 -6
- package/{SearchPrefixTag-DcF4bH2q.js → SearchPrefixTag-B6JvWVGf.js} +4 -4
- package/{SearchRecommed-hd2z7Ldd.js → SearchRecommed-i9tN03O7.js} +3 -3
- package/{SearchScopeList-zrU2IOei.js → SearchScopeList-B0XWemWi.js} +4 -4
- package/{UserSearch-CfX4NkpN.js → UserSearch-WceE6qE_.js} +2 -2
- package/{index-DH88X6vt.js → index--_nHlr5T.js} +42 -42
- package/{index-DfZHyOG4.js → index-BlCnbgAU.js} +1030 -949
- package/{index-t3ttyMJR.js → index-C8jg8ELo.js} +2 -2
- package/{index-C5ZeT-nA.js → index-CWOH-qdm.js} +4 -4
- package/index.d.ts +584 -750
- package/index.js +10 -10
- package/{notice-DI46R8Sc.js → notice-DxJbtsv_.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-B13gf3iY.js → transWebUrl-ByXTM-K3.js} +1 -1
package/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { M, N, O, P, Q, S, U, V, B, W, X, Y, Z } from "./index-BlCnbgAU.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
M as EnterpriseHeader,
|
|
4
|
+
N as GitCodeAside,
|
|
5
|
+
O as GitCodeHeader,
|
|
6
|
+
P as GitCodeLayoutEmitter,
|
|
7
|
+
Q as Login,
|
|
8
8
|
S as SceneValue,
|
|
9
9
|
U as SiteAnnouncement,
|
|
10
|
-
|
|
10
|
+
V as ToolsFloat,
|
|
11
11
|
B as currentTheme,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
W as default,
|
|
13
|
+
X as setLayoutConfig,
|
|
14
14
|
Y as setTheme,
|
|
15
|
-
|
|
15
|
+
Z 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, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-BlCnbgAU.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: __props.onClose,
|
|
37
37
|
class: "mr-[8px]"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
-
createTextVNode("忽略")
|
|
41
|
-
])),
|
|
39
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
40
|
+
createTextVNode("忽略", -1)
|
|
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(() => _cache[2] || (_cache[2] = [
|
|
51
|
-
createTextVNode("修改")
|
|
52
|
-
])),
|
|
50
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
51
|
+
createTextVNode("修改", -1)
|
|
52
|
+
])]),
|
|
53
53
|
_: 1
|
|
54
54
|
}, 8, ["size"])
|
|
55
55
|
], 2)
|