@appbaseio/reactivesearch-vue 1.32.1 → 1.32.3
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 +51 -40
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +6 -6
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/ReactiveGoogleMap.js +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/ReactiveGoogleMap.js +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +2 -2
|
@@ -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
|
|
1330
|
+
this.$emit('open-marker-popover', marker);
|
|
1331
1331
|
},
|
|
1332
1332
|
removeMarkers: function removeMarkers() {
|
|
1333
1333
|
if (this.$clusterObject) {
|
package/dist/cjs/version.js
CHANGED
|
@@ -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
|
|
1321
|
+
this.$emit('open-marker-popover', marker);
|
|
1322
1322
|
},
|
|
1323
1323
|
removeMarkers: function removeMarkers() {
|
|
1324
1324
|
if (this.$clusterObject) {
|
package/dist/es/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appbaseio/reactivesearch-vue",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"jsnext:main": "dist/es/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@appbaseio/reactivecore": "9.14.
|
|
37
|
+
"@appbaseio/reactivecore": "9.14.27",
|
|
38
38
|
"@appbaseio/vue-emotion": "0.4.4",
|
|
39
39
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
40
40
|
"appbase-js": "^5.1.0",
|