venus-design 1.0.63 → 1.0.64

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.
@@ -212,6 +212,9 @@ var VenusForm = /*#__PURE__*/forwardRef(function (props, ref) {
212
212
  * @param allValues
213
213
  */
214
214
  var onValuesChange = function onValuesChange(changedValues, allValues) {
215
+ if (props.onValuesChange) {
216
+ props.onValuesChange(changedValues, allValues);
217
+ }
215
218
  setWatchData(allValues);
216
219
  };
217
220
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",