vue-layout-gitcode 1.5.51 → 1.5.52

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.
@@ -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-4Ob_xz5T.js";
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-BNOPq_Fn.js";
5
5
  import "lodash/debounce";
6
- import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-HGm_BFvB.js";
7
- import "./transWebUrl-DWLqiq0l.js";
6
+ import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-i-2f7euO.js";
7
+ import "./transWebUrl-CA-Cmp8u.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-4Ob_xz5T.js";
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-BNOPq_Fn.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, q as useLayoutConfig, G as GIcon, C as _sfc_main$1, D as loadAsideData, s as setLoginTriggerSource, d as useRequestReport, F as asideRequest, _ as _export_sfc } from "./index-4Ob_xz5T.js";
2
+ import { a as i18n, q as useLayoutConfig, G as GIcon, C as _sfc_main$1, D as loadAsideData, s as setLoginTriggerSource, d as useRequestReport, F as asideRequest, _ as _export_sfc } from "./index-BNOPq_Fn.js";
3
3
  import { useRouter } from "vue-router";
4
- import { t as transWebUrl } from "./transWebUrl-DWLqiq0l.js";
4
+ import { t as transWebUrl } from "./transWebUrl-CA-Cmp8u.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
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, G as GIcon, s as setLoginTriggerSource, d as useRequestReport, _ as _export_sfc } from "./index-4Ob_xz5T.js";
2
+ import { a as i18n, q as useLayoutConfig, G as GIcon, s as setLoginTriggerSource, d as useRequestReport, _ as _export_sfc } from "./index-BNOPq_Fn.js";
3
3
  import { useRouter } from "vue-router";
4
- import { t as transWebUrl } from "./transWebUrl-DWLqiq0l.js";
4
+ import { t as transWebUrl } from "./transWebUrl-CA-Cmp8u.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";
@@ -34,6 +34,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
34
34
  const request = inject("request");
35
35
  const globalStore = inject("globalStore");
36
36
  const { useReport } = useRequestReport(request, globalStore);
37
+ const layoutConfig = useLayoutConfig();
37
38
  const props = __props;
38
39
  const btnLoading = ref(false);
39
40
  const pageQuery = reactive({
@@ -103,10 +104,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
103
104
  setLoginTriggerSource("aside_createRepo");
104
105
  useReport("login_exposure", { source: "aside_createRepo" });
105
106
  }
106
- router.push({
107
- name: "newRepo",
108
- query: { position: "nav_top" }
109
- });
107
+ if (router.hasRoute("newRepo")) {
108
+ router.push({
109
+ name: "newRepo",
110
+ query: { position: "nav_top" }
111
+ });
112
+ } else {
113
+ window.location.href = `${layoutConfig.VITE_HOST}/create?position=nav_top`;
114
+ }
110
115
  };
111
116
  return (_ctx, _cache) => {
112
117
  return openBlock(), createElementBlock("ul", _hoisted_1, [
@@ -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-4Ob_xz5T.js";
2
+ import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-BNOPq_Fn.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-4Ob_xz5T.js";
2
+ import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-BNOPq_Fn.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-4Ob_xz5T.js";
2
+ import { G as GIcon, _ as _export_sfc } from "./index-BNOPq_Fn.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-HGm_BFvB.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-4Ob_xz5T.js";
2
+ import { u as useReportRepo, S as SearchRepoCard } from "./index-i-2f7euO.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-BNOPq_Fn.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-4Ob_xz5T.js";
2
+ import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-BNOPq_Fn.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-4Ob_xz5T.js";
2
+ import { a as i18n, h as headRequest, G as GIcon } from "./index-BNOPq_Fn.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]" };
@@ -17140,13 +17140,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
17140
17140
  var _a;
17141
17141
  const layoutConfig2 = useLayoutConfig();
17142
17142
  const { t: $t } = i18n.global;
17143
- const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-BSqXyd7i.js"));
17144
- const UserSearch = defineAsyncComponent(() => import("./UserSearch-C8NhhmoR.js"));
17145
- const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-BWr1hutE.js"));
17146
- const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-8D4HctJq.js"));
17147
- const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-Bw61N7rq.js"));
17148
- const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-C4-ttALX.js"));
17149
- const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-kHebiBc4.js"));
17143
+ const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-8WVAAyAD.js"));
17144
+ const UserSearch = defineAsyncComponent(() => import("./UserSearch-BJKZYDTC.js"));
17145
+ const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-Do645WWZ.js"));
17146
+ const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-DRZH08Vl.js"));
17147
+ const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-Dw92xSbC.js"));
17148
+ const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-DvbHSOil.js"));
17149
+ const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-C_QfxWGO.js"));
17150
17150
  const props = __props;
17151
17151
  const repoInfo = inject("repoInfo");
17152
17152
  const orgInfo = inject("orgInfo");
@@ -17760,7 +17760,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
17760
17760
  }
17761
17761
  });
