@top-message/ui-lib 1.23.2 → 1.23.3
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/dist/index.js
CHANGED
|
@@ -47573,19 +47573,22 @@ const SW = D2, Ni = kn(
|
|
|
47573
47573
|
onRowSelect: i,
|
|
47574
47574
|
onRowClick: l = () => {
|
|
47575
47575
|
},
|
|
47576
|
-
selectable: s = !0
|
|
47576
|
+
selectable: s = !0,
|
|
47577
|
+
className: f = "",
|
|
47578
|
+
style: u
|
|
47577
47579
|
}) => /* @__PURE__ */ B(
|
|
47578
47580
|
SV,
|
|
47579
47581
|
{
|
|
47580
47582
|
scroll: a,
|
|
47581
47583
|
sticky: r,
|
|
47582
|
-
className: `${Z9.wrapper} ${Z9[`${n}Cell`]}`,
|
|
47584
|
+
className: `${Z9.wrapper} ${Z9[`${n}Cell`]} ${f}`,
|
|
47583
47585
|
columns: t,
|
|
47584
47586
|
dataSource: e,
|
|
47587
|
+
style: u,
|
|
47585
47588
|
pagination: !1,
|
|
47586
|
-
onRow: (
|
|
47587
|
-
onClick: (
|
|
47588
|
-
l(
|
|
47589
|
+
onRow: (d) => ({
|
|
47590
|
+
onClick: (v) => {
|
|
47591
|
+
l(v, d);
|
|
47589
47592
|
}
|
|
47590
47593
|
}),
|
|
47591
47594
|
rowSelection: s ? {
|
|
@@ -47594,8 +47597,8 @@ const SW = D2, Ni = kn(
|
|
|
47594
47597
|
columnWidth: 48,
|
|
47595
47598
|
checkStrictly: !1,
|
|
47596
47599
|
fixed: !0,
|
|
47597
|
-
getCheckboxProps: (
|
|
47598
|
-
disabled:
|
|
47600
|
+
getCheckboxProps: (d) => ({
|
|
47601
|
+
disabled: d.disabled || !1
|
|
47599
47602
|
})
|
|
47600
47603
|
} : void 0
|
|
47601
47604
|
}
|