vue-layout-gitcode 1.12.15-beta.10 → 1.12.15-beta.11
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-DShGgmPu.js → GloabarSearch-DxJ6MLn8.js} +8 -8
- package/{MenuItem-C0_Z3kAs.js → MenuItem-D4MiC6IG.js} +3 -3
- package/{ProjectMenuList-DijZTN2Y.js → ProjectMenuList-DZGYiODT.js} +11 -11
- package/{ProjectMenuListV2-rwBJNNnu.js → ProjectMenuListV2-EV89LR2x.js} +7 -7
- package/{ProjectSearch-D2AdTPot.js → ProjectSearch-BEwuDaPM.js} +18 -26
- package/{SearchHistoryList-D5AKv0bc.js → SearchHistoryList-DmaxAvK8.js} +9 -9
- package/{SearchRecommed-t7cNwaJk.js → SearchRecommed-DZluuC-H.js} +6 -6
- package/{SearchScopeList-CkFCXGUJ.js → SearchScopeList-BYE_KyGE.js} +4 -4
- package/{UserSearch-BAH-XaKB.js → UserSearch-BzHQXmzE.js} +5 -5
- package/{index-BB4Ahsk2.js → index-BOScKrtu.js} +32 -32
- package/{index-DBK1y0r5.js → index-BxHk52W8.js} +1 -1
- package/{index-CktR4_3I.js → index-EOrZj5ss.js} +1 -1
- package/{index-BcmNxd28.js → index-G58a172b.js} +293 -294
- package/index.js +1 -1
- package/{notice-BkY2Sv5_.js → notice-B43kh3GE.js} +5 -6
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-Y8-wNaJD.js → transWebUrl-C4Zf5RBI.js} +1 -1
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { i as isPhone, u as useModel
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-G58a172b.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: "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
36
|
onClick: __props.onClose,
|
|
37
|
-
class: "
|
|
37
|
+
class: "mr-[8px]"
|
|
38
38
|
}, {
|
|
39
39
|
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
40
40
|
createTextVNode("忽略", -1)
|
|
@@ -59,7 +59,6 @@ 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"]]);
|
|
63
62
|
export {
|
|
64
|
-
|
|
63
|
+
_sfc_main as default
|
|
65
64
|
};
|