vue-layout-gitcode 1.10.11 → 1.10.12
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-Bj5SRDUn.js → GloabarSearch-BH1kyLmx.js} +3 -3
- package/{MenuItem-UrLRuY4s.js → MenuItem-dLEw2jEY.js} +1 -1
- package/{ProjectMenuList-C-3BHO5w.js → ProjectMenuList-CnULbBay.js} +2 -2
- package/{ProjectMenuListV2-C5BOy5vS.js → ProjectMenuListV2-B1gEPXOT.js} +2 -2
- package/{ProjectSearch-D6X4g36u.js → ProjectSearch-CuRR_Qfh.js} +1 -1
- package/{SearchHistoryList-Ch_-blOW.js → SearchHistoryList-CX3MOQnL.js} +1 -1
- package/{SearchPrefixTag-W23AWG4m.js → SearchPrefixTag-C61bhDtE.js} +1 -1
- package/{SearchRecommed-CDX71f_N.js → SearchRecommed-dwPsbHkp.js} +2 -2
- package/{SearchScopeList-CPkBRfgW.js → SearchScopeList-fKPVLmZC.js} +1 -1
- package/{UserSearch-B8S4999k.js → UserSearch-CRimBUfM.js} +1 -1
- package/{index-CZR4AmIz.js → index-B5SPmNsv.js} +2 -2
- package/{index-CoYK8yP2.js → index-BDOvV0e4.js} +1 -1
- package/{index-DPxTD5_N.js → index-C4flXqUk.js} +15 -14
- package/{index-D_371xb8.js → index-Dqaz3zpg.js} +1 -1
- package/index.js +1 -1
- package/{notice-Cv37szBR.js → notice-C-JfMfRw.js} +1 -1
- package/package.json +1 -1
- package/{transWebUrl-DtSeZGix.js → transWebUrl-B13zn-hx.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-C4flXqUk.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-B5SPmNsv.js";
|
|
7
|
+
import "./transWebUrl-B13zn-hx.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, z as useLayoutConfig, A as ThemeType, B as currentTheme, L as LANG_ZH, C as LANG_EN, x as getLocaleLang, G as GIcon, D as emitEvent, F as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, A as ThemeType, B as currentTheme, L as LANG_ZH, C as LANG_EN, x as getLocaleLang, G as GIcon, D as emitEvent, F as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-C4flXqUk.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, z as useLayoutConfig, G as GIcon, t as transformUrl, I as _sfc_main$1, J as loadAsideData, D as emitEvent, s as setLoginTriggerSource, f as useRequestReport, H as asideRequest, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, G as GIcon, t as transformUrl, I as _sfc_main$1, J as loadAsideData, D as emitEvent, s as setLoginTriggerSource, f as useRequestReport, H as asideRequest, _ as _export_sfc } from "./index-C4flXqUk.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-B13zn-hx.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, z as useLayoutConfig, t as transformUrl, H as asideRequest, G as GIcon, D as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, t as transformUrl, H as asideRequest, G as GIcon, D as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-C4flXqUk.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-B13zn-hx.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-C4flXqUk.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-C4flXqUk.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-C4flXqUk.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-B5SPmNsv.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-C4flXqUk.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-C4flXqUk.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-C4flXqUk.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
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-C4flXqUk.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-B13zn-hx.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, nextTick, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import { x as getLocaleLang, L as LANG_ZH, y as slidCaptchaManager, z as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
2
|
+
import { x as getLocaleLang, L as LANG_ZH, y as slidCaptchaManager, z as useLayoutConfig, _ as _export_sfc } from "./index-C4flXqUk.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:";
|
|
@@ -14932,13 +14932,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
14932
14932
|
var _a;
|
|
14933
14933
|
const layoutConfig2 = useLayoutConfig();
|
|
14934
14934
|
const { t: $t } = i18n.global;
|
|
14935
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
14936
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
14937
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
14938
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
14939
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
14940
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
14941
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
14935
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-CuRR_Qfh.js"));
|
|
14936
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-CRimBUfM.js"));
|
|
14937
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-BH1kyLmx.js"));
|
|
14938
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-CX3MOQnL.js"));
|
|
14939
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-fKPVLmZC.js"));
|
|
14940
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-C61bhDtE.js"));
|
|
14941
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-dwPsbHkp.js"));
|
|
14942
14942
|
const props = __props;
|
|
14943
14943
|
const repoInfo = inject("repoInfo");
|
|
14944
14944
|
const orgInfo = inject("orgInfo");
|
|
@@ -15711,7 +15711,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
15711
15711
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
15712
15712
|
}
|
|
15713
15713
|
};
|
|
15714
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
15714
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-C-JfMfRw.js"));
|
|
15715
15715
|
function clearNotice() {
|
|
15716
15716
|
if (localStorage$2.getItem("validator_email")) {
|
|
15717
15717
|
localStorage$2.removeItem("validator_email");
|
|
@@ -16513,9 +16513,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16513
16513
|
const layoutConfig2 = useLayoutConfig();
|
|
16514
16514
|
const { t: t2 } = i18n.global;
|
|
16515
16515
|
const route = useRoute();
|
|
16516
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
16517
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
16518
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
16516
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-dLEw2jEY.js"));
|
|
16517
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-B1gEPXOT.js"));
|
|
16518
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-CnULbBay.js"));
|
|
16519
16519
|
const props = __props;
|
|
16520
16520
|
console.log("slotKeys", props.slotKeys);
|
|
16521
16521
|
console.log("props", props);
|
|
@@ -22659,7 +22659,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
22659
22659
|
__publicField(_SlidCaptchaManager, "instance");
|
|
22660
22660
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
22661
22661
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
22662
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
22662
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-BDOvV0e4.js"));
|
|
22663
22663
|
const useSlidCaptcha = () => {
|
|
22664
22664
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
22665
22665
|
const open = (config) => {
|
|
@@ -22689,7 +22689,7 @@ const useSlidCaptcha = () => {
|
|
|
22689
22689
|
close
|
|
22690
22690
|
};
|
|
22691
22691
|
};
|
|
22692
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
22692
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-Dqaz3zpg.js"));
|
|
22693
22693
|
const useYunpianCaptcha = () => {
|
|
22694
22694
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
22695
22695
|
const open = (config) => {
|
|
@@ -24345,7 +24345,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
24345
24345
|
const needVerification = captchaLocalMode.value === "yunpian" && (!conf.token || !conf.authenticate) || captchaLocalMode.value === "tianai" && !conf.captchaId || captchaLocalMode.value === "yidun" && !conf.validate;
|
|
24346
24346
|
if (needVerification) {
|
|
24347
24347
|
if (handleCaptchaVerification(conf, {
|
|
24348
|
-
isDomesticNumber,
|
|
24348
|
+
isDomesticNumber: false,
|
|
24349
|
+
// 忘记密码场景,使用国际captchaId
|
|
24349
24350
|
checkCondition: () => needVerification,
|
|
24350
24351
|
extraParams: {
|
|
24351
24352
|
smsReported: true
|
|
@@ -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-C4flXqUk.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
constructor() {
|
|
14
14
|
__publicField(this, "ypRiddlerInstance", null);
|
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-C4flXqUk.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