vue-layout-gitcode 1.1.11 → 1.1.12

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 { l as useLayoutConfig, _ as _export_sfc } from "./index-227d4793.js";
3
+ import { o as useLayoutConfig, _ as _export_sfc } from "./index-c7a5903d.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.js CHANGED
@@ -1,4 +1,4 @@
1
- import { o, p, v, n, S, m, w, y, s, x, q } from "./index-227d4793.js";
1
+ import { s, v, y, q, S, p, z, B, x, A, w } from "./index-c7a5903d.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
- o as GitCodeAside,
50
- p as GitCodeHeader,
51
- v as GitCodeLayoutEmitter,
52
- n as Login,
49
+ s as GitCodeAside,
50
+ v as GitCodeHeader,
51
+ y as GitCodeLayoutEmitter,
52
+ q as Login,
53
53
  S as SceneValue,
54
- m as ToolsFloat,
55
- w as currentTheme,
56
- y as default,
57
- s as setLayoutConfig,
58
- x as setTheme,
59
- q as useLogin
54
+ p as ToolsFloat,
55
+ z as currentTheme,
56
+ B as default,
57
+ x as setLayoutConfig,
58
+ A as setTheme,
59
+ w 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-227d4793.js";
2
+ import { i as isPhone, u as useModel } from "./index-c7a5903d.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.11",
3
+ "version": "1.1.12",
4
4
  "description": "用于gitcode站点编程使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",