cloud-b2b 1.1.79 → 1.1.81
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.
|
@@ -310,7 +310,8 @@ var SuperForm2 = /*#__PURE__*/function (_React$Component2) {
|
|
|
310
310
|
return _objectSpread(_objectSpread({}, props), {}, {
|
|
311
311
|
onChange: _bindInstanceProperty(_context14 = _this2.onBlur).call(_context14, _assertThisInitialized(_this2), key),
|
|
312
312
|
onBlur: _bindInstanceProperty(_context15 = _this2.onExitValid).call(_context15, _assertThisInitialized(_this2), key),
|
|
313
|
-
onAreaSearch: _this2.props.onAreaSearch
|
|
313
|
+
onAreaSearch: _this2.props.onAreaSearch,
|
|
314
|
+
onClick: _this2.props.onAdd
|
|
314
315
|
});
|
|
315
316
|
} else if (type === 'uploadImg') {
|
|
316
317
|
var _context16, _context17;
|
|
@@ -322,7 +322,8 @@ var SuperForm2 = /*#__PURE__*/function (_React$Component2) {
|
|
|
322
322
|
return _objectSpread(_objectSpread({}, props), {}, {
|
|
323
323
|
onChange: (0, _bind["default"])(_context14 = _this2.onBlur).call(_context14, (0, _assertThisInitialized2["default"])(_this2), key),
|
|
324
324
|
onBlur: (0, _bind["default"])(_context15 = _this2.onExitValid).call(_context15, (0, _assertThisInitialized2["default"])(_this2), key),
|
|
325
|
-
onAreaSearch: _this2.props.onAreaSearch
|
|
325
|
+
onAreaSearch: _this2.props.onAreaSearch,
|
|
326
|
+
onClick: _this2.props.onAdd
|
|
326
327
|
});
|
|
327
328
|
} else if (type === 'uploadImg') {
|
|
328
329
|
var _context16, _context17;
|