vue-layout-gitcode 1.1.25 → 1.1.26

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, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
2
2
  import { FixedOverlay } from "vue-devui-lal/overlay";
3
- import { q as useLayoutConfig, _ as _export_sfc } from "./index-BcHpCD9I.js";
3
+ import { q as useLayoutConfig, _ as _export_sfc } from "./index-C-L6yUgJ.js";
4
4
  import "vue-devui-lal/overlay/style.css";
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "index",
package/index.d.ts CHANGED
@@ -547,7 +547,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
547
547
  globalStore: Object;
548
548
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
549
549
 
550
- export declare function useLogin(request: any): {
550
+ export declare function useLogin(request: any, globalStore?: any): {
551
551
  login: (options?: LoginOptions, loginSuccess?: Function, openHarmonyGuide?: boolean) => void;
552
552
  unMount: () => void;
553
553
  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-BcHpCD9I.js";
1
+ import { w, x, A, v, S, s, B, D, z, C, y } from "./index-C-L6yUgJ.js";
2
2
  export {
3
3
  w as GitCodeAside,
4
4
  x as GitCodeHeader,
@@ -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-BcHpCD9I.js";
2
+ import { i as isPhone, u as useModel } from "./index-C-L6yUgJ.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.25",
3
+ "version": "1.1.26",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",