vue-layout-gitcode 1.1.12 → 1.1.13
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-cf6e2dea.js → GloabarSearch-467e80d4.js} +2 -2
- package/{ProjectSearch-8104467a.js → ProjectSearch-5cf60f4e.js} +1 -1
- package/{SearchHistoryList-8b663180.js → SearchHistoryList-126f6acd.js} +1 -1
- package/{SearchPrefixTag-f873b07a.js → SearchPrefixTag-81a098a9.js} +1 -1
- package/{SearchRecommed-bbe069d5.js → SearchRecommed-b33b0da9.js} +4 -4
- package/{SearchScopeList-821d94d3.js → SearchScopeList-68765536.js} +1 -1
- package/{UserSearch-1126b1cd.js → UserSearch-c21145bd.js} +1 -1
- package/{index-c7a5903d.js → index-0bdc8fd3.js} +307 -205
- package/{index-d6a4fcea.js → index-72da4dc3.js} +1 -1
- package/{index-c4f074b6.js → index-c21036dd.js} +1 -1
- package/index.d.ts +12 -1
- package/index.js +11 -11
- package/{notice-69ef6dc2.js → notice-fe8afb5d.js} +1 -1
- package/package.json +2 -2
- package/style.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, onMounted, openBlock, createBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
2
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
3
|
-
import {
|
|
3
|
+
import { p as useLayoutConfig, _ as _export_sfc } from "./index-0bdc8fd3.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
6
6
|
import "vue-devui-lal/popover";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watchEffect, defineComponent, toDisplayString, inject, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, withDirectives, vShow, createVNode, computed, unref, normalizeStyle, createCommentVNode, createTextVNode, onMounted, onUnmounted, Fragment, createBlock, renderList, reactive, resolveComponent, withCtx } from "vue";
|
|
2
|
-
import { d as debounce, h as headRequest, G as GIcon, r as reqCatch, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, g as usePageResize, j as isGstarRepo, k as _sfc_main$8,
|
|
2
|
+
import { d as debounce, h as headRequest, G as GIcon, r as reqCatch, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, g as usePageResize, j as isGstarRepo, k as _sfc_main$8, m as isIncubationRepo, n as highlightWords, t as transWebUrl, o as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-0bdc8fd3.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
4
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
5
5
|
import "vue-devui-lal/grid/style.css";
|
package/index.d.ts
CHANGED
|
@@ -104,6 +104,11 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
104
104
|
httpStatus: number;
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
|
+
independence: {
|
|
108
|
+
type: PropType<boolean | undefined>;
|
|
109
|
+
required: false;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
107
112
|
showPreferencesSetting: {
|
|
108
113
|
type: PropType<boolean | undefined>;
|
|
109
114
|
required: false;
|
|
@@ -159,6 +164,11 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
159
164
|
httpStatus: number;
|
|
160
165
|
};
|
|
161
166
|
};
|
|
167
|
+
independence: {
|
|
168
|
+
type: PropType<boolean | undefined>;
|
|
169
|
+
required: false;
|
|
170
|
+
default: boolean;
|
|
171
|
+
};
|
|
162
172
|
showPreferencesSetting: {
|
|
163
173
|
type: PropType<boolean | undefined>;
|
|
164
174
|
required: false;
|
|
@@ -183,6 +193,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
183
193
|
globalStore: Object;
|
|
184
194
|
disableFlatMode: boolean | undefined;
|
|
185
195
|
userInfo: AccountInfo;
|
|
196
|
+
independence: boolean | undefined;
|
|
186
197
|
showPreferencesSetting: boolean | undefined;
|
|
187
198
|
showThemeSetting: boolean | undefined;
|
|
188
199
|
showLangSetting: boolean | undefined;
|
|
@@ -361,11 +372,11 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
361
372
|
request: Function;
|
|
362
373
|
globalStore: Object;
|
|
363
374
|
userInfo: UserInfo | undefined;
|
|
375
|
+
independence: boolean | undefined;
|
|
364
376
|
repoInfo: repoInfoType | undefined;
|
|
365
377
|
orgInfo: OrgInfo | undefined;
|
|
366
378
|
otherUserInfo: UserInfo | undefined;
|
|
367
379
|
headerBorder: boolean | undefined;
|
|
368
|
-
independence: boolean | undefined;
|
|
369
380
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
370
381
|
|
|
371
382
|
export declare const GitCodeLayoutEmitter: Emitter<EventBus>;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { v, w, z, s, S, q, A, C, y, B, x } from "./index-0bdc8fd3.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "vue-devui-lal/button";
|
|
4
4
|
import "vue-devui-lal/popover";
|
|
@@ -46,15 +46,15 @@ import "vue-devui-lal/checkbox/style.css";
|
|
|
46
46
|
import "vue-devui-lal/modal";
|
|
47
47
|
import "vue-devui-lal/modal/style.css";
|
|
48
48
|
export {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
v as GitCodeAside,
|
|
50
|
+
w as GitCodeHeader,
|
|
51
|
+
z as GitCodeLayoutEmitter,
|
|
52
|
+
s as Login,
|
|
53
53
|
S as SceneValue,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
54
|
+
q as ToolsFloat,
|
|
55
|
+
A as currentTheme,
|
|
56
|
+
C as default,
|
|
57
|
+
y as setLayoutConfig,
|
|
58
|
+
B as setTheme,
|
|
59
|
+
x as useLogin
|
|
60
60
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, 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-0bdc8fd3.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";
|