vue-layout-gitcode 1.12.15-beta.36 → 1.12.15-beta.37
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-CN0qBUrp.js → GloabarSearch-iW2MK14N.js} +4 -4
- package/{MenuItem-nMj1VEHc.js → MenuItem-SgshfF_F.js} +2 -2
- package/{ProjectMenuList-DRaR-P_6.js → ProjectMenuList-CeZvP5_n.js} +3 -3
- package/{ProjectMenuListV2-KCh-r9n9.js → ProjectMenuListV2-BUZCIZtZ.js} +3 -3
- package/{ProjectSearch-DyLsFRsj.js → ProjectSearch-CX9nterP.js} +2 -2
- package/{SearchHistoryList-CDyIbrcS.js → SearchHistoryList-CDvfpiHU.js} +2 -2
- package/{SearchRecommed-DEB7OW3g.js → SearchRecommed-D_0gOyYw.js} +4 -5
- package/{SearchScopeList-B8ISBgut.js → SearchScopeList-9nYos3oU.js} +2 -2
- package/{UserSearch-YOC5Q0zn.js → UserSearch-BFZc1V5R.js} +2 -2
- package/{index-Bhl6t4Vl.js → index-5Q19piGg.js} +3 -3
- package/{index-9UJb88AH.js → index-B5bJc6HS.js} +2 -2
- package/{index-B_E2tb_f.js → index-DATaJSFB.js} +1273 -604
- package/{index-BNuZ_eoo.js → index-I1dEyL8B.js} +2 -2
- package/index.d.ts +7 -0
- package/index.js +19 -19
- package/{notice-DRoH5J01.js → notice-D1OxwaIT.js} +2 -2
- package/package.json +1 -1
- package/{transWebUrl-dcpKXCY6.js → transWebUrl-IyhMGnAe.js} +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { defineComponent, ref, onMounted, onBeforeUnmount,
|
|
4
|
+
import { defineComponent, ref, onMounted, onBeforeUnmount, openBlock, createBlock, unref, withCtx, createElementVNode, withDirectives, createVNode, vShow, nextTick } from "vue";
|
|
5
5
|
import { Button } from "vue-devui-lal/button";
|
|
6
6
|
import "vue-devui-lal/button/style.css";
|
|
7
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-DATaJSFB.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
// eslint-disable-next-line no-useless-constructor
|
|
14
14
|
constructor() {
|
package/index.d.ts
CHANGED
|
@@ -157,6 +157,8 @@ declare type __VLS_Props_2 = {
|
|
|
157
157
|
createMenuItems?: HeaderCreateMenuItem[];
|
|
158
158
|
/** Header 新建菜单跳转适配器 */
|
|
159
159
|
createMenuNavigate?: HeaderCreateMenuNavigate;
|
|
160
|
+
/** 工作台按钮站内路由跳转适配器 */
|
|
161
|
+
workspaceNavigate?: HomeHeaderWorkspaceNavigate;
|
|
160
162
|
/** AtomCode 工作台 query string 参数 */
|
|
161
163
|
atomcodeLaunchQs?: string;
|
|
162
164
|
/** 是否展示 AtomCodeLauncher 引导入口 */
|
|
@@ -166,6 +168,8 @@ declare type __VLS_Props_2 = {
|
|
|
166
168
|
declare type __VLS_Props_3 = {
|
|
167
169
|
customItems?: HomePageSidebarItem[];
|
|
168
170
|
fallbacks?: Partial<HomeHeaderActionUrls>;
|
|
171
|
+
/** 宿主应用可接管工作台的站内路由跳转。 */
|
|
172
|
+
workspaceNavigate?: HomeHeaderWorkspaceNavigate;
|
|
169
173
|
};
|
|
170
174
|
|
|
171
175
|
declare type __VLS_Props_4 = {
|
|
@@ -536,6 +540,7 @@ declare type HomeChannelStoreItem = HomeChannelItem & {
|
|
|
536
540
|
export declare const HomeHeaderActions: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
|
|
537
541
|
customItems: HomePageSidebarItem[];
|
|
538
542
|
fallbacks: Partial<HomeHeaderActionUrls>;
|
|
543
|
+
workspaceNavigate: HomeHeaderWorkspaceNavigate;
|
|
539
544
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
540
545
|
|
|
541
546
|
declare interface HomeHeaderActionUrls {
|
|
@@ -546,6 +551,8 @@ declare interface HomeHeaderActionUrls {
|
|
|
546
551
|
workspace: string;
|
|
547
552
|
}
|
|
548
553
|
|
|
554
|
+
export declare type HomeHeaderWorkspaceNavigate = (href: string) => void | Promise<void>;
|
|
555
|
+
|
|
549
556
|
declare interface HomePageSidebarItem {
|
|
550
557
|
left_menu_name_cn?: string;
|
|
551
558
|
left_menu_name_cn_shrink?: string;
|
package/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { O, P, Q, S, U, V, W, X, Y, Z, $, a0, a1, a2, a3, B, a4, a5, a6, a7 } from "./index-DATaJSFB.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
O as AsideFooterTools,
|
|
4
|
+
P as AtomCodeLauncher,
|
|
5
|
+
Q as EnterpriseHeader,
|
|
6
|
+
S as GitCodeAside,
|
|
7
7
|
U as GitCodeAsideV2,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
V as GitCodeHeader,
|
|
9
|
+
W as GitCodeLayoutEmitter,
|
|
10
|
+
X as HEADER_CREATE_MENU_PATHS,
|
|
11
|
+
Y as HeaderCreateMenu,
|
|
12
|
+
Z as HomeHeaderActions,
|
|
13
|
+
$ as Login,
|
|
14
|
+
a0 as SceneValue,
|
|
15
|
+
a1 as ScrollActiveContainer,
|
|
16
|
+
a2 as SiteAnnouncement,
|
|
17
|
+
a3 as ToolsFloat,
|
|
18
18
|
B as currentTheme,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
a4 as default,
|
|
20
|
+
a5 as setLayoutConfig,
|
|
21
|
+
a6 as setTheme,
|
|
22
|
+
a7 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, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
+
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-DATaJSFB.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