vue-layout-gitcode 1.12.4 → 1.12.5
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-C0oef2sK.js → GloabarSearch-CukOAgTo.js} +4 -4
- package/{MenuItem--pyrkebp.js → MenuItem-06Rq855P.js} +4 -4
- package/{ProjectMenuList-Cy6zBzW5.js → ProjectMenuList-xIdLvmjq.js} +11 -11
- package/{ProjectMenuListV2-CFTcLZq4.js → ProjectMenuListV2-Bu41GGHt.js} +4 -4
- package/{ProjectSearch-C3VRHqn1.js → ProjectSearch-CIi3JH1h.js} +2 -2
- package/{SearchHistoryList-CMZZEVwY.js → SearchHistoryList-C2mMqVdb.js} +6 -6
- package/{SearchPrefixTag-t6Wt7l9P.js → SearchPrefixTag-CeGsuTXE.js} +4 -4
- package/{SearchRecommed--qvPLBSI.js → SearchRecommed-99KHpk88.js} +3 -3
- package/{SearchScopeList-TqCg7-QS.js → SearchScopeList-BpRbqorU.js} +4 -4
- package/{UserSearch-Ct2p6Gsf.js → UserSearch-FHKuwbwr.js} +2 -2
- package/{index-d-HOTCVi.js → index-BiTt6a2X.js} +1024 -946
- package/{index-CIV5vXgN.js → index-DRL3Ps-Z.js} +4 -4
- package/{index-CCE3DEDV.js → index-QAd-FUxM.js} +42 -42
- package/{index-ltqVr-ed.js → index-TymWDtBm.js} +2 -2
- package/index.d.ts +580 -750
- package/index.js +10 -10
- package/{notice-CW8DSMlC.js → notice-DRwXAViT.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-Bul3pIEs.js → transWebUrl-BqYE_WVQ.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-BiTt6a2X.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-BiTt6a2X.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)
|