vue-layout-gitcode 1.5.58 → 1.5.60-beta.0
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-BSegec6f.js → GloabarSearch-Bzthseyq.js} +3 -3
- package/{MenuItem-D9Nktvj8.js → MenuItem-QZeY-18P.js} +1 -1
- package/{ProjectMenuList-BpuNUse4.js → ProjectMenuList-me_NUvfD.js} +2 -2
- package/{ProjectMenuListV2-j2g3k_lM.js → ProjectMenuListV2-B50AE0P1.js} +2 -2
- package/{ProjectSearch-BopeQO3M.js → ProjectSearch-D3HgE4x_.js} +1 -1
- package/{SearchHistoryList-DBXpiNK1.js → SearchHistoryList-CkaUkVaZ.js} +1 -1
- package/{SearchPrefixTag-C64JLmtL.js → SearchPrefixTag-C4m3m3Kc.js} +1 -1
- package/{SearchRecommed-Ch5wEypl.js → SearchRecommed-Cwv3C1Gu.js} +2 -2
- package/{SearchScopeList-DOYaNRF7.js → SearchScopeList-Dm51H6XK.js} +1 -1
- package/{UserSearch-Cf686qif.js → UserSearch-J_wq4Y5n.js} +1 -1
- package/{index-LoW__tEJ.js → index-BMdGNfrQ.js} +215 -207
- package/{index-DX1sxHXB.js → index-PyK3cqnW.js} +2 -2
- package/{index-BOduiprl.js → index-bdOmZG9M.js} +1 -1
- package/index.d.ts +3 -9
- package/index.js +1 -1
- package/{notice-DIZowLQY.js → notice-Bve46dWA.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-DYHG554M.js → transWebUrl-CUt34mSI.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-BMdGNfrQ.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-CUt34mSI.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-BMdGNfrQ.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
package/index.d.ts
CHANGED
|
@@ -309,10 +309,6 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
309
309
|
type: PropType<any[] | undefined>;
|
|
310
310
|
required: false;
|
|
311
311
|
};
|
|
312
|
-
loginChildComponents: {
|
|
313
|
-
type: PropType<any>;
|
|
314
|
-
required: true;
|
|
315
|
-
};
|
|
316
312
|
bgConfig: {
|
|
317
313
|
type: PropType<{
|
|
318
314
|
index_head: string;
|
|
@@ -422,10 +418,6 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
422
418
|
type: PropType<any[] | undefined>;
|
|
423
419
|
required: false;
|
|
424
420
|
};
|
|
425
|
-
loginChildComponents: {
|
|
426
|
-
type: PropType<any>;
|
|
427
|
-
required: true;
|
|
428
|
-
};
|
|
429
421
|
bgConfig: {
|
|
430
422
|
type: PropType<{
|
|
431
423
|
index_head: string;
|
|
@@ -562,8 +554,10 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
|
|
|
562
554
|
declare interface LoginOptions {
|
|
563
555
|
Authorization?: boolean;
|
|
564
556
|
type?: 'login' | 'register';
|
|
565
|
-
[x: string]: any;
|
|
566
557
|
triggerType?: string;
|
|
558
|
+
loginTriggerSource?: string;
|
|
559
|
+
resetPwdSource?: string;
|
|
560
|
+
[x: string]: any;
|
|
567
561
|
}
|
|
568
562
|
|
|
569
563
|
export declare enum SceneValue {
|
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-BMdGNfrQ.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";
|