vue-layout-gitcode 1.12.15-beta.47 → 1.12.15-beta.49

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/index.d.ts CHANGED
@@ -76,7 +76,6 @@ orgInfo: OrgInfo;
76
76
  otherUserInfo: UserInfo;
77
77
  userInfo: UserInfo;
78
78
  independence: boolean;
79
- defaultGlobalSearchType: "repo" | "all";
80
79
  atomcodeLaunchQs: string;
81
80
  launchAtomCode: () => void | Promise<void>;
82
81
  headerBorder: boolean;
@@ -170,8 +169,6 @@ declare type __VLS_Props_2 = {
170
169
  showAtomCodeLauncher?: boolean;
171
170
  /** AtomCode 点击启动函数属性(若定义则在点击 AtomCode 主按钮时触发,而不调用 openAtomCode) */
172
171
  launchAtomCode?: () => void | Promise<void>;
173
- /** 无范围 Header 搜索的默认类型,组件库默认保持项目搜索 */
174
- defaultGlobalSearchType?: 'repo' | 'all';
175
172
  };
176
173
 
177
174
  declare type __VLS_Props_3 = {
package/index.js CHANGED
@@ -1,23 +1,23 @@
1
- import { P, Q, S, U, V, W, X, Y, Z, $, a0, a1, a2, a3, a4, C, a5, a6, a7, a8 } from "./index-DoYP7NyR.js";
1
+ import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-D27sLwSF.js";
2
2
  export {
3
- P as AsideFooterTools,
4
- Q as AtomCodeLauncher,
5
- S as EnterpriseHeader,
6
- U as GitCodeAside,
7
- V as GitCodeAsideV2,
3
+ a1 as AsideFooterTools,
4
+ Y as AtomCodeLauncher,
5
+ $ as EnterpriseHeader,
6
+ Q as GitCodeAside,
7
+ U as GitCodeAsideV2,
8
8
  W as GitCodeHeader,
9
- X as GitCodeLayoutEmitter,
10
- Y as HEADER_CREATE_MENU_PATHS,
9
+ a4 as GitCodeLayoutEmitter,
10
+ a6 as HEADER_CREATE_MENU_PATHS,
11
11
  Z as HeaderCreateMenu,
12
- $ as HomeHeaderActions,
13
- a0 as Login,
14
- a1 as SceneValue,
15
- a2 as ScrollActiveContainer,
16
- a3 as SiteAnnouncement,
17
- a4 as ToolsFloat,
18
- C as currentTheme,
19
- a5 as default,
20
- a6 as setLayoutConfig,
21
- a7 as setTheme,
22
- a8 as useLogin
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
+ B as currentTheme,
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, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
2
- import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-DoYP7NyR.js";
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-D27sLwSF.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.12.15-beta.47",
3
+ "version": "1.12.15-beta.49",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",