vue-layout-gitcode 1.2.6 → 1.2.8
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-BxWQrvEl.js → GloabarSearch-NFF7QiLb.js} +2 -2
- package/{ProjectSearch-YIEr5Diu.js → ProjectSearch-BQle0y69.js} +1 -1
- package/{SearchHistoryList-Cr31WTbq.js → SearchHistoryList-uDjGqLr-.js} +1 -1
- package/{SearchPrefixTag-ClYqHcnn.js → SearchPrefixTag-DD9y771t.js} +1 -1
- package/{SearchRecommed-j-zXBvxP.js → SearchRecommed-DM_jRi05.js} +2 -2
- package/{SearchScopeList-DON9mK_b.js → SearchScopeList-Bj0_nb6N.js} +1 -1
- package/{UserSearch-Beg32Yu6.js → UserSearch-m2zh3cVf.js} +1 -1
- package/{index-RVQN2zns.js → index-CIY98t6v.js} +282 -222
- package/{index-B03he0qb.js → index-Dg-ehg0M.js} +3 -2
- package/{index-I2yYge9r.js → index-Dm5QQbV9.js} +5 -3
- package/index.js +1 -1
- package/{notice-D6ZcCu4h.js → notice-vD0Zu6Nh.js} +5 -3
- 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 { v as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
3
|
+
import { v as useLayoutConfig, _ as _export_sfc } from "./index-CIY98t6v.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
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watchEffect, defineComponent, toDisplayString, inject, createElementBlock, openBlock, normalizeClass, createElementVNode, withModifiers, withDirectives, vShow, createVNode, computed, createCommentVNode, unref, normalizeStyle, createTextVNode, onMounted, onUnmounted, Fragment, createBlock, renderList, reactive, withCtx } from "vue";
|
|
2
|
-
import { d as debounce, 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, t as transWebUrl, q as _frEventTrack, E as EVENT_NAME, b as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
2
|
+
import { d as debounce, 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, t as transWebUrl, q as _frEventTrack, E as EVENT_NAME, b as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-CIY98t6v.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";
|
|
@@ -566,7 +566,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
566
566
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
567
567
|
createTextVNode("G-Star ")
|
|
568
568
|
])),
|
|
569
|
-
_: 1
|
|
569
|
+
_: 1,
|
|
570
|
+
__: [0]
|
|
570
571
|
}, 8, ["message"])
|
|
571
572
|
])) : createCommentVNode("", true),
|
|
572
573
|
unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -579,7 +580,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
579
580
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
580
581
|
createTextVNode(" G-Star ")
|
|
581
582
|
])),
|
|
582
|
-
_: 1
|
|
583
|
+
_: 1,
|
|
584
|
+
__: [1]
|
|
583
585
|
}, 8, ["message"])
|
|
584
586
|
])) : createCommentVNode("", true)
|
|
585
587
|
]),
|
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-CIY98t6v.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
|
]),
|