vue-layout-gitcode 1.9.53 → 1.9.55
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-D7b4NrGu.js → GloabarSearch-H3vDxme0.js} +3 -3
- package/{MenuItem-NXCr4K25.js → MenuItem-CzvnmAxx.js} +1 -1
- package/{ProjectMenuList-Fh5qV4eA.js → ProjectMenuList-Dk2MZ4OP.js} +4 -4
- package/{ProjectMenuListV2-g8GW_Fx8.js → ProjectMenuListV2-VW3DEFfH.js} +3 -3
- package/{ProjectSearch-BZpDrC6-.js → ProjectSearch-DrgUNf2c.js} +1 -1
- package/{SearchHistoryList-gD4XlWI-.js → SearchHistoryList-Cd2uW6rE.js} +1 -1
- package/{SearchPrefixTag-DTDUKd0T.js → SearchPrefixTag-5Zk19uBK.js} +1 -1
- package/{SearchRecommed-DoFx6I6g.js → SearchRecommed-C0zBe2PT.js} +2 -2
- package/{SearchScopeList-803XzJrl.js → SearchScopeList-DQc6OI01.js} +1 -1
- package/{UserSearch-jO_8UINd.js → UserSearch-CxTf3KKJ.js} +11 -2
- package/{index-DmK6EVbR.js → index-B9QNtqtc.js} +9 -6
- package/{index-lHH4eI3c.js → index-BJ_tDUmJ.js} +1 -1
- package/{index-CTBLbh6u.js → index-BSgfb2Bf.js} +3 -2
- package/{index-D33NzfYP.js → index-Yj0ntzfM.js} +1183 -668
- package/index.d.ts +2 -0
- package/index.js +12 -11
- package/{notice-BJPAGOXm.js → notice-ZbkZMqvf.js} +5 -3
- package/package.json +2 -2
- package/style.css +1 -1
- package/{transWebUrl-BlGsld3x.js → transWebUrl-3xQ-ZU7Y.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-Yj0ntzfM.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-B9QNtqtc.js";
|
|
7
|
+
import "./transWebUrl-3xQ-ZU7Y.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 { a as i18n,
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, z as ThemeType, A as currentTheme, L as LANG_ZH, B as LANG_EN, x as getLocaleLang, G as GIcon, C as emitEvent, D as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-Yj0ntzfM.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";
|
|
@@ -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,
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, F as _sfc_main$1, H as loadAsideData, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-Yj0ntzfM.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-3xQ-ZU7Y.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";
|
|
@@ -231,7 +231,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
231
231
|
if (router.hasRoute(targetRoute.name)) {
|
|
232
232
|
router.push(targetRoute);
|
|
233
233
|
} else {
|
|
234
|
-
window.location.href = `${layoutConfig.VITE_HOST}/${props.type !== "project" ? "org/" : ""}create?position=nav_top`;
|
|
234
|
+
window.location.href = `${transformUrl(layoutConfig.VITE_HOST)}/${props.type !== "project" ? "org/" : ""}create?position=nav_top`;
|
|
235
235
|
}
|
|
236
236
|
};
|
|
237
237
|
return (_ctx, _cache) => {
|
|
@@ -344,7 +344,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
344
344
|
return openBlock(), createBlock(unref(MenuItem), {
|
|
345
345
|
key: item.key,
|
|
346
346
|
"data-openBlank": true,
|
|
347
|
-
"data-href": unref(transWebUrl)(item.web_url),
|
|
347
|
+
"data-href": unref(transformUrl)(unref(transWebUrl)(item.web_url)),
|
|
348
348
|
class: "text",
|
|
349
349
|
title: _ctx.type === "project" ? `${item.namespace}/${item.label}` : item.label
|
|
350
350
|
}, {
|
|
@@ -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,
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, G as GIcon, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, t as transformUrl, _ as _export_sfc } from "./index-Yj0ntzfM.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-3xQ-ZU7Y.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";
|
|
@@ -131,7 +131,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
131
131
|
query: { position: "nav_top" }
|
|
132
132
|
});
|
|
133
133
|
} else {
|
|
134
|
-
window.location.href = `${layoutConfig.VITE_HOST}/create?position=nav_top`;
|
|
134
|
+
window.location.href = `${transformUrl(layoutConfig.VITE_HOST)}/create?position=nav_top`;
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
137
|
return (_ctx, _cache) => {
|
|
@@ -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-Yj0ntzfM.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-Yj0ntzfM.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-Yj0ntzfM.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
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-
|
|
3
|
-
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-
|
|
2
|
+
import { u as useReportRepo, S as SearchRepoCard } from "./index-B9QNtqtc.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-Yj0ntzfM.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";
|
|
@@ -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-Yj0ntzfM.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, t as transformUrl } from "./index-Yj0ntzfM.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]" };
|
|
@@ -41,7 +41,16 @@ const _sfc_main = {
|
|
|
41
41
|
search: props.searchStr
|
|
42
42
|
}).then((res) => {
|
|
43
43
|
const data = res.data || {};
|
|
44
|
-
searchFileList.value = data.content
|
|
44
|
+
searchFileList.value = data.content.map((item) => {
|
|
45
|
+
return {
|
|
46
|
+
...item,
|
|
47
|
+
web_url: transformUrl(item.web_url),
|
|
48
|
+
ssh_url_to_repo: transformUrl(item.ssh_url_to_repo),
|
|
49
|
+
http_url_to_repo: transformUrl(item.http_url_to_repo),
|
|
50
|
+
readme_url: transformUrl(item.readme_url),
|
|
51
|
+
avatar_url: transformUrl(item.avatar_url)
|
|
52
|
+
};
|
|
53
|
+
}) || [];
|
|
45
54
|
}).finally(() => {
|
|
46
55
|
loading.value = false;
|
|
47
56
|
});
|
|
@@ -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, j as useCookie, k as usePageResize, L as LANG_ZH, 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, w as LANG_KEY } from "./index-Yj0ntzfM.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-3xQ-ZU7Y.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";
|
|
@@ -535,7 +535,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
535
535
|
default: withCtx(() => [
|
|
536
536
|
_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))
|
|
537
537
|
]),
|
|
538
|
-
_: 1
|
|
538
|
+
_: 1,
|
|
539
|
+
__: [0]
|
|
539
540
|
})) : createCommentVNode("", true);
|
|
540
541
|
};
|
|
541
542
|
}
|
|
@@ -640,7 +641,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
640
641
|
const { widthType } = usePageResize();
|
|
641
642
|
const { t: $t } = i18n.global;
|
|
642
643
|
const handleClick = () => {
|
|
643
|
-
window.open(transWebUrl(props.info.web_url, props.urlParams), "_blank");
|
|
644
|
+
window.open(transWebUrl(transformUrl(props.info.web_url), props.urlParams), "_blank");
|
|
644
645
|
emits("report");
|
|
645
646
|
_frEventTrack(EVENT_NAME.CLICK_SEARCH_RESULT);
|
|
646
647
|
};
|
|
@@ -750,7 +751,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
750
751
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
751
752
|
createTextVNode("G-Star ")
|
|
752
753
|
])),
|
|
753
|
-
_: 1
|
|
754
|
+
_: 1,
|
|
755
|
+
__: [0]
|
|
754
756
|
}, 8, ["message"])
|
|
755
757
|
])) : createCommentVNode("", true),
|
|
756
758
|
unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -763,7 +765,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
763
765
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
764
766
|
createTextVNode(" G-Star ")
|
|
765
767
|
])),
|
|
766
|
-
_: 1
|
|
768
|
+
_: 1,
|
|
769
|
+
__: [1]
|
|
767
770
|
}, 8, ["message"])
|
|
768
771
|
])) : createCommentVNode("", true),
|
|
769
772
|
createVNode(NewTag, {
|
|
@@ -8,7 +8,7 @@ import { Message } from "vue-devui-lal/message";
|
|
|
8
8
|
import "vue-devui-lal/message/style.css";
|
|
9
9
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
10
10
|
import "vue-devui-lal/overlay/style.css";
|
|
11
|
-
import { a as i18n,
|
|
11
|
+
import { a as i18n, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-Yj0ntzfM.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
constructor() {
|
|
14
14
|
__publicField(this, "ypRiddlerInstance", null);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-Yj0ntzfM.js";
|
|
3
3
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const TARGET_TEXT = "Click in order:";
|
|
@@ -90,7 +90,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
90
90
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
91
91
|
createElementVNode("div", { id: "captcha-box" }, null, -1)
|
|
92
92
|
])),
|
|
93
|
-
_: 1
|
|
93
|
+
_: 1,
|
|
94
|
+
__: [0]
|
|
94
95
|
});
|
|
95
96
|
};
|
|
96
97
|
}
|