@zat-design/sisyphus-react 3.5.0-beta.13 → 3.5.0-beta.15

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.
@@ -263,6 +263,7 @@ export var useTransformColumns = function useTransformColumns(params) {
263
263
  name: columnName
264
264
  }, reactiveProps), {}, {
265
265
  disabled: reactiveProps.disabled || groupProps.disabled,
266
+ getValueProps: transform === null || transform === void 0 ? void 0 : transform.getValueProps,
266
267
  fieldProps: _objectSpread(_objectSpread({}, column === null || column === void 0 ? void 0 : column.fieldProps), {}, {
267
268
  onChange: handleChange,
268
269
  value: value === null || value === void 0 ? void 0 : value[index]
@@ -270,6 +270,7 @@ var useTransformColumns = exports.useTransformColumns = function useTransformCol
270
270
  name: columnName
271
271
  }, reactiveProps), {}, {
272
272
  disabled: reactiveProps.disabled || groupProps.disabled,
273
+ getValueProps: transform === null || transform === void 0 ? void 0 : transform.getValueProps,
273
274
  fieldProps: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, column === null || column === void 0 ? void 0 : column.fieldProps), {}, {
274
275
  onChange: handleChange,
275
276
  value: value === null || value === void 0 ? void 0 : value[index]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.5.0-beta.13",
3
+ "version": "3.5.0-beta.15",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -58,7 +58,7 @@
58
58
  "@dnd-kit/sortable": "^7.0.2",
59
59
  "@dnd-kit/utilities": "^3.2.1",
60
60
  "@pansy/react-watermark": "^3.1.13",
61
- "@zat-design/utils": "^1.1.23",
61
+ "@zat-design/utils": "^1.1.25",
62
62
  "ahooks": "3.7.4",
63
63
  "antd": "4.24.8",
64
64
  "big.js": "^6.2.1",