vue-layout-gitcode 1.12.15-beta.49 → 1.12.15-beta.50
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-BY6gNAtx.js +154 -0
- package/{MenuItem-BYzU-MFz.js → MenuItem-6hlAqQ26.js} +2 -2
- package/{ProjectMenuList-BUdSeYzS.js → ProjectMenuList-8aJXpnHz.js} +10 -10
- package/{ProjectMenuListV2-DUXR22kj.js → ProjectMenuListV2-Bso8WDsC.js} +4 -4
- package/{ProjectSearch-ZPemd9C2.js → ProjectSearch-DsqAIoM0.js} +10 -5
- package/{SearchHistoryList-MOAZW-ce.js → SearchHistoryList-Dm1nHF89.js} +14 -11
- package/{SearchRecommed-Bx_0qPG9.js → SearchRecommed-DcfAtisG.js} +2 -2
- package/{SearchScopeList-COb6DGCL.js → SearchScopeList-Dq8EFLvV.js} +2 -2
- package/{UserSearch-DS5CbYZ0.js → UserSearch-NE2HWF5e.js} +15 -12
- package/{index-C2hNaYFz.js → index-5QoTkeLY.js} +1 -1
- package/{index-BTaTpv7I.js → index-BIQF1vUK.js} +5 -4
- package/{index-D27sLwSF.js → index-lXkdtPpx.js} +1390 -1873
- package/index.d.ts +39 -700
- package/index.js +20 -20
- package/{notice-DO9c145B.js → notice-ydjd-eKW.js} +12 -10
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-DFYqL_Qw.js → transWebUrl-DGesD31K.js} +1 -1
- package/{index-Bv4s4B-r.js → useReportRepo-DbHCQaPO.js} +133 -149
- package/GloabarSearch-CLYtierP.js +0 -202
package/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a2, Z, a0, U, V, X, a5, a7, $, Y, Q, S, W, a1, P, C, a8, a4, a6, a3 } from "./index-lXkdtPpx.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
a2 as AsideFooterTools,
|
|
4
|
+
Z as AtomCodeLauncher,
|
|
5
|
+
a0 as EnterpriseHeader,
|
|
6
|
+
U as GitCodeAside,
|
|
7
|
+
V as GitCodeAsideV2,
|
|
8
|
+
X as GitCodeHeader,
|
|
9
|
+
a5 as GitCodeLayoutEmitter,
|
|
10
|
+
a7 as HEADER_CREATE_MENU_PATHS,
|
|
11
|
+
$ as HeaderCreateMenu,
|
|
12
|
+
Y as HomeHeaderActions,
|
|
13
|
+
Q as Login,
|
|
14
14
|
S as SceneValue,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
W as ScrollActiveContainer,
|
|
16
|
+
a1 as SiteAnnouncement,
|
|
17
|
+
P as ToolsFloat,
|
|
18
|
+
C as currentTheme,
|
|
19
|
+
a8 as default,
|
|
20
|
+
a4 as setLayoutConfig,
|
|
21
|
+
a6 as setTheme,
|
|
22
|
+
a3 as useLogin
|
|
23
23
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-lXkdtPpx.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
|
]),
|