ronds-metadata 1.1.31 → 1.1.32
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.
@@ -211,6 +211,10 @@ var TableArray = function TableArray(props) {
|
|
211
211
|
|
212
212
|
var onTableChange = function onTableChange(values) {
|
213
213
|
form.setFieldsValue(_objectSpread({}, _defineProperty({}, "".concat(name), values)));
|
214
|
+
formContext.stream$.next({
|
215
|
+
type: 'onValuesChange',
|
216
|
+
payload: _defineProperty({}, "".concat(name), _objectSpread({}, values))
|
217
|
+
});
|
214
218
|
};
|
215
219
|
|
216
220
|
var onButtonCellClick = function onButtonCellClick(record) {
|