vue-layout-gitcode 1.9.28 → 1.9.30
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-DDOckMzO.js → GloabarSearch-DG5HYO25.js} +3 -3
- package/{MenuItem-CDYxkcXM.js → MenuItem-D5OuLRsQ.js} +1 -1
- package/{ProjectMenuList-DaLWbAPX.js → ProjectMenuList-Dr-tI2ul.js} +4 -4
- package/{ProjectMenuListV2-CF4W563B.js → ProjectMenuListV2-CaTlAGt7.js} +3 -3
- package/{ProjectSearch-CCUaFrCC.js → ProjectSearch-DF39XPM-.js} +1 -1
- package/{SearchHistoryList-CxS3Szb4.js → SearchHistoryList-DbjGi-yN.js} +1 -1
- package/{SearchPrefixTag-CREXyzSs.js → SearchPrefixTag-CGlxsOjY.js} +1 -1
- package/{SearchRecommed-C_5TZJEF.js → SearchRecommed-Bvn7wpOY.js} +2 -2
- package/{SearchScopeList-CcWqIF2K.js → SearchScopeList-324SdxN6.js} +1 -1
- package/{UserSearch-ohIQpNeq.js → UserSearch-DZVFy1L7.js} +11 -2
- package/{index-BZ7_y5h7.js → index-CQE5k5yK.js} +2 -3
- package/{index-DDgb4Ag3.js → index-CQKgFfa0.js} +1 -1
- package/{index-dcVHs-AT.js → index-DI-IX24r.js} +9 -12
- package/{index-CLfTP62H.js → index-usrjdnyc.js} +864 -533
- package/index.d.ts +11 -0
- package/index.js +11 -11
- package/{notice-DNuxLGSS.js → notice-CNFf1V59.js} +5 -7
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-WRdeWRg2.js → transWebUrl-BtqIq0hv.js} +1 -1
package/index.d.ts
CHANGED
|
@@ -313,6 +313,11 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
313
313
|
type: PropType<any>;
|
|
314
314
|
required: true;
|
|
315
315
|
};
|
|
316
|
+
asideCollapseMode: {
|
|
317
|
+
type: PropType<boolean | undefined>;
|
|
318
|
+
required: false;
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
316
321
|
bgConfig: {
|
|
317
322
|
type: PropType<{
|
|
318
323
|
index_head: string;
|
|
@@ -426,6 +431,11 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
426
431
|
type: PropType<any>;
|
|
427
432
|
required: true;
|
|
428
433
|
};
|
|
434
|
+
asideCollapseMode: {
|
|
435
|
+
type: PropType<boolean | undefined>;
|
|
436
|
+
required: false;
|
|
437
|
+
default: boolean;
|
|
438
|
+
};
|
|
429
439
|
bgConfig: {
|
|
430
440
|
type: PropType<{
|
|
431
441
|
index_head: string;
|
|
@@ -464,6 +474,7 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
464
474
|
orgInfo: OrgInfo | undefined;
|
|
465
475
|
otherUserInfo: UserInfo | undefined;
|
|
466
476
|
headerBorder: boolean | undefined;
|
|
477
|
+
asideCollapseMode: boolean | undefined;
|
|
467
478
|
bgConfig: {
|
|
468
479
|
index_head: string;
|
|
469
480
|
detail_top: string;
|
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { M, N, Q, K, S, J, A, V, P, U, O } from "./index-usrjdnyc.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
M as GitCodeAside,
|
|
4
|
+
N as GitCodeHeader,
|
|
5
|
+
Q as GitCodeLayoutEmitter,
|
|
6
|
+
K as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
J as ToolsFloat,
|
|
9
|
+
A as currentTheme,
|
|
10
|
+
V as default,
|
|
11
|
+
P as setLayoutConfig,
|
|
12
|
+
U as setTheme,
|
|
13
|
+
O as useLogin
|
|
14
14
|
};
|
|
@@ -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-usrjdnyc.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";
|
|
@@ -37,10 +37,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
37
37
|
class: "mr-[8px]"
|
|
38
38
|
}, {
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
-
createTextVNode("忽略"
|
|
40
|
+
createTextVNode("忽略")
|
|
41
41
|
])),
|
|
42
|
-
_: 1
|
|
43
|
-
__: [1]
|
|
42
|
+
_: 1
|
|
44
43
|
}, 8, ["size", "onClick"]),
|
|
45
44
|
createVNode(unref(Button), {
|
|
46
45
|
variant: "solid",
|
|
@@ -49,10 +48,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
48
|
onClick: handleConfirm
|
|
50
49
|
}, {
|
|
51
50
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
|
-
createTextVNode("修改"
|
|
51
|
+
createTextVNode("修改")
|
|
53
52
|
])),
|
|
54
|
-
_: 1
|
|
55
|
-
__: [2]
|
|
53
|
+
_: 1
|
|
56
54
|
}, 8, ["size"])
|
|
57
55
|
], 2)
|
|
58
56
|
]),
|