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.umd.js CHANGED
@@ -480,10 +480,6 @@
480
480
  return _extends.apply(this, arguments);
481
481
  }
482
482
 
483
- function _readOnlyError(name) {
484
- throw new TypeError("\"" + name + "\" is read-only");
485
- }
486
-
487
483
  /**
488
484
  * List
489
485
  */
@@ -1136,7 +1132,7 @@
1136
1132
  _onChange = column.onChange,
1137
1133
  options = column.options;
1138
1134
 
1139
- if (_readOnlyError("id")) ; else if (editable && _onChange) {
1135
+ if (id === "checked") ; else if (editable && _onChange) {
1140
1136
  switch (type) {
1141
1137
  case "ICON":
1142
1138
  return /*#__PURE__*/React__default["default"].createElement(Icon, {