vue-layout-gitcode 1.3.30 → 1.3.31
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-CWpzZQTX.js → GloabarSearch-Es9xsyE9.js} +2 -18
- package/{ProjectSearch-CzTiNFoA.js → ProjectSearch-u121f-2-.js} +1 -1
- package/{SearchHistoryList-BArCPi_a.js → SearchHistoryList-C7ULqFMT.js} +1 -1
- package/{SearchPrefixTag-c4UDWAdr.js → SearchPrefixTag-Br3ULAmO.js} +1 -1
- package/{SearchRecommed-DbR4eMJ-.js → SearchRecommed-DIGFkjm8.js} +2 -2
- package/{SearchScopeList-Cj7i5ljr.js → SearchScopeList-CHYv_xQw.js} +1 -1
- package/{UserSearch-BDwnMzj1.js → UserSearch-Cm1yvZoZ.js} +1 -1
- package/{index-DF5ecnb3.js → index-980SABWQ.js} +5 -3
- package/{index-Cry9j6P1.js → index-CEqKIaAc.js} +3 -2
- package/{index-DfWuHq_J.js → index-viA1GlGo.js} +235 -158
- package/index.d.ts +2 -2
- package/index.js +11 -11
- package/{notice-DLZ4D-oB.js → notice-C_JvKN1x.js} +5 -3
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, inject, createElementBlock, openBlock, Fragment, createElementVNode, toDisplayString, createVNode, unref, renderList, withDirectives, createBlock, ref, watch, onMounted, createCommentVNode } from "vue";
|
|
2
2
|
import "vue-devui-lal/icon";
|
|
3
3
|
import "vue-devui-lal/icon/style.css";
|
|
4
|
-
import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
5
|
-
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-
|
|
4
|
+
import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-viA1GlGo.js";
|
|
5
|
+
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-980SABWQ.js";
|
|
6
6
|
import "vue-devui-lal/tooltip";
|
|
7
7
|
import "vue-devui-lal/tooltip/style.css";
|
|
8
8
|
import "vue-router";
|
|
@@ -11,22 +11,6 @@ import "vue-devui-lal/skeleton";
|
|
|
11
11
|
import "vue-devui-lal/grid/style.css";
|
|
12
12
|
import "vue-devui-lal/skeleton/style.css";
|
|
13
13
|
import "@vueuse/core";
|
|
14
|
-
const vElementExposure = {
|
|
15
|
-
mounted(el, binding) {
|
|
16
|
-
let observer = new IntersectionObserver(function(entries, observer2) {
|
|
17
|
-
entries.forEach(function(entry) {
|
|
18
|
-
var _a;
|
|
19
|
-
if (entry.isIntersecting) {
|
|
20
|
-
(_a = binding.value) == null ? void 0 : _a.trigger("expo");
|
|
21
|
-
observer2.unobserve(entry.target);
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
}, { threshold: 0 });
|
|
25
|
-
observer.observe(el);
|
|
26
|
-
},
|
|
27
|
-
beforeUnmount() {
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
14
|
const _hoisted_1$1 = { class: "mb-[4px] mt-[16px] flex justify-between" };
|
|
31
15
|
const _hoisted_2$1 = { class: "title" };
|
|
32
16
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, inject, computed, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-viA1GlGo.js";
|
|
3
3
|
import { useRoute, useRouter } from "vue-router";
|
|
4
4
|
import "vue-devui-lal/icon";
|
|
5
5
|
import "vue-devui-lal/icon/style.css";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers } from "vue";
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-viA1GlGo.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "history-list" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode, withDirectives, toDisplayString, withModifiers, createVNode, vShow } from "vue";
|
|
2
|
-
import { G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { G as GIcon, _ as _export_sfc } from "./index-viA1GlGo.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "ellipsis" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, onMounted, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createBlock, createVNode, withCtx } from "vue";
|
|
2
|
-
import { u as useReportRepo, S as SearchRepoCard } from "./index-
|
|
3
|
-
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-
|
|
2
|
+
import { u as useReportRepo, S as SearchRepoCard } from "./index-980SABWQ.js";
|
|
3
|
+
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-viA1GlGo.js";
|
|
4
4
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
5
5
|
import { SkeletonItem } from "vue-devui-lal/skeleton";
|
|
6
6
|
import "vue-devui-lal/grid/style.css";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, Fragment, renderList, createElementVNode, createVNode, createCommentVNode, toDisplayString, unref } from "vue";
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-viA1GlGo.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = ["onClick"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, ref, watch, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon } from "./index-viA1GlGo.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "px-[8px] history-list-project pl-[8px]" };
|
|
@@ -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, reactive, withCtx } 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$8, o as isIncubationRepo, p as highlightWords, q as transWebUrl,
|
|
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$8, 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-viA1GlGo.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";
|
|
@@ -550,7 +550,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
550
550
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
551
551
|
createTextVNode("G-Star ")
|
|
552
552
|
])),
|
|
553
|
-
_: 1
|
|
553
|
+
_: 1,
|
|
554
|
+
__: [0]
|
|
554
555
|
}, 8, ["message"])
|
|
555
556
|
])) : createCommentVNode("", true),
|
|
556
557
|
unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -563,7 +564,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
563
564
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
564
565
|
createTextVNode(" G-Star ")
|
|
565
566
|
])),
|
|
566
|
-
_: 1
|
|
567
|
+
_: 1,
|
|
568
|
+
__: [1]
|
|
567
569
|
}, 8, ["message"])
|
|
568
570
|
])) : createCommentVNode("", true)
|
|
569
571
|
]),
|
|
@@ -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 { x as useLayoutConfig, _ as _export_sfc } from "./index-viA1GlGo.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
|
@@ -49,7 +49,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
50
50
|
createElementVNode("div", { id: "captcha-box" }, null, -1)
|
|
51
51
|
])),
|
|
52
|
-
_: 1
|
|
52
|
+
_: 1,
|
|
53
|
+
__: [0]
|
|
53
54
|
});
|
|
54
55
|
};
|
|
55
56
|
}
|