vue-layout-gitcode 1.3.25 → 1.3.26
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-6WFsL-u2.js → GloabarSearch-jFuTLWIT.js} +2 -2
- package/{ProjectSearch-ya1e6OoL.js → ProjectSearch-DRqIYuRa.js} +1 -1
- package/{SearchHistoryList-kpostvHy.js → SearchHistoryList-B2bIvzab.js} +1 -1
- package/{SearchPrefixTag-C-UVAa3F.js → SearchPrefixTag-B-kq4k0s.js} +1 -1
- package/{SearchRecommed-BFkpytID.js → SearchRecommed-MiT0AQ3u.js} +2 -2
- package/{SearchScopeList-C190ytHj.js → SearchScopeList-BkrASZDr.js} +1 -1
- package/{UserSearch-R1dNKzoX.js → UserSearch-CoYIxR82.js} +1 -1
- package/{index-DY9VX3UN.js → index-B4_q-aJ0.js} +2 -3
- package/{index-hyQi2LMz.js → index-BYT6vV5V.js} +86 -96
- package/{index-DriJo7MZ.js → index-D3q4EUnq.js} +3 -5
- package/index.d.ts +12 -2
- package/index.js +1 -1
- package/{notice-DJVrqSxG.js → notice-C0rOjRir.js} +3 -5
- package/package.json +1 -1
|
@@ -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, v 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$8, o as isIncubationRepo, p as highlightWords, q as transWebUrl, v as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-BYT6vV5V.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,8 +550,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
550
550
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
551
551
|
createTextVNode("G-Star ")
|
|
552
552
|
])),
|
|
553
|
-
_: 1
|
|
554
|
-
__: [0]
|
|
553
|
+
_: 1
|
|
555
554
|
}, 8, ["message"])
|
|
556
555
|
])) : createCommentVNode("", true),
|
|
557
556
|
unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -564,8 +563,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
564
563
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
565
564
|
createTextVNode(" G-Star ")
|
|
566
565
|
])),
|
|
567
|
-
_: 1
|
|
568
|
-
__: [1]
|
|
566
|
+
_: 1
|
|
569
567
|
}, 8, ["message"])
|
|
570
568
|
])) : createCommentVNode("", true)
|
|
571
569
|
]),
|
package/index.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
96
96
|
customError?: boolean | undefined;
|
|
97
97
|
customTimeout?: number | undefined;
|
|
98
98
|
ignoreError?: boolean | undefined;
|
|
99
|
-
customErrorCodes?: number[] | undefined;
|
|
99
|
+
customErrorCodes?: number[] | undefined;
|
|
100
100
|
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
101
101
|
};
|
|
102
102
|
globalStore: {
|
|
@@ -166,7 +166,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
166
166
|
customError?: boolean | undefined;
|
|
167
167
|
customTimeout?: number | undefined;
|
|
168
168
|
ignoreError?: boolean | undefined;
|
|
169
|
-
customErrorCodes?: number[] | undefined;
|
|
169
|
+
customErrorCodes?: number[] | undefined;
|
|
170
170
|
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
171
171
|
};
|
|
172
172
|
globalStore: {
|
|
@@ -309,7 +309,9 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
309
309
|
type: PropType<{
|
|
310
310
|
index_head: string;
|
|
311
311
|
detail_top: string;
|
|
312
|
+
detail_top_black: string;
|
|
312
313
|
detail_toolbar: string;
|
|
314
|
+
detail_toolbar_black: string;
|
|
313
315
|
detail_top_url: string;
|
|
314
316
|
index_head_url: string;
|
|
315
317
|
detail_toolbar_url: string;
|
|
@@ -318,7 +320,9 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
318
320
|
default: () => {
|
|
319
321
|
index_head: string;
|
|
320
322
|
detail_top: string;
|
|
323
|
+
detail_top_black: string;
|
|
321
324
|
detail_toolbar: string;
|
|
325
|
+
detail_toolbar_black: string;
|
|
322
326
|
detail_top_url: string;
|
|
323
327
|
index_head_url: string;
|
|
324
328
|
detail_toolbar_url: string;
|
|
@@ -410,7 +414,9 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
410
414
|
type: PropType<{
|
|
411
415
|
index_head: string;
|
|
412
416
|
detail_top: string;
|
|
417
|
+
detail_top_black: string;
|
|
413
418
|
detail_toolbar: string;
|
|
419
|
+
detail_toolbar_black: string;
|
|
414
420
|
detail_top_url: string;
|
|
415
421
|
index_head_url: string;
|
|
416
422
|
detail_toolbar_url: string;
|
|
@@ -419,7 +425,9 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
419
425
|
default: () => {
|
|
420
426
|
index_head: string;
|
|
421
427
|
detail_top: string;
|
|
428
|
+
detail_top_black: string;
|
|
422
429
|
detail_toolbar: string;
|
|
430
|
+
detail_toolbar_black: string;
|
|
423
431
|
detail_top_url: string;
|
|
424
432
|
index_head_url: string;
|
|
425
433
|
detail_toolbar_url: string;
|
|
@@ -443,7 +451,9 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
443
451
|
bgConfig: {
|
|
444
452
|
index_head: string;
|
|
445
453
|
detail_top: string;
|
|
454
|
+
detail_top_black: string;
|
|
446
455
|
detail_toolbar: string;
|
|
456
|
+
detail_toolbar_black: string;
|
|
447
457
|
detail_top_url: string;
|
|
448
458
|
index_head_url: string;
|
|
449
459
|
detail_toolbar_url: string;
|
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-BYT6vV5V.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
|
]),
|