@zat-design/sisyphus-react 3.4.9-beta.19 → 3.4.9-beta.20

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.
@@ -193,7 +193,7 @@ export var transformColumns = function transformColumns(params) {
193
193
  fieldProps: fieldProps,
194
194
  name: columnName
195
195
  });
196
- }, [value, show, fieldProps, columnName, type]);
196
+ }, [value, show, fieldProps, _disabled, columnName, type]);
197
197
  if (reactiveProps.show === false) {
198
198
  return [];
199
199
  }
@@ -200,7 +200,7 @@ var transformColumns = exports.transformColumns = function transformColumns(para
200
200
  fieldProps: fieldProps,
201
201
  name: columnName
202
202
  });
203
- }, [value, show, fieldProps, columnName, type]);
203
+ }, [value, show, fieldProps, _disabled, columnName, type]);
204
204
  if (reactiveProps.show === false) {
205
205
  return [];
206
206
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.4.9-beta.19",
3
+ "version": "3.4.9-beta.20",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",