ywana-core8 0.0.996 → 0.0.998

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.
package/dist/index.umd.js CHANGED
@@ -5652,6 +5652,7 @@
5652
5652
  try {
5653
5653
  return Promise.resolve(context.tasks(filters)).then(function (tasks) {
5654
5654
  setTasks(tasks);
5655
+ if (onRefresh) onRefresh(tasks);
5655
5656
  });
5656
5657
  } catch (e) {
5657
5658
  return Promise.reject(e);
@@ -5663,7 +5664,8 @@
5663
5664
  filters = _props$filters === void 0 ? {} : _props$filters,
5664
5665
  editors = props.editors,
5665
5666
  _props$frequency2 = props.frequency,
5666
- frequency = _props$frequency2 === void 0 ? 5000 : _props$frequency2;
5667
+ frequency = _props$frequency2 === void 0 ? 5000 : _props$frequency2,
5668
+ onRefresh = props.onRefresh;
5667
5669
  var context = React.useContext(TaskContext);
5668
5670
  var _useState3 = React.useState([]),
5669
5671
  _useState3$ = _useState3[0],
@@ -12051,6 +12053,7 @@
12051
12053
  exports.WizardContext = WizardContext;
12052
12054
  exports.isEmpty = isEmpty;
12053
12055
  exports.isFunction = isFunction;
12056
+ exports.validatePassword = validatePassword;
12054
12057
 
12055
12058
  }));
12056
12059
  //# sourceMappingURL=index.umd.js.map