vue-layout-gitcode 1.5.11 → 1.5.13

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 { x as useLayoutConfig, _ as _export_sfc } from "./index-BdbV3qYu.js";
3
+ import { x as useLayoutConfig, _ as _export_sfc } from "./index-CuWl_fpn.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
@@ -597,23 +597,10 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
597
597
  } | undefined) => Promise<AxiosResponse<any, any>>;
598
598
  };
599
599
  globalStore: {
600
- type: PropType<{
601
- [key: string]: any;
602
- isSignIn?: boolean | undefined;
603
- }>;
600
+ type: PropType<Object>;
604
601
  required: true;
605
602
  default: () => {};
606
603
  };
607
- isRepoPage: {
608
- type: PropType<boolean | undefined>;
609
- required: false;
610
- default: boolean;
611
- };
612
- isWhiteListRepo: {
613
- type: PropType<boolean>;
614
- required: true;
615
- default: boolean;
616
- };
617
604
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "toggle-growth-center"[], "toggle-growth-center", PublicProps, Readonly<ExtractPropTypes<{
618
605
  sceneValue: {
619
606
  type: PropType<SceneValue>;
@@ -636,35 +623,17 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
636
623
  } | undefined) => Promise<AxiosResponse<any, any>>;
637
624
  };
638
625
  globalStore: {
639
- type: PropType<{
640
- [key: string]: any;
641
- isSignIn?: boolean | undefined;
642
- }>;
626
+ type: PropType<Object>;
643
627
  required: true;
644
628
  default: () => {};
645
629
  };
646
- isRepoPage: {
647
- type: PropType<boolean | undefined>;
648
- required: false;
649
- default: boolean;
650
- };
651
- isWhiteListRepo: {
652
- type: PropType<boolean>;
653
- required: true;
654
- default: boolean;
655
- };
656
630
  }>> & Readonly<{
657
631
  "onToggle-growth-center"?: ((...args: any[]) => any) | undefined;
658
632
  }>, {
659
633
  sceneValue: SceneValue;
660
634
  isLogin: boolean;
661
635
  request: Function;
662
- globalStore: {
663
- [key: string]: any;
664
- isSignIn?: boolean | undefined;
665
- };
666
- isRepoPage: boolean | undefined;
667
- isWhiteListRepo: boolean;
636
+ globalStore: Object;
668
637
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
669
638
 
670
639
  export declare function useLogin(request: any, globalStore?: any): {
package/index.js CHANGED
@@ -1,14 +1,14 @@
1
- import { A, B, F, z, S, y, H, J, D, I, C } from "./index-BdbV3qYu.js";
1
+ import { H, I, M, F, S, D, z, O, K, N, J } from "./index-CuWl_fpn.js";
2
2
  export {
3
- A as GitCodeAside,
4
- B as GitCodeHeader,
5
- F as GitCodeLayoutEmitter,
6
- z as Login,
3
+ H as GitCodeAside,
4
+ I as GitCodeHeader,
5
+ M as GitCodeLayoutEmitter,
6
+ F as Login,
7
7
  S as SceneValue,
8
- y as ToolsFloat,
9
- H as currentTheme,
10
- J as default,
11
- D as setLayoutConfig,
12
- I as setTheme,
13
- C as useLogin
8
+ D as ToolsFloat,
9
+ z as currentTheme,
10
+ O as default,
11
+ K as setLayoutConfig,
12
+ N as setTheme,
13
+ J 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-BdbV3qYu.js";
2
+ import { i as isPhone, u as useModel } from "./index-CuWl_fpn.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.5.11",
3
+ "version": "1.5.13",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",