@zat-design/sisyphus-react 3.4.5-beta.16 → 3.4.5-beta.17

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.
@@ -133,7 +133,6 @@ export var getDisabled = function getDisabled(_ref2) {
133
133
  return rowDisabled(params[1]);
134
134
  }
135
135
  if (isFunction(column === null || column === void 0 ? void 0 : column.disabled)) {
136
- debugger;
137
136
  return convertToBoolean(column === null || column === void 0 ? void 0 : column.disabled.apply(column, _toConsumableArray(params)));
138
137
  }
139
138
  // 表单FieldProps为函数时
@@ -140,7 +140,6 @@ var getDisabled = exports.getDisabled = function getDisabled(_ref2) {
140
140
  return rowDisabled(params[1]);
141
141
  }
142
142
  if ((0, _lodash.isFunction)(column === null || column === void 0 ? void 0 : column.disabled)) {
143
- debugger;
144
143
  return convertToBoolean(column === null || column === void 0 ? void 0 : column.disabled.apply(column, (0, _toConsumableArray2.default)(params)));
145
144
  }
146
145
  // 表单FieldProps为函数时
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.4.5-beta.16",
3
+ "version": "3.4.5-beta.17",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",