vue-layout-gitcode 1.12.22 → 1.12.24

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,10 +1,10 @@
1
- import { defineComponent, inject, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, unref, createVNode, renderList, withDirectives, createBlock, ref, watch, onMounted, createCommentVNode } from "vue";
1
+ import { defineComponent, inject, createElementBlock, openBlock, Fragment, createElementVNode, toDisplayString, createVNode, unref, renderList, withDirectives, createBlock, ref, watch, onMounted, createCommentVNode } from "vue";
2
2
  import "vue-devui-lal/icon";
3
3
  import "vue-devui-lal/icon/style.css";
4
- import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-BkLpw_au.js";
4
+ import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-D5rzBERQ.js";
5
5
  import "lodash/debounce";
6
- import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-DQDyuTNN.js";
7
- import "./transWebUrl-ZHSRK0Qv.js";
6
+ import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-CQJ1DnZp.js";
7
+ import "./transWebUrl-BlkD6IkB.js";
8
8
  import "vue-devui-lal/tooltip";
9
9
  import "vue-devui-lal/tooltip/style.css";
10
10
  import "vue-router";
@@ -1,5 +1,5 @@
1
- import { defineComponent, inject, useSlots, computed, ref, openBlock, createBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, createCommentVNode, createTextVNode, toDisplayString, renderSlot } from "vue";
2
- import { a as i18n, y as useLayoutConfig, A as ThemeType, B as currentTheme, L as LANG_ZH, C as LANG_EN, D as getLocaleLang, G as GIcon, F as emitEvent, H as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-BkLpw_au.js";
1
+ import { defineComponent, inject, useSlots, computed, ref, createBlock, openBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, createCommentVNode, createTextVNode, toDisplayString, renderSlot } from "vue";
2
+ import { a as i18n, y as useLayoutConfig, A as ThemeType, B as currentTheme, L as LANG_ZH, C as LANG_EN, D as getLocaleLang, G as GIcon, F as emitEvent, H as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-D5rzBERQ.js";
3
3
  import { useRouter } from "vue-router";
4
4
  import { Popover } from "vue-devui-lal/popover";
5
5
  import "vue-devui-lal/popover/style.css";
@@ -1,7 +1,7 @@
1
- import { defineComponent, inject, ref, reactive, watch, computed, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, unref, createVNode, withModifiers, normalizeClass, withCtx, renderList, createBlock, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
2
- import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, J as _sfc_main$1, K as loadAsideData, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-BkLpw_au.js";
1
+ import { defineComponent, inject, ref, reactive, watch, computed, createElementBlock, openBlock, createCommentVNode, createBlock, withDirectives, Fragment, createElementVNode, createVNode, toDisplayString, unref, withModifiers, normalizeClass, withCtx, renderList, createTextVNode, vShow } from "vue";
2
+ import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, J as _sfc_main$1, K as loadAsideData, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-D5rzBERQ.js";
3
3
  import { useRouter } from "vue-router";
4
- import { t as transWebUrl } from "./transWebUrl-ZHSRK0Qv.js";
4
+ import { t as transWebUrl } from "./transWebUrl-BlkD6IkB.js";
5
5
  import { Select, Option } from "vue-devui-lal/select";
6
6
  import { Input } from "vue-devui-lal/input";
7
7
  import { Skeleton } from "vue-devui-lal/skeleton";
@@ -250,7 +250,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
250
250
  };
251
251
  return (_ctx, _cache) => {
252
252
  return openBlock(), createElementBlock("ul", _hoisted_1, [
253
- __props.type === "project" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
253
+ _ctx.type === "project" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
254
254
  createElementVNode("div", _hoisted_2, [
255
255
  _cache[17] || (_cache[17] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
256
256
  createElementVNode("span", _hoisted_3, [
@@ -311,7 +311,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
311
311
  }, 8, ["modelValue", "placeholder"])
312
312
  ], 2)
313
313
  ], 64)) : createCommentVNode("", true),
314
- __props.type === "team" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
314
+ _ctx.type === "team" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
315
315
  createElementVNode("div", _hoisted_4, [
316
316
  _cache[18] || (_cache[18] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
317
317
  createElementVNode("span", _hoisted_5, [
@@ -350,7 +350,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
350
350
  }, 8, ["modelValue", "placeholder"])
351
351
  ], 2)
352
352
  ], 64)) : createCommentVNode("", true),
353
- __props.type === "enterprise" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
353
+ _ctx.type === "enterprise" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
354
354
  createElementVNode("div", _hoisted_6, [
355
355
  _cache[19] || (_cache[19] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
356
356
  createElementVNode("span", _hoisted_7, [
@@ -399,10 +399,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
399
399
  "data-openBlank": true,
400
400
  "data-href": unref(transformUrl)(unref(transWebUrl)(item.web_url)),
401
401
  class: "text",
402
- title: __props.type === "project" ? `${item.namespace}/${item.label}` : item.label
402
+ title: _ctx.type === "project" ? `${item.namespace}/${item.label}` : item.label
403
403
  }, {
404
404
  icon: withCtx(() => [
405
- __props.type === "project" ? (openBlock(), createBlock(GIcon, {
405
+ _ctx.type === "project" ? (openBlock(), createBlock(GIcon, {
406
406
  key: 0,
407
407
  name: "gt-line-project",
408
408
  color: "var(--theme-menu-icon-fill)",
@@ -417,7 +417,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
417
417
  }, null, 8, ["src", "name", "class"]))
418
418
  ]),
419
419
  default: withCtx(() => [
420
- __props.type === "project" ? (openBlock(), createElementBlock("span", _hoisted_8, [
420
+ _ctx.type === "project" ? (openBlock(), createElementBlock("span", _hoisted_8, [
421
421
  createElementVNode("span", _hoisted_9, toDisplayString((item.namespace || "").slice(0, 10)) + toDisplayString((item.namespace || "").length > 10 ? "..." : ""), 1),
422
422
  createElementVNode("span", _hoisted_10, "/" + toDisplayString(item.label), 1)
423
423
  ])) : (openBlock(), createElementBlock("span", _hoisted_11, toDisplayString(item.label), 1))
@@ -425,14 +425,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
425
425
  _: 2
426
426
  }, 1032, ["data-href", "title"]);
427
427
  }), 128)),
428
- __props.type !== "enterprise" && !totalNum.value && !firstLoading.value ? (openBlock(), createBlock(unref(Button), {
428
+ _ctx.type !== "enterprise" && !totalNum.value && !firstLoading.value ? (openBlock(), createBlock(unref(Button), {
429
429
  key: 4,
430
430
  variant: "text",
431
431
  class: "more-btn",
432
432
  onClick: withModifiers(createRepoOrOrg, ["stop"])
433
433
  }, {
434
434
  default: withCtx(() => [
435
- createTextVNode(toDisplayString(__props.buttonText), 1)
435
+ createTextVNode(toDisplayString(_ctx.buttonText), 1)
436
436
  ]),
437
437
  _: 1
438
438
  })) : createCommentVNode("", true),
@@ -1,7 +1,7 @@
1
- import { defineComponent, inject, ref, reactive, computed, watch, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, createVNode, withModifiers, normalizeClass, withCtx, createBlock, createCommentVNode, Fragment, renderList, createTextVNode, withDirectives, vShow } from "vue";
2
- import { a as i18n, y as useLayoutConfig, t as transformUrl, G as GIcon, I as asideRequest, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-BkLpw_au.js";
1
+ import { defineComponent, inject, ref, reactive, computed, watch, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, withDirectives, toDisplayString, unref, withModifiers, normalizeClass, withCtx, Fragment, renderList, createTextVNode, vShow } from "vue";
2
+ import { a as i18n, y as useLayoutConfig, t as transformUrl, I as asideRequest, G as GIcon, F as emitEvent, s as setLoginTriggerSource, f as useRequestReport, _ as _export_sfc } from "./index-D5rzBERQ.js";
3
3
  import { useRouter } from "vue-router";
4
- import { t as transWebUrl } from "./transWebUrl-ZHSRK0Qv.js";
4
+ import { t as transWebUrl } from "./transWebUrl-BlkD6IkB.js";
5
5
  import { Input } from "vue-devui-lal/input";
6
6
  import { Skeleton } from "vue-devui-lal/skeleton";
7
7
  import { MenuItem } from "vue-devui-lal/menu";
@@ -220,7 +220,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
220
220
  onClick: withModifiers(createRepoOrOrg, ["stop"])
221
221
  }, {
222
222
  default: withCtx(() => [
223
- createTextVNode(toDisplayString(__props.buttonText), 1)
223
+ createTextVNode(toDisplayString(_ctx.buttonText), 1)
224
224
  ]),
225
225
  _: 1
226
226
  })) : createCommentVNode("", true),
@@ -1,5 +1,5 @@
1
- import { ref, inject, computed, withDirectives, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
2
- import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-BkLpw_au.js";
1
+ import { ref, inject, computed, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
2
+ import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-D5rzBERQ.js";
3
3
  import { useRoute, useRouter } from "vue-router";
4
4
  import "vue-devui-lal/icon";
5
5
  import "vue-devui-lal/icon/style.css";
@@ -1,5 +1,5 @@
1
- import { defineComponent, computed, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers, createCommentVNode } from "vue";
2
- import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-BkLpw_au.js";
1
+ import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers } from "vue";
2
+ import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-D5rzBERQ.js";
3
3
  import "vue-devui-lal/icon";
4
4
  import "vue-devui-lal/icon/style.css";
5
5
  const _hoisted_1 = { class: "history-list" };
@@ -117,7 +117,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
117
117
  };
118
118
  return (_ctx, _cache) => {
119
119
  return openBlock(), createElementBlock("div", _hoisted_1, [
120
- __props.searchHistoryList.length ? (openBlock(), createElementBlock("ul", {
120
+ _ctx.searchHistoryList.length ? (openBlock(), createElementBlock("ul", {
121
121
  key: 0,
122
122
  class: "history-list-box mt-[16px]",
123
123
  onMouseleave: resetIndex
@@ -125,7 +125,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
125
125
  (openBlock(true), createElementBlock(Fragment, null, renderList(historyList.value, (item, index) => {
126
126
  return openBlock(), createElementBlock("li", {
127
127
  key: item,
128
- class: normalizeClass(__props.activeIndex === index ? "hoverbg" : ""),
128
+ class: normalizeClass(_ctx.activeIndex === index ? "hoverbg" : ""),
129
129
  onClick: ($event) => toSearch(item),
130
130
  onMouseenter: ($event) => onSearchEnter(index)
131
131
  }, [
@@ -148,10 +148,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
148
148
  ]),
149
149
  createElementVNode("div", _hoisted_8, [
150
150
  createElementVNode("span", {
151
- class: normalizeClass(__props.activeIndex === index ? "text-[var(--theme-text)]" : "text-[var(--theme-placeholder)]")
151
+ class: normalizeClass(_ctx.activeIndex === index ? "text-[var(--theme-text)]" : "text-[var(--theme-placeholder)]")
152
152
  }, toDisplayString(getRepoType(item).text), 3),
153
153
  createVNode(GIcon, {
154
- name: __props.activeIndex === index ? getRepoType(item).hoverIcon : getRepoType(item).icon
154
+ name: _ctx.activeIndex === index ? getRepoType(item).hoverIcon : getRepoType(item).icon
155
155
  }, null, 8, ["name"])
156
156
  ])
157
157
  ]),
@@ -1,6 +1,6 @@
1
- import { defineComponent, inject, ref, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, renderSlot, createBlock, createVNode, withCtx } from "vue";
2
- import { u as useReportRepo, S as SearchRepoCard } from "./index-DQDyuTNN.js";
3
- import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-BkLpw_au.js";
1
+ import { defineComponent, inject, ref, onMounted, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, renderSlot, createBlock, createVNode, withCtx } from "vue";
2
+ import { u as useReportRepo, S as SearchRepoCard } from "./index-CQJ1DnZp.js";
3
+ import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-D5rzBERQ.js";
4
4
  import { Row, Col } from "vue-devui-lal/grid";
5
5
  import { SkeletonItem } from "vue-devui-lal/skeleton";
6
6
  import "vue-devui-lal/grid/style.css";
@@ -1,5 +1,5 @@
1
- import { defineComponent, openBlock, createElementBlock, Fragment, renderList, createElementVNode, createVNode, toDisplayString, createCommentVNode, unref } from "vue";
2
- import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-BkLpw_au.js";
1
+ import { defineComponent, createElementBlock, openBlock, Fragment, renderList, createElementVNode, createVNode, createCommentVNode, toDisplayString, unref } from "vue";
2
+ import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-D5rzBERQ.js";
3
3
  import "vue-devui-lal/icon";
4
4
  import "vue-devui-lal/icon/style.css";
5
5
  const _hoisted_1 = ["onClick"];
@@ -25,7 +25,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
25
  };
26
26
  return (_ctx, _cache) => {
27
27
  return openBlock(), createElementBlock("ul", null, [
28
- (openBlock(true), createElementBlock(Fragment, null, renderList(__props.searchScopeList, (item, index) => {
28
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.searchScopeList, (item, index) => {
29
29
  return openBlock(), createElementBlock("li", {
30
30
  key: index,
31
31
  class: "g-header-search-scopechoose pt-[16px] px-[8px]",
@@ -1,5 +1,5 @@
1
- import { inject, ref, watch, withDirectives, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
2
- import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-BkLpw_au.js";
1
+ import { inject, ref, watch, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
2
+ import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-D5rzBERQ.js";
3
3
  import "vue-devui-lal/icon";
4
4
  import "vue-devui-lal/icon/style.css";
5
5
  const _hoisted_1 = { class: "px-[8px] history-list-project pl-[8px]" };
@@ -1,5 +1,5 @@
1
- import { defineComponent, onMounted, nextTick, onUnmounted, openBlock, createBlock, unref, withCtx, createElementVNode } from "vue";
2
- import { x as slidCaptchaManager, y as useLayoutConfig, z as isZh, _ as _export_sfc } from "./index-BkLpw_au.js";
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-D5rzBERQ.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
  }
@@ -1,14 +1,14 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { defineComponent, ref, onMounted, onBeforeUnmount, openBlock, createBlock, unref, withCtx, createElementVNode, withDirectives, createVNode, vShow, nextTick } from "vue";
4
+ import { defineComponent, ref, onMounted, onBeforeUnmount, createBlock, openBlock, unref, withCtx, createElementVNode, withDirectives, createVNode, vShow, nextTick } from "vue";
5
5
  import { Button } from "vue-devui-lal/button";
6
6
  import "vue-devui-lal/button/style.css";
7
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-BkLpw_au.js";
11
+ import { a as i18n, k as usePageResize, z as isZh, _ as _export_sfc } from "./index-D5rzBERQ.js";
12
12
  const _YunpianCaptchaManager = class _YunpianCaptchaManager {
13
13
  // eslint-disable-next-line no-useless-constructor
14
14
  constructor() {
@@ -1,7 +1,7 @@
1
- import { ref, watchEffect, defineComponent, toDisplayString, unref, useModel, watch, openBlock, createElementBlock, createVNode, normalizeClass, withDirectives, createElementVNode, vShow, mergeModels, inject, withModifiers, createBlock, Fragment, computed, normalizeStyle, createCommentVNode, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
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, r as reqCatch, f as useRequestReport, 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-BkLpw_au.js";
4
- import { t as transWebUrl } from "./transWebUrl-ZHSRK0Qv.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-D5rzBERQ.js";
4
+ import { t as transWebUrl } from "./transWebUrl-BlkD6IkB.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: "mr-[4px]",
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
  ]);
@@ -351,9 +351,9 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
351
351
  color: "var(--theme-home-card-color-placeholder)",
352
352
  size: "14"
353
353
  }),
354
- !__props.hideText ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(unref($t)("gitCodeLayout.components.repo.today")), 1)) : createCommentVNode("", true),
354
+ !_ctx.hideText ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(unref($t)("gitCodeLayout.components.repo.today")), 1)) : createCommentVNode("", true),
355
355
  createVNode(_sfc_main$a, {
356
- number: __props.starCountOne || 0
356
+ number: _ctx.starCountOne || 0
357
357
  }, null, 8, ["number"])
358
358
  ]);
359
359
  };
@@ -384,9 +384,9 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
384
384
  size: "14"
385
385
  }),
386
386
  createElementVNode("span", _hoisted_2$3, [
387
- _cache[0] || (_cache[0] = createTextVNode("Star ", -1)),
387
+ _cache[0] || (_cache[0] = createTextVNode("Star ")),
388
388
  createVNode(_sfc_main$a, {
389
- number: __props.count || 0,
389
+ number: _ctx.count || 0,
390
390
  gt100: true
391
391
  }, null, 8, ["number"])
392
392
  ])
@@ -446,32 +446,32 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
446
446
  return openBlock(), createElementBlock(Fragment, null, [
447
447
  createElementVNode("div", null, [
448
448
  createElementVNode("div", _hoisted_1$3, [
449
- __props.tagInfo ? (openBlock(), createBlock(LanguageTag, {
449
+ _ctx.tagInfo ? (openBlock(), createBlock(LanguageTag, {
450
450
  key: 0,
451
- "tag-info": __props.tagInfo
451
+ "tag-info": _ctx.tagInfo
452
452
  }, null, 8, ["tag-info"])) : createCommentVNode("", true),
453
- !__props.hideStarCount ? (openBlock(), createBlock(StarCountOne, {
453
+ !_ctx.hideStarCount ? (openBlock(), createBlock(StarCountOne, {
454
454
  key: 1,
455
455
  hideText: "",
456
- starCountOne: __props.repoInfo.star_count
456
+ starCountOne: _ctx.repoInfo.star_count
457
457
  }, null, 8, ["starCountOne"])) : createCommentVNode("", true),
458
- __props.repoInfo.forks_count ? (openBlock(), createBlock(ForkTag, {
458
+ _ctx.repoInfo.forks_count ? (openBlock(), createBlock(ForkTag, {
459
459
  key: 2,
460
- count: __props.repoInfo.forks_count
460
+ count: _ctx.repoInfo.forks_count
461
461
  }, null, 8, ["count"])) : createCommentVNode("", true),
462
462
  showUpdateTimeDot.value ? (openBlock(), createElementBlock("div", _hoisted_2$2)) : createCommentVNode("", true),
463
- !__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),
464
- !__props.hideStarIncrease && __props.repoInfo.star_count_one ? (openBlock(), createBlock(StarCountOne, {
463
+ !_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),
464
+ !_ctx.hideStarIncrease && _ctx.repoInfo.star_count_one ? (openBlock(), createBlock(StarCountOne, {
465
465
  key: 5,
466
- starCountOne: __props.repoInfo.star_count_one
466
+ starCountOne: _ctx.repoInfo.star_count_one
467
467
  }, null, 8, ["starCountOne"])) : createCommentVNode("", true),
468
- __props.repoInfo.is_gh_mirrors ? (openBlock(), createBlock(GithubStarNum, {
468
+ _ctx.repoInfo.is_gh_mirrors ? (openBlock(), createBlock(GithubStarNum, {
469
469
  key: 6,
470
- count: __props.repoInfo.import_star_count
470
+ count: _ctx.repoInfo.import_star_count
471
471
  }, null, 8, ["count"])) : createCommentVNode("", true)
472
472
  ])
473
473
  ]),
474
- !__props.hideTopicTags && topicNames.value.length && __props.searchCard ? (openBlock(), createElementBlock("div", {
474
+ !_ctx.hideTopicTags && topicNames.value.length && _ctx.searchCard ? (openBlock(), createElementBlock("div", {
475
475
  key: 0,
476
476
  class: "topic-tags",
477
477
  ref_key: "topicTagsRef",
@@ -535,7 +535,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
535
535
  default: withCtx(() => [
536
536
  _cache[0] || (_cache[0] = createElementVNode("div", { class: "new-tag w-[32px] h-[15px] text-[9px] text-[#ffffff] flex items-center justify-center leading-[1]" }, "New", -1))
537
537
  ]),
538
- _: 1
538
+ _: 1,
539
+ __: [0]
539
540
  })) : createCommentVNode("", true);
540
541
  };
541
542
  }
@@ -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 cursor-pointer", { noborder: __props.noborder, "full-hover": __props.hover }]),
722
+ class: normalizeClass(["i-search-projects-card cursor-pointer", { 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 mt-[8px]"
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(_sfc_main$1, {
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 mt-[8px]",
846
849
  onTopicClick: handleTopicClick