@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.
package/dist/cjs/index.js CHANGED
@@ -34,7 +34,7 @@ require('./Input-64087a69.js');
34
34
  require('compute-scroll-into-view');
35
35
  require('./Container-8a08d663.js');
36
36
  require('vue-highlight-words');
37
- var install = require('./install-856cc730.js');
37
+ var install = require('./install-ac3374ec.js');
38
38
  require('@appbaseio/reactivecore/lib/utils/suggestions');
39
39
  require('./FormControlList-73497794.js');
40
40
  require('./utils-23afb20b.js');
@@ -337,7 +337,7 @@ function initReactivesearch(componentCollection, searchState, settings) {
337
337
  queryLog = _rollupPluginBabelHelpers._extends({}, queryLog, (_extends2 = {}, _extends2[component.componentId] = currentQuery, _extends2));
338
338
 
339
339
  if (settings.enableAppbase) {
340
- var query = transform.getRSQuery(component.componentId, transform.extractPropsFromState(state, component.componentId, queryOptions && queryOptions[component.componentId] ? {
340
+ var query = transform.getRSQuery(component.componentId, transform.extractPropsFromState(state, component.componentId, queryOptions && Object.keys(queryOptions[component.componentId]).length ? {
341
341
  from: queryOptions[component.componentId].from
342
342
  } : null));
343
343
 
@@ -764,7 +764,7 @@ var SearchBox = {
764
764
  }
765
765
 
766
766
  return h(Button.Button, {
767
- "class": "enter-btn " + getClassName(innerClass, 'enterButton'),
767
+ "class": "enter-btn " + getClassName(innerClass, 'enter-button'),
768
768
  "attrs": {
769
769
  "primary": true
770
770
  },
@@ -34,7 +34,7 @@ require('./Input-64087a69.js');
34
34
  require('compute-scroll-into-view');
35
35
  require('./Container-8a08d663.js');
36
36
  require('vue-highlight-words');
37
- var install = require('./install-856cc730.js');
37
+ var install = require('./install-ac3374ec.js');
38
38
  require('@appbaseio/reactivecore/lib/utils/suggestions');
39
39
  require('./FormControlList-73497794.js');
40
40
  require('./utils-23afb20b.js');
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "1.16.0-alpha.54";
5
+ var version = "1.16.0-alpha.55";
6
6
 
7
7
  exports.default = version;
package/dist/es/index.js CHANGED
@@ -30,8 +30,8 @@ import './Input-d1bb4868.js';
30
30
  import 'compute-scroll-into-view';
31
31
  import './Container-4383c6f0.js';
32
32
  import 'vue-highlight-words';
33
- import { i as install } from './install-d1a27419.js';
34
- export { S as SearchBox, i as install } from './install-d1a27419.js';
33
+ import { i as install } from './install-cdccc63e.js';
34
+ export { S as SearchBox, i as install } from './install-cdccc63e.js';
35
35
  import '@appbaseio/reactivecore/lib/utils/suggestions';
36
36
  import './FormControlList-fe389a2e.js';
37
37
  import './utils-3a32e13f.js';
@@ -331,7 +331,7 @@ function initReactivesearch(componentCollection, searchState, settings) {
331
331
  queryLog = _extends({}, queryLog, (_extends2 = {}, _extends2[component.componentId] = currentQuery, _extends2));
332
332
 
333
333
  if (settings.enableAppbase) {
334
- var query = getRSQuery(component.componentId, extractPropsFromState(state, component.componentId, queryOptions && queryOptions[component.componentId] ? {
334
+ var query = getRSQuery(component.componentId, extractPropsFromState(state, component.componentId, queryOptions && Object.keys(queryOptions[component.componentId]).length ? {
335
335
  from: queryOptions[component.componentId].from
336
336
  } : null));
337
337
 
@@ -758,7 +758,7 @@ var SearchBox = {
758
758
  }
759
759
 
760
760
  return h(Button, {
761
- "class": "enter-btn " + getClassName(innerClass, 'enterButton'),
761
+ "class": "enter-btn " + getClassName(innerClass, 'enter-button'),
762
762
  "attrs": {
763
763
  "primary": true
764
764
  },
@@ -30,7 +30,7 @@ import './Input-d1bb4868.js';
30
30
  import 'compute-scroll-into-view';
31
31
  import './Container-4383c6f0.js';
32
32
  import 'vue-highlight-words';
33
- export { i as default } from './install-d1a27419.js';
33
+ export { i as default } from './install-cdccc63e.js';
34
34
  import '@appbaseio/reactivecore/lib/utils/suggestions';
35
35
  import './FormControlList-fe389a2e.js';
36
36
  import './utils-3a32e13f.js';
@@ -1,3 +1,3 @@
1
- var version = "1.16.0-alpha.54";
1
+ var version = "1.16.0-alpha.55";
2
2
 
3
3
  export default version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appbaseio/reactivesearch-vue",
3
- "version": "1.16.0-alpha.54",
3
+ "version": "1.16.0-alpha.55",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "jsnext:main": "dist/es/index.js",