y-admin-ui 6.3.4 → 6.3.8

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/lib/style.css.gz CHANGED
Binary file
package/lib/y-admin-ui.js CHANGED
@@ -5714,7 +5714,7 @@ const ev = /* @__PURE__ */ Sa(q6, [["__scopeId", "data-v-de92b4dd"]]), lv = /* @
5714
5714
  return (r, i) => (b(), _("span", tv, [
5715
5715
  t.isShowDot ? (b(), _("span", {
5716
5716
  key: 0,
5717
- class: Fe(e.value),
5717
+ class: Fe([e.value, "mr-[8px]"]),
5718
5718
  style: al(a.value)
5719
5719
  }, [
5720
5720
  p("span", {
@@ -5726,7 +5726,7 @@ const ev = /* @__PURE__ */ Sa(q6, [["__scopeId", "data-v-de92b4dd"]]), lv = /* @
5726
5726
  ]));
5727
5727
  }
5728
5728
  });
5729
- const ov = /* @__PURE__ */ Sa(rv, [["__scopeId", "data-v-ec155b27"]]), iv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5729
+ const ov = /* @__PURE__ */ Sa(rv, [["__scopeId", "data-v-65702590"]]), iv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5730
5730
  __proto__: null,
5731
5731
  default: ov
5732
5732
  }, Symbol.toStringTag, { value: "Module" })), sv = { class: "y-file-list-item-body" }, uv = { class: "y-file-list-item-icon" }, cv = ["src", "alt"], vv = ["title"], dv = { class: "item-txt-title line-clamp-1 w-full break-words" }, fv = ["onClick"], pv = /* @__PURE__ */ p("i", { class: "y-file-icon-check y-bg-primary" }, null, -1), hv = [
@@ -35382,7 +35382,7 @@ const Wx = { class: "flex flex-col items-center justify-center h-full my-[40px]"
35382
35382
  return M > W.length && (M = W.length), W.slice(S, M);
35383
35383
  }
35384
35384
  return W;
35385
- }), d = q(() => a.needPage ? (s.page - 1) * s.limit + 1 : 1), f = q(() => ["y-table relative", { "y-table-fullscreen": s.tableFullscreen }, { "y-table-header-ellipsis": a.headerOverflowHidden }]), h = q(() => ({ zIndex: s.fullZIndex })), m = q(() => s.tableFullscreen && a.fullHeight ? a.fullHeight : a.height), g = q(() => a.columns.filter((W) => typeof W.visible == "function" ? W.visible(W) : typeof W.visible == "boolean" ? W.visible : !0));
35385
+ }), d = q(() => a.needPage ? (s.page - 1) * s.limit + 1 : 1), f = q(() => ["y-table relative", { "y-table-fullscreen": s.tableFullscreen }, { "y-table-header-ellipsis": a.headerOverflowHidden }]), h = q(() => ({ zIndex: s.fullZIndex })), m = q(() => s.tableFullscreen && a.fullHeight ? a.fullHeight : a.height || "100%"), g = q(() => a.columns.filter((W) => typeof W.visible == "function" ? W.visible(W) : typeof W.visible == "boolean" ? W.visible : !0));
35386
35386
  Je(
35387
35387
  () => a.datasource,
35388
35388
  () => {
Binary file