vue-layout-gitcode 1.5.9 → 1.5.10
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-wSAuJQWS.js → GloabarSearch-VP0NWc1f.js} +2 -2
- package/{MenuItem-BekffSqp.js → MenuItem-Bvr58z0W.js} +5 -1
- package/{ProjectSearch-DIGI-G-g.js → ProjectSearch-DHo71YL7.js} +1 -1
- package/{SearchHistoryList-Dn4ig_fu.js → SearchHistoryList-DpWR3U31.js} +1 -1
- package/{SearchPrefixTag-BGIDbDKK.js → SearchPrefixTag-BOGP5OHl.js} +1 -1
- package/{SearchRecommed-B1THsxwB.js → SearchRecommed-B5AH3q9e.js} +2 -2
- package/{SearchScopeList-DkiBShCQ.js → SearchScopeList-BVRBSbvd.js} +1 -1
- package/{UserSearch-7rIEz8aN.js → UserSearch-CxZYH_Hw.js} +1 -1
- package/{index-DHkIlnbI.js → index-DaUSZyyh.js} +15 -13
- package/{index-DvEKX1iw.js → index-DkD9ALND.js} +1 -1
- package/{index-D4jzLc17.js → index-ZTM5J8Ae.js} +1 -1
- package/index.js +1 -1
- package/{notice-m51RmZJl.js → notice-DCRC2b3v.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
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-
|
|
5
|
-
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } 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-DaUSZyyh.js";
|
|
5
|
+
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-ZTM5J8Ae.js";
|
|
6
6
|
import "vue-devui-lal/tooltip";
|
|
7
7
|
import "vue-devui-lal/tooltip/style.css";
|
|
8
8
|
import "vue-router";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, computed, createElementBlock, openBlock, normalizeClass, createBlock, createElementVNode, toDisplayString } from "vue";
|
|
2
|
-
import { _ as _export_sfc, y as ThemeType, z as currentTheme, j as LANG_ZH, A as LANG_EN, B as getLocaleLang, G as GIcon, C as isHttps } from "./index-
|
|
2
|
+
import { _ as _export_sfc, y as ThemeType, z as currentTheme, j as LANG_ZH, A as LANG_EN, B as getLocaleLang, G as GIcon, C as isHttps } from "./index-DaUSZyyh.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
4
|
const _hoisted_1 = ["src"];
|
|
5
5
|
const _sfc_main = {
|
|
@@ -53,6 +53,10 @@ const _sfc_main = {
|
|
|
53
53
|
isHover.value = false;
|
|
54
54
|
};
|
|
55
55
|
const handleMenuClick = () => {
|
|
56
|
+
const currentHref = window.location.href;
|
|
57
|
+
if (props.item.left_menu_url === currentHref) {
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
56
60
|
if (props.item.is_open_new_tab) {
|
|
57
61
|
window.open(props.item.left_menu_url, "_blank");
|
|
58
62
|
} else if (isHttps(props.item.left_menu_url)) {
|
|
@@ -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-DaUSZyyh.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-DaUSZyyh.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-DaUSZyyh.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, 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-ZTM5J8Ae.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-DaUSZyyh.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-DaUSZyyh.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-DaUSZyyh.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]" };
|
|
@@ -18133,13 +18133,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
18133
18133
|
var _a;
|
|
18134
18134
|
const layoutConfig2 = useLayoutConfig();
|
|
18135
18135
|
const { t: $t } = i18n.global;
|
|
18136
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
18137
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
18138
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
18139
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
18140
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
18141
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
18142
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
18136
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-DHo71YL7.js"));
|
|
18137
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-CxZYH_Hw.js"));
|
|
18138
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-VP0NWc1f.js"));
|
|
18139
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-DpWR3U31.js"));
|
|
18140
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-BVRBSbvd.js"));
|
|
18141
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-BOGP5OHl.js"));
|
|
18142
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-B5AH3q9e.js"));
|
|
18143
18143
|
const props = __props;
|
|
18144
18144
|
const repoInfo = inject("repoInfo");
|
|
18145
18145
|
const orgInfo = inject("orgInfo");
|
|
@@ -18749,7 +18749,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
18749
18749
|
}
|
|
18750
18750
|
});
|
|
18751
18751
|
const Search = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-gitcode-layout-lib"]]);
|
|
18752
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
18752
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-DCRC2b3v.js"));
|
|
18753
18753
|
function clearNotice() {
|
|
18754
18754
|
if (localStorage$2.getItem("validator_email")) {
|
|
18755
18755
|
localStorage$2.removeItem("validator_email");
|
|
@@ -18867,7 +18867,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
18867
18867
|
return visibleItems.value.includes(auth);
|
|
18868
18868
|
};
|
|
18869
18869
|
const isHomePageHiddenMenuBtn = computed(() => {
|
|
18870
|
-
return props.sceneValue === SceneValue.home &&
|
|
18870
|
+
return props.sceneValue === SceneValue.home && ["home", "issues", "kanban", "discussionCreated", "merge"].includes(route.name) && !["sm", "lg"].includes(widthType.value);
|
|
18871
18871
|
});
|
|
18872
18872
|
const { isMobile } = usePageResize();
|
|
18873
18873
|
const { widthType } = usePageResize();
|
|
@@ -20740,6 +20740,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
20740
20740
|
});
|
|
20741
20741
|
const AsideContent = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-gitcode-layout-lib"]]);
|
|
20742
20742
|
const useConfigSide = (request) => {
|
|
20743
|
+
const layoutConfig2 = useLayoutConfig();
|
|
20743
20744
|
const API = asideRequest(request);
|
|
20744
20745
|
const route = useRoute();
|
|
20745
20746
|
const isEn = computed(() => {
|
|
@@ -20766,7 +20767,7 @@ const useConfigSide = (request) => {
|
|
|
20766
20767
|
left_menu_logo_hover: "gt-plane-home-2",
|
|
20767
20768
|
left_menu_logo_hover_black: "gt-plane-home-2",
|
|
20768
20769
|
search_type: 1,
|
|
20769
|
-
left_menu_url:
|
|
20770
|
+
left_menu_url: layoutConfig2.VITE_HOST,
|
|
20770
20771
|
id: 0
|
|
20771
20772
|
}
|
|
20772
20773
|
];
|
|
@@ -20812,7 +20813,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
20812
20813
|
setup(__props) {
|
|
20813
20814
|
const { t: t2 } = useI18n();
|
|
20814
20815
|
const route = useRoute();
|
|
20815
|
-
const MenuItem2 = defineAsyncComponent(() => import("./MenuItem-
|
|
20816
|
+
const MenuItem2 = defineAsyncComponent(() => import("./MenuItem-Bvr58z0W.js"));
|
|
20816
20817
|
const ProjectMenuListV22 = defineAsyncComponent(() => Promise.resolve().then(() => ProjectMenuListV2$1));
|
|
20817
20818
|
const ProjectMenuList2 = defineAsyncComponent(() => Promise.resolve().then(() => ProjectMenuList$1));
|
|
20818
20819
|
const props = __props;
|
|
@@ -21159,8 +21160,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
21159
21160
|
const asideSetShow = computed(() => {
|
|
21160
21161
|
return (props.sceneValue === SceneValue.home || props.collapseMode) && !props.disableFlatMode;
|
|
21161
21162
|
});
|
|
21163
|
+
console.log(11111, route.name);
|
|
21162
21164
|
const isHome = computed(() => {
|
|
21163
|
-
return props.sceneValue === SceneValue.home &&
|
|
21165
|
+
return props.sceneValue === SceneValue.home && ["home", "issues", "kanban", "discussionCreated", "merge"].includes(route.name);
|
|
21164
21166
|
});
|
|
21165
21167
|
const sizeStore = usePageResize();
|
|
21166
21168
|
const { isMobile, widthType } = usePageResize();
|
|
@@ -26026,7 +26028,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
26026
26028
|
}
|
|
26027
26029
|
});
|
|
26028
26030
|
const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-gitcode-layout-lib"]]);
|
|
26029
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
26031
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-DkD9ALND.js"));
|
|
26030
26032
|
const useSlidCaptcha = () => {
|
|
26031
26033
|
const { mount, unMount } = usePopup("slid-captcha-popup");
|
|
26032
26034
|
const open = (config) => {
|
|
@@ -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 { x as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
3
|
+
import { x as useLayoutConfig, _ as _export_sfc } from "./index-DaUSZyyh.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watchEffect, defineComponent, toDisplayString, unref, inject, createElementBlock, openBlock, normalizeClass, createElementVNode, withModifiers, withDirectives, vShow, createVNode, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, Fragment, createBlock, renderList, withCtx, reactive } from "vue";
|
|
2
|
-
import { d as debounce, t as transferNumber, G as GIcon, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, 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$9, o as isIncubationRepo, p as highlightWords, q as transWebUrl, w as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
2
|
+
import { d as debounce, t as transferNumber, G as GIcon, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, 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$9, o as isIncubationRepo, p as highlightWords, q as transWebUrl, w as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-DaUSZyyh.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
4
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
5
5
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { i as isPhone, u as useModel } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-DaUSZyyh.js";
|
|
3
3
|
import { Notification } from "vue-devui-lal/notification";
|
|
4
4
|
import { Button } from "vue-devui-lal/button";
|
|
5
5
|
import "vue-devui-lal/notification/style.css";
|