@appbaseio/reactivesearch-vue 1.16.0-alpha.54 → 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.
@@ -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, 'enterButton'),
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.54";
34487
+ var version = "1.16.0-alpha.55";
34489
34488
 
34490
34489
  var _templateObject$p, _templateObject2$b;
34491
34490