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.
- package/{GloabarSearch-CpWvL8eY.js → GloabarSearch-CJaiSi4m.js} +3 -3
- package/{MenuItem-D1-td8QS.js → MenuItem-C5Q-MkeU.js} +1 -1
- package/{ProjectMenuList-BIcw89Fz.js → ProjectMenuList-DrFkM_PV.js} +2 -2
- package/{ProjectMenuListV2-BEjLzYNK.js → ProjectMenuListV2-Dfow5AhS.js} +2 -2
- package/{ProjectSearch-BoqHn9Wz.js → ProjectSearch-Ber9ZHHW.js} +1 -1
- package/{SearchHistoryList-IGkwmPuz.js → SearchHistoryList-DX-RAh16.js} +1 -1
- package/{SearchRecommed-CpxEhodw.js → SearchRecommed-BS5IiPjT.js} +2 -2
- package/{SearchScopeList-B9dD_SO8.js → SearchScopeList-DS9Z5dMM.js} +1 -1
- package/{UserSearch-C8kV-5N3.js → UserSearch-uv8WxV_S.js} +1 -1
- package/{index-DPzSpc4s.js → index-Bs9YGuNR.js} +2 -2
- package/{index-B7cWhpg7.js → index-C90cIioS.js} +2144 -2144
- package/{index-G4pKhP1O.js → index-D1f9dtXu.js} +1 -1
- package/{index-CzVoqAG1.js → index-lsN8c1aR.js} +1 -1
- package/index.d.ts +6 -6
- package/index.js +1 -1
- package/{notice-D2YH729T.js → notice-C7D3RnAC.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-DHayxxir.js → transWebUrl-GdSt71Hm.js} +1 -1
|
@@ -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-
|
|
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-
|
|
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:
|
|
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:
|
|
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,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-
|
|
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";
|