vue-layout-gitcode 1.7.3 → 1.7.5
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-B8ENdpbz.js → GloabarSearch-DZj3KIuk.js} +3 -3
- package/{MenuItem-BbWTJ3TC.js → MenuItem-B-lQUKgn.js} +1 -1
- package/{ProjectMenuList-DcL-YWFf.js → ProjectMenuList-981cmvUT.js} +2 -2
- package/{ProjectMenuListV2-CbjDSbpJ.js → ProjectMenuListV2-BbyQVzxS.js} +2 -2
- package/{ProjectSearch-KXQI9EXE.js → ProjectSearch-D6dIDOLm.js} +1 -1
- package/{SearchHistoryList-Dio7OIDt.js → SearchHistoryList-yvEpSgdi.js} +1 -1
- package/{SearchPrefixTag-D6Hinad8.js → SearchPrefixTag-wit_kPMO.js} +1 -1
- package/{SearchRecommed-C1YDDC2d.js → SearchRecommed-CcQ1KkZv.js} +2 -2
- package/{SearchScopeList-Cma8y-al.js → SearchScopeList-PpOCXV3M.js} +1 -1
- package/{UserSearch-DY7rUzOa.js → UserSearch-W68Q6lZm.js} +1 -1
- package/{index-CPnn_0jN.js → index-BnYb_moT.js} +2 -3
- package/index-DEojQ-jm.js +265 -0
- package/{index-Cb7tqq6l.js → index-EVcYEXJG.js} +426 -261
- package/{index-CVWIlvsn.js → index-heJJmvdb.js} +5 -8
- package/index.js +2 -2
- package/{notice-e2NCMJyf.js → notice-CWgDMt9V.js} +3 -5
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-BChMu1HZ.js → transWebUrl-CtGzCYga.js} +1 -1
|
@@ -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 { t as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, 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$b, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
3
|
+
import { t as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, 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$b, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-EVcYEXJG.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-CtGzCYga.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";
|
|
@@ -536,8 +536,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
536
536
|
default: withCtx(() => [
|
|
537
537
|
_cache[0] || (_cache[0] = createElementVNode("div", { class: "new-tag w-[32px] h-[15px] text-[9px] text-[#ffffff] flex items-center justify-center leading-[1]" }, "New", -1))
|
|
538
538
|
]),
|
|
539
|
-
_: 1
|
|
540
|
-
__: [0]
|
|
539
|
+
_: 1
|
|
541
540
|
})) : createCommentVNode("", true);
|
|
542
541
|
};
|
|
543
542
|
}
|
|
@@ -752,8 +751,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
752
751
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
753
752
|
createTextVNode("G-Star ")
|
|
754
753
|
])),
|
|
755
|
-
_: 1
|
|
756
|
-
__: [0]
|
|
754
|
+
_: 1
|
|
757
755
|
}, 8, ["message"])
|
|
758
756
|
])) : createCommentVNode("", true),
|
|
759
757
|
unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -766,8 +764,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
766
764
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
767
765
|
createTextVNode(" G-Star ")
|
|
768
766
|
])),
|
|
769
|
-
_: 1
|
|
770
|
-
__: [1]
|
|
767
|
+
_: 1
|
|
771
768
|
}, 8, ["message"])
|
|
772
769
|
])) : createCommentVNode("", true),
|
|
773
770
|
createVNode(NewTag, {
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J, K, O, I, S, H,
|
|
1
|
+
import { J, K, O, I, S, H, y, Q, N, P, M } from "./index-EVcYEXJG.js";
|
|
2
2
|
export {
|
|
3
3
|
J as GitCodeAside,
|
|
4
4
|
K as GitCodeHeader,
|
|
@@ -6,7 +6,7 @@ export {
|
|
|
6
6
|
I as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
8
|
H as ToolsFloat,
|
|
9
|
-
|
|
9
|
+
y as currentTheme,
|
|
10
10
|
Q as default,
|
|
11
11
|
N as setLayoutConfig,
|
|
12
12
|
P as setTheme,
|
|
@@ -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-EVcYEXJG.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";
|
|
@@ -39,8 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
40
|
createTextVNode("忽略")
|
|
41
41
|
])),
|
|
42
|
-
_: 1
|
|
43
|
-
__: [1]
|
|
42
|
+
_: 1
|
|
44
43
|
}, 8, ["size", "onClick"]),
|
|
45
44
|
createVNode(unref(Button), {
|
|
46
45
|
variant: "solid",
|
|
@@ -51,8 +50,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51
50
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
51
|
createTextVNode("修改")
|
|
53
52
|
])),
|
|
54
|
-
_: 1
|
|
55
|
-
__: [2]
|
|
53
|
+
_: 1
|
|
56
54
|
}, 8, ["size"])
|
|
57
55
|
], 2)
|
|
58
56
|
]),
|