vue-layout-gitcode 1.12.15-beta.1 → 1.12.15-beta.11

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/index.d.ts CHANGED
@@ -9,7 +9,6 @@ import { DefineComponent } from '../../../vue/dist/vue.esm-bundler.js';
9
9
  import { DefineComponent as DefineComponent_2 } from '../../../../vue/dist/vue.esm-bundler.js';
10
10
  import { Emitter } from 'mitt';
11
11
  import { HeaderPropsForCustom } from '../../types/types';
12
- import { LocationQueryValue } from 'vue-router';
13
12
  import { OrgInfo } from '../../types/types';
14
13
  import { PublicProps } from '../../../vue/dist/vue.esm-bundler.js';
15
14
  import { PublicProps as PublicProps_2 } from '../../../../vue/dist/vue.esm-bundler.js';
@@ -161,7 +160,7 @@ declare function __VLS_template_2(): {
161
160
  search?(_: {}): any;
162
161
  searchRecommend?(_: {}): any;
163
162
  globalSearch?(_: {
164
- searchStr: string | LocationQueryValue[];
163
+ searchStr: string;
165
164
  searchMore: (type: any) => void;
166
165
  }): any;
167
166
  bodyHeader?(_: {}): any;
@@ -181,7 +180,7 @@ declare function __VLS_template_3(): {
181
180
  search?(_: {}): any;
182
181
  searchRecommend?(_: {}): any;
183
182
  globalSearch?(_: {
184
- searchStr: string | LocationQueryValue[];
183
+ searchStr: string;
185
184
  searchMore: (type: any) => void;
186
185
  }): any;
187
186
  bodyHeader?(_: {}): any;
package/index.js CHANGED
@@ -1,16 +1,16 @@
1
- import { Q, O, P, X, N, S, U, M, B, Z, W, Y, V } from "./index-0AjxTFDx.js";
1
+ import { N, O, P, Q, S, U, V, W, B, X, Y, Z, $ } from "./index-G58a172b.js";
2
2
  export {
3
- Q as EnterpriseHeader,
3
+ N as EnterpriseHeader,
4
4
  O as GitCodeAside,
5
5
  P as GitCodeHeader,
6
- X as GitCodeLayoutEmitter,
7
- N as Login,
8
- S as SceneValue,
9
- U as SiteAnnouncement,
10
- M as ToolsFloat,
6
+ Q as GitCodeLayoutEmitter,
7
+ S as Login,
8
+ U as SceneValue,
9
+ V as SiteAnnouncement,
10
+ W as ToolsFloat,
11
11
  B as currentTheme,
12
- Z as default,
13
- W as setLayoutConfig,
14
- Y as setTheme,
15
- V as useLogin
12
+ X as default,
13
+ Y as setLayoutConfig,
14
+ Z as setTheme,
15
+ $ as useLogin
16
16
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent, computed, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
2
- import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-0AjxTFDx.js";
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-G58a172b.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";
@@ -26,19 +26,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null)
27
27
  }, {
28
28
  default: withCtx(() => [
29
- _cache[3] || (_cache[3] = createElementVNode("div", { class: "email-notice__text" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
29
+ _cache[3] || (_cache[3] = createElementVNode("div", { class: "text-[var(--theme-text)] leading-[18px] break-all text-[13px]" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
30
30
  createElementVNode("div", {
31
- class: normalizeClass(["email-notice__actions", isMobile.value ? "email-notice__actions--mb" : "email-notice__actions--pc"])
31
+ class: normalizeClass([isMobile.value ? "mt-[15px]" : "mt-[22px]", "flex justify-end"])
32
32
  }, [
33
33
  createVNode(unref(Button), {
34
34
  variant: "outline",
35
35
  size: isMobile.value ? "sm" : "md",
36
- onClick: _ctx.onClose,
37
- class: "email-notice__btn-ignore"
36
+ onClick: __props.onClose,
37
+ class: "mr-[8px]"
38
38
  }, {
39
- default: withCtx(() => _cache[1] || (_cache[1] = [
40
- createTextVNode("忽略")
41
- ])),
39
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [
40
+ createTextVNode("忽略", -1)
41
+ ])]),
42
42
  _: 1
43
43
  }, 8, ["size", "onClick"]),
44
44
  createVNode(unref(Button), {
@@ -47,9 +47,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
47
47
  color: "primary",
48
48
  onClick: handleConfirm
49
49
  }, {
50
- default: withCtx(() => _cache[2] || (_cache[2] = [
51
- createTextVNode("修改")
52
- ])),
50
+ default: withCtx(() => [..._cache[2] || (_cache[2] = [
51
+ createTextVNode("修改", -1)
52
+ ])]),
53
53
  _: 1
54
54
  }, 8, ["size"])
55
55
  ], 2)
@@ -59,7 +59,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
59
59
  };
60
60
  }
61
61
  });
62
- const notice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-vue-layout-gitcode"]]);
63
62
  export {
64
- notice as default
63
+ _sfc_main as default
65
64
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.12.15-beta.1",
3
+ "version": "1.12.15-beta.11",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",