vue-layout-gitcode 1.2.11 → 1.3.0

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 { ref, watchEffect, defineComponent, toDisplayString, inject, createElementBlock, openBlock, normalizeClass, createElementVNode, withModifiers, withDirectives, vShow, createVNode, computed, createCommentVNode, unref, normalizeStyle, createTextVNode, onMounted, onUnmounted, Fragment, createBlock, renderList, reactive, withCtx } from "vue";
2
- import { d as debounce, G as GIcon, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, L as LANG_KEY, j as LANG_ZH, k as usePageResize, m as isGstarRepo, n as _sfc_main$8, o as isIncubationRepo, p as highlightWords, t as transWebUrl, q as _frEventTrack, E as EVENT_NAME, b as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-BwisHL5O.js";
2
+ import { d as debounce, G as GIcon, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, L as LANG_KEY, j as LANG_ZH, k as usePageResize, m as isGstarRepo, n as _sfc_main$8, o as isIncubationRepo, p as highlightWords, t as transWebUrl, q as _frEventTrack, E as EVENT_NAME, b as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-BmW1sJe6.js";
3
3
  import { useRouter } from "vue-router";
4
4
  import { Row, Col } from "vue-devui-lal/grid";
5
5
  import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
@@ -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 { v as useLayoutConfig, _ as _export_sfc } from "./index-BwisHL5O.js";
3
+ import { v as useLayoutConfig, _ as _export_sfc } from "./index-BmW1sJe6.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
@@ -66,6 +66,7 @@ declare type EventBus = {
66
66
  openFilePath: void;
67
67
  crossQuestion: void;
68
68
  hisSearchValue: string;
69
+ resetPwdDirectlySuccess: void;
69
70
  };
70
71
 
71
72
  export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
@@ -282,7 +283,7 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
282
283
  required: false;
283
284
  default: boolean;
284
285
  };
285
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("followDevCommunity" | "followUser")[], "followDevCommunity" | "followUser", PublicProps, Readonly<ExtractPropTypes<{
286
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("resetPwdDirectlySuccess" | "followDevCommunity" | "followUser")[], "resetPwdDirectlySuccess" | "followDevCommunity" | "followUser", PublicProps, Readonly<ExtractPropTypes<{
286
287
  sceneValue: {
287
288
  type: PropType<SceneValue>;
288
289
  required: true;
@@ -365,6 +366,7 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
365
366
  default: boolean;
366
367
  };
367
368
  }>> & Readonly<{
369
+ onResetPwdDirectlySuccess?: ((...args: any[]) => any) | undefined;
368
370
  onFollowDevCommunity?: ((...args: any[]) => any) | undefined;
369
371
  onFollowUser?: ((...args: any[]) => any) | undefined;
370
372
  }>, {
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { y, z, C, x, S, w, D, H, B, F, A } from "./index-BwisHL5O.js";
1
+ import { y, z, C, x, S, w, D, H, B, F, A } from "./index-BmW1sJe6.js";
2
2
  export {
3
3
  y as GitCodeAside,
4
4
  z 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-BwisHL5O.js";
2
+ import { i as isPhone, u as useModel } from "./index-BmW1sJe6.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.2.11",
3
+ "version": "1.3.0",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",