vue-layout-gitcode 1.12.15-beta.28 → 1.12.15-beta.29

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, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
2
- import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-B7cWhpg7.js";
2
+ import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-C90cIioS.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:";
@@ -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-B7cWhpg7.js";
11
+ import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-C90cIioS.js";
12
12
  const _YunpianCaptchaManager = class _YunpianCaptchaManager {
13
13
  // eslint-disable-next-line no-useless-constructor
14
14
  constructor() {
package/index.d.ts CHANGED
@@ -23,12 +23,12 @@ sceneValue: SceneValue;
23
23
  request: Function;
24
24
  userInfo: AccountInfo;
25
25
  independence: boolean;
26
- slotKeys: Array<string>;
27
26
  showThemeSetting: boolean;
28
27
  showLangSetting: boolean;
29
- showPreferencesSetting: boolean;
30
- collapseMode: boolean;
31
28
  disableFlatMode: boolean;
29
+ collapseMode: boolean;
30
+ slotKeys: Array<string>;
31
+ showPreferencesSetting: boolean;
32
32
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
33
33
 
34
34
  declare const __VLS_component_2: DefineComponent<Props_4, {
@@ -101,7 +101,7 @@ onResetPwdDirectlySuccess?: ((...args: any[]) => any) | undefined;
101
101
  onFollowDevCommunity?: ((...args: any[]) => any) | undefined;
102
102
  onFollowUser?: ((...args: any[]) => any) | undefined;
103
103
  }>, {
104
- globalStore: Object;
104
+ globalStore: Record<string, unknown>;
105
105
  isLogin: boolean;
106
106
  request: Function;
107
107
  orgInfo: OrgInfo;
@@ -176,7 +176,7 @@ declare type __VLS_Props_4 = {
176
176
  declare type __VLS_Props_5 = {
177
177
  isLogin: boolean;
178
178
  request: Function;
179
- globalStore: Object;
179
+ globalStore: Record<string, unknown>;
180
180
  loginSuccess: Function;
181
181
  enterpriseInfo: OrgInfo;
182
182
  loginOutFinish?: Function;
@@ -381,12 +381,12 @@ userInfo: AccountInfo;
381
381
  independence: boolean;
382
382
  showThemeSetting: boolean;
383
383
  showLangSetting: boolean;
384
- collapseMode: boolean;
385
384
  disableFlatMode: boolean;
386
385
  singleCol: boolean;
387
386
  channels: HomeChannelStoreItem[];
388
387
  activeChannel: string;
389
388
  onChannelChange: (item: HomeChannelStoreItem) => void;
389
+ collapseMode: boolean;
390
390
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
391
391
 
392
392
  /**
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a0, Z, Q, U, W, a3, a5, Y, X, P, S, V, $, O, B, a6, a2, a4, a1 } from "./index-B7cWhpg7.js";
1
+ import { a0, Z, Q, U, W, a3, a5, Y, X, P, S, V, $, O, B, a6, a2, a4, a1 } from "./index-C90cIioS.js";
2
2
  export {
3
3
  a0 as AsideFooterTools,
4
4
  Z as EnterpriseHeader,
@@ -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, _ as _export_sfc } from "./index-B7cWhpg7.js";
2
+ import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-C90cIioS.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.28",
3
+ "version": "1.12.15-beta.29",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",