easy3wui 1.5.61 → 1.5.62-beta2

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.
@@ -181,6 +181,7 @@ var BigFileUpload = function (_Component) {
181
181
  showUploadList = _props.showUploadList,
182
182
  urlDownloadFile = _props.urlDownloadFile,
183
183
  initialValue = _props.initialValue,
184
+ removeCallback = _props.removeCallback,
184
185
  propsAFlag = _props.propsAFlag,
185
186
  fileViewFlag = _props.fileViewFlag;
186
187
  var maxFileSize = this.props.maxFileSize;
@@ -219,6 +220,9 @@ var BigFileUpload = function (_Component) {
219
220
  iniSetedFlag: iniSetedFlag
220
221
  }), function () {
221
222
  _this2.setUploadValue(fileList);
223
+ if (removeCallback) {
224
+ removeCallback(name, file);
225
+ }
222
226
  });
223
227
  return;
224
228
  }
@@ -232,6 +236,9 @@ var BigFileUpload = function (_Component) {
232
236
  iniSetedFlag: iniSetedFlag
233
237
  }), function () {
234
238
  _this2.setUploadValue(fileList);
239
+ if (removeCallback) {
240
+ removeCallback(name, file);
241
+ }
235
242
  });
236
243
  } else {
237
244
  _this2.setState((0, _extends3['default'])({}, _this2.state, {
@@ -241,6 +248,9 @@ var BigFileUpload = function (_Component) {
241
248
  iniSetedFlag: iniSetedFlag
242
249
  }), function () {
243
250
  _this2.setUploadValue(fileList);
251
+ if (removeCallback) {
252
+ removeCallback(name, file);
253
+ }
244
254
  });
245
255
  }
246
256
  } else {
@@ -251,6 +261,9 @@ var BigFileUpload = function (_Component) {
251
261
  iniSetedFlag: iniSetedFlag
252
262
  }), function () {
253
263
  _this2.setUploadValue(fileList);
264
+ if (removeCallback) {
265
+ removeCallback(name, file);
266
+ }
254
267
  });
255
268
  }
256
269
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.61",
3
+ "version": "1.5.62-beta2",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",