vue-layout-gitcode 1.12.15-beta.2 → 1.12.15-beta.21
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-CehDLm5e.js → GloabarSearch-DcxVEGxD.js} +4 -4
- package/{MenuItem-C3jP0hIF.js → MenuItem-CIOkDu3u.js} +15 -11
- package/{ProjectMenuList-CYBu-6UI.js → ProjectMenuList-BlDpOc2e.js} +14 -14
- package/{ProjectMenuListV2-BNO8Oa9f.js → ProjectMenuListV2-RU5DRpdY.js} +6 -6
- package/{ProjectSearch-DqTXNeuA.js → ProjectSearch-BdRTCo3v.js} +2 -2
- package/{SearchHistoryList-08Q75qyT.js → SearchHistoryList-Dz7fbzci.js} +9 -9
- package/{SearchRecommed-BP1gksCD.js → SearchRecommed-X86-EfAP.js} +3 -3
- package/{SearchScopeList-jaI05Znk.js → SearchScopeList-DfFZCdHs.js} +3 -3
- package/{UserSearch-p1c5YRt2.js → UserSearch-D0hbYvh2.js} +2 -2
- package/{index-CtgqGX_c.js → index-BLN9LLx6.js} +2907 -1398
- package/{index-BniudX3d.js → index-Chf8tnjh.js} +2 -2
- package/{index-CY16HldM.js → index-D__sBvfK.js} +48 -45
- package/{index-Vmx0G7Nd.js → index-Uf39wGQm.js} +6 -5
- package/index.d.ts +409 -470
- package/index.js +16 -12
- package/{notice-9BqsHOHE.js → notice-CcihwISn.js} +13 -11
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-Di5i1eNa.js → transWebUrl-QIPx0djC.js} +1 -1
package/index.js
CHANGED
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { $, Y, Q, U, W, a2, X, P, S, V, Z, O, B, a4, a1, a3, a0 } from "./index-BLN9LLx6.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
$ as AsideFooterTools,
|
|
4
|
+
Y as EnterpriseHeader,
|
|
5
|
+
Q as GitCodeAside,
|
|
6
|
+
U as GitCodeAsideV2,
|
|
7
|
+
W as GitCodeHeader,
|
|
8
|
+
a2 as GitCodeLayoutEmitter,
|
|
9
|
+
X as HomeHeaderActions,
|
|
10
|
+
P as Login,
|
|
8
11
|
S as SceneValue,
|
|
9
|
-
|
|
10
|
-
|
|
12
|
+
V as ScrollActiveContainer,
|
|
13
|
+
Z as SiteAnnouncement,
|
|
14
|
+
O as ToolsFloat,
|
|
11
15
|
B as currentTheme,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
+
a4 as default,
|
|
17
|
+
a1 as setLayoutConfig,
|
|
18
|
+
a3 as setTheme,
|
|
19
|
+
a0 as useLogin
|
|
16
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-BLN9LLx6.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
|
]),
|