17762
17762
  const Search = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-gitcode-layout-lib"]]);
17763
- const NoticeModal = defineAsyncComponent(() => import("./notice-B7pXK6dM.js"));
17763
+ const NoticeModal = defineAsyncComponent(() => import("./notice-Dx-DDv1N.js"));
17764
17764
  function clearNotice() {
17765
17765
  if (localStorage$2.getItem("validator_email")) {
17766
17766
  localStorage$2.removeItem("validator_email");
@@ -18410,9 +18410,9 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
18410
18410
  const layoutConfig2 = useLayoutConfig();
18411
18411
  const { t: t2 } = i18n.global;
18412
18412
  const route = useRoute();
18413
- const MenuItem = defineAsyncComponent(() => import("./MenuItem-BB7hHtFu.js"));
18414
- const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-Cna8pK9H.js"));
18415
- const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-BN7YU7Rr.js"));
18413
+ const MenuItem = defineAsyncComponent(() => import("./MenuItem-DQYGaR8f.js"));
18414
+ const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-guoIFuiZ.js"));
18415
+ const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-BbYrnZys.js"));
18416
18416
  const props = __props;
18417
18417
  const useReport2 = inject("useReport");
18418
18418
  const userInfo = inject("userInfo");
@@ -23952,7 +23952,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
23952
23952
  }
23953
23953
  });
23954
23954
  const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-gitcode-layout-lib"]]);
23955
- const SlidCaptcha = defineAsyncComponent(() => import("./index-BIRKmCUe.js"));
23955
+ const SlidCaptcha = defineAsyncComponent(() => import("./index-CJcHsrvl.js"));
23956
23956
  const useSlidCaptcha = () => {
23957
23957
  const { mount, unMount } = usePopup("slid-captcha-popup");
23958
23958
  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 { q as useLayoutConfig, _ as _export_sfc } from "./index-4Ob_xz5T.js";
3
+ import { q as useLayoutConfig, _ as _export_sfc } from "./index-BNOPq_Fn.js";
4
4
  import "vue-devui-lal/overlay/style.css";
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "index",
@@ -1,7 +1,7 @@
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
2
  import debounce from "lodash/debounce";
3
- import { t as transferNumber, G as GIcon, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, 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$9, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-4Ob_xz5T.js";
4
- import { t as transWebUrl } from "./transWebUrl-DWLqiq0l.js";
3
+ import { t as transferNumber, G as GIcon, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, 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$9, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-BNOPq_Fn.js";
4
+ import { t as transWebUrl } from "./transWebUrl-CA-Cmp8u.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";
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { J, K, O, I, S, H, x, Q, N, P, M } from "./index-4Ob_xz5T.js";
1
+ import { J, K, O, I, S, H, x, Q, N, P, M } from "./index-BNOPq_Fn.js";
2
2
  export {
3
3
  J as GitCodeAside,
4
4
  K as GitCodeHeader,
@@ -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-4Ob_xz5T.js";
2
+ import { i as isPhone, u as useModel } from "./index-BNOPq_Fn.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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.5.51",
3
+ "version": "1.5.52",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",
@@ -1,4 +1,4 @@
1
- import { q as useLayoutConfig } from "./index-4Ob_xz5T.js";
1
+ import { q as useLayoutConfig } from "./index-BNOPq_Fn.js";
2
2
  const layoutConfig = useLayoutConfig();
3
3
  const transWebUrl = (url, params) => {
4
4
  if (!url) return url;