vue-layout-gitcode 1.1.29 → 1.1.31
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-8d002a79.js → GloabarSearch-fa94c04b.js} +2 -2
- package/{ProjectSearch-8d1ee20f.js → ProjectSearch-f33d20c8.js} +1 -1
- package/{SearchHistoryList-d9b99434.js → SearchHistoryList-66c84c71.js} +1 -1
- package/{SearchPrefixTag-4e13409b.js → SearchPrefixTag-26eb7143.js} +1 -1
- package/{SearchRecommed-a03c8c7f.js → SearchRecommed-12bd092d.js} +2 -2
- package/{SearchScopeList-1db90905.js → SearchScopeList-6851a68d.js} +1 -1
- package/{UserSearch-46f2c43a.js → UserSearch-5a5778e6.js} +1 -1
- package/{index-c971b0e3.js → index-15c42de5.js} +15 -6
- package/{index-5e727914.js → index-1809d81d.js} +139 -89
- package/{index-bd742c83.js → index-c4aa58e6.js} +1 -1
- package/index.d.ts +1 -1
- package/index.js +11 -11
- package/{notice-827121c2.js → notice-716421b4.js} +1 -1
- package/package.json +1 -1
- 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 { s as useLayoutConfig, _ as _export_sfc } from "./index-1809d81d.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
6
6
|
import "vue-devui-lal/popover";
|
package/index.d.ts
CHANGED
|
@@ -548,7 +548,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
|
|
|
548
548
|
globalStore: Object;
|
|
549
549
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
550
550
|
|
|
551
|
-
export declare function useLogin(request: any): {
|
|
551
|
+
export declare function useLogin(request: any, globalStore?: any): {
|
|
552
552
|
login: (options?: LoginOptions, loginSuccess?: Function, openHarmonyGuide?: boolean) => void;
|
|
553
553
|
unMount: () => void;
|
|
554
554
|
isMounted: () => boolean;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { x, y, B, w, S, v, C, F, A, D, z } from "./index-1809d81d.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
|
+
x as GitCodeAside,
|
|
50
|
+
y as GitCodeHeader,
|
|
51
|
+
B as GitCodeLayoutEmitter,
|
|
52
|
+
w as Login,
|
|
53
53
|
S as SceneValue,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
54
|
+
v as ToolsFloat,
|
|
55
|
+
C as currentTheme,
|
|
56
|
+
F as default,
|
|
57
|
+
A as setLayoutConfig,
|
|
58
|
+
D as setTheme,
|
|
59
|
+
z 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-1809d81d.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";
|