vue-layout-gitcode 1.9.18 → 1.9.20
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/README.md +519 -0
- package/{GloabarSearch-D3SVJb6h.js → dist/GloabarSearch-C3xidv95.js} +3 -3
- package/{MenuItem-CBvzEyUr.js → dist/MenuItem-BnjaSbHz.js} +1 -1
- package/{ProjectMenuList-BUwv3lky.js → dist/ProjectMenuList-BQCMWEWu.js} +4 -4
- package/{ProjectMenuListV2-CO8jchfi.js → dist/ProjectMenuListV2-B283u7iP.js} +3 -3
- package/{ProjectSearch-XJJDO14k.js → dist/ProjectSearch-D4NlcQuD.js} +1 -1
- package/{SearchHistoryList-LqSQjIkR.js → dist/SearchHistoryList-XTxYkKa2.js} +1 -1
- package/{SearchPrefixTag-BP5WOgCd.js → dist/SearchPrefixTag-Vr_4bRFF.js} +1 -1
- package/{SearchRecommed-B0ZHC2kR.js → dist/SearchRecommed-C6r_e7Wu.js} +2 -2
- package/{SearchScopeList-B-XDh-4U.js → dist/SearchScopeList-BwIX06FA.js} +1 -1
- package/{UserSearch-NHFZZfmj.js → dist/UserSearch-B0Sxpmx5.js} +11 -2
- package/{index-BHVhZlUI.js → dist/index-C9cnK3pA.js} +1 -1
- package/{index-ChUrjN6c.js → dist/index-CHM1rIrp.js} +10 -10
- package/{index-DCktkkAr.js → dist/index-CNwaKo3C.js} +1602 -1329
- package/{index-BfJ_h8y3.js → dist/index-DbYSkair.js} +3 -3
- package/{index.d.ts → dist/index.d.ts} +19 -8
- package/dist/index.js +14 -0
- package/{notice-B81NXIGg.js → dist/notice-kNQVIEMi.js} +7 -7
- package/dist/package.json +13 -0
- package/dist/style.css +1 -0
- package/{transWebUrl-hltxmwJv.js → dist/transWebUrl-CYbHu4ea.js} +1 -1
- package/package.json +72 -11
- package/index.js +0 -14
- package/style.css +0 -1
|
@@ -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 {
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
3
|
+
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, L as LANG_KEY, j as LANG_ZH, k as usePageResize, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-CNwaKo3C.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-CYbHu4ea.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";
|
|
@@ -385,7 +385,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
385
385
|
size: "14"
|
|
386
386
|
}),
|
|
387
387
|
createElementVNode("span", _hoisted_2$3, [
|
|
388
|
-
_cache[0] || (_cache[0] = createTextVNode("Star "
|
|
388
|
+
_cache[0] || (_cache[0] = createTextVNode("Star ")),
|
|
389
389
|
createVNode(_sfc_main$a, {
|
|
390
390
|
number: _ctx.count || 0,
|
|
391
391
|
gt100: true
|
|
@@ -641,7 +641,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
641
641
|
const { widthType } = usePageResize();
|
|
642
642
|
const { t: $t } = i18n.global;
|
|
643
643
|
const handleClick = () => {
|
|
644
|
-
window.open(transWebUrl(props.info.web_url, props.urlParams), "_blank");
|
|
644
|
+
window.open(transWebUrl(transformUrl(props.info.web_url), props.urlParams), "_blank");
|
|
645
645
|
emits("report");
|
|
646
646
|
_frEventTrack(EVENT_NAME.CLICK_SEARCH_RESULT);
|
|
647
647
|
};
|
|
@@ -748,9 +748,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
748
748
|
type: "gstar",
|
|
749
749
|
message: `G-Star ${unref($t)("gitCodeLayout.GStar.project.graduation")}`
|
|
750
750
|
}, {
|
|
751
|
-
default: withCtx(() =>
|
|
752
|
-
createTextVNode("G-Star "
|
|
753
|
-
])
|
|
751
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
752
|
+
createTextVNode("G-Star ")
|
|
753
|
+
])),
|
|
754
754
|
_: 1
|
|
755
755
|
}, 8, ["message"])
|
|
756
756
|
])) : createCommentVNode("", true),
|
|
@@ -761,9 +761,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
761
761
|
type: "incubation",
|
|
762
762
|
message: `G-Star ${unref($t)("gitCodeLayout.GStar.project.incubation")}`
|
|
763
763
|
}, {
|
|
764
|
-
default: withCtx(() =>
|
|
765
|
-
createTextVNode(" G-Star "
|
|
766
|
-
])
|
|
764
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
765
|
+
createTextVNode(" G-Star ")
|
|
766
|
+
])),
|
|
767
767
|
_: 1
|
|
768
768
|
}, 8, ["message"])
|
|
769
769
|
])) : createCommentVNode("", true),
|