vue-layout-gitcode 1.5.36 → 1.5.38
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-BGc6DLnE.js → GloabarSearch-CJjkbV2c.js} +3 -3
- package/{MenuItem-Dio6Ln8-.js → MenuItem-7jfcGM6v.js} +7 -1
- package/{ProjectMenuList-Ce48BVmI.js → ProjectMenuList-DNRj895E.js} +2 -2
- package/{ProjectMenuListV2-BKK9O3L_.js → ProjectMenuListV2-BOrN4Vcs.js} +2 -2
- package/{ProjectSearch-kL14PUeX.js → ProjectSearch-UrpkL8RQ.js} +1 -1
- package/{SearchHistoryList-20zHdp-p.js → SearchHistoryList-q1In8i0X.js} +12 -2
- package/{SearchPrefixTag-BovdaNX0.js → SearchPrefixTag-BQC0FHqH.js} +1 -1
- package/{SearchRecommed-CbxMvHsl.js → SearchRecommed-CxHwLJJT.js} +4 -4
- package/{SearchScopeList-BgkRfLWh.js → SearchScopeList-Cc0WjT_C.js} +1 -1
- package/{UserSearch-Dp5Jgb6Q.js → UserSearch-DqPEGg_o.js} +1 -1
- package/{index-BqBr_GoX.js → index-BZl6bFOh.js} +214 -182
- package/{index-Cw2AlYDo.js → index-Bcz2w0mg.js} +2 -2
- package/{index-d7hFk5hY.js → index-CkXTGvrZ.js} +1 -1
- package/index.js +1 -1
- package/{notice-BJ2Ckgri.js → notice-BHzxu1B4.js} +1 -1
- package/package.json +1 -1
- package/{transWebUrl-BV1Y3bDh.js → transWebUrl-Cbporvxq.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
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, withCtx, reactive } from "vue";
|
|
2
2
|
import debounce from "lodash/debounce";
|
|
3
|
-
import { t as transferNumber, G as GIcon, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, L as LANG_KEY, g as LANG_ZH, j as usePageResize, k as isGstarRepo, m as _sfc_main$9, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
3
|
+
import { t as transferNumber, G as GIcon, s as setLoginTriggerSource, d as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, L as LANG_KEY, g as LANG_ZH, j as usePageResize, k as isGstarRepo, m as _sfc_main$9, n as isIncubationRepo, o as highlightWords, p as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-BZl6bFOh.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-Cbporvxq.js";
|
|
5
5
|
import { useRouter } from "vue-router";
|
|
6
6
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
7
7
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, onMounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
2
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
3
|
-
import { q as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
3
|
+
import { q as useLayoutConfig, _ as _export_sfc } from "./index-BZl6bFOh.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
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-BZl6bFOh.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";
|
package/package.json
CHANGED