@wx-design/components 1.1.15 → 1.1.16

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/es/index.mjs CHANGED
@@ -41857,25 +41857,27 @@ const qf = /* @__PURE__ */ st({
41857
41857
  },
41858
41858
  slots: {
41859
41859
  default: (e, t) => {
41860
+ var c, d;
41860
41861
  const {
41861
41862
  row: n,
41862
41863
  column: o
41863
41864
  } = e, s = bs(e, t), l = $e(), a = A(() => {
41864
- var c;
41865
- return (c = l.value) == null ? void 0 : c.popoverRef;
41865
+ var u;
41866
+ return (u = l.value) == null ? void 0 : u.popoverRef;
41866
41867
  });
41867
41868
  return nn(nJ, {
41868
41869
  ref: l,
41869
41870
  scope: e,
41870
41871
  popover: s
41871
41872
  }, {
41872
- default: () => n[o.field],
41873
- popover: (c) => {
41874
- var d;
41873
+ // @ts-ignore
41874
+ default: (c = o.slots) != null && c.popoverCell ? (d = o.slots) == null ? void 0 : d.popoverCell : () => n[o.field],
41875
+ popover: (u) => {
41876
+ var f;
41875
41877
  return (
41876
41878
  // @ts-ignore
41877
- (d = o.slots) == null ? void 0 : d.popover({
41878
- ...c,
41879
+ (f = o.slots) == null ? void 0 : f.popover({
41880
+ ...u,
41879
41881
  popoverRef: a.value
41880
41882
  })
41881
41883
  );