@wx-design/components 1.1.16 → 1.1.18

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
@@ -41813,7 +41813,7 @@ const qf = /* @__PURE__ */ st({
41813
41813
  onClick: s.triggerEl === "button" ? x : void 0,
41814
41814
  icon: nn(E8, null, null)
41815
41815
  }, null)]), a.value ? f.value && nn(qf, Wn({
41816
- zIndex: 9999,
41816
+ zIndex: 2e3,
41817
41817
  ref: d,
41818
41818
  modelValue: c.value,
41819
41819
  "onUpdate:modelValue": (O) => c.value = O,
@@ -41857,13 +41857,13 @@ const qf = /* @__PURE__ */ st({
41857
41857
  },
41858
41858
  slots: {
41859
41859
  default: (e, t) => {
41860
- var c, d;
41860
+ var c, d, u;
41861
41861
  const {
41862
41862
  row: n,
41863
41863
  column: o
41864
41864
  } = e, s = bs(e, t), l = $e(), a = A(() => {
41865
- var u;
41866
- return (u = l.value) == null ? void 0 : u.popoverRef;
41865
+ var f;
41866
+ return (f = l.value) == null ? void 0 : f.popoverRef;
41867
41867
  });
41868
41868
  return nn(nJ, {
41869
41869
  ref: l,
@@ -41871,13 +41871,16 @@ const qf = /* @__PURE__ */ st({
41871
41871
  popover: s
41872
41872
  }, {
41873
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) => {
41874
+ default: (c = o.slots) != null && c.popoverCell ? typeof ((d = o.slots) == null ? void 0 : d.popoverCell) == "function" ? () => {
41876
41875
  var f;
41876
+ return (f = o.slots) == null ? void 0 : f.popoverCell(e);
41877
+ } : (u = o.slots) == null ? void 0 : u.popoverCell : () => n[o.field],
41878
+ popover: (f) => {
41879
+ var p;
41877
41880
  return (
41878
41881
  // @ts-ignore
41879
- (f = o.slots) == null ? void 0 : f.popover({
41880
- ...u,
41882
+ (p = o.slots) == null ? void 0 : p.popover({
41883
+ ...f,
41881
41884
  popoverRef: a.value
41882
41885
  })
41883
41886
  );