ywana-core8 0.0.95 → 0.0.96
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.cjs +1 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -5
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/table.js +5 -5
package/dist/index.modern.js
CHANGED
@@ -476,10 +476,6 @@ function _extends() {
|
|
476
476
|
return _extends.apply(this, arguments);
|
477
477
|
}
|
478
478
|
|
479
|
-
function _readOnlyError(name) {
|
480
|
-
throw new TypeError("\"" + name + "\" is read-only");
|
481
|
-
}
|
482
|
-
|
483
479
|
/**
|
484
480
|
* List
|
485
481
|
*/
|
@@ -1132,7 +1128,7 @@ var DataTableCell = function DataTableCell(_ref2) {
|
|
1132
1128
|
_onChange = column.onChange,
|
1133
1129
|
options = column.options;
|
1134
1130
|
|
1135
|
-
if (
|
1131
|
+
if (id === "checked") ; else if (editable && _onChange) {
|
1136
1132
|
switch (type) {
|
1137
1133
|
case "ICON":
|
1138
1134
|
return /*#__PURE__*/React.createElement(Icon, {
|