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.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 (
|
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, {
|