@appbaseio/reactivesearch-vue 1.16.0-alpha.53 → 1.16.0-alpha.54
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/@appbaseio/reactivesearch-vue.umd.js +2 -2
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +2 -2
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +2 -2
|
@@ -1725,7 +1725,7 @@
|
|
|
1725
1725
|
case constants.SET_VALUE:
|
|
1726
1726
|
{
|
|
1727
1727
|
var newState = {};
|
|
1728
|
-
Object.keys(action.componentsToReset).forEach(function (id) {
|
|
1728
|
+
Object.keys(action.componentsToReset || {}).forEach(function (id) {
|
|
1729
1729
|
newState[id] = _extends({}, state[id], {
|
|
1730
1730
|
value: action.componentsToReset[id]
|
|
1731
1731
|
});
|
|
@@ -34485,7 +34485,7 @@
|
|
|
34485
34485
|
});
|
|
34486
34486
|
}
|
|
34487
34487
|
|
|
34488
|
-
var version = "1.16.0-alpha.
|
|
34488
|
+
var version = "1.16.0-alpha.54";
|
|
34489
34489
|
|
|
34490
34490
|
var _templateObject$p, _templateObject2$b;
|
|
34491
34491
|
|