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/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-6WqxtF8s.js";
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-6WqxtF8s.js";
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: __props.onClose,
36
+ onClick: _ctx.onClose,
37
37
  class: "email-notice__btn-ignore"
38
38
  }, {
39
- default: withCtx(() => [..._cache[1] || (_cache[1] = [
40
- createTextVNode("忽略", -1)
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(() => [..._cache[2] || (_cache[2] = [
51
- createTextVNode("修改", -1)
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
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.12.15-beta.32",
3
+ "version": "1.12.15-beta.34",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",