@wx-design/components 1.1.16 → 1.1.17
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 +10 -7
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -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
|
|
41866
|
-
return (
|
|
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
|
|
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
|
-
(
|
|
41880
|
-
...
|
|
41882
|
+
(p = o.slots) == null ? void 0 : p.popover({
|
|
41883
|
+
...f,
|
|
41881
41884
|
popoverRef: a.value
|
|
41882
41885
|
})
|
|
41883
41886
|
);
|