vue-layout-gitcode 1.12.15-beta.43 → 1.12.15-beta.44

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,7 @@
1
- import { defineComponent, onMounted, nextTick, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
2
- import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-DZTs-ePt.js";
1
+ import { defineComponent, onMounted, nextTick, onUnmounted, openBlock, createBlock, unref, withCtx, createElementVNode } from "vue";
2
+ import { y as slidCaptchaManager, z as useLayoutConfig, A as isZh, _ as _export_sfc } from "./index-Bhv07cir.js";
3
3
  import { FixedOverlay } from "vue-devui-lal/overlay";
4
+ import "vue-devui-lal/overlay/style.css";
4
5
  const TARGET_TEXT = "Click in order:";
5
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
7
  ...{ name: "tianaiCaptcha" },
@@ -1,11 +1,14 @@
1
- import { ref, watchEffect, defineComponent, toDisplayString, unref, mergeModels, useModel, watch, createElementBlock, openBlock, createVNode, withDirectives, normalizeClass, createElementVNode, vShow, inject, withModifiers, createBlock, Fragment, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
1
+ import { ref, watchEffect, defineComponent, toDisplayString, unref, useModel, watch, openBlock, createElementBlock, createVNode, normalizeClass, withDirectives, createElementVNode, vShow, mergeModels, inject, withModifiers, createBlock, Fragment, computed, normalizeStyle, createCommentVNode, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
2
2
  import debounce from "lodash/debounce";
3
- import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-DZTs-ePt.js";
4
- import { t as transWebUrl } from "./transWebUrl--iZn6BtB.js";
3
+ import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, r as reqCatch, f as useRequestReport, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, o as _sfc_main$b, p as isIncubationRepo, q as highlightWords, t as transformUrl, w as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, x as LANG_KEY } from "./index-Bhv07cir.js";
4
+ import { t as transWebUrl } from "./transWebUrl-CjAKBQUN.js";
5
5
  import { useRouter } from "vue-router";
6
6
  import { Row, Col } from "vue-devui-lal/grid";
7
7
  import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
8
+ import "vue-devui-lal/grid/style.css";
9
+ import "vue-devui-lal/skeleton/style.css";
8
10
  import { Popover } from "vue-devui-lal/popover";
11
+ import "vue-devui-lal/popover/style.css";
9
12
  const useReportRepo = (reportParams, viewReport) => {
10
13
  const list = ref([]);
11
14
  const pageRef = ref((window == null ? void 0 : window.page_ref) || "");
@@ -1,11 +1,14 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { defineComponent, ref, onMounted, onBeforeUnmount, createBlock, openBlock, unref, withCtx, createElementVNode, withDirectives, createVNode, vShow, nextTick } from "vue";
4
+ import { defineComponent, ref, onMounted, onBeforeUnmount, openBlock, createBlock, unref, withCtx, createElementVNode, withDirectives, createVNode, vShow, nextTick } from "vue";
5
5
  import { Button } from "vue-devui-lal/button";
6
+ import "vue-devui-lal/button/style.css";
6
7
  import { Message } from "vue-devui-lal/message";
8
+ import "vue-devui-lal/message/style.css";
7
9
  import { FixedOverlay } from "vue-devui-lal/overlay";
8
- import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-DZTs-ePt.js";
10
+ import "vue-devui-lal/overlay/style.css";
11
+ import { a as i18n, k as usePageResize, A as isZh, _ as _export_sfc } from "./index-Bhv07cir.js";
9
12
  const _YunpianCaptchaManager = class _YunpianCaptchaManager {
10
13
  // eslint-disable-next-line no-useless-constructor
11
14
  constructor() {
package/index.d.ts CHANGED
@@ -76,6 +76,7 @@ orgInfo: OrgInfo;
76
76
  otherUserInfo: UserInfo;
77
77
  userInfo: UserInfo;
78
78
  independence: boolean;
79
+ defaultGlobalSearchType: "repo" | "all";
79
80
  atomcodeLaunchQs: string;
80
81
  launchAtomCode: () => void | Promise<void>;
81
82
  headerBorder: boolean;
@@ -169,6 +170,8 @@ declare type __VLS_Props_2 = {
169
170
  showAtomCodeLauncher?: boolean;
170
171
  /** AtomCode 点击启动函数属性(若定义则在点击 AtomCode 主按钮时触发,而不调用 openAtomCode) */
171
172
  launchAtomCode?: () => void | Promise<void>;
173
+ /** 无范围 Header 搜索的默认类型,组件库默认保持项目搜索 */
174
+ defaultGlobalSearchType?: 'repo' | 'all';
172
175
  };
173
176
 
174
177
  declare type __VLS_Props_3 = {
package/index.js CHANGED
@@ -1,23 +1,23 @@
1
- import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-DZTs-ePt.js";
1
+ import { P, Q, S, U, V, W, X, Y, Z, $, a0, a1, a2, a3, a4, C, a5, a6, a7, a8 } from "./index-Bhv07cir.js";
2
2
  export {
3
- a1 as AsideFooterTools,
4
- Y as AtomCodeLauncher,
5
- $ as EnterpriseHeader,
6
- Q as GitCodeAside,
7
- U as GitCodeAsideV2,
3
+ P as AsideFooterTools,
4
+ Q as AtomCodeLauncher,
5
+ S as EnterpriseHeader,
6
+ U as GitCodeAside,
7
+ V as GitCodeAsideV2,
8
8
  W as GitCodeHeader,
9
- a4 as GitCodeLayoutEmitter,
10
- a6 as HEADER_CREATE_MENU_PATHS,
9
+ X as GitCodeLayoutEmitter,
10
+ Y as HEADER_CREATE_MENU_PATHS,
11
11
  Z as HeaderCreateMenu,
12
- X as HomeHeaderActions,
13
- P as Login,
14
- S as SceneValue,
15
- V as ScrollActiveContainer,
16
- a0 as SiteAnnouncement,
17
- O as ToolsFloat,
18
- B as currentTheme,
19
- a7 as default,
20
- a3 as setLayoutConfig,
21
- a5 as setTheme,
22
- a2 as useLogin
12
+ $ as HomeHeaderActions,
13
+ a0 as Login,
14
+ a1 as SceneValue,
15
+ a2 as ScrollActiveContainer,
16
+ a3 as SiteAnnouncement,
17
+ a4 as ToolsFloat,
18
+ C as currentTheme,
19
+ a5 as default,
20
+ a6 as setLayoutConfig,
21
+ a7 as setTheme,
22
+ a8 as useLogin
23
23
  };
@@ -1,7 +1,9 @@
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-DZTs-ePt.js";
1
+ import { defineComponent, computed, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
2
+ import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-Bhv07cir.js";
3
3
  import { Notification } from "vue-devui-lal/notification";
4
4
  import { Button } from "vue-devui-lal/button";
5
+ import "vue-devui-lal/notification/style.css";
6
+ import "vue-devui-lal/button/style.css";
5
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
8
  __name: "notice",
7
9
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.12.15-beta.43",
3
+ "version": "1.12.15-beta.44",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",