vue-layout-gitcode 1.12.15-beta.30 → 1.12.15-beta.31

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.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, onMounted, nextTick, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
2
- import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-CqNMIElC.js";
2
+ import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-BFDj-npc.js";
3
3
  import { FixedOverlay } from "vue-devui-lal/overlay";
4
4
  import "vue-devui-lal/overlay/style.css";
5
5
  const TARGET_TEXT = "Click in order:";
@@ -105,10 +105,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
105
105
  });
106
106
  return (_ctx, _cache) => {
107
107
  return openBlock(), createBlock(unref(FixedOverlay), { class: "captcha-overlay-slid" }, {
108
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
108
+ default: withCtx(() => _cache[0] || (_cache[0] = [
109
109
  createElementVNode("div", { id: "captcha-box" }, null, -1)
110
- ])]),
111
- _: 1
110
+ ])),
111
+ _: 1,
112
+ __: [0]
112
113
  });
113
114
  };
114
115
  }
@@ -8,7 +8,7 @@ import { Message } from "vue-devui-lal/message";
8
8
  import "vue-devui-lal/message/style.css";
9
9
  import { FixedOverlay } from "vue-devui-lal/overlay";
10
10
  import "vue-devui-lal/overlay/style.css";
11
- import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-CqNMIElC.js";
11
+ import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-BFDj-npc.js";
12
12
  const _YunpianCaptchaManager = class _YunpianCaptchaManager {
13
13
  // eslint-disable-next-line no-useless-constructor
14
14
  constructor() {
@@ -1,7 +1,7 @@
1
1
  import { ref, watchEffect, defineComponent, toDisplayString, unref, mergeModels, useModel, watch, createElementBlock, openBlock, createVNode, withDirectives, normalizeClass, createElementVNode, vShow, inject, withModifiers, createBlock, Fragment, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
2
2
  import debounce from "lodash/debounce";
3
- import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-CqNMIElC.js";
4
- import { t as transWebUrl } from "./transWebUrl-C4jzAU6I.js";
3
+ import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-BFDj-npc.js";
4
+ import { t as transWebUrl } from "./transWebUrl-D1I15VU4.js";
5
5
  import { useRouter } from "vue-router";
6
6
  import { Row, Col } from "vue-devui-lal/grid";
7
7
  import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
@@ -87,7 +87,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
87
87
  },
88
88
  setup(__props) {
89
89
  return (_ctx, _cache) => {
90
- return toDisplayString(unref(transferNumber)({ number: __props.number, fixed: __props.fixed, byte: __props.byte, gt100: __props.gt100 }));
90
+ return toDisplayString(unref(transferNumber)({ number: _ctx.number, fixed: _ctx.fixed, byte: _ctx.byte, gt100: _ctx.gt100 }));
91
91
  };
92
92
  }
93
93
  });
@@ -225,7 +225,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
225
225
  }]),
226
226
  onClick: withModifiers(handleStar, ["stop", "prevent"])
227
227
  }, [
228
- __props.isLike ? (openBlock(), createBlock(Like, {
228
+ _ctx.isLike ? (openBlock(), createBlock(Like, {
229
229
  key: 0,
230
230
  class: "i-star-tag__icon-mr",
231
231
  modelValue: starred.value,
@@ -279,7 +279,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
279
279
  }),
280
280
  createElementVNode("span", null, [
281
281
  createVNode(_sfc_main$a, {
282
- number: __props.count || 0
282
+ number: _ctx.count || 0
283
283
  }, null, 8, ["number"])
284
284
  ])
285
285
  ]);
@@ -350,9 +350,9 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
350
350
  color: "var(--theme-home-card-color-placeholder)",
351
351
  size: "14"
352
352
  }),
353
- !__props.hideText ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(unref($t)("gitCodeLayout.components.repo.today")), 1)) : createCommentVNode("", true),
353
+ !_ctx.hideText ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(unref($t)("gitCodeLayout.components.repo.today")), 1)) : createCommentVNode("", true),
354
354
  createVNode(_sfc_main$a, {
355
- number: __props.starCountOne || 0
355
+ number: _ctx.starCountOne || 0
356
356
  }, null, 8, ["number"])
357
357
  ]);
358
358
  };
@@ -383,9 +383,9 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
383
383
  size: "14"
384
384
  }),
