vue-layout-gitcode 1.5.30 → 1.5.31
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-DlWeNlVc.js → GloabarSearch-cxWyqOVq.js} +3 -2
- package/MenuItem-6YbszpJN.js +150 -0
- package/ProjectMenuList-DzZpKwlT.js +389 -0
- package/ProjectMenuListV2-Fbjuk-WR.js +209 -0
- package/{ProjectSearch-BLXH_Ism.js → ProjectSearch-DJtzeNQN.js} +1 -1
- package/{SearchHistoryList-DDQ1WfZZ.js → SearchHistoryList-DNvb17Qu.js} +1 -1
- package/{SearchPrefixTag-DGXgedQU.js → SearchPrefixTag-CC8I_pnR.js} +1 -1
- package/{SearchRecommed-D-XFbGoM.js → SearchRecommed-BLmzGc3n.js} +2 -2
- package/{SearchScopeList-B5EEykd-.js → SearchScopeList-CNe-HOsm.js} +1 -1
- package/{UserSearch-BNILiVad.js → UserSearch-Bk4Jz9BI.js} +1 -1
- package/{index-CGtbi3N3.js → index-BCg43fjZ.js} +839 -2006
- package/{index-CQC5dD6T.js → index-Cb2YYDY6.js} +5 -7
- package/{index-BgMR_vYm.js → index-D9MQVvdv.js} +2 -3
- package/index.js +10 -10
- package/{notice-DwCD1IcT.js → notice-DVT7BIKA.js} +3 -5
- package/package.json +1 -1
- package/style.css +1 -1
- package/transWebUrl-DBQrAHwN.js +21 -0
- package/MenuItem-COZGJG-z.js +0 -118
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ref, watchEffect, defineComponent, toDisplayString, unref, inject, createElementBlock, openBlock, normalizeClass, createElementVNode, withModifiers, withDirectives, vShow, createVNode, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, Fragment, createBlock, renderList, withCtx, reactive } from "vue";
|
|
2
2
|
import debounce from "lodash/debounce";
|
|
3
|
-
import { t as transferNumber, G as GIcon, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, L as LANG_KEY, g as LANG_ZH, j as usePageResize, k as isGstarRepo, m as _sfc_main$9, n as isIncubationRepo, o as highlightWords, p as
|
|
3
|
+
import { t as transferNumber, G as GIcon, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, L as LANG_KEY, g as LANG_ZH, j as usePageResize, k as isGstarRepo, m as _sfc_main$9, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-BCg43fjZ.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-DBQrAHwN.js";
|
|
4
5
|
import { useRouter } from "vue-router";
|
|
5
6
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
6
7
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
|
@@ -462,8 +463,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
462
463
|
default: withCtx(() => [
|
|
463
464
|
_cache[0] || (_cache[0] = createElementVNode("div", { class: "new-tag w-[32px] h-[15px] text-[9px] text-[#ffffff] flex items-center justify-center leading-[1]" }, "New", -1))
|
|
464
465
|
]),
|
|
465
|
-
_: 1
|
|
466
|
-
__: [0]
|
|
466
|
+
_: 1
|
|
467
467
|
})) : createCommentVNode("", true);
|
|
468
468
|
};
|
|
469
469
|
}
|
|
@@ -607,8 +607,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
607
607
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
608
608
|
createTextVNode("G-Star ")
|
|
609
609
|
])),
|
|
610
|
-
_: 1
|
|
611
|
-
__: [0]
|
|
610
|
+
_: 1
|
|
612
611
|
}, 8, ["message"])
|
|
613
612
|
])) : createCommentVNode("", true),
|
|
614
613
|
unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -621,8 +620,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
621
620
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
622
621
|
createTextVNode(" G-Star ")
|
|
623
622
|
])),
|
|
624
|
-
_: 1
|
|
625
|
-
__: [1]
|
|
623
|
+
_: 1
|
|
626
624
|
}, 8, ["message"])
|
|
627
625
|
])) : createCommentVNode("", true),
|
|
628
626
|
createVNode(NewTag, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, onMounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
2
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
3
|
-
import {
|
|
3
|
+
import { q as useLayoutConfig, _ as _export_sfc } from "./index-BCg43fjZ.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
|
@@ -49,8 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
50
50
|
createElementVNode("div", { id: "captcha-box" }, null, -1)
|
|
51
51
|
])),
|
|
52
|
-
_: 1
|
|
53
|
-
__: [0]
|
|
52
|
+
_: 1
|
|
54
53
|
});
|
|
55
54
|
};
|
|
56
55
|
}
|
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { J, K, O, I, S, H, x, Q, N, P, M } from "./index-BCg43fjZ.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
J as GitCodeAside,
|
|
4
|
+
K as GitCodeHeader,
|
|
5
|
+
O as GitCodeLayoutEmitter,
|
|
6
|
+
I as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
|
-
|
|
8
|
+
H as ToolsFloat,
|
|
9
9
|
x as currentTheme,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
Q as default,
|
|
11
|
+
N as setLayoutConfig,
|
|
12
|
+
P as setTheme,
|
|
13
|
+
M as useLogin
|
|
14
14
|
};
|
|
@@ -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 } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-BCg43fjZ.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";
|
|
@@ -39,8 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
40
|
createTextVNode("忽略")
|
|
41
41
|
])),
|
|
42
|
-
_: 1
|
|
43
|
-
__: [1]
|
|
42
|
+
_: 1
|
|
44
43
|
}, 8, ["size", "onClick"]),
|
|
45
44
|
createVNode(unref(Button), {
|
|
46
45
|
variant: "solid",
|
|
@@ -51,8 +50,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51
50
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
51
|
createTextVNode("修改")
|
|
53
52
|
])),
|
|
54
|
-
_: 1
|
|
55
|
-
__: [2]
|
|
53
|
+
_: 1
|
|
56
54
|
}, 8, ["size"])
|
|
57
55
|
], 2)
|
|
58
56
|
]),
|