vue-layout-gitcode 1.5.27 → 1.5.28
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-CMO7E9bd.js → GloabarSearch-Pfv_0V1A.js} +2 -2
- package/{MenuItem-CCcjSsUF.js → MenuItem-V6j9-iQa.js} +1 -1
- package/{ProjectSearch-DPN4aYBL.js → ProjectSearch-3uQaORN7.js} +1 -1
- package/{SearchHistoryList-D6kLiBkc.js → SearchHistoryList-BVG9GLfD.js} +1 -1
- package/{SearchPrefixTag-D1ZLoEed.js → SearchPrefixTag-CsmF_EiG.js} +1 -1
- package/{SearchRecommed-CYeaUwiA.js → SearchRecommed-DyOsxFmz.js} +2 -2
- package/{SearchScopeList-cBgSDTnJ.js → SearchScopeList-CsoHOEWj.js} +1 -1
- package/{UserSearch-DUDNZwjv.js → UserSearch-DEXgPi5l.js} +1 -1
- package/{index-Dr1IWONg.js → index-C2ETa7j0.js} +3 -2
- package/{index-D39m35CB.js → index-D8cqk7Mk.js} +216 -165
- package/{index-BMAZjy98.js → index-DT4nbw3F.js} +7 -4
- package/index.js +1 -1
- package/{notice-jNuYd1LF.js → notice-D5DfOIub.js} +5 -3
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
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 transWebUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
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 transWebUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-D8cqk7Mk.js";
|
|
4
4
|
import { useRouter } from "vue-router";
|
|
5
5
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
6
6
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
|
@@ -462,7 +462,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
462
462
|
default: withCtx(() => [
|
|
463
463
|
_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))
|
|
464
464
|
]),
|
|
465
|
-
_: 1
|
|
465
|
+
_: 1,
|
|
466
|
+
__: [0]
|
|
466
467
|
})) : createCommentVNode("", true);
|
|
467
468
|
};
|
|
468
469
|
}
|
|
@@ -606,7 +607,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
606
607
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
607
608
|
createTextVNode("G-Star ")
|
|
608
609
|
])),
|
|
609
|
-
_: 1
|
|
610
|
+
_: 1,
|
|
611
|
+
__: [0]
|
|
610
612
|
}, 8, ["message"])
|
|
611
613
|
])) : createCommentVNode("", true),
|
|
612
614
|
unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -619,7 +621,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
619
621
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
620
622
|
createTextVNode(" G-Star ")
|
|
621
623
|
])),
|
|
622
|
-
_: 1
|
|
624
|
+
_: 1,
|
|
625
|
+
__: [1]
|
|
623
626
|
}, 8, ["message"])
|
|
624
627
|
])) : createCommentVNode("", true),
|
|
625
628
|
createVNode(NewTag, {
|
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-D8cqk7Mk.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,7 +39,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
40
|
createTextVNode("忽略")
|
|
41
41
|
])),
|
|
42
|
-
_: 1
|
|
42
|
+
_: 1,
|
|
43
|
+
__: [1]
|
|
43
44
|
}, 8, ["size", "onClick"]),
|
|
44
45
|
createVNode(unref(Button), {
|
|
45
46
|
variant: "solid",
|
|
@@ -50,7 +51,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
50
51
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
51
52
|
createTextVNode("修改")
|
|
52
53
|
])),
|
|
53
|
-
_: 1
|
|
54
|
+
_: 1,
|
|
55
|
+
__: [2]
|
|
54
56
|
}, 8, ["size"])
|
|
55
57
|
], 2)
|
|
56
58
|
]),
|