vue-layout-gitcode 1.12.15-beta.46 → 1.12.15-beta.47
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-Da1RZAKG.js → GloabarSearch-D4wO7fkL.js} +4 -4
- package/{MenuItem-CIXrRuAs.js → MenuItem-D69oaByA.js} +1 -1
- package/{ProjectMenuList-CHBCQxNT.js → ProjectMenuList-DyJptQ7k.js} +2 -2
- package/{ProjectMenuListV2-elZE2Sq_.js → ProjectMenuListV2-Bjam5aDG.js} +2 -2
- package/{ProjectSearch-CUo9HKZg.js → ProjectSearch-CS1zTW3U.js} +1 -1
- package/{SearchHistoryList-DY1-q7Dm.js → SearchHistoryList-Cjm6YvGC.js} +1 -1
- package/{SearchRecommed-8-eRMRkX.js → SearchRecommed-B00mIM4v.js} +2 -2
- package/{SearchScopeList-CRD8vYLp.js → SearchScopeList-COGUCPWY.js} +1 -1
- package/{UserSearch-11OKBd5O.js → UserSearch-BXjNoFwk.js} +1 -1
- package/{index-CLmiFFtl.js → index-Bc7aHOY1.js} +1 -1
- package/{index-lJ94iEJ8.js → index-Bc8_HHVq.js} +1 -1
- package/{index-DUe_D3tb.js → index-DoYP7NyR.js} +12 -12
- package/index.js +1 -1
- package/{notice-F_Rlk1uj.js → notice-Ck27bzHx.js} +1 -1
- package/package.json +1 -1
- package/{transWebUrl-BRQANkzP.js → transWebUrl-D0KkeBYn.js} +1 -1
- package/{useReportRepo-DVPLhJis.js → useReportRepo-BAoT7ILs.js} +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, openBlock, createElementBlock, Fragment, renderList, withDirectives, createBlock, unref, ref, watch, createElementVNode, createVNode, toDisplayString, createCommentVNode } from "vue";
|
|
2
|
-
import { h as headRequest, R as REPO_MODULE, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL, a as i18n, G as GIcon } from "./index-
|
|
3
|
-
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./useReportRepo-
|
|
2
|
+
import { h as headRequest, R as REPO_MODULE, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL, a as i18n, G as GIcon } from "./index-DoYP7NyR.js";
|
|
3
|
+
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./useReportRepo-BAoT7ILs.js";
|
|
4
4
|
import "vue-devui-lal/icon";
|
|
5
5
|
import "vue-devui-lal/icon/style.css";
|
|
6
6
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
@@ -29,7 +29,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
29
29
|
return (_ctx, _cache) => {
|
|
30
30
|
return openBlock(true), createElementBlock(Fragment, null, renderList(__props.dataList, (item, index) => {
|
|
31
31
|
return withDirectives((openBlock(), createBlock(SearchRepoCard, {
|
|
32
|
-
key: item.id
|
|
32
|
+
key: `${item.searchType || __props.type}-${item.id}`,
|
|
33
33
|
class: "search-repo-list-card",
|
|
34
34
|
info: { ...item, index },
|
|
35
35
|
keyword: __props.searchStr,
|
|
@@ -100,7 +100,7 @@ const _sfc_main = {
|
|
|
100
100
|
return;
|
|
101
101
|
}
|
|
102
102
|
try {
|
|
103
|
-
useReport
|
|
103
|
+
useReport("search-project", {});
|
|
104
104
|
const res = await API.getGloabarSearchKeyLink({ q: props.searchStr });
|
|
105
105
|
searchSuggestionList.value = mergeSearchSuggestions(res.data || {}, origin);
|
|
106
106
|
} catch (error) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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, z as useLayoutConfig, B as ThemeType, C as currentTheme, L as LANG_ZH, D as LANG_EN, F as getLocaleLang, G as GIcon, H as emitEvent, b as REPO_EVENT, I as ASIDE_MENU_REPO, J as isHttps, K as navigateWithMigrationGuard, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, B as ThemeType, C as currentTheme, L as LANG_ZH, D as LANG_EN, F as getLocaleLang, G as GIcon, H as emitEvent, b as REPO_EVENT, I as ASIDE_MENU_REPO, J as isHttps, K as navigateWithMigrationGuard, _ as _export_sfc } from "./index-DoYP7NyR.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, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, unref, createVNode, withModifiers, normalizeClass, withCtx, renderList, createBlock, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
|
-
import { a as i18n, z as useLayoutConfig, G as GIcon, t as transformUrl, N as _sfc_main$1, O as loadAsideData, K as navigateWithMigrationGuard, H as emitEvent, s as setLoginTriggerSource, f as useRequestReport, M as asideRequest, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, G as GIcon, t as transformUrl, N as _sfc_main$1, O as loadAsideData, K as navigateWithMigrationGuard, H as emitEvent, s as setLoginTriggerSource, f as useRequestReport, M as asideRequest, _ as _export_sfc } from "./index-DoYP7NyR.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-D0KkeBYn.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, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, createVNode, withModifiers, normalizeClass, withCtx, createBlock, createCommentVNode, Fragment, renderList, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
|
-
import { a as i18n, z as useLayoutConfig, t as transformUrl, G as GIcon, M as asideRequest, K as navigateWithMigrationGuard, H as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, t as transformUrl, G as GIcon, M as asideRequest, K as navigateWithMigrationGuard, H as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-DoYP7NyR.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-D0KkeBYn.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, 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-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-DoYP7NyR.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, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers, createCommentVNode } from "vue";
|
|
2
|
-
import { a as i18n, n as normalizeSearchHistoryEntry, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, n as normalizeSearchHistoryEntry, G as GIcon, _ as _export_sfc } from "./index-DoYP7NyR.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,6 +1,6 @@
|
|
|
1
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 "./useReportRepo-
|
|
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 "./useReportRepo-BAoT7ILs.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-DoYP7NyR.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, openBlock, createElementBlock, Fragment, renderList, createElementVNode, createVNode, toDisplayString, createCommentVNode, 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-DoYP7NyR.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, 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-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-DoYP7NyR.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-project history-list-project--padded" };
|
|
@@ -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, A as isZh, _ as _export_sfc } from "./index-
|
|
11
|
+
import { a as i18n, k as usePageResize, A as isZh, _ as _export_sfc } from "./index-DoYP7NyR.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
// eslint-disable-next-line no-useless-constructor
|
|
14
14
|
constructor() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, nextTick, onUnmounted, openBlock, createBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import { y as slidCaptchaManager, z as useLayoutConfig, A as isZh, _ as _export_sfc } from "./index-
|
|
2
|
+
import { y as slidCaptchaManager, z as useLayoutConfig, A as isZh, _ as _export_sfc } from "./index-DoYP7NyR.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:";
|
|
@@ -17299,12 +17299,12 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
17299
17299
|
setup(__props) {
|
|
17300
17300
|
const layoutConfig2 = useLayoutConfig();
|
|
17301
17301
|
const { t: $t } = i18n.global;
|
|
17302
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
17303
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
17304
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
17305
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
17306
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
17307
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
17302
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-CS1zTW3U.js"));
|
|
17303
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-BXjNoFwk.js"));
|
|
17304
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-D4wO7fkL.js"));
|
|
17305
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-Cjm6YvGC.js"));
|
|
17306
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-COGUCPWY.js"));
|
|
17307
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-B00mIM4v.js"));
|
|
17308
17308
|
const props = __props;
|
|
17309
17309
|
const repoInfo = inject("repoInfo");
|
|
17310
17310
|
const orgInfo = inject("orgInfo");
|
|
@@ -18632,7 +18632,7 @@ const vElementExposure = {
|
|
|
18632
18632
|
beforeUnmount() {
|
|
18633
18633
|
}
|
|
18634
18634
|
};
|
|
18635
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
18635
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-Ck27bzHx.js"));
|
|
18636
18636
|
function clearNotice() {
|
|
18637
18637
|
if (localStorage$2.getItem("validator_email")) {
|
|
18638
18638
|
localStorage$2.removeItem("validator_email");
|
|
@@ -21056,9 +21056,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
21056
21056
|
const layoutConfig2 = useLayoutConfig();
|
|
21057
21057
|
const { t: t2 } = i18n.global;
|
|
21058
21058
|
const route = useRoute();
|
|
21059
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
21060
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
21061
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
21059
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-D69oaByA.js"));
|
|
21060
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-Bjam5aDG.js"));
|
|
21061
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-DyJptQ7k.js"));
|
|
21062
21062
|
const props = __props;
|
|
21063
21063
|
const useReport2 = inject("useReport");
|
|
21064
21064
|
const userInfo = inject("userInfo");
|
|
@@ -27542,7 +27542,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
27542
27542
|
__publicField(_SlidCaptchaManager, "instance");
|
|
27543
27543
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
27544
27544
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
27545
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
27545
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-Bc8_HHVq.js"));
|
|
27546
27546
|
const useSlidCaptcha = () => {
|
|
27547
27547
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
27548
27548
|
const open = (config) => {
|
|
@@ -27572,7 +27572,7 @@ const useSlidCaptcha = () => {
|
|
|
27572
27572
|
close
|
|
27573
27573
|
};
|
|
27574
27574
|
};
|
|
27575
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
27575
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-Bc7aHOY1.js"));
|
|
27576
27576
|
const useYunpianCaptcha = () => {
|
|
27577
27577
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
27578
27578
|
const open = (config) => {
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P, Q, S, U, V, W, X, Y, Z, $, a0, a1, a2, a3, a4, C, a5, a6, a7, a8 } from "./index-
|
|
1
|
+
import { P, Q, S, U, V, W, X, Y, Z, $, a0, a1, a2, a3, a4, C, a5, a6, a7, a8 } from "./index-DoYP7NyR.js";
|
|
2
2
|
export {
|
|
3
3
|
P as AsideFooterTools,
|
|
4
4
|
Q as AtomCodeLauncher,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-DoYP7NyR.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
|
import { defineComponent, toDisplayString, unref, useModel, ref, watch, openBlock, createElementBlock, createVNode, normalizeClass, withDirectives, createElementVNode, vShow, mergeModels, inject, withModifiers, createBlock, Fragment, computed, normalizeStyle, createCommentVNode, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive, watchEffect } from "vue";
|
|
2
|
-
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, o as _sfc_main$b, p as isIncubationRepo, q as highlightWords, t as transformUrl, w as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, x as LANG_KEY } from "./index-
|
|
3
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
2
|
+
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, o as _sfc_main$b, p as isIncubationRepo, q as highlightWords, t as transformUrl, w as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, x as LANG_KEY } from "./index-DoYP7NyR.js";
|
|
3
|
+
import { t as transWebUrl } from "./transWebUrl-D0KkeBYn.js";
|
|
4
4
|
import { useRouter } from "vue-router";
|
|
5
5
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
6
6
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|