vue-layout-gitcode 1.12.15-beta.7 → 1.12.15-beta.9
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-iT2fx6Su.js → GloabarSearch-C1nWOUJB.js} +3 -3
- package/{MenuItem-gpMioL7c.js → MenuItem-8aGiYVO8.js} +1 -1
- package/{ProjectMenuList-qJRgFFc2.js → ProjectMenuList-B1ELNtOR.js} +2 -2
- package/{ProjectMenuListV2-DxeLKcuC.js → ProjectMenuListV2-DqVDFCK3.js} +2 -2
- package/{ProjectSearch-ByOYVtZa.js → ProjectSearch-D34sK5Ah.js} +1 -1
- package/{SearchHistoryList-BSEHxpLm.js → SearchHistoryList-gGFIxEBc.js} +1 -1
- package/{SearchRecommed-DxKb5eje.js → SearchRecommed-DwHRUUqY.js} +2 -2
- package/{SearchScopeList-D-VLtvR3.js → SearchScopeList-D0hTmy-e.js} +1 -1
- package/{UserSearch-CMvjqb9t.js → UserSearch-CU7riBY8.js} +1 -1
- package/{index-DB8vSwNM.js → index-BSsLr4S4.js} +1 -1
- package/{index-BfpPpmj0.js → index-BcgECitz.js} +2 -2
- package/{index-VaV5XVhn.js → index-Dec1tgAr.js} +1 -1
- package/{index-CKKeJYA9.js → index-dYH2DhnV.js} +452 -354
- package/index.d.ts +38 -0
- package/index.js +7 -6
- package/{notice-DPBhpIrF.js → notice-BdGYpMTQ.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-C5NH2PM9.js → transWebUrl-al9DwZTp.js} +1 -1
package/index.d.ts
CHANGED
|
@@ -15,6 +15,44 @@ import { repoInfoType } from '../../types/types';
|
|
|
15
15
|
import { setTheme } from './themes/index';
|
|
16
16
|
import { UserInfo } from '../../types/types';
|
|
17
17
|
|
|
18
|
+
export declare const AsideFooterTools: DefineComponent<ExtractPropTypes<{
|
|
19
|
+
showThemeSetting: {
|
|
20
|
+
type: PropType<boolean | undefined>;
|
|
21
|
+
required: false;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
showLangSetting: {
|
|
25
|
+
type: PropType<boolean | undefined>;
|
|
26
|
+
required: false;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
position: {
|
|
30
|
+
type: PropType<string[] | undefined>;
|
|
31
|
+
required: false;
|
|
32
|
+
default: () => string[];
|
|
33
|
+
};
|
|
34
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
35
|
+
showThemeSetting: {
|
|
36
|
+
type: PropType<boolean | undefined>;
|
|
37
|
+
required: false;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
showLangSetting: {
|
|
41
|
+
type: PropType<boolean | undefined>;
|
|
42
|
+
required: false;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
position: {
|
|
46
|
+
type: PropType<string[] | undefined>;
|
|
47
|
+
required: false;
|
|
48
|
+
default: () => string[];
|
|
49
|
+
};
|
|
50
|
+
}>> & Readonly<{}>, {
|
|
51
|
+
showThemeSetting: boolean | undefined;
|
|
52
|
+
showLangSetting: boolean | undefined;
|
|
53
|
+
position: string[] | undefined;
|
|
54
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
18
56
|
declare interface BaseLayoutConfig {
|
|
19
57
|
VITE_HOST: string;
|
|
20
58
|
VITE_HOST_TIANQI: string;
|
package/index.js
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { U, P, Q,
|
|
1
|
+
import { W, U, P, Q, Z, O, S, V, N, B, a0, Y, $, X } from "./index-dYH2DhnV.js";
|
|
2
2
|
export {
|
|
3
|
+
W as AsideFooterTools,
|
|
3
4
|
U as EnterpriseHeader,
|
|
4
5
|
P as GitCodeAside,
|
|
5
6
|
Q as GitCodeHeader,
|
|
6
|
-
|
|
7
|
+
Z as GitCodeLayoutEmitter,
|
|
7
8
|
O as Login,
|
|
8
9
|
S as SceneValue,
|
|
9
10
|
V as SiteAnnouncement,
|
|
10
11
|
N as ToolsFloat,
|
|
11
12
|
B as currentTheme,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
a0 as default,
|
|
14
|
+
Y as setLayoutConfig,
|
|
15
|
+
$ as setTheme,
|
|
16
|
+
X as useLogin
|
|
16
17
|
};
|
|
@@ -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, _ as _export_sfc } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-dYH2DhnV.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";
|