vue-layout-gitcode 1.10.8 → 1.10.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-DKCXfZGU.js → GloabarSearch-DUL5Nl5N.js} +3 -3
- package/{MenuItem-5nvII1-H.js → MenuItem-Dd8w-uJG.js} +1 -1
- package/{ProjectMenuList-D4XsZQj3.js → ProjectMenuList-DBXLtG2G.js} +2 -2
- package/{ProjectMenuListV2-J07632cN.js → ProjectMenuListV2-QUm3X2t0.js} +2 -2
- package/{ProjectSearch-BySngJUv.js → ProjectSearch-CMugJqjv.js} +1 -1
- package/{SearchHistoryList-CHdkZ8FO.js → SearchHistoryList-CJTLkNg0.js} +1 -1
- package/{SearchPrefixTag-DP1LYFTn.js → SearchPrefixTag-I3wSahrr.js} +1 -1
- package/{SearchRecommed-CvDllUte.js → SearchRecommed-CRgflbzl.js} +2 -2
- package/{SearchScopeList-BmfJjVtL.js → SearchScopeList-oo4vAXER.js} +1 -1
- package/{UserSearch-BzW_dJiy.js → UserSearch-Cwly5mnk.js} +1 -1
- package/{index-0KJy9paC.js → index-BRrfHHfk.js} +16 -14
- package/{index-Br3aHHVv.js → index-DPDJvnHe.js} +1 -1
- package/{index-B8XBtYoE.js → index-Dc5cET6V.js} +2 -2
- package/{index-B5_lp60l.js → index-De4SI5w4.js} +1 -1
- package/index.js +1 -1
- package/{notice-Bm6PXt-o.js → notice-BxIpPFCN.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CXAIc112.js → transWebUrl-DN3m9R5c.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-BRrfHHfk.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-Dc5cET6V.js";
|
|
7
|
+
import "./transWebUrl-DN3m9R5c.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, 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-
|
|
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-BRrfHHfk.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, y as useLayoutConfig, G as GIcon, t as transformUrl, H as _sfc_main$1, I as loadAsideData, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, F as asideRequest, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, H as _sfc_main$1, I as loadAsideData, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, F as asideRequest, _ as _export_sfc } from "./index-BRrfHHfk.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-DN3m9R5c.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, y as useLayoutConfig, t as transformUrl, F as asideRequest, G as GIcon, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, t as transformUrl, F as asideRequest, G as GIcon, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-BRrfHHfk.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-DN3m9R5c.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
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-BRrfHHfk.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-BRrfHHfk.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-BRrfHHfk.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-Dc5cET6V.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-BRrfHHfk.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-BRrfHHfk.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, t as transformUrl } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-BRrfHHfk.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]" };
|
|
@@ -7706,6 +7706,7 @@ const gitCodeLayout$1 = {
|
|
|
7706
7706
|
preContent: "亲爱的 {siteName} 开发者:平台正在进行系统化融合与升级,预计将于10月28日12:00完成。之后,您将体验更强大、更稳定的平台。",
|
|
7707
7707
|
content: "亲爱的开发者:GitCode 与 AtomGit 已完成深度融合升级,您将体验更稳定、更精彩的开源社区服务!",
|
|
7708
7708
|
viewDetail: "【查看详情】",
|
|
7709
|
+
viewDetail_mobile: "查看详情",
|
|
7709
7710
|
closePermanently: "不再提醒",
|
|
7710
7711
|
close: "关闭"
|
|
7711
7712
|
},
|
|
@@ -8052,6 +8053,7 @@ const gitCodeLayout = {
|
|
|
8052
8053
|
preContent: "Dear {siteName} developer, the platform is undergoing integration, expected to be completed on October 28, 12:00. You will experience a more powerful platform.",
|
|
8053
8054
|
content: "GitCode and AtomGit are now fully integrated. Enjoy a more stable and vibrant open source community!",
|
|
8054
8055
|
viewDetail: "[View detail]",
|
|
8056
|
+
viewDetail_mobile: "View detail",
|
|
8055
8057
|
closePermanently: "Don't remind again",
|
|
8056
8058
|
close: "Close"
|
|
8057
8059
|
},
|
|
@@ -14915,13 +14917,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
14915
14917
|
var _a;
|
|
14916
14918
|
const layoutConfig2 = useLayoutConfig();
|
|
14917
14919
|
const { t: $t } = i18n.global;
|
|
14918
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
14919
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
14920
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
14921
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
14922
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
14923
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
14924
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
14920
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-CMugJqjv.js"));
|
|
14921
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-Cwly5mnk.js"));
|
|
14922
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-DUL5Nl5N.js"));
|
|
14923
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-CJTLkNg0.js"));
|
|
14924
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-oo4vAXER.js"));
|
|
14925
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-I3wSahrr.js"));
|
|
14926
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-CRgflbzl.js"));
|
|
14925
14927
|
const props = __props;
|
|
14926
14928
|
const repoInfo = inject("repoInfo");
|
|
14927
14929
|
const orgInfo = inject("orgInfo");
|
|
@@ -15638,7 +15640,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15638
15640
|
createElementVNode("a", {
|
|
15639
15641
|
class: "announce-detail",
|
|
15640
15642
|
href: migrationAnnounceUrl.value
|
|
15641
|
-
}, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.
|
|
15643
|
+
}, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.viewDetail_mobile")), 9, _hoisted_3$f),
|
|
15642
15644
|
createElementVNode("span", {
|
|
15643
15645
|
class: "announce-handle",
|
|
15644
15646
|
onClick: _cache[0] || (_cache[0] = ($event) => handleClose())
|
|
@@ -15694,7 +15696,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
15694
15696
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
15695
15697
|
}
|
|
15696
15698
|
};
|
|
15697
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
15699
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-BxIpPFCN.js"));
|
|
15698
15700
|
function clearNotice() {
|
|
15699
15701
|
if (localStorage$2.getItem("validator_email")) {
|
|
15700
15702
|
localStorage$2.removeItem("validator_email");
|
|
@@ -16496,9 +16498,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16496
16498
|
const layoutConfig2 = useLayoutConfig();
|
|
16497
16499
|
const { t: t2 } = i18n.global;
|
|
16498
16500
|
const route = useRoute();
|
|
16499
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
16500
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
16501
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
16501
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-Dd8w-uJG.js"));
|
|
16502
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-QUm3X2t0.js"));
|
|
16503
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-DBXLtG2G.js"));
|
|
16502
16504
|
const props = __props;
|
|
16503
16505
|
console.log("slotKeys", props.slotKeys);
|
|
16504
16506
|
console.log("props", props);
|
|
@@ -22441,7 +22443,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
22441
22443
|
}
|
|
22442
22444
|
});
|
|
22443
22445
|
const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
22444
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
22446
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-De4SI5w4.js"));
|
|
22445
22447
|
const useSlidCaptcha = () => {
|
|
22446
22448
|
const { mount, unMount } = usePopup("slid-captcha-popup");
|
|
22447
22449
|
const open = (config) => {
|
|
@@ -22460,7 +22462,7 @@ const useSlidCaptcha = () => {
|
|
|
22460
22462
|
close: unMount
|
|
22461
22463
|
};
|
|
22462
22464
|
};
|
|
22463
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
22465
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-DPDJvnHe.js"));
|
|
22464
22466
|
const useYunpianCaptcha = () => {
|
|
22465
22467
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
22466
22468
|
const open = (config) => {
|
|
@@ -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, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-
|
|
11
|
+
import { a as i18n, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-BRrfHHfk.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
constructor() {
|
|
14
14
|
__publicField(this, "ypRiddlerInstance", null);
|
|
@@ -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 { 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-
|
|
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-BRrfHHfk.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-DN3m9R5c.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,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
2
|
+
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-BRrfHHfk.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:";
|
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-BRrfHHfk.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";
|