wargerm 0.1.0 → 0.1.4
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.esm.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
@@ -362,7 +362,7 @@ function Table(_ref) {
|
|
362
362
|
return selectedRowKeys.includes(typeof rowKey === 'function' ? record[rowKey(record)] : record[rowKey]);
|
363
363
|
}),
|
364
364
|
onChange: onSelectAllChange
|
365
|
-
}
|
365
|
+
})), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React.createElement("div", {
|
366
366
|
style: {
|
367
367
|
width: '50px',
|
368
368
|
flex: '0 1 auto'
|
@@ -429,7 +429,7 @@ function Table(_ref) {
|
|
429
429
|
}
|
430
430
|
});
|
431
431
|
}
|
432
|
-
}
|
432
|
+
})), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React.createElement("div", {
|
433
433
|
style: {
|
434
434
|
width: '50px',
|
435
435
|
flex: '0 1 auto'
|
package/dist/index.js
CHANGED
@@ -372,7 +372,7 @@ function Table(_ref) {
|
|
372
372
|
return selectedRowKeys.includes(typeof rowKey === 'function' ? record[rowKey(record)] : record[rowKey]);
|
373
373
|
}),
|
374
374
|
onChange: onSelectAllChange
|
375
|
-
}
|
375
|
+
})), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React__default['default'].createElement("div", {
|
376
376
|
style: {
|
377
377
|
width: '50px',
|
378
378
|
flex: '0 1 auto'
|
@@ -439,7 +439,7 @@ function Table(_ref) {
|
|
439
439
|
}
|
440
440
|
});
|
441
441
|
}
|
442
|
-
}
|
442
|
+
})), (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) === 'radio' && /*#__PURE__*/React__default['default'].createElement("div", {
|
443
443
|
style: {
|
444
444
|
width: '50px',
|
445
445
|
flex: '0 1 auto'
|
package/package.json
CHANGED