vue-layout-gitcode 1.11.6 → 1.11.8
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-CMhbibC7.js → GloabarSearch-CY-JzJJA.js} +4 -4
- package/{MenuItem-y13ySAoS.js → MenuItem-BBAg0mco.js} +20 -6
- package/{ProjectMenuList-BLEujU6B.js → ProjectMenuList-Cw-TVd0n.js} +3 -3
- package/{ProjectMenuListV2-DN-OS1_Z.js → ProjectMenuListV2-Bngw6w9E.js} +3 -3
- package/{ProjectSearch-D19VOmR7.js → ProjectSearch-CwlvG5Kx.js} +2 -2
- package/{SearchHistoryList-j6-2U9aS.js → SearchHistoryList-Li5MH9iM.js} +2 -2
- package/{SearchPrefixTag-C0OBu6qo.js → SearchPrefixTag-CJ4Y00F0.js} +2 -2
- package/{SearchRecommed-uiIWyrlk.js → SearchRecommed-BwZRjFtQ.js} +3 -3
- package/{SearchScopeList-DJZXU0oU.js → SearchScopeList-DpWhH6_y.js} +2 -2
- package/{UserSearch-apL230OG.js → UserSearch-BDO1Kao7.js} +2 -2
- package/{index-CPIALpyR.js → index-BOrhyPP2.js} +3 -3
- package/{index-CWraK2Ue.js → index-CQUMQjDA.js} +2 -2
- package/{index-DCs_1jwN.js → index-CxbzgDJ7.js} +461 -1029
- package/{index-BNTNJVWd.js → index-EG6rTZCQ.js} +2 -2
- package/index.d.ts +355 -187
- package/index.js +10 -11
- package/{notice-Cn9W9Ucj.js → notice-DEFdFdWP.js} +2 -2
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-_T7Crztu.js → transWebUrl-D9enBZpL.js} +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent, inject,
|
|
1
|
+
import { defineComponent, inject, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, unref, createVNode, 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-CxbzgDJ7.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-BOrhyPP2.js";
|
|
7
|
+
import "./transWebUrl-D9enBZpL.js";
|
|
8
8
|
import "vue-devui-lal/tooltip";
|
|
9
9
|
import "vue-devui-lal/tooltip/style.css";
|
|
10
10
|
import "vue-router";
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import { defineComponent, inject, useSlots, ref,
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, A as ThemeType, B as currentTheme, L as LANG_ZH, C as LANG_EN, D as getLocaleLang, G as GIcon, F as emitEvent, H as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-
|
|
1
|
+
import { defineComponent, inject, useSlots, computed, ref, openBlock, createBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, createCommentVNode, createTextVNode, toDisplayString, renderSlot } from "vue";
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, A as ThemeType, B as currentTheme, L as LANG_ZH, C as LANG_EN, D as getLocaleLang, G as GIcon, F as emitEvent, H as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-CxbzgDJ7.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";
|
|
6
6
|
const _hoisted_1 = ["src"];
|
|
7
|
-
const _hoisted_2 = {
|
|
8
|
-
|
|
7
|
+
const _hoisted_2 = {
|
|
8
|
+
key: 2,
|
|
9
|
+
class: "menu-item__badge"
|
|
10
|
+
};
|
|
11
|
+
const _hoisted_3 = { class: "relative" };
|
|
12
|
+
const _hoisted_4 = {
|
|
9
13
|
key: 1,
|
|
10
14
|
class: "token-free-text bg-[#DBE2FA] text-[#2951E0] text-[12px] rounded-[4px] px-[4px] py-[2px]"
|
|
11
15
|
};
|
|
@@ -37,8 +41,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
37
41
|
const slots = useSlots();
|
|
38
42
|
const useReport = inject("useReport");
|
|
39
43
|
const independence = inject("independence");
|
|
44
|
+
const globalStore = inject("globalStore");
|
|
40
45
|
const router = useRouter();
|
|
41
46
|
const props = __props;
|
|
47
|
+
const badgeVisible = computed(() => {
|
|
48
|
+
return globalStore.value.badgeVisible && props.item.left_menu_url === "/download-history";
|
|
49
|
+
});
|
|
42
50
|
const isHover = ref(false);
|
|
43
51
|
const isSelected = computed(() => {
|
|
44
52
|
return props.active || isHover.value;
|
|
@@ -86,6 +94,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
86
94
|
}
|
|
87
95
|
};
|
|
88
96
|
const handleMenuClick = () => {
|
|
97
|
+
var _a, _b;
|
|
89
98
|
const currentHref = window.location.href;
|
|
90
99
|
if (!props.item.left_menu_url) {
|
|
91
100
|
return;
|
|
@@ -97,6 +106,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
97
106
|
emitEvent("login", { loginTriggerSource: `aside_${props.item.left_menu_url}` });
|
|
98
107
|
return;
|
|
99
108
|
}
|
|
109
|
+
if (props.item.left_menu_url === "/download-history") {
|
|
110
|
+
(_b = (_a = globalStore.value) == null ? void 0 : _a.downloadClickRequest) == null ? void 0 : _b.call(_a);
|
|
111
|
+
return;
|
|
112
|
+
}
|
|
100
113
|
if (props.item.is_open_new_tab) {
|
|
101
114
|
window.open(props.item.left_menu_url, "_blank");
|
|
102
115
|
} else if (isHttps(props.item.left_menu_url || "")) {
|
|
@@ -150,7 +163,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
150
163
|
src: currentImg.value,
|
|
151
164
|
alt: ""
|
|
152
165
|
}, null, 8, _hoisted_1)),
|
|
153
|
-
|
|
166
|
+
badgeVisible.value ? (openBlock(), createElementBlock("div", _hoisted_2)) : createCommentVNode("", true),
|
|
167
|
+
createElementVNode("span", _hoisted_3, [
|
|
154
168
|
createTextVNode(toDisplayString(currentName.value) + " ", 1),
|
|
155
169
|
isShowPopover.value ? (openBlock(), createBlock(GIcon, {
|
|
156
170
|
key: 0,
|
|
@@ -159,7 +173,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
159
173
|
name: "gt-line-right-tianqi",
|
|
160
174
|
color: "var(--theme-text)"
|
|
161
175
|
})) : createCommentVNode("", true),
|
|
162
|
-
isAIHub.value && isBeforeDeadline() ? (openBlock(), createElementBlock("span",
|
|
176
|
+
isAIHub.value && isBeforeDeadline() ? (openBlock(), createElementBlock("span", _hoisted_4, toDisplayString(unref(t)("gitCodeLayout.aihub.claimFreeToken")), 1)) : createCommentVNode("", true)
|
|
163
177
|
])
|
|
164
178
|
], 34)
|
|
165
179
|
]),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent, inject, ref, reactive, watch, computed,
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, J as _sfc_main$1, K as loadAsideData, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-
|
|
1
|
+
import { defineComponent, inject, ref, reactive, watch, computed, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, unref, createVNode, withModifiers, normalizeClass, withCtx, renderList, createBlock, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, J as _sfc_main$1, K as loadAsideData, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-CxbzgDJ7.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-D9enBZpL.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
|
-
import { defineComponent, inject, ref, reactive, computed, watch,
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, t as transformUrl,
|
|
1
|
+
import { defineComponent, inject, ref, reactive, computed, watch, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, createVNode, withModifiers, normalizeClass, withCtx, createBlock, createCommentVNode, Fragment, renderList, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, t as transformUrl, G as GIcon, I as asideRequest, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-CxbzgDJ7.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-D9enBZpL.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
|
-
import { ref, inject, computed, withDirectives,
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-
|
|
1
|
+
import { ref, inject, computed, withDirectives, openBlock, createElementBlock, 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-CxbzgDJ7.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
|
-
import { defineComponent, computed,
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
1
|
+
import { defineComponent, computed, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers, createCommentVNode } from "vue";
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-CxbzgDJ7.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
|
-
import { defineComponent,
|
|
2
|
-
import { G as GIcon, _ as _export_sfc } from "./index-
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, withDirectives, withModifiers, createVNode, vShow } from "vue";
|
|
2
|
+
import { G as GIcon, _ as _export_sfc } from "./index-CxbzgDJ7.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,
|
|
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, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, renderSlot, createBlock, createVNode, withCtx } from "vue";
|
|
2
|
+
import { u as useReportRepo, S as SearchRepoCard } from "./index-BOrhyPP2.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-CxbzgDJ7.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
|
-
import { defineComponent,
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, Fragment, renderList, createElementVNode, createVNode, toDisplayString, createCommentVNode, unref } from "vue";
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-CxbzgDJ7.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
|
-
import { inject, ref, watch, withDirectives,
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-
|
|
1
|
+
import { inject, ref, watch, withDirectives, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-CxbzgDJ7.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
|
-
import { ref, watchEffect, defineComponent, toDisplayString, unref,
|
|
1
|
+
import { ref, watchEffect, defineComponent, toDisplayString, unref, useModel, watch, openBlock, createElementBlock, createVNode, normalizeClass, withDirectives, createElementVNode, vShow, mergeModels, inject, withModifiers, createBlock, Fragment, computed, normalizeStyle, createCommentVNode, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
|
|
2
2
|
import debounce from "lodash/debounce";
|
|
3
|
-
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource,
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
3
|
+
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, r as reqCatch, f as useRequestReport, 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-CxbzgDJ7.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-D9enBZpL.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";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { defineComponent, ref, onMounted, onBeforeUnmount,
|
|
4
|
+
import { defineComponent, ref, onMounted, onBeforeUnmount, openBlock, createBlock, unref, withCtx, createElementVNode, withDirectives, createVNode, vShow, nextTick } from "vue";
|
|
5
5
|
import { Button } from "vue-devui-lal/button";
|
|
6
6
|
import "vue-devui-lal/button/style.css";
|
|
7
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, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-
|
|
11
|
+
import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-CxbzgDJ7.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
// eslint-disable-next-line no-useless-constructor
|
|
14
14
|
constructor() {
|