vue-layout-gitcode 1.0.0 → 1.0.2
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-37405ec8.js → GloabarSearch-17e77b1e.js} +6 -5
- package/{ProjectSearch-cbd30a7b.js → ProjectSearch-2735465f.js} +6 -5
- package/{SearchHistoryList-6fa78d5b.js → SearchHistoryList-df38eb3e.js} +7 -6
- package/{SearchPrefixTag-d6298d77.js → SearchPrefixTag-6487df83.js} +4 -3
- package/{SearchRecommed-bbea8abe.js → SearchRecommed-30ce741b.js} +18 -16
- package/{SearchScopeList-6eba07a3.js → SearchScopeList-f8827003.js} +7 -6
- package/{UserSearch-f7f1ff0d.js → UserSearch-c2065a9a.js} +6 -5
- package/{formatNameSpace-d87daa04.js → formatNameSpace-cafc014b.js} +1 -1
- package/{index-a06332e6.js → index-76454ee2.js} +4 -3
- package/{index-36595f17.js → index-a174ea22.js} +1138 -1096
- package/index.d.ts +677 -656
- package/index.js +9 -7
- package/{notice-425401c1.js → notice-868a1c83.js} +4 -3
- package/package.json +16 -16
- package/style.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { inject, ref, watch, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, Fragment, renderList, unref, createVNode, createCommentVNode } from "vue";
|
|
2
|
-
import { h as headRequest, R as REPO_MODULE, t as transWebUrl, I as Icon, a as useReport, b as REPO_EVENT, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
3
|
-
import { u as useReportRepo, f as formatNameSpace } from "./formatNameSpace-
|
|
2
|
+
import { h as headRequest, R as REPO_MODULE, t as transWebUrl, I as Icon, a as useReport, b as REPO_EVENT, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-a174ea22.js";
|
|
3
|
+
import { u as useReportRepo, f as formatNameSpace } from "./formatNameSpace-cafc014b.js";
|
|
4
4
|
import "vue-devui-lal/icon";
|
|
5
5
|
import "vue-devui-lal/icon/style.css";
|
|
6
6
|
import "vue-devui-lal/button";
|
|
@@ -37,10 +37,11 @@ import "vue-devui-lal/badge";
|
|
|
37
37
|
import "vue-devui-lal/badge/style.css";
|
|
38
38
|
import "vue-devui-lal/tabs";
|
|
39
39
|
import "vue-devui-lal/tabs/style.css";
|
|
40
|
-
import "vue-devui-lal/radio";
|
|
41
|
-
import "vue-devui-lal/radio/style.css";
|
|
42
40
|
import "vue-devui-lal/form";
|
|
43
41
|
import "vue-devui-lal/form/style.css";
|
|
42
|
+
import "vue-devui-lal/radio";
|
|
43
|
+
import "@devui-design/icons/icomoon/devui-icon.css";
|
|
44
|
+
import "vue-devui-lal/radio/style.css";
|
|
44
45
|
import "vue-devui-lal/checkbox";
|
|
45
46
|
import "vue-devui-lal/checkbox/style.css";
|
|
46
47
|
import "vue-devui-lal/modal";
|
|
@@ -114,7 +115,7 @@ const _sfc_main = {
|
|
|
114
115
|
});
|
|
115
116
|
return (_ctx, _cache) => {
|
|
116
117
|
return searchFileList.value.length ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
117
|
-
createElementVNode("p", _hoisted_2, toDisplayString(_ctx.$t("header.repo")), 1),
|
|
118
|
+
createElementVNode("p", _hoisted_2, toDisplayString(_ctx.$t("gitCodeLayout.header.repo")), 1),
|
|
118
119
|
(openBlock(true), createElementBlock(Fragment, null, renderList(searchFileList.value, (item) => {
|
|
119
120
|
return openBlock(), createElementBlock("a", {
|
|
120
121
|
href: unref(transWebUrl)(item.path, { source_module: "search_project" }),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ref, computed, withDirectives, openBlock, createElementBlock, createElementVNode, toDisplayString, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { h as headRequest, I as Icon, r as reqCatch } from "./index-
|
|
1
|
+
import { ref, inject, computed, withDirectives, openBlock, createElementBlock, createElementVNode, toDisplayString, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
+
import { h as headRequest, I as Icon, r as reqCatch } from "./index-a174ea22.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";
|
|
@@ -36,10 +36,11 @@ import "vue-devui-lal/badge";
|
|
|
36
36
|
import "vue-devui-lal/badge/style.css";
|
|
37
37
|
import "vue-devui-lal/tabs";
|
|
38
38
|
import "vue-devui-lal/tabs/style.css";
|
|
39
|
-
import "vue-devui-lal/radio";
|
|
40
|
-
import "vue-devui-lal/radio/style.css";
|
|
41
39
|
import "vue-devui-lal/form";
|
|
42
40
|
import "vue-devui-lal/form/style.css";
|
|
41
|
+
import "vue-devui-lal/radio";
|
|
42
|
+
import "@devui-design/icons/icomoon/devui-icon.css";
|
|
43
|
+
import "vue-devui-lal/radio/style.css";
|
|
43
44
|
import "vue-devui-lal/checkbox";
|
|
44
45
|
import "vue-devui-lal/checkbox/style.css";
|
|
45
46
|
import "vue-devui-lal/modal";
|
|
@@ -105,7 +106,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({ name: "SearchFileList" }, {
|
|
|
105
106
|
};
|
|
106
107
|
return (_ctx, _cache) => {
|
|
107
108
|
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
|
|
108
|
-
createElementVNode("p", _hoisted_2, toDisplayString(_ctx.$t("header.file")), 1),
|
|
109
|
+
createElementVNode("p", _hoisted_2, toDisplayString(_ctx.$t("gitCodeLayout.header.file")), 1),
|
|
109
110
|
(openBlock(true), createElementBlock(Fragment, null, renderList(searchFileList.value, (item, index) => {
|
|
110
111
|
return openBlock(), createElementBlock("a", {
|
|
111
112
|
key: index,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers, createCommentVNode } from "vue";
|
|
2
|
-
import { d as i18n, I as Icon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { d as i18n, I as Icon, _ as _export_sfc } from "./index-a174ea22.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -36,10 +36,11 @@ import "vue-devui-lal/badge";
|
|
|
36
36
|
import "vue-devui-lal/badge/style.css";
|
|
37
37
|
import "vue-devui-lal/tabs";
|
|
38
38
|
import "vue-devui-lal/tabs/style.css";
|
|
39
|
-
import "vue-devui-lal/radio";
|
|
40
|
-
import "vue-devui-lal/radio/style.css";
|
|
41
39
|
import "vue-devui-lal/form";
|
|
42
40
|
import "vue-devui-lal/form/style.css";
|
|
41
|
+
import "vue-devui-lal/radio";
|
|
42
|
+
import "@devui-design/icons/icomoon/devui-icon.css";
|
|
43
|
+
import "vue-devui-lal/radio/style.css";
|
|
43
44
|
import "vue-devui-lal/checkbox";
|
|
44
45
|
import "vue-devui-lal/checkbox/style.css";
|
|
45
46
|
import "vue-devui-lal/modal";
|
|
@@ -76,7 +77,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76
77
|
var _a;
|
|
77
78
|
return (_a = props.searchHistoryList) == null ? void 0 : _a.map((item) => {
|
|
78
79
|
const repoTitle = item.repo ? `${t("header.repo")} ${decodeURIComponent(item.repo)}:` : "";
|
|
79
|
-
const namespaceTitle = item.namespace ? `${item.scope === "group" ? t("header.org") : t("header.user")} ${decodeURIComponent(item.namespace)}:` : "";
|
|
80
|
+
const namespaceTitle = item.namespace ? `${item.scope === "group" ? t("gitCodeLayout.header.org") : t("gitCodeLayout.header.user")} ${decodeURIComponent(item.namespace)}:` : "";
|
|
80
81
|
return { ...item, repoTitle, namespaceTitle };
|
|
81
82
|
});
|
|
82
83
|
});
|
|
@@ -137,8 +138,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
137
138
|
};
|
|
138
139
|
}
|
|
139
140
|
});
|
|
140
|
-
const
|
|
141
|
-
const SearchHistoryList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
141
|
+
const SearchHistoryList_vue_vue_type_style_index_0_scoped_19923b60_lang = "";
|
|
142
|
+
const SearchHistoryList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-19923b60"]]);
|
|
142
143
|
export {
|
|
143
144
|
SearchHistoryList as default
|
|
144
145
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, withDirectives, withModifiers, createVNode, vShow } from "vue";
|
|
2
|
-
import { I as Icon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { I as Icon, _ as _export_sfc } from "./index-a174ea22.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -36,10 +36,11 @@ import "vue-devui-lal/badge";
|
|
|
36
36
|
import "vue-devui-lal/badge/style.css";
|
|
37
37
|
import "vue-devui-lal/tabs";
|
|
38
38
|
import "vue-devui-lal/tabs/style.css";
|
|
39
|
-
import "vue-devui-lal/radio";
|
|
40
|
-
import "vue-devui-lal/radio/style.css";
|
|
41
39
|
import "vue-devui-lal/form";
|
|
42
40
|
import "vue-devui-lal/form/style.css";
|
|
41
|
+
import "vue-devui-lal/radio";
|
|
42
|
+
import "@devui-design/icons/icomoon/devui-icon.css";
|
|
43
|
+
import "vue-devui-lal/radio/style.css";
|
|
43
44
|
import "vue-devui-lal/checkbox";
|
|
44
45
|
import "vue-devui-lal/checkbox/style.css";
|
|
45
46
|
import "vue-devui-lal/modal";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, toDisplayString, inject, ref, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, withDirectives, vShow, createVNode, computed, unref, normalizeStyle, createCommentVNode, createTextVNode, onMounted, onUnmounted, Fragment, createBlock, renderList, reactive, resolveComponent, withCtx } from "vue";
|
|
2
|
-
import { h as headRequest, I as Icon, r as reqCatch, _ as _export_sfc, T as TOPIC_TYPE, f as useTimeFormat, g as usePageResize, d as i18n, j as highlightWords, t as transWebUrl, k as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, R as REPO_MODULE, a as useReport, b as REPO_EVENT } from "./index-
|
|
3
|
-
import { f as formatNameSpace, u as useReportRepo } from "./formatNameSpace-
|
|
2
|
+
import { h as headRequest, I as Icon, r as reqCatch, _ as _export_sfc, T as TOPIC_TYPE, f as useTimeFormat, g as usePageResize, d as i18n, j as highlightWords, t as transWebUrl, k as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, R as REPO_MODULE, a as useReport, b as REPO_EVENT, l as useLayoutConfig } from "./index-a174ea22.js";
|
|
3
|
+
import { f as formatNameSpace, u as useReportRepo } from "./formatNameSpace-cafc014b.js";
|
|
4
4
|
import { useRouter } from "vue-router";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
6
6
|
import "vue-devui-lal/popover";
|
|
@@ -37,10 +37,11 @@ import "vue-devui-lal/badge";
|
|
|
37
37
|
import "vue-devui-lal/badge/style.css";
|
|
38
38
|
import "vue-devui-lal/tabs";
|
|
39
39
|
import "vue-devui-lal/tabs/style.css";
|
|
40
|
-
import "vue-devui-lal/radio";
|
|
41
|
-
import "vue-devui-lal/radio/style.css";
|
|
42
40
|
import "vue-devui-lal/form";
|
|
43
41
|
import "vue-devui-lal/form/style.css";
|
|
42
|
+
import "vue-devui-lal/radio";
|
|
43
|
+
import "@devui-design/icons/icomoon/devui-icon.css";
|
|
44
|
+
import "vue-devui-lal/radio/style.css";
|
|
44
45
|
import "vue-devui-lal/checkbox";
|
|
45
46
|
import "vue-devui-lal/checkbox/style.css";
|
|
46
47
|
import "vue-devui-lal/modal";
|
|
@@ -270,7 +271,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
270
271
|
color: "var(--theme-home-card-color-placeholder)",
|
|
271
272
|
size: "14"
|
|
272
273
|
}),
|
|
273
|
-
!_ctx.hideText ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(_ctx.$t("components.repo.today")), 1)) : createCommentVNode("", true),
|
|
274
|
+
!_ctx.hideText ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(_ctx.$t("gitCodeLayout.components.repo.today")), 1)) : createCommentVNode("", true),
|
|
274
275
|
createVNode(_sfc_main$8, {
|
|
275
276
|
number: _ctx.starCountOne || 0
|
|
276
277
|
}, null, 8, ["number"])
|
|
@@ -278,8 +279,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
278
279
|
};
|
|
279
280
|
}
|
|
280
281
|
});
|
|
281
|
-
const
|
|
282
|
-
const StarCountOne = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
282
|
+
const index_vue_vue_type_style_index_0_scoped_c2253a14_lang = "";
|
|
283
|
+
const StarCountOne = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-c2253a14"]]);
|
|
283
284
|
const _hoisted_1$3 = { class: "github-star-num" };
|
|
284
285
|
const _hoisted_2$3 = { class: "leading-none" };
|
|
285
286
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
@@ -399,8 +400,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
399
400
|
};
|
|
400
401
|
}
|
|
401
402
|
});
|
|
402
|
-
const
|
|
403
|
-
const RepoCardFooter = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
403
|
+
const index_vue_vue_type_style_index_0_scoped_e5f7b6fb_lang = "";
|
|
404
|
+
const RepoCardFooter = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-e5f7b6fb"]]);
|
|
404
405
|
const _hoisted_1$1 = ["innerHTML"];
|
|
405
406
|
const _hoisted_2$1 = {
|
|
406
407
|
key: 0,
|
|
@@ -519,7 +520,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
519
520
|
class: "repo-title",
|
|
520
521
|
innerHTML: preHandWord()
|
|
521
522
|
}, null, 8, _hoisted_1$1),
|
|
522
|
-
_ctx.info.show_recommend_icon ? (openBlock(), createElementBlock("span", _hoisted_2$1, toDisplayString(unref($t)("search.recommendTag")), 1)) : createCommentVNode("", true)
|
|
523
|
+
_ctx.info.show_recommend_icon ? (openBlock(), createElementBlock("span", _hoisted_2$1, toDisplayString(unref($t)("gitCodeLayout.search.recommendTag")), 1)) : createCommentVNode("", true)
|
|
523
524
|
]),
|
|
524
525
|
_: 1
|
|
525
526
|
}),
|
|
@@ -591,8 +592,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
591
592
|
};
|
|
592
593
|
}
|
|
593
594
|
});
|
|
594
|
-
const
|
|
595
|
-
const SearchRepoCard = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
595
|
+
const index_vue_vue_type_style_index_0_scoped_c871ff75_lang = "";
|
|
596
|
+
const SearchRepoCard = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-c871ff75"]]);
|
|
596
597
|
const _hoisted_1 = { class: "g-header-search-recommed" };
|
|
597
598
|
const _hoisted_2 = { key: 0 };
|
|
598
599
|
const _hoisted_3 = { class: "g-header-search-recommed-title" };
|
|
@@ -600,6 +601,7 @@ const _hoisted_4 = { key: 1 };
|
|
|
600
601
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
601
602
|
__name: "SearchRecommed",
|
|
602
603
|
setup(__props) {
|
|
604
|
+
const layoutConfig = useLayoutConfig();
|
|
603
605
|
const API = headRequest(inject("request"));
|
|
604
606
|
const { triggerReport } = useReportRepo({ moduleName: REPO_MODULE.SEARCH_SUGGESTION_CARD }, API.viewReport);
|
|
605
607
|
const recommendRepoList = ref([]);
|
|
@@ -615,7 +617,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
615
617
|
};
|
|
616
618
|
const getRecommendRepo = async () => {
|
|
617
619
|
var _a;
|
|
618
|
-
const channel_id =
|
|
620
|
+
const channel_id = layoutConfig.VITE_SEARCH_REPO_CHANNEL_ID;
|
|
619
621
|
const params = { channel_id, sub_channel_id: "", page: 1, per_page: 20, sort: "star_cnt_desc", repo_type: -1 };
|
|
620
622
|
const res = await API.openSourceProject(params);
|
|
621
623
|
const data = (((_a = res == null ? void 0 : res.data) == null ? void 0 : _a.content) || []).filter((item) => item.source_type !== "github-trending").slice(0, 5);
|
|
@@ -634,7 +636,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
634
636
|
const _component_d_row = resolveComponent("d-row");
|
|
635
637
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
636
638
|
recommendRepoList.value.length ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
637
|
-
createElementVNode("div", _hoisted_3, toDisplayString(_ctx.$t("search.trendingToday")), 1),
|
|
639
|
+
createElementVNode("div", _hoisted_3, toDisplayString(_ctx.$t("gitCodeLayout.search.trendingToday")), 1),
|
|
638
640
|
(openBlock(true), createElementBlock(Fragment, null, renderList(recommendRepoList.value, (item, index) => {
|
|
639
641
|
return openBlock(), createBlock(SearchRepoCard, {
|
|
640
642
|
key: item.id,
|
|
@@ -717,8 +719,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
717
719
|
};
|
|
718
720
|
}
|
|
719
721
|
});
|
|
720
|
-
const
|
|
721
|
-
const SearchRecommed = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
722
|
+
const SearchRecommed_vue_vue_type_style_index_0_scoped_a29f2e75_lang = "";
|
|
723
|
+
const SearchRecommed = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a29f2e75"]]);
|
|
722
724
|
export {
|
|
723
725
|
SearchRecommed as default
|
|
724
726
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, Fragment, renderList, createElementVNode, createVNode, toDisplayString, createCommentVNode } from "vue";
|
|
2
|
-
import { I as Icon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { I as Icon, _ as _export_sfc } from "./index-a174ea22.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -36,10 +36,11 @@ import "vue-devui-lal/badge";
|
|
|
36
36
|
import "vue-devui-lal/badge/style.css";
|
|
37
37
|
import "vue-devui-lal/tabs";
|
|
38
38
|
import "vue-devui-lal/tabs/style.css";
|
|
39
|
-
import "vue-devui-lal/radio";
|
|
40
|
-
import "vue-devui-lal/radio/style.css";
|
|
41
39
|
import "vue-devui-lal/form";
|
|
42
40
|
import "vue-devui-lal/form/style.css";
|
|
41
|
+
import "vue-devui-lal/radio";
|
|
42
|
+
import "@devui-design/icons/icomoon/devui-icon.css";
|
|
43
|
+
import "vue-devui-lal/radio/style.css";
|
|
43
44
|
import "vue-devui-lal/checkbox";
|
|
44
45
|
import "vue-devui-lal/checkbox/style.css";
|
|
45
46
|
import "vue-devui-lal/modal";
|
|
@@ -87,7 +88,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
87
88
|
createElementVNode("span", _hoisted_6, toDisplayString(_ctx.searchStr), 1)
|
|
88
89
|
]),
|
|
89
90
|
createElementVNode("p", _hoisted_7, [
|
|
90
|
-
createElementVNode("span", null, toDisplayString(item.label ? `${item.label}${_ctx.$t("header.underSearch")}` : item.title), 1),
|
|
91
|
+
createElementVNode("span", null, toDisplayString(item.label ? `${item.label}${_ctx.$t("gitCodeLayout.header.underSearch")}` : item.title), 1),
|
|
91
92
|
createVNode(Icon, { name: "gt-line-right" })
|
|
92
93
|
])
|
|
93
94
|
]),
|
|
@@ -98,8 +99,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
98
99
|
};
|
|
99
100
|
}
|
|
100
101
|
});
|
|
101
|
-
const
|
|
102
|
-
const SearchScopeList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
102
|
+
const SearchScopeList_vue_vue_type_style_index_0_scoped_94f2d6dd_lang = "";
|
|
103
|
+
const SearchScopeList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-94f2d6dd"]]);
|
|
103
104
|
export {
|
|
104
105
|
SearchScopeList as default
|
|
105
106
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ref, watch, withDirectives, openBlock, createElementBlock, createElementVNode, toDisplayString, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { h as headRequest, I as Icon } from "./index-
|
|
1
|
+
import { inject, ref, watch, withDirectives, openBlock, createElementBlock, createElementVNode, toDisplayString, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
+
import { h as headRequest, I as Icon } from "./index-a174ea22.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -36,10 +36,11 @@ import "vue-devui-lal/badge";
|
|
|
36
36
|
import "vue-devui-lal/badge/style.css";
|
|
37
37
|
import "vue-devui-lal/tabs";
|
|
38
38
|
import "vue-devui-lal/tabs/style.css";
|
|
39
|
-
import "vue-devui-lal/radio";
|
|
40
|
-
import "vue-devui-lal/radio/style.css";
|
|
41
39
|
import "vue-devui-lal/form";
|
|
42
40
|
import "vue-devui-lal/form/style.css";
|
|
41
|
+
import "vue-devui-lal/radio";
|
|
42
|
+
import "@devui-design/icons/icomoon/devui-icon.css";
|
|
43
|
+
import "vue-devui-lal/radio/style.css";
|
|
43
44
|
import "vue-devui-lal/checkbox";
|
|
44
45
|
import "vue-devui-lal/checkbox/style.css";
|
|
45
46
|
import "vue-devui-lal/modal";
|
|
@@ -103,7 +104,7 @@ const _sfc_main = {
|
|
|
103
104
|
});
|
|
104
105
|
return (_ctx, _cache) => {
|
|
105
106
|
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
|
|
106
|
-
createElementVNode("p", _hoisted_2, toDisplayString(_ctx.$t("header.repo")), 1),
|
|
107
|
+
createElementVNode("p", _hoisted_2, toDisplayString(_ctx.$t("gitCodeLayout.header.repo")), 1),
|
|
107
108
|
(openBlock(true), createElementBlock(Fragment, null, renderList(searchFileList.value, (item, index) => {
|
|
108
109
|
return openBlock(), createElementBlock("a", {
|
|
109
110
|
key: index,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watchEffect } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { m as debounce } from "./index-a174ea22.js";
|
|
3
3
|
const useReportRepo = (reportParams, viewReport) => {
|
|
4
4
|
const list = ref([]);
|
|
5
5
|
const pageRef = ref((window == null ? void 0 : window.page_ref) || "");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, openBlock, createBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { n as baseURL, _ as _export_sfc } from "./index-a174ea22.js";
|
|
3
3
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -38,10 +38,11 @@ import "vue-devui-lal/badge";
|
|
|
38
38
|
import "vue-devui-lal/badge/style.css";
|
|
39
39
|
import "vue-devui-lal/tabs";
|
|
40
40
|
import "vue-devui-lal/tabs/style.css";
|
|
41
|
-
import "vue-devui-lal/radio";
|
|
42
|
-
import "vue-devui-lal/radio/style.css";
|
|
43
41
|
import "vue-devui-lal/form";
|
|
44
42
|
import "vue-devui-lal/form/style.css";
|
|
43
|
+
import "vue-devui-lal/radio";
|
|
44
|
+
import "@devui-design/icons/icomoon/devui-icon.css";
|
|
45
|
+
import "vue-devui-lal/radio/style.css";
|
|
45
46
|
import "vue-devui-lal/checkbox";
|
|
46
47
|
import "vue-devui-lal/checkbox/style.css";
|
|
47
48
|
import "vue-devui-lal/modal";
|