vue-layout-gitcode 1.10.24 → 1.10.26
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-Dy6W6OkO.js → GloabarSearch-DH4AXgFK.js} +3 -3
- package/{MenuItem-C93sdsWo.js → MenuItem-PymVxImE.js} +1 -1
- package/{ProjectMenuList-BcYnW7Q4.js → ProjectMenuList-E8T6142U.js} +8 -8
- package/{ProjectMenuListV2-CtVQl85R.js → ProjectMenuListV2-D0QRoPZ5.js} +3 -3
- package/{ProjectSearch-Dhe-X9Em.js → ProjectSearch-BTMOTQ8o.js} +1 -1
- package/{SearchHistoryList-Cz45g-bR.js → SearchHistoryList-f37pnpKm.js} +5 -5
- package/{SearchPrefixTag-DJrVmChj.js → SearchPrefixTag-COmvSKtj.js} +3 -3
- package/{SearchRecommed-C2YDv-Mn.js → SearchRecommed-BH6kbS2E.js} +2 -2
- package/{SearchScopeList-CkhpmDOk.js → SearchScopeList-CBUJFJCQ.js} +3 -3
- package/{UserSearch-BoZS91mv.js → UserSearch-CRDfNlws.js} +1 -1
- package/{index-CsVagXVg.js → index-CTJVvaso.js} +1 -2
- package/{index-BhWyqcUM.js → index-DrgG5ulv.js} +41 -41
- package/{index-Djw6-zVH.js → index-tKVuFERh.js} +3 -4
- package/{index-BfRwFz0M.js → index-w9W-cOEw.js} +992 -924
- package/index.js +11 -11
- package/{notice-vvpcgnUy.js → notice-vAlA_d7g.js} +8 -8
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CstjqzeK.js → transWebUrl-COypnhol.js} +1 -1
package/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { O, P, W, N, S, Q, M, B, Y, V, X, U } from "./index-w9W-cOEw.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
O as GitCodeAside,
|
|
4
|
+
P as GitCodeHeader,
|
|
5
|
+
W as GitCodeLayoutEmitter,
|
|
6
|
+
N as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
Q as SiteAnnouncement,
|
|
9
|
+
M as ToolsFloat,
|
|
10
10
|
B as currentTheme,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
Y as default,
|
|
12
|
+
V as setLayoutConfig,
|
|
13
|
+
X as setTheme,
|
|
14
|
+
U as useLogin
|
|
15
15
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-w9W-cOEw.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)
|