vue-layout-gitcode 1.12.15-beta.38 → 1.12.15-beta.39
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-BY4XTK4l.js → GloabarSearch-D5NsRvkf.js} +3 -3
- package/{MenuItem-Bv3VAwzx.js → MenuItem-CQZAOwwL.js} +1 -1
- package/{ProjectMenuList-DZ8wIN6i.js → ProjectMenuList-BSfgkUfX.js} +2 -2
- package/{ProjectMenuListV2-CyF044q6.js → ProjectMenuListV2-cMY4ORTQ.js} +2 -2
- package/{ProjectSearch-Bek10-zT.js → ProjectSearch-DLh2AnUw.js} +1 -1
- package/{SearchHistoryList-DFlAHXRl.js → SearchHistoryList-Cohpm0K3.js} +1 -1
- package/{SearchRecommed-CMSfl1RI.js → SearchRecommed-EZaJbKKf.js} +2 -2
- package/{SearchScopeList-B0Z6ZP-7.js → SearchScopeList-CBt8l9es.js} +1 -1
- package/{UserSearch-6p9h6q_f.js → UserSearch-Dd_EixJW.js} +1 -1
- package/{index-CTQ4oqCy.js → index-BlfqCCTz.js} +24 -13
- package/{index-DMeEJtfN.js → index-Bzdv81xC.js} +1 -1
- package/{index-vj8RYQ_I.js → index-Cn3M276s.js} +2 -2
- package/{index-C-eKIiQW.js → index-DL72MOad.js} +1 -1
- package/index.d.ts +4 -0
- package/index.js +1 -1
- package/{notice-tEwodXyt.js → notice-BJGPg9x5.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CPkI4rHC.js → transWebUrl-B6q6Phrw.js} +1 -1
|
@@ -8,7 +8,7 @@ import { Message } from "vue-devui-lal/message";
|
|
|
8
8
|
import "vue-devui-lal/message/style.css";
|
|
9
9
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
10
10
|
import "vue-devui-lal/overlay/style.css";
|
|
11
|
-
import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-
|
|
11
|
+
import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-BlfqCCTz.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
// eslint-disable-next-line no-useless-constructor
|
|
14
14
|
constructor() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref, watchEffect, defineComponent, toDisplayString, unref, mergeModels, useModel, watch, createElementBlock, openBlock, createVNode, withDirectives, normalizeClass, createElementVNode, vShow, inject, withModifiers, createBlock, Fragment, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
|
|
2
2
|
import debounce from "lodash/debounce";
|
|
3
|
-
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
3
|
+
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-BlfqCCTz.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-B6q6Phrw.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,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, nextTick, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-
|
|
2
|
+
import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-BlfqCCTz.js";
|
|
3
3
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const TARGET_TEXT = "Click in order:";
|
package/index.d.ts
CHANGED
|
@@ -377,6 +377,10 @@ declare type EventBus = {
|
|
|
377
377
|
crossQuestion: void;
|
|
378
378
|
hisSearchValue: string;
|
|
379
379
|
resetPwdDirectlySuccess: void;
|
|
380
|
+
loginModalClose: void;
|
|
381
|
+
loginModalAction: {
|
|
382
|
+
model_name: string;
|
|
383
|
+
};
|
|
380
384
|
};
|
|
381
385
|
|
|
382
386
|
export declare const GitCodeAside: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-
|
|
1
|
+
import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-BlfqCCTz.js";
|
|
2
2
|
export {
|
|
3
3
|
a1 as AsideFooterTools,
|
|
4
4
|
Y as AtomCodeLauncher,
|
|
@@ -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, _ as _export_sfc } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-BlfqCCTz.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";
|