hcui-package 2.0.38 → 2.0.40

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.
@@ -35933,7 +35933,7 @@ const qee = /* @__PURE__ */ Ke({
35933
35933
  }, T["ellipsis-component"] = T["ellipsis-component"] || "ellipsis", T.slot && (T.render = (M, z) => o.value.includes(T.slot) ? n[T.slot]({
35934
35934
  row: M,
35935
35935
  index: z
35936
- }) : M[T.key] || ""), T.className || (T.className = T.key);
35936
+ }) : M[T.key] || ""), T.className || (T.className = T.key), T.hasOwnProperty("resizable") || (T.resizable = !0);
35937
35937
  }), k;
35938
35938
  }
35939
35939
  const E = (C, k) => ({
@@ -79252,7 +79252,7 @@ const KJ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
79252
79252
  key: R,
79253
79253
  ref_for: !0
79254
79254
  }, E), S0({ _: 2 }, [
79255
- E.title && typeof E.title == "string" && E.titleTooltip ? {
79255
+ E.title && typeof E.title == "string" && E.titleTooltip && !E.titleRender ? {
79256
79256
  name: "header",
79257
79257
  fn: Sn(() => [
79258
79258
  Bn("div", QJ, [
@@ -79277,11 +79277,11 @@ const KJ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
79277
79277
  ])
79278
79278
  ]),
79279
79279
  key: "0"
79280
- } : E.title && typeof E.title == "function" ? {
79280
+ } : E.titleRender ? {
79281
79281
  name: "header",
79282
79282
  fn: Sn(() => [
79283
79283
  Bn("div", tee, [
79284
- (qn(), tr(up(E.title()))),
79284
+ (qn(), tr(up(E.titleRender()))),
79285
79285
  E.titleTooltip ? (qn(), tr(fn(hi), {
79286
79286
  key: 0,
79287
79287
  trigger: "hover"