vue-layout-gitcode 1.12.15-beta.55 → 1.12.15-beta.57
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-BR17CTm_.js → GloabarSearch-DiiT5MYU.js} +5 -5
- package/{MenuItem-CVI6iQ6X.js → MenuItem-DV6QzNnn.js} +2 -2
- package/{ProjectMenuList-BQLnYb3a.js → ProjectMenuList-BQweGz7_.js} +11 -11
- package/{ProjectMenuListV2-5UpZZX6F.js → ProjectMenuListV2-DTwA_NBs.js} +4 -4
- package/{ProjectSearch-D68_33qZ.js → ProjectSearch-B3ykA31H.js} +2 -2
- package/{SearchHistoryList-CVuDPhqI.js → SearchHistoryList-1RBcLezp.js} +6 -6
- package/{SearchRecommed-_2Z-M7dm.js → SearchRecommed-Dknq89dY.js} +5 -4
- package/{SearchScopeList-BV7CRGr3.js → SearchScopeList-mL7AhauQ.js} +3 -3
- package/{UserSearch-Dm4Xvimb.js → UserSearch-Cde61Xu8.js} +2 -2
- package/{index-CXNKytvC.js → index-BgCGiX2E.js} +2 -2
- package/{index-yQd8f4tI.js → index-CcIDm-yG.js} +6 -5
- package/{index-DBTIV-gu.js → index-L-3SsSi7.js} +2131 -2722
- package/index.d.ts +6 -0
- package/index.js +18 -17
- package/{notice-DrIhP0Vs.js → notice-BJoRIGi5.js} +13 -11
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-H_rfM4OA.js → transWebUrl-Cx9ZRI5m.js} +1 -1
- package/{useReportRepo-B3HT41mc.js → useReportRepo-BZd31zwH.js} +49 -46
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-L-3SsSi7.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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
X as GitCodeHeader,
|
|
9
|
+
a6 as GitCodeLayoutEmitter,
|
|
10
|
+
a8 as HEADER_CREATE_MENU_PATHS,
|
|
11
|
+
a0 as HeaderCreateMenu,
|
|
12
|
+
Y as HeaderSkeleton,
|
|
13
|
+
Z as HomeHeaderActions,
|
|
14
|
+
Q as Login,
|
|
15
|
+
S as SceneValue,
|
|
16
|
+
W as ScrollActiveContainer,
|
|
17
|
+
a2 as SiteAnnouncement,
|
|
18
|
+
P as ToolsFloat,
|
|
18
19
|
C as currentTheme,
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
a9 as default,
|
|
21
|
+
a5 as setLayoutConfig,
|
|
21
22
|
a7 as setTheme,
|
|
22
|
-
|
|
23
|
+
a4 as useLogin
|
|
23
24
|
};
|
|
@@ -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-L-3SsSi7.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
|
]),
|