beca-ui 2.0.8-beta.30 → 2.0.8-beta.32
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 +11 -8
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -95333,12 +95333,16 @@ const RGe = (e) => {
|
|
|
95333
95333
|
), [k, P] = Et(0), [L, z] = Et(
|
|
95334
95334
|
((te = e.rowSelection) == null ? void 0 : te.selectedRowKeys) ?? []
|
|
95335
95335
|
), [j, U] = Et([]), [D, W] = Et(0);
|
|
95336
|
-
al(
|
|
95337
|
-
|
|
95338
|
-
|
|
95339
|
-
|
|
95340
|
-
|
|
95341
|
-
|
|
95336
|
+
al(
|
|
95337
|
+
t,
|
|
95338
|
+
() => ({
|
|
95339
|
+
onSelectAll: () => {
|
|
95340
|
+
q(!0);
|
|
95341
|
+
},
|
|
95342
|
+
onSelectItems: (ae) => Z(ae)
|
|
95343
|
+
}),
|
|
95344
|
+
[JSON.stringify(L)]
|
|
95345
|
+
);
|
|
95342
95346
|
const B = jn(
|
|
95343
95347
|
() => k === L.length,
|
|
95344
95348
|
[k, L]
|
|
@@ -95458,12 +95462,11 @@ const RGe = (e) => {
|
|
|
95458
95462
|
]);
|
|
95459
95463
|
}), { selectedRowKeys: fe, selectedRows: ye };
|
|
95460
95464
|
}
|
|
95461
|
-
console.log(111, L);
|
|
95462
95465
|
function J(ae) {
|
|
95463
95466
|
var le, ge;
|
|
95464
95467
|
d && d(ae);
|
|
95465
95468
|
let fe = [...L], ye = [...j];
|
|
95466
|
-
if (
|
|
95469
|
+
if (((le = e.rowSelection) == null ? void 0 : le.type) === "radio") {
|
|
95467
95470
|
const Se = s ? ae[s] : ae.key;
|
|
95468
95471
|
fe.indexOf(Se) >= 0 ? (fe = [], ye = []) : (fe = [Se], ye = [ae]);
|
|
95469
95472
|
} else {
|