vue-layout-gitcode 1.12.3 → 1.12.4-beta.1
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/README.md +533 -533
- package/dist/{GloabarSearch-C0oef2sK.js → GloabarSearch-tjtKRn4s.js} +9 -9
- package/dist/{MenuItem--pyrkebp.js → MenuItem-CoaSUCFy.js} +4 -4
- package/dist/{ProjectMenuList-Cy6zBzW5.js → ProjectMenuList-BAXqNRVP.js} +8 -8
- package/dist/{ProjectMenuListV2-CFTcLZq4.js → ProjectMenuListV2-BGVRt_X4.js} +7 -7
- package/dist/{ProjectSearch-C3VRHqn1.js → ProjectSearch-D5xGsnbH.js} +6 -6
- package/dist/{SearchHistoryList-CMZZEVwY.js → SearchHistoryList-68-SB0cR.js} +10 -10
- package/dist/{SearchPrefixTag-t6Wt7l9P.js → SearchPrefixTag-DqJBn6SG.js} +4 -4
- package/dist/{SearchRecommed--qvPLBSI.js → SearchRecommed-CPRTlK1B.js} +7 -7
- package/dist/{SearchScopeList-TqCg7-QS.js → SearchScopeList-BaUjDyX8.js} +6 -6
- package/dist/{UserSearch-Ct2p6Gsf.js → UserSearch-Q_WWRGr-.js} +6 -6
- package/dist/{index-d-HOTCVi.js → index-BcnUJLVC.js} +515 -408
- package/dist/{index-CIV5vXgN.js → index-D5DgBNFl.js} +2 -2
- package/dist/{index-CCE3DEDV.js → index-DYTgrwrQ.js} +32 -32
- package/dist/{index-ltqVr-ed.js → index-ZQgRQcS2.js} +2 -2
- package/dist/index.d.ts +14 -774
- package/dist/index.js +10 -10
- package/dist/{notice-CW8DSMlC.js → notice-BRkcgE_x.js} +7 -6
- package/dist/package.json +2 -2
- package/dist/style.css +1 -1
- package/dist/{transWebUrl-Bul3pIEs.js → transWebUrl-BLQZLXla.js} +1 -1
- package/package.json +4 -5
package/dist/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-BcnUJLVC.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 } from "./index-
|
|
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-BcnUJLVC.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,15 +26,15 @@ 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: "email-notice__text" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
|
|
30
30
|
createElementVNode("div", {
|
|
31
|
-
class: normalizeClass([isMobile.value ? "
|
|
31
|
+
class: normalizeClass(["email-notice__actions", isMobile.value ? "email-notice__actions--mb" : "email-notice__actions--pc"])
|
|
32
32
|
}, [
|
|
33
33
|
createVNode(unref(Button), {
|
|
34
34
|
variant: "outline",
|
|
35
35
|
size: isMobile.value ? "sm" : "md",
|
|
36
36
|
onClick: _ctx.onClose,
|
|
37
|
-
class: "
|
|
37
|
+
class: "email-notice__btn-ignore"
|
|
38
38
|
}, {
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
40
|
createTextVNode("忽略")
|
|
@@ -59,6 +59,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
|
+
const notice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
62
63
|
export {
|
|
63
|
-
|
|
64
|
+
notice as default
|
|
64
65
|
};
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-layout-gitcode",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.4-beta.1",
|
|
4
4
|
"description": "用于 gitcode 站点生产环境使用",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -10,4 +10,4 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "lal,nevins",
|
|
12
12
|
"license": "ISC"
|
|
13
|
-
}
|
|
13
|
+
}
|