vue-layout-gitcode 1.5.40 → 1.5.41
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-D__e3zw1.js → GloabarSearch-B3WaMuKu.js} +3 -2
- package/MenuItem-sYOAucPZ.js +156 -0
- package/ProjectMenuList-CzFBTOgQ.js +389 -0
- package/ProjectMenuListV2-jgMBlbf8.js +209 -0
- package/{ProjectSearch-Dk7fNm1o.js → ProjectSearch-uKBHewSu.js} +1 -1
- package/{SearchHistoryList-CMwsyUtO.js → SearchHistoryList-OoymGUmE.js} +80 -18
- package/{SearchPrefixTag-C__8boi7.js → SearchPrefixTag-CbAlojt8.js} +1 -1
- package/{SearchRecommed-CC4IKY86.js → SearchRecommed-CsB3ABLV.js} +4 -4
- package/{SearchScopeList-CchityQU.js → SearchScopeList-hV2eEbg3.js} +1 -1
- package/{UserSearch-BQPcYFsF.js → UserSearch-BeOxRcVD.js} +1 -1
- package/{index-B811122P.js → index-B0UuQjML.js} +898 -1997
- package/{index-C63Fujt-.js → index-Bwvj8boi.js} +1 -1
- package/{index-CRLLxvwN.js → index-CJ6wg13B.js} +2 -1
- package/index.js +10 -10
- package/{notice-CJ_zldUJ.js → notice-BuO9POoD.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/transWebUrl-C4ZsGLzN.js +21 -0
- package/MenuItem-DnSLaxJH.js +0 -118
|
@@ -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 {
|
|
3
|
+
import { q as useLayoutConfig, _ as _export_sfc } from "./index-B0UuQjML.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
|
@@ -1,6 +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
|
|
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-B0UuQjML.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-C4ZsGLzN.js";
|
|
4
5
|
import { useRouter } from "vue-router";
|
|
5
6
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
6
7
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { J, K, O, I, S, H, x, Q, N, P, M } from "./index-B0UuQjML.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
J as GitCodeAside,
|
|
4
|
+
K as GitCodeHeader,
|
|
5
|
+
O as GitCodeLayoutEmitter,
|
|
6
|
+
I as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
|
-
|
|
8
|
+
H as ToolsFloat,
|
|
9
9
|
x as currentTheme,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
Q as default,
|
|
11
|
+
N as setLayoutConfig,
|
|
12
|
+
P as setTheme,
|
|
13
|
+
M as useLogin
|
|
14
14
|
};
|
|
@@ -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-B0UuQjML.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";
|