vue-layout-gitcode 1.10.8 → 1.10.9
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-ExbtF8-g.js} +3 -3
- package/{MenuItem-5nvII1-H.js → MenuItem-BAw5BtBb.js} +1 -1
- package/{ProjectMenuList-D4XsZQj3.js → ProjectMenuList-Ce9S11ma.js} +2 -2
- package/{ProjectMenuListV2-J07632cN.js → ProjectMenuListV2-BIFEaq9E.js} +2 -2
- package/{ProjectSearch-BySngJUv.js → ProjectSearch-BaW9j7jM.js} +1 -1
- package/{SearchHistoryList-CHdkZ8FO.js → SearchHistoryList-BHpQc4do.js} +1 -1
- package/{SearchPrefixTag-DP1LYFTn.js → SearchPrefixTag-DE_FH3nS.js} +1 -1
- package/{SearchRecommed-CvDllUte.js → SearchRecommed-CuExGAND.js} +2 -2
- package/{SearchScopeList-BmfJjVtL.js → SearchScopeList-CBc-RbqA.js} +1 -1
- package/{UserSearch-BzW_dJiy.js → UserSearch-B9f_e7lG.js} +1 -1
- package/{index-Br3aHHVv.js → index-B-WQyJsC.js} +2 -5
- package/index-B6hVcI95.js +120 -0
- package/{index-0KJy9paC.js → index-DOhUtX7C.js} +886 -136
- package/{index-B8XBtYoE.js → index-u2_TEztk.js} +2 -2
- package/index.js +12 -12
- package/{notice-Bm6PXt-o.js → notice-BM-9d-tw.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CXAIc112.js → transWebUrl-g9vRctZr.js} +1 -1
- package/index-B5_lp60l.js +0 -101
|
@@ -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-DOhUtX7C.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-g9vRctZr.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,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { N, O, V, M, S, P, K, B, X, U, W, Q } from "./index-DOhUtX7C.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
N as GitCodeAside,
|
|
4
|
+
O as GitCodeHeader,
|
|
5
|
+
V as GitCodeLayoutEmitter,
|
|
6
|
+
M as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
P as SiteAnnouncement,
|
|
9
|
+
K as ToolsFloat,
|
|
10
|
+
B as currentTheme,
|
|
11
|
+
X as default,
|
|
12
|
+
U as setLayoutConfig,
|
|
13
|
+
W as setTheme,
|
|
14
|
+
Q as useLogin
|
|
15
15
|
};
|
|
@@ -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-DOhUtX7C.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";
|