385
385
  createElementVNode("span", _hoisted_2$3, [
386
- _cache[0] || (_cache[0] = createTextVNode("Star ", -1)),
386
+ _cache[0] || (_cache[0] = createTextVNode("Star ")),
387
387
  createVNode(_sfc_main$a, {
388
- number: __props.count || 0,
388
+ number: _ctx.count || 0,
389
389
  gt100: true
390
390
  }, null, 8, ["number"])
391
391
  ])
@@ -445,32 +445,32 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
445
445
  return openBlock(), createElementBlock(Fragment, null, [
446
446
  createElementVNode("div", null, [
447
447
  createElementVNode("div", _hoisted_1$3, [
448
- __props.tagInfo ? (openBlock(), createBlock(LanguageTag, {
448
+ _ctx.tagInfo ? (openBlock(), createBlock(LanguageTag, {
449
449
  key: 0,
450
- "tag-info": __props.tagInfo
450
+ "tag-info": _ctx.tagInfo
451
451
  }, null, 8, ["tag-info"])) : createCommentVNode("", true),
452
- !__props.hideStarCount ? (openBlock(), createBlock(StarCountOne, {
452
+ !_ctx.hideStarCount ? (openBlock(), createBlock(StarCountOne, {
453
453
  key: 1,
454
454
  hideText: "",
455
- starCountOne: __props.repoInfo.star_count
455
+ starCountOne: _ctx.repoInfo.star_count
456
456
  }, null, 8, ["starCountOne"])) : createCommentVNode("", true),
457
- __props.repoInfo.forks_count ? (openBlock(), createBlock(ForkTag, {
457
+ _ctx.repoInfo.forks_count ? (openBlock(), createBlock(ForkTag, {
458
458
  key: 2,
459
- count: __props.repoInfo.forks_count
459
+ count: _ctx.repoInfo.forks_count
460
460
  }, null, 8, ["count"])) : createCommentVNode("", true),
461
461
  showUpdateTimeDot.value ? (openBlock(), createElementBlock("div", _hoisted_2$2)) : createCommentVNode("", true),
462
- !__props.hideUpdateTime ? (openBlock(), createElementBlock("div", _hoisted_3$2, toDisplayString(unref(formatTimeFromNow)((__props.searchCard ? __props.repoInfo.last_repository_updated_at : __props.repoInfo.last_activity_at) || __props.repoInfo.last_activity_at)), 1)) : createCommentVNode("", true),
463
- !__props.hideStarIncrease && __props.repoInfo.star_count_one ? (openBlock(), createBlock(StarCountOne, {
462
+ !_ctx.hideUpdateTime ? (openBlock(), createElementBlock("div", _hoisted_3$2, toDisplayString(unref(formatTimeFromNow)((_ctx.searchCard ? _ctx.repoInfo.last_repository_updated_at : _ctx.repoInfo.last_activity_at) || _ctx.repoInfo.last_activity_at)), 1)) : createCommentVNode("", true),
463
+ !_ctx.hideStarIncrease && _ctx.repoInfo.star_count_one ? (openBlock(), createBlock(StarCountOne, {
464
464
  key: 5,
465
- starCountOne: __props.repoInfo.star_count_one
465
+ starCountOne: _ctx.repoInfo.star_count_one
466
466
  }, null, 8, ["starCountOne"])) : createCommentVNode("", true),
467
- __props.repoInfo.is_gh_mirrors ? (openBlock(), createBlock(GithubStarNum, {
467
+ _ctx.repoInfo.is_gh_mirrors ? (openBlock(), createBlock(GithubStarNum, {
468
468
  key: 6,
469
- count: __props.repoInfo.import_star_count
469
+ count: _ctx.repoInfo.import_star_count
470
470
  }, null, 8, ["count"])) : createCommentVNode("", true)
471
471
  ])
472
472
  ]),
473
- !__props.hideTopicTags && topicNames.value.length && __props.searchCard ? (openBlock(), createElementBlock("div", {
473
+ !_ctx.hideTopicTags && topicNames.value.length && _ctx.searchCard ? (openBlock(), createElementBlock("div", {
474
474
  key: 0,
475
475
  class: "topic-tags",
476
476
  ref_key: "topicTagsRef",
@@ -534,7 +534,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
534
534
  default: withCtx(() => [
535
535
  _cache[0] || (_cache[0] = createElementVNode("div", { class: "new-tag" }, "New", -1))
536
536
  ]),
537
- _: 1
537
+ _: 1,
538
+ __: [0]
538
539
  })) : createCommentVNode("", true);
539
540
  };
540
541
  }
@@ -718,7 +719,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
718
719
  });
719
720
  return (_ctx, _cache) => {
720
721
  return openBlock(), createElementBlock("a", {
721
- class: normalizeClass(["i-search-projects-card", { noborder: __props.noborder, "full-hover": __props.hover }]),
722
+ class: normalizeClass(["i-search-projects-card", { noborder: _ctx.noborder, "full-hover": _ctx.hover }]),
722
723
  onClick: handleClick
723
724
  }, [
724
725
  createVNode(unref(Row), { class: "i-search-projects-card-title" }, {
@@ -732,43 +733,45 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
732
733
  return [
733
734
  createVNode(GIcon, {
734
735
  name: iconName.value,
735
- class: normalizeClass({ "align-middle": __props.info.is_gh_mirrors }),
736
+ class: normalizeClass({ "align-middle": _ctx.info.is_gh_mirrors }),
736
737
  color: "var(--theme-placeholder)"
737
738
  }, null, 8, ["name", "class"]),
738
739
  createElementVNode("span", {
739
740
  class: "repo-title",
740
741
  innerHTML: preHandWord()
741
742
  }, null, 8, _hoisted_1),
742
- __props.info.show_recommend_icon ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref($t)("gitCodeLayout.search.recommendTag")), 1)) : createCommentVNode("", true),
743
- unref(isGstarRepo)(__props.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_3, [
743
+ _ctx.info.show_recommend_icon ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref($t)("gitCodeLayout.search.recommendTag")), 1)) : createCommentVNode("", true),
744
+ unref(isGstarRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_3, [
744
745
  createVNode(_sfc_main$b, {
745
746
  origin: "repo",
746
747
  icon: "",
747
748
  type: "gstar",
748
749
  message: `G-Star ${unref($t)("gitCodeLayout.GStar.project.graduation")}`
749
750
  }, {
750
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
751
- createTextVNode("G-Star ", -1)
752
- ])]),
753
- _: 1
751
+ default: withCtx(() => _cache[0] || (_cache[0] = [
752
+ createTextVNode("G-Star ")
753
+ ])),
754
+ _: 1,
755
+ __: [0]
754
756
  }, 8, ["message"])
755
757
  ])) : createCommentVNode("", true),
756
- unref(isIncubationRepo)(__props.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
758
+ unref(isIncubationRepo)(_ctx.info.topic_names) ? (openBlock(), createElementBlock("div", _hoisted_4, [
757
759
  createVNode(_sfc_main$b, {
758
760
  origin: "repo",
759
761
  icon: "",
760
762
  type: "incubation",
761
763
  message: `G-Star ${unref($t)("gitCodeLayout.GStar.project.incubation")}`
762
764
  }, {
763
- default: withCtx(() => [..._cache[1] || (_cache[1] = [
764
- createTextVNode(" G-Star ", -1)
765
- ])]),
766
- _: 1
765
+ default: withCtx(() => _cache[1] || (_cache[1] = [
766
+ createTextVNode(" G-Star ")
767
+ ])),
768
+ _: 1,
769
+ __: [1]
767
770
  }, 8, ["message"])
768
771
  ])) : createCommentVNode("", true),
769
772
  createVNode(NewTag, {
770
- repoType: __props.cardType,
771
- isNew: ((_a = __props.info) == null ? void 0 : _a.is_new) || false
773
+ repoType: _ctx.cardType,
774
+ isNew: ((_a = _ctx.info) == null ? void 0 : _a.is_new) || false
772
775
  }, null, 8, ["repoType", "isNew"])
773
776
  ];
774
777
  }),
@@ -776,7 +779,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
776
779
  }),
777
780
  createVNode(unref(Col), { flex: "none" }, {
778
781
  default: withCtx(() => [
779
- !__props.hideStarBtn ? (openBlock(), createBlock(StarTag, {
782
+ !_ctx.hideStarBtn ? (openBlock(), createBlock(StarTag, {
780
783
  key: 0,
781
784
  isLike: isModel.value,
782
785
  "star-info": starInfo.value,
@@ -788,12 +791,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
788
791
  ]),
789
792
  _: 1
790
793
  }),
791
- !__props.hideDescription ? (openBlock(), createElementBlock("div", {
794
+ !_ctx.hideDescription ? (openBlock(), createElementBlock("div", {
792
795
  key: 0,
793
796
  innerHTML: unref(highlightWords)("", description.value),
794
797
  class: "i-search-projects-card-desc ellipsis"
795
798
  }, null, 8, _hoisted_5)) : createCommentVNode("", true),
796
- __props.info.index === 0 && __props.info.is_recommend ? (openBlock(), createElementBlock("div", _hoisted_6, [
799
+ _ctx.info.index === 0 && _ctx.info.is_recommend ? (openBlock(), createElementBlock("div", _hoisted_6, [
797
800
  queryLoading.value ? (openBlock(), createBlock(unref(Skeleton), { key: 0 }, {
798
801
  placeholder: withCtx(() => [
799
802
  createVNode(unref(Row), {
@@ -833,14 +836,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
833
836
  })) : createCommentVNode("", true)
834
837
  ])) : isModel.value ? (openBlock(), createBlock(ModelCardFooter, {
835
838
  key: 2,
836
- repoInfo: __props.info
839
+ repoInfo: _ctx.info
837
840
  }, null, 8, ["repoInfo"])) : (openBlock(), createElementBlock(Fragment, { key: 3 }, [
838
- !__props.hideFooter ? (openBlock(), createBlock(RepoCardFooter, {
841
+ !_ctx.hideFooter ? (openBlock(), createBlock(RepoCardFooter, {
839
842
  key: 0,
840
- hideTopicTags: __props.hideTopicTags,
843
+ hideTopicTags: _ctx.hideTopicTags,
841
844
  hideStarCount: "",
842
845
  tagInfo: tagInfo.value,
843
- repoInfo: __props.info,
846
+ repoInfo: _ctx.info,
844
847
  searchCard: "",
845
848
  class: "i-search-projects-card-bottom",
846
849
  onTopicClick: handleTopicClick
package/index.d.ts CHANGED
@@ -76,6 +76,7 @@ orgInfo: OrgInfo;
76
76
  otherUserInfo: UserInfo;
77
77
  userInfo: UserInfo;
78
78
  independence: boolean;
79
+ atomcodeLaunchQs: string;
79
80
  headerBorder: boolean;
80
81
  bgConfig: {
81
82
  index_head: string;
@@ -88,15 +89,16 @@ index_head_url: string;
88
89
  detail_toolbar_url: string;
89
90
  };
90
91
  openCreateDropdown: boolean;
92
+ showAtomCodeLauncher: boolean;
91
93
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
92
94
  headerRef: HTMLDivElement;
93
95
  }, HTMLDivElement>;
94
96
 
95
- declare const __VLS_component_4: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
97
+ declare const __VLS_component_4: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
96
98
  resetPwdDirectlySuccess: (...args: any[]) => void;
97
99
  followDevCommunity: (...args: any[]) => void;
98
100
  followUser: (...args: any[]) => void;
99
- }, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
101
+ }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
100
102
  onResetPwdDirectlySuccess?: ((...args: any[]) => any) | undefined;
101
103
  onFollowDevCommunity?: ((...args: any[]) => any) | undefined;
102
104
  onFollowUser?: ((...args: any[]) => any) | undefined;
@@ -155,6 +157,10 @@ declare type __VLS_Props_2 = {
155
157
  createMenuItems?: HeaderCreateMenuItem[];
156
158
  /** Header 新建菜单跳转适配器 */
157
159
  createMenuNavigate?: HeaderCreateMenuNavigate;
160
+ /** AtomCode 工作台 query string 参数 */
161
+ atomcodeLaunchQs?: string;
162
+ /** 是否展示 AtomCodeLauncher 引导入口 */
163
+ showAtomCodeLauncher?: boolean;
158
164
  };
159
165
 
160
166
  declare type __VLS_Props_3 = {
@@ -163,6 +169,10 @@ declare type __VLS_Props_3 = {
163
169
  };
164
170
 
165
171
  declare type __VLS_Props_4 = {
172
+ atomcodeLaunchQs?: string;
173
+ };
174
+
175
+ declare type __VLS_Props_5 = {
166
176
  /** 是否由外部控制下拉展开状态。 */
167
177
  dropdownVisible?: boolean;
168
178
  /** 是否展示组织入口。 */
@@ -173,7 +183,7 @@ declare type __VLS_Props_4 = {
173
183
  onNavigate?: HeaderCreateMenuNavigate;
174
184
  };
175
185
 
176
- declare type __VLS_Props_5 = {
186
+ declare type __VLS_Props_6 = {
177
187
  isLogin: boolean;
178
188
  request: Function;
179
189
  globalStore: Record<string, unknown>;
@@ -190,7 +200,7 @@ declare type __VLS_Props_5 = {
190
200
  loginChildComponents: any;
191
201
  };
192
202
 
193
- declare type __VLS_Props_6 = {
203
+ declare type __VLS_Props_7 = {
194
204
  /** 展示主题设置项,默认 true */
195
205
  showThemeSetting?: boolean;
196
206
  /** 展示语言设置项,默认 true */
@@ -234,6 +244,7 @@ declare function __VLS_template_3(): {
234
244
  searchStr: string;
235
245
  searchMore: (type: any) => void;
236
246
  }): any;
247
+ atomCodeLauncher?(_: {}): any;
237
248
  headerActions?(_: {}): any;
238
249
  bodyHeader?(_: {}): any;
239
250
  info?(_: {}): any;
@@ -298,12 +309,16 @@ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
298
309
  };
299
310
  };
300
311
 
301
- export declare const AsideFooterTools: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {
312
+ export declare const AsideFooterTools: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
302
313
  position: string[];
303
314
  showThemeSetting: boolean;
304
315
  showLangSetting: boolean;
305
316
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
306
317
 
318
+ export declare const AtomCodeLauncher: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
319
+ atomcodeLaunchQs: string;
320
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
321
+
307
322
  declare interface BaseLayoutConfig {
308
323
  VITE_HOST: string;
309
324
  VITE_HOST_TIANQI: string;
@@ -429,12 +444,12 @@ export declare const GitCodeLayoutEmitter: Emitter<EventBus>;
429
444
  /** 默认 Header 新建菜单的路径顺序,与工作台 Header 保持一致。 */
430
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"];
431
446
 
432
- export declare const HeaderCreateMenu: DefineComponent_2<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {
433
- navigate: (item: HeaderCreateMenuItem) => any;
447
+ export declare const HeaderCreateMenu: DefineComponent_2<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, {
434
448
  "update:dropdownVisible": (visible: boolean) => any;
435
- }, string, PublicProps_2, Readonly<__VLS_Props_4> & Readonly<{
436
- onNavigate?: ((item: HeaderCreateMenuItem) => any) | undefined;
449
+ navigate: (item: HeaderCreateMenuItem) => any;
450
+ }, string, PublicProps_2, Readonly<__VLS_Props_5> & Readonly<{
437
451
  "onUpdate:dropdownVisible"?: ((visible: boolean) => any) | undefined;
452
+ onNavigate?: ((item: HeaderCreateMenuItem) => any) | undefined;
438
453
  }>, {
439
454
  dropdownVisible: boolean;
440
455
  isCreateOrg: boolean;
package/index.js CHANGED
@@ -1,22 +1,23 @@
1
- import { a0, Z, Q, U, W, a3, a5, Y, X, P, S, V, $, O, B, a6, a2, a4, a1 } from "./index-CqNMIElC.js";
1
+ import { a1, Y, $, Q, U, W, a4, a6, Z, X, P, S, V, a0, O, B, a7, a3, a5, a2 } from "./index-BFDj-npc.js";
2
2
  export {
3
- a0 as AsideFooterTools,
4
- Z as EnterpriseHeader,
3
+ a1 as AsideFooterTools,
4
+ Y as AtomCodeLauncher,
5
+ $ as EnterpriseHeader,
5
6
  Q as GitCodeAside,
6
7
  U as GitCodeAsideV2,
7
8
  W as GitCodeHeader,
8
- a3 as GitCodeLayoutEmitter,
9
- a5 as HEADER_CREATE_MENU_PATHS,
10
- Y as HeaderCreateMenu,
9
+ a4 as GitCodeLayoutEmitter,
10
+ a6 as HEADER_CREATE_MENU_PATHS,
11
+ Z as HeaderCreateMenu,
11
12
  X as HomeHeaderActions,
12
13
  P as Login,
13
14
  S as SceneValue,
14
15
  V as ScrollActiveContainer,
15
- $ as SiteAnnouncement,
16
+ a0 as SiteAnnouncement,
16
17
  O as ToolsFloat,
17
18
  B as currentTheme,
18
- a6 as default,
19
- a2 as setLayoutConfig,
20
- a4 as setTheme,
21
- a1 as useLogin
19
+ a7 as default,
20
+ a3 as setLayoutConfig,
21
+ a5 as setTheme,
22
+ a2 as useLogin
22
23
  };
@@ -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-CqNMIElC.js";
2
+ import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-BFDj-npc.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.30",
3
+ "version": "1.12.15-beta.31",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",