vue-layout-gitcode 1.12.15-beta.48 → 1.12.15-beta.49
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-CLYtierP.js +202 -0
- package/{MenuItem-Dp65SK91.js → MenuItem-BYzU-MFz.js} +2 -2
- package/{ProjectMenuList-BxRlYnoF.js → ProjectMenuList-BUdSeYzS.js} +3 -3
- package/{ProjectMenuListV2-DQsGq4m0.js → ProjectMenuListV2-DUXR22kj.js} +3 -3
- package/{ProjectSearch-CaIZni-C.js → ProjectSearch-ZPemd9C2.js} +2 -2
- package/{SearchHistoryList-IdXbhtN1.js → SearchHistoryList-MOAZW-ce.js} +5 -11
- package/{SearchRecommed-DTQt1DB4.js → SearchRecommed-Bx_0qPG9.js} +5 -4
- package/{SearchScopeList-Dvh7ngu5.js → SearchScopeList-COb6DGCL.js} +2 -2
- package/{UserSearch-DBU5DMOj.js → UserSearch-DS5CbYZ0.js} +2 -2
- package/{index-BhGgHG6v.js → index-BTaTpv7I.js} +2 -2
- package/{useReportRepo-NVskwkzo.js → index-Bv4s4B-r.js} +72 -72
- package/{index-CNYp05iL.js → index-C2hNaYFz.js} +2 -2
- package/{index-oglgxmFJ.js → index-D27sLwSF.js} +650 -1351
- package/index.d.ts +0 -3
- package/index.js +19 -19
- package/{notice-srYZBv1G.js → notice-DO9c145B.js} +2 -2
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-C4rUAe6a.js → transWebUrl-DFYqL_Qw.js} +1 -1
- package/GloabarSearch-BLFm4iwc.js +0 -150
package/index.d.ts
CHANGED
|
@@ -76,7 +76,6 @@ orgInfo: OrgInfo;
|
|
|
76
76
|
otherUserInfo: UserInfo;
|
|
77
77
|
userInfo: UserInfo;
|
|
78
78
|
independence: boolean;
|
|
79
|
-
defaultGlobalSearchType: "repo" | "all";
|
|
80
79
|
atomcodeLaunchQs: string;
|
|
81
80
|
launchAtomCode: () => void | Promise<void>;
|
|
82
81
|
headerBorder: boolean;
|
|
@@ -170,8 +169,6 @@ declare type __VLS_Props_2 = {
|
|
|
170
169
|
showAtomCodeLauncher?: boolean;
|
|
171
170
|
/** AtomCode 点击启动函数属性(若定义则在点击 AtomCode 主按钮时触发,而不调用 openAtomCode) */
|
|
172
171
|
launchAtomCode?: () => void | Promise<void>;
|
|
173
|
-
/** 无范围 Header 搜索的默认类型,组件库默认保持项目搜索 */
|
|
174
|
-
defaultGlobalSearchType?: 'repo' | 'all';
|
|
175
172
|
};
|
|
176
173
|
|
|
177
174
|
declare type __VLS_Props_3 = {
|
package/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-D27sLwSF.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
a1 as AsideFooterTools,
|
|
4
|
+
Y as AtomCodeLauncher,
|
|
5
|
+
$ as EnterpriseHeader,
|
|
6
|
+
Q as GitCodeAside,
|
|
7
|
+
U as GitCodeAsideV2,
|
|
8
8
|
W as GitCodeHeader,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
a4 as GitCodeLayoutEmitter,
|
|
10
|
+
a6 as HEADER_CREATE_MENU_PATHS,
|
|
11
11
|
Z as HeaderCreateMenu,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
12
|
+
X as HomeHeaderActions,
|
|
13
|
+
P as Login,
|
|
14
|
+
S as SceneValue,
|
|
15
|
+
V as ScrollActiveContainer,
|
|
16
|
+
a0 as SiteAnnouncement,
|
|
17
|
+
O as ToolsFloat,
|
|
18
|
+
B as currentTheme,
|
|
19
|
+
a7 as default,
|
|
20
|
+
a3 as setLayoutConfig,
|
|
21
|
+
a5 as setTheme,
|
|
22
|
+
a2 as useLogin
|
|
23
23
|
};
|
|
@@ -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-D27sLwSF.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";
|