vue-layout-gitcode 1.5.18 → 1.5.19
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-_a5I0Vdl.js → GloabarSearch-D-H_VTBh.js} +2 -2
- package/MenuItem-DeOVYMYs.js +97 -0
- package/{ProjectSearch-BqbnM11l.js → ProjectSearch-DRk7vdZ2.js} +1 -1
- package/{SearchHistoryList-B3qJl6gk.js → SearchHistoryList-CBQUKsrk.js} +1 -1
- package/{SearchPrefixTag-DzcDV1ao.js → SearchPrefixTag-B8XiSmmb.js} +1 -1
- package/{SearchRecommed-Dbv64XEp.js → SearchRecommed-BHhR3S7B.js} +2 -2
- package/{SearchScopeList-DJ0Sulpf.js → SearchScopeList-OJoCyUf-.js} +1 -1
- package/{UserSearch-VOk7db3f.js → UserSearch-BND8lzxl.js} +1 -1
- package/{index-Buo2ZdVB.js → index-CERylfaB.js} +878 -344
- package/{index-Z9aWBJRb.js → index-CnlCQcsz.js} +1 -1
- package/{index-D3Crg3pC.js → index-DfCAV_j6.js} +1 -1
- package/index.js +11 -11
- package/{notice-Bu9LbW8M.js → notice-BSVRFFuz.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -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 { x as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
3
|
+
import { x as useLayoutConfig, _ as _export_sfc } from "./index-CERylfaB.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
|
@@ -1,5 +1,5 @@
|
|
|
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
|
-
import { d as debounce, t as transferNumber, G as GIcon, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, L as LANG_KEY, j as LANG_ZH, k as usePageResize, m as isGstarRepo, n as _sfc_main$9, o as isIncubationRepo, p as highlightWords, q as transWebUrl, w as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
2
|
+
import { d as debounce, t as transferNumber, G as GIcon, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, L as LANG_KEY, j as LANG_ZH, k as usePageResize, m as isGstarRepo, n as _sfc_main$9, o as isIncubationRepo, p as highlightWords, q as transWebUrl, w as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-CERylfaB.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
4
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
5
5
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { H, I, M, F, S, D, z, O, K, N, J } from "./index-CERylfaB.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
H as GitCodeAside,
|
|
4
|
+
I as GitCodeHeader,
|
|
5
|
+
M as GitCodeLayoutEmitter,
|
|
6
|
+
F as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
D as ToolsFloat,
|
|
9
|
+
z as currentTheme,
|
|
10
|
+
O as default,
|
|
11
|
+
K as setLayoutConfig,
|
|
12
|
+
N as setTheme,
|
|
13
|
+
J 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-CERylfaB.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";
|