vue-layout-gitcode 1.12.15-beta.1 → 1.12.15-beta.3
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-NPtGnTQ1.js → GloabarSearch-CehDLm5e.js} +4 -4
- package/{MenuItem-D-NgnoC1.js → MenuItem-C3jP0hIF.js} +2 -2
- package/{ProjectMenuList-A573Arrk.js → ProjectMenuList-CYBu-6UI.js} +11 -11
- package/{ProjectMenuListV2-DjpgvHQE.js → ProjectMenuListV2-BNO8Oa9f.js} +4 -4
- package/{ProjectSearch-D-9ryluX.js → ProjectSearch-DqTXNeuA.js} +2 -2
- package/{SearchHistoryList-awPBQlFr.js → SearchHistoryList-08Q75qyT.js} +16 -9
- package/{SearchRecommed-8RHzmmRW.js → SearchRecommed-BP1gksCD.js} +3 -3
- package/{SearchScopeList-tBnniJs-.js → SearchScopeList-jaI05Znk.js} +7 -10
- package/{UserSearch-vmcC6EeG.js → UserSearch-p1c5YRt2.js} +2 -2
- package/{index-Z-gANvpG.js → index-BniudX3d.js} +2 -2
- package/{index-bZAi191d.js → index-CY16HldM.js} +42 -42
- package/{index-0AjxTFDx.js → index-CtgqGX_c.js} +1753 -1293
- package/{index-CkQ6iZA_.js → index-Vmx0G7Nd.js} +4 -4
- package/index.d.ts +483 -187
- package/index.js +10 -10
- package/{notice-BdcLXKWi.js → notice-9BqsHOHE.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-TUzSMmWj.js → transWebUrl-Di5i1eNa.js} +1 -1
- package/SearchPrefixTag-Dqp_1PvV.js +0 -46
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-CtgqGX_c.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, _ as _export_sfc } 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, _ as _export_sfc } from "./index-CtgqGX_c.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: "email-notice__btn-ignore"
|
|
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)
|