ywana-core8 0.0.944 → 0.0.946

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
@@ -1852,7 +1852,7 @@
1852
1852
  function changeFilter(id, value, onFilter) {
1853
1853
  var _extends2;
1854
1854
  setForm(_extends({}, form, (_extends2 = {}, _extends2[id] = value, _extends2)));
1855
- if (onFilter) onFilter(value);
1855
+ if (onFilter) onFilter(id, value);
1856
1856
  }
1857
1857
  function clear() {
1858
1858
  setForm({});