vue-layout-gitcode 1.5.126 → 1.5.127
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-BMhCTInH.js → GloabarSearch-DRz2nnDZ.js} +3 -3
- package/{MenuItem-CgfCxRuK.js → MenuItem-CxOsLUQ4.js} +2 -5
- package/{ProjectMenuList-C8a14Luc.js → ProjectMenuList-B8wlZFgc.js} +2 -2
- package/{ProjectMenuListV2-DMvq39t4.js → ProjectMenuListV2-Bc7e2wjN.js} +2 -2
- package/{ProjectSearch-CvberoVQ.js → ProjectSearch-D5myr1FK.js} +1 -1
- package/{SearchHistoryList-QiGafVZe.js → SearchHistoryList-BpH8ODeG.js} +1 -1
- package/{SearchPrefixTag-BadQoiGd.js → SearchPrefixTag-W3pAEhY1.js} +1 -1
- package/{SearchRecommed-BtS4YlDi.js → SearchRecommed-CF8ldZQH.js} +13 -19
- package/{SearchScopeList-EGIZLbUI.js → SearchScopeList-DQrjTUsd.js} +1 -1
- package/{UserSearch-CzA_hAqb.js → UserSearch-CvWBsPUt.js} +1 -1
- package/{index-BFvhie5i.js → index-C0n8cdbZ.js} +8 -5
- package/{index-BI5W4oVI.js → index-DrAWu436.js} +3 -2
- package/{index-DEf5Bmoy.js → index-Dzh3XgSj.js} +3971 -4555
- package/index.js +1 -1
- package/{notice-Crw4WJm7.js → notice-C5PNoqog.js} +5 -3
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-pp2WcTwW.js → transWebUrl-KTP8G-fI.js} +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, inject, createElementBlock, openBlock, Fragment, createElementVNode, toDisplayString, createVNode, unref, renderList, withDirectives, createBlock, ref, watch, onMounted, createCommentVNode } from "vue";
|
|
2
2
|
import "vue-devui-lal/icon";
|
|
3
3
|
import "vue-devui-lal/icon/style.css";
|
|
4
|
-
import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
4
|
+
import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-Dzh3XgSj.js";
|
|
5
5
|
import "lodash/debounce";
|
|
6
|
-
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-
|
|
7
|
-
import "./transWebUrl-
|
|
6
|
+
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-C0n8cdbZ.js";
|
|
7
|
+
import "./transWebUrl-KTP8G-fI.js";
|
|
8
8
|
import "vue-devui-lal/tooltip";
|
|
9
9
|
import "vue-devui-lal/tooltip/style.css";
|
|
10
10
|
import "vue-router";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, useSlots, ref, computed, createBlock, openBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, createTextVNode, createCommentVNode, toDisplayString, renderSlot } from "vue";
|
|
2
|
-
import { q as useLayoutConfig, w as ThemeType, x as currentTheme, g as LANG_ZH, y as LANG_EN, z as getLocaleLang, G as GIcon, A as emitEvent, B as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-
|
|
2
|
+
import { q as useLayoutConfig, w as ThemeType, x as currentTheme, g as LANG_ZH, y as LANG_EN, z as getLocaleLang, G as GIcon, A as emitEvent, B as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-Dzh3XgSj.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
4
|
import { Popover } from "vue-devui-lal/popover";
|
|
5
5
|
import "vue-devui-lal/popover/style.css";
|
|
@@ -82,9 +82,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
82
82
|
};
|
|
83
83
|
const handleMenuClick = () => {
|
|
84
84
|
const currentHref = window.location.href;
|
|
85
|
-
if (!props.item.left_menu_url) {
|
|
86
|
-
return;
|
|
87
|
-
}
|
|
88
85
|
if (props.item.left_menu_url === currentHref) {
|
|
89
86
|
return;
|
|
90
87
|
}
|
|
@@ -94,7 +91,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
94
91
|
}
|
|
95
92
|
if (props.item.is_open_new_tab) {
|
|
96
93
|
window.open(props.item.left_menu_url, "_blank");
|
|
97
|
-
} else if (isHttps(props.item.left_menu_url
|
|
94
|
+
} else if (isHttps(props.item.left_menu_url)) {
|
|
98
95
|
window.open(props.item.left_menu_url, "_self");
|
|
99
96
|
} else {
|
|
100
97
|
if (independence) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, reactive, watch, computed, createElementBlock, openBlock, createCommentVNode, createBlock, withDirectives, Fragment, createElementVNode, createVNode, toDisplayString, unref, withModifiers, normalizeClass, withCtx, renderList, createTextVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, q as useLayoutConfig, G as GIcon, C as _sfc_main$1, D as loadAsideData, A as emitEvent, s as setLoginTriggerSource, d as useRequestReport, F as asideRequest, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, q as useLayoutConfig, G as GIcon, C as _sfc_main$1, D as loadAsideData, A as emitEvent, s as setLoginTriggerSource, d as useRequestReport, F as asideRequest, _ as _export_sfc } from "./index-Dzh3XgSj.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-KTP8G-fI.js";
|
|
5
5
|
import { Select, Option } from "vue-devui-lal/select";
|
|
6
6
|
import { Input } from "vue-devui-lal/input";
|
|
7
7
|
import { Skeleton } from "vue-devui-lal/skeleton";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, reactive, computed, watch, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, withDirectives, toDisplayString, unref, withModifiers, normalizeClass, withCtx, Fragment, renderList, createTextVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, q as useLayoutConfig, G as GIcon, A as emitEvent, s as setLoginTriggerSource, d as useRequestReport, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, q as useLayoutConfig, G as GIcon, A as emitEvent, s as setLoginTriggerSource, d as useRequestReport, _ as _export_sfc } from "./index-Dzh3XgSj.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-KTP8G-fI.js";
|
|
5
5
|
import { Input } from "vue-devui-lal/input";
|
|
6
6
|
import { Skeleton } from "vue-devui-lal/skeleton";
|
|
7
7
|
import { MenuItem } from "vue-devui-lal/menu";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, inject, computed, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-Dzh3XgSj.js";
|
|
3
3
|
import { useRoute, useRouter } from "vue-router";
|
|
4
4
|
import "vue-devui-lal/icon";
|
|
5
5
|
import "vue-devui-lal/icon/style.css";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers } from "vue";
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-Dzh3XgSj.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "history-list" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode, withDirectives, toDisplayString, withModifiers, createVNode, vShow } from "vue";
|
|
2
|
-
import { G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { G as GIcon, _ as _export_sfc } from "./index-Dzh3XgSj.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "ellipsis" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent, inject, ref, onMounted, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList,
|
|
2
|
-
import { u as useReportRepo, S as SearchRepoCard } from "./index-
|
|
3
|
-
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-
|
|
1
|
+
import { defineComponent, inject, ref, onMounted, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createBlock, createVNode, withCtx } from "vue";
|
|
2
|
+
import { u as useReportRepo, S as SearchRepoCard } from "./index-C0n8cdbZ.js";
|
|
3
|
+
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-Dzh3XgSj.js";
|
|
4
4
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
5
5
|
import { SkeletonItem } from "vue-devui-lal/skeleton";
|
|
6
6
|
import "vue-devui-lal/grid/style.css";
|
|
@@ -56,23 +56,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
56
56
|
recommendRepoList.value.length ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
57
57
|
createElementVNode("div", _hoisted_3, toDisplayString(unref($t)("gitCodeLayout.search.trendingToday")), 1),
|
|
58
58
|
(openBlock(true), createElementBlock(Fragment, null, renderList(recommendRepoList.value, (item, index) => {
|
|
59
|
-
return
|
|
59
|
+
return openBlock(), createBlock(SearchRepoCard, {
|
|
60
60
|
key: item.id,
|
|
61
|
-
|
|
62
|
-
index
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
hideTopicTags: "",
|
|
71
|
-
onReport: (evt) => handleReport(item, index, evt),
|
|
72
|
-
cardType: (item == null ? void 0 : item.repo_type) || "repo",
|
|
73
|
-
"url-params": { source_module: "search_box_discovery" }
|
|
74
|
-
}, null, 8, ["info", "onReport", "cardType"]))
|
|
75
|
-
], true);
|
|
61
|
+
class: "mb-[8px]",
|
|
62
|
+
info: { ...item, index },
|
|
63
|
+
keyword: "",
|
|
64
|
+
hover: "",
|
|
65
|
+
hideTopicTags: "",
|
|
66
|
+
onReport: (evt) => handleReport(item, index, evt),
|
|
67
|
+
cardType: (item == null ? void 0 : item.repo_type) || "repo",
|
|
68
|
+
"url-params": { source_module: "search_box_discovery" }
|
|
69
|
+
}, null, 8, ["info", "onReport", "cardType"]);
|
|
76
70
|
}), 128))
|
|
77
71
|
])) : (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
78
72
|
(openBlock(), createElementBlock(Fragment, null, renderList(5, (item) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, Fragment, renderList, createElementVNode, createVNode, createCommentVNode, toDisplayString, unref } from "vue";
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-Dzh3XgSj.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = ["onClick"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, ref, watch, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon } from "./index-Dzh3XgSj.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "px-[8px] history-list-project pl-[8px]" };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref, watchEffect, defineComponent, toDisplayString, unref, mergeModels, useModel, watch, createElementBlock, openBlock, createVNode, withDirectives, normalizeClass, createElementVNode, vShow, inject, withModifiers, createBlock, Fragment, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
|
|
2
2
|
import debounce from "lodash/debounce";
|
|
3
|
-
import { t as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, 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$b, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
3
|
+
import { t as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, 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$b, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-Dzh3XgSj.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-KTP8G-fI.js";
|
|
5
5
|
import { useRouter } from "vue-router";
|
|
6
6
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
7
7
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
|
@@ -536,7 +536,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
536
536
|
default: withCtx(() => [
|
|
537
537
|
_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))
|
|
538
538
|
]),
|
|
539
|
-
_: 1
|
|
539
|
+
_: 1,
|
|
540
|
+
__: [0]
|
|
540
541
|
})) : createCommentVNode("", true);
|
|
541
542
|
};
|
|
542
543
|
}
|
|
@@ -751,7 +752,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
751
752
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
752
753
|
createTextVNode("G-Star ")
|
|
753
754
|
])),
|
|
754
|
-
_: 1
|
|
755
|
+
_: 1,
|
|
756
|
+
__: [0]
|
|
755
757
|
}, 8, ["message"])
|
|
756
758
|
])) : createCommentVNode("", true),
|
|
757
759
|
unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -764,7 +766,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
764
766
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
765
767
|
createTextVNode(" G-Star ")
|
|
766
768
|
])),
|
|
767
|
-
_: 1
|
|
769
|
+
_: 1,
|
|
770
|
+
__: [1]
|
|
768
771
|
}, 8, ["message"])
|
|
769
772
|
])) : createCommentVNode("", true),
|
|
770
773
|
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 { q as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
3
|
+
import { q as useLayoutConfig, _ as _export_sfc } from "./index-Dzh3XgSj.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
|
@@ -49,7 +49,8 @@ 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
|
|
52
|
+
_: 1,
|
|
53
|
+
__: [0]
|
|
53
54
|
});
|
|
54
55
|
};
|
|
55
56
|
}
|