@wx-design/components 1.1.15 → 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 +12 -7
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/types/table/column.d.ts +16 -6
package/es/index.mjs
CHANGED
|
@@ -41857,25 +41857,30 @@ const qf = /* @__PURE__ */ st({
|
|
|
41857
41857
|
},
|
|
41858
41858
|
slots: {
|
|
41859
41859
|
default: (e, t) => {
|
|
41860
|
+
var c, d, u;
|
|
41860
41861
|
const {
|
|
41861
41862
|
row: n,
|
|
41862
41863
|
column: o
|
|
41863
41864
|
} = e, s = bs(e, t), l = $e(), a = A(() => {
|
|
41864
|
-
var
|
|
41865
|
-
return (
|
|
41865
|
+
var f;
|
|
41866
|
+
return (f = l.value) == null ? void 0 : f.popoverRef;
|
|
41866
41867
|
});
|
|
41867
41868
|
return nn(nJ, {
|
|
41868
41869
|
ref: l,
|
|
41869
41870
|
scope: e,
|
|
41870
41871
|
popover: s
|
|
41871
41872
|
}, {
|
|
41872
|
-
|
|
41873
|
-
|
|
41874
|
-
var
|
|
41873
|
+
// @ts-ignore
|
|
41874
|
+
default: (c = o.slots) != null && c.popoverCell ? typeof ((d = o.slots) == null ? void 0 : d.popoverCell) == "function" ? () => {
|
|
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;
|
|
41875
41880
|
return (
|
|
41876
41881
|
// @ts-ignore
|
|
41877
|
-
(
|
|
41878
|
-
...
|
|
41882
|
+
(p = o.slots) == null ? void 0 : p.popover({
|
|
41883
|
+
...f,
|
|
41879
41884
|
popoverRef: a.value
|
|
41880
41885
|
})
|
|
41881
41886
|
);
|