vue-layout-gitcode 1.12.15-beta.27 → 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-BdIj2ENE.js → GloabarSearch-CJaiSi4m.js} +4 -4
- package/{MenuItem-B0ZDoUJ2.js → MenuItem-C5Q-MkeU.js} +2 -2
- package/{ProjectMenuList-DqXoEiki.js → ProjectMenuList-DrFkM_PV.js} +11 -11
- package/{ProjectMenuListV2-64pXCuaX.js → ProjectMenuListV2-Dfow5AhS.js} +4 -4
- package/{ProjectSearch-B3CEn8kp.js → ProjectSearch-Ber9ZHHW.js} +2 -2
- package/{SearchHistoryList-CrPblzMX.js → SearchHistoryList-DX-RAh16.js} +6 -6
- package/{SearchRecommed-Ba72ic7U.js → SearchRecommed-BS5IiPjT.js} +5 -4
- package/{SearchScopeList-Cpu9VmlK.js → SearchScopeList-DS9Z5dMM.js} +3 -3
- package/{UserSearch-lV9fOnc2.js → UserSearch-uv8WxV_S.js} +2 -2
- package/{index-Dl26m-kE.js → index-Bs9YGuNR.js} +42 -42
- package/{index-BTlwINfN.js → index-C90cIioS.js} +3734 -4380
- package/{index-CVfeH6t4.js → index-D1f9dtXu.js} +4 -4
- package/{index-DwzU-6hv.js → index-lsN8c1aR.js} +2 -2
- package/index.d.ts +8 -8
- package/index.js +18 -18
- package/{notice-BOdPWovg.js → notice-C7D3RnAC.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CQYz4Q9T.js → transWebUrl-GdSt71Hm.js} +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, onMounted, nextTick, onUnmounted,
|
|
2
|
-
import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-
|
|
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-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:";
|
|
@@ -105,9 +105,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
105
105
|
});
|
|
106
106
|
return (_ctx, _cache) => {
|
|
107
107
|
return openBlock(), createBlock(unref(FixedOverlay), { class: "captcha-overlay-slid" }, {
|
|
108
|
-
default: withCtx(() =>
|
|
108
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
109
109
|
createElementVNode("div", { id: "captcha-box" }, null, -1)
|
|
110
|
-
])
|
|
110
|
+
])),
|
|
111
111
|
_: 1
|
|
112
112
|
});
|
|
113
113
|
};
|
|
@@ -1,14 +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,
|
|
4
|
+
import { defineComponent, ref, onMounted, onBeforeUnmount, createBlock, openBlock, unref, withCtx, createElementVNode, withDirectives, createVNode, vShow, nextTick } from "vue";
|
|
5
5
|
import { Button } from "vue-devui-lal/button";
|
|
6
6
|
import "vue-devui-lal/button/style.css";
|
|
7
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
|
/**
|
|
@@ -430,11 +430,11 @@ export declare const GitCodeLayoutEmitter: Emitter<EventBus>;
|
|
|
430
430
|
export declare const HEADER_CREATE_MENU_PATHS: readonly ["/create?position=nav_top", "/create/migrate?type=3", "/models/create", "/datasets/create", "/space/create", "/collections/create", "/org/create"];
|
|
431
431
|
|
|
432
432
|
export declare const HeaderCreateMenu: DefineComponent_2<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {
|
|
433
|
-
navigate: (item: HeaderCreateMenuItem) => any;
|
|
434
433
|
"update:dropdownVisible": (visible: boolean) => any;
|
|
434
|
+
navigate: (item: HeaderCreateMenuItem) => any;
|
|
435
435
|
}, string, PublicProps_2, Readonly<__VLS_Props_4> & Readonly<{
|
|
436
|
-
onNavigate?: ((item: HeaderCreateMenuItem) => any) | undefined;
|
|
437
436
|
"onUpdate:dropdownVisible"?: ((visible: boolean) => any) | undefined;
|
|
437
|
+
onNavigate?: ((item: HeaderCreateMenuItem) => any) | undefined;
|
|
438
438
|
}>, {
|
|
439
439
|
dropdownVisible: boolean;
|
|
440
440
|
isCreateOrg: boolean;
|
package/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import {
|
|
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
|
-
|
|
4
|
-
|
|
3
|
+
a0 as AsideFooterTools,
|
|
4
|
+
Z as EnterpriseHeader,
|
|
5
5
|
Q as GitCodeAside,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
6
|
+
U as GitCodeAsideV2,
|
|
7
|
+
W as GitCodeHeader,
|
|
8
|
+
a3 as GitCodeLayoutEmitter,
|
|
9
|
+
a5 as HEADER_CREATE_MENU_PATHS,
|
|
10
|
+
Y as HeaderCreateMenu,
|
|
11
|
+
X as HomeHeaderActions,
|
|
12
|
+
P as Login,
|
|
13
|
+
S as SceneValue,
|
|
14
|
+
V as ScrollActiveContainer,
|
|
15
|
+
$ as SiteAnnouncement,
|
|
16
|
+
O as ToolsFloat,
|
|
17
17
|
B as currentTheme,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
a6 as default,
|
|
19
|
+
a2 as setLayoutConfig,
|
|
20
|
+
a4 as setTheme,
|
|
21
|
+
a1 as useLogin
|
|
22
22
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, computed,
|
|
2
|
-
import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-
|
|
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-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";
|
|
@@ -33,12 +33,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
33
33
|
createVNode(unref(Button), {
|
|
34
34
|
variant: "outline",
|
|
35
35
|
size: isMobile.value ? "sm" : "md",
|
|
36
|
-
onClick:
|
|
36
|
+
onClick: _ctx.onClose,
|
|
37
37
|
class: "email-notice__btn-ignore"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() =>
|
|
40
|
-
createTextVNode("忽略"
|
|
41
|
-
])
|
|
39
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
+
createTextVNode("忽略")
|
|
41
|
+
])),
|
|
42
42
|
_: 1
|
|
43
43
|
}, 8, ["size", "onClick"]),
|
|
44
44
|
createVNode(unref(Button), {
|
|
@@ -47,9 +47,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
47
|
color: "primary",
|
|
48
48
|
onClick: handleConfirm
|
|
49
49
|
}, {
|
|
50
|
-
default: withCtx(() =>
|
|
51
|
-
createTextVNode("修改"
|
|
52
|
-
])
|
|
50
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
51
|
+
createTextVNode("修改")
|
|
52
|
+
])),
|
|
53
53
|
_: 1
|
|
54
54
|
}, 8, ["size"])
|
|
55
55
|
], 2)
|