vue-layout-gitcode 1.12.15-beta.16 → 1.12.15-beta.18
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-BfKmJi_q.js → GloabarSearch-C1fR51x2.js} +4 -4
- package/{MenuItem-Bhz2xGuE.js → MenuItem-BdW7SHdF.js} +2 -2
- package/{ProjectMenuList-Ci-m9quY.js → ProjectMenuList-Cqbkm-ZV.js} +11 -11
- package/{ProjectMenuListV2-B0g2gpwj.js → ProjectMenuListV2-iY7cnWA_.js} +4 -4
- package/{ProjectSearch-sRELCn6C.js → ProjectSearch-Bur3edSa.js} +2 -2
- package/{SearchHistoryList-CtdFVEod.js → SearchHistoryList-B2rmOBJR.js} +6 -6
- package/{SearchRecommed-B5ORMeCc.js → SearchRecommed-B7utMXGE.js} +3 -3
- package/{SearchScopeList-DiGyzPIl.js → SearchScopeList-d1zkEhS3.js} +3 -3
- package/{UserSearch-E4s6K2L8.js → UserSearch-DH5fyfb6.js} +2 -2
- package/{index-DZyZIqvu.js → index-74FrLVfr.js} +2868 -1559
- package/{index-CtHLYUVh.js → index-BDSapsqq.js} +6 -5
- package/{index-5jNX3P01.js → index-BXdUGH-Y.js} +2 -2
- package/{index-D7rVJoTw.js → index-CIdAghB3.js} +48 -45
- package/index.d.ts +404 -520
- package/index.js +16 -13
- package/{notice-XD-m4ZVb.js → notice-Bmt7HiCc.js} +13 -11
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CtOYQG2D.js → transWebUrl-B5P10ESJ.js} +1 -1
package/index.js
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { $, Y, Q, U, W, a2, X, P, S, V, Z, O, B, a4, a1, a3, a0 } from "./index-74FrLVfr.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
$ as AsideFooterTools,
|
|
4
|
+
Y as EnterpriseHeader,
|
|
5
5
|
Q as GitCodeAside,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
U as GitCodeAsideV2,
|
|
7
|
+
W as GitCodeHeader,
|
|
8
|
+
a2 as GitCodeLayoutEmitter,
|
|
9
|
+
X as HomeHeaderActions,
|
|
10
|
+
P as Login,
|
|
11
|
+
S as SceneValue,
|
|
12
|
+
V as ScrollActiveContainer,
|
|
13
|
+
Z as SiteAnnouncement,
|
|
14
|
+
O as ToolsFloat,
|
|
12
15
|
B as currentTheme,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
a4 as default,
|
|
17
|
+
a1 as setLayoutConfig,
|
|
18
|
+
a3 as setTheme,
|
|
19
|
+
a0 as useLogin
|
|
17
20
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, computed,
|
|
2
|
-
import { i as isPhone, u as useModel, _ as _export_sfc } 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, _ as _export_sfc } from "./index-74FrLVfr.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: "email-notice__btn-ignore"
|
|
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
|
]),
|