@appbaseio/reactivesearch-vue 1.16.0-alpha.52 → 1.16.0-alpha.55
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 +5 -6
- 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/index.js +1 -1
- package/dist/cjs/initReactivesearch.js +1 -1
- package/dist/cjs/{install-856cc730.js → install-ac3374ec.js} +1 -1
- package/dist/cjs/install.js +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/index.js +2 -2
- package/dist/es/initReactivesearch.js +1 -1
- package/dist/es/{install-d1a27419.js → install-cdccc63e.js} +1 -1
- package/dist/es/install.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
|
});
|
|
@@ -6010,7 +6010,7 @@
|
|
|
6010
6010
|
}
|
|
6011
6011
|
|
|
6012
6012
|
var componentsToReset = {};
|
|
6013
|
-
var isResultComponent = [constants$1.componentTypes.reactiveList, constants$1.componentTypes.reactiveMap].includes(props[component].componentType);
|
|
6013
|
+
var isResultComponent = [constants$1.componentTypes.reactiveList, constants$1.componentTypes.reactiveMap].includes(props[component] && props[component].componentType);
|
|
6014
6014
|
var previousValue = selectedValues[component] && selectedValues[component].value;
|
|
6015
6015
|
|
|
6016
6016
|
if (!(0, helper.isEqual)(previousValue, value) && props[component] && !isResultComponent) {
|
|
@@ -16618,7 +16618,6 @@
|
|
|
16618
16618
|
|
|
16619
16619
|
var _templateObject$7;
|
|
16620
16620
|
var Base = {
|
|
16621
|
-
name: "Base",
|
|
16622
16621
|
functional: true,
|
|
16623
16622
|
render: function render(h, _ref) {
|
|
16624
16623
|
var _ref$data$attrs$as = _ref.data.attrs.as,
|
|
@@ -21658,7 +21657,7 @@
|
|
|
21658
21657
|
}
|
|
21659
21658
|
|
|
21660
21659
|
return h(Button, {
|
|
21661
|
-
"class": "enter-btn " + getClassName$4(innerClass, '
|
|
21660
|
+
"class": "enter-btn " + getClassName$4(innerClass, 'enter-button'),
|
|
21662
21661
|
"attrs": {
|
|
21663
21662
|
"primary": true
|
|
21664
21663
|
},
|
|
@@ -34302,7 +34301,7 @@
|
|
|
34302
34301
|
queryLog = _extends({}, queryLog, (_extends2 = {}, _extends2[component.componentId] = currentQuery, _extends2));
|
|
34303
34302
|
|
|
34304
34303
|
if (settings.enableAppbase) {
|
|
34305
|
-
var query = transform_4(component.componentId, transform_2(state, component.componentId, queryOptions && queryOptions[component.componentId] ? {
|
|
34304
|
+
var query = transform_4(component.componentId, transform_2(state, component.componentId, queryOptions && Object.keys(queryOptions[component.componentId]).length ? {
|
|
34306
34305
|
from: queryOptions[component.componentId].from
|
|
34307
34306
|
} : null));
|
|
34308
34307
|
|
|
@@ -34485,7 +34484,7 @@
|
|
|
34485
34484
|
});
|
|
34486
34485
|
}
|
|
34487
34486
|
|
|
34488
|
-
var version = "1.16.0-alpha.
|
|
34487
|
+
var version = "1.16.0-alpha.55";
|
|
34489
34488
|
|
|
34490
34489
|
var _templateObject$p, _templateObject2$b;
|
|
34491
34490
|
|