vue-layout-gitcode 1.12.15-beta.42 → 1.12.15-beta.44
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-CdOgG_hk.js → GloabarSearch-DOb49kb1.js} +20 -9
- package/{MenuItem-CFrSSS77.js → MenuItem-BDykqVY_.js} +2 -2
- package/{ProjectMenuList-CpRYmoS0.js → ProjectMenuList-XmOFvTS9.js} +11 -11
- package/{ProjectMenuListV2-CRcUujYr.js → ProjectMenuListV2-BuyD7jOd.js} +4 -4
- package/{ProjectSearch-CeHpiRzy.js → ProjectSearch-B--M9NKy.js} +2 -2
- package/{SearchHistoryList-Cv5D7n7o.js → SearchHistoryList-C6SlOUbd.js} +15 -9
- package/{SearchRecommed-B1jr15Y4.js → SearchRecommed-B2nSbCak.js} +4 -5
- package/{SearchScopeList-CKtSxEC-.js → SearchScopeList-BTHTBdRL.js} +3 -3
- package/{UserSearch-U5RcyJMQ.js → UserSearch-C7yhRImW.js} +2 -2
- package/{index-B2tTxiDn.js → index-Bhv07cir.js} +2160 -1407
- package/{index-COWBmQz7.js → index-CH0gI_tL.js} +5 -6
- package/{index-aIOMr3am.js → index-CtM76hG4.js} +45 -48
- package/{index-CAZAALfy.js → index-DFsuUGSz.js} +2 -2
- package/index.d.ts +5 -2
- package/index.js +19 -19
- package/{notice-BjSKPEuZ.js → notice-CxKzeiYF.js} +11 -13
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-Cqh6Rico.js → transWebUrl-CjAKBQUN.js} +1 -1
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { defineComponent, inject,
|
|
2
|
-
import "
|
|
3
|
-
import "vue-devui-lal/icon/style.css";
|
|
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-B2tTxiDn.js";
|
|
1
|
+
import { defineComponent, inject, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, unref, createVNode, renderList, withDirectives, createBlock, ref, watch, onMounted, createCommentVNode } from "vue";
|
|
2
|
+
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-Bhv07cir.js";
|
|
5
3
|
import "lodash/debounce";
|
|
6
|
-
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-
|
|
7
|
-
import "./transWebUrl-
|
|
4
|
+
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-CtM76hG4.js";
|
|
5
|
+
import "./transWebUrl-CjAKBQUN.js";
|
|
8
6
|
import "vue-devui-lal/tooltip";
|
|
9
7
|
import "vue-devui-lal/tooltip/style.css";
|
|
10
8
|
import "vue-router";
|
|
@@ -14,6 +12,8 @@ import "vue-devui-lal/grid/style.css";
|
|
|
14
12
|
import "vue-devui-lal/skeleton/style.css";
|
|
15
13
|
import "vue-devui-lal/popover";
|
|
16
14
|
import "vue-devui-lal/popover/style.css";
|
|
15
|
+
import "vue-devui-lal/icon";
|
|
16
|
+
import "vue-devui-lal/icon/style.css";
|
|
17
17
|
const _hoisted_1$1 = { class: "search-repo-list-header" };
|
|
18
18
|
const _hoisted_2$1 = { class: "title" };
|
|
19
19
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
@@ -166,13 +166,24 @@ const _sfc_main = {
|
|
|
166
166
|
});
|
|
167
167
|
return (_ctx, _cache) => {
|
|
168
168
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
169
|
+
createElementVNode("button", {
|
|
170
|
+
type: "button",
|
|
171
|
+
class: "global-search-all",
|
|
172
|
+
onClick: _cache[0] || (_cache[0] = ($event) => handleMore("all"))
|
|
173
|
+
}, [
|
|
174
|
+
createVNode(GIcon, {
|
|
175
|
+
name: "gt-search",
|
|
176
|
+
color: "var(--theme-placeholder)"
|
|
177
|
+
}),
|
|
178
|
+
createElementVNode("span", null, toDisplayString(unref($t)("gitCodeLayout.header.searchAll", { keyword: __props.searchStr })), 1)
|
|
179
|
+
]),
|
|
169
180
|
projectList.value.length ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
170
181
|
createVNode(SearchRepoCardList, {
|
|
171
182
|
"data-list": projectList.value,
|
|
172
183
|
"search-str": __props.searchStr,
|
|
173
184
|
name: unref($t)("gitCodeLayout.header.repo"),
|
|
174
185
|
type: "repo",
|
|
175
|
-
onMore: _cache[
|
|
186
|
+
onMore: _cache[1] || (_cache[1] = () => handleMore("repo"))
|
|
176
187
|
}, null, 8, ["data-list", "search-str", "name"])
|
|
177
188
|
])) : createCommentVNode("", true),
|
|
178
189
|
modelList.value.length ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
@@ -181,7 +192,7 @@ const _sfc_main = {
|
|
|
181
192
|
"search-str": __props.searchStr,
|
|
182
193
|
name: unref($t)("gitCodeLayout.aihub.model"),
|
|
183
194
|
type: "model",
|
|
184
|
-
onMore: _cache[
|
|
195
|
+
onMore: _cache[2] || (_cache[2] = () => handleMore("model"))
|
|
185
196
|
}, null, 8, ["data-list", "search-str", "name"])
|
|
186
197
|
])) : createCommentVNode("", true),
|
|
187
198
|
datasetList.value.length ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
@@ -190,7 +201,7 @@ const _sfc_main = {
|
|
|
190
201
|
"search-str": __props.searchStr,
|
|
191
202
|
name: unref($t)("gitCodeLayout.aihub.dataSet"),
|
|
192
203
|
type: "dataset",
|
|
193
|
-
onMore: _cache[
|
|
204
|
+
onMore: _cache[3] || (_cache[3] = () => handleMore("dataset"))
|
|
194
205
|
}, null, 8, ["data-list", "search-str", "name"])
|
|
195
206
|
])) : createCommentVNode("", true)
|
|
196
207
|
], 64);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, inject, useSlots, computed, ref,
|
|
2
|
-
import { a as i18n,
|
|
1
|
+
import { defineComponent, inject, useSlots, computed, ref, openBlock, createBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, createCommentVNode, createTextVNode, toDisplayString, renderSlot } from "vue";
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, B as ThemeType, C as currentTheme, L as LANG_ZH, D as LANG_EN, F as getLocaleLang, G as GIcon, H as emitEvent, b as REPO_EVENT, I as ASIDE_MENU_REPO, J as isHttps, K as navigateWithMigrationGuard, _ as _export_sfc } from "./index-Bhv07cir.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
4
|
import { Popover } from "vue-devui-lal/popover";
|
|
5
5
|
import "vue-devui-lal/popover/style.css";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent, inject, ref, reactive, watch, computed,
|
|
2
|
-
import { a as i18n,
|
|
1
|
+
import { defineComponent, inject, ref, reactive, watch, computed, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, unref, createVNode, withModifiers, normalizeClass, withCtx, renderList, createBlock, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, G as GIcon, t as transformUrl, N as _sfc_main$1, O as loadAsideData, K as navigateWithMigrationGuard, H as emitEvent, s as setLoginTriggerSource, f as useRequestReport, M as asideRequest, _ as _export_sfc } from "./index-Bhv07cir.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-CjAKBQUN.js";
|
|
5
5
|
import { Select, Option } from "vue-devui-lal/select";
|
|
6
6
|
import { Input } from "vue-devui-lal/input";
|
|
7
7
|
import { Skeleton } from "vue-devui-lal/skeleton";
|
|
@@ -250,7 +250,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
250
250
|
};
|
|
251
251
|
return (_ctx, _cache) => {
|
|
252
252
|
return openBlock(), createElementBlock("ul", _hoisted_1, [
|
|
253
|
-
|
|
253
|
+
__props.type === "project" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
254
254
|
createElementVNode("div", _hoisted_2, [
|
|
255
255
|
_cache[17] || (_cache[17] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
|
|
256
256
|
createElementVNode("span", _hoisted_3, [
|
|
@@ -311,7 +311,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
311
311
|
}, 8, ["modelValue", "placeholder"])
|
|
312
312
|
], 2)
|
|
313
313
|
], 64)) : createCommentVNode("", true),
|
|
314
|
-
|
|
314
|
+
__props.type === "team" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
315
315
|
createElementVNode("div", _hoisted_4, [
|
|
316
316
|
_cache[18] || (_cache[18] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
|
|
317
317
|
createElementVNode("span", _hoisted_5, [
|
|
@@ -350,7 +350,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
350
350
|
}, 8, ["modelValue", "placeholder"])
|
|
351
351
|
], 2)
|
|
352
352
|
], 64)) : createCommentVNode("", true),
|
|
353
|
-
|
|
353
|
+
__props.type === "enterprise" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
354
354
|
createElementVNode("div", _hoisted_6, [
|
|
355
355
|
_cache[19] || (_cache[19] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
|
|
356
356
|
createElementVNode("span", _hoisted_7, [
|
|
@@ -399,10 +399,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
399
399
|
"data-openBlank": true,
|
|
400
400
|
"data-href": unref(transformUrl)(unref(transWebUrl)(item.web_url)),
|
|
401
401
|
class: "text",
|
|
402
|
-
title:
|
|
402
|
+
title: __props.type === "project" ? `${item.namespace}/${item.label}` : item.label
|
|
403
403
|
}, {
|
|
404
404
|
icon: withCtx(() => [
|
|
405
|
-
|
|
405
|
+
__props.type === "project" ? (openBlock(), createBlock(GIcon, {
|
|
406
406
|
key: 0,
|
|
407
407
|
name: "gt-line-project",
|
|
408
408
|
color: "var(--theme-menu-icon-fill)",
|
|
@@ -417,7 +417,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
417
417
|
}, null, 8, ["src", "name", "class"]))
|
|
418
418
|
]),
|
|
419
419
|
default: withCtx(() => [
|
|
420
|
-
|
|
420
|
+
__props.type === "project" ? (openBlock(), createElementBlock("span", _hoisted_8, [
|
|
421
421
|
createElementVNode("span", _hoisted_9, toDisplayString((item.namespace || "").slice(0, 10)) + toDisplayString((item.namespace || "").length > 10 ? "..." : ""), 1),
|
|
422
422
|
createElementVNode("span", _hoisted_10, "/" + toDisplayString(item.label), 1)
|
|
423
423
|
])) : (openBlock(), createElementBlock("span", _hoisted_11, toDisplayString(item.label), 1))
|
|
@@ -425,14 +425,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
425
425
|
_: 2
|
|
426
426
|
}, 1032, ["data-href", "title"]);
|
|
427
427
|
}), 128)),
|
|
428
|
-
|
|
428
|
+
__props.type !== "enterprise" && !totalNum.value && !firstLoading.value ? (openBlock(), createBlock(unref(Button), {
|
|
429
429
|
key: 4,
|
|
430
430
|
variant: "text",
|
|
431
431
|
class: "more-btn",
|
|
432
432
|
onClick: withModifiers(createRepoOrOrg, ["stop"])
|
|
433
433
|
}, {
|
|
434
434
|
default: withCtx(() => [
|
|
435
|
-
createTextVNode(toDisplayString(
|
|
435
|
+
createTextVNode(toDisplayString(__props.buttonText), 1)
|
|
436
436
|
]),
|
|
437
437
|
_: 1
|
|
438
438
|
})) : createCommentVNode("", true),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent, inject, ref, reactive, computed, watch,
|
|
2
|
-
import { a as i18n,
|
|
1
|
+
import { defineComponent, inject, ref, reactive, computed, watch, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, createVNode, withModifiers, normalizeClass, withCtx, createBlock, createCommentVNode, Fragment, renderList, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
|
+
import { a as i18n, z as useLayoutConfig, t as transformUrl, G as GIcon, M as asideRequest, K as navigateWithMigrationGuard, H as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-Bhv07cir.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-CjAKBQUN.js";
|
|
5
5
|
import { Input } from "vue-devui-lal/input";
|
|
6
6
|
import { Skeleton } from "vue-devui-lal/skeleton";
|
|
7
7
|
import { MenuItem } from "vue-devui-lal/menu";
|
|
@@ -220,7 +220,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
220
220
|
onClick: withModifiers(createRepoOrOrg, ["stop"])
|
|
221
221
|
}, {
|
|
222
222
|
default: withCtx(() => [
|
|
223
|
-
createTextVNode(toDisplayString(
|
|
223
|
+
createTextVNode(toDisplayString(__props.buttonText), 1)
|
|
224
224
|
]),
|
|
225
225
|
_: 1
|
|
226
226
|
})) : createCommentVNode("", true),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ref, inject, computed, withDirectives,
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-
|
|
1
|
+
import { ref, inject, computed, withDirectives, openBlock, createElementBlock, 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-Bhv07cir.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
|
-
import { defineComponent, computed,
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
1
|
+
import { defineComponent, computed, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers, createCommentVNode } from "vue";
|
|
2
|
+
import { a as i18n, n as normalizeSearchHistoryEntry, G as GIcon, _ as _export_sfc } from "./index-Bhv07cir.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" };
|
|
@@ -42,6 +42,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
42
42
|
icon: "gt-plane-project",
|
|
43
43
|
hoverIcon: "gt-plane-project-red"
|
|
44
44
|
},
|
|
45
|
+
all: {
|
|
46
|
+
text: t("gitCodeLayout.common.all"),
|
|
47
|
+
icon: "gt-search",
|
|
48
|
+
hoverIcon: "gt-search"
|
|
49
|
+
},
|
|
45
50
|
model: {
|
|
46
51
|
text: t("gitCodeLayout.aihub.model"),
|
|
47
52
|
icon: "gt-plane-Models",
|
|
@@ -83,11 +88,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
83
88
|
hoverIcon: "gt-plane-topic-red"
|
|
84
89
|
}
|
|
85
90
|
};
|
|
86
|
-
|
|
91
|
+
const type = normalizeSearchHistoryEntry(item).type;
|
|
92
|
+
return typeMap[type] || typeMap["repo"];
|
|
87
93
|
};
|
|
88
94
|
const historyList = computed(() => {
|
|
89
95
|
var _a;
|
|
90
|
-
return (_a = props.searchHistoryList) == null ? void 0 : _a.map((raw) =>
|
|
96
|
+
return (_a = props.searchHistoryList) == null ? void 0 : _a.map((raw) => normalizeSearchHistoryEntry(raw)).filter((item) => item == null ? void 0 : item.q).map((item) => {
|
|
91
97
|
const repoTitle = item.repo ? `${t("gitCodeLayout.header.repo")} ${decodeURIComponent(item.repo)}:` : "";
|
|
92
98
|
const userVal = item.user || (item.scope === "user" ? item.namespace : "");
|
|
93
99
|
const orgVal = item.org || (item.scope === "user" ? "" : item.namespace);
|
|
@@ -117,15 +123,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
117
123
|
};
|
|
118
124
|
return (_ctx, _cache) => {
|
|
119
125
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
120
|
-
|
|
126
|
+
__props.searchHistoryList.length ? (openBlock(), createElementBlock("ul", {
|
|
121
127
|
key: 0,
|
|
122
128
|
class: "history-list-box history-list-box--mt",
|
|
123
129
|
onMouseleave: resetIndex
|
|
124
130
|
}, [
|
|
125
131
|
(openBlock(true), createElementBlock(Fragment, null, renderList(historyList.value, (item, index) => {
|
|
126
132
|
return openBlock(), createElementBlock("li", {
|
|
127
|
-
key: item
|
|
128
|
-
class: normalizeClass(
|
|
133
|
+
key: `${item.q}-${item.type || "repo"}-${index}`,
|
|
134
|
+
class: normalizeClass(__props.activeIndex === index ? "hoverbg" : ""),
|
|
129
135
|
onClick: ($event) => toSearch(item),
|
|
130
136
|
onMouseenter: ($event) => onSearchEnter(index)
|
|
131
137
|
}, [
|
|
@@ -148,10 +154,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
148
154
|
]),
|
|
149
155
|
createElementVNode("div", _hoisted_8, [
|
|
150
156
|
createElementVNode("span", {
|
|
151
|
-
class: normalizeClass(
|
|
157
|
+
class: normalizeClass(__props.activeIndex === index ? "history-list-box__type-text--active" : "history-list-box__type-text")
|
|
152
158
|
}, toDisplayString(getRepoType(item).text), 3),
|
|
153
159
|
createVNode(GIcon, {
|
|
154
|
-
name:
|
|
160
|
+
name: __props.activeIndex === index ? getRepoType(item).hoverIcon : getRepoType(item).icon
|
|
155
161
|
}, null, 8, ["name"])
|
|
156
162
|
])
|
|
157
163
|
]),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent, inject, ref, onMounted,
|
|
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-
|
|
1
|
+
import { defineComponent, inject, ref, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, renderSlot, createBlock, createVNode, withCtx } from "vue";
|
|
2
|
+
import { u as useReportRepo, S as SearchRepoCard } from "./index-CtM76hG4.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-Bhv07cir.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";
|
|
@@ -57,7 +57,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
57
57
|
createElementVNode("div", _hoisted_3, toDisplayString(unref($t)("gitCodeLayout.search.trendingToday")), 1),
|
|
58
58
|
(openBlock(true), createElementBlock(Fragment, null, renderList(recommendRepoList.value, (item, index) => {
|
|
59
59
|
return renderSlot(_ctx.$slots, "default", {
|
|
60
|
-
key: item.id,
|
|
61
60
|
item,
|
|
62
61
|
index
|
|
63
62
|
}, () => [
|
|
@@ -72,7 +71,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
72
71
|
cardType: (item == null ? void 0 : item.repo_type) || "repo",
|
|
73
72
|
"url-params": { source_module: "search_box_discovery" }
|
|
74
73
|
}, null, 8, ["info", "onReport", "cardType"]))
|
|
75
|
-
], true);
|
|
74
|
+
], true, item.id);
|
|
76
75
|
}), 128))
|
|
77
76
|
])) : (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
78
77
|
(openBlock(), createElementBlock(Fragment, null, renderList(5, (item) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent,
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, Fragment, renderList, createElementVNode, createVNode, toDisplayString, createCommentVNode, unref } from "vue";
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-Bhv07cir.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = ["onClick"];
|
|
@@ -25,7 +25,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
25
25
|
};
|
|
26
26
|
return (_ctx, _cache) => {
|
|
27
27
|
return openBlock(), createElementBlock("ul", null, [
|
|
28
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
28
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.searchScopeList, (item, index) => {
|
|
29
29
|
return openBlock(), createElementBlock("li", {
|
|
30
30
|
key: index,
|
|
31
31
|
class: "g-header-search-scopechoose",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { inject, ref, watch, withDirectives,
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-
|
|
1
|
+
import { inject, ref, watch, withDirectives, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-Bhv07cir.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-project history-list-project--padded" };
|