vue-layout-gitcode 1.12.15-beta.54 → 1.12.15-beta.56
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-DtJ1XSNT.js → GloabarSearch-BToo63lN.js} +2 -2
- package/{MenuItem-z_q38p7d.js → MenuItem-CSUD9h9u.js} +1 -1
- package/{ProjectMenuList-D-5t0FdW.js → ProjectMenuList-BIfK-2PP.js} +2 -2
- package/{ProjectMenuListV2-w27iLg53.js → ProjectMenuListV2-Cri1p6cu.js} +2 -2
- package/{ProjectSearch-COwLUc1e.js → ProjectSearch-DiFQTudk.js} +28 -7
- package/{SearchHistoryList-CbSiu8ol.js → SearchHistoryList-C4c8kz4W.js} +1 -1
- package/{SearchRecommed-DJ5BVOoR.js → SearchRecommed-BZtERyjj.js} +2 -2
- package/{SearchScopeList-CGTtiY3J.js → SearchScopeList-BSc_5zAp.js} +1 -1
- package/{UserSearch-DXTbSPeU.js → UserSearch-B4UqFeav.js} +1 -1
- package/{index-B9S7kNlY.js → index-BfbWU9zk.js} +1 -1
- package/{index-CsCZ0pnu.js → index-CBfBURIA.js} +671 -595
- package/{index-CSBavq4m.js → index-DIQGBKan.js} +1 -1
- package/index.d.ts +6 -0
- package/index.js +14 -13
- package/{notice-CabzYxnD.js → notice-CCYUf9Us.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-43DvOkSC.js → transWebUrl-B0xLdCWp.js} +1 -1
- package/{useReportRepo-nqrYd9i-.js → useReportRepo-BBA5oOrD.js} +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, nextTick, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import { y as slidCaptchaManager, z as useLayoutConfig, A as isZh, _ as _export_sfc } from "./index-
|
|
2
|
+
import { y as slidCaptchaManager, z as useLayoutConfig, A as isZh, _ as _export_sfc } from "./index-CBfBURIA.js";
|
|
3
3
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const TARGET_TEXT = "Click in order:";
|
package/index.d.ts
CHANGED
|
@@ -12,6 +12,8 @@ import { HEADER_CREATE_MENU_PATHS } from './components/Header/create-menu';
|
|
|
12
12
|
import { default as HeaderCreateMenu } from './components/Header/Create/index.vue';
|
|
13
13
|
import { HeaderCreateMenuItem } from './components/Header/create-menu';
|
|
14
14
|
import { HeaderCreateMenuNavigate } from './components/Header/create-menu';
|
|
15
|
+
import { default as HeaderSkeleton } from './components/Header/HeaderSkeleton.vue';
|
|
16
|
+
import { HeaderSkeletonProps } from './components/Header/HeaderSkeleton.vue';
|
|
15
17
|
import { default as HomeHeaderActions } from './components/Header/HomeHeaderActions.vue';
|
|
16
18
|
import { HomeHeaderWorkspaceNavigate } from './utils/home-header-actions';
|
|
17
19
|
import { default as Login } from './components//Login/Login.vue';
|
|
@@ -52,6 +54,10 @@ export { HeaderCreateMenuItem }
|
|
|
52
54
|
|
|
53
55
|
export { HeaderCreateMenuNavigate }
|
|
54
56
|
|
|
57
|
+
export { HeaderSkeleton }
|
|
58
|
+
|
|
59
|
+
export { HeaderSkeletonProps }
|
|
60
|
+
|
|
55
61
|
export { HomeHeaderActions }
|
|
56
62
|
|
|
57
63
|
export { HomeHeaderWorkspaceNavigate }
|
package/index.js
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a3, $, a1, U, V, X, a6, a8, a0, Y, Z, Q, S, W, a2, P, C, a9, a5, a7, a4 } from "./index-CBfBURIA.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
a3 as AsideFooterTools,
|
|
4
|
+
$ as AtomCodeLauncher,
|
|
5
|
+
a1 as EnterpriseHeader,
|
|
6
6
|
U as GitCodeAside,
|
|
7
7
|
V as GitCodeAsideV2,
|
|
8
8
|
X as GitCodeHeader,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Y as
|
|
9
|
+
a6 as GitCodeLayoutEmitter,
|
|
10
|
+
a8 as HEADER_CREATE_MENU_PATHS,
|
|
11
|
+
a0 as HeaderCreateMenu,
|
|
12
|
+
Y as HeaderSkeleton,
|
|
13
|
+
Z as HomeHeaderActions,
|
|
13
14
|
Q as Login,
|
|
14
15
|
S as SceneValue,
|
|
15
16
|
W as ScrollActiveContainer,
|
|
16
|
-
|
|
17
|
+
a2 as SiteAnnouncement,
|
|
17
18
|
P as ToolsFloat,
|
|
18
19
|
C as currentTheme,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
a9 as default,
|
|
21
|
+
a5 as setLayoutConfig,
|
|
22
|
+
a7 as setTheme,
|
|
23
|
+
a4 as useLogin
|
|
23
24
|
};
|
|
@@ -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-CBfBURIA.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";
|