ywana-core8 0.0.92 → 0.0.93

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.
@@ -4730,6 +4730,7 @@ var Uploader = function Uploader(_ref) {
4730
4730
  _ref$simultaneousUplo = _ref.simultaneousUploads,
4731
4731
  simultaneousUploads = _ref$simultaneousUplo === void 0 ? 1 : _ref$simultaneousUplo,
4732
4732
  className = _ref.className,
4733
+ onProgress = _ref.onProgress,
4733
4734
  onSuccess = _ref.onSuccess,
4734
4735
  onError = _ref.onError,
4735
4736
  onComplete = _ref.onComplete,