@appbaseio/reactivesearch-vue 1.32.2 → 1.32.4

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.
@@ -1327,7 +1327,7 @@ var ClusterMarkers = {
1327
1327
  this.setOpenMarkers(newOpenMarkers);
1328
1328
  handlePreserveCenter(true);
1329
1329
  this.triggerAnalytics(id, index);
1330
- this.$emit('open-marker-popover', marker.metaData);
1330
+ this.$emit('open-marker-popover', marker);
1331
1331
  },
1332
1332
  removeMarkers: function removeMarkers() {
1333
1333
  if (this.$clusterObject) {
@@ -2277,7 +2277,7 @@ var ReactiveGoogleMap = {
2277
2277
  var currentInstance = this;
2278
2278
 
2279
2279
  while (currentInstance) {
2280
- if (currentInstance && currentInstance._name === '<ConnectClusterMarkers>') {
2280
+ if (currentInstance && currentInstance.$options && currentInstance.$options.name === 'connect-ClusterMarkers') {
2281
2281
  clusterManagerInstance = currentInstance;
2282
2282
  currentInstance = null;
2283
2283
  } else if (currentInstance.$children) {
@@ -243,7 +243,7 @@ var mapStateToProps = function mapStateToProps(state, props) {
243
243
  customData: filterByComponentIds(state.customData, props),
244
244
  settings: filterByComponentIds(state.settings, props),
245
245
  rawData: filterByComponentIds(state.rawData, props),
246
- components: filterByComponentIds(state.components, props)
246
+ components: state.components
247
247
  };
248
248
  };
249
249
 
package/dist/cjs/index.js CHANGED
@@ -34,7 +34,7 @@ require('./Input-e6603a7e.js');
34
34
  require('compute-scroll-into-view');
35
35
  require('./Container-daf30918.js');
36
36
  require('vue-highlight-words');
37
- var install = require('./install-3ebc879c.js');
37
+ var install = require('./install-add725fe.js');
38
38
  require('@appbaseio/reactivecore/lib/utils/suggestions');
39
39
  require('./FormControlList-c195a592.js');
40
40
  require('./utils-d6a52588.js');
@@ -34,7 +34,7 @@ require('./Input-e6603a7e.js');
34
34
  require('compute-scroll-into-view');
35
35
  require('./Container-daf30918.js');
36
36
  require('vue-highlight-words');
37
- var install = require('./install-3ebc879c.js');
37
+ var install = require('./install-add725fe.js');
38
38
  require('@appbaseio/reactivecore/lib/utils/suggestions');
39
39
  require('./FormControlList-c195a592.js');
40
40
  require('./utils-d6a52588.js');
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "1.32.2";
5
+ var version = "1.32.4";
6
6
 
7
7
  exports.default = version;
@@ -1318,7 +1318,7 @@ var ClusterMarkers = {
1318
1318
  this.setOpenMarkers(newOpenMarkers);
1319
1319
  handlePreserveCenter(true);
1320
1320
  this.triggerAnalytics(id, index);
1321
- this.$emit('open-marker-popover', marker.metaData);
1321
+ this.$emit('open-marker-popover', marker);
1322
1322
  },
1323
1323
  removeMarkers: function removeMarkers() {
1324
1324
  if (this.$clusterObject) {
@@ -2268,7 +2268,7 @@ var ReactiveGoogleMap = {
2268
2268
  var currentInstance = this;
2269
2269
 
2270
2270
  while (currentInstance) {
2271
- if (currentInstance && currentInstance._name === '<ConnectClusterMarkers>') {
2271
+ if (currentInstance && currentInstance.$options && currentInstance.$options.name === 'connect-ClusterMarkers') {
2272
2272
  clusterManagerInstance = currentInstance;
2273
2273
  currentInstance = null;
2274
2274
  } else if (currentInstance.$children) {
@@ -236,7 +236,7 @@ var mapStateToProps = function mapStateToProps(state, props) {
236
236
  customData: filterByComponentIds(state.customData, props),
237
237
  settings: filterByComponentIds(state.settings, props),
238
238
  rawData: filterByComponentIds(state.rawData, props),
239
- components: filterByComponentIds(state.components, props)
239
+ components: state.components
240
240
  };
241
241
  };
242
242
 
package/dist/es/index.js CHANGED
@@ -30,8 +30,8 @@ import './Input-7a2a9fac.js';
30
30
  import 'compute-scroll-into-view';
31
31
  import './Container-ba826e96.js';
32
32
  import 'vue-highlight-words';
33
- import { i as install } from './install-c438014c.js';
34
- export { S as SearchBox, i as install } from './install-c438014c.js';
33
+ import { i as install } from './install-5b8c657a.js';
34
+ export { S as SearchBox, i as install } from './install-5b8c657a.js';
35
35
  import '@appbaseio/reactivecore/lib/utils/suggestions';
36
36
  import './FormControlList-c22d64f6.js';
37
37
  import './utils-9e68acee.js';
@@ -30,7 +30,7 @@ import './Input-7a2a9fac.js';
30
30
  import 'compute-scroll-into-view';
31
31
  import './Container-ba826e96.js';
32
32
  import 'vue-highlight-words';
33
- export { i as default } from './install-c438014c.js';
33
+ export { i as default } from './install-5b8c657a.js';
34
34
  import '@appbaseio/reactivecore/lib/utils/suggestions';
35
35
  import './FormControlList-c22d64f6.js';
36
36
  import './utils-9e68acee.js';
@@ -1,3 +1,3 @@
1
- var version = "1.32.2";
1
+ var version = "1.32.4";
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.32.2",
3
+ "version": "1.32.4",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "jsnext:main": "dist/es/index.js",
@@ -34,10 +34,10 @@
34
34
  ],
35
35
  "sideEffects": false,
36
36
  "dependencies": {
37
- "@appbaseio/reactivecore": "9.14.27",
37
+ "@appbaseio/reactivecore": "9.14.29",
38
38
  "@appbaseio/vue-emotion": "0.4.4",
39
39
  "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
40
- "appbase-js": "^5.1.0",
40
+ "appbase-js": "^5.2.0",
41
41
  "compute-scroll-into-view": "^1.0.11",
42
42
  "emotion": "9.2.12",
43
43
  "gmap-vue": "^3.5.4",