@zat-design/sisyphus-react 3.9.4-beta.4 → 3.9.4-beta.5
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.
@@ -329,7 +329,7 @@ export var useTransformColumns = function useTransformColumns(params) {
|
|
329
329
|
}, reactiveProps), {}, {
|
330
330
|
disabled: getLastDisabled(),
|
331
331
|
getValueProps: transform === null || transform === void 0 ? void 0 : transform.getValueProps,
|
332
|
-
fieldProps: _objectSpread(_objectSpread({}, column === null || column === void 0 ? void 0 : column.fieldProps), {}, {
|
332
|
+
fieldProps: _objectSpread(_objectSpread(_objectSpread({}, column === null || column === void 0 ? void 0 : column.fieldProps), reactiveProps === null || reactiveProps === void 0 ? void 0 : reactiveProps.fieldProps), {}, {
|
333
333
|
onChange: handleChange,
|
334
334
|
onBlur: handleBlur,
|
335
335
|
value: value === null || value === void 0 ? void 0 : value[index]
|
@@ -337,7 +337,7 @@ var useTransformColumns = exports.useTransformColumns = function useTransformCol
|
|
337
337
|
}, reactiveProps), {}, {
|
338
338
|
disabled: getLastDisabled(),
|
339
339
|
getValueProps: transform === null || transform === void 0 ? void 0 : transform.getValueProps,
|
340
|
-
fieldProps: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, column === null || column === void 0 ? void 0 : column.fieldProps), {}, {
|
340
|
+
fieldProps: (0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)({}, column === null || column === void 0 ? void 0 : column.fieldProps), reactiveProps === null || reactiveProps === void 0 ? void 0 : reactiveProps.fieldProps), {}, {
|
341
341
|
onChange: handleChange,
|
342
342
|
onBlur: handleBlur,
|
343
343
|
value: value === null || value === void 0 ? void 0 : value[index]
|
package/package.json
CHANGED