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.
@@ -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 useReport, c as REPO_EVENT, d as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-a2e2b957.js";
3
- import { u as useReportRepo, f as formatNameSpace } from "./formatNameSpace-507418d4.js";
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-a2e2b957.js";
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-a2e2b957.js";
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-a2e2b957.js";
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, f as useTimeFormat, g as usePageResize, j as highlightWords, t as transWebUrl, k as _frEventTrack, E as EVENT_NAME, d as REPO_TYPE, e as extractRepoInfoWithURL, R as REPO_MODULE, b as useReport, c as REPO_EVENT } from "./index-a2e2b957.js";
3
- import { f as formatNameSpace, u as useReportRepo } from "./formatNameSpace-507418d4.js";
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 SearchRecommed_vue_vue_type_style_index_0_scoped_9800a2bb_lang = "";
729
- const SearchRecommed = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9800a2bb"]]);
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-a2e2b957.js";
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-a2e2b957.js";
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 { l as debounce } from "./index-a2e2b957.js";
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) || "");