vue-layout-gitcode 1.12.15-beta.35 → 1.12.15-beta.36
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-mKuJwojO.js → GloabarSearch-CN0qBUrp.js} +4 -4
- package/{MenuItem-C7qX5JBL.js → MenuItem-nMj1VEHc.js} +2 -2
- package/{ProjectMenuList-C2KV0RRR.js → ProjectMenuList-DRaR-P_6.js} +3 -3
- package/{ProjectMenuListV2-BEg993LO.js → ProjectMenuListV2-KCh-r9n9.js} +3 -3
- package/{ProjectSearch-CAfC9D0U.js → ProjectSearch-DyLsFRsj.js} +2 -2
- package/{SearchHistoryList-BSzAiApI.js → SearchHistoryList-CDyIbrcS.js} +2 -2
- package/{SearchRecommed-CPwOHFoD.js → SearchRecommed-DEB7OW3g.js} +5 -4
- package/{SearchScopeList-vzOyFcWR.js → SearchScopeList-B8ISBgut.js} +2 -2
- package/{UserSearch-BkTqSdzz.js → UserSearch-YOC5Q0zn.js} +2 -2
- package/{index-Do-CQRho.js → index-9UJb88AH.js} +2 -2
- package/{index-B8mrF-R_.js → index-BNuZ_eoo.js} +2 -2
- package/{index-Dy_ygVv2.js → index-B_E2tb_f.js} +604 -1278
- package/{index-BF43h3sm.js → index-Bhl6t4Vl.js} +3 -3
- package/index.d.ts +0 -7
- package/index.js +19 -19
- package/{notice-Bs5oNzFH.js → notice-DRoH5J01.js} +2 -2
- package/package.json +1 -1
- package/{transWebUrl-ClkTqZ9T.js → transWebUrl-dcpKXCY6.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ref, watchEffect, defineComponent, toDisplayString, unref, useModel, watch,
|
|
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,
|
|
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-B_E2tb_f.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-dcpKXCY6.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";
|
package/index.d.ts
CHANGED
|
@@ -157,8 +157,6 @@ declare type __VLS_Props_2 = {
|
|
|
157
157
|
createMenuItems?: HeaderCreateMenuItem[];
|
|
158
158
|
/** Header 新建菜单跳转适配器 */
|
|
159
159
|
createMenuNavigate?: HeaderCreateMenuNavigate;
|
|
160
|
-
/** 工作台按钮站内路由跳转适配器 */
|
|
161
|
-
workspaceNavigate?: HomeHeaderWorkspaceNavigate;
|
|
162
160
|
/** AtomCode 工作台 query string 参数 */
|
|
163
161
|
atomcodeLaunchQs?: string;
|
|
164
162
|
/** 是否展示 AtomCodeLauncher 引导入口 */
|
|
@@ -168,8 +166,6 @@ declare type __VLS_Props_2 = {
|
|
|
168
166
|
declare type __VLS_Props_3 = {
|
|
169
167
|
customItems?: HomePageSidebarItem[];
|
|
170
168
|
fallbacks?: Partial<HomeHeaderActionUrls>;
|
|
171
|
-
/** 宿主应用可接管工作台的站内路由跳转。 */
|
|
172
|
-
workspaceNavigate?: HomeHeaderWorkspaceNavigate;
|
|
173
169
|
};
|
|
174
170
|
|
|
175
171
|
declare type __VLS_Props_4 = {
|
|
@@ -540,7 +536,6 @@ declare type HomeChannelStoreItem = HomeChannelItem & {
|
|
|
540
536
|
export declare const HomeHeaderActions: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
|
|
541
537
|
customItems: HomePageSidebarItem[];
|
|
542
538
|
fallbacks: Partial<HomeHeaderActionUrls>;
|
|
543
|
-
workspaceNavigate: HomeHeaderWorkspaceNavigate;
|
|
544
539
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
545
540
|
|
|
546
541
|
declare interface HomeHeaderActionUrls {
|
|
@@ -551,8 +546,6 @@ declare interface HomeHeaderActionUrls {
|
|
|
551
546
|
workspace: string;
|
|
552
547
|
}
|
|
553
548
|
|
|
554
|
-
export declare type HomeHeaderWorkspaceNavigate = (href: string) => void | Promise<void>;
|
|
555
|
-
|
|
556
549
|
declare interface HomePageSidebarItem {
|
|
557
550
|
left_menu_name_cn?: string;
|
|
558
551
|
left_menu_name_cn_shrink?: string;
|
package/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-B_E2tb_f.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
a1 as AsideFooterTools,
|
|
4
|
+
Y as AtomCodeLauncher,
|
|
5
|
+
$ as EnterpriseHeader,
|
|
6
|
+
Q as GitCodeAside,
|
|
7
7
|
U as GitCodeAsideV2,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
W as GitCodeHeader,
|
|
9
|
+
a4 as GitCodeLayoutEmitter,
|
|
10
|
+
a6 as HEADER_CREATE_MENU_PATHS,
|
|
11
|
+
Z as HeaderCreateMenu,
|
|
12
|
+
X as HomeHeaderActions,
|
|
13
|
+
P as Login,
|
|
14
|
+
S as SceneValue,
|
|
15
|
+
V as ScrollActiveContainer,
|
|
16
|
+
a0 as SiteAnnouncement,
|
|
17
|
+
O as ToolsFloat,
|
|
18
18
|
B as currentTheme,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
a7 as default,
|
|
20
|
+
a3 as setLayoutConfig,
|
|
21
|
+
a5 as setTheme,
|
|
22
|
+
a2 as useLogin
|
|
23
23
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, computed,
|
|
2
|
-
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-
|
|
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-B_E2tb_f.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