vue-layout-gitcode 1.12.15-beta.32 → 1.12.15-beta.34
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-JhPcQuPP.js → GloabarSearch-CKvkBX2V.js} +3 -3
- package/{MenuItem-xjTXks21.js → MenuItem-C84m8saa.js} +1 -1
- package/{ProjectMenuList-PVBwsQ3V.js → ProjectMenuList-Df_9gswf.js} +10 -10
- package/{ProjectMenuListV2-uKWo48n2.js → ProjectMenuListV2-BwmM9ub1.js} +3 -3
- package/{ProjectSearch-DZb1ILv7.js → ProjectSearch-Box7LXwg.js} +1 -1
- package/{SearchHistoryList-Dx6vjM_l.js → SearchHistoryList-DqT3U3K_.js} +5 -5
- package/{SearchRecommed-Drite9Jb.js → SearchRecommed-1GTqgX0O.js} +2 -2
- package/{SearchScopeList-B1gB1V-V.js → SearchScopeList-C_mH8RBx.js} +2 -2
- package/{UserSearch-CBY4vKpo.js → UserSearch-Dz6hRvCB.js} +1 -1
- package/{index-e6PW7zQn.js → index-B8PZ_KvO.js} +47 -44
- package/{index-CFBRjvqd.js → index-BlR_g6ql.js} +5 -4
- package/{index-v8B326P4.js → index-CMToqnPP.js} +1 -1
- package/{index-6WqxtF8s.js → index-YiOclmv5.js} +1097 -1209
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/{notice-fUG6JsMT.js → notice-WZnVzIOY.js} +12 -10
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-V2qBaEdN.js → transWebUrl-C3SCYkWW.js} +1 -1
package/index.d.ts
CHANGED
|
@@ -445,11 +445,11 @@ export declare const GitCodeLayoutEmitter: Emitter<EventBus>;
|
|
|
445
445
|
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"];
|
|
446
446
|
|
|
447
447
|
export declare const HeaderCreateMenu: DefineComponent_2<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {
|
|
448
|
-
navigate: (item: HeaderCreateMenuItem) => any;
|
|
449
448
|
"update:dropdownVisible": (visible: boolean) => any;
|
|
449
|
+
navigate: (item: HeaderCreateMenuItem) => any;
|
|
450
450
|
}, string, PublicProps_2, Readonly<__VLS_Props_5> & Readonly<{
|
|
451
|
-
onNavigate?: ((item: HeaderCreateMenuItem) => any) | undefined;
|
|
452
451
|
"onUpdate:dropdownVisible"?: ((visible: boolean) => any) | undefined;
|
|
452
|
+
onNavigate?: ((item: HeaderCreateMenuItem) => any) | undefined;
|
|
453
453
|
}>, {
|
|
454
454
|
dropdownVisible: boolean;
|
|
455
455
|
isCreateOrg: boolean;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-
|
|
1
|
+
import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-YiOclmv5.js";
|
|
2
2
|
export {
|
|
3
3
|
a1 as AsideFooterTools,
|
|
4
4
|
Y as AtomCodeLauncher,
|
|
@@ -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-YiOclmv5.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,13 +33,14 @@ 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
|
-
])
|
|
42
|
-
_: 1
|
|
39
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
+
createTextVNode("忽略")
|
|
41
|
+
])),
|
|
42
|
+
_: 1,
|
|
43
|
+
__: [1]
|
|
43
44
|
}, 8, ["size", "onClick"]),
|
|
44
45
|
createVNode(unref(Button), {
|
|
45
46
|
variant: "solid",
|
|
@@ -47,10 +48,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
48
|
color: "primary",
|
|
48
49
|
onClick: handleConfirm
|
|
49
50
|
}, {
|
|
50
|
-
default: withCtx(() =>
|
|
51
|
-
createTextVNode("修改"
|
|
52
|
-
])
|
|
53
|
-
_: 1
|
|
51
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
|
+
createTextVNode("修改")
|
|
53
|
+
])),
|
|
54
|
+
_: 1,
|
|
55
|
+
__: [2]
|
|
54
56
|
}, 8, ["size"])
|
|
55
57
|
], 2)
|
|
56
58
|
]),
|