vue-layout-gitcode 1.0.25 → 1.0.27
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-a3b6bf26.js → GloabarSearch-f9e61c56.js} +3 -2
- package/{ProjectSearch-c2ec507b.js → ProjectSearch-74720f4c.js} +1 -1
- package/{SearchHistoryList-376716a3.js → SearchHistoryList-675e991e.js} +1 -1
- package/{SearchPrefixTag-397747f0.js → SearchPrefixTag-87a4b922.js} +1 -1
- package/{SearchRecommed-05ebe7a1.js → SearchRecommed-905fecf4.js} +5 -4
- package/{SearchScopeList-17a21edd.js → SearchScopeList-5d95cca8.js} +1 -1
- package/{UserSearch-3ed23ca5.js → UserSearch-a0175599.js} +1 -1
- package/{formatNameSpace-507418d4.js → formatNameSpace-627d4201.js} +1 -1
- package/{index-a2e2b957.js → index-987091b1.js} +207 -177
- package/{index-d366ea34.js → index-d3dae056.js} +1 -1
- package/index.d.ts +39 -2
- package/index.js +6 -6
- package/{notice-78d5c6d2.js → notice-6f85f789.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { inject, ref, watch, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, createCommentVNode } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, R as REPO_MODULE, t as transWebUrl, I as Icon, b as
|
|
3
|
-
import { u as useReportRepo, f as formatNameSpace } from "./formatNameSpace-
|
|
2
|
+
import { a as i18n, h as headRequest, R as REPO_MODULE, t as transWebUrl, I as Icon, b as REPO_EVENT, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-987091b1.js";
|
|
3
|
+
import { u as useReportRepo, f as formatNameSpace } from "./formatNameSpace-627d4201.js";
|
|
4
4
|
import "vue-devui-lal/icon";
|
|
5
5
|
import "vue-devui-lal/icon/style.css";
|
|
6
6
|
import "vue-devui-lal/button";
|
|
@@ -61,6 +61,7 @@ const _sfc_main = {
|
|
|
61
61
|
setup(__props) {
|
|
62
62
|
const { t: $t } = i18n.global;
|
|
63
63
|
const API = headRequest(inject("request"));
|
|
64
|
+
const useReport = inject("useReport");
|
|
64
65
|
const { triggerReport } = useReportRepo({ moduleName: REPO_MODULE.SEARCH_SUGGESTION_CARD }, API.viewReport);
|
|
65
66
|
const searchFileList = ref([]);
|
|
66
67
|
const origin = window.location.origin;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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, I as Icon, r as reqCatch } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, I as Icon, r as reqCatch } from "./index-987091b1.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, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers, createCommentVNode } from "vue";
|
|
2
|
-
import { a as i18n, I as Icon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, I as Icon, _ as _export_sfc } from "./index-987091b1.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -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-987091b1.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -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, a as i18n, T as TOPIC_TYPE,
|
|
3
|
-
import { f as formatNameSpace, u as useReportRepo } from "./formatNameSpace-
|
|
2
|
+
import { h as headRequest, I as Icon, r as reqCatch, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, d as useTimeFormat, f as usePageResize, g as highlightWords, t as transWebUrl, j as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, R as REPO_MODULE, b as REPO_EVENT } from "./index-987091b1.js";
|
|
3
|
+
import { f as formatNameSpace, u as useReportRepo } from "./formatNameSpace-627d4201.js";
|
|
4
4
|
import { useRouter } from "vue-router";
|
|
5
5
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
6
6
|
import "vue-devui-lal/grid/style.css";
|
|
@@ -602,6 +602,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
602
602
|
setup(__props) {
|
|
603
603
|
const { t: $t } = i18n.global;
|
|
604
604
|
const API = headRequest(inject("request"));
|
|
605
|
+
const useReport = inject("useReport");
|
|
605
606
|
const { triggerReport } = useReportRepo({ moduleName: REPO_MODULE.SEARCH_SUGGESTION_CARD }, API.viewReport);
|
|
606
607
|
const recommendRepoList = ref([]);
|
|
607
608
|
const handleReport = (repo, index, evt) => {
|
|
@@ -725,8 +726,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
725
726
|
};
|
|
726
727
|
}
|
|
727
728
|
});
|
|
728
|
-
const
|
|
729
|
-
const SearchRecommed = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
729
|
+
const SearchRecommed_vue_vue_type_style_index_0_scoped_e92c593f_lang = "";
|
|
730
|
+
const SearchRecommed = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e92c593f"]]);
|
|
730
731
|
export {
|
|
731
732
|
SearchRecommed as default
|
|
732
733
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, Fragment, renderList, createElementVNode, createVNode, toDisplayString, createCommentVNode, unref } from "vue";
|
|
2
|
-
import { a as i18n, I as Icon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, I as Icon, _ as _export_sfc } from "./index-987091b1.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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, I as Icon } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, I as Icon } from "./index-987091b1.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watchEffect } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { k as debounce } from "./index-987091b1.js";
|
|
3
3
|
const useReportRepo = (reportParams, viewReport) => {
|
|
4
4
|
const list = ref([]);
|
|
5
5
|
const pageRef = ref((window == null ? void 0 : window.page_ref) || "");
|