vue-layout-gitcode 1.12.15-beta.10 → 1.12.15-beta.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,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-BcmNxd28.js";
2
+ import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-3u6RC7b4.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:";
@@ -1,7 +1,7 @@
1
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, 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, 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-BcmNxd28.js";
4
- import { t as transWebUrl } from "./transWebUrl-Y8-wNaJD.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, 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-3u6RC7b4.js";
4
+ import { t as transWebUrl } from "./transWebUrl-BFPL9TTH.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,7 +8,7 @@ import { Message } from "vue-devui-lal/message";
8
8
  import "vue-devui-lal/message/style.css";
9
9
  import { FixedOverlay } from "vue-devui-lal/overlay";
10
10
  import "vue-devui-lal/overlay/style.css";
11
- import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-BcmNxd28.js";
11
+ import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-3u6RC7b4.js";
12
12
  const _YunpianCaptchaManager = class _YunpianCaptchaManager {
13
13
  // eslint-disable-next-line no-useless-constructor
14
14
  constructor() {
package/index.d.ts CHANGED
@@ -144,6 +144,18 @@ declare type __VLS_Props_3 = {
144
144
  loginChildComponents: any;
145
145
  };
146
146
 
147
+ declare type __VLS_Props_4 = {
148
+ /** 展示主题设置项,默认 true */
149
+ showThemeSetting?: boolean;
150
+ /** 展示语言设置项,默认 true */
151
+ showLangSetting?: boolean;
152
+ /**
153
+ * 下拉菜单弹出位置,默认 `['bottom-end']`。
154
+ * 宿主如果把本组件放在页面底部,可传 `['top-end']` 避免菜单被视口下沿裁掉。
155
+ */
156
+ position?: string[];
157
+ };
158
+
147
159
  declare function __VLS_template(): {
148
160
  attrs: Partial<{}>;
149
161
  slots: Partial<Record<string, (_: {}) => any>>;
@@ -218,6 +230,12 @@ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
218
230
  };
219
231
  };
220
232
 
233
+ export declare const AsideFooterTools: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
234
+ position: string[];
235
+ showThemeSetting: boolean;
236
+ showLangSetting: boolean;
237
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
238
+
221
239
  declare interface BaseLayoutConfig {
222
240
  VITE_HOST: string;
223
241
  VITE_HOST_TIANQI: string;
package/index.js CHANGED
@@ -1,16 +1,17 @@
1
- import { N, O, P, Q, S, U, V, W, B, X, Y, Z, $ } from "./index-BcmNxd28.js";
1
+ import { N, O, P, Q, S, U, V, W, X, B, Y, Z, $, a0 } from "./index-3u6RC7b4.js";
2
2
  export {
3
- N as EnterpriseHeader,
4
- O as GitCodeAside,
5
- P as GitCodeHeader,
6
- Q as GitCodeLayoutEmitter,
7
- S as Login,
8
- U as SceneValue,
9
- V as SiteAnnouncement,
10
- W as ToolsFloat,
3
+ N as AsideFooterTools,
4
+ O as EnterpriseHeader,
5
+ P as GitCodeAside,
6
+ Q as GitCodeHeader,
7
+ S as GitCodeLayoutEmitter,
8
+ U as Login,
9
+ V as SceneValue,
10
+ W as SiteAnnouncement,
11
+ X as ToolsFloat,
11
12
  B as currentTheme,
12
- X as default,
13
- Y as setLayoutConfig,
14
- Z as setTheme,
15
- $ as useLogin
13
+ Y as default,
14
+ Z as setLayoutConfig,
15
+ $ as setTheme,
16
+ a0 as useLogin
16
17
  };
@@ -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, _ as _export_sfc } from "./index-BcmNxd28.js";
2
+ import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-3u6RC7b4.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.12.15-beta.10",
3
+ "version": "1.12.15-beta.12",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",