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.
@@ -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 { q as useLayoutConfig, _ as _export_sfc } from "./index-5e727914.js";
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 { w, x, A, v, S, s, B, D, z, C, y } from "./index-5e727914.js";
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
- w as GitCodeAside,
50
- x as GitCodeHeader,
51
- A as GitCodeLayoutEmitter,
52
- v as Login,
49
+ x as GitCodeAside,
50
+ y as GitCodeHeader,
51
+ B as GitCodeLayoutEmitter,
52
+ w as Login,
53
53
  S as SceneValue,
54
- s as ToolsFloat,
55
- B as currentTheme,
56
- D as default,
57
- z as setLayoutConfig,
58
- C as setTheme,
59
- y as useLogin
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-5e727914.js";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.1.29",
3
+ "version": "1.1.31",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",