vue-layout-gitcode 1.12.21 → 1.12.23
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-_Wh028vu.js → GloabarSearch-Bpe-bKK5.js} +4 -4
- package/{MenuItem-C22P316u.js → MenuItem-3U4xO3bp.js} +2 -2
- package/{ProjectMenuList-Bae76G6p.js → ProjectMenuList-DyDWnsoz.js} +11 -11
- package/{ProjectMenuListV2-nh9tF_Qg.js → ProjectMenuListV2-BjAOSYlF.js} +4 -4
- package/{ProjectSearch-Cy7U1D-2.js → ProjectSearch-DzgOeB30.js} +2 -2
- package/{SearchHistoryList-B1Cg8vfv.js → SearchHistoryList-BR9RQJgU.js} +6 -6
- package/{SearchRecommed-CnOEcCAp.js → SearchRecommed-DSWxY-w3.js} +3 -3
- package/{SearchScopeList-8SMZ14yR.js → SearchScopeList-Zu4-ODNG.js} +3 -3
- package/{UserSearch-BBsO5pWl.js → UserSearch-Cr95sg96.js} +2 -2
- package/{index-DCLCubvP.js → index-4jffQJVm.js} +48 -45
- package/{index-CSD3vxyP.js → index-B5HpMTBE.js} +984 -978
- package/{index-DX17nYdD.js → index-BJnTa48S.js} +2 -2
- package/{index-BWHCgX3Q.js → index-BbLVaUh2.js} +6 -5
- package/index.d.ts +761 -583
- package/index.js +10 -10
- package/{notice-BcZ5aUrG.js → notice-D6U_StJW.js} +13 -11
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-DTqLV4Nj.js → transWebUrl-Cd8jny9B.js} +1 -1
package/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Q, O, P, X, N, S, U, M, B, Z, W, Y, V } from "./index-B5HpMTBE.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
Q as EnterpriseHeader,
|
|
4
|
+
O as GitCodeAside,
|
|
5
|
+
P as GitCodeHeader,
|
|
6
|
+
X as GitCodeLayoutEmitter,
|
|
7
|
+
N as Login,
|
|
8
8
|
S as SceneValue,
|
|
9
9
|
U as SiteAnnouncement,
|
|
10
|
-
|
|
10
|
+
M as ToolsFloat,
|
|
11
11
|
B as currentTheme,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
Z as default,
|
|
13
|
+
W as setLayoutConfig,
|
|
14
14
|
Y as setTheme,
|
|
15
|
-
|
|
15
|
+
V 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, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-B5HpMTBE.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,13 +33,14 @@ 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
|
-
])
|
|
42
|
-
_: 1
|
|
39
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
+
createTextVNode("忽略")
|
|
41
|
+
])),
|
|
42
|
+
_: 1,
|
|
43
|
+
__: [1]
|
|
43
44
|
}, 8, ["size", "onClick"]),
|
|
44
45
|
createVNode(unref(Button), {
|
|
45
46
|
variant: "solid",
|
|
@@ -47,10 +48,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
48
|
color: "primary",
|
|
48
49
|
onClick: handleConfirm
|
|
49
50
|
}, {
|
|
50
|
-
default: withCtx(() =>
|
|
51
|
-
createTextVNode("修改"
|
|
52
|
-
])
|
|
53
|
-
_: 1
|
|
51
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
|
+
createTextVNode("修改")
|
|
53
|
+
])),
|
|
54
|
+
_: 1,
|
|
55
|
+
__: [2]
|
|
54
56
|
}, 8, ["size"])
|
|
55
57
|
], 2)
|
|
56
58
|
]),
|