vue-layout-gitcode 1.12.13-beta.1 → 1.12.14
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-Cbm9dRy9.js → GloabarSearch-WUU-6ytG.js} +9 -9
- package/{MenuItem-C70Lv285.js → MenuItem-_Zwq5jpi.js} +4 -4
- package/{ProjectMenuList-cePmsaX1.js → ProjectMenuList-BwGX02gW.js} +20 -20
- package/{ProjectMenuListV2-B8hffoF9.js → ProjectMenuListV2-CtxnK6rz.js} +9 -9
- package/{ProjectSearch-BacyHFEk.js → ProjectSearch-DCAtcvSv.js} +19 -27
- package/{SearchHistoryList-CDGFfawT.js → SearchHistoryList-SfXAAJII.js} +13 -13
- package/{SearchPrefixTag-DlAx3tjS.js → SearchPrefixTag-B6JvWVGf.js} +6 -6
- package/{SearchRecommed-Cw0JyOJ9.js → SearchRecommed-i9tN03O7.js} +7 -7
- package/{SearchScopeList-CwBi4N6Z.js → SearchScopeList-B0XWemWi.js} +8 -8
- package/{UserSearch-CaoEz3xN.js → UserSearch-WceE6qE_.js} +6 -6
- package/{index-CXC1gZMV.js → index--_nHlr5T.js} +74 -77
- package/{index-DZ-SSYRi.js → index-BlCnbgAU.js} +1245 -1161
- package/{index-B78settw.js → index-C8jg8ELo.js} +2 -2
- package/{index-BdJRfYEN.js → index-CWOH-qdm.js} +5 -6
- package/index.d.ts +584 -750
- package/index.js +10 -10
- package/{notice-DJRIxGGL.js → notice-DxJbtsv_.js} +15 -18
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-BhvwwdLt.js → transWebUrl-ByXTM-K3.js} +1 -1
package/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { M, N, O, P, Q, S, U, V, B, W, X, Y, Z } from "./index-BlCnbgAU.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
M as EnterpriseHeader,
|
|
4
|
+
N as GitCodeAside,
|
|
5
|
+
O as GitCodeHeader,
|
|
6
|
+
P as GitCodeLayoutEmitter,
|
|
7
|
+
Q as Login,
|
|
8
8
|
S as SceneValue,
|
|
9
9
|
U as SiteAnnouncement,
|
|
10
|
-
|
|
10
|
+
V as ToolsFloat,
|
|
11
11
|
B as currentTheme,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
W as default,
|
|
13
|
+
X as setLayoutConfig,
|
|
14
14
|
Y as setTheme,
|
|
15
|
-
|
|
15
|
+
Z as useLogin
|
|
16
16
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, computed,
|
|
2
|
-
import { i as isPhone, u as useModel
|
|
1
|
+
import { defineComponent, computed, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-BlCnbgAU.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";
|
|
@@ -26,21 +26,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26
26
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
27
27
|
}, {
|
|
28
28
|
default: withCtx(() => [
|
|
29
|
-
_cache[3] || (_cache[3] = createElementVNode("div", { class: "
|
|
29
|
+
_cache[3] || (_cache[3] = createElementVNode("div", { class: "text-[var(--theme-text)] leading-[18px] break-all text-[13px]" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
|
|
30
30
|
createElementVNode("div", {
|
|
31
|
-
class: normalizeClass([
|
|
31
|
+
class: normalizeClass([isMobile.value ? "mt-[15px]" : "mt-[22px]", "flex justify-end"])
|
|
32
32
|
}, [
|
|
33
33
|
createVNode(unref(Button), {
|
|
34
34
|
variant: "outline",
|
|
35
35
|
size: isMobile.value ? "sm" : "md",
|
|
36
|
-
onClick:
|
|
37
|
-
class: "
|
|
36
|
+
onClick: __props.onClose,
|
|
37
|
+
class: "mr-[8px]"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
-
createTextVNode("忽略")
|
|
41
|
-
])),
|
|
42
|
-
_: 1
|
|
43
|
-
__: [1]
|
|
39
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
40
|
+
createTextVNode("忽略", -1)
|
|
41
|
+
])]),
|
|
42
|
+
_: 1
|
|
44
43
|
}, 8, ["size", "onClick"]),
|
|
45
44
|
createVNode(unref(Button), {
|
|
46
45
|
variant: "solid",
|
|
@@ -48,11 +47,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
48
47
|
color: "primary",
|
|
49
48
|
onClick: handleConfirm
|
|
50
49
|
}, {
|
|
51
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
|
-
createTextVNode("修改")
|
|
53
|
-
])),
|
|
54
|
-
_: 1
|
|
55
|
-
__: [2]
|
|
50
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
51
|
+
createTextVNode("修改", -1)
|
|
52
|
+
])]),
|
|
53
|
+
_: 1
|
|
56
54
|
}, 8, ["size"])
|
|
57
55
|
], 2)
|
|
58
56
|
]),
|
|
@@ -61,7 +59,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
61
59
|
};
|
|
62
60
|
}
|
|
63
61
|
});
|
|
64
|
-
const notice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
65
62
|
export {
|
|
66
|
-
|
|
63
|
+
_sfc_main as default
|
|
67
64
|
};
|