vue-layout-gitcode 1.12.14 → 1.12.15-beta.2

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,5 +1,5 @@
1
1
  import { defineComponent, onMounted, nextTick, onUnmounted, openBlock, createBlock, unref, withCtx, createElementVNode } from "vue";
2
- import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-BlCnbgAU.js";
2
+ import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-CtgqGX_c.js";
3
3
  import { FixedOverlay } from "vue-devui-lal/overlay";
4
4
  import "vue-devui-lal/overlay/style.css";
5
5
  const TARGET_TEXT = "Click in order:";
package/index.d.ts CHANGED
@@ -11,7 +11,6 @@ import { DefineComponent as DefineComponent_2 } from '../../../../vue/dist/vue.e
11
11
  import { Emitter } from 'mitt';
12
12
  import { ExtractPropTypes } from '../../../vue/dist/vue.esm-bundler.js';
13
13
  import { HeaderPropsForCustom } from '../../types/types';
14
- import { hn } from 'vue-router/dist/router-CWoNjPRp.mjs';
15
14
  import { OrgInfo } from '../../types/types';
16
15
  import { PropType } from '../../../vue/dist/vue.esm-bundler.js';
17
16
  import { PublicProps } from '../../../vue/dist/vue.esm-bundler.js';
@@ -262,7 +261,7 @@ enterpriseInfo: OrgInfo;
262
261
  search?(_: {}): any;
263
262
  searchRecommend?(_: {}): any;
264
263
  globalSearch?(_: {
265
- searchStr: string | hn[];
264
+ searchStr: string;
266
265
  searchMore: (type: any) => void;
267
266
  }): any;
268
267
  bodyHeader?(_: {}): any;
@@ -512,7 +511,7 @@ openCreateDropdown: boolean;
512
511
  search?(_: {}): any;
513
512
  searchRecommend?(_: {}): any;
514
513
  globalSearch?(_: {
515
- searchStr: string | hn[];
514
+ searchStr: string;
516
515
  searchMore: (type: any) => void;
517
516
  }): any;
518
517
  bodyHeader?(_: {}): any;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { M, N, O, P, Q, S, U, V, B, W, X, Y, Z } from "./index-BlCnbgAU.js";
1
+ import { M, N, O, P, Q, S, U, V, B, W, X, Y, Z } from "./index-CtgqGX_c.js";
2
2
  export {
3
3
  M as EnterpriseHeader,
4
4
  N as GitCodeAside,
@@ -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-BlCnbgAU.js";
2
+ import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-CtgqGX_c.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,15 +26,15 @@ 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: "text-[var(--theme-text)] leading-[18px] break-all text-[13px]" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
29
+ _cache[3] || (_cache[3] = createElementVNode("div", { class: "email-notice__text" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
30
30
  createElementVNode("div", {
31
- class: normalizeClass([isMobile.value ? "mt-[15px]" : "mt-[22px]", "flex justify-end"])
31
+ class: normalizeClass(["email-notice__actions", isMobile.value ? "email-notice__actions--mb" : "email-notice__actions--pc"])
32
32
  }, [
33
33
  createVNode(unref(Button), {
34
34
  variant: "outline",
35
35
  size: isMobile.value ? "sm" : "md",
36
36
  onClick: __props.onClose,
37
- class: "mr-[8px]"
37
+ class: "email-notice__btn-ignore"
38
38
  }, {
39
39
  default: withCtx(() => [..._cache[1] || (_cache[1] = [
40
40
  createTextVNode("忽略", -1)
@@ -59,6 +59,7 @@ 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"]]);
62
63
  export {
63
- _sfc_main as default
64
+ notice as default
64
65
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.12.14",
3
+ "version": "1.12.15-beta.2",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",