vue-layout-gitcode 1.5.128 → 1.5.130
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-BREYajZu.js → GloabarSearch--kaHPtU1.js} +3 -3
- package/{MenuItem-DorI7MVw.js → MenuItem-C2wO62Ng.js} +5 -2
- package/{ProjectMenuList-Dk0reqt4.js → ProjectMenuList-B0cjTXys.js} +9 -4
- package/{ProjectMenuListV2-B8qwp5RG.js → ProjectMenuListV2-C6M7ktBb.js} +2 -2
- package/{ProjectSearch-ClPc-YLt.js → ProjectSearch-BJBI7CHp.js} +1 -1
- package/{SearchHistoryList-DtdweEbv.js → SearchHistoryList-gZ3QUvt3.js} +1 -1
- package/{SearchPrefixTag-DGzRK-B2.js → SearchPrefixTag-DoxsPM0t.js} +1 -1
- package/{SearchRecommed-Cf0iovhE.js → SearchRecommed-BUX_iIDd.js} +19 -13
- package/{SearchScopeList-CVTl-nuL.js → SearchScopeList-nEsZNqQh.js} +1 -1
- package/{UserSearch-DeBcuG3e.js → UserSearch-CL9OxWYq.js} +1 -1
- package/{index-BNT0OM3o.js → index-Biwx1wuf.js} +2 -2
- package/{index-DZMcynEg.js → index-DMLz2sSn.js} +4059 -4506
- package/{index-LaVwWxqd.js → index-DyN_zMXb.js} +1 -1
- package/index.js +1 -1
- package/{notice-56LjbwrL.js → notice-CyLSr_1l.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-C-BQmUZz.js → transWebUrl-uppM84E6.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-DMLz2sSn.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-Biwx1wuf.js";
|
|
7
|
+
import "./transWebUrl-uppM84E6.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-DMLz2sSn.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,6 +82,9 @@ 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
|
+
}
|
|
85
88
|
if (props.item.left_menu_url === currentHref) {
|
|
86
89
|
return;
|
|
87
90
|
}
|
|
@@ -91,7 +94,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
91
94
|
}
|
|
92
95
|
if (props.item.is_open_new_tab) {
|
|
93
96
|
window.open(props.item.left_menu_url, "_blank");
|
|
94
|
-
} else if (isHttps(props.item.left_menu_url)) {
|
|
97
|
+
} else if (isHttps(props.item.left_menu_url || "")) {
|
|
95
98
|
window.open(props.item.left_menu_url, "_self");
|
|
96
99
|
} else {
|
|
97
100
|
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-DMLz2sSn.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-uppM84E6.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";
|
|
@@ -106,7 +106,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
106
106
|
requestFn: type === "project" ? (params2) => API.getMyProjects(params2) : (params2) => API.getMyGroups(params2)
|
|
107
107
|
};
|
|
108
108
|
};
|
|
109
|
-
const
|
|
109
|
+
const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
|
110
|
+
const loadMoreData = async (loadType) => {
|
|
111
|
+
console.log("loadMoreData", loadType);
|
|
110
112
|
const data = [...storeData];
|
|
111
113
|
if (totalNum.value > pageQuery.size * pageQuery.page || loadType === "search") {
|
|
112
114
|
pageQuery.page = pageQuery.page + 1;
|
|
@@ -135,7 +137,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
135
137
|
}
|
|
136
138
|
);
|
|
137
139
|
} else {
|
|
140
|
+
loading.value = true;
|
|
141
|
+
await sleep(200);
|
|
138
142
|
projectList.value.push(...data);
|
|
143
|
+
loading.value = false;
|
|
139
144
|
}
|
|
140
145
|
storeData = [];
|
|
141
146
|
};
|
|
@@ -390,7 +395,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
390
395
|
]),
|
|
391
396
|
_: 1
|
|
392
397
|
}, 8, ["loading", "disabled"]), [
|
|
393
|
-
[vShow, (totalNum.value > pageQuery.size * pageQuery.page || unref(storeData).length) && props.subShow]
|
|
398
|
+
[vShow, (totalNum.value > pageQuery.size * pageQuery.page || unref(storeData).length || loading.value) && props.subShow]
|
|
394
399
|
])
|
|
395
400
|
]);
|
|
396
401
|
};
|
|
@@ -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-DMLz2sSn.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-uppM84E6.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-DMLz2sSn.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-DMLz2sSn.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-DMLz2sSn.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, createBlock, createVNode, withCtx } from "vue";
|
|
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, renderSlot, createBlock, createVNode, withCtx } from "vue";
|
|
2
|
+
import { u as useReportRepo, S as SearchRepoCard } from "./index-Biwx1wuf.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-DMLz2sSn.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,17 +56,23 @@ 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 renderSlot(_ctx.$slots, "default", {
|
|
60
60
|
key: item.id,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
61
|
+
item,
|
|
62
|
+
index
|
|
63
|
+
}, () => [
|
|
64
|
+
(openBlock(), createBlock(SearchRepoCard, {
|
|
65
|
+
key: item.id,
|
|
66
|
+
class: "mb-[8px]",
|
|
67
|
+
info: { ...item, index },
|
|
68
|
+
keyword: "",
|
|
69
|
+
hover: "",
|
|
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);
|
|
70
76
|
}), 128))
|
|
71
77
|
])) : (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
72
78
|
(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-DMLz2sSn.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-DMLz2sSn.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-DMLz2sSn.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-uppM84E6.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";
|