beca-ui 2.0.8-beta.29 → 2.0.8-beta.30
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/beca-ui.js +2 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -95458,11 +95458,12 @@ const RGe = (e) => {
|
|
|
95458
95458
|
]);
|
|
95459
95459
|
}), { selectedRowKeys: fe, selectedRows: ye };
|
|
95460
95460
|
}
|
|
95461
|
+
console.log(111, L);
|
|
95461
95462
|
function J(ae) {
|
|
95462
95463
|
var le, ge;
|
|
95463
95464
|
d && d(ae);
|
|
95464
95465
|
let fe = [...L], ye = [...j];
|
|
95465
|
-
if (((le = e.rowSelection) == null ? void 0 : le.type) === "radio") {
|
|
95466
|
+
if (console.log("onSelectRow", fe), ((le = e.rowSelection) == null ? void 0 : le.type) === "radio") {
|
|
95466
95467
|
const Se = s ? ae[s] : ae.key;
|
|
95467
95468
|
fe.indexOf(Se) >= 0 ? (fe = [], ye = []) : (fe = [Se], ye = [ae]);
|
|
95468
95469
|
} else {
|